1 | [ Aug 14 22:31:20 Enabled. ] | ||
2 | [ Aug 14 22:31:20 Rereading configuration. ] | ||
3 | [ Aug 14 22:31:22 Rereading configuration. ] | ||
4 | [ Aug 14 22:31:24 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 14 22:31:24 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.14 22:31:25.378000 [ 1 ] {} <Information> Application: Will watch for the process with pid 26556 | ||
33 | 2024.08.14 22:31:25.378495 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.08.14 22:31:25.911243 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 26556 | ||
35 | 2024.08.14 22:31:25.912123 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.08.14 22:31:25.912889 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.08.14 22:31:26.005727 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.08.14 22:31:26.057670 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.08.14 22:31:26.057721 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.08.14 22:31:26.057740 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.08.14 22:31:26.057808 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.08.14 22:31:26.058489 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.08.14 22:31:26.060071 [ 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.14 22:31:26.060715 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.08.14 22:31:26.061647 [ 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.14 22:31:26.061735 [ 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.14 22:31:26.061749 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.08.14 22:31:26.061927 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.08.14 22:31:26.062874 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.08.14 22:31:26.067964 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.08.14 22:31:26.068655 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.08.14 22:31:26.070082 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.08.14 22:31:26.070172 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.08.14 22:31:26.071780 [ 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.14 22:31:26.072132 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.08.14 22:31:26.076697 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.08.14 22:31:26.077409 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.08.14 22:31:26.079040 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.08.14 22:31:26.079495 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.08.14 22:31:26.079853 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.08.14 22:31:26.080292 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.08.14 22:31:26.081718 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.08.14 22:31:26.081743 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.08.14 22:31:26.081827 [ 152 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.08.14 22:31:26.081989 [ 152 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.08.14 22:31:26.090941 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.08.14 22:31:26.091000 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000171792 sec | ||
74 | 2024.08.14 22:31:26.091039 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.08.14 22:31:26.091051 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.08.14 22:31:26.092222 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.08.14 22:31:26.093409 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.08.14 22:31:26.093461 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.08.14 22:31:26.093494 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.08.14 22:31:26.093535 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.08.14 22:31:26.093549 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.08.14 22:31:26.093609 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.08.14 22:31:26.093622 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.08.14 22:31:26.093664 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.08.14 22:31:26.093724 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.08.14 22:31:26.093738 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.08.14 22:31:26.093780 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.08.14 22:31:26.093822 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.08.14 22:31:26.093855 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.08.14 22:31:26.093896 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.08.14 22:31:26.093939 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.08.14 22:31:26.093968 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.08.14 22:31:26.094009 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.08.14 22:31:26.135385 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.08.14 22:31:26.139110 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.08.14 22:31:26.139168 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.0972e-05 sec | ||
97 | 2024.08.14 22:31:26.139186 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.08.14 22:31:26.139229 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.08.14 22:31:26.139257 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.08.14 22:31:26.139483 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.08.14 22:31:26.139569 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.08.14 22:31:26.139587 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.08.14 22:31:26.139633 [ 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.14 22:31:26.139648 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.08.14 22:31:26.177694 [ 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.14 22:31:26.441987 [ 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.14 22:31:26.442068 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.08.14 22:31:26.510103 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.08.14 22:31:26.510337 [ 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.22 MiB | ||
110 | 2024.08.14 22:31:26.511254 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.239e-05 sec. | ||
111 | 2024.08.14 22:31:26.511632 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.08.14 22:31:26.511707 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.08.14 22:31:26.511753 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.08.14 22:31:26.511772 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.08.14 22:31:27.487028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.08.14 22:31:27.487238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
117 | 2024.08.14 22:31:27.487271 [ 3 ] {} <Debug> HTTP-Session: d5ba5b88-66e4-483a-8e93-2b5422a40b45 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
118 | 2024.08.14 22:31:27.487300 [ 3 ] {} <Debug> HTTP-Session: d5ba5b88-66e4-483a-8e93-2b5422a40b45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.08.14 22:31:27.487320 [ 3 ] {} <Debug> HTTP-Session: d5ba5b88-66e4-483a-8e93-2b5422a40b45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.08.14 22:31:27.487402 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.08.14 22:31:27.487434 [ 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.14 22:31:27.487458 [ 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.14 22:31:27.487520 [ 3 ] {} <Trace> HTTP-Session: d5ba5b88-66e4-483a-8e93-2b5422a40b45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.08.14 22:31:27.488575 [ 3 ] {7f8aa45f-7252-4a36-b9af-02361a79ad92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.08.14 22:31:27.526039 [ 3 ] {7f8aa45f-7252-4a36-b9af-02361a79ad92} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:60876) (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.14 22:31:27.526744 [ 3 ] {7f8aa45f-7252-4a36-b9af-02361a79ad92} <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.14 22:31:27.528086 [ 3 ] {} <Debug> HTTP-Session: d5ba5b88-66e4-483a-8e93-2b5422a40b45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.08.14 22:31:27.529425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.08.14 22:31:27.529492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
178 | 2024.08.14 22:31:27.529517 [ 3 ] {} <Debug> HTTP-Session: 6458aa53-4b33-4b55-81db-06c653337ef1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
179 | 2024.08.14 22:31:27.529541 [ 3 ] {} <Debug> HTTP-Session: 6458aa53-4b33-4b55-81db-06c653337ef1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.08.14 22:31:27.529555 [ 3 ] {} <Debug> HTTP-Session: 6458aa53-4b33-4b55-81db-06c653337ef1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.08.14 22:31:27.529598 [ 3 ] {} <Trace> HTTP-Session: 6458aa53-4b33-4b55-81db-06c653337ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.08.14 22:31:27.530680 [ 3 ] {be52ae5e-8c27-47e8-910c-38d0cd37d4b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.08.14 22:31:27.530798 [ 3 ] {be52ae5e-8c27-47e8-910c-38d0cd37d4b8} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.08.14 22:31:27.532829 [ 3 ] {be52ae5e-8c27-47e8-910c-38d0cd37d4b8} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.08.14 22:31:27.535582 [ 3 ] {be52ae5e-8c27-47e8-910c-38d0cd37d4b8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.08.14 22:31:27.541621 [ 3 ] {be52ae5e-8c27-47e8-910c-38d0cd37d4b8} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.08.14 22:31:27.541656 [ 3 ] {be52ae5e-8c27-47e8-910c-38d0cd37d4b8} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.08.14 22:31:27.541677 [ 3 ] {} <Debug> HTTP-Session: 6458aa53-4b33-4b55-81db-06c653337ef1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.08.14 22:31:27.544775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.08.14 22:31:27.544847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
191 | 2024.08.14 22:31:27.544876 [ 3 ] {} <Debug> HTTP-Session: bc4afb0d-fa29-459a-a154-e89be0799279 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
192 | 2024.08.14 22:31:27.544895 [ 3 ] {} <Debug> HTTP-Session: bc4afb0d-fa29-459a-a154-e89be0799279 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.08.14 22:31:27.544915 [ 3 ] {} <Debug> HTTP-Session: bc4afb0d-fa29-459a-a154-e89be0799279 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.08.14 22:31:27.544959 [ 3 ] {} <Trace> HTTP-Session: bc4afb0d-fa29-459a-a154-e89be0799279 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.08.14 22:31:27.545112 [ 3 ] {e4eca0ca-2647-4e2c-ac56-64332a8de99c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.08.14 22:31:27.545424 [ 3 ] {e4eca0ca-2647-4e2c-ac56-64332a8de99c} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:60876) (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.14 22:31:27.545560 [ 3 ] {e4eca0ca-2647-4e2c-ac56-64332a8de99c} <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.14 22:31:27.545724 [ 3 ] {} <Debug> HTTP-Session: bc4afb0d-fa29-459a-a154-e89be0799279 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.08.14 22:31:27.546460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.08.14 22:31:27.546511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
249 | 2024.08.14 22:31:27.546530 [ 3 ] {} <Debug> HTTP-Session: 3b73e745-71a7-4df3-a6f1-1113f58669a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
250 | 2024.08.14 22:31:27.546551 [ 3 ] {} <Debug> HTTP-Session: 3b73e745-71a7-4df3-a6f1-1113f58669a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.08.14 22:31:27.546568 [ 3 ] {} <Debug> HTTP-Session: 3b73e745-71a7-4df3-a6f1-1113f58669a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.08.14 22:31:27.546596 [ 3 ] {} <Trace> HTTP-Session: 3b73e745-71a7-4df3-a6f1-1113f58669a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.08.14 22:31:27.546759 [ 3 ] {b0513da8-8fbb-4853-b0bb-09c04dd239d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.08.14 22:31:27.546921 [ 3 ] {b0513da8-8fbb-4853-b0bb-09c04dd239d3} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.08.14 22:31:27.546946 [ 3 ] {} <Debug> HTTP-Session: 3b73e745-71a7-4df3-a6f1-1113f58669a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.08.14 22:31:27.547085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.08.14 22:31:27.547141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
258 | 2024.08.14 22:31:27.547166 [ 3 ] {} <Debug> HTTP-Session: 211af738-240d-4c95-bcac-9f9acd5edf18 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
259 | 2024.08.14 22:31:27.547183 [ 3 ] {} <Debug> HTTP-Session: 211af738-240d-4c95-bcac-9f9acd5edf18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.08.14 22:31:27.547201 [ 3 ] {} <Debug> HTTP-Session: 211af738-240d-4c95-bcac-9f9acd5edf18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.08.14 22:31:27.547237 [ 3 ] {} <Trace> HTTP-Session: 211af738-240d-4c95-bcac-9f9acd5edf18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.08.14 22:31:27.547331 [ 3 ] {f29f9c63-970a-43d4-b7a7-b843417bc66f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.08.14 22:31:27.547393 [ 3 ] {f29f9c63-970a-43d4-b7a7-b843417bc66f} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.08.14 22:31:27.554364 [ 3 ] {f29f9c63-970a-43d4-b7a7-b843417bc66f} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.08.14 22:31:27.554398 [ 3 ] {f29f9c63-970a-43d4-b7a7-b843417bc66f} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.9851e-05 sec | ||
266 | 2024.08.14 22:31:27.554414 [ 3 ] {f29f9c63-970a-43d4-b7a7-b843417bc66f} <Trace> ReferentialDeps: No tables | ||
267 | 2024.08.14 22:31:27.554433 [ 3 ] {f29f9c63-970a-43d4-b7a7-b843417bc66f} <Trace> LoadingDeps: No tables | ||
268 | 2024.08.14 22:31:27.554458 [ 3 ] {f29f9c63-970a-43d4-b7a7-b843417bc66f} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.08.14 22:31:27.554598 [ 3 ] {f29f9c63-970a-43d4-b7a7-b843417bc66f} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.08.14 22:31:27.554624 [ 3 ] {} <Debug> HTTP-Session: 211af738-240d-4c95-bcac-9f9acd5edf18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.08.14 22:31:27.554750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.08.14 22:31:27.554808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
273 | 2024.08.14 22:31:27.554829 [ 3 ] {} <Debug> HTTP-Session: 410abcca-d7c1-42e0-abe6-14315b3e3d27 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
274 | 2024.08.14 22:31:27.554852 [ 3 ] {} <Debug> HTTP-Session: 410abcca-d7c1-42e0-abe6-14315b3e3d27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.08.14 22:31:27.554874 [ 3 ] {} <Debug> HTTP-Session: 410abcca-d7c1-42e0-abe6-14315b3e3d27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.08.14 22:31:27.554909 [ 3 ] {} <Trace> HTTP-Session: 410abcca-d7c1-42e0-abe6-14315b3e3d27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.08.14 22:31:27.555073 [ 3 ] {dc5a799d-2d96-4d06-b431-35e2d06955b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) /* 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.14 22:31:27.555127 [ 3 ] {dc5a799d-2d96-4d06-b431-35e2d06955b8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.08.14 22:31:27.559382 [ 3 ] {dc5a799d-2d96-4d06-b431-35e2d06955b8} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.08.14 22:31:27.561589 [ 3 ] {dc5a799d-2d96-4d06-b431-35e2d06955b8} <Debug> oximeter.version (b0f86080-f8d6-45b0-b166-07d22b7e354a): Loading data parts | ||
282 | 2024.08.14 22:31:27.561956 [ 3 ] {dc5a799d-2d96-4d06-b431-35e2d06955b8} <Debug> oximeter.version (b0f86080-f8d6-45b0-b166-07d22b7e354a): There are no data parts | ||
283 | 2024.08.14 22:31:27.572538 [ 3 ] {dc5a799d-2d96-4d06-b431-35e2d06955b8} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.08.14 22:31:27.572565 [ 3 ] {} <Debug> HTTP-Session: 410abcca-d7c1-42e0-abe6-14315b3e3d27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.08.14 22:31:27.572709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.08.14 22:31:27.572760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
287 | 2024.08.14 22:31:27.572782 [ 3 ] {} <Debug> HTTP-Session: b98d862e-7c73-480c-b189-7d787a09cf74 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
288 | 2024.08.14 22:31:27.572797 [ 3 ] {} <Debug> HTTP-Session: b98d862e-7c73-480c-b189-7d787a09cf74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.08.14 22:31:27.572813 [ 3 ] {} <Debug> HTTP-Session: b98d862e-7c73-480c-b189-7d787a09cf74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.08.14 22:31:27.572845 [ 3 ] {} <Trace> HTTP-Session: b98d862e-7c73-480c-b189-7d787a09cf74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.08.14 22:31:27.573037 [ 3 ] {7ae5eef4-ec29-4953-b9a3-6460e42c8f86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) /* 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.14 22:31:27.573090 [ 3 ] {7ae5eef4-ec29-4953-b9a3-6460e42c8f86} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.08.14 22:31:27.582230 [ 3 ] {7ae5eef4-ec29-4953-b9a3-6460e42c8f86} <Debug> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Loading data parts | ||
304 | 2024.08.14 22:31:27.582476 [ 3 ] {7ae5eef4-ec29-4953-b9a3-6460e42c8f86} <Debug> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): There are no data parts | ||
305 | 2024.08.14 22:31:27.588299 [ 3 ] {7ae5eef4-ec29-4953-b9a3-6460e42c8f86} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.08.14 22:31:27.588330 [ 3 ] {} <Debug> HTTP-Session: b98d862e-7c73-480c-b189-7d787a09cf74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.08.14 22:31:27.588480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
308 | 2024.08.14 22:31:27.588530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
309 | 2024.08.14 22:31:27.588552 [ 3 ] {} <Debug> HTTP-Session: c66bf2be-1c06-44c9-af04-6cacf83430a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
310 | 2024.08.14 22:31:27.588568 [ 3 ] {} <Debug> HTTP-Session: c66bf2be-1c06-44c9-af04-6cacf83430a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
311 | 2024.08.14 22:31:27.588584 [ 3 ] {} <Debug> HTTP-Session: c66bf2be-1c06-44c9-af04-6cacf83430a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.08.14 22:31:27.588614 [ 3 ] {} <Trace> HTTP-Session: c66bf2be-1c06-44c9-af04-6cacf83430a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2024.08.14 22:31:27.588790 [ 3 ] {a8974073-4dc9-44b6-9eac-9406573a9081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) 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.14 22:31:27.588836 [ 3 ] {a8974073-4dc9-44b6-9eac-9406573a9081} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
315 | 2024.08.14 22:31:27.591432 [ 3 ] {a8974073-4dc9-44b6-9eac-9406573a9081} <Debug> oximeter.measurements_i8 (7f1dbab0-6216-4977-bd76-fc6b667e5fa2): Loading data parts | ||
316 | 2024.08.14 22:31:27.591571 [ 3 ] {a8974073-4dc9-44b6-9eac-9406573a9081} <Debug> oximeter.measurements_i8 (7f1dbab0-6216-4977-bd76-fc6b667e5fa2): There are no data parts | ||
317 | 2024.08.14 22:31:27.592795 [ 3 ] {a8974073-4dc9-44b6-9eac-9406573a9081} <Debug> DynamicQueryHandler: Done processing query | ||
318 | 2024.08.14 22:31:27.592826 [ 3 ] {} <Debug> HTTP-Session: c66bf2be-1c06-44c9-af04-6cacf83430a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.08.14 22:31:27.592931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.08.14 22:31:27.592977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
321 | 2024.08.14 22:31:27.592997 [ 3 ] {} <Debug> HTTP-Session: 2d7238e6-a8f5-4943-b9f0-304abd604cc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
322 | 2024.08.14 22:31:27.593011 [ 3 ] {} <Debug> HTTP-Session: 2d7238e6-a8f5-4943-b9f0-304abd604cc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.08.14 22:31:27.593092 [ 3 ] {} <Debug> HTTP-Session: 2d7238e6-a8f5-4943-b9f0-304abd604cc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.08.14 22:31:27.593124 [ 3 ] {} <Trace> HTTP-Session: 2d7238e6-a8f5-4943-b9f0-304abd604cc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2024.08.14 22:31:27.593289 [ 3 ] {34f88139-014d-4589-97d7-a021f579fb1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) 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.14 22:31:27.593340 [ 3 ] {34f88139-014d-4589-97d7-a021f579fb1c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
327 | 2024.08.14 22:31:27.597117 [ 3 ] {34f88139-014d-4589-97d7-a021f579fb1c} <Debug> oximeter.measurements_u8 (de6b215c-87ee-4580-8c33-c9f1b1c55072): Loading data parts | ||
328 | 2024.08.14 22:31:27.597311 [ 3 ] {34f88139-014d-4589-97d7-a021f579fb1c} <Debug> oximeter.measurements_u8 (de6b215c-87ee-4580-8c33-c9f1b1c55072): There are no data parts | ||
329 | 2024.08.14 22:31:27.598770 [ 3 ] {34f88139-014d-4589-97d7-a021f579fb1c} <Debug> DynamicQueryHandler: Done processing query | ||
330 | 2024.08.14 22:31:27.598795 [ 3 ] {} <Debug> HTTP-Session: 2d7238e6-a8f5-4943-b9f0-304abd604cc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.08.14 22:31:27.598923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
332 | 2024.08.14 22:31:27.598974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
333 | 2024.08.14 22:31:27.598996 [ 3 ] {} <Debug> HTTP-Session: 9d56505f-9a56-4a4b-a912-0a896faa7f49 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
334 | 2024.08.14 22:31:27.599012 [ 3 ] {} <Debug> HTTP-Session: 9d56505f-9a56-4a4b-a912-0a896faa7f49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
335 | 2024.08.14 22:31:27.599029 [ 3 ] {} <Debug> HTTP-Session: 9d56505f-9a56-4a4b-a912-0a896faa7f49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.08.14 22:31:27.599061 [ 3 ] {} <Trace> HTTP-Session: 9d56505f-9a56-4a4b-a912-0a896faa7f49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2024.08.14 22:31:27.599232 [ 3 ] {edc53ee0-2c2c-4041-a689-7ec4d94f9be2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) 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.14 22:31:27.599280 [ 3 ] {edc53ee0-2c2c-4041-a689-7ec4d94f9be2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
339 | 2024.08.14 22:31:27.601875 [ 3 ] {edc53ee0-2c2c-4041-a689-7ec4d94f9be2} <Debug> oximeter.measurements_i16 (982ee97e-1009-412b-960f-9fb5cfb96eeb): Loading data parts | ||
340 | 2024.08.14 22:31:27.602045 [ 3 ] {edc53ee0-2c2c-4041-a689-7ec4d94f9be2} <Debug> oximeter.measurements_i16 (982ee97e-1009-412b-960f-9fb5cfb96eeb): There are no data parts | ||
341 | 2024.08.14 22:31:27.603311 [ 3 ] {edc53ee0-2c2c-4041-a689-7ec4d94f9be2} <Debug> DynamicQueryHandler: Done processing query | ||
342 | 2024.08.14 22:31:27.603341 [ 3 ] {} <Debug> HTTP-Session: 9d56505f-9a56-4a4b-a912-0a896faa7f49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.08.14 22:31:27.603441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
344 | 2024.08.14 22:31:27.603492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
345 | 2024.08.14 22:31:27.603515 [ 3 ] {} <Debug> HTTP-Session: 215af81e-2ba5-4bed-b636-b27be67bb28f Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
346 | 2024.08.14 22:31:27.603531 [ 3 ] {} <Debug> HTTP-Session: 215af81e-2ba5-4bed-b636-b27be67bb28f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2024.08.14 22:31:27.603547 [ 3 ] {} <Debug> HTTP-Session: 215af81e-2ba5-4bed-b636-b27be67bb28f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.08.14 22:31:27.603579 [ 3 ] {} <Trace> HTTP-Session: 215af81e-2ba5-4bed-b636-b27be67bb28f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2024.08.14 22:31:27.603746 [ 3 ] {d1c3f8f7-4f16-46a3-9e7f-7132eb806432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) 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.14 22:31:27.603796 [ 3 ] {d1c3f8f7-4f16-46a3-9e7f-7132eb806432} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
351 | 2024.08.14 22:31:27.607563 [ 3 ] {d1c3f8f7-4f16-46a3-9e7f-7132eb806432} <Debug> oximeter.measurements_u16 (da7f2640-0e66-4030-bc4d-046c996827bb): Loading data parts | ||
352 | 2024.08.14 22:31:27.607785 [ 3 ] {d1c3f8f7-4f16-46a3-9e7f-7132eb806432} <Debug> oximeter.measurements_u16 (da7f2640-0e66-4030-bc4d-046c996827bb): There are no data parts | ||
353 | 2024.08.14 22:31:27.609281 [ 3 ] {d1c3f8f7-4f16-46a3-9e7f-7132eb806432} <Debug> DynamicQueryHandler: Done processing query | ||
354 | 2024.08.14 22:31:27.609312 [ 3 ] {} <Debug> HTTP-Session: 215af81e-2ba5-4bed-b636-b27be67bb28f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.08.14 22:31:27.609413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
356 | 2024.08.14 22:31:27.609463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
357 | 2024.08.14 22:31:27.609485 [ 3 ] {} <Debug> HTTP-Session: 5c0147c6-75c2-4b88-8171-db1efc1c53be Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
358 | 2024.08.14 22:31:27.609507 [ 3 ] {} <Debug> HTTP-Session: 5c0147c6-75c2-4b88-8171-db1efc1c53be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
359 | 2024.08.14 22:31:27.609521 [ 3 ] {} <Debug> HTTP-Session: 5c0147c6-75c2-4b88-8171-db1efc1c53be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.08.14 22:31:27.609552 [ 3 ] {} <Trace> HTTP-Session: 5c0147c6-75c2-4b88-8171-db1efc1c53be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
361 | 2024.08.14 22:31:27.609725 [ 3 ] {8b317e7e-6d57-4ac7-a193-19bb0b69da4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) 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.14 22:31:27.609773 [ 3 ] {8b317e7e-6d57-4ac7-a193-19bb0b69da4a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2024.08.14 22:31:27.611916 [ 3 ] {8b317e7e-6d57-4ac7-a193-19bb0b69da4a} <Debug> oximeter.measurements_i32 (93356171-da93-4c2a-b46d-864e666b6f53): Loading data parts | ||
364 | 2024.08.14 22:31:27.612043 [ 3 ] {8b317e7e-6d57-4ac7-a193-19bb0b69da4a} <Debug> oximeter.measurements_i32 (93356171-da93-4c2a-b46d-864e666b6f53): There are no data parts | ||
365 | 2024.08.14 22:31:27.613334 [ 3 ] {8b317e7e-6d57-4ac7-a193-19bb0b69da4a} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2024.08.14 22:31:27.613364 [ 3 ] {} <Debug> HTTP-Session: 5c0147c6-75c2-4b88-8171-db1efc1c53be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.08.14 22:31:27.613470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
368 | 2024.08.14 22:31:27.613522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
369 | 2024.08.14 22:31:27.613566 [ 3 ] {} <Debug> HTTP-Session: 7f398fba-ba3c-498d-988c-cee565898fbf Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
370 | 2024.08.14 22:31:27.613581 [ 3 ] {} <Debug> HTTP-Session: 7f398fba-ba3c-498d-988c-cee565898fbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
371 | 2024.08.14 22:31:27.613597 [ 3 ] {} <Debug> HTTP-Session: 7f398fba-ba3c-498d-988c-cee565898fbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.08.14 22:31:27.613630 [ 3 ] {} <Trace> HTTP-Session: 7f398fba-ba3c-498d-988c-cee565898fbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
373 | 2024.08.14 22:31:27.613798 [ 3 ] {713ec6f2-043d-4be9-8775-6f537c91d3df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) 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.14 22:31:27.613846 [ 3 ] {713ec6f2-043d-4be9-8775-6f537c91d3df} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
375 | 2024.08.14 22:31:27.617558 [ 3 ] {713ec6f2-043d-4be9-8775-6f537c91d3df} <Debug> oximeter.measurements_u32 (68f54966-f657-49af-be82-67b2e32aac59): Loading data parts | ||
376 | 2024.08.14 22:31:27.617692 [ 3 ] {713ec6f2-043d-4be9-8775-6f537c91d3df} <Debug> oximeter.measurements_u32 (68f54966-f657-49af-be82-67b2e32aac59): There are no data parts | ||
377 | 2024.08.14 22:31:27.619162 [ 3 ] {713ec6f2-043d-4be9-8775-6f537c91d3df} <Debug> DynamicQueryHandler: Done processing query | ||
378 | 2024.08.14 22:31:27.619191 [ 3 ] {} <Debug> HTTP-Session: 7f398fba-ba3c-498d-988c-cee565898fbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.08.14 22:31:27.619297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
380 | 2024.08.14 22:31:27.619347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
381 | 2024.08.14 22:31:27.619369 [ 3 ] {} <Debug> HTTP-Session: e083ada8-1058-4cbf-99cf-105dbd6f981f Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
382 | 2024.08.14 22:31:27.619389 [ 3 ] {} <Debug> HTTP-Session: e083ada8-1058-4cbf-99cf-105dbd6f981f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
383 | 2024.08.14 22:31:27.619403 [ 3 ] {} <Debug> HTTP-Session: e083ada8-1058-4cbf-99cf-105dbd6f981f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.08.14 22:31:27.619434 [ 3 ] {} <Trace> HTTP-Session: e083ada8-1058-4cbf-99cf-105dbd6f981f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
385 | 2024.08.14 22:31:27.619610 [ 3 ] {456ff38b-65a0-44b3-93ef-ce31f1ef7a86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) 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.14 22:31:27.619662 [ 3 ] {456ff38b-65a0-44b3-93ef-ce31f1ef7a86} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
387 | 2024.08.14 22:31:27.621774 [ 3 ] {456ff38b-65a0-44b3-93ef-ce31f1ef7a86} <Debug> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Loading data parts | ||
388 | 2024.08.14 22:31:27.621887 [ 3 ] {456ff38b-65a0-44b3-93ef-ce31f1ef7a86} <Debug> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): There are no data parts | ||
389 | 2024.08.14 22:31:27.623092 [ 3 ] {456ff38b-65a0-44b3-93ef-ce31f1ef7a86} <Debug> DynamicQueryHandler: Done processing query | ||
390 | 2024.08.14 22:31:27.623123 [ 3 ] {} <Debug> HTTP-Session: e083ada8-1058-4cbf-99cf-105dbd6f981f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.08.14 22:31:27.623222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
392 | 2024.08.14 22:31:27.623275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
393 | 2024.08.14 22:31:27.623293 [ 3 ] {} <Debug> HTTP-Session: ac82b4ce-1eff-42e2-96bc-c42d76b76381 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
394 | 2024.08.14 22:31:27.623313 [ 3 ] {} <Debug> HTTP-Session: ac82b4ce-1eff-42e2-96bc-c42d76b76381 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
395 | 2024.08.14 22:31:27.623326 [ 3 ] {} <Debug> HTTP-Session: ac82b4ce-1eff-42e2-96bc-c42d76b76381 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.08.14 22:31:27.623359 [ 3 ] {} <Trace> HTTP-Session: ac82b4ce-1eff-42e2-96bc-c42d76b76381 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
397 | 2024.08.14 22:31:27.623530 [ 3 ] {8bb2986e-104e-49e2-a46b-2c2c314adb6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) 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.14 22:31:27.623578 [ 3 ] {8bb2986e-104e-49e2-a46b-2c2c314adb6a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
399 | 2024.08.14 22:31:27.627347 [ 3 ] {8bb2986e-104e-49e2-a46b-2c2c314adb6a} <Debug> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Loading data parts | ||
400 | 2024.08.14 22:31:27.627484 [ 3 ] {8bb2986e-104e-49e2-a46b-2c2c314adb6a} <Debug> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): There are no data parts | ||
401 | 2024.08.14 22:31:27.628895 [ 3 ] {8bb2986e-104e-49e2-a46b-2c2c314adb6a} <Debug> DynamicQueryHandler: Done processing query | ||
402 | 2024.08.14 22:31:27.628925 [ 3 ] {} <Debug> HTTP-Session: ac82b4ce-1eff-42e2-96bc-c42d76b76381 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.08.14 22:31:27.629034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
404 | 2024.08.14 22:31:27.629078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
405 | 2024.08.14 22:31:27.629107 [ 3 ] {} <Debug> HTTP-Session: a54544de-aea7-401d-93f4-f08fe71cbcf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
406 | 2024.08.14 22:31:27.629129 [ 3 ] {} <Debug> HTTP-Session: a54544de-aea7-401d-93f4-f08fe71cbcf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
407 | 2024.08.14 22:31:27.629142 [ 3 ] {} <Debug> HTTP-Session: a54544de-aea7-401d-93f4-f08fe71cbcf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.08.14 22:31:27.629177 [ 3 ] {} <Trace> HTTP-Session: a54544de-aea7-401d-93f4-f08fe71cbcf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2024.08.14 22:31:27.629351 [ 3 ] {762bb8c8-392d-41f3-93c0-9a3f699914b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) 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.14 22:31:27.629410 [ 3 ] {762bb8c8-392d-41f3-93c0-9a3f699914b5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
411 | 2024.08.14 22:31:27.631520 [ 3 ] {762bb8c8-392d-41f3-93c0-9a3f699914b5} <Debug> oximeter.measurements_f32 (78f39334-eed9-4a7d-8914-80124ffdf7c3): Loading data parts | ||
412 | 2024.08.14 22:31:27.631657 [ 3 ] {762bb8c8-392d-41f3-93c0-9a3f699914b5} <Debug> oximeter.measurements_f32 (78f39334-eed9-4a7d-8914-80124ffdf7c3): There are no data parts | ||
413 | 2024.08.14 22:31:27.632868 [ 3 ] {762bb8c8-392d-41f3-93c0-9a3f699914b5} <Debug> DynamicQueryHandler: Done processing query | ||
414 | 2024.08.14 22:31:27.632892 [ 3 ] {} <Debug> HTTP-Session: a54544de-aea7-401d-93f4-f08fe71cbcf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.08.14 22:31:27.632998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
416 | 2024.08.14 22:31:27.633057 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
417 | 2024.08.14 22:31:27.633075 [ 3 ] {} <Debug> HTTP-Session: 49107106-fe73-4c8b-88bc-29de39f8d8a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
418 | 2024.08.14 22:31:27.633100 [ 3 ] {} <Debug> HTTP-Session: 49107106-fe73-4c8b-88bc-29de39f8d8a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
419 | 2024.08.14 22:31:27.633119 [ 3 ] {} <Debug> HTTP-Session: 49107106-fe73-4c8b-88bc-29de39f8d8a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.08.14 22:31:27.633147 [ 3 ] {} <Trace> HTTP-Session: 49107106-fe73-4c8b-88bc-29de39f8d8a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2024.08.14 22:31:27.633319 [ 3 ] {b2ad36b0-a9d1-492f-ac1c-13767b16d9d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) 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.14 22:31:27.633378 [ 3 ] {b2ad36b0-a9d1-492f-ac1c-13767b16d9d6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
423 | 2024.08.14 22:31:27.637090 [ 3 ] {b2ad36b0-a9d1-492f-ac1c-13767b16d9d6} <Debug> oximeter.measurements_f64 (1c2d589a-e633-4e82-8ed3-66ab3361475a): Loading data parts | ||
424 | 2024.08.14 22:31:27.637234 [ 3 ] {b2ad36b0-a9d1-492f-ac1c-13767b16d9d6} <Debug> oximeter.measurements_f64 (1c2d589a-e633-4e82-8ed3-66ab3361475a): There are no data parts | ||
425 | 2024.08.14 22:31:27.638652 [ 3 ] {b2ad36b0-a9d1-492f-ac1c-13767b16d9d6} <Debug> DynamicQueryHandler: Done processing query | ||
426 | 2024.08.14 22:31:27.638687 [ 3 ] {} <Debug> HTTP-Session: 49107106-fe73-4c8b-88bc-29de39f8d8a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.08.14 22:31:27.638797 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
428 | 2024.08.14 22:31:27.638851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
429 | 2024.08.14 22:31:27.638869 [ 3 ] {} <Debug> HTTP-Session: 671328a4-0638-46e5-884a-74658259bef2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
430 | 2024.08.14 22:31:27.638894 [ 3 ] {} <Debug> HTTP-Session: 671328a4-0638-46e5-884a-74658259bef2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
431 | 2024.08.14 22:31:27.638907 [ 3 ] {} <Debug> HTTP-Session: 671328a4-0638-46e5-884a-74658259bef2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.08.14 22:31:27.638941 [ 3 ] {} <Trace> HTTP-Session: 671328a4-0638-46e5-884a-74658259bef2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
433 | 2024.08.14 22:31:27.639113 [ 3 ] {28bc1300-da0b-4651-be19-d8f253680720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) 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.14 22:31:27.639172 [ 3 ] {28bc1300-da0b-4651-be19-d8f253680720} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
435 | 2024.08.14 22:31:27.641317 [ 3 ] {28bc1300-da0b-4651-be19-d8f253680720} <Debug> oximeter.measurements_string (72390e74-76c3-491a-9c80-9d6aa96d3b37): Loading data parts | ||
436 | 2024.08.14 22:31:27.641449 [ 3 ] {28bc1300-da0b-4651-be19-d8f253680720} <Debug> oximeter.measurements_string (72390e74-76c3-491a-9c80-9d6aa96d3b37): There are no data parts | ||
437 | 2024.08.14 22:31:27.642667 [ 3 ] {28bc1300-da0b-4651-be19-d8f253680720} <Debug> DynamicQueryHandler: Done processing query | ||
438 | 2024.08.14 22:31:27.642691 [ 3 ] {} <Debug> HTTP-Session: 671328a4-0638-46e5-884a-74658259bef2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
439 | 2024.08.14 22:31:27.642807 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
440 | 2024.08.14 22:31:27.642861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
441 | 2024.08.14 22:31:27.642880 [ 3 ] {} <Debug> HTTP-Session: a5f26604-275f-438d-86e8-a38d24f179af Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
442 | 2024.08.14 22:31:27.642903 [ 3 ] {} <Debug> HTTP-Session: a5f26604-275f-438d-86e8-a38d24f179af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
443 | 2024.08.14 22:31:27.642924 [ 3 ] {} <Debug> HTTP-Session: a5f26604-275f-438d-86e8-a38d24f179af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.08.14 22:31:27.642953 [ 3 ] {} <Trace> HTTP-Session: a5f26604-275f-438d-86e8-a38d24f179af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
445 | 2024.08.14 22:31:27.643129 [ 3 ] {4e85f4d3-bd40-4f68-b6b6-2a78d16e0b89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) 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.14 22:31:27.643188 [ 3 ] {4e85f4d3-bd40-4f68-b6b6-2a78d16e0b89} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
454 | 2024.08.14 22:31:27.646857 [ 3 ] {4e85f4d3-bd40-4f68-b6b6-2a78d16e0b89} <Debug> oximeter.measurements_bytes (01d5133b-a143-4eb4-98db-86b3017c230b): Loading data parts | ||
455 | 2024.08.14 22:31:27.646981 [ 3 ] {4e85f4d3-bd40-4f68-b6b6-2a78d16e0b89} <Debug> oximeter.measurements_bytes (01d5133b-a143-4eb4-98db-86b3017c230b): There are no data parts | ||
456 | 2024.08.14 22:31:27.648382 [ 3 ] {4e85f4d3-bd40-4f68-b6b6-2a78d16e0b89} <Debug> DynamicQueryHandler: Done processing query | ||
457 | 2024.08.14 22:31:27.648407 [ 3 ] {} <Debug> HTTP-Session: a5f26604-275f-438d-86e8-a38d24f179af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.08.14 22:31:27.648527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
459 | 2024.08.14 22:31:27.648580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
460 | 2024.08.14 22:31:27.648597 [ 3 ] {} <Debug> HTTP-Session: 4900a0f8-f701-425e-bdc0-4982f192a74f Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
461 | 2024.08.14 22:31:27.648621 [ 3 ] {} <Debug> HTTP-Session: 4900a0f8-f701-425e-bdc0-4982f192a74f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
462 | 2024.08.14 22:31:27.648642 [ 3 ] {} <Debug> HTTP-Session: 4900a0f8-f701-425e-bdc0-4982f192a74f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.08.14 22:31:27.648669 [ 3 ] {} <Trace> HTTP-Session: 4900a0f8-f701-425e-bdc0-4982f192a74f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
464 | 2024.08.14 22:31:27.648858 [ 3 ] {e219deaf-6ae8-49f4-9065-b02abea7ca7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) 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.14 22:31:27.648912 [ 3 ] {e219deaf-6ae8-49f4-9065-b02abea7ca7b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
466 | 2024.08.14 22:31:27.651074 [ 3 ] {e219deaf-6ae8-49f4-9065-b02abea7ca7b} <Debug> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Loading data parts | ||
467 | 2024.08.14 22:31:27.651206 [ 3 ] {e219deaf-6ae8-49f4-9065-b02abea7ca7b} <Debug> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): There are no data parts | ||
468 | 2024.08.14 22:31:27.652470 [ 3 ] {e219deaf-6ae8-49f4-9065-b02abea7ca7b} <Debug> DynamicQueryHandler: Done processing query | ||
469 | 2024.08.14 22:31:27.652506 [ 3 ] {} <Debug> HTTP-Session: 4900a0f8-f701-425e-bdc0-4982f192a74f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.08.14 22:31:27.652603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
471 | 2024.08.14 22:31:27.652663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
472 | 2024.08.14 22:31:27.652682 [ 3 ] {} <Debug> HTTP-Session: 6bea2dfc-e4bf-4679-8e76-f5a2a5928cb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
473 | 2024.08.14 22:31:27.652707 [ 3 ] {} <Debug> HTTP-Session: 6bea2dfc-e4bf-4679-8e76-f5a2a5928cb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
474 | 2024.08.14 22:31:27.652721 [ 3 ] {} <Debug> HTTP-Session: 6bea2dfc-e4bf-4679-8e76-f5a2a5928cb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.08.14 22:31:27.652755 [ 3 ] {} <Trace> HTTP-Session: 6bea2dfc-e4bf-4679-8e76-f5a2a5928cb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
476 | 2024.08.14 22:31:27.652939 [ 3 ] {f3dad443-e21a-4070-8c1d-95ff3705c469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) 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.14 22:31:27.653002 [ 3 ] {f3dad443-e21a-4070-8c1d-95ff3705c469} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
478 | 2024.08.14 22:31:27.656811 [ 3 ] {f3dad443-e21a-4070-8c1d-95ff3705c469} <Debug> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Loading data parts | ||
479 | 2024.08.14 22:31:27.656950 [ 3 ] {f3dad443-e21a-4070-8c1d-95ff3705c469} <Debug> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): There are no data parts | ||
480 | 2024.08.14 22:31:27.658417 [ 3 ] {f3dad443-e21a-4070-8c1d-95ff3705c469} <Debug> DynamicQueryHandler: Done processing query | ||
481 | 2024.08.14 22:31:27.658440 [ 3 ] {} <Debug> HTTP-Session: 6bea2dfc-e4bf-4679-8e76-f5a2a5928cb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.08.14 22:31:27.658588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
483 | 2024.08.14 22:31:27.658642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
484 | 2024.08.14 22:31:27.658660 [ 3 ] {} <Debug> HTTP-Session: 68c8ae50-6e37-4c62-806b-948ce8bfb31c Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
485 | 2024.08.14 22:31:27.658685 [ 3 ] {} <Debug> HTTP-Session: 68c8ae50-6e37-4c62-806b-948ce8bfb31c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
486 | 2024.08.14 22:31:27.658705 [ 3 ] {} <Debug> HTTP-Session: 68c8ae50-6e37-4c62-806b-948ce8bfb31c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.08.14 22:31:27.658733 [ 3 ] {} <Trace> HTTP-Session: 68c8ae50-6e37-4c62-806b-948ce8bfb31c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
488 | 2024.08.14 22:31:27.658917 [ 3 ] {993555b0-4fe0-441e-87cb-fec9dd39e1ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) 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.14 22:31:27.658980 [ 3 ] {993555b0-4fe0-441e-87cb-fec9dd39e1ec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
490 | 2024.08.14 22:31:27.661166 [ 3 ] {993555b0-4fe0-441e-87cb-fec9dd39e1ec} <Debug> oximeter.measurements_cumulativef32 (ebe4cb5f-912b-4c8f-8826-4c6f1c6b622e): Loading data parts | ||
491 | 2024.08.14 22:31:27.661286 [ 3 ] {993555b0-4fe0-441e-87cb-fec9dd39e1ec} <Debug> oximeter.measurements_cumulativef32 (ebe4cb5f-912b-4c8f-8826-4c6f1c6b622e): There are no data parts | ||
492 | 2024.08.14 22:31:27.662612 [ 3 ] {993555b0-4fe0-441e-87cb-fec9dd39e1ec} <Debug> DynamicQueryHandler: Done processing query | ||
493 | 2024.08.14 22:31:27.662649 [ 3 ] {} <Debug> HTTP-Session: 68c8ae50-6e37-4c62-806b-948ce8bfb31c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.08.14 22:31:27.662759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
495 | 2024.08.14 22:31:27.662814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
496 | 2024.08.14 22:31:27.662841 [ 3 ] {} <Debug> HTTP-Session: 22d2d8c4-e767-4bd6-9b6f-fa9972f97520 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
497 | 2024.08.14 22:31:27.662867 [ 3 ] {} <Debug> HTTP-Session: 22d2d8c4-e767-4bd6-9b6f-fa9972f97520 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
498 | 2024.08.14 22:31:27.662880 [ 3 ] {} <Debug> HTTP-Session: 22d2d8c4-e767-4bd6-9b6f-fa9972f97520 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.08.14 22:31:27.662915 [ 3 ] {} <Trace> HTTP-Session: 22d2d8c4-e767-4bd6-9b6f-fa9972f97520 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2024.08.14 22:31:27.663131 [ 3 ] {525e6dcc-d5fa-4d5c-aeca-e6b7ef0bcd3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) 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.14 22:31:27.663197 [ 3 ] {525e6dcc-d5fa-4d5c-aeca-e6b7ef0bcd3a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
502 | 2024.08.14 22:31:27.667021 [ 3 ] {525e6dcc-d5fa-4d5c-aeca-e6b7ef0bcd3a} <Debug> oximeter.measurements_cumulativef64 (9e28013d-5bdd-4697-a735-6135b810474f): Loading data parts | ||
503 | 2024.08.14 22:31:27.667227 [ 3 ] {525e6dcc-d5fa-4d5c-aeca-e6b7ef0bcd3a} <Debug> oximeter.measurements_cumulativef64 (9e28013d-5bdd-4697-a735-6135b810474f): There are no data parts | ||
504 | 2024.08.14 22:31:27.670314 [ 3 ] {525e6dcc-d5fa-4d5c-aeca-e6b7ef0bcd3a} <Debug> DynamicQueryHandler: Done processing query | ||
505 | 2024.08.14 22:31:27.670350 [ 3 ] {} <Debug> HTTP-Session: 22d2d8c4-e767-4bd6-9b6f-fa9972f97520 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
506 | 2024.08.14 22:31:27.670526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
507 | 2024.08.14 22:31:27.670582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
508 | 2024.08.14 22:31:27.670600 [ 3 ] {} <Debug> HTTP-Session: 775612bc-4832-41f1-b4ff-c2a09de29520 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
509 | 2024.08.14 22:31:27.670625 [ 3 ] {} <Debug> HTTP-Session: 775612bc-4832-41f1-b4ff-c2a09de29520 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
510 | 2024.08.14 22:31:27.670646 [ 3 ] {} <Debug> HTTP-Session: 775612bc-4832-41f1-b4ff-c2a09de29520 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.08.14 22:31:27.670675 [ 3 ] {} <Trace> HTTP-Session: 775612bc-4832-41f1-b4ff-c2a09de29520 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
512 | 2024.08.14 22:31:27.670926 [ 3 ] {39a9ecea-2530-4342-a4fa-eeecfab1bf19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) 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.14 22:31:27.671000 [ 3 ] {39a9ecea-2530-4342-a4fa-eeecfab1bf19} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
524 | 2024.08.14 22:31:27.673597 [ 3 ] {39a9ecea-2530-4342-a4fa-eeecfab1bf19} <Debug> oximeter.measurements_histogrami8 (7b95a176-7f40-4acc-a07c-e479b5536a7c): Loading data parts | ||
525 | 2024.08.14 22:31:27.673735 [ 3 ] {39a9ecea-2530-4342-a4fa-eeecfab1bf19} <Debug> oximeter.measurements_histogrami8 (7b95a176-7f40-4acc-a07c-e479b5536a7c): There are no data parts | ||
526 | 2024.08.14 22:31:27.675101 [ 3 ] {39a9ecea-2530-4342-a4fa-eeecfab1bf19} <Debug> DynamicQueryHandler: Done processing query | ||
527 | 2024.08.14 22:31:27.675139 [ 3 ] {} <Debug> HTTP-Session: 775612bc-4832-41f1-b4ff-c2a09de29520 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.08.14 22:31:27.675253 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
529 | 2024.08.14 22:31:27.675300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
530 | 2024.08.14 22:31:27.675329 [ 3 ] {} <Debug> HTTP-Session: dd699d09-a445-4164-ac1d-2e9a6155c125 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
531 | 2024.08.14 22:31:27.675356 [ 3 ] {} <Debug> HTTP-Session: dd699d09-a445-4164-ac1d-2e9a6155c125 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
532 | 2024.08.14 22:31:27.675369 [ 3 ] {} <Debug> HTTP-Session: dd699d09-a445-4164-ac1d-2e9a6155c125 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.08.14 22:31:27.675406 [ 3 ] {} <Trace> HTTP-Session: dd699d09-a445-4164-ac1d-2e9a6155c125 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
534 | 2024.08.14 22:31:27.675658 [ 3 ] {ca7a8bc6-90f8-4849-af5c-3728e3b0202e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) 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.14 22:31:27.675732 [ 3 ] {ca7a8bc6-90f8-4849-af5c-3728e3b0202e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
536 | 2024.08.14 22:31:27.679759 [ 3 ] {ca7a8bc6-90f8-4849-af5c-3728e3b0202e} <Debug> oximeter.measurements_histogramu8 (c91a9c09-3667-440f-8fa5-f74a7854ac70): Loading data parts | ||
537 | 2024.08.14 22:31:27.679956 [ 3 ] {ca7a8bc6-90f8-4849-af5c-3728e3b0202e} <Debug> oximeter.measurements_histogramu8 (c91a9c09-3667-440f-8fa5-f74a7854ac70): There are no data parts | ||
538 | 2024.08.14 22:31:27.681672 [ 3 ] {ca7a8bc6-90f8-4849-af5c-3728e3b0202e} <Debug> DynamicQueryHandler: Done processing query | ||
539 | 2024.08.14 22:31:27.681697 [ 3 ] {} <Debug> HTTP-Session: dd699d09-a445-4164-ac1d-2e9a6155c125 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2024.08.14 22:31:27.681804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
541 | 2024.08.14 22:31:27.681869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
542 | 2024.08.14 22:31:27.681888 [ 3 ] {} <Debug> HTTP-Session: 0832f4ca-81d3-4023-95d9-c5eee289f664 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
543 | 2024.08.14 22:31:27.681919 [ 3 ] {} <Debug> HTTP-Session: 0832f4ca-81d3-4023-95d9-c5eee289f664 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
544 | 2024.08.14 22:31:27.681933 [ 3 ] {} <Debug> HTTP-Session: 0832f4ca-81d3-4023-95d9-c5eee289f664 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.08.14 22:31:27.681971 [ 3 ] {} <Trace> HTTP-Session: 0832f4ca-81d3-4023-95d9-c5eee289f664 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
546 | 2024.08.14 22:31:27.682223 [ 3 ] {3596541a-4eb9-4a08-8d7a-beaa650c61f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) 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.14 22:31:27.682296 [ 3 ] {3596541a-4eb9-4a08-8d7a-beaa650c61f7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
548 | 2024.08.14 22:31:27.684757 [ 3 ] {3596541a-4eb9-4a08-8d7a-beaa650c61f7} <Debug> oximeter.measurements_histogrami16 (5b21e104-427e-4834-af79-78582713db19): Loading data parts | ||
549 | 2024.08.14 22:31:27.684876 [ 3 ] {3596541a-4eb9-4a08-8d7a-beaa650c61f7} <Debug> oximeter.measurements_histogrami16 (5b21e104-427e-4834-af79-78582713db19): There are no data parts | ||
550 | 2024.08.14 22:31:27.686220 [ 3 ] {3596541a-4eb9-4a08-8d7a-beaa650c61f7} <Debug> DynamicQueryHandler: Done processing query | ||
551 | 2024.08.14 22:31:27.686257 [ 3 ] {} <Debug> HTTP-Session: 0832f4ca-81d3-4023-95d9-c5eee289f664 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
552 | 2024.08.14 22:31:27.686374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
553 | 2024.08.14 22:31:27.686418 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
554 | 2024.08.14 22:31:27.686447 [ 3 ] {} <Debug> HTTP-Session: 342161eb-6752-4da8-98e9-61f8bb04fe79 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
555 | 2024.08.14 22:31:27.686473 [ 3 ] {} <Debug> HTTP-Session: 342161eb-6752-4da8-98e9-61f8bb04fe79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
556 | 2024.08.14 22:31:27.686486 [ 3 ] {} <Debug> HTTP-Session: 342161eb-6752-4da8-98e9-61f8bb04fe79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.08.14 22:31:27.686525 [ 3 ] {} <Trace> HTTP-Session: 342161eb-6752-4da8-98e9-61f8bb04fe79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
558 | 2024.08.14 22:31:27.686779 [ 3 ] {4d8136d3-e021-4277-8f9a-4ca6070e5bcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) 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.14 22:31:27.686853 [ 3 ] {4d8136d3-e021-4277-8f9a-4ca6070e5bcd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
560 | 2024.08.14 22:31:27.690877 [ 3 ] {4d8136d3-e021-4277-8f9a-4ca6070e5bcd} <Debug> oximeter.measurements_histogramu16 (2e590c08-a668-4b24-acf3-540b13f45508): Loading data parts | ||
561 | 2024.08.14 22:31:27.691077 [ 3 ] {4d8136d3-e021-4277-8f9a-4ca6070e5bcd} <Debug> oximeter.measurements_histogramu16 (2e590c08-a668-4b24-acf3-540b13f45508): There are no data parts | ||
562 | 2024.08.14 22:31:27.692777 [ 3 ] {4d8136d3-e021-4277-8f9a-4ca6070e5bcd} <Debug> DynamicQueryHandler: Done processing query | ||
563 | 2024.08.14 22:31:27.692802 [ 3 ] {} <Debug> HTTP-Session: 342161eb-6752-4da8-98e9-61f8bb04fe79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
564 | 2024.08.14 22:31:27.692912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
565 | 2024.08.14 22:31:27.692969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
566 | 2024.08.14 22:31:27.692987 [ 3 ] {} <Debug> HTTP-Session: fa6af7c9-a97c-4d79-b968-ac71d5b856df Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
567 | 2024.08.14 22:31:27.693013 [ 3 ] {} <Debug> HTTP-Session: fa6af7c9-a97c-4d79-b968-ac71d5b856df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
568 | 2024.08.14 22:31:27.693034 [ 3 ] {} <Debug> HTTP-Session: fa6af7c9-a97c-4d79-b968-ac71d5b856df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.08.14 22:31:27.693063 [ 3 ] {} <Trace> HTTP-Session: fa6af7c9-a97c-4d79-b968-ac71d5b856df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
570 | 2024.08.14 22:31:27.693314 [ 3 ] {fc775b6a-ad3a-4d75-b5e3-43aec2c11aca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) 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.14 22:31:27.693388 [ 3 ] {fc775b6a-ad3a-4d75-b5e3-43aec2c11aca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
572 | 2024.08.14 22:31:27.695857 [ 3 ] {fc775b6a-ad3a-4d75-b5e3-43aec2c11aca} <Debug> oximeter.measurements_histogrami32 (172e75d5-b489-440e-b509-af8203b7c2b8): Loading data parts | ||
573 | 2024.08.14 22:31:27.695993 [ 3 ] {fc775b6a-ad3a-4d75-b5e3-43aec2c11aca} <Debug> oximeter.measurements_histogrami32 (172e75d5-b489-440e-b509-af8203b7c2b8): There are no data parts | ||
574 | 2024.08.14 22:31:27.697426 [ 3 ] {fc775b6a-ad3a-4d75-b5e3-43aec2c11aca} <Debug> DynamicQueryHandler: Done processing query | ||
575 | 2024.08.14 22:31:27.697450 [ 3 ] {} <Debug> HTTP-Session: fa6af7c9-a97c-4d79-b968-ac71d5b856df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
576 | 2024.08.14 22:31:27.697580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
577 | 2024.08.14 22:31:27.697636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
578 | 2024.08.14 22:31:27.697655 [ 3 ] {} <Debug> HTTP-Session: 651217cb-8eef-4450-90e6-2fd6a1164580 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
579 | 2024.08.14 22:31:27.697704 [ 3 ] {} <Debug> HTTP-Session: 651217cb-8eef-4450-90e6-2fd6a1164580 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
580 | 2024.08.14 22:31:27.697718 [ 3 ] {} <Debug> HTTP-Session: 651217cb-8eef-4450-90e6-2fd6a1164580 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.08.14 22:31:27.697757 [ 3 ] {} <Trace> HTTP-Session: 651217cb-8eef-4450-90e6-2fd6a1164580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
582 | 2024.08.14 22:31:27.698006 [ 3 ] {d0792e1a-d4c7-4324-9da8-84865c5a660f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
583 | 2024.08.14 22:31:27.698073 [ 3 ] {d0792e1a-d4c7-4324-9da8-84865c5a660f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
584 | 2024.08.14 22:31:27.702053 [ 3 ] {d0792e1a-d4c7-4324-9da8-84865c5a660f} <Debug> oximeter.measurements_histogramu32 (fab4e40d-6e32-4976-a2f1-98f279607a19): Loading data parts | ||
585 | 2024.08.14 22:31:27.702195 [ 3 ] {d0792e1a-d4c7-4324-9da8-84865c5a660f} <Debug> oximeter.measurements_histogramu32 (fab4e40d-6e32-4976-a2f1-98f279607a19): There are no data parts | ||
586 | 2024.08.14 22:31:27.703755 [ 3 ] {d0792e1a-d4c7-4324-9da8-84865c5a660f} <Debug> DynamicQueryHandler: Done processing query | ||
587 | 2024.08.14 22:31:27.703779 [ 3 ] {} <Debug> HTTP-Session: 651217cb-8eef-4450-90e6-2fd6a1164580 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
588 | 2024.08.14 22:31:27.703890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
589 | 2024.08.14 22:31:27.703943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
590 | 2024.08.14 22:31:27.703962 [ 3 ] {} <Debug> HTTP-Session: 82373c07-bec5-4785-a8e8-86800c8901ee Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
591 | 2024.08.14 22:31:27.703983 [ 3 ] {} <Debug> HTTP-Session: 82373c07-bec5-4785-a8e8-86800c8901ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
592 | 2024.08.14 22:31:27.704003 [ 3 ] {} <Debug> HTTP-Session: 82373c07-bec5-4785-a8e8-86800c8901ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.08.14 22:31:27.704033 [ 3 ] {} <Trace> HTTP-Session: 82373c07-bec5-4785-a8e8-86800c8901ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
594 | 2024.08.14 22:31:27.704279 [ 3 ] {4e376ce1-1e17-4aec-9df7-c87e85fcc808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
595 | 2024.08.14 22:31:27.704344 [ 3 ] {4e376ce1-1e17-4aec-9df7-c87e85fcc808} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
596 | 2024.08.14 22:31:27.706809 [ 3 ] {4e376ce1-1e17-4aec-9df7-c87e85fcc808} <Debug> oximeter.measurements_histogrami64 (8e1822eb-ae56-45d2-8776-32527565faed): Loading data parts | ||
597 | 2024.08.14 22:31:27.706920 [ 3 ] {4e376ce1-1e17-4aec-9df7-c87e85fcc808} <Debug> oximeter.measurements_histogrami64 (8e1822eb-ae56-45d2-8776-32527565faed): There are no data parts | ||
598 | 2024.08.14 22:31:27.708215 [ 3 ] {4e376ce1-1e17-4aec-9df7-c87e85fcc808} <Debug> DynamicQueryHandler: Done processing query | ||
599 | 2024.08.14 22:31:27.708240 [ 3 ] {} <Debug> HTTP-Session: 82373c07-bec5-4785-a8e8-86800c8901ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
600 | 2024.08.14 22:31:27.708357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
601 | 2024.08.14 22:31:27.708409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
602 | 2024.08.14 22:31:27.708433 [ 3 ] {} <Debug> HTTP-Session: d46ead00-24e9-4c58-a540-a4ae49f0208d Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
603 | 2024.08.14 22:31:27.708449 [ 3 ] {} <Debug> HTTP-Session: d46ead00-24e9-4c58-a540-a4ae49f0208d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
604 | 2024.08.14 22:31:27.708467 [ 3 ] {} <Debug> HTTP-Session: d46ead00-24e9-4c58-a540-a4ae49f0208d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.08.14 22:31:27.708496 [ 3 ] {} <Trace> HTTP-Session: d46ead00-24e9-4c58-a540-a4ae49f0208d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
606 | 2024.08.14 22:31:27.708740 [ 3 ] {241992cc-eac8-467d-aab4-2bc603791e91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
607 | 2024.08.14 22:31:27.708804 [ 3 ] {241992cc-eac8-467d-aab4-2bc603791e91} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
608 | 2024.08.14 22:31:27.712814 [ 3 ] {241992cc-eac8-467d-aab4-2bc603791e91} <Debug> oximeter.measurements_histogramu64 (3c934900-cd46-49a0-9a55-ebd3655ddb57): Loading data parts | ||
609 | 2024.08.14 22:31:27.712944 [ 3 ] {241992cc-eac8-467d-aab4-2bc603791e91} <Debug> oximeter.measurements_histogramu64 (3c934900-cd46-49a0-9a55-ebd3655ddb57): There are no data parts | ||
610 | 2024.08.14 22:31:27.717205 [ 3 ] {241992cc-eac8-467d-aab4-2bc603791e91} <Debug> DynamicQueryHandler: Done processing query | ||
611 | 2024.08.14 22:31:27.717230 [ 3 ] {} <Debug> HTTP-Session: d46ead00-24e9-4c58-a540-a4ae49f0208d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
612 | 2024.08.14 22:31:27.717342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
613 | 2024.08.14 22:31:27.717395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
614 | 2024.08.14 22:31:27.717413 [ 3 ] {} <Debug> HTTP-Session: d86276cd-d0e3-47f2-b350-97823df128c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
615 | 2024.08.14 22:31:27.717434 [ 3 ] {} <Debug> HTTP-Session: d86276cd-d0e3-47f2-b350-97823df128c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
616 | 2024.08.14 22:31:27.717454 [ 3 ] {} <Debug> HTTP-Session: d86276cd-d0e3-47f2-b350-97823df128c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.08.14 22:31:27.717483 [ 3 ] {} <Trace> HTTP-Session: d86276cd-d0e3-47f2-b350-97823df128c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
618 | 2024.08.14 22:31:27.717726 [ 3 ] {b1e5dd90-1803-49af-adb4-7a0358332c6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
619 | 2024.08.14 22:31:27.717791 [ 3 ] {b1e5dd90-1803-49af-adb4-7a0358332c6d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
620 | 2024.08.14 22:31:27.719917 [ 3 ] {b1e5dd90-1803-49af-adb4-7a0358332c6d} <Debug> oximeter.measurements_histogramf32 (438784b1-4eab-43ad-9d1c-84a8005a1ead): Loading data parts | ||
621 | 2024.08.14 22:31:27.720047 [ 3 ] {b1e5dd90-1803-49af-adb4-7a0358332c6d} <Debug> oximeter.measurements_histogramf32 (438784b1-4eab-43ad-9d1c-84a8005a1ead): There are no data parts | ||
622 | 2024.08.14 22:31:27.721916 [ 3 ] {b1e5dd90-1803-49af-adb4-7a0358332c6d} <Debug> DynamicQueryHandler: Done processing query | ||
623 | 2024.08.14 22:31:27.721949 [ 3 ] {} <Debug> HTTP-Session: d86276cd-d0e3-47f2-b350-97823df128c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
624 | 2024.08.14 22:31:27.722051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
625 | 2024.08.14 22:31:27.722104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
626 | 2024.08.14 22:31:27.722130 [ 3 ] {} <Debug> HTTP-Session: 6965edf1-328a-4ba2-a2b3-99bf272dc449 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
627 | 2024.08.14 22:31:27.722146 [ 3 ] {} <Debug> HTTP-Session: 6965edf1-328a-4ba2-a2b3-99bf272dc449 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
628 | 2024.08.14 22:31:27.722164 [ 3 ] {} <Debug> HTTP-Session: 6965edf1-328a-4ba2-a2b3-99bf272dc449 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.08.14 22:31:27.722199 [ 3 ] {} <Trace> HTTP-Session: 6965edf1-328a-4ba2-a2b3-99bf272dc449 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
630 | 2024.08.14 22:31:27.722440 [ 3 ] {daa351a8-5a1a-4816-943b-7ac9d6c5bbbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
631 | 2024.08.14 22:31:27.722505 [ 3 ] {daa351a8-5a1a-4816-943b-7ac9d6c5bbbf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
632 | 2024.08.14 22:31:27.725676 [ 3 ] {daa351a8-5a1a-4816-943b-7ac9d6c5bbbf} <Debug> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Loading data parts | ||
633 | 2024.08.14 22:31:27.725787 [ 3 ] {daa351a8-5a1a-4816-943b-7ac9d6c5bbbf} <Debug> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): There are no data parts | ||
634 | 2024.08.14 22:31:27.729364 [ 3 ] {daa351a8-5a1a-4816-943b-7ac9d6c5bbbf} <Debug> DynamicQueryHandler: Done processing query | ||
635 | 2024.08.14 22:31:27.729398 [ 3 ] {} <Debug> HTTP-Session: 6965edf1-328a-4ba2-a2b3-99bf272dc449 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
636 | 2024.08.14 22:31:27.729561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
637 | 2024.08.14 22:31:27.729640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
638 | 2024.08.14 22:31:27.729676 [ 3 ] {} <Debug> HTTP-Session: 1dc5468a-f141-4d9a-b08d-bb56481f2ce2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
639 | 2024.08.14 22:31:27.729699 [ 3 ] {} <Debug> HTTP-Session: 1dc5468a-f141-4d9a-b08d-bb56481f2ce2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
640 | 2024.08.14 22:31:27.729729 [ 3 ] {} <Debug> HTTP-Session: 1dc5468a-f141-4d9a-b08d-bb56481f2ce2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.08.14 22:31:27.729781 [ 3 ] {} <Trace> HTTP-Session: 1dc5468a-f141-4d9a-b08d-bb56481f2ce2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
642 | 2024.08.14 22:31:27.730013 [ 3 ] {270affff-41b8-4ed0-8d1e-e83c3a6fe16f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) /* The field tables store named dimensions of each timeseries. | ||
643 | * | ||
644 | * As with the measurement tables, there is one field table for each field data | ||
645 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
646 | * this behavior **must not** be relied upon for query correctness. | ||
647 | * | ||
648 | * The index for the fields differs from the measurements, however. Rows are | ||
649 | * sorted by timeseries name, then field name, field value, and finally | ||
650 | * timeseries key. This reflects the most common pattern for looking them up: | ||
651 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
652 | * usually then used to look up measurements. | ||
653 | * | ||
654 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
655 | * timeseries name and then key, since it would improve lookups where one | ||
656 | * already has the key. Realistically though, these tables are quite small and | ||
657 | * so performance benefits will be low in absolute terms. | ||
658 | */ | ||
659 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
660 | 2024.08.14 22:31:27.730095 [ 3 ] {270affff-41b8-4ed0-8d1e-e83c3a6fe16f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
661 | 2024.08.14 22:31:27.735383 [ 3 ] {270affff-41b8-4ed0-8d1e-e83c3a6fe16f} <Debug> oximeter.fields_bool (01c1cd06-ad23-4de6-a168-10ac3666cbdd): Loading data parts | ||
662 | 2024.08.14 22:31:27.735608 [ 3 ] {270affff-41b8-4ed0-8d1e-e83c3a6fe16f} <Debug> oximeter.fields_bool (01c1cd06-ad23-4de6-a168-10ac3666cbdd): There are no data parts | ||
663 | 2024.08.14 22:31:27.737926 [ 3 ] {270affff-41b8-4ed0-8d1e-e83c3a6fe16f} <Debug> DynamicQueryHandler: Done processing query | ||
664 | 2024.08.14 22:31:27.737958 [ 3 ] {} <Debug> HTTP-Session: 1dc5468a-f141-4d9a-b08d-bb56481f2ce2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
665 | 2024.08.14 22:31:27.738064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
666 | 2024.08.14 22:31:27.738116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
667 | 2024.08.14 22:31:27.738135 [ 3 ] {} <Debug> HTTP-Session: 86ac4449-41aa-4fd1-8ed8-acc2e99c6df2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
668 | 2024.08.14 22:31:27.738158 [ 3 ] {} <Debug> HTTP-Session: 86ac4449-41aa-4fd1-8ed8-acc2e99c6df2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
669 | 2024.08.14 22:31:27.738171 [ 3 ] {} <Debug> HTTP-Session: 86ac4449-41aa-4fd1-8ed8-acc2e99c6df2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.08.14 22:31:27.738205 [ 3 ] {} <Trace> HTTP-Session: 86ac4449-41aa-4fd1-8ed8-acc2e99c6df2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
671 | 2024.08.14 22:31:27.738350 [ 3 ] {84f37b37-9657-4c33-9381-43d58b0967a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
672 | 2024.08.14 22:31:27.738403 [ 3 ] {84f37b37-9657-4c33-9381-43d58b0967a3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
673 | 2024.08.14 22:31:27.739883 [ 3 ] {84f37b37-9657-4c33-9381-43d58b0967a3} <Debug> oximeter.fields_i8 (ff31e8f4-072d-48ca-b7de-4f115b870f6b): Loading data parts | ||
674 | 2024.08.14 22:31:27.740039 [ 3 ] {84f37b37-9657-4c33-9381-43d58b0967a3} <Debug> oximeter.fields_i8 (ff31e8f4-072d-48ca-b7de-4f115b870f6b): There are no data parts | ||
675 | 2024.08.14 22:31:27.743553 [ 3 ] {84f37b37-9657-4c33-9381-43d58b0967a3} <Debug> DynamicQueryHandler: Done processing query | ||
676 | 2024.08.14 22:31:27.743600 [ 3 ] {} <Debug> HTTP-Session: 86ac4449-41aa-4fd1-8ed8-acc2e99c6df2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
677 | 2024.08.14 22:31:27.743751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
678 | 2024.08.14 22:31:27.743839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
679 | 2024.08.14 22:31:27.743867 [ 3 ] {} <Debug> HTTP-Session: b85acf81-98ee-43cf-a5f7-41596ffcee66 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
680 | 2024.08.14 22:31:27.743897 [ 3 ] {} <Debug> HTTP-Session: b85acf81-98ee-43cf-a5f7-41596ffcee66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
681 | 2024.08.14 22:31:27.743917 [ 3 ] {} <Debug> HTTP-Session: b85acf81-98ee-43cf-a5f7-41596ffcee66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.08.14 22:31:27.743970 [ 3 ] {} <Trace> HTTP-Session: b85acf81-98ee-43cf-a5f7-41596ffcee66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
683 | 2024.08.14 22:31:27.744182 [ 3 ] {2377652b-fdc7-4009-9905-5e96f29358bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
684 | 2024.08.14 22:31:27.744249 [ 3 ] {2377652b-fdc7-4009-9905-5e96f29358bf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
685 | 2024.08.14 22:31:27.750862 [ 3 ] {2377652b-fdc7-4009-9905-5e96f29358bf} <Debug> oximeter.fields_u8 (18e95281-6add-40c1-9834-91e6fe08557a): Loading data parts | ||
686 | 2024.08.14 22:31:27.751057 [ 3 ] {2377652b-fdc7-4009-9905-5e96f29358bf} <Debug> oximeter.fields_u8 (18e95281-6add-40c1-9834-91e6fe08557a): There are no data parts | ||
687 | 2024.08.14 22:31:27.753475 [ 3 ] {2377652b-fdc7-4009-9905-5e96f29358bf} <Debug> DynamicQueryHandler: Done processing query | ||
688 | 2024.08.14 22:31:27.753522 [ 3 ] {} <Debug> HTTP-Session: b85acf81-98ee-43cf-a5f7-41596ffcee66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
689 | 2024.08.14 22:31:27.753694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
690 | 2024.08.14 22:31:27.753772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
691 | 2024.08.14 22:31:27.753809 [ 3 ] {} <Debug> HTTP-Session: 72df4a82-c7e8-42d9-be2c-6f29f7ec7715 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
692 | 2024.08.14 22:31:27.753841 [ 3 ] {} <Debug> HTTP-Session: 72df4a82-c7e8-42d9-be2c-6f29f7ec7715 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
693 | 2024.08.14 22:31:27.753860 [ 3 ] {} <Debug> HTTP-Session: 72df4a82-c7e8-42d9-be2c-6f29f7ec7715 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.08.14 22:31:27.753913 [ 3 ] {} <Trace> HTTP-Session: 72df4a82-c7e8-42d9-be2c-6f29f7ec7715 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
695 | 2024.08.14 22:31:27.754133 [ 3 ] {090c3f36-f000-4292-b329-99314dcecf98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
696 | 2024.08.14 22:31:27.754201 [ 3 ] {090c3f36-f000-4292-b329-99314dcecf98} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
697 | 2024.08.14 22:31:27.755739 [ 3 ] {090c3f36-f000-4292-b329-99314dcecf98} <Debug> oximeter.fields_i16 (e534f4d7-84f9-4923-83f3-d79ec9680d99): Loading data parts | ||
698 | 2024.08.14 22:31:27.755870 [ 3 ] {090c3f36-f000-4292-b329-99314dcecf98} <Debug> oximeter.fields_i16 (e534f4d7-84f9-4923-83f3-d79ec9680d99): There are no data parts | ||
699 | 2024.08.14 22:31:27.759397 [ 3 ] {090c3f36-f000-4292-b329-99314dcecf98} <Debug> DynamicQueryHandler: Done processing query | ||
700 | 2024.08.14 22:31:27.759435 [ 3 ] {} <Debug> HTTP-Session: 72df4a82-c7e8-42d9-be2c-6f29f7ec7715 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
701 | 2024.08.14 22:31:27.759584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
702 | 2024.08.14 22:31:27.759646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
703 | 2024.08.14 22:31:27.759677 [ 3 ] {} <Debug> HTTP-Session: 6f65328e-2481-40fd-8d6a-154ff1d26b7c Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
704 | 2024.08.14 22:31:27.759696 [ 3 ] {} <Debug> HTTP-Session: 6f65328e-2481-40fd-8d6a-154ff1d26b7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
705 | 2024.08.14 22:31:27.759718 [ 3 ] {} <Debug> HTTP-Session: 6f65328e-2481-40fd-8d6a-154ff1d26b7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.08.14 22:31:27.759760 [ 3 ] {} <Trace> HTTP-Session: 6f65328e-2481-40fd-8d6a-154ff1d26b7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
707 | 2024.08.14 22:31:27.759925 [ 3 ] {1843495d-03b0-4d5c-aecf-5d6e54f6201d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
708 | 2024.08.14 22:31:27.759987 [ 3 ] {1843495d-03b0-4d5c-aecf-5d6e54f6201d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
709 | 2024.08.14 22:31:27.763913 [ 3 ] {1843495d-03b0-4d5c-aecf-5d6e54f6201d} <Debug> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Loading data parts | ||
710 | 2024.08.14 22:31:27.764068 [ 3 ] {1843495d-03b0-4d5c-aecf-5d6e54f6201d} <Debug> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): There are no data parts | ||
711 | 2024.08.14 22:31:27.768201 [ 3 ] {1843495d-03b0-4d5c-aecf-5d6e54f6201d} <Debug> DynamicQueryHandler: Done processing query | ||
712 | 2024.08.14 22:31:27.768225 [ 3 ] {} <Debug> HTTP-Session: 6f65328e-2481-40fd-8d6a-154ff1d26b7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
713 | 2024.08.14 22:31:27.768360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
714 | 2024.08.14 22:31:27.768412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
715 | 2024.08.14 22:31:27.768430 [ 3 ] {} <Debug> HTTP-Session: 86baae6c-582b-4636-be25-858bb36ef44d Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
716 | 2024.08.14 22:31:27.768453 [ 3 ] {} <Debug> HTTP-Session: 86baae6c-582b-4636-be25-858bb36ef44d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
717 | 2024.08.14 22:31:27.768473 [ 3 ] {} <Debug> HTTP-Session: 86baae6c-582b-4636-be25-858bb36ef44d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.08.14 22:31:27.768502 [ 3 ] {} <Trace> HTTP-Session: 86baae6c-582b-4636-be25-858bb36ef44d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
719 | 2024.08.14 22:31:27.768645 [ 3 ] {d11a34fd-980f-4b0a-86c5-0d78418011a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
720 | 2024.08.14 22:31:27.768696 [ 3 ] {d11a34fd-980f-4b0a-86c5-0d78418011a6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
721 | 2024.08.14 22:31:27.770367 [ 3 ] {d11a34fd-980f-4b0a-86c5-0d78418011a6} <Debug> oximeter.fields_i32 (6ae6818a-8b24-4df4-9b05-f55edffa3a77): Loading data parts | ||
722 | 2024.08.14 22:31:27.770489 [ 3 ] {d11a34fd-980f-4b0a-86c5-0d78418011a6} <Debug> oximeter.fields_i32 (6ae6818a-8b24-4df4-9b05-f55edffa3a77): There are no data parts | ||
723 | 2024.08.14 22:31:27.772722 [ 3 ] {d11a34fd-980f-4b0a-86c5-0d78418011a6} <Debug> DynamicQueryHandler: Done processing query | ||
724 | 2024.08.14 22:31:27.772751 [ 3 ] {} <Debug> HTTP-Session: 86baae6c-582b-4636-be25-858bb36ef44d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
725 | 2024.08.14 22:31:27.772902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
726 | 2024.08.14 22:31:27.772964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
727 | 2024.08.14 22:31:27.772986 [ 3 ] {} <Debug> HTTP-Session: 06b4b9c0-ec04-48a5-9052-c81e35585d95 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
728 | 2024.08.14 22:31:27.773014 [ 3 ] {} <Debug> HTTP-Session: 06b4b9c0-ec04-48a5-9052-c81e35585d95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
729 | 2024.08.14 22:31:27.773030 [ 3 ] {} <Debug> HTTP-Session: 06b4b9c0-ec04-48a5-9052-c81e35585d95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.08.14 22:31:27.773071 [ 3 ] {} <Trace> HTTP-Session: 06b4b9c0-ec04-48a5-9052-c81e35585d95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
731 | 2024.08.14 22:31:27.773247 [ 3 ] {64f0a193-6503-4929-b1fd-3a33437c583a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
732 | 2024.08.14 22:31:27.773309 [ 3 ] {64f0a193-6503-4929-b1fd-3a33437c583a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
733 | 2024.08.14 22:31:27.774938 [ 3 ] {64f0a193-6503-4929-b1fd-3a33437c583a} <Debug> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Loading data parts | ||
734 | 2024.08.14 22:31:27.775111 [ 3 ] {64f0a193-6503-4929-b1fd-3a33437c583a} <Debug> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): There are no data parts | ||
735 | 2024.08.14 22:31:27.778971 [ 3 ] {64f0a193-6503-4929-b1fd-3a33437c583a} <Debug> DynamicQueryHandler: Done processing query | ||
736 | 2024.08.14 22:31:27.779009 [ 3 ] {} <Debug> HTTP-Session: 06b4b9c0-ec04-48a5-9052-c81e35585d95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
737 | 2024.08.14 22:31:27.779195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
738 | 2024.08.14 22:31:27.779307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
739 | 2024.08.14 22:31:27.779336 [ 3 ] {} <Debug> HTTP-Session: a52dc18f-09c5-42b4-a00e-c3009b383265 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
740 | 2024.08.14 22:31:27.779371 [ 3 ] {} <Debug> HTTP-Session: a52dc18f-09c5-42b4-a00e-c3009b383265 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
741 | 2024.08.14 22:31:27.779393 [ 3 ] {} <Debug> HTTP-Session: a52dc18f-09c5-42b4-a00e-c3009b383265 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.08.14 22:31:27.779431 [ 3 ] {} <Trace> HTTP-Session: a52dc18f-09c5-42b4-a00e-c3009b383265 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
743 | 2024.08.14 22:31:27.779578 [ 3 ] {dce304d7-abb3-4cb4-9156-9c799f1d867d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
744 | 2024.08.14 22:31:27.779617 [ 3 ] {dce304d7-abb3-4cb4-9156-9c799f1d867d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
745 | 2024.08.14 22:31:27.783520 [ 3 ] {dce304d7-abb3-4cb4-9156-9c799f1d867d} <Debug> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Loading data parts | ||
746 | 2024.08.14 22:31:27.783682 [ 3 ] {dce304d7-abb3-4cb4-9156-9c799f1d867d} <Debug> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): There are no data parts | ||
747 | 2024.08.14 22:31:27.788152 [ 3 ] {dce304d7-abb3-4cb4-9156-9c799f1d867d} <Debug> DynamicQueryHandler: Done processing query | ||
748 | 2024.08.14 22:31:27.788196 [ 3 ] {} <Debug> HTTP-Session: a52dc18f-09c5-42b4-a00e-c3009b383265 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
749 | 2024.08.14 22:31:27.788350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
750 | 2024.08.14 22:31:27.788396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
751 | 2024.08.14 22:31:27.788415 [ 3 ] {} <Debug> HTTP-Session: 147b32f6-c090-4223-a675-4d206cfefe6a Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
752 | 2024.08.14 22:31:27.788431 [ 3 ] {} <Debug> HTTP-Session: 147b32f6-c090-4223-a675-4d206cfefe6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
753 | 2024.08.14 22:31:27.788444 [ 3 ] {} <Debug> HTTP-Session: 147b32f6-c090-4223-a675-4d206cfefe6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.08.14 22:31:27.788474 [ 3 ] {} <Trace> HTTP-Session: 147b32f6-c090-4223-a675-4d206cfefe6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
755 | 2024.08.14 22:31:27.788611 [ 3 ] {62460d57-282c-451e-8495-8e04e92ef932} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
756 | 2024.08.14 22:31:27.788650 [ 3 ] {62460d57-282c-451e-8495-8e04e92ef932} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
757 | 2024.08.14 22:31:27.790860 [ 3 ] {62460d57-282c-451e-8495-8e04e92ef932} <Debug> oximeter.fields_u64 (d6d1220d-d9bc-4d37-8bf7-c2470b83d6b5): Loading data parts | ||
758 | 2024.08.14 22:31:27.791064 [ 3 ] {62460d57-282c-451e-8495-8e04e92ef932} <Debug> oximeter.fields_u64 (d6d1220d-d9bc-4d37-8bf7-c2470b83d6b5): There are no data parts | ||
759 | 2024.08.14 22:31:27.793901 [ 3 ] {62460d57-282c-451e-8495-8e04e92ef932} <Debug> DynamicQueryHandler: Done processing query | ||
760 | 2024.08.14 22:31:27.793940 [ 3 ] {} <Debug> HTTP-Session: 147b32f6-c090-4223-a675-4d206cfefe6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
761 | 2024.08.14 22:31:27.794084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
762 | 2024.08.14 22:31:27.794152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
763 | 2024.08.14 22:31:27.794180 [ 3 ] {} <Debug> HTTP-Session: 2e40b06b-e1b9-4875-85ca-bdd21af8bd57 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
764 | 2024.08.14 22:31:27.794203 [ 3 ] {} <Debug> HTTP-Session: 2e40b06b-e1b9-4875-85ca-bdd21af8bd57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
765 | 2024.08.14 22:31:27.794224 [ 3 ] {} <Debug> HTTP-Session: 2e40b06b-e1b9-4875-85ca-bdd21af8bd57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.08.14 22:31:27.794268 [ 3 ] {} <Trace> HTTP-Session: 2e40b06b-e1b9-4875-85ca-bdd21af8bd57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
767 | 2024.08.14 22:31:27.794442 [ 3 ] {b9e6fcfb-8446-4a12-8866-3f84dfab958e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
768 | 2024.08.14 22:31:27.794480 [ 3 ] {b9e6fcfb-8446-4a12-8866-3f84dfab958e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
769 | 2024.08.14 22:31:27.798360 [ 3 ] {b9e6fcfb-8446-4a12-8866-3f84dfab958e} <Debug> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Loading data parts | ||
770 | 2024.08.14 22:31:27.798543 [ 3 ] {b9e6fcfb-8446-4a12-8866-3f84dfab958e} <Debug> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): There are no data parts | ||
771 | 2024.08.14 22:31:27.799941 [ 3 ] {b9e6fcfb-8446-4a12-8866-3f84dfab958e} <Debug> DynamicQueryHandler: Done processing query | ||
772 | 2024.08.14 22:31:27.799966 [ 3 ] {} <Debug> HTTP-Session: 2e40b06b-e1b9-4875-85ca-bdd21af8bd57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
773 | 2024.08.14 22:31:27.800071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
774 | 2024.08.14 22:31:27.800118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
775 | 2024.08.14 22:31:27.800138 [ 3 ] {} <Debug> HTTP-Session: 55b56a99-ed93-41f1-86cf-242a42d7bc73 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
776 | 2024.08.14 22:31:27.800153 [ 3 ] {} <Debug> HTTP-Session: 55b56a99-ed93-41f1-86cf-242a42d7bc73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
777 | 2024.08.14 22:31:27.800167 [ 3 ] {} <Debug> HTTP-Session: 55b56a99-ed93-41f1-86cf-242a42d7bc73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.08.14 22:31:27.800196 [ 3 ] {} <Trace> HTTP-Session: 55b56a99-ed93-41f1-86cf-242a42d7bc73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
779 | 2024.08.14 22:31:27.800332 [ 3 ] {91d0a698-155f-4c8e-8975-13109a519387} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
780 | 2024.08.14 22:31:27.800371 [ 3 ] {91d0a698-155f-4c8e-8975-13109a519387} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
781 | 2024.08.14 22:31:27.802329 [ 3 ] {91d0a698-155f-4c8e-8975-13109a519387} <Debug> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Loading data parts | ||
782 | 2024.08.14 22:31:27.802493 [ 3 ] {91d0a698-155f-4c8e-8975-13109a519387} <Debug> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): There are no data parts | ||
783 | 2024.08.14 22:31:27.803704 [ 3 ] {91d0a698-155f-4c8e-8975-13109a519387} <Debug> DynamicQueryHandler: Done processing query | ||
784 | 2024.08.14 22:31:27.803730 [ 3 ] {} <Debug> HTTP-Session: 55b56a99-ed93-41f1-86cf-242a42d7bc73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
785 | 2024.08.14 22:31:27.803832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
786 | 2024.08.14 22:31:27.803877 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
787 | 2024.08.14 22:31:27.803895 [ 3 ] {} <Debug> HTTP-Session: 16917c0b-77a1-44fc-8630-25335a175b8b Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
788 | 2024.08.14 22:31:27.803911 [ 3 ] {} <Debug> HTTP-Session: 16917c0b-77a1-44fc-8630-25335a175b8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
789 | 2024.08.14 22:31:27.803925 [ 3 ] {} <Debug> HTTP-Session: 16917c0b-77a1-44fc-8630-25335a175b8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.08.14 22:31:27.803954 [ 3 ] {} <Trace> HTTP-Session: 16917c0b-77a1-44fc-8630-25335a175b8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
791 | 2024.08.14 22:31:27.804092 [ 3 ] {2e763481-a5bc-4015-b5f9-2b46affacae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
792 | 2024.08.14 22:31:27.804129 [ 3 ] {2e763481-a5bc-4015-b5f9-2b46affacae2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
793 | 2024.08.14 22:31:27.807846 [ 3 ] {2e763481-a5bc-4015-b5f9-2b46affacae2} <Debug> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Loading data parts | ||
794 | 2024.08.14 22:31:27.808097 [ 3 ] {2e763481-a5bc-4015-b5f9-2b46affacae2} <Debug> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): There are no data parts | ||
795 | 2024.08.14 22:31:27.813121 [ 3 ] {2e763481-a5bc-4015-b5f9-2b46affacae2} <Debug> DynamicQueryHandler: Done processing query | ||
796 | 2024.08.14 22:31:27.813151 [ 3 ] {} <Debug> HTTP-Session: 16917c0b-77a1-44fc-8630-25335a175b8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
797 | 2024.08.14 22:31:27.813281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
798 | 2024.08.14 22:31:27.813338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
799 | 2024.08.14 22:31:27.813361 [ 3 ] {} <Debug> HTTP-Session: d7c0db4f-72e8-4ac9-9e38-d63eed207b0f Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
800 | 2024.08.14 22:31:27.813381 [ 3 ] {} <Debug> HTTP-Session: d7c0db4f-72e8-4ac9-9e38-d63eed207b0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
801 | 2024.08.14 22:31:27.813394 [ 3 ] {} <Debug> HTTP-Session: d7c0db4f-72e8-4ac9-9e38-d63eed207b0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.08.14 22:31:27.813424 [ 3 ] {} <Trace> HTTP-Session: d7c0db4f-72e8-4ac9-9e38-d63eed207b0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
803 | 2024.08.14 22:31:27.813632 [ 3 ] {bfc0807e-45c1-48fb-bbec-28ef6b1ed093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) /* The timeseries schema table stores the extracted schema for the samples | ||
804 | * oximeter collects. | ||
805 | */ | ||
806 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
807 | 2024.08.14 22:31:27.813691 [ 3 ] {bfc0807e-45c1-48fb-bbec-28ef6b1ed093} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
808 | 2024.08.14 22:31:27.816189 [ 3 ] {bfc0807e-45c1-48fb-bbec-28ef6b1ed093} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2): Loading data parts | ||
809 | 2024.08.14 22:31:27.816339 [ 3 ] {bfc0807e-45c1-48fb-bbec-28ef6b1ed093} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2): There are no data parts | ||
810 | 2024.08.14 22:31:27.817721 [ 3 ] {bfc0807e-45c1-48fb-bbec-28ef6b1ed093} <Debug> DynamicQueryHandler: Done processing query | ||
811 | 2024.08.14 22:31:27.817747 [ 3 ] {} <Debug> HTTP-Session: d7c0db4f-72e8-4ac9-9e38-d63eed207b0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
812 | 2024.08.14 22:31:27.817876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60876, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
813 | 2024.08.14 22:31:27.817923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
814 | 2024.08.14 22:31:27.817941 [ 3 ] {} <Debug> HTTP-Session: 1c6cd539-b358-4aad-9732-5f6f04ea7ce2 Authenticating user 'default' from [fd00:1122:3344:101::d]:60876 | ||
815 | 2024.08.14 22:31:27.817957 [ 3 ] {} <Debug> HTTP-Session: 1c6cd539-b358-4aad-9732-5f6f04ea7ce2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
816 | 2024.08.14 22:31:27.817971 [ 3 ] {} <Debug> HTTP-Session: 1c6cd539-b358-4aad-9732-5f6f04ea7ce2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.08.14 22:31:27.818000 [ 3 ] {} <Trace> HTTP-Session: 1c6cd539-b358-4aad-9732-5f6f04ea7ce2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
818 | 2024.08.14 22:31:27.818153 [ 3 ] {1044af2e-e343-4bce-80a7-0ec1332918b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60876) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
819 | 2024.08.14 22:31:27.819798 [ 3 ] {1044af2e-e343-4bce-80a7-0ec1332918b4} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
820 | 2024.08.14 22:31:27.823643 [ 3 ] {1044af2e-e343-4bce-80a7-0ec1332918b4} <Trace> oximeter.version (b0f86080-f8d6-45b0-b166-07d22b7e354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
821 | 2024.08.14 22:31:27.823679 [ 3 ] {1044af2e-e343-4bce-80a7-0ec1332918b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
822 | 2024.08.14 22:31:27.828073 [ 3 ] {1044af2e-e343-4bce-80a7-0ec1332918b4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
823 | 2024.08.14 22:31:27.829102 [ 3 ] {1044af2e-e343-4bce-80a7-0ec1332918b4} <Trace> oximeter.version (b0f86080-f8d6-45b0-b166-07d22b7e354a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
824 | 2024.08.14 22:31:27.829377 [ 3 ] {1044af2e-e343-4bce-80a7-0ec1332918b4} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.011292 sec., 88.55827134254339 rows/sec., 1.38 KiB/sec. | ||
825 | 2024.08.14 22:31:27.829532 [ 3 ] {1044af2e-e343-4bce-80a7-0ec1332918b4} <Debug> DynamicQueryHandler: Done processing query | ||
826 | 2024.08.14 22:31:27.829554 [ 3 ] {1044af2e-e343-4bce-80a7-0ec1332918b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
827 | 2024.08.14 22:31:27.829570 [ 3 ] {} <Debug> HTTP-Session: 1c6cd539-b358-4aad-9732-5f6f04ea7ce2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
828 | 2024.08.14 22:31:28.000167 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.24 MiB, peak 166.38 MiB, free memory in arenas 0.00 B, will set to 173.68 MiB (RSS), difference: 12.44 MiB | ||
829 | 2024.08.14 22:31:41.082067 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache | ||
830 | 2024.08.14 22:31:41.082128 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache | ||
831 | 2024.08.14 22:31:52.833428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
832 | 2024.08.14 22:31:52.833560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
833 | 2024.08.14 22:31:52.833588 [ 3 ] {} <Debug> HTTP-Session: 41aea329-b070-4fb4-8a50-9d21ae4ef20a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
834 | 2024.08.14 22:31:52.833615 [ 3 ] {} <Debug> HTTP-Session: 41aea329-b070-4fb4-8a50-9d21ae4ef20a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
835 | 2024.08.14 22:31:52.833633 [ 3 ] {} <Debug> HTTP-Session: 41aea329-b070-4fb4-8a50-9d21ae4ef20a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
836 | 2024.08.14 22:31:52.833687 [ 3 ] {} <Trace> HTTP-Session: 41aea329-b070-4fb4-8a50-9d21ae4ef20a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
837 | 2024.08.14 22:31:52.833945 [ 3 ] {681ba149-8ce9-4809-82ca-df78245fbb79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
838 | 2024.08.14 22:31:52.834320 [ 3 ] {681ba149-8ce9-4809-82ca-df78245fbb79} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
839 | 2024.08.14 22:31:52.834469 [ 3 ] {681ba149-8ce9-4809-82ca-df78245fbb79} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
840 | 2024.08.14 22:31:52.842179 [ 3 ] {681ba149-8ce9-4809-82ca-df78245fbb79} <Debug> DynamicQueryHandler: Done processing query | ||
841 | 2024.08.14 22:31:52.842234 [ 3 ] {681ba149-8ce9-4809-82ca-df78245fbb79} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
842 | 2024.08.14 22:31:52.842266 [ 3 ] {} <Debug> HTTP-Session: 41aea329-b070-4fb4-8a50-9d21ae4ef20a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
843 | 2024.08.14 22:31:52.847521 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
844 | 2024.08.14 22:31:52.847582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
845 | 2024.08.14 22:31:52.847603 [ 3 ] {} <Debug> HTTP-Session: f51a4095-74b7-490f-8c8f-35b85944776b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
846 | 2024.08.14 22:31:52.847621 [ 3 ] {} <Debug> HTTP-Session: f51a4095-74b7-490f-8c8f-35b85944776b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
847 | 2024.08.14 22:31:52.847636 [ 3 ] {} <Debug> HTTP-Session: f51a4095-74b7-490f-8c8f-35b85944776b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
848 | 2024.08.14 22:31:52.847670 [ 3 ] {} <Trace> HTTP-Session: f51a4095-74b7-490f-8c8f-35b85944776b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
849 | 2024.08.14 22:31:52.847864 [ 3 ] {55119291-09f3-4c66-bef6-21d5b2fc4cec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
850 | 2024.08.14 22:31:52.857657 [ 3 ] {55119291-09f3-4c66-bef6-21d5b2fc4cec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
851 | 2024.08.14 22:31:52.857724 [ 3 ] {55119291-09f3-4c66-bef6-21d5b2fc4cec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
852 | 2024.08.14 22:31:52.858834 [ 3 ] {55119291-09f3-4c66-bef6-21d5b2fc4cec} <Debug> DynamicQueryHandler: Done processing query | ||
853 | 2024.08.14 22:31:52.858861 [ 3 ] {55119291-09f3-4c66-bef6-21d5b2fc4cec} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
854 | 2024.08.14 22:31:52.858877 [ 3 ] {} <Debug> HTTP-Session: f51a4095-74b7-490f-8c8f-35b85944776b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
855 | 2024.08.14 22:31:52.859128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
856 | 2024.08.14 22:31:52.859179 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
857 | 2024.08.14 22:31:52.859199 [ 3 ] {} <Debug> HTTP-Session: 4170adac-fdf5-488a-b229-c87215d2ae4e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
858 | 2024.08.14 22:31:52.859215 [ 3 ] {} <Debug> HTTP-Session: 4170adac-fdf5-488a-b229-c87215d2ae4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
859 | 2024.08.14 22:31:52.859230 [ 3 ] {} <Debug> HTTP-Session: 4170adac-fdf5-488a-b229-c87215d2ae4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
860 | 2024.08.14 22:31:52.859262 [ 3 ] {} <Trace> HTTP-Session: 4170adac-fdf5-488a-b229-c87215d2ae4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
861 | 2024.08.14 22:31:52.859423 [ 3 ] {faec6e2e-d519-4a70-9439-5fe6854424a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
862 | 2024.08.14 22:31:52.861823 [ 3 ] {faec6e2e-d519-4a70-9439-5fe6854424a1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
863 | 2024.08.14 22:31:52.861937 [ 3 ] {faec6e2e-d519-4a70-9439-5fe6854424a1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
864 | 2024.08.14 22:31:52.863098 [ 3 ] {faec6e2e-d519-4a70-9439-5fe6854424a1} <Debug> DynamicQueryHandler: Done processing query | ||
865 | 2024.08.14 22:31:52.863125 [ 3 ] {faec6e2e-d519-4a70-9439-5fe6854424a1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
866 | 2024.08.14 22:31:52.863140 [ 3 ] {} <Debug> HTTP-Session: 4170adac-fdf5-488a-b229-c87215d2ae4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
867 | 2024.08.14 22:31:52.863470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
868 | 2024.08.14 22:31:52.863519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
869 | 2024.08.14 22:31:52.863539 [ 3 ] {} <Debug> HTTP-Session: 42aedf97-2026-40d3-9bff-45624c779867 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
870 | 2024.08.14 22:31:52.863556 [ 3 ] {} <Debug> HTTP-Session: 42aedf97-2026-40d3-9bff-45624c779867 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
871 | 2024.08.14 22:31:52.863569 [ 3 ] {} <Debug> HTTP-Session: 42aedf97-2026-40d3-9bff-45624c779867 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
872 | 2024.08.14 22:31:52.863601 [ 3 ] {} <Trace> HTTP-Session: 42aedf97-2026-40d3-9bff-45624c779867 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
873 | 2024.08.14 22:31:52.863723 [ 3 ] {e9489d83-d346-4a85-bc68-b9d847584caa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
874 | 2024.08.14 22:31:52.864044 [ 3 ] {e9489d83-d346-4a85-bc68-b9d847584caa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
875 | 2024.08.14 22:31:52.864097 [ 3 ] {e9489d83-d346-4a85-bc68-b9d847584caa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
876 | 2024.08.14 22:31:52.865042 [ 3 ] {e9489d83-d346-4a85-bc68-b9d847584caa} <Debug> DynamicQueryHandler: Done processing query | ||
877 | 2024.08.14 22:31:52.865075 [ 3 ] {e9489d83-d346-4a85-bc68-b9d847584caa} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
878 | 2024.08.14 22:31:52.865095 [ 3 ] {} <Debug> HTTP-Session: 42aedf97-2026-40d3-9bff-45624c779867 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
879 | 2024.08.14 22:31:52.865665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
880 | 2024.08.14 22:31:52.865715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
881 | 2024.08.14 22:31:52.865735 [ 3 ] {} <Debug> HTTP-Session: 5526267e-ca7c-4097-a4ac-dbe63c7cfdb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
882 | 2024.08.14 22:31:52.865751 [ 3 ] {} <Debug> HTTP-Session: 5526267e-ca7c-4097-a4ac-dbe63c7cfdb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
883 | 2024.08.14 22:31:52.865765 [ 3 ] {} <Debug> HTTP-Session: 5526267e-ca7c-4097-a4ac-dbe63c7cfdb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
884 | 2024.08.14 22:31:52.865796 [ 3 ] {} <Trace> HTTP-Session: 5526267e-ca7c-4097-a4ac-dbe63c7cfdb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
885 | 2024.08.14 22:31:52.865944 [ 3 ] {003da04c-2bf2-46a8-a649-e545f831640b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
886 | 2024.08.14 22:31:52.865993 [ 3 ] {003da04c-2bf2-46a8-a649-e545f831640b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
887 | 2024.08.14 22:31:52.866191 [ 3 ] {003da04c-2bf2-46a8-a649-e545f831640b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
888 | 2024.08.14 22:31:52.866694 [ 3 ] {003da04c-2bf2-46a8-a649-e545f831640b} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
889 | 2024.08.14 22:31:52.866732 [ 3 ] {003da04c-2bf2-46a8-a649-e545f831640b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
890 | 2024.08.14 22:31:52.869309 [ 3 ] {003da04c-2bf2-46a8-a649-e545f831640b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
891 | 2024.08.14 22:31:52.869901 [ 3 ] {003da04c-2bf2-46a8-a649-e545f831640b} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
892 | 2024.08.14 22:31:52.870058 [ 3 ] {003da04c-2bf2-46a8-a649-e545f831640b} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.004148 sec., 964.3201542912248 rows/sec., 104.30 KiB/sec. | ||
893 | 2024.08.14 22:31:52.870374 [ 3 ] {003da04c-2bf2-46a8-a649-e545f831640b} <Debug> DynamicQueryHandler: Done processing query | ||
894 | 2024.08.14 22:31:52.870398 [ 3 ] {003da04c-2bf2-46a8-a649-e545f831640b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
895 | 2024.08.14 22:31:52.870413 [ 3 ] {} <Debug> HTTP-Session: 5526267e-ca7c-4097-a4ac-dbe63c7cfdb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
896 | 2024.08.14 22:31:52.870531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
897 | 2024.08.14 22:31:52.870580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
898 | 2024.08.14 22:31:52.870598 [ 3 ] {} <Debug> HTTP-Session: e6760cc9-43c5-4a8c-8f63-79ca4b3a456d Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
899 | 2024.08.14 22:31:52.870614 [ 3 ] {} <Debug> HTTP-Session: e6760cc9-43c5-4a8c-8f63-79ca4b3a456d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
900 | 2024.08.14 22:31:52.870628 [ 3 ] {} <Debug> HTTP-Session: e6760cc9-43c5-4a8c-8f63-79ca4b3a456d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
901 | 2024.08.14 22:31:52.870659 [ 3 ] {} <Trace> HTTP-Session: e6760cc9-43c5-4a8c-8f63-79ca4b3a456d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
902 | 2024.08.14 22:31:52.870758 [ 3 ] {ed8a8d14-2b6b-4cc4-b6b6-1477f8b261e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
903 | 2024.08.14 22:31:52.870801 [ 3 ] {ed8a8d14-2b6b-4cc4-b6b6-1477f8b261e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
904 | 2024.08.14 22:31:52.870943 [ 3 ] {ed8a8d14-2b6b-4cc4-b6b6-1477f8b261e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
905 | 2024.08.14 22:31:52.878838 [ 3 ] {ed8a8d14-2b6b-4cc4-b6b6-1477f8b261e3} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
906 | 2024.08.14 22:31:52.878904 [ 3 ] {ed8a8d14-2b6b-4cc4-b6b6-1477f8b261e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
907 | 2024.08.14 22:31:52.879538 [ 3 ] {ed8a8d14-2b6b-4cc4-b6b6-1477f8b261e3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
908 | 2024.08.14 22:31:52.880047 [ 3 ] {ed8a8d14-2b6b-4cc4-b6b6-1477f8b261e3} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
909 | 2024.08.14 22:31:52.880172 [ 3 ] {ed8a8d14-2b6b-4cc4-b6b6-1477f8b261e3} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.009444 sec., 2011.8593816179587 rows/sec., 163.07 KiB/sec. | ||
910 | 2024.08.14 22:31:52.880343 [ 3 ] {ed8a8d14-2b6b-4cc4-b6b6-1477f8b261e3} <Debug> DynamicQueryHandler: Done processing query | ||
911 | 2024.08.14 22:31:52.880366 [ 3 ] {ed8a8d14-2b6b-4cc4-b6b6-1477f8b261e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
912 | 2024.08.14 22:31:52.880381 [ 3 ] {} <Debug> HTTP-Session: e6760cc9-43c5-4a8c-8f63-79ca4b3a456d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
913 | 2024.08.14 22:31:52.880587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 8646, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
914 | 2024.08.14 22:31:52.880635 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
915 | 2024.08.14 22:31:52.880653 [ 3 ] {} <Debug> HTTP-Session: 4b78634f-17bc-478e-b92f-95641c029ddf Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
916 | 2024.08.14 22:31:52.880669 [ 3 ] {} <Debug> HTTP-Session: 4b78634f-17bc-478e-b92f-95641c029ddf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
917 | 2024.08.14 22:31:52.880683 [ 3 ] {} <Debug> HTTP-Session: 4b78634f-17bc-478e-b92f-95641c029ddf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
918 | 2024.08.14 22:31:52.880713 [ 3 ] {} <Trace> HTTP-Session: 4b78634f-17bc-478e-b92f-95641c029ddf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
919 | 2024.08.14 22:31:52.880823 [ 3 ] {089bc33f-143f-4a6a-9a1e-20b4c6e0210a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
920 | 2024.08.14 22:31:52.880864 [ 3 ] {089bc33f-143f-4a6a-9a1e-20b4c6e0210a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
921 | 2024.08.14 22:31:52.880985 [ 3 ] {089bc33f-143f-4a6a-9a1e-20b4c6e0210a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
922 | 2024.08.14 22:31:52.881406 [ 3 ] {089bc33f-143f-4a6a-9a1e-20b4c6e0210a} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
923 | 2024.08.14 22:31:52.881438 [ 3 ] {089bc33f-143f-4a6a-9a1e-20b4c6e0210a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
924 | 2024.08.14 22:31:52.881931 [ 3 ] {089bc33f-143f-4a6a-9a1e-20b4c6e0210a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
925 | 2024.08.14 22:31:52.882460 [ 3 ] {089bc33f-143f-4a6a-9a1e-20b4c6e0210a} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
926 | 2024.08.14 22:31:52.882576 [ 3 ] {089bc33f-143f-4a6a-9a1e-20b4c6e0210a} <Debug> executeQuery: Read 57 rows, 5.14 KiB in 0.001792 sec., 31808.035714285714 rows/sec., 2.80 MiB/sec. | ||
927 | 2024.08.14 22:31:52.882736 [ 3 ] {089bc33f-143f-4a6a-9a1e-20b4c6e0210a} <Debug> DynamicQueryHandler: Done processing query | ||
928 | 2024.08.14 22:31:52.882760 [ 3 ] {089bc33f-143f-4a6a-9a1e-20b4c6e0210a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
929 | 2024.08.14 22:31:52.882775 [ 3 ] {} <Debug> HTTP-Session: 4b78634f-17bc-478e-b92f-95641c029ddf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
930 | 2024.08.14 22:31:52.882917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 4468, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
931 | 2024.08.14 22:31:52.882965 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
932 | 2024.08.14 22:31:52.882983 [ 3 ] {} <Debug> HTTP-Session: 2713be60-b159-4db0-91e0-bbc67a03a75a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
933 | 2024.08.14 22:31:52.882999 [ 3 ] {} <Debug> HTTP-Session: 2713be60-b159-4db0-91e0-bbc67a03a75a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
934 | 2024.08.14 22:31:52.883014 [ 3 ] {} <Debug> HTTP-Session: 2713be60-b159-4db0-91e0-bbc67a03a75a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
935 | 2024.08.14 22:31:52.883044 [ 3 ] {} <Trace> HTTP-Session: 2713be60-b159-4db0-91e0-bbc67a03a75a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
936 | 2024.08.14 22:31:52.883143 [ 3 ] {c84e4d5f-8c02-4c65-8d47-ff66e24975de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
937 | 2024.08.14 22:31:52.883184 [ 3 ] {c84e4d5f-8c02-4c65-8d47-ff66e24975de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
938 | 2024.08.14 22:31:52.883837 [ 3 ] {c84e4d5f-8c02-4c65-8d47-ff66e24975de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
939 | 2024.08.14 22:31:52.886661 [ 3 ] {c84e4d5f-8c02-4c65-8d47-ff66e24975de} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
940 | 2024.08.14 22:31:52.886695 [ 3 ] {c84e4d5f-8c02-4c65-8d47-ff66e24975de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
941 | 2024.08.14 22:31:52.887131 [ 3 ] {c84e4d5f-8c02-4c65-8d47-ff66e24975de} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
942 | 2024.08.14 22:31:52.887629 [ 3 ] {c84e4d5f-8c02-4c65-8d47-ff66e24975de} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
943 | 2024.08.14 22:31:52.887753 [ 3 ] {c84e4d5f-8c02-4c65-8d47-ff66e24975de} <Debug> executeQuery: Read 26 rows, 2.09 KiB in 0.004638 sec., 5605.8645968089695 rows/sec., 451.43 KiB/sec. | ||
944 | 2024.08.14 22:31:52.888011 [ 3 ] {c84e4d5f-8c02-4c65-8d47-ff66e24975de} <Debug> DynamicQueryHandler: Done processing query | ||
945 | 2024.08.14 22:31:52.888034 [ 3 ] {c84e4d5f-8c02-4c65-8d47-ff66e24975de} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
946 | 2024.08.14 22:31:52.888050 [ 3 ] {} <Debug> HTTP-Session: 2713be60-b159-4db0-91e0-bbc67a03a75a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
947 | 2024.08.14 22:31:52.888290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
948 | 2024.08.14 22:31:52.888338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
949 | 2024.08.14 22:31:52.888357 [ 3 ] {} <Debug> HTTP-Session: 713808e4-b3d1-41d8-a134-4d6cf9a4bfaa Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
950 | 2024.08.14 22:31:52.888373 [ 3 ] {} <Debug> HTTP-Session: 713808e4-b3d1-41d8-a134-4d6cf9a4bfaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
951 | 2024.08.14 22:31:52.888386 [ 3 ] {} <Debug> HTTP-Session: 713808e4-b3d1-41d8-a134-4d6cf9a4bfaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
952 | 2024.08.14 22:31:52.888416 [ 3 ] {} <Trace> HTTP-Session: 713808e4-b3d1-41d8-a134-4d6cf9a4bfaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
953 | 2024.08.14 22:31:52.888657 [ 3 ] {832d1e6f-f9d3-4190-9dc8-49edc6b10998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
954 | 2024.08.14 22:31:52.888727 [ 3 ] {832d1e6f-f9d3-4190-9dc8-49edc6b10998} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
955 | 2024.08.14 22:31:52.889143 [ 3 ] {832d1e6f-f9d3-4190-9dc8-49edc6b10998} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
956 | 2024.08.14 22:31:52.889829 [ 3 ] {832d1e6f-f9d3-4190-9dc8-49edc6b10998} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
957 | 2024.08.14 22:31:52.889864 [ 3 ] {832d1e6f-f9d3-4190-9dc8-49edc6b10998} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
958 | 2024.08.14 22:31:52.899319 [ 3 ] {832d1e6f-f9d3-4190-9dc8-49edc6b10998} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
959 | 2024.08.14 22:31:52.900008 [ 3 ] {832d1e6f-f9d3-4190-9dc8-49edc6b10998} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
960 | 2024.08.14 22:31:52.900148 [ 3 ] {832d1e6f-f9d3-4190-9dc8-49edc6b10998} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.011652 sec., 1630.621352557501 rows/sec., 2.92 MiB/sec. | ||
961 | 2024.08.14 22:31:52.900370 [ 3 ] {832d1e6f-f9d3-4190-9dc8-49edc6b10998} <Debug> DynamicQueryHandler: Done processing query | ||
962 | 2024.08.14 22:31:52.900393 [ 3 ] {832d1e6f-f9d3-4190-9dc8-49edc6b10998} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
963 | 2024.08.14 22:31:52.900408 [ 3 ] {} <Debug> HTTP-Session: 713808e4-b3d1-41d8-a134-4d6cf9a4bfaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
964 | 2024.08.14 22:31:52.900531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 1976, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
965 | 2024.08.14 22:31:52.900579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
966 | 2024.08.14 22:31:52.900597 [ 3 ] {} <Debug> HTTP-Session: f2f66345-1e02-4992-8df4-715a08e054a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
967 | 2024.08.14 22:31:52.900613 [ 3 ] {} <Debug> HTTP-Session: f2f66345-1e02-4992-8df4-715a08e054a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
968 | 2024.08.14 22:31:52.900627 [ 3 ] {} <Debug> HTTP-Session: f2f66345-1e02-4992-8df4-715a08e054a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
969 | 2024.08.14 22:31:52.900658 [ 3 ] {} <Trace> HTTP-Session: f2f66345-1e02-4992-8df4-715a08e054a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
970 | 2024.08.14 22:31:52.900753 [ 3 ] {fc22a767-f5fe-40c2-b783-6deee878b230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
971 | 2024.08.14 22:31:52.900796 [ 3 ] {fc22a767-f5fe-40c2-b783-6deee878b230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
972 | 2024.08.14 22:31:52.900921 [ 3 ] {fc22a767-f5fe-40c2-b783-6deee878b230} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
973 | 2024.08.14 22:31:52.901217 [ 3 ] {fc22a767-f5fe-40c2-b783-6deee878b230} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
974 | 2024.08.14 22:31:52.901250 [ 3 ] {fc22a767-f5fe-40c2-b783-6deee878b230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
975 | 2024.08.14 22:31:52.904041 [ 3 ] {fc22a767-f5fe-40c2-b783-6deee878b230} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
976 | 2024.08.14 22:31:52.904774 [ 3 ] {fc22a767-f5fe-40c2-b783-6deee878b230} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
977 | 2024.08.14 22:31:52.904901 [ 3 ] {fc22a767-f5fe-40c2-b783-6deee878b230} <Debug> executeQuery: Read 12 rows, 926.00 B in 0.004173 sec., 2875.6290438533433 rows/sec., 216.70 KiB/sec. | ||
978 | 2024.08.14 22:31:52.905227 [ 3 ] {fc22a767-f5fe-40c2-b783-6deee878b230} <Debug> DynamicQueryHandler: Done processing query | ||
979 | 2024.08.14 22:31:52.905252 [ 3 ] {fc22a767-f5fe-40c2-b783-6deee878b230} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
980 | 2024.08.14 22:31:52.905267 [ 3 ] {} <Debug> HTTP-Session: f2f66345-1e02-4992-8df4-715a08e054a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
981 | 2024.08.14 22:31:56.082163 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
982 | 2024.08.14 22:31:56.082230 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
983 | 2024.08.14 22:32:02.832451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
984 | 2024.08.14 22:32:02.832581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
985 | 2024.08.14 22:32:02.832610 [ 3 ] {} <Debug> HTTP-Session: 0d1e34c7-f26c-4dba-904f-104922853081 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
986 | 2024.08.14 22:32:02.832638 [ 3 ] {} <Debug> HTTP-Session: 0d1e34c7-f26c-4dba-904f-104922853081 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
987 | 2024.08.14 22:32:02.832656 [ 3 ] {} <Debug> HTTP-Session: 0d1e34c7-f26c-4dba-904f-104922853081 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
988 | 2024.08.14 22:32:02.832712 [ 3 ] {} <Trace> HTTP-Session: 0d1e34c7-f26c-4dba-904f-104922853081 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
989 | 2024.08.14 22:32:02.832889 [ 3 ] {7976bc11-b82c-401b-930d-65e65b762132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
990 | 2024.08.14 22:32:02.832953 [ 3 ] {7976bc11-b82c-401b-930d-65e65b762132} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
991 | 2024.08.14 22:32:02.833142 [ 3 ] {7976bc11-b82c-401b-930d-65e65b762132} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
992 | 2024.08.14 22:32:02.833667 [ 3 ] {7976bc11-b82c-401b-930d-65e65b762132} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
993 | 2024.08.14 22:32:02.833705 [ 3 ] {7976bc11-b82c-401b-930d-65e65b762132} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
994 | 2024.08.14 22:32:02.834162 [ 3 ] {7976bc11-b82c-401b-930d-65e65b762132} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
995 | 2024.08.14 22:32:02.834745 [ 3 ] {7976bc11-b82c-401b-930d-65e65b762132} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
996 | 2024.08.14 22:32:02.834913 [ 3 ] {7976bc11-b82c-401b-930d-65e65b762132} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.002079 sec., 9620.00962000962 rows/sec., 779.75 KiB/sec. | ||
997 | 2024.08.14 22:32:02.835116 [ 3 ] {7976bc11-b82c-401b-930d-65e65b762132} <Debug> DynamicQueryHandler: Done processing query | ||
998 | 2024.08.14 22:32:02.835142 [ 3 ] {7976bc11-b82c-401b-930d-65e65b762132} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
999 | 2024.08.14 22:32:02.835158 [ 3 ] {} <Debug> HTTP-Session: 0d1e34c7-f26c-4dba-904f-104922853081 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1000 | 2024.08.14 22:32:02.835297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9092, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1001 | 2024.08.14 22:32:02.835354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1002 | 2024.08.14 22:32:02.835374 [ 3 ] {} <Debug> HTTP-Session: 96c68b8d-9724-429a-b117-d33ff5e30fac Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1003 | 2024.08.14 22:32:02.835391 [ 3 ] {} <Debug> HTTP-Session: 96c68b8d-9724-429a-b117-d33ff5e30fac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1004 | 2024.08.14 22:32:02.835404 [ 3 ] {} <Debug> HTTP-Session: 96c68b8d-9724-429a-b117-d33ff5e30fac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1005 | 2024.08.14 22:32:02.835439 [ 3 ] {} <Trace> HTTP-Session: 96c68b8d-9724-429a-b117-d33ff5e30fac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1006 | 2024.08.14 22:32:02.835560 [ 3 ] {a21f4ee2-bc3a-4e39-8446-8c120f63a838} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1007 | 2024.08.14 22:32:02.835604 [ 3 ] {a21f4ee2-bc3a-4e39-8446-8c120f63a838} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1008 | 2024.08.14 22:32:02.835733 [ 3 ] {a21f4ee2-bc3a-4e39-8446-8c120f63a838} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1009 | 2024.08.14 22:32:02.836138 [ 3 ] {a21f4ee2-bc3a-4e39-8446-8c120f63a838} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1010 | 2024.08.14 22:32:02.836175 [ 3 ] {a21f4ee2-bc3a-4e39-8446-8c120f63a838} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1011 | 2024.08.14 22:32:02.836576 [ 3 ] {a21f4ee2-bc3a-4e39-8446-8c120f63a838} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1012 | 2024.08.14 22:32:02.837079 [ 3 ] {a21f4ee2-bc3a-4e39-8446-8c120f63a838} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1013 | 2024.08.14 22:32:02.837203 [ 3 ] {a21f4ee2-bc3a-4e39-8446-8c120f63a838} <Debug> executeQuery: Read 60 rows, 5.41 KiB in 0.001688 sec., 35545.02369668247 rows/sec., 3.13 MiB/sec. | ||
1014 | 2024.08.14 22:32:02.837470 [ 3 ] {a21f4ee2-bc3a-4e39-8446-8c120f63a838} <Debug> DynamicQueryHandler: Done processing query | ||
1015 | 2024.08.14 22:32:02.837496 [ 3 ] {a21f4ee2-bc3a-4e39-8446-8c120f63a838} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1016 | 2024.08.14 22:32:02.837512 [ 3 ] {} <Debug> HTTP-Session: 96c68b8d-9724-429a-b117-d33ff5e30fac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1017 | 2024.08.14 22:32:02.837642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1018 | 2024.08.14 22:32:02.837692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1019 | 2024.08.14 22:32:02.837710 [ 3 ] {} <Debug> HTTP-Session: 63d665a1-78b1-4fe2-8633-85a5ab16e5a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1020 | 2024.08.14 22:32:02.837727 [ 3 ] {} <Debug> HTTP-Session: 63d665a1-78b1-4fe2-8633-85a5ab16e5a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1021 | 2024.08.14 22:32:02.837740 [ 3 ] {} <Debug> HTTP-Session: 63d665a1-78b1-4fe2-8633-85a5ab16e5a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1022 | 2024.08.14 22:32:02.837772 [ 3 ] {} <Trace> HTTP-Session: 63d665a1-78b1-4fe2-8633-85a5ab16e5a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1023 | 2024.08.14 22:32:02.837875 [ 3 ] {29614662-b225-4f3c-9051-b49f0fe846fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1024 | 2024.08.14 22:32:02.837918 [ 3 ] {29614662-b225-4f3c-9051-b49f0fe846fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1025 | 2024.08.14 22:32:02.838054 [ 3 ] {29614662-b225-4f3c-9051-b49f0fe846fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1026 | 2024.08.14 22:32:02.838349 [ 3 ] {29614662-b225-4f3c-9051-b49f0fe846fc} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1027 | 2024.08.14 22:32:02.838384 [ 3 ] {29614662-b225-4f3c-9051-b49f0fe846fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1028 | 2024.08.14 22:32:02.838780 [ 3 ] {29614662-b225-4f3c-9051-b49f0fe846fc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1029 | 2024.08.14 22:32:02.839318 [ 3 ] {29614662-b225-4f3c-9051-b49f0fe846fc} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1030 | 2024.08.14 22:32:02.839436 [ 3 ] {29614662-b225-4f3c-9051-b49f0fe846fc} <Debug> executeQuery: Read 20 rows, 1.60 KiB in 0.001594 sec., 12547.051442910917 rows/sec., 1004.74 KiB/sec. | ||
1031 | 2024.08.14 22:32:02.839583 [ 3 ] {29614662-b225-4f3c-9051-b49f0fe846fc} <Debug> DynamicQueryHandler: Done processing query | ||
1032 | 2024.08.14 22:32:02.839606 [ 3 ] {29614662-b225-4f3c-9051-b49f0fe846fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1033 | 2024.08.14 22:32:02.839621 [ 3 ] {} <Debug> HTTP-Session: 63d665a1-78b1-4fe2-8633-85a5ab16e5a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1034 | 2024.08.14 22:32:02.839838 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 31741, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1035 | 2024.08.14 22:32:02.839887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1036 | 2024.08.14 22:32:02.839905 [ 3 ] {} <Debug> HTTP-Session: 67a01ced-bce5-4885-ab68-dd4aa20172f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1037 | 2024.08.14 22:32:02.839921 [ 3 ] {} <Debug> HTTP-Session: 67a01ced-bce5-4885-ab68-dd4aa20172f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1038 | 2024.08.14 22:32:02.839935 [ 3 ] {} <Debug> HTTP-Session: 67a01ced-bce5-4885-ab68-dd4aa20172f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1039 | 2024.08.14 22:32:02.839965 [ 3 ] {} <Trace> HTTP-Session: 67a01ced-bce5-4885-ab68-dd4aa20172f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1040 | 2024.08.14 22:32:02.840211 [ 3 ] {9d5f1ce9-4aa8-4f15-8135-2e467c90df95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1041 | 2024.08.14 22:32:02.840273 [ 3 ] {9d5f1ce9-4aa8-4f15-8135-2e467c90df95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
1042 | 2024.08.14 22:32:02.840664 [ 3 ] {9d5f1ce9-4aa8-4f15-8135-2e467c90df95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1043 | 2024.08.14 22:32:02.841303 [ 3 ] {9d5f1ce9-4aa8-4f15-8135-2e467c90df95} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1044 | 2024.08.14 22:32:02.841338 [ 3 ] {9d5f1ce9-4aa8-4f15-8135-2e467c90df95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1045 | 2024.08.14 22:32:02.842159 [ 3 ] {9d5f1ce9-4aa8-4f15-8135-2e467c90df95} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1046 | 2024.08.14 22:32:02.842789 [ 3 ] {9d5f1ce9-4aa8-4f15-8135-2e467c90df95} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1047 | 2024.08.14 22:32:02.842930 [ 3 ] {9d5f1ce9-4aa8-4f15-8135-2e467c90df95} <Debug> executeQuery: Read 20 rows, 36.70 KiB in 0.00289 sec., 6920.415224913494 rows/sec., 12.40 MiB/sec. | ||
1048 | 2024.08.14 22:32:02.843153 [ 3 ] {9d5f1ce9-4aa8-4f15-8135-2e467c90df95} <Debug> DynamicQueryHandler: Done processing query | ||
1049 | 2024.08.14 22:32:02.843177 [ 3 ] {9d5f1ce9-4aa8-4f15-8135-2e467c90df95} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
1050 | 2024.08.14 22:32:02.843193 [ 3 ] {} <Debug> HTTP-Session: 67a01ced-bce5-4885-ab68-dd4aa20172f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1051 | 2024.08.14 22:32:11.082271 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1052 | 2024.08.14 22:32:11.082338 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1053 | 2024.08.14 22:32:12.833272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1054 | 2024.08.14 22:32:12.833443 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1055 | 2024.08.14 22:32:12.833486 [ 3 ] {} <Debug> HTTP-Session: 7e912341-fe84-4edd-b9e1-9f5ec1e1e507 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1056 | 2024.08.14 22:32:12.833527 [ 3 ] {} <Debug> HTTP-Session: 7e912341-fe84-4edd-b9e1-9f5ec1e1e507 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1057 | 2024.08.14 22:32:12.833556 [ 3 ] {} <Debug> HTTP-Session: 7e912341-fe84-4edd-b9e1-9f5ec1e1e507 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1058 | 2024.08.14 22:32:12.833635 [ 3 ] {} <Trace> HTTP-Session: 7e912341-fe84-4edd-b9e1-9f5ec1e1e507 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1059 | 2024.08.14 22:32:12.833926 [ 3 ] {905a39bf-ff5e-4eee-bb37-64533298caa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1060 | 2024.08.14 22:32:12.834030 [ 3 ] {905a39bf-ff5e-4eee-bb37-64533298caa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1061 | 2024.08.14 22:32:12.834280 [ 3 ] {905a39bf-ff5e-4eee-bb37-64533298caa0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1062 | 2024.08.14 22:32:12.834671 [ 3 ] {905a39bf-ff5e-4eee-bb37-64533298caa0} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1063 | 2024.08.14 22:32:12.834713 [ 3 ] {905a39bf-ff5e-4eee-bb37-64533298caa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1064 | 2024.08.14 22:32:12.835070 [ 3 ] {905a39bf-ff5e-4eee-bb37-64533298caa0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1065 | 2024.08.14 22:32:12.835399 [ 3 ] {905a39bf-ff5e-4eee-bb37-64533298caa0} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1066 | 2024.08.14 22:32:12.835564 [ 3 ] {905a39bf-ff5e-4eee-bb37-64533298caa0} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001733 sec., 12117.714945181766 rows/sec., 982.20 KiB/sec. | ||
1067 | 2024.08.14 22:32:12.835774 [ 3 ] {905a39bf-ff5e-4eee-bb37-64533298caa0} <Debug> DynamicQueryHandler: Done processing query | ||
1068 | 2024.08.14 22:32:12.835801 [ 3 ] {905a39bf-ff5e-4eee-bb37-64533298caa0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1069 | 2024.08.14 22:32:12.835817 [ 3 ] {} <Debug> HTTP-Session: 7e912341-fe84-4edd-b9e1-9f5ec1e1e507 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1070 | 2024.08.14 22:32:12.835962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9541, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1071 | 2024.08.14 22:32:12.836015 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1072 | 2024.08.14 22:32:12.836034 [ 3 ] {} <Debug> HTTP-Session: 7e31843e-f8e9-4aac-a308-578065eba3ad Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1073 | 2024.08.14 22:32:12.836051 [ 3 ] {} <Debug> HTTP-Session: 7e31843e-f8e9-4aac-a308-578065eba3ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1074 | 2024.08.14 22:32:12.836065 [ 3 ] {} <Debug> HTTP-Session: 7e31843e-f8e9-4aac-a308-578065eba3ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1075 | 2024.08.14 22:32:12.836100 [ 3 ] {} <Trace> HTTP-Session: 7e31843e-f8e9-4aac-a308-578065eba3ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1076 | 2024.08.14 22:32:12.836222 [ 3 ] {244888e3-26fc-4f01-a176-94941bbf8ae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1077 | 2024.08.14 22:32:12.836268 [ 3 ] {244888e3-26fc-4f01-a176-94941bbf8ae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1078 | 2024.08.14 22:32:12.836400 [ 3 ] {244888e3-26fc-4f01-a176-94941bbf8ae3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1079 | 2024.08.14 22:32:12.836798 [ 3 ] {244888e3-26fc-4f01-a176-94941bbf8ae3} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1080 | 2024.08.14 22:32:12.836835 [ 3 ] {244888e3-26fc-4f01-a176-94941bbf8ae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1081 | 2024.08.14 22:32:12.837155 [ 3 ] {244888e3-26fc-4f01-a176-94941bbf8ae3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1082 | 2024.08.14 22:32:12.837458 [ 3 ] {244888e3-26fc-4f01-a176-94941bbf8ae3} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1083 | 2024.08.14 22:32:12.837613 [ 3 ] {244888e3-26fc-4f01-a176-94941bbf8ae3} <Debug> executeQuery: Read 63 rows, 5.67 KiB in 0.001434 sec., 43933.05439330544 rows/sec., 3.86 MiB/sec. | ||
1084 | 2024.08.14 22:32:12.837783 [ 3 ] {244888e3-26fc-4f01-a176-94941bbf8ae3} <Debug> DynamicQueryHandler: Done processing query | ||
1085 | 2024.08.14 22:32:12.837807 [ 3 ] {244888e3-26fc-4f01-a176-94941bbf8ae3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1086 | 2024.08.14 22:32:12.837823 [ 3 ] {} <Debug> HTTP-Session: 7e31843e-f8e9-4aac-a308-578065eba3ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1087 | 2024.08.14 22:32:12.837945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1088 | 2024.08.14 22:32:12.837994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1089 | 2024.08.14 22:32:12.838013 [ 3 ] {} <Debug> HTTP-Session: 5e085511-fae0-4f17-b54f-f7506732423e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1090 | 2024.08.14 22:32:12.838030 [ 3 ] {} <Debug> HTTP-Session: 5e085511-fae0-4f17-b54f-f7506732423e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1091 | 2024.08.14 22:32:12.838044 [ 3 ] {} <Debug> HTTP-Session: 5e085511-fae0-4f17-b54f-f7506732423e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1092 | 2024.08.14 22:32:12.838074 [ 3 ] {} <Trace> HTTP-Session: 5e085511-fae0-4f17-b54f-f7506732423e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1093 | 2024.08.14 22:32:12.838176 [ 3 ] {a229fc6f-e84b-482e-9fcd-20034e847e7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1094 | 2024.08.14 22:32:12.838220 [ 3 ] {a229fc6f-e84b-482e-9fcd-20034e847e7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1095 | 2024.08.14 22:32:12.838346 [ 3 ] {a229fc6f-e84b-482e-9fcd-20034e847e7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1096 | 2024.08.14 22:32:12.838622 [ 3 ] {a229fc6f-e84b-482e-9fcd-20034e847e7c} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1097 | 2024.08.14 22:32:12.838658 [ 3 ] {a229fc6f-e84b-482e-9fcd-20034e847e7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1098 | 2024.08.14 22:32:12.838954 [ 3 ] {a229fc6f-e84b-482e-9fcd-20034e847e7c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1099 | 2024.08.14 22:32:12.839240 [ 3 ] {a229fc6f-e84b-482e-9fcd-20034e847e7c} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1100 | 2024.08.14 22:32:12.839399 [ 3 ] {a229fc6f-e84b-482e-9fcd-20034e847e7c} <Debug> executeQuery: Read 21 rows, 1.68 KiB in 0.001243 sec., 16894.6098149638 rows/sec., 1.32 MiB/sec. | ||
1101 | 2024.08.14 22:32:12.839673 [ 3 ] {a229fc6f-e84b-482e-9fcd-20034e847e7c} <Debug> DynamicQueryHandler: Done processing query | ||
1102 | 2024.08.14 22:32:12.839698 [ 3 ] {a229fc6f-e84b-482e-9fcd-20034e847e7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1103 | 2024.08.14 22:32:12.839714 [ 3 ] {} <Debug> HTTP-Session: 5e085511-fae0-4f17-b54f-f7506732423e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1104 | 2024.08.14 22:32:12.839867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1105 | 2024.08.14 22:32:12.839914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1106 | 2024.08.14 22:32:12.839933 [ 3 ] {} <Debug> HTTP-Session: 0162ba52-00a8-481c-bdc4-f9938d24598c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1107 | 2024.08.14 22:32:12.839949 [ 3 ] {} <Debug> HTTP-Session: 0162ba52-00a8-481c-bdc4-f9938d24598c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1108 | 2024.08.14 22:32:12.839963 [ 3 ] {} <Debug> HTTP-Session: 0162ba52-00a8-481c-bdc4-f9938d24598c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1109 | 2024.08.14 22:32:12.839995 [ 3 ] {} <Trace> HTTP-Session: 0162ba52-00a8-481c-bdc4-f9938d24598c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1110 | 2024.08.14 22:32:12.840253 [ 3 ] {4f65440c-2929-402e-b578-9465380e7d66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1111 | 2024.08.14 22:32:12.840325 [ 3 ] {4f65440c-2929-402e-b578-9465380e7d66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
1112 | 2024.08.14 22:32:12.840752 [ 3 ] {4f65440c-2929-402e-b578-9465380e7d66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1113 | 2024.08.14 22:32:12.841562 [ 3 ] {4f65440c-2929-402e-b578-9465380e7d66} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1114 | 2024.08.14 22:32:12.841598 [ 3 ] {4f65440c-2929-402e-b578-9465380e7d66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1115 | 2024.08.14 22:32:12.842305 [ 3 ] {4f65440c-2929-402e-b578-9465380e7d66} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1116 | 2024.08.14 22:32:12.842711 [ 3 ] {4f65440c-2929-402e-b578-9465380e7d66} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1117 | 2024.08.14 22:32:12.842938 [ 3 ] {4f65440c-2929-402e-b578-9465380e7d66} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.00285 sec., 7368.421052631578 rows/sec., 13.20 MiB/sec. | ||
1118 | 2024.08.14 22:32:12.843510 [ 3 ] {4f65440c-2929-402e-b578-9465380e7d66} <Debug> DynamicQueryHandler: Done processing query | ||
1119 | 2024.08.14 22:32:12.843535 [ 3 ] {4f65440c-2929-402e-b578-9465380e7d66} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
1120 | 2024.08.14 22:32:12.843551 [ 3 ] {} <Debug> HTTP-Session: 0162ba52-00a8-481c-bdc4-f9938d24598c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1121 | 2024.08.14 22:32:22.833726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1122 | 2024.08.14 22:32:22.833919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1123 | 2024.08.14 22:32:22.833964 [ 3 ] {} <Debug> HTTP-Session: e130b212-e281-42c6-9857-4f13f25066c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1124 | 2024.08.14 22:32:22.834005 [ 3 ] {} <Debug> HTTP-Session: e130b212-e281-42c6-9857-4f13f25066c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1125 | 2024.08.14 22:32:22.834034 [ 3 ] {} <Debug> HTTP-Session: e130b212-e281-42c6-9857-4f13f25066c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1126 | 2024.08.14 22:32:22.834116 [ 3 ] {} <Trace> HTTP-Session: e130b212-e281-42c6-9857-4f13f25066c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1127 | 2024.08.14 22:32:22.834397 [ 3 ] {a1e8ddd6-76d1-4325-b839-d8ab63593366} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1128 | 2024.08.14 22:32:22.834500 [ 3 ] {a1e8ddd6-76d1-4325-b839-d8ab63593366} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1129 | 2024.08.14 22:32:22.834706 [ 3 ] {a1e8ddd6-76d1-4325-b839-d8ab63593366} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1130 | 2024.08.14 22:32:22.835155 [ 3 ] {a1e8ddd6-76d1-4325-b839-d8ab63593366} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1131 | 2024.08.14 22:32:22.835196 [ 3 ] {a1e8ddd6-76d1-4325-b839-d8ab63593366} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1132 | 2024.08.14 22:32:22.835563 [ 3 ] {a1e8ddd6-76d1-4325-b839-d8ab63593366} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1133 | 2024.08.14 22:32:22.835885 [ 3 ] {a1e8ddd6-76d1-4325-b839-d8ab63593366} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1134 | 2024.08.14 22:32:22.836020 [ 3 ] {a1e8ddd6-76d1-4325-b839-d8ab63593366} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001717 sec., 12230.634828188702 rows/sec., 991.35 KiB/sec. | ||
1135 | 2024.08.14 22:32:22.836223 [ 3 ] {a1e8ddd6-76d1-4325-b839-d8ab63593366} <Debug> DynamicQueryHandler: Done processing query | ||
1136 | 2024.08.14 22:32:22.836250 [ 3 ] {a1e8ddd6-76d1-4325-b839-d8ab63593366} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1137 | 2024.08.14 22:32:22.836265 [ 3 ] {} <Debug> HTTP-Session: e130b212-e281-42c6-9857-4f13f25066c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1138 | 2024.08.14 22:32:22.836398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9541, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1139 | 2024.08.14 22:32:22.836451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1140 | 2024.08.14 22:32:22.836471 [ 3 ] {} <Debug> HTTP-Session: df00235f-fa74-4bf8-9011-df9bfed2eb7e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1141 | 2024.08.14 22:32:22.836489 [ 3 ] {} <Debug> HTTP-Session: df00235f-fa74-4bf8-9011-df9bfed2eb7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1142 | 2024.08.14 22:32:22.836502 [ 3 ] {} <Debug> HTTP-Session: df00235f-fa74-4bf8-9011-df9bfed2eb7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1143 | 2024.08.14 22:32:22.836536 [ 3 ] {} <Trace> HTTP-Session: df00235f-fa74-4bf8-9011-df9bfed2eb7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1144 | 2024.08.14 22:32:22.836654 [ 3 ] {8864e4d2-6023-4f24-92b6-19fb03477672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1145 | 2024.08.14 22:32:22.836701 [ 3 ] {8864e4d2-6023-4f24-92b6-19fb03477672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1146 | 2024.08.14 22:32:22.836830 [ 3 ] {8864e4d2-6023-4f24-92b6-19fb03477672} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1147 | 2024.08.14 22:32:22.837189 [ 3 ] {8864e4d2-6023-4f24-92b6-19fb03477672} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1148 | 2024.08.14 22:32:22.837225 [ 3 ] {8864e4d2-6023-4f24-92b6-19fb03477672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1149 | 2024.08.14 22:32:22.837536 [ 3 ] {8864e4d2-6023-4f24-92b6-19fb03477672} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1150 | 2024.08.14 22:32:22.837835 [ 3 ] {8864e4d2-6023-4f24-92b6-19fb03477672} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1151 | 2024.08.14 22:32:22.837959 [ 3 ] {8864e4d2-6023-4f24-92b6-19fb03477672} <Debug> executeQuery: Read 63 rows, 5.67 KiB in 0.001344 sec., 46875 rows/sec., 4.12 MiB/sec. | ||
1152 | 2024.08.14 22:32:22.838230 [ 3 ] {8864e4d2-6023-4f24-92b6-19fb03477672} <Debug> DynamicQueryHandler: Done processing query | ||
1153 | 2024.08.14 22:32:22.838255 [ 3 ] {8864e4d2-6023-4f24-92b6-19fb03477672} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1154 | 2024.08.14 22:32:22.838272 [ 3 ] {} <Debug> HTTP-Session: df00235f-fa74-4bf8-9011-df9bfed2eb7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1155 | 2024.08.14 22:32:22.838418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1156 | 2024.08.14 22:32:22.838469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1157 | 2024.08.14 22:32:22.838488 [ 3 ] {} <Debug> HTTP-Session: 3b8d085c-fdfb-466d-a7ab-246f569e69ce Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1158 | 2024.08.14 22:32:22.838505 [ 3 ] {} <Debug> HTTP-Session: 3b8d085c-fdfb-466d-a7ab-246f569e69ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1159 | 2024.08.14 22:32:22.838519 [ 3 ] {} <Debug> HTTP-Session: 3b8d085c-fdfb-466d-a7ab-246f569e69ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1160 | 2024.08.14 22:32:22.838551 [ 3 ] {} <Trace> HTTP-Session: 3b8d085c-fdfb-466d-a7ab-246f569e69ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1161 | 2024.08.14 22:32:22.838652 [ 3 ] {20b1276f-938c-4841-9f35-3e028876b1f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1162 | 2024.08.14 22:32:22.838695 [ 3 ] {20b1276f-938c-4841-9f35-3e028876b1f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1163 | 2024.08.14 22:32:22.838834 [ 3 ] {20b1276f-938c-4841-9f35-3e028876b1f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1164 | 2024.08.14 22:32:22.839168 [ 3 ] {20b1276f-938c-4841-9f35-3e028876b1f0} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1165 | 2024.08.14 22:32:22.839204 [ 3 ] {20b1276f-938c-4841-9f35-3e028876b1f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1166 | 2024.08.14 22:32:22.839506 [ 3 ] {20b1276f-938c-4841-9f35-3e028876b1f0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1167 | 2024.08.14 22:32:22.839798 [ 3 ] {20b1276f-938c-4841-9f35-3e028876b1f0} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1168 | 2024.08.14 22:32:22.839924 [ 3 ] {20b1276f-938c-4841-9f35-3e028876b1f0} <Debug> executeQuery: Read 21 rows, 1.68 KiB in 0.001301 sec., 16141.42966948501 rows/sec., 1.26 MiB/sec. | ||
1169 | 2024.08.14 22:32:22.840084 [ 3 ] {20b1276f-938c-4841-9f35-3e028876b1f0} <Debug> DynamicQueryHandler: Done processing query | ||
1170 | 2024.08.14 22:32:22.840108 [ 3 ] {20b1276f-938c-4841-9f35-3e028876b1f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1171 | 2024.08.14 22:32:22.840124 [ 3 ] {} <Debug> HTTP-Session: 3b8d085c-fdfb-466d-a7ab-246f569e69ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1172 | 2024.08.14 22:32:22.840365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1173 | 2024.08.14 22:32:22.840415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1174 | 2024.08.14 22:32:22.840434 [ 3 ] {} <Debug> HTTP-Session: ff054018-e030-4720-b96c-ca91b7dff523 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1175 | 2024.08.14 22:32:22.840450 [ 3 ] {} <Debug> HTTP-Session: ff054018-e030-4720-b96c-ca91b7dff523 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1176 | 2024.08.14 22:32:22.840464 [ 3 ] {} <Debug> HTTP-Session: ff054018-e030-4720-b96c-ca91b7dff523 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1177 | 2024.08.14 22:32:22.840497 [ 3 ] {} <Trace> HTTP-Session: ff054018-e030-4720-b96c-ca91b7dff523 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1178 | 2024.08.14 22:32:22.841106 [ 3 ] {55416621-c97c-4c75-b6fe-5a662e4b92b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1179 | 2024.08.14 22:32:22.841172 [ 3 ] {55416621-c97c-4c75-b6fe-5a662e4b92b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
1180 | 2024.08.14 22:32:22.841583 [ 3 ] {55416621-c97c-4c75-b6fe-5a662e4b92b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1181 | 2024.08.14 22:32:22.842447 [ 3 ] {55416621-c97c-4c75-b6fe-5a662e4b92b2} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1182 | 2024.08.14 22:32:22.842482 [ 3 ] {55416621-c97c-4c75-b6fe-5a662e4b92b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1183 | 2024.08.14 22:32:22.843116 [ 3 ] {55416621-c97c-4c75-b6fe-5a662e4b92b2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1184 | 2024.08.14 22:32:22.843511 [ 3 ] {55416621-c97c-4c75-b6fe-5a662e4b92b2} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1185 | 2024.08.14 22:32:22.843657 [ 3 ] {55416621-c97c-4c75-b6fe-5a662e4b92b2} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.003082 sec., 6813.75730045425 rows/sec., 12.21 MiB/sec. | ||
1186 | 2024.08.14 22:32:22.843880 [ 3 ] {55416621-c97c-4c75-b6fe-5a662e4b92b2} <Debug> DynamicQueryHandler: Done processing query | ||
1187 | 2024.08.14 22:32:22.843904 [ 3 ] {55416621-c97c-4c75-b6fe-5a662e4b92b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
1188 | 2024.08.14 22:32:22.843920 [ 3 ] {} <Debug> HTTP-Session: ff054018-e030-4720-b96c-ca91b7dff523 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1189 | 2024.08.14 22:32:26.082396 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1190 | 2024.08.14 22:32:26.082469 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1191 | 2024.08.14 22:32:32.833762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1192 | 2024.08.14 22:32:32.833956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1193 | 2024.08.14 22:32:32.834009 [ 3 ] {} <Debug> HTTP-Session: 707edc46-b0f1-4168-b0ef-4b53c1df88c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1194 | 2024.08.14 22:32:32.834052 [ 3 ] {} <Debug> HTTP-Session: 707edc46-b0f1-4168-b0ef-4b53c1df88c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1195 | 2024.08.14 22:32:32.834080 [ 3 ] {} <Debug> HTTP-Session: 707edc46-b0f1-4168-b0ef-4b53c1df88c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1196 | 2024.08.14 22:32:32.834160 [ 3 ] {} <Trace> HTTP-Session: 707edc46-b0f1-4168-b0ef-4b53c1df88c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1197 | 2024.08.14 22:32:32.834498 [ 3 ] {6e734ae5-7f75-4be2-8913-cd00205c5c63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) 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) | ||
1198 | 2024.08.14 22:32:32.835107 [ 3 ] {6e734ae5-7f75-4be2-8913-cd00205c5c63} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1199 | 2024.08.14 22:32:32.838923 [ 3 ] {6e734ae5-7f75-4be2-8913-cd00205c5c63} <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 | ||
1200 | 2024.08.14 22:32:32.839406 [ 3 ] {6e734ae5-7f75-4be2-8913-cd00205c5c63} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1201 | 2024.08.14 22:32:32.843376 [ 3 ] {6e734ae5-7f75-4be2-8913-cd00205c5c63} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1202 | 2024.08.14 22:32:32.845629 [ 3 ] {6e734ae5-7f75-4be2-8913-cd00205c5c63} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
1203 | 2024.08.14 22:32:32.850995 [ 3 ] {6e734ae5-7f75-4be2-8913-cd00205c5c63} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1204 | 2024.08.14 22:32:32.852940 [ 3 ] {6e734ae5-7f75-4be2-8913-cd00205c5c63} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (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 | ||
1205 | 2024.08.14 22:32:32.852989 [ 3 ] {6e734ae5-7f75-4be2-8913-cd00205c5c63} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1206 | 2024.08.14 22:32:32.853184 [ 3 ] {6e734ae5-7f75-4be2-8913-cd00205c5c63} <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'))" | ||
1207 | 2024.08.14 22:32:32.853233 [ 3 ] {6e734ae5-7f75-4be2-8913-cd00205c5c63} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1208 | 2024.08.14 22:32:32.874462 [ 3 ] {6e734ae5-7f75-4be2-8913-cd00205c5c63} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.040101 sec., 99.74813595670932 rows/sec., 4.60 KiB/sec. | ||
1209 | 2024.08.14 22:32:32.874808 [ 3 ] {6e734ae5-7f75-4be2-8913-cd00205c5c63} <Debug> DynamicQueryHandler: Done processing query | ||
1210 | 2024.08.14 22:32:32.874840 [ 3 ] {6e734ae5-7f75-4be2-8913-cd00205c5c63} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1211 | 2024.08.14 22:32:32.874861 [ 3 ] {} <Debug> HTTP-Session: 707edc46-b0f1-4168-b0ef-4b53c1df88c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1212 | 2024.08.14 22:32:32.875085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1213 | 2024.08.14 22:32:32.875139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1214 | 2024.08.14 22:32:32.875158 [ 3 ] {} <Debug> HTTP-Session: a7d514dd-74a9-4b54-8187-9bbb63baf1bf Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1215 | 2024.08.14 22:32:32.875177 [ 3 ] {} <Debug> HTTP-Session: a7d514dd-74a9-4b54-8187-9bbb63baf1bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1216 | 2024.08.14 22:32:32.875192 [ 3 ] {} <Debug> HTTP-Session: a7d514dd-74a9-4b54-8187-9bbb63baf1bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1217 | 2024.08.14 22:32:32.875228 [ 3 ] {} <Trace> HTTP-Session: a7d514dd-74a9-4b54-8187-9bbb63baf1bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1218 | 2024.08.14 22:32:32.875372 [ 3 ] {e2384c79-e8ac-475a-a84f-118c8642051e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) 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', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1219 | 2024.08.14 22:32:32.875616 [ 3 ] {e2384c79-e8ac-475a-a84f-118c8642051e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1220 | 2024.08.14 22:32:32.875649 [ 3 ] {e2384c79-e8ac-475a-a84f-118c8642051e} <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', 'static_routing_config:static_routes')" moved to PREWHERE | ||
1221 | 2024.08.14 22:32:32.875858 [ 3 ] {e2384c79-e8ac-475a-a84f-118c8642051e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1222 | 2024.08.14 22:32:32.875924 [ 3 ] {e2384c79-e8ac-475a-a84f-118c8642051e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1223 | 2024.08.14 22:32:32.876068 [ 3 ] {e2384c79-e8ac-475a-a84f-118c8642051e} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
1224 | 2024.08.14 22:32:32.876102 [ 3 ] {e2384c79-e8ac-475a-a84f-118c8642051e} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1225 | 2024.08.14 22:32:32.876125 [ 3 ] {e2384c79-e8ac-475a-a84f-118c8642051e} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (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 | ||
1226 | 2024.08.14 22:32:32.876142 [ 3 ] {e2384c79-e8ac-475a-a84f-118c8642051e} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1227 | 2024.08.14 22:32:32.876181 [ 3 ] {e2384c79-e8ac-475a-a84f-118c8642051e} <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', 'static_routing_config:static_routes'))" | ||
1228 | 2024.08.14 22:32:32.876203 [ 3 ] {e2384c79-e8ac-475a-a84f-118c8642051e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1229 | 2024.08.14 22:32:32.877095 [ 3 ] {e2384c79-e8ac-475a-a84f-118c8642051e} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001774 sec., 2254.7914317925593 rows/sec., 104.04 KiB/sec. | ||
1230 | 2024.08.14 22:32:32.877338 [ 3 ] {e2384c79-e8ac-475a-a84f-118c8642051e} <Debug> DynamicQueryHandler: Done processing query | ||
1231 | 2024.08.14 22:32:32.877362 [ 3 ] {e2384c79-e8ac-475a-a84f-118c8642051e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1232 | 2024.08.14 22:32:32.877378 [ 3 ] {} <Debug> HTTP-Session: a7d514dd-74a9-4b54-8187-9bbb63baf1bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1233 | 2024.08.14 22:32:32.877670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1234 | 2024.08.14 22:32:32.877718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1235 | 2024.08.14 22:32:32.877738 [ 3 ] {} <Debug> HTTP-Session: 82c82442-d391-4cf2-8a43-2969fb9a9f63 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1236 | 2024.08.14 22:32:32.877754 [ 3 ] {} <Debug> HTTP-Session: 82c82442-d391-4cf2-8a43-2969fb9a9f63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1237 | 2024.08.14 22:32:32.877768 [ 3 ] {} <Debug> HTTP-Session: 82c82442-d391-4cf2-8a43-2969fb9a9f63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1238 | 2024.08.14 22:32:32.877799 [ 3 ] {} <Trace> HTTP-Session: 82c82442-d391-4cf2-8a43-2969fb9a9f63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1239 | 2024.08.14 22:32:32.877922 [ 3 ] {117f761e-3670-4c5a-88e9-bceea1e3822c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1240 | 2024.08.14 22:32:32.878157 [ 3 ] {117f761e-3670-4c5a-88e9-bceea1e3822c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1241 | 2024.08.14 22:32:32.878189 [ 3 ] {117f761e-3670-4c5a-88e9-bceea1e3822c} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
1242 | 2024.08.14 22:32:32.878394 [ 3 ] {117f761e-3670-4c5a-88e9-bceea1e3822c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1243 | 2024.08.14 22:32:32.878460 [ 3 ] {117f761e-3670-4c5a-88e9-bceea1e3822c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1244 | 2024.08.14 22:32:32.878597 [ 3 ] {117f761e-3670-4c5a-88e9-bceea1e3822c} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
1245 | 2024.08.14 22:32:32.878629 [ 3 ] {117f761e-3670-4c5a-88e9-bceea1e3822c} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1246 | 2024.08.14 22:32:32.878651 [ 3 ] {117f761e-3670-4c5a-88e9-bceea1e3822c} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (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 | ||
1247 | 2024.08.14 22:32:32.878667 [ 3 ] {117f761e-3670-4c5a-88e9-bceea1e3822c} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1248 | 2024.08.14 22:32:32.878706 [ 3 ] {117f761e-3670-4c5a-88e9-bceea1e3822c} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
1249 | 2024.08.14 22:32:32.878727 [ 3 ] {117f761e-3670-4c5a-88e9-bceea1e3822c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1250 | 2024.08.14 22:32:32.879566 [ 3 ] {117f761e-3670-4c5a-88e9-bceea1e3822c} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001695 sec., 2359.8820058997053 rows/sec., 108.89 KiB/sec. | ||
1251 | 2024.08.14 22:32:32.879791 [ 3 ] {117f761e-3670-4c5a-88e9-bceea1e3822c} <Debug> DynamicQueryHandler: Done processing query | ||
1252 | 2024.08.14 22:32:32.879815 [ 3 ] {117f761e-3670-4c5a-88e9-bceea1e3822c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1253 | 2024.08.14 22:32:32.879831 [ 3 ] {} <Debug> HTTP-Session: 82c82442-d391-4cf2-8a43-2969fb9a9f63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1254 | 2024.08.14 22:32:32.880076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1255 | 2024.08.14 22:32:32.880133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1256 | 2024.08.14 22:32:32.880154 [ 3 ] {} <Debug> HTTP-Session: fcab703f-68b9-49fa-b7a0-532b765eb61f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1257 | 2024.08.14 22:32:32.880172 [ 3 ] {} <Debug> HTTP-Session: fcab703f-68b9-49fa-b7a0-532b765eb61f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1258 | 2024.08.14 22:32:32.880187 [ 3 ] {} <Debug> HTTP-Session: fcab703f-68b9-49fa-b7a0-532b765eb61f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1259 | 2024.08.14 22:32:32.880219 [ 3 ] {} <Trace> HTTP-Session: fcab703f-68b9-49fa-b7a0-532b765eb61f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1260 | 2024.08.14 22:32:32.880362 [ 3 ] {368b7e4d-baf5-4a7f-bd18-cdf31370e2bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1261 | 2024.08.14 22:32:32.880609 [ 3 ] {368b7e4d-baf5-4a7f-bd18-cdf31370e2bb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1262 | 2024.08.14 22:32:32.880645 [ 3 ] {368b7e4d-baf5-4a7f-bd18-cdf31370e2bb} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1263 | 2024.08.14 22:32:32.880864 [ 3 ] {368b7e4d-baf5-4a7f-bd18-cdf31370e2bb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1264 | 2024.08.14 22:32:32.880930 [ 3 ] {368b7e4d-baf5-4a7f-bd18-cdf31370e2bb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1265 | 2024.08.14 22:32:32.881067 [ 3 ] {368b7e4d-baf5-4a7f-bd18-cdf31370e2bb} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
1266 | 2024.08.14 22:32:32.881101 [ 3 ] {368b7e4d-baf5-4a7f-bd18-cdf31370e2bb} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1267 | 2024.08.14 22:32:32.881124 [ 3 ] {368b7e4d-baf5-4a7f-bd18-cdf31370e2bb} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (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 | ||
1268 | 2024.08.14 22:32:32.881140 [ 3 ] {368b7e4d-baf5-4a7f-bd18-cdf31370e2bb} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1269 | 2024.08.14 22:32:32.881182 [ 3 ] {368b7e4d-baf5-4a7f-bd18-cdf31370e2bb} <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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1270 | 2024.08.14 22:32:32.881204 [ 3 ] {368b7e4d-baf5-4a7f-bd18-cdf31370e2bb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1271 | 2024.08.14 22:32:32.882062 [ 3 ] {368b7e4d-baf5-4a7f-bd18-cdf31370e2bb} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001753 sec., 2281.802624073018 rows/sec., 105.29 KiB/sec. | ||
1272 | 2024.08.14 22:32:32.882312 [ 3 ] {368b7e4d-baf5-4a7f-bd18-cdf31370e2bb} <Debug> DynamicQueryHandler: Done processing query | ||
1273 | 2024.08.14 22:32:32.882352 [ 3 ] {368b7e4d-baf5-4a7f-bd18-cdf31370e2bb} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1274 | 2024.08.14 22:32:32.882368 [ 3 ] {} <Debug> HTTP-Session: fcab703f-68b9-49fa-b7a0-532b765eb61f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1275 | 2024.08.14 22:32:32.883028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1276 | 2024.08.14 22:32:32.883088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1277 | 2024.08.14 22:32:32.883107 [ 3 ] {} <Debug> HTTP-Session: 3f90fc6c-aa23-4af0-847a-ec823ae1a6fc Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1278 | 2024.08.14 22:32:32.883125 [ 3 ] {} <Debug> HTTP-Session: 3f90fc6c-aa23-4af0-847a-ec823ae1a6fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1279 | 2024.08.14 22:32:32.883139 [ 3 ] {} <Debug> HTTP-Session: 3f90fc6c-aa23-4af0-847a-ec823ae1a6fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1280 | 2024.08.14 22:32:32.883169 [ 3 ] {} <Trace> HTTP-Session: 3f90fc6c-aa23-4af0-847a-ec823ae1a6fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1281 | 2024.08.14 22:32:32.883290 [ 3 ] {29ee82fa-902b-43c8-9431-de21abb0934a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1282 | 2024.08.14 22:32:32.883335 [ 3 ] {29ee82fa-902b-43c8-9431-de21abb0934a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1283 | 2024.08.14 22:32:32.883499 [ 3 ] {29ee82fa-902b-43c8-9431-de21abb0934a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1284 | 2024.08.14 22:32:32.883802 [ 3 ] {29ee82fa-902b-43c8-9431-de21abb0934a} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1285 | 2024.08.14 22:32:32.883842 [ 3 ] {29ee82fa-902b-43c8-9431-de21abb0934a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1286 | 2024.08.14 22:32:32.884316 [ 3 ] {29ee82fa-902b-43c8-9431-de21abb0934a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1287 | 2024.08.14 22:32:32.884620 [ 3 ] {29ee82fa-902b-43c8-9431-de21abb0934a} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1288 | 2024.08.14 22:32:32.884762 [ 3 ] {29ee82fa-902b-43c8-9431-de21abb0934a} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001507 sec., 2654.2800265428 rows/sec., 337.62 KiB/sec. | ||
1289 | 2024.08.14 22:32:32.885189 [ 3 ] {29ee82fa-902b-43c8-9431-de21abb0934a} <Debug> DynamicQueryHandler: Done processing query | ||
1290 | 2024.08.14 22:32:32.885213 [ 3 ] {29ee82fa-902b-43c8-9431-de21abb0934a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1291 | 2024.08.14 22:32:32.885228 [ 3 ] {} <Debug> HTTP-Session: 3f90fc6c-aa23-4af0-847a-ec823ae1a6fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1292 | 2024.08.14 22:32:32.885360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1293 | 2024.08.14 22:32:32.885407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1294 | 2024.08.14 22:32:32.885426 [ 3 ] {} <Debug> HTTP-Session: fcd0b12c-2a1d-4a73-8c09-31e629ad6d4f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1295 | 2024.08.14 22:32:32.885443 [ 3 ] {} <Debug> HTTP-Session: fcd0b12c-2a1d-4a73-8c09-31e629ad6d4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1296 | 2024.08.14 22:32:32.885456 [ 3 ] {} <Debug> HTTP-Session: fcd0b12c-2a1d-4a73-8c09-31e629ad6d4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1297 | 2024.08.14 22:32:32.885486 [ 3 ] {} <Trace> HTTP-Session: fcd0b12c-2a1d-4a73-8c09-31e629ad6d4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1298 | 2024.08.14 22:32:32.885586 [ 3 ] {d6372d3d-71d9-4064-a48a-660ad3d98f2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1299 | 2024.08.14 22:32:32.885628 [ 3 ] {d6372d3d-71d9-4064-a48a-660ad3d98f2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1300 | 2024.08.14 22:32:32.885774 [ 3 ] {d6372d3d-71d9-4064-a48a-660ad3d98f2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1301 | 2024.08.14 22:32:32.886067 [ 3 ] {d6372d3d-71d9-4064-a48a-660ad3d98f2c} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1302 | 2024.08.14 22:32:32.886103 [ 3 ] {d6372d3d-71d9-4064-a48a-660ad3d98f2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1303 | 2024.08.14 22:32:32.886403 [ 3 ] {d6372d3d-71d9-4064-a48a-660ad3d98f2c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1304 | 2024.08.14 22:32:32.886699 [ 3 ] {d6372d3d-71d9-4064-a48a-660ad3d98f2c} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1305 | 2024.08.14 22:32:32.886851 [ 3 ] {d6372d3d-71d9-4064-a48a-660ad3d98f2c} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.00129 sec., 16279.06976744186 rows/sec., 1.29 MiB/sec. | ||
1306 | 2024.08.14 22:32:32.887012 [ 3 ] {d6372d3d-71d9-4064-a48a-660ad3d98f2c} <Debug> DynamicQueryHandler: Done processing query | ||
1307 | 2024.08.14 22:32:32.887037 [ 3 ] {d6372d3d-71d9-4064-a48a-660ad3d98f2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1308 | 2024.08.14 22:32:32.887052 [ 3 ] {} <Debug> HTTP-Session: fcd0b12c-2a1d-4a73-8c09-31e629ad6d4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1309 | 2024.08.14 22:32:32.887187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 10118, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1310 | 2024.08.14 22:32:32.887236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1311 | 2024.08.14 22:32:32.887256 [ 3 ] {} <Debug> HTTP-Session: 20ed9205-784e-447a-9329-50d66ad08347 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1312 | 2024.08.14 22:32:32.887272 [ 3 ] {} <Debug> HTTP-Session: 20ed9205-784e-447a-9329-50d66ad08347 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1313 | 2024.08.14 22:32:32.887285 [ 3 ] {} <Debug> HTTP-Session: 20ed9205-784e-447a-9329-50d66ad08347 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1314 | 2024.08.14 22:32:32.887315 [ 3 ] {} <Trace> HTTP-Session: 20ed9205-784e-447a-9329-50d66ad08347 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1315 | 2024.08.14 22:32:32.887429 [ 3 ] {6ad03978-0669-4f7d-affc-089d50447c3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1316 | 2024.08.14 22:32:32.887470 [ 3 ] {6ad03978-0669-4f7d-affc-089d50447c3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1317 | 2024.08.14 22:32:32.887593 [ 3 ] {6ad03978-0669-4f7d-affc-089d50447c3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1318 | 2024.08.14 22:32:32.887893 [ 3 ] {6ad03978-0669-4f7d-affc-089d50447c3a} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1319 | 2024.08.14 22:32:32.887930 [ 3 ] {6ad03978-0669-4f7d-affc-089d50447c3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1320 | 2024.08.14 22:32:32.888249 [ 3 ] {6ad03978-0669-4f7d-affc-089d50447c3a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1321 | 2024.08.14 22:32:32.888545 [ 3 ] {6ad03978-0669-4f7d-affc-089d50447c3a} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1322 | 2024.08.14 22:32:32.888698 [ 3 ] {6ad03978-0669-4f7d-affc-089d50447c3a} <Debug> executeQuery: Read 67 rows, 6.01 KiB in 0.001309 sec., 51184.110007639414 rows/sec., 4.48 MiB/sec. | ||
1323 | 2024.08.14 22:32:32.888970 [ 3 ] {6ad03978-0669-4f7d-affc-089d50447c3a} <Debug> DynamicQueryHandler: Done processing query | ||
1324 | 2024.08.14 22:32:32.888995 [ 3 ] {6ad03978-0669-4f7d-affc-089d50447c3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1325 | 2024.08.14 22:32:32.889011 [ 3 ] {} <Debug> HTTP-Session: 20ed9205-784e-447a-9329-50d66ad08347 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1326 | 2024.08.14 22:32:32.889163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 4963, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1327 | 2024.08.14 22:32:32.889211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1328 | 2024.08.14 22:32:32.889230 [ 3 ] {} <Debug> HTTP-Session: e864aa5d-328f-4b6b-a4a3-ba82c6cb228e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1329 | 2024.08.14 22:32:32.889245 [ 3 ] {} <Debug> HTTP-Session: e864aa5d-328f-4b6b-a4a3-ba82c6cb228e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1330 | 2024.08.14 22:32:32.889260 [ 3 ] {} <Debug> HTTP-Session: e864aa5d-328f-4b6b-a4a3-ba82c6cb228e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1331 | 2024.08.14 22:32:32.889290 [ 3 ] {} <Trace> HTTP-Session: e864aa5d-328f-4b6b-a4a3-ba82c6cb228e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1332 | 2024.08.14 22:32:32.889391 [ 3 ] {2fc58d1c-3b02-458d-8453-802dc488ae5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1333 | 2024.08.14 22:32:32.889434 [ 3 ] {2fc58d1c-3b02-458d-8453-802dc488ae5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1334 | 2024.08.14 22:32:32.889576 [ 3 ] {2fc58d1c-3b02-458d-8453-802dc488ae5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1335 | 2024.08.14 22:32:32.889852 [ 3 ] {2fc58d1c-3b02-458d-8453-802dc488ae5f} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1336 | 2024.08.14 22:32:32.889889 [ 3 ] {2fc58d1c-3b02-458d-8453-802dc488ae5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1337 | 2024.08.14 22:32:32.890182 [ 3 ] {2fc58d1c-3b02-458d-8453-802dc488ae5f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1338 | 2024.08.14 22:32:32.890475 [ 3 ] {2fc58d1c-3b02-458d-8453-802dc488ae5f} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1339 | 2024.08.14 22:32:32.890601 [ 3 ] {2fc58d1c-3b02-458d-8453-802dc488ae5f} <Debug> executeQuery: Read 29 rows, 2.32 KiB in 0.001235 sec., 23481.781376518218 rows/sec., 1.84 MiB/sec. | ||
1340 | 2024.08.14 22:32:32.890872 [ 3 ] {2fc58d1c-3b02-458d-8453-802dc488ae5f} <Debug> DynamicQueryHandler: Done processing query | ||
1341 | 2024.08.14 22:32:32.890897 [ 3 ] {2fc58d1c-3b02-458d-8453-802dc488ae5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1342 | 2024.08.14 22:32:32.890913 [ 3 ] {} <Debug> HTTP-Session: e864aa5d-328f-4b6b-a4a3-ba82c6cb228e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1343 | 2024.08.14 22:32:32.891024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 1623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1344 | 2024.08.14 22:32:32.891073 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1345 | 2024.08.14 22:32:32.891093 [ 3 ] {} <Debug> HTTP-Session: d6adab38-a61e-412d-a080-185f31001d0c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1346 | 2024.08.14 22:32:32.891109 [ 3 ] {} <Debug> HTTP-Session: d6adab38-a61e-412d-a080-185f31001d0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1347 | 2024.08.14 22:32:32.891123 [ 3 ] {} <Debug> HTTP-Session: d6adab38-a61e-412d-a080-185f31001d0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1348 | 2024.08.14 22:32:32.891153 [ 3 ] {} <Trace> HTTP-Session: d6adab38-a61e-412d-a080-185f31001d0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1349 | 2024.08.14 22:32:32.891250 [ 3 ] {ae89c288-3942-4ec5-af40-017850498ee0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1350 | 2024.08.14 22:32:32.891297 [ 3 ] {ae89c288-3942-4ec5-af40-017850498ee0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1351 | 2024.08.14 22:32:32.891459 [ 3 ] {ae89c288-3942-4ec5-af40-017850498ee0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1352 | 2024.08.14 22:32:32.891715 [ 3 ] {ae89c288-3942-4ec5-af40-017850498ee0} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1353 | 2024.08.14 22:32:32.891751 [ 3 ] {ae89c288-3942-4ec5-af40-017850498ee0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1354 | 2024.08.14 22:32:32.892117 [ 3 ] {ae89c288-3942-4ec5-af40-017850498ee0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1355 | 2024.08.14 22:32:32.892450 [ 3 ] {ae89c288-3942-4ec5-af40-017850498ee0} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1356 | 2024.08.14 22:32:32.892583 [ 3 ] {ae89c288-3942-4ec5-af40-017850498ee0} <Debug> executeQuery: Read 8 rows, 624.00 B in 0.001354 sec., 5908.419497784343 rows/sec., 450.06 KiB/sec. | ||
1357 | 2024.08.14 22:32:32.892982 [ 3 ] {ae89c288-3942-4ec5-af40-017850498ee0} <Debug> DynamicQueryHandler: Done processing query | ||
1358 | 2024.08.14 22:32:32.893006 [ 3 ] {ae89c288-3942-4ec5-af40-017850498ee0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1359 | 2024.08.14 22:32:32.893022 [ 3 ] {} <Debug> HTTP-Session: d6adab38-a61e-412d-a080-185f31001d0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1360 | 2024.08.14 22:32:32.893229 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33408, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1361 | 2024.08.14 22:32:32.893277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1362 | 2024.08.14 22:32:32.893297 [ 3 ] {} <Debug> HTTP-Session: 6ea55bdf-8b4a-4c8f-b0da-6ef033910635 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1363 | 2024.08.14 22:32:32.893313 [ 3 ] {} <Debug> HTTP-Session: 6ea55bdf-8b4a-4c8f-b0da-6ef033910635 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1364 | 2024.08.14 22:32:32.893327 [ 3 ] {} <Debug> HTTP-Session: 6ea55bdf-8b4a-4c8f-b0da-6ef033910635 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1365 | 2024.08.14 22:32:32.893357 [ 3 ] {} <Trace> HTTP-Session: 6ea55bdf-8b4a-4c8f-b0da-6ef033910635 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1366 | 2024.08.14 22:32:32.893807 [ 3 ] {e3a2c412-1516-4b6a-aca2-ce2016d93706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1367 | 2024.08.14 22:32:32.893875 [ 3 ] {e3a2c412-1516-4b6a-aca2-ce2016d93706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
1368 | 2024.08.14 22:32:32.894295 [ 3 ] {e3a2c412-1516-4b6a-aca2-ce2016d93706} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1369 | 2024.08.14 22:32:32.894911 [ 3 ] {e3a2c412-1516-4b6a-aca2-ce2016d93706} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1370 | 2024.08.14 22:32:32.894947 [ 3 ] {e3a2c412-1516-4b6a-aca2-ce2016d93706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1371 | 2024.08.14 22:32:32.895529 [ 3 ] {e3a2c412-1516-4b6a-aca2-ce2016d93706} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1372 | 2024.08.14 22:32:32.895922 [ 3 ] {e3a2c412-1516-4b6a-aca2-ce2016d93706} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1373 | 2024.08.14 22:32:32.896106 [ 3 ] {e3a2c412-1516-4b6a-aca2-ce2016d93706} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002666 sec., 7876.969242310578 rows/sec., 14.12 MiB/sec. | ||
1374 | 2024.08.14 22:32:32.896582 [ 3 ] {e3a2c412-1516-4b6a-aca2-ce2016d93706} <Debug> DynamicQueryHandler: Done processing query | ||
1375 | 2024.08.14 22:32:32.896606 [ 3 ] {e3a2c412-1516-4b6a-aca2-ce2016d93706} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
1376 | 2024.08.14 22:32:32.896621 [ 3 ] {} <Debug> HTTP-Session: 6ea55bdf-8b4a-4c8f-b0da-6ef033910635 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1377 | 2024.08.14 22:32:32.896738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 1217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1378 | 2024.08.14 22:32:32.896787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1379 | 2024.08.14 22:32:32.896806 [ 3 ] {} <Debug> HTTP-Session: 4a622cdd-e2bc-47b9-a808-aa8207346e43 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1380 | 2024.08.14 22:32:32.896823 [ 3 ] {} <Debug> HTTP-Session: 4a622cdd-e2bc-47b9-a808-aa8207346e43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1381 | 2024.08.14 22:32:32.896836 [ 3 ] {} <Debug> HTTP-Session: 4a622cdd-e2bc-47b9-a808-aa8207346e43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1382 | 2024.08.14 22:32:32.896866 [ 3 ] {} <Trace> HTTP-Session: 4a622cdd-e2bc-47b9-a808-aa8207346e43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1383 | 2024.08.14 22:32:32.896961 [ 3 ] {dff631f8-4575-4bf4-9f9e-238d6379db9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1384 | 2024.08.14 22:32:32.897005 [ 3 ] {dff631f8-4575-4bf4-9f9e-238d6379db9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1385 | 2024.08.14 22:32:32.897146 [ 3 ] {dff631f8-4575-4bf4-9f9e-238d6379db9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1386 | 2024.08.14 22:32:32.897423 [ 3 ] {dff631f8-4575-4bf4-9f9e-238d6379db9d} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1387 | 2024.08.14 22:32:32.897460 [ 3 ] {dff631f8-4575-4bf4-9f9e-238d6379db9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
1388 | 2024.08.14 22:32:32.897805 [ 3 ] {dff631f8-4575-4bf4-9f9e-238d6379db9d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1389 | 2024.08.14 22:32:32.898123 [ 3 ] {dff631f8-4575-4bf4-9f9e-238d6379db9d} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1390 | 2024.08.14 22:32:32.898267 [ 3 ] {dff631f8-4575-4bf4-9f9e-238d6379db9d} <Debug> executeQuery: Read 8 rows, 516.00 B in 0.001322 sec., 6051.437216338881 rows/sec., 381.17 KiB/sec. | ||
1391 | 2024.08.14 22:32:32.898512 [ 3 ] {dff631f8-4575-4bf4-9f9e-238d6379db9d} <Debug> DynamicQueryHandler: Done processing query | ||
1392 | 2024.08.14 22:32:32.898536 [ 3 ] {dff631f8-4575-4bf4-9f9e-238d6379db9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1393 | 2024.08.14 22:32:32.898552 [ 3 ] {} <Debug> HTTP-Session: 4a622cdd-e2bc-47b9-a808-aa8207346e43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1394 | 2024.08.14 22:32:37.832624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 408, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1395 | 2024.08.14 22:32:37.832743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1396 | 2024.08.14 22:32:37.832769 [ 3 ] {} <Debug> HTTP-Session: cbae0efb-1b5d-4f84-8cce-630eaefe73e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1397 | 2024.08.14 22:32:37.832794 [ 3 ] {} <Debug> HTTP-Session: cbae0efb-1b5d-4f84-8cce-630eaefe73e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1398 | 2024.08.14 22:32:37.832808 [ 3 ] {} <Debug> HTTP-Session: cbae0efb-1b5d-4f84-8cce-630eaefe73e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1399 | 2024.08.14 22:32:37.832855 [ 3 ] {} <Trace> HTTP-Session: cbae0efb-1b5d-4f84-8cce-630eaefe73e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1400 | 2024.08.14 22:32:37.833063 [ 3 ] {2e00c2a8-9807-4cf7-9b95-8ae4acd76de5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1401 | 2024.08.14 22:32:37.833396 [ 3 ] {2e00c2a8-9807-4cf7-9b95-8ae4acd76de5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1402 | 2024.08.14 22:32:37.833434 [ 3 ] {2e00c2a8-9807-4cf7-9b95-8ae4acd76de5} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1403 | 2024.08.14 22:32:37.833687 [ 3 ] {2e00c2a8-9807-4cf7-9b95-8ae4acd76de5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1404 | 2024.08.14 22:32:37.833767 [ 3 ] {2e00c2a8-9807-4cf7-9b95-8ae4acd76de5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1405 | 2024.08.14 22:32:37.833938 [ 3 ] {2e00c2a8-9807-4cf7-9b95-8ae4acd76de5} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
1406 | 2024.08.14 22:32:37.834022 [ 251 ] {2e00c2a8-9807-4cf7-9b95-8ae4acd76de5} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1407 | 2024.08.14 22:32:37.834070 [ 253 ] {2e00c2a8-9807-4cf7-9b95-8ae4acd76de5} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1408 | 2024.08.14 22:32:37.834184 [ 3 ] {2e00c2a8-9807-4cf7-9b95-8ae4acd76de5} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (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 | ||
1409 | 2024.08.14 22:32:37.834214 [ 3 ] {2e00c2a8-9807-4cf7-9b95-8ae4acd76de5} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1410 | 2024.08.14 22:32:37.836285 [ 3 ] {2e00c2a8-9807-4cf7-9b95-8ae4acd76de5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1411 | 2024.08.14 22:32:37.838233 [ 3 ] {2e00c2a8-9807-4cf7-9b95-8ae4acd76de5} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
1412 | 2024.08.14 22:32:37.838308 [ 3 ] {2e00c2a8-9807-4cf7-9b95-8ae4acd76de5} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1413 | 2024.08.14 22:32:37.838363 [ 3 ] {2e00c2a8-9807-4cf7-9b95-8ae4acd76de5} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1414 | 2024.08.14 22:32:37.840194 [ 3 ] {2e00c2a8-9807-4cf7-9b95-8ae4acd76de5} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.007215 sec., 1108.8011088011087 rows/sec., 48.46 KiB/sec. | ||
1415 | 2024.08.14 22:32:37.840528 [ 3 ] {2e00c2a8-9807-4cf7-9b95-8ae4acd76de5} <Debug> DynamicQueryHandler: Done processing query | ||
1416 | 2024.08.14 22:32:37.840555 [ 3 ] {2e00c2a8-9807-4cf7-9b95-8ae4acd76de5} <Debug> MemoryTracker: Peak memory usage (for query): 3.06 MiB. | ||
1417 | 2024.08.14 22:32:37.840573 [ 3 ] {} <Debug> HTTP-Session: cbae0efb-1b5d-4f84-8cce-630eaefe73e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1418 | 2024.08.14 22:32:37.840806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 429, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1419 | 2024.08.14 22:32:37.840855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1420 | 2024.08.14 22:32:37.840875 [ 3 ] {} <Debug> HTTP-Session: 168a915e-502c-4e1a-8ac2-44a923251cee Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1421 | 2024.08.14 22:32:37.840892 [ 3 ] {} <Debug> HTTP-Session: 168a915e-502c-4e1a-8ac2-44a923251cee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1422 | 2024.08.14 22:32:37.840906 [ 3 ] {} <Debug> HTTP-Session: 168a915e-502c-4e1a-8ac2-44a923251cee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1423 | 2024.08.14 22:32:37.840941 [ 3 ] {} <Trace> HTTP-Session: 168a915e-502c-4e1a-8ac2-44a923251cee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1424 | 2024.08.14 22:32:37.841075 [ 3 ] {f04b1821-09c1-4e4d-8d6f-6adecb428a5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1425 | 2024.08.14 22:32:37.841321 [ 3 ] {f04b1821-09c1-4e4d-8d6f-6adecb428a5a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1426 | 2024.08.14 22:32:37.841357 [ 3 ] {f04b1821-09c1-4e4d-8d6f-6adecb428a5a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1427 | 2024.08.14 22:32:37.841606 [ 3 ] {f04b1821-09c1-4e4d-8d6f-6adecb428a5a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1428 | 2024.08.14 22:32:37.841673 [ 3 ] {f04b1821-09c1-4e4d-8d6f-6adecb428a5a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1429 | 2024.08.14 22:32:37.841812 [ 3 ] {f04b1821-09c1-4e4d-8d6f-6adecb428a5a} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
1430 | 2024.08.14 22:32:37.841892 [ 255 ] {f04b1821-09c1-4e4d-8d6f-6adecb428a5a} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1431 | 2024.08.14 22:32:37.841914 [ 256 ] {f04b1821-09c1-4e4d-8d6f-6adecb428a5a} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1432 | 2024.08.14 22:32:37.842020 [ 3 ] {f04b1821-09c1-4e4d-8d6f-6adecb428a5a} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (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 | ||
1433 | 2024.08.14 22:32:37.842048 [ 3 ] {f04b1821-09c1-4e4d-8d6f-6adecb428a5a} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1434 | 2024.08.14 22:32:37.842133 [ 3 ] {f04b1821-09c1-4e4d-8d6f-6adecb428a5a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1435 | 2024.08.14 22:32:37.842154 [ 3 ] {f04b1821-09c1-4e4d-8d6f-6adecb428a5a} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
1436 | 2024.08.14 22:32:37.842217 [ 3 ] {f04b1821-09c1-4e4d-8d6f-6adecb428a5a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1437 | 2024.08.14 22:32:37.842259 [ 3 ] {f04b1821-09c1-4e4d-8d6f-6adecb428a5a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1438 | 2024.08.14 22:32:37.843579 [ 3 ] {f04b1821-09c1-4e4d-8d6f-6adecb428a5a} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002562 sec., 3122.56049960968 rows/sec., 136.46 KiB/sec. | ||
1439 | 2024.08.14 22:32:37.843849 [ 3 ] {f04b1821-09c1-4e4d-8d6f-6adecb428a5a} <Debug> DynamicQueryHandler: Done processing query | ||
1440 | 2024.08.14 22:32:37.843874 [ 3 ] {f04b1821-09c1-4e4d-8d6f-6adecb428a5a} <Debug> MemoryTracker: Peak memory usage (for query): 3.06 MiB. | ||
1441 | 2024.08.14 22:32:37.843892 [ 3 ] {} <Debug> HTTP-Session: 168a915e-502c-4e1a-8ac2-44a923251cee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1442 | 2024.08.14 22:32:37.844307 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 450, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1443 | 2024.08.14 22:32:37.844355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1444 | 2024.08.14 22:32:37.844376 [ 3 ] {} <Debug> HTTP-Session: 286e11a8-08e5-42f1-9bad-18c01337dc26 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1445 | 2024.08.14 22:32:37.844392 [ 3 ] {} <Debug> HTTP-Session: 286e11a8-08e5-42f1-9bad-18c01337dc26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1446 | 2024.08.14 22:32:37.844406 [ 3 ] {} <Debug> HTTP-Session: 286e11a8-08e5-42f1-9bad-18c01337dc26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1447 | 2024.08.14 22:32:37.844436 [ 3 ] {} <Trace> HTTP-Session: 286e11a8-08e5-42f1-9bad-18c01337dc26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1448 | 2024.08.14 22:32:37.844564 [ 3 ] {5c6632e7-a884-42c7-b2c9-30e0b46b55ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1449 | 2024.08.14 22:32:37.844807 [ 3 ] {5c6632e7-a884-42c7-b2c9-30e0b46b55ab} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1450 | 2024.08.14 22:32:37.844843 [ 3 ] {5c6632e7-a884-42c7-b2c9-30e0b46b55ab} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1451 | 2024.08.14 22:32:37.845064 [ 3 ] {5c6632e7-a884-42c7-b2c9-30e0b46b55ab} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1452 | 2024.08.14 22:32:37.845129 [ 3 ] {5c6632e7-a884-42c7-b2c9-30e0b46b55ab} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1453 | 2024.08.14 22:32:37.845268 [ 3 ] {5c6632e7-a884-42c7-b2c9-30e0b46b55ab} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
1454 | 2024.08.14 22:32:37.845328 [ 251 ] {5c6632e7-a884-42c7-b2c9-30e0b46b55ab} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1455 | 2024.08.14 22:32:37.845352 [ 254 ] {5c6632e7-a884-42c7-b2c9-30e0b46b55ab} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1456 | 2024.08.14 22:32:37.845453 [ 3 ] {5c6632e7-a884-42c7-b2c9-30e0b46b55ab} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (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 | ||
1457 | 2024.08.14 22:32:37.845482 [ 3 ] {5c6632e7-a884-42c7-b2c9-30e0b46b55ab} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1458 | 2024.08.14 22:32:37.845558 [ 3 ] {5c6632e7-a884-42c7-b2c9-30e0b46b55ab} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1459 | 2024.08.14 22:32:37.845579 [ 3 ] {5c6632e7-a884-42c7-b2c9-30e0b46b55ab} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
1460 | 2024.08.14 22:32:37.845617 [ 3 ] {5c6632e7-a884-42c7-b2c9-30e0b46b55ab} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1461 | 2024.08.14 22:32:37.845657 [ 3 ] {5c6632e7-a884-42c7-b2c9-30e0b46b55ab} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1462 | 2024.08.14 22:32:37.846834 [ 3 ] {5c6632e7-a884-42c7-b2c9-30e0b46b55ab} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002325 sec., 3440.8602150537636 rows/sec., 150.37 KiB/sec. | ||
1463 | 2024.08.14 22:32:37.847115 [ 3 ] {5c6632e7-a884-42c7-b2c9-30e0b46b55ab} <Debug> DynamicQueryHandler: Done processing query | ||
1464 | 2024.08.14 22:32:37.847141 [ 3 ] {5c6632e7-a884-42c7-b2c9-30e0b46b55ab} <Debug> MemoryTracker: Peak memory usage (for query): 3.06 MiB. | ||
1465 | 2024.08.14 22:32:37.847158 [ 3 ] {} <Debug> HTTP-Session: 286e11a8-08e5-42f1-9bad-18c01337dc26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1466 | 2024.08.14 22:32:37.847351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1467 | 2024.08.14 22:32:37.847401 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1468 | 2024.08.14 22:32:37.847422 [ 3 ] {} <Debug> HTTP-Session: c46c0cea-fb14-4d2d-aea6-ee786a1caf3d Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1469 | 2024.08.14 22:32:37.847438 [ 3 ] {} <Debug> HTTP-Session: c46c0cea-fb14-4d2d-aea6-ee786a1caf3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1470 | 2024.08.14 22:32:37.847452 [ 3 ] {} <Debug> HTTP-Session: c46c0cea-fb14-4d2d-aea6-ee786a1caf3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1471 | 2024.08.14 22:32:37.847483 [ 3 ] {} <Trace> HTTP-Session: c46c0cea-fb14-4d2d-aea6-ee786a1caf3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1472 | 2024.08.14 22:32:37.847613 [ 3 ] {18709bd6-e94a-4aa1-9c1f-95b22a0695b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
1473 | 2024.08.14 22:32:37.847857 [ 3 ] {18709bd6-e94a-4aa1-9c1f-95b22a0695b0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1474 | 2024.08.14 22:32:37.847893 [ 3 ] {18709bd6-e94a-4aa1-9c1f-95b22a0695b0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
1475 | 2024.08.14 22:32:37.848115 [ 3 ] {18709bd6-e94a-4aa1-9c1f-95b22a0695b0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1476 | 2024.08.14 22:32:37.848181 [ 3 ] {18709bd6-e94a-4aa1-9c1f-95b22a0695b0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1477 | 2024.08.14 22:32:37.848320 [ 3 ] {18709bd6-e94a-4aa1-9c1f-95b22a0695b0} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
1478 | 2024.08.14 22:32:37.848422 [ 257 ] {18709bd6-e94a-4aa1-9c1f-95b22a0695b0} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1479 | 2024.08.14 22:32:37.848430 [ 255 ] {18709bd6-e94a-4aa1-9c1f-95b22a0695b0} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1480 | 2024.08.14 22:32:37.848528 [ 3 ] {18709bd6-e94a-4aa1-9c1f-95b22a0695b0} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (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 | ||
1481 | 2024.08.14 22:32:37.848552 [ 3 ] {18709bd6-e94a-4aa1-9c1f-95b22a0695b0} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1482 | 2024.08.14 22:32:37.848627 [ 3 ] {18709bd6-e94a-4aa1-9c1f-95b22a0695b0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1483 | 2024.08.14 22:32:37.848647 [ 3 ] {18709bd6-e94a-4aa1-9c1f-95b22a0695b0} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
1484 | 2024.08.14 22:32:37.848684 [ 3 ] {18709bd6-e94a-4aa1-9c1f-95b22a0695b0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
1485 | 2024.08.14 22:32:37.848722 [ 3 ] {18709bd6-e94a-4aa1-9c1f-95b22a0695b0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
1486 | 2024.08.14 22:32:37.849916 [ 3 ] {18709bd6-e94a-4aa1-9c1f-95b22a0695b0} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002361 sec., 3388.394747988141 rows/sec., 148.08 KiB/sec. | ||
1487 | 2024.08.14 22:32:37.850197 [ 3 ] {18709bd6-e94a-4aa1-9c1f-95b22a0695b0} <Debug> DynamicQueryHandler: Done processing query | ||
1488 | 2024.08.14 22:32:37.850222 [ 3 ] {18709bd6-e94a-4aa1-9c1f-95b22a0695b0} <Debug> MemoryTracker: Peak memory usage (for query): 3.06 MiB. | ||
1489 | 2024.08.14 22:32:37.850239 [ 3 ] {} <Debug> HTTP-Session: c46c0cea-fb14-4d2d-aea6-ee786a1caf3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1490 | 2024.08.14 22:32:37.850464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 501, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1491 | 2024.08.14 22:32:37.850513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1492 | 2024.08.14 22:32:37.850534 [ 3 ] {} <Debug> HTTP-Session: 46ae8789-35a6-4a71-976d-34be746042bd Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1493 | 2024.08.14 22:32:37.850551 [ 3 ] {} <Debug> HTTP-Session: 46ae8789-35a6-4a71-976d-34be746042bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1494 | 2024.08.14 22:32:37.850565 [ 3 ] {} <Debug> HTTP-Session: 46ae8789-35a6-4a71-976d-34be746042bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1495 | 2024.08.14 22:32:37.850595 [ 3 ] {} <Trace> HTTP-Session: 46ae8789-35a6-4a71-976d-34be746042bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1496 | 2024.08.14 22:32:37.850727 [ 3 ] {22f2b0e0-2663-444f-8b75-441e19f639fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1497 | 2024.08.14 22:32:37.850970 [ 3 ] {22f2b0e0-2663-444f-8b75-441e19f639fb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1498 | 2024.08.14 22:32:37.851007 [ 3 ] {22f2b0e0-2663-444f-8b75-441e19f639fb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
1499 | 2024.08.14 22:32:37.851240 [ 3 ] {22f2b0e0-2663-444f-8b75-441e19f639fb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1500 | 2024.08.14 22:32:37.851305 [ 3 ] {22f2b0e0-2663-444f-8b75-441e19f639fb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1501 | 2024.08.14 22:32:37.851443 [ 3 ] {22f2b0e0-2663-444f-8b75-441e19f639fb} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
1502 | 2024.08.14 22:32:37.851511 [ 251 ] {22f2b0e0-2663-444f-8b75-441e19f639fb} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1503 | 2024.08.14 22:32:37.851536 [ 252 ] {22f2b0e0-2663-444f-8b75-441e19f639fb} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1504 | 2024.08.14 22:32:37.851645 [ 3 ] {22f2b0e0-2663-444f-8b75-441e19f639fb} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (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 | ||
1505 | 2024.08.14 22:32:37.851674 [ 3 ] {22f2b0e0-2663-444f-8b75-441e19f639fb} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1506 | 2024.08.14 22:32:37.851751 [ 3 ] {22f2b0e0-2663-444f-8b75-441e19f639fb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1507 | 2024.08.14 22:32:37.851772 [ 3 ] {22f2b0e0-2663-444f-8b75-441e19f639fb} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
1508 | 2024.08.14 22:32:37.851813 [ 3 ] {22f2b0e0-2663-444f-8b75-441e19f639fb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
1509 | 2024.08.14 22:32:37.851853 [ 3 ] {22f2b0e0-2663-444f-8b75-441e19f639fb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
1510 | 2024.08.14 22:32:37.853060 [ 3 ] {22f2b0e0-2663-444f-8b75-441e19f639fb} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002389 sec., 3348.6814566764338 rows/sec., 146.34 KiB/sec. | ||
1511 | 2024.08.14 22:32:37.853346 [ 3 ] {22f2b0e0-2663-444f-8b75-441e19f639fb} <Debug> DynamicQueryHandler: Done processing query | ||
1512 | 2024.08.14 22:32:37.853371 [ 3 ] {22f2b0e0-2663-444f-8b75-441e19f639fb} <Debug> MemoryTracker: Peak memory usage (for query): 3.06 MiB. | ||
1513 | 2024.08.14 22:32:37.853389 [ 3 ] {} <Debug> HTTP-Session: 46ae8789-35a6-4a71-976d-34be746042bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1514 | 2024.08.14 22:32:37.853580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 525, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1515 | 2024.08.14 22:32:37.853628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1516 | 2024.08.14 22:32:37.853648 [ 3 ] {} <Debug> HTTP-Session: 8e507300-887b-4004-ba1e-aef77d49ffd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1517 | 2024.08.14 22:32:37.853665 [ 3 ] {} <Debug> HTTP-Session: 8e507300-887b-4004-ba1e-aef77d49ffd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1518 | 2024.08.14 22:32:37.853679 [ 3 ] {} <Debug> HTTP-Session: 8e507300-887b-4004-ba1e-aef77d49ffd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1519 | 2024.08.14 22:32:37.853708 [ 3 ] {} <Trace> HTTP-Session: 8e507300-887b-4004-ba1e-aef77d49ffd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1520 | 2024.08.14 22:32:37.853841 [ 3 ] {4e986b0e-f4b2-4ea1-8f83-53aa0e7d3b61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1521 | 2024.08.14 22:32:37.854087 [ 3 ] {4e986b0e-f4b2-4ea1-8f83-53aa0e7d3b61} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1522 | 2024.08.14 22:32:37.854126 [ 3 ] {4e986b0e-f4b2-4ea1-8f83-53aa0e7d3b61} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1523 | 2024.08.14 22:32:37.854358 [ 3 ] {4e986b0e-f4b2-4ea1-8f83-53aa0e7d3b61} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1524 | 2024.08.14 22:32:37.854424 [ 3 ] {4e986b0e-f4b2-4ea1-8f83-53aa0e7d3b61} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1525 | 2024.08.14 22:32:37.854561 [ 3 ] {4e986b0e-f4b2-4ea1-8f83-53aa0e7d3b61} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
1526 | 2024.08.14 22:32:37.854647 [ 254 ] {4e986b0e-f4b2-4ea1-8f83-53aa0e7d3b61} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1527 | 2024.08.14 22:32:37.854658 [ 251 ] {4e986b0e-f4b2-4ea1-8f83-53aa0e7d3b61} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1528 | 2024.08.14 22:32:37.854751 [ 3 ] {4e986b0e-f4b2-4ea1-8f83-53aa0e7d3b61} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (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 | ||
1529 | 2024.08.14 22:32:37.854775 [ 3 ] {4e986b0e-f4b2-4ea1-8f83-53aa0e7d3b61} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1530 | 2024.08.14 22:32:37.854851 [ 3 ] {4e986b0e-f4b2-4ea1-8f83-53aa0e7d3b61} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1531 | 2024.08.14 22:32:37.854872 [ 3 ] {4e986b0e-f4b2-4ea1-8f83-53aa0e7d3b61} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
1532 | 2024.08.14 22:32:37.854909 [ 3 ] {4e986b0e-f4b2-4ea1-8f83-53aa0e7d3b61} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1533 | 2024.08.14 22:32:37.854948 [ 3 ] {4e986b0e-f4b2-4ea1-8f83-53aa0e7d3b61} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1534 | 2024.08.14 22:32:37.856137 [ 3 ] {4e986b0e-f4b2-4ea1-8f83-53aa0e7d3b61} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002354 sec., 3398.470688190314 rows/sec., 148.52 KiB/sec. | ||
1535 | 2024.08.14 22:32:37.856414 [ 3 ] {4e986b0e-f4b2-4ea1-8f83-53aa0e7d3b61} <Debug> DynamicQueryHandler: Done processing query | ||
1536 | 2024.08.14 22:32:37.856440 [ 3 ] {4e986b0e-f4b2-4ea1-8f83-53aa0e7d3b61} <Debug> MemoryTracker: Peak memory usage (for query): 3.06 MiB. | ||
1537 | 2024.08.14 22:32:37.856457 [ 3 ] {} <Debug> HTTP-Session: 8e507300-887b-4004-ba1e-aef77d49ffd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1538 | 2024.08.14 22:32:37.856656 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 549, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1539 | 2024.08.14 22:32:37.856705 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1540 | 2024.08.14 22:32:37.856725 [ 3 ] {} <Debug> HTTP-Session: 9f4b2465-f28f-461b-b45b-4bdca26b4d47 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1541 | 2024.08.14 22:32:37.856741 [ 3 ] {} <Debug> HTTP-Session: 9f4b2465-f28f-461b-b45b-4bdca26b4d47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1542 | 2024.08.14 22:32:37.856755 [ 3 ] {} <Debug> HTTP-Session: 9f4b2465-f28f-461b-b45b-4bdca26b4d47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1543 | 2024.08.14 22:32:37.856785 [ 3 ] {} <Trace> HTTP-Session: 9f4b2465-f28f-461b-b45b-4bdca26b4d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1544 | 2024.08.14 22:32:37.856919 [ 3 ] {e6d71ead-4f91-42e5-8669-40f2643da07d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1545 | 2024.08.14 22:32:37.857163 [ 3 ] {e6d71ead-4f91-42e5-8669-40f2643da07d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1546 | 2024.08.14 22:32:37.857202 [ 3 ] {e6d71ead-4f91-42e5-8669-40f2643da07d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1547 | 2024.08.14 22:32:37.857433 [ 3 ] {e6d71ead-4f91-42e5-8669-40f2643da07d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1548 | 2024.08.14 22:32:37.857498 [ 3 ] {e6d71ead-4f91-42e5-8669-40f2643da07d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1549 | 2024.08.14 22:32:37.857633 [ 3 ] {e6d71ead-4f91-42e5-8669-40f2643da07d} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
1550 | 2024.08.14 22:32:37.857703 [ 251 ] {e6d71ead-4f91-42e5-8669-40f2643da07d} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1551 | 2024.08.14 22:32:37.857723 [ 254 ] {e6d71ead-4f91-42e5-8669-40f2643da07d} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1552 | 2024.08.14 22:32:37.857810 [ 3 ] {e6d71ead-4f91-42e5-8669-40f2643da07d} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (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 | ||
1553 | 2024.08.14 22:32:37.857839 [ 3 ] {e6d71ead-4f91-42e5-8669-40f2643da07d} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1554 | 2024.08.14 22:32:37.857914 [ 3 ] {e6d71ead-4f91-42e5-8669-40f2643da07d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1555 | 2024.08.14 22:32:37.857934 [ 3 ] {e6d71ead-4f91-42e5-8669-40f2643da07d} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
1556 | 2024.08.14 22:32:37.857972 [ 3 ] {e6d71ead-4f91-42e5-8669-40f2643da07d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1557 | 2024.08.14 22:32:37.858011 [ 3 ] {e6d71ead-4f91-42e5-8669-40f2643da07d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1558 | 2024.08.14 22:32:37.858979 [ 3 ] {e6d71ead-4f91-42e5-8669-40f2643da07d} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.00218 sec., 3669.7247706422017 rows/sec., 160.37 KiB/sec. | ||
1559 | 2024.08.14 22:32:37.859306 [ 3 ] {e6d71ead-4f91-42e5-8669-40f2643da07d} <Debug> DynamicQueryHandler: Done processing query | ||
1560 | 2024.08.14 22:32:37.859331 [ 3 ] {e6d71ead-4f91-42e5-8669-40f2643da07d} <Debug> MemoryTracker: Peak memory usage (for query): 3.06 MiB. | ||
1561 | 2024.08.14 22:32:37.859349 [ 3 ] {} <Debug> HTTP-Session: 9f4b2465-f28f-461b-b45b-4bdca26b4d47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1562 | 2024.08.14 22:32:37.859536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1563 | 2024.08.14 22:32:37.859587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1564 | 2024.08.14 22:32:37.859607 [ 3 ] {} <Debug> HTTP-Session: 8e825b35-c8fa-440c-9310-b3d4df5dfd4c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1565 | 2024.08.14 22:32:37.859623 [ 3 ] {} <Debug> HTTP-Session: 8e825b35-c8fa-440c-9310-b3d4df5dfd4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1566 | 2024.08.14 22:32:37.859637 [ 3 ] {} <Debug> HTTP-Session: 8e825b35-c8fa-440c-9310-b3d4df5dfd4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1567 | 2024.08.14 22:32:37.859667 [ 3 ] {} <Trace> HTTP-Session: 8e825b35-c8fa-440c-9310-b3d4df5dfd4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1568 | 2024.08.14 22:32:37.859798 [ 3 ] {a1a9b869-3f4b-41a4-985b-f21423de5c38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1569 | 2024.08.14 22:32:37.860046 [ 3 ] {a1a9b869-3f4b-41a4-985b-f21423de5c38} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1570 | 2024.08.14 22:32:37.860087 [ 3 ] {a1a9b869-3f4b-41a4-985b-f21423de5c38} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1571 | 2024.08.14 22:32:37.860318 [ 3 ] {a1a9b869-3f4b-41a4-985b-f21423de5c38} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1572 | 2024.08.14 22:32:37.860384 [ 3 ] {a1a9b869-3f4b-41a4-985b-f21423de5c38} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1573 | 2024.08.14 22:32:37.860524 [ 3 ] {a1a9b869-3f4b-41a4-985b-f21423de5c38} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
1574 | 2024.08.14 22:32:37.860628 [ 251 ] {a1a9b869-3f4b-41a4-985b-f21423de5c38} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1575 | 2024.08.14 22:32:37.860632 [ 254 ] {a1a9b869-3f4b-41a4-985b-f21423de5c38} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1576 | 2024.08.14 22:32:37.860738 [ 3 ] {a1a9b869-3f4b-41a4-985b-f21423de5c38} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (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 | ||
1577 | 2024.08.14 22:32:37.860767 [ 3 ] {a1a9b869-3f4b-41a4-985b-f21423de5c38} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1578 | 2024.08.14 22:32:37.860842 [ 3 ] {a1a9b869-3f4b-41a4-985b-f21423de5c38} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1579 | 2024.08.14 22:32:37.860863 [ 3 ] {a1a9b869-3f4b-41a4-985b-f21423de5c38} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
1580 | 2024.08.14 22:32:37.860900 [ 3 ] {a1a9b869-3f4b-41a4-985b-f21423de5c38} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1581 | 2024.08.14 22:32:37.860938 [ 3 ] {a1a9b869-3f4b-41a4-985b-f21423de5c38} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1582 | 2024.08.14 22:32:37.862144 [ 3 ] {a1a9b869-3f4b-41a4-985b-f21423de5c38} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002404 sec., 3327.787021630616 rows/sec., 145.43 KiB/sec. | ||
1583 | 2024.08.14 22:32:37.862426 [ 3 ] {a1a9b869-3f4b-41a4-985b-f21423de5c38} <Debug> DynamicQueryHandler: Done processing query | ||
1584 | 2024.08.14 22:32:37.862450 [ 3 ] {a1a9b869-3f4b-41a4-985b-f21423de5c38} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1585 | 2024.08.14 22:32:37.862466 [ 3 ] {} <Debug> HTTP-Session: 8e825b35-c8fa-440c-9310-b3d4df5dfd4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1586 | 2024.08.14 22:32:37.862666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1587 | 2024.08.14 22:32:37.862714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1588 | 2024.08.14 22:32:37.862734 [ 3 ] {} <Debug> HTTP-Session: 575bdf6f-21da-4e6f-a3dd-69cb8c091304 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1589 | 2024.08.14 22:32:37.862750 [ 3 ] {} <Debug> HTTP-Session: 575bdf6f-21da-4e6f-a3dd-69cb8c091304 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1590 | 2024.08.14 22:32:37.862764 [ 3 ] {} <Debug> HTTP-Session: 575bdf6f-21da-4e6f-a3dd-69cb8c091304 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1591 | 2024.08.14 22:32:37.862793 [ 3 ] {} <Trace> HTTP-Session: 575bdf6f-21da-4e6f-a3dd-69cb8c091304 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1592 | 2024.08.14 22:32:37.862924 [ 3 ] {3bf4343c-8180-4994-b878-210145c517cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1593 | 2024.08.14 22:32:37.863170 [ 3 ] {3bf4343c-8180-4994-b878-210145c517cf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1594 | 2024.08.14 22:32:37.863209 [ 3 ] {3bf4343c-8180-4994-b878-210145c517cf} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1595 | 2024.08.14 22:32:37.863442 [ 3 ] {3bf4343c-8180-4994-b878-210145c517cf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1596 | 2024.08.14 22:32:37.863506 [ 3 ] {3bf4343c-8180-4994-b878-210145c517cf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1597 | 2024.08.14 22:32:37.863639 [ 3 ] {3bf4343c-8180-4994-b878-210145c517cf} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
1598 | 2024.08.14 22:32:37.863745 [ 254 ] {3bf4343c-8180-4994-b878-210145c517cf} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1599 | 2024.08.14 22:32:37.863750 [ 256 ] {3bf4343c-8180-4994-b878-210145c517cf} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1600 | 2024.08.14 22:32:37.863860 [ 3 ] {3bf4343c-8180-4994-b878-210145c517cf} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (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 | ||
1601 | 2024.08.14 22:32:37.863889 [ 3 ] {3bf4343c-8180-4994-b878-210145c517cf} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1602 | 2024.08.14 22:32:37.863965 [ 3 ] {3bf4343c-8180-4994-b878-210145c517cf} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1603 | 2024.08.14 22:32:37.863987 [ 3 ] {3bf4343c-8180-4994-b878-210145c517cf} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
1604 | 2024.08.14 22:32:37.864027 [ 3 ] {3bf4343c-8180-4994-b878-210145c517cf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1605 | 2024.08.14 22:32:37.864066 [ 3 ] {3bf4343c-8180-4994-b878-210145c517cf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1606 | 2024.08.14 22:32:37.865230 [ 3 ] {3bf4343c-8180-4994-b878-210145c517cf} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002364 sec., 3384.09475465313 rows/sec., 147.89 KiB/sec. | ||
1607 | 2024.08.14 22:32:37.865490 [ 3 ] {3bf4343c-8180-4994-b878-210145c517cf} <Debug> DynamicQueryHandler: Done processing query | ||
1608 | 2024.08.14 22:32:37.865516 [ 3 ] {3bf4343c-8180-4994-b878-210145c517cf} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1609 | 2024.08.14 22:32:37.865534 [ 3 ] {} <Debug> HTTP-Session: 575bdf6f-21da-4e6f-a3dd-69cb8c091304 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1610 | 2024.08.14 22:32:37.865750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1611 | 2024.08.14 22:32:37.865799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1612 | 2024.08.14 22:32:37.865819 [ 3 ] {} <Debug> HTTP-Session: 94150517-6f8e-4a42-be48-fd0dadafa2f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1613 | 2024.08.14 22:32:37.865836 [ 3 ] {} <Debug> HTTP-Session: 94150517-6f8e-4a42-be48-fd0dadafa2f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1614 | 2024.08.14 22:32:37.865849 [ 3 ] {} <Debug> HTTP-Session: 94150517-6f8e-4a42-be48-fd0dadafa2f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1615 | 2024.08.14 22:32:37.865879 [ 3 ] {} <Trace> HTTP-Session: 94150517-6f8e-4a42-be48-fd0dadafa2f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1616 | 2024.08.14 22:32:37.866014 [ 3 ] {03fc65da-0e4b-43c0-a9bf-c4edfe453aff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1617 | 2024.08.14 22:32:37.866262 [ 3 ] {03fc65da-0e4b-43c0-a9bf-c4edfe453aff} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1618 | 2024.08.14 22:32:37.866301 [ 3 ] {03fc65da-0e4b-43c0-a9bf-c4edfe453aff} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1619 | 2024.08.14 22:32:37.866536 [ 3 ] {03fc65da-0e4b-43c0-a9bf-c4edfe453aff} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1620 | 2024.08.14 22:32:37.866601 [ 3 ] {03fc65da-0e4b-43c0-a9bf-c4edfe453aff} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1621 | 2024.08.14 22:32:37.866735 [ 3 ] {03fc65da-0e4b-43c0-a9bf-c4edfe453aff} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
1622 | 2024.08.14 22:32:37.866833 [ 254 ] {03fc65da-0e4b-43c0-a9bf-c4edfe453aff} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1623 | 2024.08.14 22:32:37.866844 [ 251 ] {03fc65da-0e4b-43c0-a9bf-c4edfe453aff} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1624 | 2024.08.14 22:32:37.866937 [ 3 ] {03fc65da-0e4b-43c0-a9bf-c4edfe453aff} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (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 | ||
1625 | 2024.08.14 22:32:37.866960 [ 3 ] {03fc65da-0e4b-43c0-a9bf-c4edfe453aff} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1626 | 2024.08.14 22:32:37.867034 [ 3 ] {03fc65da-0e4b-43c0-a9bf-c4edfe453aff} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1627 | 2024.08.14 22:32:37.867053 [ 3 ] {03fc65da-0e4b-43c0-a9bf-c4edfe453aff} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
1628 | 2024.08.14 22:32:37.867091 [ 3 ] {03fc65da-0e4b-43c0-a9bf-c4edfe453aff} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1629 | 2024.08.14 22:32:37.867129 [ 3 ] {03fc65da-0e4b-43c0-a9bf-c4edfe453aff} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1630 | 2024.08.14 22:32:37.868387 [ 3 ] {03fc65da-0e4b-43c0-a9bf-c4edfe453aff} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002435 sec., 3285.4209445585216 rows/sec., 143.58 KiB/sec. | ||
1631 | 2024.08.14 22:32:37.868651 [ 3 ] {03fc65da-0e4b-43c0-a9bf-c4edfe453aff} <Debug> DynamicQueryHandler: Done processing query | ||
1632 | 2024.08.14 22:32:37.868675 [ 3 ] {03fc65da-0e4b-43c0-a9bf-c4edfe453aff} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1633 | 2024.08.14 22:32:37.868692 [ 3 ] {} <Debug> HTTP-Session: 94150517-6f8e-4a42-be48-fd0dadafa2f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1634 | 2024.08.14 22:32:37.868893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 660, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1635 | 2024.08.14 22:32:37.868942 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1636 | 2024.08.14 22:32:37.868962 [ 3 ] {} <Debug> HTTP-Session: a9729202-9b15-4922-ae81-761033196e15 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1637 | 2024.08.14 22:32:37.868977 [ 3 ] {} <Debug> HTTP-Session: a9729202-9b15-4922-ae81-761033196e15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1638 | 2024.08.14 22:32:37.868992 [ 3 ] {} <Debug> HTTP-Session: a9729202-9b15-4922-ae81-761033196e15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1639 | 2024.08.14 22:32:37.869021 [ 3 ] {} <Trace> HTTP-Session: a9729202-9b15-4922-ae81-761033196e15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1640 | 2024.08.14 22:32:37.869155 [ 3 ] {34cff464-0f2d-4af0-9024-80816ad115ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1641 | 2024.08.14 22:32:37.869404 [ 3 ] {34cff464-0f2d-4af0-9024-80816ad115ee} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1642 | 2024.08.14 22:32:37.869444 [ 3 ] {34cff464-0f2d-4af0-9024-80816ad115ee} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1643 | 2024.08.14 22:32:37.869684 [ 3 ] {34cff464-0f2d-4af0-9024-80816ad115ee} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1644 | 2024.08.14 22:32:37.869749 [ 3 ] {34cff464-0f2d-4af0-9024-80816ad115ee} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1645 | 2024.08.14 22:32:37.869882 [ 3 ] {34cff464-0f2d-4af0-9024-80816ad115ee} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1646 | 2024.08.14 22:32:37.869983 [ 254 ] {34cff464-0f2d-4af0-9024-80816ad115ee} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1647 | 2024.08.14 22:32:37.869992 [ 256 ] {34cff464-0f2d-4af0-9024-80816ad115ee} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1648 | 2024.08.14 22:32:37.870097 [ 3 ] {34cff464-0f2d-4af0-9024-80816ad115ee} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (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 | ||
1649 | 2024.08.14 22:32:37.870125 [ 3 ] {34cff464-0f2d-4af0-9024-80816ad115ee} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1650 | 2024.08.14 22:32:37.870200 [ 3 ] {34cff464-0f2d-4af0-9024-80816ad115ee} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1651 | 2024.08.14 22:32:37.870219 [ 3 ] {34cff464-0f2d-4af0-9024-80816ad115ee} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
1652 | 2024.08.14 22:32:37.870256 [ 3 ] {34cff464-0f2d-4af0-9024-80816ad115ee} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1653 | 2024.08.14 22:32:37.870293 [ 3 ] {34cff464-0f2d-4af0-9024-80816ad115ee} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1654 | 2024.08.14 22:32:37.871453 [ 3 ] {34cff464-0f2d-4af0-9024-80816ad115ee} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.00236 sec., 3389.830508474576 rows/sec., 148.14 KiB/sec. | ||
1655 | 2024.08.14 22:32:37.871736 [ 3 ] {34cff464-0f2d-4af0-9024-80816ad115ee} <Debug> DynamicQueryHandler: Done processing query | ||
1656 | 2024.08.14 22:32:37.871763 [ 3 ] {34cff464-0f2d-4af0-9024-80816ad115ee} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1657 | 2024.08.14 22:32:37.871781 [ 3 ] {} <Debug> HTTP-Session: a9729202-9b15-4922-ae81-761033196e15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1658 | 2024.08.14 22:32:37.876001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1659 | 2024.08.14 22:32:37.876062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1660 | 2024.08.14 22:32:37.876086 [ 3 ] {} <Debug> HTTP-Session: 6072fb02-d1ee-49cc-ad18-808167ca7c16 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1661 | 2024.08.14 22:32:37.876106 [ 3 ] {} <Debug> HTTP-Session: 6072fb02-d1ee-49cc-ad18-808167ca7c16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1662 | 2024.08.14 22:32:37.876123 [ 3 ] {} <Debug> HTTP-Session: 6072fb02-d1ee-49cc-ad18-808167ca7c16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1663 | 2024.08.14 22:32:37.876160 [ 3 ] {} <Trace> HTTP-Session: 6072fb02-d1ee-49cc-ad18-808167ca7c16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1664 | 2024.08.14 22:32:37.876322 [ 3 ] {76aeb606-a962-47ba-9998-653736010980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1665 | 2024.08.14 22:32:37.876631 [ 3 ] {76aeb606-a962-47ba-9998-653736010980} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1666 | 2024.08.14 22:32:37.876679 [ 3 ] {76aeb606-a962-47ba-9998-653736010980} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1667 | 2024.08.14 22:32:37.876983 [ 3 ] {76aeb606-a962-47ba-9998-653736010980} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1668 | 2024.08.14 22:32:37.877063 [ 3 ] {76aeb606-a962-47ba-9998-653736010980} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1669 | 2024.08.14 22:32:37.877202 [ 3 ] {76aeb606-a962-47ba-9998-653736010980} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1670 | 2024.08.14 22:32:37.877294 [ 254 ] {76aeb606-a962-47ba-9998-653736010980} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1671 | 2024.08.14 22:32:37.877295 [ 257 ] {76aeb606-a962-47ba-9998-653736010980} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1672 | 2024.08.14 22:32:37.877405 [ 3 ] {76aeb606-a962-47ba-9998-653736010980} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (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 | ||
1673 | 2024.08.14 22:32:37.877435 [ 3 ] {76aeb606-a962-47ba-9998-653736010980} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1674 | 2024.08.14 22:32:37.877512 [ 3 ] {76aeb606-a962-47ba-9998-653736010980} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1675 | 2024.08.14 22:32:37.877534 [ 3 ] {76aeb606-a962-47ba-9998-653736010980} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
1676 | 2024.08.14 22:32:37.877571 [ 3 ] {76aeb606-a962-47ba-9998-653736010980} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1677 | 2024.08.14 22:32:37.877609 [ 3 ] {76aeb606-a962-47ba-9998-653736010980} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1678 | 2024.08.14 22:32:37.878827 [ 3 ] {76aeb606-a962-47ba-9998-653736010980} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002583 sec., 3097.173828881146 rows/sec., 135.35 KiB/sec. | ||
1679 | 2024.08.14 22:32:37.879099 [ 3 ] {76aeb606-a962-47ba-9998-653736010980} <Debug> DynamicQueryHandler: Done processing query | ||
1680 | 2024.08.14 22:32:37.879126 [ 3 ] {76aeb606-a962-47ba-9998-653736010980} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1681 | 2024.08.14 22:32:37.879143 [ 3 ] {} <Debug> HTTP-Session: 6072fb02-d1ee-49cc-ad18-808167ca7c16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1682 | 2024.08.14 22:32:37.879883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3304, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1683 | 2024.08.14 22:32:37.879932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1684 | 2024.08.14 22:32:37.879952 [ 3 ] {} <Debug> HTTP-Session: d0e4b9b6-95f8-4b86-ba4e-a6b00078c772 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1685 | 2024.08.14 22:32:37.879969 [ 3 ] {} <Debug> HTTP-Session: d0e4b9b6-95f8-4b86-ba4e-a6b00078c772 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1686 | 2024.08.14 22:32:37.879982 [ 3 ] {} <Debug> HTTP-Session: d0e4b9b6-95f8-4b86-ba4e-a6b00078c772 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1687 | 2024.08.14 22:32:37.880013 [ 3 ] {} <Trace> HTTP-Session: d0e4b9b6-95f8-4b86-ba4e-a6b00078c772 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1688 | 2024.08.14 22:32:37.880131 [ 3 ] {72c8ba98-3878-472d-8ce8-acf4a98ed408} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1689 | 2024.08.14 22:32:37.880177 [ 3 ] {72c8ba98-3878-472d-8ce8-acf4a98ed408} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1690 | 2024.08.14 22:32:37.880343 [ 3 ] {72c8ba98-3878-472d-8ce8-acf4a98ed408} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1691 | 2024.08.14 22:32:37.880682 [ 3 ] {72c8ba98-3878-472d-8ce8-acf4a98ed408} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1692 | 2024.08.14 22:32:37.880723 [ 3 ] {72c8ba98-3878-472d-8ce8-acf4a98ed408} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1693 | 2024.08.14 22:32:37.881212 [ 3 ] {72c8ba98-3878-472d-8ce8-acf4a98ed408} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1694 | 2024.08.14 22:32:37.881536 [ 3 ] {72c8ba98-3878-472d-8ce8-acf4a98ed408} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1695 | 2024.08.14 22:32:37.881695 [ 3 ] {72c8ba98-3878-472d-8ce8-acf4a98ed408} <Debug> executeQuery: Read 12 rows, 1.62 KiB in 0.001601 sec., 7495.315427857589 rows/sec., 1011.33 KiB/sec. | ||
1696 | 2024.08.14 22:32:37.881993 [ 3 ] {72c8ba98-3878-472d-8ce8-acf4a98ed408} <Debug> DynamicQueryHandler: Done processing query | ||
1697 | 2024.08.14 22:32:37.882019 [ 3 ] {72c8ba98-3878-472d-8ce8-acf4a98ed408} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1698 | 2024.08.14 22:32:37.882036 [ 3 ] {} <Debug> HTTP-Session: d0e4b9b6-95f8-4b86-ba4e-a6b00078c772 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1699 | 2024.08.14 22:32:37.882145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1700 | 2024.08.14 22:32:37.882195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1701 | 2024.08.14 22:32:37.882215 [ 3 ] {} <Debug> HTTP-Session: 3220700d-1940-4caf-9787-72ae355a4b25 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1702 | 2024.08.14 22:32:37.882232 [ 3 ] {} <Debug> HTTP-Session: 3220700d-1940-4caf-9787-72ae355a4b25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1703 | 2024.08.14 22:32:37.882247 [ 3 ] {} <Debug> HTTP-Session: 3220700d-1940-4caf-9787-72ae355a4b25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1704 | 2024.08.14 22:32:37.882284 [ 3 ] {} <Trace> HTTP-Session: 3220700d-1940-4caf-9787-72ae355a4b25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1705 | 2024.08.14 22:32:37.882389 [ 3 ] {76ce8c4c-7a82-4ff2-93eb-a619b3d54478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1706 | 2024.08.14 22:32:37.882435 [ 3 ] {76ce8c4c-7a82-4ff2-93eb-a619b3d54478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1707 | 2024.08.14 22:32:37.882584 [ 3 ] {76ce8c4c-7a82-4ff2-93eb-a619b3d54478} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1708 | 2024.08.14 22:32:37.882896 [ 3 ] {76ce8c4c-7a82-4ff2-93eb-a619b3d54478} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1709 | 2024.08.14 22:32:37.882934 [ 3 ] {76ce8c4c-7a82-4ff2-93eb-a619b3d54478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1710 | 2024.08.14 22:32:37.883239 [ 3 ] {76ce8c4c-7a82-4ff2-93eb-a619b3d54478} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1711 | 2024.08.14 22:32:37.883543 [ 3 ] {76ce8c4c-7a82-4ff2-93eb-a619b3d54478} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1712 | 2024.08.14 22:32:37.883695 [ 87 ] {} <Debug> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1713 | 2024.08.14 22:32:37.883706 [ 3 ] {76ce8c4c-7a82-4ff2-93eb-a619b3d54478} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001332 sec., 4504.504504504504 rows/sec., 255.14 KiB/sec. | ||
1714 | 2024.08.14 22:32:37.883776 [ 87 ] {} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1715 | 2024.08.14 22:32:37.883832 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1716 | 2024.08.14 22:32:37.884005 [ 3 ] {76ce8c4c-7a82-4ff2-93eb-a619b3d54478} <Debug> DynamicQueryHandler: Done processing query | ||
1717 | 2024.08.14 22:32:37.884038 [ 3 ] {76ce8c4c-7a82-4ff2-93eb-a619b3d54478} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1718 | 2024.08.14 22:32:37.884061 [ 3 ] {} <Debug> HTTP-Session: 3220700d-1940-4caf-9787-72ae355a4b25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1719 | 2024.08.14 22:32:37.884250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1720 | 2024.08.14 22:32:37.884301 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1721 | 2024.08.14 22:32:37.884320 [ 3 ] {} <Debug> HTTP-Session: f3a2e901-64ce-43b1-8eac-299f3f9aeb1a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1722 | 2024.08.14 22:32:37.884337 [ 3 ] {} <Debug> HTTP-Session: f3a2e901-64ce-43b1-8eac-299f3f9aeb1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1723 | 2024.08.14 22:32:37.884351 [ 3 ] {} <Debug> HTTP-Session: f3a2e901-64ce-43b1-8eac-299f3f9aeb1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1724 | 2024.08.14 22:32:37.884381 [ 3 ] {} <Trace> HTTP-Session: f3a2e901-64ce-43b1-8eac-299f3f9aeb1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1725 | 2024.08.14 22:32:37.884507 [ 3 ] {3fec4493-f835-43fd-8a4a-e70c1fdb8910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1726 | 2024.08.14 22:32:37.884551 [ 3 ] {3fec4493-f835-43fd-8a4a-e70c1fdb8910} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1727 | 2024.08.14 22:32:37.884696 [ 3 ] {3fec4493-f835-43fd-8a4a-e70c1fdb8910} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1728 | 2024.08.14 22:32:37.885067 [ 3 ] {3fec4493-f835-43fd-8a4a-e70c1fdb8910} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1729 | 2024.08.14 22:32:37.885105 [ 3 ] {3fec4493-f835-43fd-8a4a-e70c1fdb8910} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1730 | 2024.08.14 22:32:37.886038 [ 186 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::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 | ||
1731 | 2024.08.14 22:32:37.886159 [ 3 ] {3fec4493-f835-43fd-8a4a-e70c1fdb8910} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1732 | 2024.08.14 22:32:37.886279 [ 186 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1733 | 2024.08.14 22:32:37.886415 [ 186 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::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 | ||
1734 | 2024.08.14 22:32:37.886705 [ 186 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::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 | ||
1735 | 2024.08.14 22:32:37.886969 [ 186 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 21 rows starting from the beginning of the part | ||
1736 | 2024.08.14 22:32:37.887175 [ 3 ] {3fec4493-f835-43fd-8a4a-e70c1fdb8910} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1737 | 2024.08.14 22:32:37.887243 [ 186 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 21 rows starting from the beginning of the part | ||
1738 | 2024.08.14 22:32:37.887494 [ 186 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 21 rows starting from the beginning of the part | ||
1739 | 2024.08.14 22:32:37.887733 [ 87 ] {} <Debug> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1740 | 2024.08.14 22:32:37.887806 [ 186 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::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 | ||
1741 | 2024.08.14 22:32:37.887826 [ 87 ] {} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1742 | 2024.08.14 22:32:37.887944 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1743 | 2024.08.14 22:32:37.887967 [ 3 ] {3fec4493-f835-43fd-8a4a-e70c1fdb8910} <Debug> executeQuery: Read 109 rows, 10.49 KiB in 0.003502 sec., 31125.071387778415 rows/sec., 2.93 MiB/sec. | ||
1744 | 2024.08.14 22:32:37.888410 [ 187 ] {99dad827-b692-4668-b096-a1f8f01ac229::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 | ||
1745 | 2024.08.14 22:32:37.888897 [ 187 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1746 | 2024.08.14 22:32:37.888968 [ 187 ] {99dad827-b692-4668-b096-a1f8f01ac229::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 | ||
1747 | 2024.08.14 22:32:37.888991 [ 3 ] {3fec4493-f835-43fd-8a4a-e70c1fdb8910} <Debug> DynamicQueryHandler: Done processing query | ||
1748 | 2024.08.14 22:32:37.889095 [ 3 ] {3fec4493-f835-43fd-8a4a-e70c1fdb8910} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1749 | 2024.08.14 22:32:37.889271 [ 187 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part | ||
1750 | 2024.08.14 22:32:37.889471 [ 3 ] {} <Debug> HTTP-Session: f3a2e901-64ce-43b1-8eac-299f3f9aeb1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1751 | 2024.08.14 22:32:37.889629 [ 187 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 63 rows starting from the beginning of the part | ||
1752 | 2024.08.14 22:32:37.889956 [ 187 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 63 rows starting from the beginning of the part | ||
1753 | 2024.08.14 22:32:37.890252 [ 187 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 67 rows starting from the beginning of the part | ||
1754 | 2024.08.14 22:32:37.890554 [ 187 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 109 rows starting from the beginning of the part | ||
1755 | 2024.08.14 22:32:37.891042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 52067, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1756 | 2024.08.14 22:32:37.891265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1757 | 2024.08.14 22:32:37.891328 [ 3 ] {} <Debug> HTTP-Session: 43adc518-99f2-4e36-8288-380eb3f45aad Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1758 | 2024.08.14 22:32:37.891412 [ 3 ] {} <Debug> HTTP-Session: 43adc518-99f2-4e36-8288-380eb3f45aad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1759 | 2024.08.14 22:32:37.891457 [ 3 ] {} <Debug> HTTP-Session: 43adc518-99f2-4e36-8288-380eb3f45aad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1760 | 2024.08.14 22:32:37.891620 [ 3 ] {} <Trace> HTTP-Session: 43adc518-99f2-4e36-8288-380eb3f45aad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1761 | 2024.08.14 22:32:37.892306 [ 3 ] {f524f3f6-1bdd-489c-b41c-afbdb0ab01a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1762 | 2024.08.14 22:32:37.892564 [ 3 ] {f524f3f6-1bdd-489c-b41c-afbdb0ab01a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1763 | 2024.08.14 22:32:37.893510 [ 196 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.00956589 sec., 11290.115190536373 rows/sec., 896.54 KiB/sec. | ||
1764 | 2024.08.14 22:32:37.893845 [ 196 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1765 | 2024.08.14 22:32:37.894077 [ 3 ] {f524f3f6-1bdd-489c-b41c-afbdb0ab01a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1766 | 2024.08.14 22:32:37.895297 [ 196 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_6_1} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1767 | 2024.08.14 22:32:37.895645 [ 196 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_6_1} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1768 | 2024.08.14 22:32:37.895750 [ 187 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 419 rows, containing 4 columns (4 merged, 0 gathered) in 0.007634762 sec., 54880.55816278228 rows/sec., 4.91 MiB/sec. | ||
1769 | 2024.08.14 22:32:37.895832 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
1770 | 2024.08.14 22:32:37.895902 [ 3 ] {f524f3f6-1bdd-489c-b41c-afbdb0ab01a6} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1771 | 2024.08.14 22:32:37.895951 [ 3 ] {f524f3f6-1bdd-489c-b41c-afbdb0ab01a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1772 | 2024.08.14 22:32:37.896042 [ 188 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1773 | 2024.08.14 22:32:37.896475 [ 3 ] {f524f3f6-1bdd-489c-b41c-afbdb0ab01a6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1774 | 2024.08.14 22:32:37.896555 [ 188 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_6_1} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1775 | 2024.08.14 22:32:37.896692 [ 188 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_6_1} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1776 | 2024.08.14 22:32:37.896794 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
1777 | 2024.08.14 22:32:37.896911 [ 3 ] {f524f3f6-1bdd-489c-b41c-afbdb0ab01a6} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1778 | 2024.08.14 22:32:37.897072 [ 87 ] {} <Debug> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1779 | 2024.08.14 22:32:37.897085 [ 3 ] {f524f3f6-1bdd-489c-b41c-afbdb0ab01a6} <Debug> executeQuery: Read 326 rows, 23.00 KiB in 0.005063 sec., 64388.70235038515 rows/sec., 4.44 MiB/sec. | ||
1780 | 2024.08.14 22:32:37.897119 [ 87 ] {} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1781 | 2024.08.14 22:32:37.897199 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1782 | 2024.08.14 22:32:37.897361 [ 196 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::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 | ||
1783 | 2024.08.14 22:32:37.897405 [ 3 ] {f524f3f6-1bdd-489c-b41c-afbdb0ab01a6} <Debug> DynamicQueryHandler: Done processing query | ||
1784 | 2024.08.14 22:32:37.897438 [ 3 ] {f524f3f6-1bdd-489c-b41c-afbdb0ab01a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
1785 | 2024.08.14 22:32:37.897463 [ 3 ] {} <Debug> HTTP-Session: 43adc518-99f2-4e36-8288-380eb3f45aad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1786 | 2024.08.14 22:32:37.897507 [ 196 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1787 | 2024.08.14 22:32:37.897537 [ 196 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::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 | ||
1788 | 2024.08.14 22:32:37.897593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1789 | 2024.08.14 22:32:37.897667 [ 196 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::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 | ||
1790 | 2024.08.14 22:32:37.897739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1791 | 2024.08.14 22:32:37.897868 [ 3 ] {} <Debug> HTTP-Session: 742667f2-a31e-4b97-b8cb-27cabcc4e378 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1792 | 2024.08.14 22:32:37.897974 [ 3 ] {} <Debug> HTTP-Session: 742667f2-a31e-4b97-b8cb-27cabcc4e378 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1793 | 2024.08.14 22:32:37.897983 [ 196 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 21 rows starting from the beginning of the part | ||
1794 | 2024.08.14 22:32:37.898033 [ 3 ] {} <Debug> HTTP-Session: 742667f2-a31e-4b97-b8cb-27cabcc4e378 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1795 | 2024.08.14 22:32:37.898200 [ 3 ] {} <Trace> HTTP-Session: 742667f2-a31e-4b97-b8cb-27cabcc4e378 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1796 | 2024.08.14 22:32:37.898329 [ 196 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 21 rows starting from the beginning of the part | ||
1797 | 2024.08.14 22:32:37.898530 [ 3 ] {8ed34d81-c8d4-46a3-90e4-a95df93e33d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
1798 | 2024.08.14 22:32:37.898541 [ 196 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 29 rows starting from the beginning of the part | ||
1799 | 2024.08.14 22:32:37.898731 [ 3 ] {8ed34d81-c8d4-46a3-90e4-a95df93e33d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1800 | 2024.08.14 22:32:37.898816 [ 196 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 326 rows starting from the beginning of the part | ||
1801 | 2024.08.14 22:32:37.899448 [ 3 ] {8ed34d81-c8d4-46a3-90e4-a95df93e33d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1802 | 2024.08.14 22:32:37.899932 [ 3 ] {8ed34d81-c8d4-46a3-90e4-a95df93e33d5} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1803 | 2024.08.14 22:32:37.899977 [ 3 ] {8ed34d81-c8d4-46a3-90e4-a95df93e33d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1804 | 2024.08.14 22:32:37.900598 [ 188 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 443 rows, containing 4 columns (4 merged, 0 gathered) in 0.003289728 sec., 134661.5890432279 rows/sec., 9.61 MiB/sec. | ||
1805 | 2024.08.14 22:32:37.900620 [ 3 ] {8ed34d81-c8d4-46a3-90e4-a95df93e33d5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1806 | 2024.08.14 22:32:37.900864 [ 187 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1807 | 2024.08.14 22:32:37.901334 [ 3 ] {8ed34d81-c8d4-46a3-90e4-a95df93e33d5} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1808 | 2024.08.14 22:32:37.901650 [ 3 ] {8ed34d81-c8d4-46a3-90e4-a95df93e33d5} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003212 sec., 1867.9950186799501 rows/sec., 80.27 KiB/sec. | ||
1809 | 2024.08.14 22:32:37.901886 [ 187 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_6_1} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1810 | 2024.08.14 22:32:37.902097 [ 187 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_6_1} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1811 | 2024.08.14 22:32:37.902129 [ 3 ] {8ed34d81-c8d4-46a3-90e4-a95df93e33d5} <Debug> DynamicQueryHandler: Done processing query | ||
1812 | 2024.08.14 22:32:37.902172 [ 3 ] {8ed34d81-c8d4-46a3-90e4-a95df93e33d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1813 | 2024.08.14 22:32:37.902235 [ 3 ] {} <Debug> HTTP-Session: 742667f2-a31e-4b97-b8cb-27cabcc4e378 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1814 | 2024.08.14 22:32:37.902291 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
1815 | 2024.08.14 22:32:37.902447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1816 | 2024.08.14 22:32:37.902503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1817 | 2024.08.14 22:32:37.902522 [ 3 ] {} <Debug> HTTP-Session: 4faf6e14-52ba-4f02-99fd-46d8d1e3ea4f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1818 | 2024.08.14 22:32:37.902538 [ 3 ] {} <Debug> HTTP-Session: 4faf6e14-52ba-4f02-99fd-46d8d1e3ea4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1819 | 2024.08.14 22:32:37.902551 [ 3 ] {} <Debug> HTTP-Session: 4faf6e14-52ba-4f02-99fd-46d8d1e3ea4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1820 | 2024.08.14 22:32:37.902587 [ 3 ] {} <Trace> HTTP-Session: 4faf6e14-52ba-4f02-99fd-46d8d1e3ea4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1821 | 2024.08.14 22:32:37.902724 [ 3 ] {2d0c891f-209c-4525-b348-d653f27e5146} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
1822 | 2024.08.14 22:32:37.902770 [ 3 ] {2d0c891f-209c-4525-b348-d653f27e5146} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
1823 | 2024.08.14 22:32:37.902934 [ 3 ] {2d0c891f-209c-4525-b348-d653f27e5146} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1824 | 2024.08.14 22:32:37.903269 [ 3 ] {2d0c891f-209c-4525-b348-d653f27e5146} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1825 | 2024.08.14 22:32:37.903306 [ 3 ] {2d0c891f-209c-4525-b348-d653f27e5146} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1826 | 2024.08.14 22:32:37.903678 [ 3 ] {2d0c891f-209c-4525-b348-d653f27e5146} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1827 | 2024.08.14 22:32:37.904010 [ 3 ] {2d0c891f-209c-4525-b348-d653f27e5146} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1828 | 2024.08.14 22:32:37.904168 [ 3 ] {2d0c891f-209c-4525-b348-d653f27e5146} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001486 sec., 51816.95827725438 rows/sec., 3.19 MiB/sec. | ||
1829 | 2024.08.14 22:32:37.904444 [ 3 ] {2d0c891f-209c-4525-b348-d653f27e5146} <Debug> DynamicQueryHandler: Done processing query | ||
1830 | 2024.08.14 22:32:37.904471 [ 3 ] {2d0c891f-209c-4525-b348-d653f27e5146} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1831 | 2024.08.14 22:32:37.904487 [ 3 ] {} <Debug> HTTP-Session: 4faf6e14-52ba-4f02-99fd-46d8d1e3ea4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1832 | 2024.08.14 22:32:37.904601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2012, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1833 | 2024.08.14 22:32:37.904648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1834 | 2024.08.14 22:32:37.904667 [ 3 ] {} <Debug> HTTP-Session: bafea349-0883-4f0e-985e-9e9c0a2f4680 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1835 | 2024.08.14 22:32:37.904683 [ 3 ] {} <Debug> HTTP-Session: bafea349-0883-4f0e-985e-9e9c0a2f4680 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1836 | 2024.08.14 22:32:37.904696 [ 3 ] {} <Debug> HTTP-Session: bafea349-0883-4f0e-985e-9e9c0a2f4680 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1837 | 2024.08.14 22:32:37.904727 [ 3 ] {} <Trace> HTTP-Session: bafea349-0883-4f0e-985e-9e9c0a2f4680 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1838 | 2024.08.14 22:32:37.904823 [ 3 ] {9b1013a6-b1af-4b83-9d2b-e4d51fb9d99a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1839 | 2024.08.14 22:32:37.904868 [ 3 ] {9b1013a6-b1af-4b83-9d2b-e4d51fb9d99a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1840 | 2024.08.14 22:32:37.905029 [ 3 ] {9b1013a6-b1af-4b83-9d2b-e4d51fb9d99a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1841 | 2024.08.14 22:32:37.905304 [ 3 ] {9b1013a6-b1af-4b83-9d2b-e4d51fb9d99a} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1842 | 2024.08.14 22:32:37.905340 [ 3 ] {9b1013a6-b1af-4b83-9d2b-e4d51fb9d99a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1843 | 2024.08.14 22:32:37.905690 [ 3 ] {9b1013a6-b1af-4b83-9d2b-e4d51fb9d99a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1844 | 2024.08.14 22:32:37.906019 [ 3 ] {9b1013a6-b1af-4b83-9d2b-e4d51fb9d99a} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1845 | 2024.08.14 22:32:37.906178 [ 3 ] {9b1013a6-b1af-4b83-9d2b-e4d51fb9d99a} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001374 sec., 7278.020378457059 rows/sec., 554.38 KiB/sec. | ||
1846 | 2024.08.14 22:32:37.906386 [ 3 ] {9b1013a6-b1af-4b83-9d2b-e4d51fb9d99a} <Debug> DynamicQueryHandler: Done processing query | ||
1847 | 2024.08.14 22:32:37.906410 [ 3 ] {9b1013a6-b1af-4b83-9d2b-e4d51fb9d99a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1848 | 2024.08.14 22:32:37.906425 [ 3 ] {} <Debug> HTTP-Session: bafea349-0883-4f0e-985e-9e9c0a2f4680 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1849 | 2024.08.14 22:32:37.906538 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1850 | 2024.08.14 22:32:37.906584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1851 | 2024.08.14 22:32:37.906602 [ 3 ] {} <Debug> HTTP-Session: 200e6fbd-7ad7-4636-9b4c-059cf2fbc9db Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1852 | 2024.08.14 22:32:37.906619 [ 3 ] {} <Debug> HTTP-Session: 200e6fbd-7ad7-4636-9b4c-059cf2fbc9db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1853 | 2024.08.14 22:32:37.906632 [ 3 ] {} <Debug> HTTP-Session: 200e6fbd-7ad7-4636-9b4c-059cf2fbc9db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1854 | 2024.08.14 22:32:37.906662 [ 3 ] {} <Trace> HTTP-Session: 200e6fbd-7ad7-4636-9b4c-059cf2fbc9db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1855 | 2024.08.14 22:32:37.906759 [ 3 ] {686f2997-00cf-4d1d-a140-017a1845a337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1856 | 2024.08.14 22:32:37.906800 [ 3 ] {686f2997-00cf-4d1d-a140-017a1845a337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1857 | 2024.08.14 22:32:37.906923 [ 3 ] {686f2997-00cf-4d1d-a140-017a1845a337} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1858 | 2024.08.14 22:32:37.907191 [ 3 ] {686f2997-00cf-4d1d-a140-017a1845a337} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1859 | 2024.08.14 22:32:37.907225 [ 3 ] {686f2997-00cf-4d1d-a140-017a1845a337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1860 | 2024.08.14 22:32:37.907566 [ 3 ] {686f2997-00cf-4d1d-a140-017a1845a337} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1861 | 2024.08.14 22:32:37.907888 [ 3 ] {686f2997-00cf-4d1d-a140-017a1845a337} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1862 | 2024.08.14 22:32:37.908034 [ 3 ] {686f2997-00cf-4d1d-a140-017a1845a337} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001292 sec., 17801.857585139318 rows/sec., 962.96 KiB/sec. | ||
1863 | 2024.08.14 22:32:37.908288 [ 3 ] {686f2997-00cf-4d1d-a140-017a1845a337} <Debug> DynamicQueryHandler: Done processing query | ||
1864 | 2024.08.14 22:32:37.908313 [ 3 ] {686f2997-00cf-4d1d-a140-017a1845a337} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1865 | 2024.08.14 22:32:37.908328 [ 3 ] {} <Debug> HTTP-Session: 200e6fbd-7ad7-4636-9b4c-059cf2fbc9db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1866 | 2024.08.14 22:32:37.908427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 1507, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1867 | 2024.08.14 22:32:37.908472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1868 | 2024.08.14 22:32:37.908490 [ 3 ] {} <Debug> HTTP-Session: ff8a34e6-db1b-4ac2-8863-c73288b3bf8f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1869 | 2024.08.14 22:32:37.908506 [ 3 ] {} <Debug> HTTP-Session: ff8a34e6-db1b-4ac2-8863-c73288b3bf8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1870 | 2024.08.14 22:32:37.908520 [ 3 ] {} <Debug> HTTP-Session: ff8a34e6-db1b-4ac2-8863-c73288b3bf8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1871 | 2024.08.14 22:32:37.908550 [ 3 ] {} <Trace> HTTP-Session: ff8a34e6-db1b-4ac2-8863-c73288b3bf8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1872 | 2024.08.14 22:32:37.908646 [ 3 ] {e0466ae3-6293-4835-b464-7f31ab6e86bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1873 | 2024.08.14 22:32:37.908688 [ 3 ] {e0466ae3-6293-4835-b464-7f31ab6e86bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1874 | 2024.08.14 22:32:37.908828 [ 3 ] {e0466ae3-6293-4835-b464-7f31ab6e86bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1875 | 2024.08.14 22:32:37.909064 [ 3 ] {e0466ae3-6293-4835-b464-7f31ab6e86bb} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1876 | 2024.08.14 22:32:37.909100 [ 3 ] {e0466ae3-6293-4835-b464-7f31ab6e86bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1877 | 2024.08.14 22:32:37.909435 [ 3 ] {e0466ae3-6293-4835-b464-7f31ab6e86bb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1878 | 2024.08.14 22:32:37.909741 [ 3 ] {e0466ae3-6293-4835-b464-7f31ab6e86bb} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1879 | 2024.08.14 22:32:37.909887 [ 3 ] {e0466ae3-6293-4835-b464-7f31ab6e86bb} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001258 sec., 7949.12559618442 rows/sec., 500.70 KiB/sec. | ||
1880 | 2024.08.14 22:32:37.910069 [ 3 ] {e0466ae3-6293-4835-b464-7f31ab6e86bb} <Debug> DynamicQueryHandler: Done processing query | ||
1881 | 2024.08.14 22:32:37.910094 [ 3 ] {e0466ae3-6293-4835-b464-7f31ab6e86bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1882 | 2024.08.14 22:32:37.910109 [ 3 ] {} <Debug> HTTP-Session: ff8a34e6-db1b-4ac2-8863-c73288b3bf8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1883 | 2024.08.14 22:32:41.082544 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1884 | 2024.08.14 22:32:41.082631 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1885 | 2024.08.14 22:32:42.833480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 710, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1886 | 2024.08.14 22:32:42.833600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1887 | 2024.08.14 22:32:42.833627 [ 3 ] {} <Debug> HTTP-Session: 8d3da189-cea7-49b8-a68b-55063084136c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1888 | 2024.08.14 22:32:42.833654 [ 3 ] {} <Debug> HTTP-Session: 8d3da189-cea7-49b8-a68b-55063084136c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1889 | 2024.08.14 22:32:42.833673 [ 3 ] {} <Debug> HTTP-Session: 8d3da189-cea7-49b8-a68b-55063084136c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1890 | 2024.08.14 22:32:42.833729 [ 3 ] {} <Trace> HTTP-Session: 8d3da189-cea7-49b8-a68b-55063084136c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1891 | 2024.08.14 22:32:42.833983 [ 3 ] {aca714f3-14b7-4f01-88cc-578fe7f9095a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1892 | 2024.08.14 22:32:42.834371 [ 3 ] {aca714f3-14b7-4f01-88cc-578fe7f9095a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1893 | 2024.08.14 22:32:42.834414 [ 3 ] {aca714f3-14b7-4f01-88cc-578fe7f9095a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1894 | 2024.08.14 22:32:42.834704 [ 3 ] {aca714f3-14b7-4f01-88cc-578fe7f9095a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1895 | 2024.08.14 22:32:42.834783 [ 3 ] {aca714f3-14b7-4f01-88cc-578fe7f9095a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1896 | 2024.08.14 22:32:42.834953 [ 3 ] {aca714f3-14b7-4f01-88cc-578fe7f9095a} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1897 | 2024.08.14 22:32:42.835083 [ 255 ] {aca714f3-14b7-4f01-88cc-578fe7f9095a} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1898 | 2024.08.14 22:32:42.835139 [ 252 ] {aca714f3-14b7-4f01-88cc-578fe7f9095a} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
1899 | 2024.08.14 22:32:42.835139 [ 257 ] {aca714f3-14b7-4f01-88cc-578fe7f9095a} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1900 | 2024.08.14 22:32:42.835323 [ 3 ] {aca714f3-14b7-4f01-88cc-578fe7f9095a} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (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 | ||
1901 | 2024.08.14 22:32:42.835353 [ 3 ] {aca714f3-14b7-4f01-88cc-578fe7f9095a} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1902 | 2024.08.14 22:32:42.835468 [ 3 ] {aca714f3-14b7-4f01-88cc-578fe7f9095a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1903 | 2024.08.14 22:32:42.835492 [ 3 ] {aca714f3-14b7-4f01-88cc-578fe7f9095a} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
1904 | 2024.08.14 22:32:42.835534 [ 3 ] {aca714f3-14b7-4f01-88cc-578fe7f9095a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1905 | 2024.08.14 22:32:42.835575 [ 3 ] {aca714f3-14b7-4f01-88cc-578fe7f9095a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1906 | 2024.08.14 22:32:42.835614 [ 3 ] {aca714f3-14b7-4f01-88cc-578fe7f9095a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1907 | 2024.08.14 22:32:42.837569 [ 3 ] {aca714f3-14b7-4f01-88cc-578fe7f9095a} <Debug> executeQuery: Read 20 rows, 720.00 B in 0.003702 sec., 5402.485143165856 rows/sec., 189.93 KiB/sec. | ||
1908 | 2024.08.14 22:32:42.837914 [ 3 ] {aca714f3-14b7-4f01-88cc-578fe7f9095a} <Debug> DynamicQueryHandler: Done processing query | ||
1909 | 2024.08.14 22:32:42.837939 [ 3 ] {aca714f3-14b7-4f01-88cc-578fe7f9095a} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
1910 | 2024.08.14 22:32:42.837956 [ 3 ] {} <Debug> HTTP-Session: 8d3da189-cea7-49b8-a68b-55063084136c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1911 | 2024.08.14 22:32:42.838738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1912 | 2024.08.14 22:32:42.838786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1913 | 2024.08.14 22:32:42.838805 [ 3 ] {} <Debug> HTTP-Session: e49ef4dd-4f08-4f81-b414-bb85764e77fb Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1914 | 2024.08.14 22:32:42.838821 [ 3 ] {} <Debug> HTTP-Session: e49ef4dd-4f08-4f81-b414-bb85764e77fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1915 | 2024.08.14 22:32:42.838835 [ 3 ] {} <Debug> HTTP-Session: e49ef4dd-4f08-4f81-b414-bb85764e77fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1916 | 2024.08.14 22:32:42.838867 [ 3 ] {} <Trace> HTTP-Session: e49ef4dd-4f08-4f81-b414-bb85764e77fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1917 | 2024.08.14 22:32:42.838974 [ 3 ] {38cbe790-72c5-4493-8b2d-054ae30f5470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1918 | 2024.08.14 22:32:42.839018 [ 3 ] {38cbe790-72c5-4493-8b2d-054ae30f5470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1919 | 2024.08.14 22:32:42.839184 [ 3 ] {38cbe790-72c5-4493-8b2d-054ae30f5470} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1920 | 2024.08.14 22:32:42.839462 [ 3 ] {38cbe790-72c5-4493-8b2d-054ae30f5470} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1921 | 2024.08.14 22:32:42.839501 [ 3 ] {38cbe790-72c5-4493-8b2d-054ae30f5470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1922 | 2024.08.14 22:32:42.839966 [ 3 ] {38cbe790-72c5-4493-8b2d-054ae30f5470} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1923 | 2024.08.14 22:32:42.840270 [ 3 ] {38cbe790-72c5-4493-8b2d-054ae30f5470} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1924 | 2024.08.14 22:32:42.840396 [ 3 ] {38cbe790-72c5-4493-8b2d-054ae30f5470} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001458 sec., 685.8710562414266 rows/sec., 155.39 KiB/sec. | ||
1925 | 2024.08.14 22:32:42.840547 [ 3 ] {38cbe790-72c5-4493-8b2d-054ae30f5470} <Debug> DynamicQueryHandler: Done processing query | ||
1926 | 2024.08.14 22:32:42.840571 [ 3 ] {38cbe790-72c5-4493-8b2d-054ae30f5470} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1927 | 2024.08.14 22:32:42.840586 [ 3 ] {} <Debug> HTTP-Session: e49ef4dd-4f08-4f81-b414-bb85764e77fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1928 | 2024.08.14 22:32:42.840699 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1929 | 2024.08.14 22:32:42.840746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1930 | 2024.08.14 22:32:42.840765 [ 3 ] {} <Debug> HTTP-Session: 6f00f13e-5948-4be2-9d5b-4ac1c6545a59 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1931 | 2024.08.14 22:32:42.840781 [ 3 ] {} <Debug> HTTP-Session: 6f00f13e-5948-4be2-9d5b-4ac1c6545a59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1932 | 2024.08.14 22:32:42.840795 [ 3 ] {} <Debug> HTTP-Session: 6f00f13e-5948-4be2-9d5b-4ac1c6545a59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1933 | 2024.08.14 22:32:42.840825 [ 3 ] {} <Trace> HTTP-Session: 6f00f13e-5948-4be2-9d5b-4ac1c6545a59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1934 | 2024.08.14 22:32:42.840922 [ 3 ] {e7db7875-de6a-4abb-a606-3a419ee2f5d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1935 | 2024.08.14 22:32:42.840964 [ 3 ] {e7db7875-de6a-4abb-a606-3a419ee2f5d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1936 | 2024.08.14 22:32:42.841086 [ 3 ] {e7db7875-de6a-4abb-a606-3a419ee2f5d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1937 | 2024.08.14 22:32:42.841334 [ 3 ] {e7db7875-de6a-4abb-a606-3a419ee2f5d3} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1938 | 2024.08.14 22:32:42.841368 [ 3 ] {e7db7875-de6a-4abb-a606-3a419ee2f5d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1939 | 2024.08.14 22:32:42.841678 [ 3 ] {e7db7875-de6a-4abb-a606-3a419ee2f5d3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1940 | 2024.08.14 22:32:42.841972 [ 3 ] {e7db7875-de6a-4abb-a606-3a419ee2f5d3} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1941 | 2024.08.14 22:32:42.842087 [ 3 ] {e7db7875-de6a-4abb-a606-3a419ee2f5d3} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001193 sec., 17602.68231349539 rows/sec., 1.39 MiB/sec. | ||
1942 | 2024.08.14 22:32:42.842228 [ 3 ] {e7db7875-de6a-4abb-a606-3a419ee2f5d3} <Debug> DynamicQueryHandler: Done processing query | ||
1943 | 2024.08.14 22:32:42.842252 [ 3 ] {e7db7875-de6a-4abb-a606-3a419ee2f5d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1944 | 2024.08.14 22:32:42.842267 [ 3 ] {} <Debug> HTTP-Session: 6f00f13e-5948-4be2-9d5b-4ac1c6545a59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1945 | 2024.08.14 22:32:42.842375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1946 | 2024.08.14 22:32:42.842421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1947 | 2024.08.14 22:32:42.842440 [ 3 ] {} <Debug> HTTP-Session: 5746debf-9748-4519-8f11-9bfe345ee079 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1948 | 2024.08.14 22:32:42.842456 [ 3 ] {} <Debug> HTTP-Session: 5746debf-9748-4519-8f11-9bfe345ee079 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1949 | 2024.08.14 22:32:42.842470 [ 3 ] {} <Debug> HTTP-Session: 5746debf-9748-4519-8f11-9bfe345ee079 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1950 | 2024.08.14 22:32:42.842499 [ 3 ] {} <Trace> HTTP-Session: 5746debf-9748-4519-8f11-9bfe345ee079 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1951 | 2024.08.14 22:32:42.842590 [ 3 ] {ae51838a-092f-41ac-a3db-975953bfb8eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
1952 | 2024.08.14 22:32:42.842632 [ 3 ] {ae51838a-092f-41ac-a3db-975953bfb8eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
1953 | 2024.08.14 22:32:42.842784 [ 3 ] {ae51838a-092f-41ac-a3db-975953bfb8eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1954 | 2024.08.14 22:32:42.843099 [ 3 ] {ae51838a-092f-41ac-a3db-975953bfb8eb} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1955 | 2024.08.14 22:32:42.843134 [ 3 ] {ae51838a-092f-41ac-a3db-975953bfb8eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1956 | 2024.08.14 22:32:42.843504 [ 3 ] {ae51838a-092f-41ac-a3db-975953bfb8eb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1957 | 2024.08.14 22:32:42.843805 [ 3 ] {ae51838a-092f-41ac-a3db-975953bfb8eb} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1958 | 2024.08.14 22:32:42.843921 [ 3 ] {ae51838a-092f-41ac-a3db-975953bfb8eb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001353 sec., 1478.1966001478197 rows/sec., 120.54 KiB/sec. | ||
1959 | 2024.08.14 22:32:42.844168 [ 3 ] {ae51838a-092f-41ac-a3db-975953bfb8eb} <Debug> DynamicQueryHandler: Done processing query | ||
1960 | 2024.08.14 22:32:42.844192 [ 3 ] {ae51838a-092f-41ac-a3db-975953bfb8eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1961 | 2024.08.14 22:32:42.844207 [ 3 ] {} <Debug> HTTP-Session: 5746debf-9748-4519-8f11-9bfe345ee079 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1962 | 2024.08.14 22:32:42.844324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 10252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1963 | 2024.08.14 22:32:42.844371 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1964 | 2024.08.14 22:32:42.844390 [ 3 ] {} <Debug> HTTP-Session: 2221d6d1-41ff-4508-beed-ca4d5a09740c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1965 | 2024.08.14 22:32:42.844406 [ 3 ] {} <Debug> HTTP-Session: 2221d6d1-41ff-4508-beed-ca4d5a09740c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1966 | 2024.08.14 22:32:42.844419 [ 3 ] {} <Debug> HTTP-Session: 2221d6d1-41ff-4508-beed-ca4d5a09740c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1967 | 2024.08.14 22:32:42.844449 [ 3 ] {} <Trace> HTTP-Session: 2221d6d1-41ff-4508-beed-ca4d5a09740c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1968 | 2024.08.14 22:32:42.844561 [ 3 ] {145a351c-34e2-46b7-8682-d8cc9a7f442b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1969 | 2024.08.14 22:32:42.844600 [ 3 ] {145a351c-34e2-46b7-8682-d8cc9a7f442b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1970 | 2024.08.14 22:32:42.844738 [ 3 ] {145a351c-34e2-46b7-8682-d8cc9a7f442b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1971 | 2024.08.14 22:32:42.845035 [ 3 ] {145a351c-34e2-46b7-8682-d8cc9a7f442b} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1972 | 2024.08.14 22:32:42.845070 [ 3 ] {145a351c-34e2-46b7-8682-d8cc9a7f442b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1973 | 2024.08.14 22:32:42.845370 [ 3 ] {145a351c-34e2-46b7-8682-d8cc9a7f442b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1974 | 2024.08.14 22:32:42.845664 [ 3 ] {145a351c-34e2-46b7-8682-d8cc9a7f442b} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1975 | 2024.08.14 22:32:42.845796 [ 3 ] {145a351c-34e2-46b7-8682-d8cc9a7f442b} <Debug> executeQuery: Read 68 rows, 6.08 KiB in 0.001272 sec., 53459.11949685535 rows/sec., 4.67 MiB/sec. | ||
1976 | 2024.08.14 22:32:42.845979 [ 3 ] {145a351c-34e2-46b7-8682-d8cc9a7f442b} <Debug> DynamicQueryHandler: Done processing query | ||
1977 | 2024.08.14 22:32:42.846002 [ 3 ] {145a351c-34e2-46b7-8682-d8cc9a7f442b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1978 | 2024.08.14 22:32:42.846017 [ 3 ] {} <Debug> HTTP-Session: 2221d6d1-41ff-4508-beed-ca4d5a09740c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1979 | 2024.08.14 22:32:42.846116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1980 | 2024.08.14 22:32:42.846164 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1981 | 2024.08.14 22:32:42.846182 [ 3 ] {} <Debug> HTTP-Session: b306b03c-8e5c-4b7c-95f4-6cd099a53f2c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1982 | 2024.08.14 22:32:42.846199 [ 3 ] {} <Debug> HTTP-Session: b306b03c-8e5c-4b7c-95f4-6cd099a53f2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1983 | 2024.08.14 22:32:42.846213 [ 3 ] {} <Debug> HTTP-Session: b306b03c-8e5c-4b7c-95f4-6cd099a53f2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1984 | 2024.08.14 22:32:42.846242 [ 3 ] {} <Trace> HTTP-Session: b306b03c-8e5c-4b7c-95f4-6cd099a53f2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1985 | 2024.08.14 22:32:42.846330 [ 3 ] {5d426e85-106e-4296-a154-2f100a753eb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1986 | 2024.08.14 22:32:42.846371 [ 3 ] {5d426e85-106e-4296-a154-2f100a753eb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1987 | 2024.08.14 22:32:42.846490 [ 3 ] {5d426e85-106e-4296-a154-2f100a753eb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1988 | 2024.08.14 22:32:42.849129 [ 3 ] {5d426e85-106e-4296-a154-2f100a753eb8} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1989 | 2024.08.14 22:32:42.849169 [ 3 ] {5d426e85-106e-4296-a154-2f100a753eb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
1990 | 2024.08.14 22:32:42.849460 [ 3 ] {5d426e85-106e-4296-a154-2f100a753eb8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1991 | 2024.08.14 22:32:42.849752 [ 3 ] {5d426e85-106e-4296-a154-2f100a753eb8} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1992 | 2024.08.14 22:32:42.849865 [ 3 ] {5d426e85-106e-4296-a154-2f100a753eb8} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003557 sec., 562.271577171774 rows/sec., 39.26 KiB/sec. | ||
1993 | 2024.08.14 22:32:42.850109 [ 3 ] {5d426e85-106e-4296-a154-2f100a753eb8} <Debug> DynamicQueryHandler: Done processing query | ||
1994 | 2024.08.14 22:32:42.850133 [ 3 ] {5d426e85-106e-4296-a154-2f100a753eb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1995 | 2024.08.14 22:32:42.850149 [ 3 ] {} <Debug> HTTP-Session: b306b03c-8e5c-4b7c-95f4-6cd099a53f2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1996 | 2024.08.14 22:32:42.850252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 5306, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1997 | 2024.08.14 22:32:42.850299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1998 | 2024.08.14 22:32:42.850318 [ 3 ] {} <Debug> HTTP-Session: 9755d176-4933-4d0d-b98d-177ec7bd0e4b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
1999 | 2024.08.14 22:32:42.850334 [ 3 ] {} <Debug> HTTP-Session: 9755d176-4933-4d0d-b98d-177ec7bd0e4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2000 | 2024.08.14 22:32:42.850347 [ 3 ] {} <Debug> HTTP-Session: 9755d176-4933-4d0d-b98d-177ec7bd0e4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2001 | 2024.08.14 22:32:42.850376 [ 3 ] {} <Trace> HTTP-Session: 9755d176-4933-4d0d-b98d-177ec7bd0e4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2002 | 2024.08.14 22:32:42.850476 [ 3 ] {675a4ce6-a00c-477e-9ed0-05c6789ea24a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2003 | 2024.08.14 22:32:42.850517 [ 3 ] {675a4ce6-a00c-477e-9ed0-05c6789ea24a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2004 | 2024.08.14 22:32:42.850653 [ 3 ] {675a4ce6-a00c-477e-9ed0-05c6789ea24a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2005 | 2024.08.14 22:32:42.850931 [ 3 ] {675a4ce6-a00c-477e-9ed0-05c6789ea24a} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2006 | 2024.08.14 22:32:42.850966 [ 3 ] {675a4ce6-a00c-477e-9ed0-05c6789ea24a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2007 | 2024.08.14 22:32:42.851253 [ 3 ] {675a4ce6-a00c-477e-9ed0-05c6789ea24a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2008 | 2024.08.14 22:32:42.851545 [ 3 ] {675a4ce6-a00c-477e-9ed0-05c6789ea24a} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2009 | 2024.08.14 22:32:42.851683 [ 3 ] {675a4ce6-a00c-477e-9ed0-05c6789ea24a} <Debug> executeQuery: Read 31 rows, 2.49 KiB in 0.001235 sec., 25101.214574898786 rows/sec., 1.97 MiB/sec. | ||
2010 | 2024.08.14 22:32:42.851877 [ 3 ] {675a4ce6-a00c-477e-9ed0-05c6789ea24a} <Debug> DynamicQueryHandler: Done processing query | ||
2011 | 2024.08.14 22:32:42.851901 [ 3 ] {675a4ce6-a00c-477e-9ed0-05c6789ea24a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2012 | 2024.08.14 22:32:42.851916 [ 3 ] {} <Debug> HTTP-Session: 9755d176-4933-4d0d-b98d-177ec7bd0e4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2013 | 2024.08.14 22:32:42.852017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2014 | 2024.08.14 22:32:42.852063 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2015 | 2024.08.14 22:32:42.852081 [ 3 ] {} <Debug> HTTP-Session: a86092c5-aea1-45df-ac5c-62f99ffaf8ed Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2016 | 2024.08.14 22:32:42.852098 [ 3 ] {} <Debug> HTTP-Session: a86092c5-aea1-45df-ac5c-62f99ffaf8ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2017 | 2024.08.14 22:32:42.852111 [ 3 ] {} <Debug> HTTP-Session: a86092c5-aea1-45df-ac5c-62f99ffaf8ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2018 | 2024.08.14 22:32:42.852140 [ 3 ] {} <Trace> HTTP-Session: a86092c5-aea1-45df-ac5c-62f99ffaf8ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2019 | 2024.08.14 22:32:42.852238 [ 3 ] {a219611f-3bdb-49a6-a622-7fb495244629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2020 | 2024.08.14 22:32:42.852307 [ 3 ] {a219611f-3bdb-49a6-a622-7fb495244629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2021 | 2024.08.14 22:32:42.852443 [ 3 ] {a219611f-3bdb-49a6-a622-7fb495244629} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2022 | 2024.08.14 22:32:42.852718 [ 3 ] {a219611f-3bdb-49a6-a622-7fb495244629} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2023 | 2024.08.14 22:32:42.852752 [ 3 ] {a219611f-3bdb-49a6-a622-7fb495244629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2024 | 2024.08.14 22:32:42.853100 [ 3 ] {a219611f-3bdb-49a6-a622-7fb495244629} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2025 | 2024.08.14 22:32:42.853432 [ 3 ] {a219611f-3bdb-49a6-a622-7fb495244629} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2026 | 2024.08.14 22:32:42.853550 [ 3 ] {a219611f-3bdb-49a6-a622-7fb495244629} <Debug> executeQuery: Read 11 rows, 852.00 B in 0.001341 sec., 8202.83370618941 rows/sec., 620.46 KiB/sec. | ||
2027 | 2024.08.14 22:32:42.853708 [ 3 ] {a219611f-3bdb-49a6-a622-7fb495244629} <Debug> DynamicQueryHandler: Done processing query | ||
2028 | 2024.08.14 22:32:42.853731 [ 3 ] {a219611f-3bdb-49a6-a622-7fb495244629} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2029 | 2024.08.14 22:32:42.853746 [ 3 ] {} <Debug> HTTP-Session: a86092c5-aea1-45df-ac5c-62f99ffaf8ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2030 | 2024.08.14 22:32:42.853891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33471, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2031 | 2024.08.14 22:32:42.853939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2032 | 2024.08.14 22:32:42.853957 [ 3 ] {} <Debug> HTTP-Session: e443722a-9110-402d-9004-419a105bbc84 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2033 | 2024.08.14 22:32:42.853973 [ 3 ] {} <Debug> HTTP-Session: e443722a-9110-402d-9004-419a105bbc84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2034 | 2024.08.14 22:32:42.853986 [ 3 ] {} <Debug> HTTP-Session: e443722a-9110-402d-9004-419a105bbc84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2035 | 2024.08.14 22:32:42.854016 [ 3 ] {} <Trace> HTTP-Session: e443722a-9110-402d-9004-419a105bbc84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2036 | 2024.08.14 22:32:42.854273 [ 3 ] {280e7954-c8fd-4062-bcb6-de6de87cd68f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2037 | 2024.08.14 22:32:42.854333 [ 3 ] {280e7954-c8fd-4062-bcb6-de6de87cd68f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
2038 | 2024.08.14 22:32:42.854715 [ 3 ] {280e7954-c8fd-4062-bcb6-de6de87cd68f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2039 | 2024.08.14 22:32:42.855287 [ 3 ] {280e7954-c8fd-4062-bcb6-de6de87cd68f} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2040 | 2024.08.14 22:32:42.855322 [ 3 ] {280e7954-c8fd-4062-bcb6-de6de87cd68f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2041 | 2024.08.14 22:32:42.855911 [ 3 ] {280e7954-c8fd-4062-bcb6-de6de87cd68f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2042 | 2024.08.14 22:32:42.856301 [ 3 ] {280e7954-c8fd-4062-bcb6-de6de87cd68f} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2043 | 2024.08.14 22:32:42.856415 [ 80 ] {} <Debug> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2044 | 2024.08.14 22:32:42.856440 [ 3 ] {280e7954-c8fd-4062-bcb6-de6de87cd68f} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002339 sec., 8978.195810175288 rows/sec., 16.09 MiB/sec. | ||
2045 | 2024.08.14 22:32:42.856456 [ 80 ] {} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2046 | 2024.08.14 22:32:42.856489 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2047 | 2024.08.14 22:32:42.856879 [ 188 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::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 | ||
2048 | 2024.08.14 22:32:42.857066 [ 3 ] {280e7954-c8fd-4062-bcb6-de6de87cd68f} <Debug> DynamicQueryHandler: Done processing query | ||
2049 | 2024.08.14 22:32:42.857104 [ 3 ] {280e7954-c8fd-4062-bcb6-de6de87cd68f} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
2050 | 2024.08.14 22:32:42.857132 [ 3 ] {} <Debug> HTTP-Session: e443722a-9110-402d-9004-419a105bbc84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2051 | 2024.08.14 22:32:42.857269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 1507, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2052 | 2024.08.14 22:32:42.857343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2053 | 2024.08.14 22:32:42.857356 [ 188 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2054 | 2024.08.14 22:32:42.857367 [ 3 ] {} <Debug> HTTP-Session: feebd9ed-d1ff-41a5-926d-95653deaf348 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2055 | 2024.08.14 22:32:42.857397 [ 3 ] {} <Debug> HTTP-Session: feebd9ed-d1ff-41a5-926d-95653deaf348 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2056 | 2024.08.14 22:32:42.857422 [ 3 ] {} <Debug> HTTP-Session: feebd9ed-d1ff-41a5-926d-95653deaf348 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2057 | 2024.08.14 22:32:42.857434 [ 188 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::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 | ||
2058 | 2024.08.14 22:32:42.857461 [ 3 ] {} <Trace> HTTP-Session: feebd9ed-d1ff-41a5-926d-95653deaf348 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2059 | 2024.08.14 22:32:42.857649 [ 3 ] {bad3cec8-c9b8-49de-b427-156de3d401ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2060 | 2024.08.14 22:32:42.857804 [ 3 ] {bad3cec8-c9b8-49de-b427-156de3d401ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2061 | 2024.08.14 22:32:42.857976 [ 188 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::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 | ||
2062 | 2024.08.14 22:32:42.858504 [ 3 ] {bad3cec8-c9b8-49de-b427-156de3d401ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2063 | 2024.08.14 22:32:42.858586 [ 188 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 21 rows starting from the beginning of the part | ||
2064 | 2024.08.14 22:32:42.859170 [ 188 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 21 rows starting from the beginning of the part | ||
2065 | 2024.08.14 22:32:42.859298 [ 3 ] {bad3cec8-c9b8-49de-b427-156de3d401ec} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2066 | 2024.08.14 22:32:42.859376 [ 3 ] {bad3cec8-c9b8-49de-b427-156de3d401ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2067 | 2024.08.14 22:32:42.859718 [ 188 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 21 rows starting from the beginning of the part | ||
2068 | 2024.08.14 22:32:42.860225 [ 188 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 21 rows starting from the beginning of the part | ||
2069 | 2024.08.14 22:32:42.860632 [ 3 ] {bad3cec8-c9b8-49de-b427-156de3d401ec} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2070 | 2024.08.14 22:32:42.861196 [ 3 ] {bad3cec8-c9b8-49de-b427-156de3d401ec} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2071 | 2024.08.14 22:32:42.861411 [ 3 ] {bad3cec8-c9b8-49de-b427-156de3d401ec} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.003867 sec., 2585.983966899405 rows/sec., 162.89 KiB/sec. | ||
2072 | 2024.08.14 22:32:42.861643 [ 3 ] {bad3cec8-c9b8-49de-b427-156de3d401ec} <Debug> DynamicQueryHandler: Done processing query | ||
2073 | 2024.08.14 22:32:42.861674 [ 3 ] {bad3cec8-c9b8-49de-b427-156de3d401ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2074 | 2024.08.14 22:32:42.861701 [ 3 ] {} <Debug> HTTP-Session: feebd9ed-d1ff-41a5-926d-95653deaf348 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2075 | 2024.08.14 22:32:42.865094 [ 187 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 123 rows, containing 19 columns (19 merged, 0 gathered) in 0.008518964 sec., 14438.375370526275 rows/sec., 25.85 MiB/sec. | ||
2076 | 2024.08.14 22:32:42.865573 [ 187 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2077 | 2024.08.14 22:32:42.866218 [ 187 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2078 | 2024.08.14 22:32:42.866304 [ 187 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2079 | 2024.08.14 22:32:42.866460 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
2080 | 2024.08.14 22:32:47.832222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 744, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2081 | 2024.08.14 22:32:47.832348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2082 | 2024.08.14 22:32:47.832373 [ 3 ] {} <Debug> HTTP-Session: 57c66dc6-b4c3-4722-a6c5-d448806845a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2083 | 2024.08.14 22:32:47.832397 [ 3 ] {} <Debug> HTTP-Session: 57c66dc6-b4c3-4722-a6c5-d448806845a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2084 | 2024.08.14 22:32:47.832411 [ 3 ] {} <Debug> HTTP-Session: 57c66dc6-b4c3-4722-a6c5-d448806845a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2085 | 2024.08.14 22:32:47.832460 [ 3 ] {} <Trace> HTTP-Session: 57c66dc6-b4c3-4722-a6c5-d448806845a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2086 | 2024.08.14 22:32:47.832712 [ 3 ] {660596ab-41f4-4882-9dd9-45f4723c74ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2087 | 2024.08.14 22:32:47.833121 [ 3 ] {660596ab-41f4-4882-9dd9-45f4723c74ef} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2088 | 2024.08.14 22:32:47.833171 [ 3 ] {660596ab-41f4-4882-9dd9-45f4723c74ef} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2089 | 2024.08.14 22:32:47.833511 [ 3 ] {660596ab-41f4-4882-9dd9-45f4723c74ef} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2090 | 2024.08.14 22:32:47.833593 [ 3 ] {660596ab-41f4-4882-9dd9-45f4723c74ef} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2091 | 2024.08.14 22:32:47.833764 [ 3 ] {660596ab-41f4-4882-9dd9-45f4723c74ef} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
2092 | 2024.08.14 22:32:47.833958 [ 258 ] {660596ab-41f4-4882-9dd9-45f4723c74ef} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2093 | 2024.08.14 22:32:47.833994 [ 252 ] {660596ab-41f4-4882-9dd9-45f4723c74ef} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2094 | 2024.08.14 22:32:47.834019 [ 261 ] {660596ab-41f4-4882-9dd9-45f4723c74ef} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2095 | 2024.08.14 22:32:47.833999 [ 255 ] {660596ab-41f4-4882-9dd9-45f4723c74ef} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2096 | 2024.08.14 22:32:47.834212 [ 3 ] {660596ab-41f4-4882-9dd9-45f4723c74ef} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2097 | 2024.08.14 22:32:47.834239 [ 3 ] {660596ab-41f4-4882-9dd9-45f4723c74ef} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2098 | 2024.08.14 22:32:47.834353 [ 3 ] {660596ab-41f4-4882-9dd9-45f4723c74ef} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2099 | 2024.08.14 22:32:47.834378 [ 3 ] {660596ab-41f4-4882-9dd9-45f4723c74ef} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
2100 | 2024.08.14 22:32:47.834420 [ 3 ] {660596ab-41f4-4882-9dd9-45f4723c74ef} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2101 | 2024.08.14 22:32:47.834462 [ 3 ] {660596ab-41f4-4882-9dd9-45f4723c74ef} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2102 | 2024.08.14 22:32:47.834501 [ 3 ] {660596ab-41f4-4882-9dd9-45f4723c74ef} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2103 | 2024.08.14 22:32:47.836211 [ 3 ] {660596ab-41f4-4882-9dd9-45f4723c74ef} <Debug> executeQuery: Read 20 rows, 720.00 B in 0.003614 sec., 5534.034311012728 rows/sec., 194.56 KiB/sec. | ||
2104 | 2024.08.14 22:32:47.836578 [ 3 ] {660596ab-41f4-4882-9dd9-45f4723c74ef} <Debug> DynamicQueryHandler: Done processing query | ||
2105 | 2024.08.14 22:32:47.836611 [ 3 ] {660596ab-41f4-4882-9dd9-45f4723c74ef} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2106 | 2024.08.14 22:32:47.836633 [ 3 ] {} <Debug> HTTP-Session: 57c66dc6-b4c3-4722-a6c5-d448806845a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2107 | 2024.08.14 22:32:47.836866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2108 | 2024.08.14 22:32:47.836926 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2109 | 2024.08.14 22:32:47.836949 [ 3 ] {} <Debug> HTTP-Session: f040f7cb-40a5-47c0-8004-bdb46446a863 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2110 | 2024.08.14 22:32:47.836971 [ 3 ] {} <Debug> HTTP-Session: f040f7cb-40a5-47c0-8004-bdb46446a863 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2111 | 2024.08.14 22:32:47.836988 [ 3 ] {} <Debug> HTTP-Session: f040f7cb-40a5-47c0-8004-bdb46446a863 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2112 | 2024.08.14 22:32:47.837028 [ 3 ] {} <Trace> HTTP-Session: f040f7cb-40a5-47c0-8004-bdb46446a863 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2113 | 2024.08.14 22:32:47.837205 [ 3 ] {05926e43-25b4-4f91-9bf0-04961326b31f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2114 | 2024.08.14 22:32:47.837515 [ 3 ] {05926e43-25b4-4f91-9bf0-04961326b31f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2115 | 2024.08.14 22:32:47.837556 [ 3 ] {05926e43-25b4-4f91-9bf0-04961326b31f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2116 | 2024.08.14 22:32:47.837820 [ 3 ] {05926e43-25b4-4f91-9bf0-04961326b31f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2117 | 2024.08.14 22:32:47.837885 [ 3 ] {05926e43-25b4-4f91-9bf0-04961326b31f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2118 | 2024.08.14 22:32:47.838024 [ 3 ] {05926e43-25b4-4f91-9bf0-04961326b31f} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
2119 | 2024.08.14 22:32:47.838188 [ 252 ] {05926e43-25b4-4f91-9bf0-04961326b31f} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2120 | 2024.08.14 22:32:47.838199 [ 259 ] {05926e43-25b4-4f91-9bf0-04961326b31f} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2121 | 2024.08.14 22:32:47.838237 [ 257 ] {05926e43-25b4-4f91-9bf0-04961326b31f} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2122 | 2024.08.14 22:32:47.838273 [ 255 ] {05926e43-25b4-4f91-9bf0-04961326b31f} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2123 | 2024.08.14 22:32:47.838387 [ 3 ] {05926e43-25b4-4f91-9bf0-04961326b31f} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2124 | 2024.08.14 22:32:47.838412 [ 3 ] {05926e43-25b4-4f91-9bf0-04961326b31f} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2125 | 2024.08.14 22:32:47.838515 [ 3 ] {05926e43-25b4-4f91-9bf0-04961326b31f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2126 | 2024.08.14 22:32:47.838538 [ 3 ] {05926e43-25b4-4f91-9bf0-04961326b31f} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
2127 | 2024.08.14 22:32:47.838578 [ 3 ] {05926e43-25b4-4f91-9bf0-04961326b31f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2128 | 2024.08.14 22:32:47.838617 [ 3 ] {05926e43-25b4-4f91-9bf0-04961326b31f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2129 | 2024.08.14 22:32:47.838652 [ 3 ] {05926e43-25b4-4f91-9bf0-04961326b31f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2130 | 2024.08.14 22:32:47.840364 [ 3 ] {05926e43-25b4-4f91-9bf0-04961326b31f} <Debug> executeQuery: Read 20 rows, 720.00 B in 0.003249 sec., 6155.740227762388 rows/sec., 216.41 KiB/sec. | ||
2131 | 2024.08.14 22:32:47.840704 [ 3 ] {05926e43-25b4-4f91-9bf0-04961326b31f} <Debug> DynamicQueryHandler: Done processing query | ||
2132 | 2024.08.14 22:32:47.840734 [ 3 ] {05926e43-25b4-4f91-9bf0-04961326b31f} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2133 | 2024.08.14 22:32:47.840754 [ 3 ] {} <Debug> HTTP-Session: f040f7cb-40a5-47c0-8004-bdb46446a863 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2134 | 2024.08.14 22:32:47.840998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2135 | 2024.08.14 22:32:47.841056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2136 | 2024.08.14 22:32:47.841078 [ 3 ] {} <Debug> HTTP-Session: 55fd615f-58ef-4c57-8810-9a3cf8065f7e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2137 | 2024.08.14 22:32:47.841098 [ 3 ] {} <Debug> HTTP-Session: 55fd615f-58ef-4c57-8810-9a3cf8065f7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2138 | 2024.08.14 22:32:47.841117 [ 3 ] {} <Debug> HTTP-Session: 55fd615f-58ef-4c57-8810-9a3cf8065f7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2139 | 2024.08.14 22:32:47.841153 [ 3 ] {} <Trace> HTTP-Session: 55fd615f-58ef-4c57-8810-9a3cf8065f7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2140 | 2024.08.14 22:32:47.841322 [ 3 ] {187eed7d-a44f-4405-b4de-e4e19113da96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2141 | 2024.08.14 22:32:47.841600 [ 3 ] {187eed7d-a44f-4405-b4de-e4e19113da96} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2142 | 2024.08.14 22:32:47.841640 [ 3 ] {187eed7d-a44f-4405-b4de-e4e19113da96} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2143 | 2024.08.14 22:32:47.841902 [ 3 ] {187eed7d-a44f-4405-b4de-e4e19113da96} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2144 | 2024.08.14 22:32:47.841967 [ 3 ] {187eed7d-a44f-4405-b4de-e4e19113da96} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2145 | 2024.08.14 22:32:47.842102 [ 3 ] {187eed7d-a44f-4405-b4de-e4e19113da96} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
2146 | 2024.08.14 22:32:47.842213 [ 257 ] {187eed7d-a44f-4405-b4de-e4e19113da96} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2147 | 2024.08.14 22:32:47.842288 [ 252 ] {187eed7d-a44f-4405-b4de-e4e19113da96} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2148 | 2024.08.14 22:32:47.842309 [ 261 ] {187eed7d-a44f-4405-b4de-e4e19113da96} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2149 | 2024.08.14 22:32:47.842334 [ 255 ] {187eed7d-a44f-4405-b4de-e4e19113da96} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2150 | 2024.08.14 22:32:47.842451 [ 3 ] {187eed7d-a44f-4405-b4de-e4e19113da96} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2151 | 2024.08.14 22:32:47.842476 [ 3 ] {187eed7d-a44f-4405-b4de-e4e19113da96} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2152 | 2024.08.14 22:32:47.842579 [ 3 ] {187eed7d-a44f-4405-b4de-e4e19113da96} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2153 | 2024.08.14 22:32:47.842601 [ 3 ] {187eed7d-a44f-4405-b4de-e4e19113da96} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
2154 | 2024.08.14 22:32:47.842640 [ 3 ] {187eed7d-a44f-4405-b4de-e4e19113da96} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2155 | 2024.08.14 22:32:47.842681 [ 3 ] {187eed7d-a44f-4405-b4de-e4e19113da96} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2156 | 2024.08.14 22:32:47.842718 [ 3 ] {187eed7d-a44f-4405-b4de-e4e19113da96} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2157 | 2024.08.14 22:32:47.844546 [ 3 ] {187eed7d-a44f-4405-b4de-e4e19113da96} <Debug> executeQuery: Read 20 rows, 720.00 B in 0.003305 sec., 6051.43721633888 rows/sec., 212.75 KiB/sec. | ||
2158 | 2024.08.14 22:32:47.844893 [ 3 ] {187eed7d-a44f-4405-b4de-e4e19113da96} <Debug> DynamicQueryHandler: Done processing query | ||
2159 | 2024.08.14 22:32:47.844922 [ 3 ] {187eed7d-a44f-4405-b4de-e4e19113da96} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2160 | 2024.08.14 22:32:47.844942 [ 3 ] {} <Debug> HTTP-Session: 55fd615f-58ef-4c57-8810-9a3cf8065f7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2161 | 2024.08.14 22:32:47.845151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 863, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2162 | 2024.08.14 22:32:47.845208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2163 | 2024.08.14 22:32:47.845231 [ 3 ] {} <Debug> HTTP-Session: a9d839db-1aba-4b3f-b2fa-f9ec885bfdae Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2164 | 2024.08.14 22:32:47.845251 [ 3 ] {} <Debug> HTTP-Session: a9d839db-1aba-4b3f-b2fa-f9ec885bfdae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2165 | 2024.08.14 22:32:47.845268 [ 3 ] {} <Debug> HTTP-Session: a9d839db-1aba-4b3f-b2fa-f9ec885bfdae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2166 | 2024.08.14 22:32:47.845305 [ 3 ] {} <Trace> HTTP-Session: a9d839db-1aba-4b3f-b2fa-f9ec885bfdae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2167 | 2024.08.14 22:32:47.845467 [ 3 ] {01d6aa87-0b36-4ffe-8bc4-f5ddb8b82446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2168 | 2024.08.14 22:32:47.845728 [ 3 ] {01d6aa87-0b36-4ffe-8bc4-f5ddb8b82446} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2169 | 2024.08.14 22:32:47.845769 [ 3 ] {01d6aa87-0b36-4ffe-8bc4-f5ddb8b82446} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2170 | 2024.08.14 22:32:47.846032 [ 3 ] {01d6aa87-0b36-4ffe-8bc4-f5ddb8b82446} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2171 | 2024.08.14 22:32:47.846097 [ 3 ] {01d6aa87-0b36-4ffe-8bc4-f5ddb8b82446} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2172 | 2024.08.14 22:32:47.846235 [ 3 ] {01d6aa87-0b36-4ffe-8bc4-f5ddb8b82446} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
2173 | 2024.08.14 22:32:47.846371 [ 252 ] {01d6aa87-0b36-4ffe-8bc4-f5ddb8b82446} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2174 | 2024.08.14 22:32:47.846374 [ 255 ] {01d6aa87-0b36-4ffe-8bc4-f5ddb8b82446} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2175 | 2024.08.14 22:32:47.846418 [ 257 ] {01d6aa87-0b36-4ffe-8bc4-f5ddb8b82446} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2176 | 2024.08.14 22:32:47.846430 [ 262 ] {01d6aa87-0b36-4ffe-8bc4-f5ddb8b82446} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2177 | 2024.08.14 22:32:47.846597 [ 3 ] {01d6aa87-0b36-4ffe-8bc4-f5ddb8b82446} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2178 | 2024.08.14 22:32:47.846620 [ 3 ] {01d6aa87-0b36-4ffe-8bc4-f5ddb8b82446} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2179 | 2024.08.14 22:32:47.846724 [ 3 ] {01d6aa87-0b36-4ffe-8bc4-f5ddb8b82446} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2180 | 2024.08.14 22:32:47.846745 [ 3 ] {01d6aa87-0b36-4ffe-8bc4-f5ddb8b82446} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
2181 | 2024.08.14 22:32:47.846783 [ 3 ] {01d6aa87-0b36-4ffe-8bc4-f5ddb8b82446} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2182 | 2024.08.14 22:32:47.846821 [ 3 ] {01d6aa87-0b36-4ffe-8bc4-f5ddb8b82446} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2183 | 2024.08.14 22:32:47.846856 [ 3 ] {01d6aa87-0b36-4ffe-8bc4-f5ddb8b82446} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2184 | 2024.08.14 22:32:47.848492 [ 3 ] {01d6aa87-0b36-4ffe-8bc4-f5ddb8b82446} <Debug> executeQuery: Read 20 rows, 720.00 B in 0.003101 sec., 6449.532408900354 rows/sec., 226.74 KiB/sec. | ||
2185 | 2024.08.14 22:32:47.848796 [ 3 ] {01d6aa87-0b36-4ffe-8bc4-f5ddb8b82446} <Debug> DynamicQueryHandler: Done processing query | ||
2186 | 2024.08.14 22:32:47.848821 [ 3 ] {01d6aa87-0b36-4ffe-8bc4-f5ddb8b82446} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2187 | 2024.08.14 22:32:47.848837 [ 3 ] {} <Debug> HTTP-Session: a9d839db-1aba-4b3f-b2fa-f9ec885bfdae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2188 | 2024.08.14 22:32:47.849038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2189 | 2024.08.14 22:32:47.849085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2190 | 2024.08.14 22:32:47.849104 [ 3 ] {} <Debug> HTTP-Session: b8d258d0-6242-49d4-b190-ad92afe2baa5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2191 | 2024.08.14 22:32:47.849120 [ 3 ] {} <Debug> HTTP-Session: b8d258d0-6242-49d4-b190-ad92afe2baa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2192 | 2024.08.14 22:32:47.849133 [ 3 ] {} <Debug> HTTP-Session: b8d258d0-6242-49d4-b190-ad92afe2baa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2193 | 2024.08.14 22:32:47.849163 [ 3 ] {} <Trace> HTTP-Session: b8d258d0-6242-49d4-b190-ad92afe2baa5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2194 | 2024.08.14 22:32:47.849307 [ 3 ] {8b78daa4-a4e3-4ca8-b9a9-ac5f11a44b05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2195 | 2024.08.14 22:32:47.849571 [ 3 ] {8b78daa4-a4e3-4ca8-b9a9-ac5f11a44b05} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2196 | 2024.08.14 22:32:47.849613 [ 3 ] {8b78daa4-a4e3-4ca8-b9a9-ac5f11a44b05} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2197 | 2024.08.14 22:32:47.849879 [ 3 ] {8b78daa4-a4e3-4ca8-b9a9-ac5f11a44b05} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2198 | 2024.08.14 22:32:47.849942 [ 3 ] {8b78daa4-a4e3-4ca8-b9a9-ac5f11a44b05} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2199 | 2024.08.14 22:32:47.850076 [ 3 ] {8b78daa4-a4e3-4ca8-b9a9-ac5f11a44b05} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
2200 | 2024.08.14 22:32:47.850223 [ 252 ] {8b78daa4-a4e3-4ca8-b9a9-ac5f11a44b05} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2201 | 2024.08.14 22:32:47.850227 [ 259 ] {8b78daa4-a4e3-4ca8-b9a9-ac5f11a44b05} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2202 | 2024.08.14 22:32:47.850285 [ 261 ] {8b78daa4-a4e3-4ca8-b9a9-ac5f11a44b05} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2203 | 2024.08.14 22:32:47.850291 [ 258 ] {8b78daa4-a4e3-4ca8-b9a9-ac5f11a44b05} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2204 | 2024.08.14 22:32:47.850427 [ 3 ] {8b78daa4-a4e3-4ca8-b9a9-ac5f11a44b05} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2205 | 2024.08.14 22:32:47.850450 [ 3 ] {8b78daa4-a4e3-4ca8-b9a9-ac5f11a44b05} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2206 | 2024.08.14 22:32:47.850553 [ 3 ] {8b78daa4-a4e3-4ca8-b9a9-ac5f11a44b05} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2207 | 2024.08.14 22:32:47.850574 [ 3 ] {8b78daa4-a4e3-4ca8-b9a9-ac5f11a44b05} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
2208 | 2024.08.14 22:32:47.850613 [ 3 ] {8b78daa4-a4e3-4ca8-b9a9-ac5f11a44b05} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2209 | 2024.08.14 22:32:47.850652 [ 3 ] {8b78daa4-a4e3-4ca8-b9a9-ac5f11a44b05} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2210 | 2024.08.14 22:32:47.850689 [ 3 ] {8b78daa4-a4e3-4ca8-b9a9-ac5f11a44b05} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2211 | 2024.08.14 22:32:47.852187 [ 3 ] {8b78daa4-a4e3-4ca8-b9a9-ac5f11a44b05} <Debug> executeQuery: Read 20 rows, 720.00 B in 0.002948 sec., 6784.260515603799 rows/sec., 238.51 KiB/sec. | ||
2212 | 2024.08.14 22:32:47.852526 [ 3 ] {8b78daa4-a4e3-4ca8-b9a9-ac5f11a44b05} <Debug> DynamicQueryHandler: Done processing query | ||
2213 | 2024.08.14 22:32:47.852555 [ 3 ] {8b78daa4-a4e3-4ca8-b9a9-ac5f11a44b05} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2214 | 2024.08.14 22:32:47.852575 [ 3 ] {} <Debug> HTTP-Session: b8d258d0-6242-49d4-b190-ad92afe2baa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2215 | 2024.08.14 22:32:47.852776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2216 | 2024.08.14 22:32:47.852832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2217 | 2024.08.14 22:32:47.852855 [ 3 ] {} <Debug> HTTP-Session: 6fd80479-3b75-439c-994f-bd0a48f6d90c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2218 | 2024.08.14 22:32:47.852875 [ 3 ] {} <Debug> HTTP-Session: 6fd80479-3b75-439c-994f-bd0a48f6d90c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2219 | 2024.08.14 22:32:47.852891 [ 3 ] {} <Debug> HTTP-Session: 6fd80479-3b75-439c-994f-bd0a48f6d90c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2220 | 2024.08.14 22:32:47.852929 [ 3 ] {} <Trace> HTTP-Session: 6fd80479-3b75-439c-994f-bd0a48f6d90c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2221 | 2024.08.14 22:32:47.853097 [ 3 ] {d41eab03-0c5e-43c9-b6b3-6e3efe5ed84c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2222 | 2024.08.14 22:32:47.853422 [ 3 ] {d41eab03-0c5e-43c9-b6b3-6e3efe5ed84c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2223 | 2024.08.14 22:32:47.853466 [ 3 ] {d41eab03-0c5e-43c9-b6b3-6e3efe5ed84c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2224 | 2024.08.14 22:32:47.853735 [ 3 ] {d41eab03-0c5e-43c9-b6b3-6e3efe5ed84c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2225 | 2024.08.14 22:32:47.853800 [ 3 ] {d41eab03-0c5e-43c9-b6b3-6e3efe5ed84c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2226 | 2024.08.14 22:32:47.853935 [ 3 ] {d41eab03-0c5e-43c9-b6b3-6e3efe5ed84c} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
2227 | 2024.08.14 22:32:47.854084 [ 257 ] {d41eab03-0c5e-43c9-b6b3-6e3efe5ed84c} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2228 | 2024.08.14 22:32:47.854086 [ 252 ] {d41eab03-0c5e-43c9-b6b3-6e3efe5ed84c} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2229 | 2024.08.14 22:32:47.854128 [ 261 ] {d41eab03-0c5e-43c9-b6b3-6e3efe5ed84c} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2230 | 2024.08.14 22:32:47.854045 [ 255 ] {d41eab03-0c5e-43c9-b6b3-6e3efe5ed84c} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2231 | 2024.08.14 22:32:47.854259 [ 3 ] {d41eab03-0c5e-43c9-b6b3-6e3efe5ed84c} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2232 | 2024.08.14 22:32:47.854284 [ 3 ] {d41eab03-0c5e-43c9-b6b3-6e3efe5ed84c} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2233 | 2024.08.14 22:32:47.854384 [ 3 ] {d41eab03-0c5e-43c9-b6b3-6e3efe5ed84c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2234 | 2024.08.14 22:32:47.854404 [ 3 ] {d41eab03-0c5e-43c9-b6b3-6e3efe5ed84c} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
2235 | 2024.08.14 22:32:47.854443 [ 3 ] {d41eab03-0c5e-43c9-b6b3-6e3efe5ed84c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2236 | 2024.08.14 22:32:47.854484 [ 3 ] {d41eab03-0c5e-43c9-b6b3-6e3efe5ed84c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2237 | 2024.08.14 22:32:47.854521 [ 3 ] {d41eab03-0c5e-43c9-b6b3-6e3efe5ed84c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2238 | 2024.08.14 22:32:47.856442 [ 3 ] {d41eab03-0c5e-43c9-b6b3-6e3efe5ed84c} <Debug> executeQuery: Read 20 rows, 720.00 B in 0.003428 sec., 5834.3057176196035 rows/sec., 205.11 KiB/sec. | ||
2239 | 2024.08.14 22:32:47.856800 [ 3 ] {d41eab03-0c5e-43c9-b6b3-6e3efe5ed84c} <Debug> DynamicQueryHandler: Done processing query | ||
2240 | 2024.08.14 22:32:47.856830 [ 3 ] {d41eab03-0c5e-43c9-b6b3-6e3efe5ed84c} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2241 | 2024.08.14 22:32:47.856850 [ 3 ] {} <Debug> HTTP-Session: 6fd80479-3b75-439c-994f-bd0a48f6d90c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2242 | 2024.08.14 22:32:47.857044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 975, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2243 | 2024.08.14 22:32:47.857101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2244 | 2024.08.14 22:32:47.857124 [ 3 ] {} <Debug> HTTP-Session: 735b491b-8623-48b8-bdf6-a0b6dee20dd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2245 | 2024.08.14 22:32:47.857144 [ 3 ] {} <Debug> HTTP-Session: 735b491b-8623-48b8-bdf6-a0b6dee20dd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2246 | 2024.08.14 22:32:47.857162 [ 3 ] {} <Debug> HTTP-Session: 735b491b-8623-48b8-bdf6-a0b6dee20dd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2247 | 2024.08.14 22:32:47.857199 [ 3 ] {} <Trace> HTTP-Session: 735b491b-8623-48b8-bdf6-a0b6dee20dd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2248 | 2024.08.14 22:32:47.857372 [ 3 ] {d481b5f1-93ea-454c-b570-8bdd08cf6314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2249 | 2024.08.14 22:32:47.857647 [ 3 ] {d481b5f1-93ea-454c-b570-8bdd08cf6314} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2250 | 2024.08.14 22:32:47.857688 [ 3 ] {d481b5f1-93ea-454c-b570-8bdd08cf6314} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2251 | 2024.08.14 22:32:47.857962 [ 3 ] {d481b5f1-93ea-454c-b570-8bdd08cf6314} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2252 | 2024.08.14 22:32:47.858027 [ 3 ] {d481b5f1-93ea-454c-b570-8bdd08cf6314} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2253 | 2024.08.14 22:32:47.858162 [ 3 ] {d481b5f1-93ea-454c-b570-8bdd08cf6314} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
2254 | 2024.08.14 22:32:47.858233 [ 255 ] {d481b5f1-93ea-454c-b570-8bdd08cf6314} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2255 | 2024.08.14 22:32:47.858314 [ 252 ] {d481b5f1-93ea-454c-b570-8bdd08cf6314} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2256 | 2024.08.14 22:32:47.858326 [ 257 ] {d481b5f1-93ea-454c-b570-8bdd08cf6314} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2257 | 2024.08.14 22:32:47.858365 [ 262 ] {d481b5f1-93ea-454c-b570-8bdd08cf6314} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2258 | 2024.08.14 22:32:47.858502 [ 3 ] {d481b5f1-93ea-454c-b570-8bdd08cf6314} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2259 | 2024.08.14 22:32:47.858526 [ 3 ] {d481b5f1-93ea-454c-b570-8bdd08cf6314} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2260 | 2024.08.14 22:32:47.858628 [ 3 ] {d481b5f1-93ea-454c-b570-8bdd08cf6314} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2261 | 2024.08.14 22:32:47.858649 [ 3 ] {d481b5f1-93ea-454c-b570-8bdd08cf6314} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
2262 | 2024.08.14 22:32:47.858687 [ 3 ] {d481b5f1-93ea-454c-b570-8bdd08cf6314} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2263 | 2024.08.14 22:32:47.858727 [ 3 ] {d481b5f1-93ea-454c-b570-8bdd08cf6314} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2264 | 2024.08.14 22:32:47.858765 [ 3 ] {d481b5f1-93ea-454c-b570-8bdd08cf6314} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2265 | 2024.08.14 22:32:47.860480 [ 3 ] {d481b5f1-93ea-454c-b570-8bdd08cf6314} <Debug> executeQuery: Read 20 rows, 720.00 B in 0.003193 sec., 6263.701847792045 rows/sec., 220.21 KiB/sec. | ||
2266 | 2024.08.14 22:32:47.860820 [ 3 ] {d481b5f1-93ea-454c-b570-8bdd08cf6314} <Debug> DynamicQueryHandler: Done processing query | ||
2267 | 2024.08.14 22:32:47.860850 [ 3 ] {d481b5f1-93ea-454c-b570-8bdd08cf6314} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2268 | 2024.08.14 22:32:47.860870 [ 3 ] {} <Debug> HTTP-Session: 735b491b-8623-48b8-bdf6-a0b6dee20dd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2269 | 2024.08.14 22:32:47.861067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 1007, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2270 | 2024.08.14 22:32:47.861124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2271 | 2024.08.14 22:32:47.861146 [ 3 ] {} <Debug> HTTP-Session: bb6d2340-85ba-4806-a689-8020ceff6980 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2272 | 2024.08.14 22:32:47.861166 [ 3 ] {} <Debug> HTTP-Session: bb6d2340-85ba-4806-a689-8020ceff6980 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2273 | 2024.08.14 22:32:47.861183 [ 3 ] {} <Debug> HTTP-Session: bb6d2340-85ba-4806-a689-8020ceff6980 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2274 | 2024.08.14 22:32:47.861220 [ 3 ] {} <Trace> HTTP-Session: bb6d2340-85ba-4806-a689-8020ceff6980 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2275 | 2024.08.14 22:32:47.861392 [ 3 ] {bb958f76-7788-4d40-9f28-f60f6c65ca5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2276 | 2024.08.14 22:32:47.861668 [ 3 ] {bb958f76-7788-4d40-9f28-f60f6c65ca5e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2277 | 2024.08.14 22:32:47.861709 [ 3 ] {bb958f76-7788-4d40-9f28-f60f6c65ca5e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2278 | 2024.08.14 22:32:47.861986 [ 3 ] {bb958f76-7788-4d40-9f28-f60f6c65ca5e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2279 | 2024.08.14 22:32:47.862050 [ 3 ] {bb958f76-7788-4d40-9f28-f60f6c65ca5e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2280 | 2024.08.14 22:32:47.862186 [ 3 ] {bb958f76-7788-4d40-9f28-f60f6c65ca5e} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
2281 | 2024.08.14 22:32:47.862298 [ 257 ] {bb958f76-7788-4d40-9f28-f60f6c65ca5e} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2282 | 2024.08.14 22:32:47.862332 [ 259 ] {bb958f76-7788-4d40-9f28-f60f6c65ca5e} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2283 | 2024.08.14 22:32:47.862349 [ 255 ] {bb958f76-7788-4d40-9f28-f60f6c65ca5e} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2284 | 2024.08.14 22:32:47.862420 [ 261 ] {bb958f76-7788-4d40-9f28-f60f6c65ca5e} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2285 | 2024.08.14 22:32:47.862534 [ 3 ] {bb958f76-7788-4d40-9f28-f60f6c65ca5e} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2286 | 2024.08.14 22:32:47.862562 [ 3 ] {bb958f76-7788-4d40-9f28-f60f6c65ca5e} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2287 | 2024.08.14 22:32:47.862664 [ 3 ] {bb958f76-7788-4d40-9f28-f60f6c65ca5e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2288 | 2024.08.14 22:32:47.862685 [ 3 ] {bb958f76-7788-4d40-9f28-f60f6c65ca5e} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
2289 | 2024.08.14 22:32:47.862723 [ 3 ] {bb958f76-7788-4d40-9f28-f60f6c65ca5e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2290 | 2024.08.14 22:32:47.862762 [ 3 ] {bb958f76-7788-4d40-9f28-f60f6c65ca5e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2291 | 2024.08.14 22:32:47.862798 [ 3 ] {bb958f76-7788-4d40-9f28-f60f6c65ca5e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2292 | 2024.08.14 22:32:47.864518 [ 3 ] {bb958f76-7788-4d40-9f28-f60f6c65ca5e} <Debug> executeQuery: Read 20 rows, 720.00 B in 0.003212 sec., 6226.650062266501 rows/sec., 218.91 KiB/sec. | ||
2293 | 2024.08.14 22:32:47.864884 [ 3 ] {bb958f76-7788-4d40-9f28-f60f6c65ca5e} <Debug> DynamicQueryHandler: Done processing query | ||
2294 | 2024.08.14 22:32:47.864912 [ 3 ] {bb958f76-7788-4d40-9f28-f60f6c65ca5e} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2295 | 2024.08.14 22:32:47.864933 [ 3 ] {} <Debug> HTTP-Session: bb6d2340-85ba-4806-a689-8020ceff6980 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2296 | 2024.08.14 22:32:47.865125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 1043, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2297 | 2024.08.14 22:32:47.865181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2298 | 2024.08.14 22:32:47.865204 [ 3 ] {} <Debug> HTTP-Session: beec2702-aa19-4e71-9cbe-6c251256ad97 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2299 | 2024.08.14 22:32:47.865224 [ 3 ] {} <Debug> HTTP-Session: beec2702-aa19-4e71-9cbe-6c251256ad97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2300 | 2024.08.14 22:32:47.865241 [ 3 ] {} <Debug> HTTP-Session: beec2702-aa19-4e71-9cbe-6c251256ad97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2301 | 2024.08.14 22:32:47.865278 [ 3 ] {} <Trace> HTTP-Session: beec2702-aa19-4e71-9cbe-6c251256ad97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2302 | 2024.08.14 22:32:47.865460 [ 3 ] {631ea96a-330d-4391-9406-7972f11c7b8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2303 | 2024.08.14 22:32:47.865730 [ 3 ] {631ea96a-330d-4391-9406-7972f11c7b8d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2304 | 2024.08.14 22:32:47.865772 [ 3 ] {631ea96a-330d-4391-9406-7972f11c7b8d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2305 | 2024.08.14 22:32:47.866091 [ 3 ] {631ea96a-330d-4391-9406-7972f11c7b8d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2306 | 2024.08.14 22:32:47.866170 [ 3 ] {631ea96a-330d-4391-9406-7972f11c7b8d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2307 | 2024.08.14 22:32:47.866347 [ 3 ] {631ea96a-330d-4391-9406-7972f11c7b8d} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
2308 | 2024.08.14 22:32:47.866480 [ 257 ] {631ea96a-330d-4391-9406-7972f11c7b8d} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2309 | 2024.08.14 22:32:47.866555 [ 262 ] {631ea96a-330d-4391-9406-7972f11c7b8d} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2310 | 2024.08.14 22:32:47.866576 [ 258 ] {631ea96a-330d-4391-9406-7972f11c7b8d} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2311 | 2024.08.14 22:32:47.866609 [ 252 ] {631ea96a-330d-4391-9406-7972f11c7b8d} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2312 | 2024.08.14 22:32:47.866740 [ 3 ] {631ea96a-330d-4391-9406-7972f11c7b8d} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2313 | 2024.08.14 22:32:47.866776 [ 3 ] {631ea96a-330d-4391-9406-7972f11c7b8d} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2314 | 2024.08.14 22:32:47.866908 [ 3 ] {631ea96a-330d-4391-9406-7972f11c7b8d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2315 | 2024.08.14 22:32:47.866935 [ 3 ] {631ea96a-330d-4391-9406-7972f11c7b8d} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
2316 | 2024.08.14 22:32:47.866986 [ 3 ] {631ea96a-330d-4391-9406-7972f11c7b8d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2317 | 2024.08.14 22:32:47.867045 [ 3 ] {631ea96a-330d-4391-9406-7972f11c7b8d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2318 | 2024.08.14 22:32:47.867098 [ 3 ] {631ea96a-330d-4391-9406-7972f11c7b8d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2319 | 2024.08.14 22:32:47.868779 [ 3 ] {631ea96a-330d-4391-9406-7972f11c7b8d} <Debug> executeQuery: Read 20 rows, 720.00 B in 0.003402 sec., 5878.894767783657 rows/sec., 206.68 KiB/sec. | ||
2320 | 2024.08.14 22:32:47.869103 [ 3 ] {631ea96a-330d-4391-9406-7972f11c7b8d} <Debug> DynamicQueryHandler: Done processing query | ||
2321 | 2024.08.14 22:32:47.869128 [ 3 ] {631ea96a-330d-4391-9406-7972f11c7b8d} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2322 | 2024.08.14 22:32:47.869145 [ 3 ] {} <Debug> HTTP-Session: beec2702-aa19-4e71-9cbe-6c251256ad97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2323 | 2024.08.14 22:32:47.869350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 1084, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2324 | 2024.08.14 22:32:47.869398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2325 | 2024.08.14 22:32:47.869417 [ 3 ] {} <Debug> HTTP-Session: 38c64ebb-debb-4eb9-9c05-4ddb00cbf24c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2326 | 2024.08.14 22:32:47.869433 [ 3 ] {} <Debug> HTTP-Session: 38c64ebb-debb-4eb9-9c05-4ddb00cbf24c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2327 | 2024.08.14 22:32:47.869447 [ 3 ] {} <Debug> HTTP-Session: 38c64ebb-debb-4eb9-9c05-4ddb00cbf24c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2328 | 2024.08.14 22:32:47.869478 [ 3 ] {} <Trace> HTTP-Session: 38c64ebb-debb-4eb9-9c05-4ddb00cbf24c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2329 | 2024.08.14 22:32:47.869622 [ 3 ] {0f365ce6-3bf3-4271-97bb-1c10e467bed3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2330 | 2024.08.14 22:32:47.869894 [ 3 ] {0f365ce6-3bf3-4271-97bb-1c10e467bed3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2331 | 2024.08.14 22:32:47.869937 [ 3 ] {0f365ce6-3bf3-4271-97bb-1c10e467bed3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2332 | 2024.08.14 22:32:47.870227 [ 3 ] {0f365ce6-3bf3-4271-97bb-1c10e467bed3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2333 | 2024.08.14 22:32:47.870293 [ 3 ] {0f365ce6-3bf3-4271-97bb-1c10e467bed3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2334 | 2024.08.14 22:32:47.870430 [ 3 ] {0f365ce6-3bf3-4271-97bb-1c10e467bed3} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
2335 | 2024.08.14 22:32:47.870562 [ 257 ] {0f365ce6-3bf3-4271-97bb-1c10e467bed3} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2336 | 2024.08.14 22:32:47.870587 [ 259 ] {0f365ce6-3bf3-4271-97bb-1c10e467bed3} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2337 | 2024.08.14 22:32:47.870618 [ 261 ] {0f365ce6-3bf3-4271-97bb-1c10e467bed3} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2338 | 2024.08.14 22:32:47.870680 [ 255 ] {0f365ce6-3bf3-4271-97bb-1c10e467bed3} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2339 | 2024.08.14 22:32:47.870786 [ 3 ] {0f365ce6-3bf3-4271-97bb-1c10e467bed3} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2340 | 2024.08.14 22:32:47.870811 [ 3 ] {0f365ce6-3bf3-4271-97bb-1c10e467bed3} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2341 | 2024.08.14 22:32:47.870911 [ 3 ] {0f365ce6-3bf3-4271-97bb-1c10e467bed3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2342 | 2024.08.14 22:32:47.870933 [ 3 ] {0f365ce6-3bf3-4271-97bb-1c10e467bed3} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
2343 | 2024.08.14 22:32:47.870970 [ 3 ] {0f365ce6-3bf3-4271-97bb-1c10e467bed3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2344 | 2024.08.14 22:32:47.871009 [ 3 ] {0f365ce6-3bf3-4271-97bb-1c10e467bed3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2345 | 2024.08.14 22:32:47.871048 [ 3 ] {0f365ce6-3bf3-4271-97bb-1c10e467bed3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2346 | 2024.08.14 22:32:47.872798 [ 3 ] {0f365ce6-3bf3-4271-97bb-1c10e467bed3} <Debug> executeQuery: Read 20 rows, 720.00 B in 0.003247 sec., 6159.531875577456 rows/sec., 216.55 KiB/sec. | ||
2347 | 2024.08.14 22:32:47.873114 [ 3 ] {0f365ce6-3bf3-4271-97bb-1c10e467bed3} <Debug> DynamicQueryHandler: Done processing query | ||
2348 | 2024.08.14 22:32:47.873139 [ 3 ] {0f365ce6-3bf3-4271-97bb-1c10e467bed3} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2349 | 2024.08.14 22:32:47.873155 [ 3 ] {} <Debug> HTTP-Session: 38c64ebb-debb-4eb9-9c05-4ddb00cbf24c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2350 | 2024.08.14 22:32:47.873374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 1112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2351 | 2024.08.14 22:32:47.873423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2352 | 2024.08.14 22:32:47.873441 [ 3 ] {} <Debug> HTTP-Session: 4c591c83-a77a-47af-aa54-f57fe31fea6e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2353 | 2024.08.14 22:32:47.873459 [ 3 ] {} <Debug> HTTP-Session: 4c591c83-a77a-47af-aa54-f57fe31fea6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2354 | 2024.08.14 22:32:47.873472 [ 3 ] {} <Debug> HTTP-Session: 4c591c83-a77a-47af-aa54-f57fe31fea6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2355 | 2024.08.14 22:32:47.873503 [ 3 ] {} <Trace> HTTP-Session: 4c591c83-a77a-47af-aa54-f57fe31fea6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2356 | 2024.08.14 22:32:47.873647 [ 3 ] {486d3093-6625-46bf-ac35-7287f99e3c92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2357 | 2024.08.14 22:32:47.873918 [ 3 ] {486d3093-6625-46bf-ac35-7287f99e3c92} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2358 | 2024.08.14 22:32:47.873962 [ 3 ] {486d3093-6625-46bf-ac35-7287f99e3c92} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2359 | 2024.08.14 22:32:47.874249 [ 3 ] {486d3093-6625-46bf-ac35-7287f99e3c92} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2360 | 2024.08.14 22:32:47.874314 [ 3 ] {486d3093-6625-46bf-ac35-7287f99e3c92} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2361 | 2024.08.14 22:32:47.874448 [ 3 ] {486d3093-6625-46bf-ac35-7287f99e3c92} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
2362 | 2024.08.14 22:32:47.874642 [ 262 ] {486d3093-6625-46bf-ac35-7287f99e3c92} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2363 | 2024.08.14 22:32:47.874673 [ 258 ] {486d3093-6625-46bf-ac35-7287f99e3c92} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2364 | 2024.08.14 22:32:47.874635 [ 257 ] {486d3093-6625-46bf-ac35-7287f99e3c92} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2365 | 2024.08.14 22:32:47.874647 [ 252 ] {486d3093-6625-46bf-ac35-7287f99e3c92} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2366 | 2024.08.14 22:32:47.874859 [ 3 ] {486d3093-6625-46bf-ac35-7287f99e3c92} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2367 | 2024.08.14 22:32:47.874888 [ 3 ] {486d3093-6625-46bf-ac35-7287f99e3c92} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2368 | 2024.08.14 22:32:47.874988 [ 3 ] {486d3093-6625-46bf-ac35-7287f99e3c92} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2369 | 2024.08.14 22:32:47.875010 [ 3 ] {486d3093-6625-46bf-ac35-7287f99e3c92} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
2370 | 2024.08.14 22:32:47.875048 [ 3 ] {486d3093-6625-46bf-ac35-7287f99e3c92} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2371 | 2024.08.14 22:32:47.875089 [ 3 ] {486d3093-6625-46bf-ac35-7287f99e3c92} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2372 | 2024.08.14 22:32:47.875127 [ 3 ] {486d3093-6625-46bf-ac35-7287f99e3c92} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2373 | 2024.08.14 22:32:47.876808 [ 3 ] {486d3093-6625-46bf-ac35-7287f99e3c92} <Debug> executeQuery: Read 20 rows, 720.00 B in 0.003231 sec., 6190.034045187249 rows/sec., 217.62 KiB/sec. | ||
2374 | 2024.08.14 22:32:47.877115 [ 3 ] {486d3093-6625-46bf-ac35-7287f99e3c92} <Debug> DynamicQueryHandler: Done processing query | ||
2375 | 2024.08.14 22:32:47.877140 [ 3 ] {486d3093-6625-46bf-ac35-7287f99e3c92} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2376 | 2024.08.14 22:32:47.877156 [ 3 ] {} <Debug> HTTP-Session: 4c591c83-a77a-47af-aa54-f57fe31fea6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2377 | 2024.08.14 22:32:47.877369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 1144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2378 | 2024.08.14 22:32:47.877415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2379 | 2024.08.14 22:32:47.877433 [ 3 ] {} <Debug> HTTP-Session: 0ceb0c98-b855-49e9-b662-126c991cc97d Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2380 | 2024.08.14 22:32:47.877450 [ 3 ] {} <Debug> HTTP-Session: 0ceb0c98-b855-49e9-b662-126c991cc97d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2381 | 2024.08.14 22:32:47.877463 [ 3 ] {} <Debug> HTTP-Session: 0ceb0c98-b855-49e9-b662-126c991cc97d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2382 | 2024.08.14 22:32:47.877494 [ 3 ] {} <Trace> HTTP-Session: 0ceb0c98-b855-49e9-b662-126c991cc97d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2383 | 2024.08.14 22:32:47.877637 [ 3 ] {ba9da7c4-fe7e-4f2a-acfc-ec50d1f3e43c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2384 | 2024.08.14 22:32:47.877913 [ 3 ] {ba9da7c4-fe7e-4f2a-acfc-ec50d1f3e43c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2385 | 2024.08.14 22:32:47.877956 [ 3 ] {ba9da7c4-fe7e-4f2a-acfc-ec50d1f3e43c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2386 | 2024.08.14 22:32:47.878249 [ 3 ] {ba9da7c4-fe7e-4f2a-acfc-ec50d1f3e43c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2387 | 2024.08.14 22:32:47.878313 [ 3 ] {ba9da7c4-fe7e-4f2a-acfc-ec50d1f3e43c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2388 | 2024.08.14 22:32:47.878449 [ 3 ] {ba9da7c4-fe7e-4f2a-acfc-ec50d1f3e43c} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
2389 | 2024.08.14 22:32:47.878570 [ 257 ] {ba9da7c4-fe7e-4f2a-acfc-ec50d1f3e43c} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2390 | 2024.08.14 22:32:47.878624 [ 259 ] {ba9da7c4-fe7e-4f2a-acfc-ec50d1f3e43c} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2391 | 2024.08.14 22:32:47.878654 [ 255 ] {ba9da7c4-fe7e-4f2a-acfc-ec50d1f3e43c} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2392 | 2024.08.14 22:32:47.878681 [ 261 ] {ba9da7c4-fe7e-4f2a-acfc-ec50d1f3e43c} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2393 | 2024.08.14 22:32:47.878801 [ 3 ] {ba9da7c4-fe7e-4f2a-acfc-ec50d1f3e43c} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2394 | 2024.08.14 22:32:47.878830 [ 3 ] {ba9da7c4-fe7e-4f2a-acfc-ec50d1f3e43c} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2395 | 2024.08.14 22:32:47.878932 [ 3 ] {ba9da7c4-fe7e-4f2a-acfc-ec50d1f3e43c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2396 | 2024.08.14 22:32:47.878953 [ 3 ] {ba9da7c4-fe7e-4f2a-acfc-ec50d1f3e43c} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
2397 | 2024.08.14 22:32:47.878990 [ 3 ] {ba9da7c4-fe7e-4f2a-acfc-ec50d1f3e43c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2398 | 2024.08.14 22:32:47.879031 [ 3 ] {ba9da7c4-fe7e-4f2a-acfc-ec50d1f3e43c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2399 | 2024.08.14 22:32:47.879067 [ 3 ] {ba9da7c4-fe7e-4f2a-acfc-ec50d1f3e43c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2400 | 2024.08.14 22:32:47.880671 [ 3 ] {ba9da7c4-fe7e-4f2a-acfc-ec50d1f3e43c} <Debug> executeQuery: Read 20 rows, 720.00 B in 0.003104 sec., 6443.298969072165 rows/sec., 226.52 KiB/sec. | ||
2401 | 2024.08.14 22:32:47.880976 [ 3 ] {ba9da7c4-fe7e-4f2a-acfc-ec50d1f3e43c} <Debug> DynamicQueryHandler: Done processing query | ||
2402 | 2024.08.14 22:32:47.880999 [ 3 ] {ba9da7c4-fe7e-4f2a-acfc-ec50d1f3e43c} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2403 | 2024.08.14 22:32:47.881016 [ 3 ] {} <Debug> HTTP-Session: 0ceb0c98-b855-49e9-b662-126c991cc97d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2404 | 2024.08.14 22:32:47.881251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 1176, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2405 | 2024.08.14 22:32:47.881315 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2406 | 2024.08.14 22:32:47.881339 [ 3 ] {} <Debug> HTTP-Session: 62ce667d-4355-4870-bae2-1e4cbc05fad3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2407 | 2024.08.14 22:32:47.881360 [ 3 ] {} <Debug> HTTP-Session: 62ce667d-4355-4870-bae2-1e4cbc05fad3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2408 | 2024.08.14 22:32:47.881378 [ 3 ] {} <Debug> HTTP-Session: 62ce667d-4355-4870-bae2-1e4cbc05fad3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2409 | 2024.08.14 22:32:47.881417 [ 3 ] {} <Trace> HTTP-Session: 62ce667d-4355-4870-bae2-1e4cbc05fad3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2410 | 2024.08.14 22:32:47.881580 [ 3 ] {912415ee-fe6a-4bdb-9742-a79dacf00ac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2411 | 2024.08.14 22:32:47.881869 [ 3 ] {912415ee-fe6a-4bdb-9742-a79dacf00ac0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2412 | 2024.08.14 22:32:47.881916 [ 3 ] {912415ee-fe6a-4bdb-9742-a79dacf00ac0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2413 | 2024.08.14 22:32:47.882310 [ 3 ] {912415ee-fe6a-4bdb-9742-a79dacf00ac0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2414 | 2024.08.14 22:32:47.882377 [ 3 ] {912415ee-fe6a-4bdb-9742-a79dacf00ac0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2415 | 2024.08.14 22:32:47.882520 [ 3 ] {912415ee-fe6a-4bdb-9742-a79dacf00ac0} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
2416 | 2024.08.14 22:32:47.882662 [ 257 ] {912415ee-fe6a-4bdb-9742-a79dacf00ac0} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2417 | 2024.08.14 22:32:47.882680 [ 252 ] {912415ee-fe6a-4bdb-9742-a79dacf00ac0} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2418 | 2024.08.14 22:32:47.882719 [ 261 ] {912415ee-fe6a-4bdb-9742-a79dacf00ac0} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2419 | 2024.08.14 22:32:47.882753 [ 258 ] {912415ee-fe6a-4bdb-9742-a79dacf00ac0} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2420 | 2024.08.14 22:32:47.882940 [ 3 ] {912415ee-fe6a-4bdb-9742-a79dacf00ac0} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2421 | 2024.08.14 22:32:47.882966 [ 3 ] {912415ee-fe6a-4bdb-9742-a79dacf00ac0} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2422 | 2024.08.14 22:32:47.883069 [ 3 ] {912415ee-fe6a-4bdb-9742-a79dacf00ac0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2423 | 2024.08.14 22:32:47.883090 [ 3 ] {912415ee-fe6a-4bdb-9742-a79dacf00ac0} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
2424 | 2024.08.14 22:32:47.883129 [ 3 ] {912415ee-fe6a-4bdb-9742-a79dacf00ac0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2425 | 2024.08.14 22:32:47.883171 [ 3 ] {912415ee-fe6a-4bdb-9742-a79dacf00ac0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2426 | 2024.08.14 22:32:47.883209 [ 3 ] {912415ee-fe6a-4bdb-9742-a79dacf00ac0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2427 | 2024.08.14 22:32:47.884941 [ 3 ] {912415ee-fe6a-4bdb-9742-a79dacf00ac0} <Debug> executeQuery: Read 20 rows, 720.00 B in 0.003436 sec., 5820.721769499418 rows/sec., 204.63 KiB/sec. | ||
2428 | 2024.08.14 22:32:47.885262 [ 3 ] {912415ee-fe6a-4bdb-9742-a79dacf00ac0} <Debug> DynamicQueryHandler: Done processing query | ||
2429 | 2024.08.14 22:32:47.885286 [ 3 ] {912415ee-fe6a-4bdb-9742-a79dacf00ac0} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2430 | 2024.08.14 22:32:47.885304 [ 3 ] {} <Debug> HTTP-Session: 62ce667d-4355-4870-bae2-1e4cbc05fad3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2431 | 2024.08.14 22:32:47.885532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 1218, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2432 | 2024.08.14 22:32:47.885581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2433 | 2024.08.14 22:32:47.885602 [ 3 ] {} <Debug> HTTP-Session: 68c695bc-0209-4c41-9584-4433281e0308 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2434 | 2024.08.14 22:32:47.885618 [ 3 ] {} <Debug> HTTP-Session: 68c695bc-0209-4c41-9584-4433281e0308 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2435 | 2024.08.14 22:32:47.885631 [ 3 ] {} <Debug> HTTP-Session: 68c695bc-0209-4c41-9584-4433281e0308 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2436 | 2024.08.14 22:32:47.885662 [ 3 ] {} <Trace> HTTP-Session: 68c695bc-0209-4c41-9584-4433281e0308 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2437 | 2024.08.14 22:32:47.885812 [ 3 ] {ad116942-0cba-4192-9b65-344218307783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2438 | 2024.08.14 22:32:47.886098 [ 3 ] {ad116942-0cba-4192-9b65-344218307783} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2439 | 2024.08.14 22:32:47.886144 [ 3 ] {ad116942-0cba-4192-9b65-344218307783} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2440 | 2024.08.14 22:32:47.886445 [ 3 ] {ad116942-0cba-4192-9b65-344218307783} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2441 | 2024.08.14 22:32:47.886511 [ 3 ] {ad116942-0cba-4192-9b65-344218307783} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2442 | 2024.08.14 22:32:47.886650 [ 3 ] {ad116942-0cba-4192-9b65-344218307783} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
2443 | 2024.08.14 22:32:47.886829 [ 258 ] {ad116942-0cba-4192-9b65-344218307783} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2444 | 2024.08.14 22:32:47.886858 [ 262 ] {ad116942-0cba-4192-9b65-344218307783} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2445 | 2024.08.14 22:32:47.886866 [ 259 ] {ad116942-0cba-4192-9b65-344218307783} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2446 | 2024.08.14 22:32:47.886950 [ 257 ] {ad116942-0cba-4192-9b65-344218307783} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2447 | 2024.08.14 22:32:47.887083 [ 3 ] {ad116942-0cba-4192-9b65-344218307783} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2448 | 2024.08.14 22:32:47.887116 [ 3 ] {ad116942-0cba-4192-9b65-344218307783} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2449 | 2024.08.14 22:32:47.887220 [ 3 ] {ad116942-0cba-4192-9b65-344218307783} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2450 | 2024.08.14 22:32:47.887241 [ 3 ] {ad116942-0cba-4192-9b65-344218307783} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
2451 | 2024.08.14 22:32:47.887279 [ 3 ] {ad116942-0cba-4192-9b65-344218307783} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2452 | 2024.08.14 22:32:47.887319 [ 3 ] {ad116942-0cba-4192-9b65-344218307783} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2453 | 2024.08.14 22:32:47.887357 [ 3 ] {ad116942-0cba-4192-9b65-344218307783} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2454 | 2024.08.14 22:32:47.888968 [ 3 ] {ad116942-0cba-4192-9b65-344218307783} <Debug> executeQuery: Read 20 rows, 720.00 B in 0.00323 sec., 6191.9504643962855 rows/sec., 217.69 KiB/sec. | ||
2455 | 2024.08.14 22:32:47.889278 [ 3 ] {ad116942-0cba-4192-9b65-344218307783} <Debug> DynamicQueryHandler: Done processing query | ||
2456 | 2024.08.14 22:32:47.889301 [ 3 ] {ad116942-0cba-4192-9b65-344218307783} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2457 | 2024.08.14 22:32:47.889322 [ 3 ] {} <Debug> HTTP-Session: 68c695bc-0209-4c41-9584-4433281e0308 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2458 | 2024.08.14 22:32:47.896193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 1259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2459 | 2024.08.14 22:32:47.896248 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2460 | 2024.08.14 22:32:47.896268 [ 3 ] {} <Debug> HTTP-Session: d7add9a3-54aa-4df3-9d5c-ac3178647691 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2461 | 2024.08.14 22:32:47.896285 [ 3 ] {} <Debug> HTTP-Session: d7add9a3-54aa-4df3-9d5c-ac3178647691 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2462 | 2024.08.14 22:32:47.896299 [ 3 ] {} <Debug> HTTP-Session: d7add9a3-54aa-4df3-9d5c-ac3178647691 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2463 | 2024.08.14 22:32:47.896331 [ 3 ] {} <Trace> HTTP-Session: d7add9a3-54aa-4df3-9d5c-ac3178647691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2464 | 2024.08.14 22:32:47.896485 [ 3 ] {1fd057c1-85eb-4b57-a280-4992f4501998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2465 | 2024.08.14 22:32:47.896786 [ 3 ] {1fd057c1-85eb-4b57-a280-4992f4501998} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2466 | 2024.08.14 22:32:47.896836 [ 3 ] {1fd057c1-85eb-4b57-a280-4992f4501998} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2467 | 2024.08.14 22:32:47.897149 [ 3 ] {1fd057c1-85eb-4b57-a280-4992f4501998} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2468 | 2024.08.14 22:32:47.897217 [ 3 ] {1fd057c1-85eb-4b57-a280-4992f4501998} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2469 | 2024.08.14 22:32:47.897361 [ 3 ] {1fd057c1-85eb-4b57-a280-4992f4501998} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
2470 | 2024.08.14 22:32:47.897524 [ 257 ] {1fd057c1-85eb-4b57-a280-4992f4501998} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2471 | 2024.08.14 22:32:47.897556 [ 261 ] {1fd057c1-85eb-4b57-a280-4992f4501998} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2472 | 2024.08.14 22:32:47.897537 [ 252 ] {1fd057c1-85eb-4b57-a280-4992f4501998} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2473 | 2024.08.14 22:32:47.897583 [ 255 ] {1fd057c1-85eb-4b57-a280-4992f4501998} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2474 | 2024.08.14 22:32:47.897717 [ 3 ] {1fd057c1-85eb-4b57-a280-4992f4501998} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2475 | 2024.08.14 22:32:47.897742 [ 3 ] {1fd057c1-85eb-4b57-a280-4992f4501998} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2476 | 2024.08.14 22:32:47.897846 [ 3 ] {1fd057c1-85eb-4b57-a280-4992f4501998} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2477 | 2024.08.14 22:32:47.897867 [ 3 ] {1fd057c1-85eb-4b57-a280-4992f4501998} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
2478 | 2024.08.14 22:32:47.897907 [ 3 ] {1fd057c1-85eb-4b57-a280-4992f4501998} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2479 | 2024.08.14 22:32:47.897949 [ 3 ] {1fd057c1-85eb-4b57-a280-4992f4501998} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2480 | 2024.08.14 22:32:47.898000 [ 3 ] {1fd057c1-85eb-4b57-a280-4992f4501998} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2481 | 2024.08.14 22:32:47.899708 [ 3 ] {1fd057c1-85eb-4b57-a280-4992f4501998} <Debug> executeQuery: Read 20 rows, 720.00 B in 0.003299 sec., 6062.443164595332 rows/sec., 213.13 KiB/sec. | ||
2482 | 2024.08.14 22:32:47.900019 [ 3 ] {1fd057c1-85eb-4b57-a280-4992f4501998} <Debug> DynamicQueryHandler: Done processing query | ||
2483 | 2024.08.14 22:32:47.900043 [ 3 ] {1fd057c1-85eb-4b57-a280-4992f4501998} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2484 | 2024.08.14 22:32:47.900061 [ 3 ] {} <Debug> HTTP-Session: d7add9a3-54aa-4df3-9d5c-ac3178647691 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2485 | 2024.08.14 22:32:47.902257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 4202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2486 | 2024.08.14 22:32:47.902316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2487 | 2024.08.14 22:32:47.902339 [ 3 ] {} <Debug> HTTP-Session: e68923c0-e3eb-42d8-a18e-83df8af1a399 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2488 | 2024.08.14 22:32:47.902359 [ 3 ] {} <Debug> HTTP-Session: e68923c0-e3eb-42d8-a18e-83df8af1a399 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2489 | 2024.08.14 22:32:47.902376 [ 3 ] {} <Debug> HTTP-Session: e68923c0-e3eb-42d8-a18e-83df8af1a399 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2490 | 2024.08.14 22:32:47.902414 [ 3 ] {} <Trace> HTTP-Session: e68923c0-e3eb-42d8-a18e-83df8af1a399 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2491 | 2024.08.14 22:32:47.902556 [ 3 ] {abd2d28b-1b6e-4421-bfaf-c5c596ac06e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2492 | 2024.08.14 22:32:47.902611 [ 3 ] {abd2d28b-1b6e-4421-bfaf-c5c596ac06e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2493 | 2024.08.14 22:32:47.902813 [ 3 ] {abd2d28b-1b6e-4421-bfaf-c5c596ac06e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2494 | 2024.08.14 22:32:47.903172 [ 3 ] {abd2d28b-1b6e-4421-bfaf-c5c596ac06e4} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2495 | 2024.08.14 22:32:47.903219 [ 3 ] {abd2d28b-1b6e-4421-bfaf-c5c596ac06e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2496 | 2024.08.14 22:32:47.903740 [ 3 ] {abd2d28b-1b6e-4421-bfaf-c5c596ac06e4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2497 | 2024.08.14 22:32:47.904050 [ 3 ] {abd2d28b-1b6e-4421-bfaf-c5c596ac06e4} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2498 | 2024.08.14 22:32:47.904225 [ 3 ] {abd2d28b-1b6e-4421-bfaf-c5c596ac06e4} <Debug> executeQuery: Read 15 rows, 2.11 KiB in 0.001713 sec., 8756.567425569177 rows/sec., 1.20 MiB/sec. | ||
2499 | 2024.08.14 22:32:47.904389 [ 3 ] {abd2d28b-1b6e-4421-bfaf-c5c596ac06e4} <Debug> DynamicQueryHandler: Done processing query | ||
2500 | 2024.08.14 22:32:47.904413 [ 3 ] {abd2d28b-1b6e-4421-bfaf-c5c596ac06e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2501 | 2024.08.14 22:32:47.904429 [ 3 ] {} <Debug> HTTP-Session: e68923c0-e3eb-42d8-a18e-83df8af1a399 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2502 | 2024.08.14 22:32:47.904585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2503 | 2024.08.14 22:32:47.904633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2504 | 2024.08.14 22:32:47.904652 [ 3 ] {} <Debug> HTTP-Session: 318938f0-fb33-4529-b1e7-3839ae4bb740 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2505 | 2024.08.14 22:32:47.904667 [ 3 ] {} <Debug> HTTP-Session: 318938f0-fb33-4529-b1e7-3839ae4bb740 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2506 | 2024.08.14 22:32:47.904681 [ 3 ] {} <Debug> HTTP-Session: 318938f0-fb33-4529-b1e7-3839ae4bb740 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2507 | 2024.08.14 22:32:47.904712 [ 3 ] {} <Trace> HTTP-Session: 318938f0-fb33-4529-b1e7-3839ae4bb740 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2508 | 2024.08.14 22:32:47.904814 [ 3 ] {88e0e60a-56e2-4f8c-adb9-ae842f58166c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2509 | 2024.08.14 22:32:47.904857 [ 3 ] {88e0e60a-56e2-4f8c-adb9-ae842f58166c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2510 | 2024.08.14 22:32:47.904985 [ 3 ] {88e0e60a-56e2-4f8c-adb9-ae842f58166c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2511 | 2024.08.14 22:32:47.905288 [ 3 ] {88e0e60a-56e2-4f8c-adb9-ae842f58166c} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2512 | 2024.08.14 22:32:47.905324 [ 3 ] {88e0e60a-56e2-4f8c-adb9-ae842f58166c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2513 | 2024.08.14 22:32:47.905624 [ 3 ] {88e0e60a-56e2-4f8c-adb9-ae842f58166c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2514 | 2024.08.14 22:32:47.905931 [ 3 ] {88e0e60a-56e2-4f8c-adb9-ae842f58166c} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2515 | 2024.08.14 22:32:47.906087 [ 3 ] {88e0e60a-56e2-4f8c-adb9-ae842f58166c} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001302 sec., 13056.835637480799 rows/sec., 945.81 KiB/sec. | ||
2516 | 2024.08.14 22:32:47.906240 [ 3 ] {88e0e60a-56e2-4f8c-adb9-ae842f58166c} <Debug> DynamicQueryHandler: Done processing query | ||
2517 | 2024.08.14 22:32:47.906265 [ 3 ] {88e0e60a-56e2-4f8c-adb9-ae842f58166c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2518 | 2024.08.14 22:32:47.906280 [ 3 ] {} <Debug> HTTP-Session: 318938f0-fb33-4529-b1e7-3839ae4bb740 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2519 | 2024.08.14 22:32:47.906480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 25920, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2520 | 2024.08.14 22:32:47.906527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2521 | 2024.08.14 22:32:47.906546 [ 3 ] {} <Debug> HTTP-Session: 0a64ce45-6304-4017-9aba-3170a2f4acdb Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2522 | 2024.08.14 22:32:47.906562 [ 3 ] {} <Debug> HTTP-Session: 0a64ce45-6304-4017-9aba-3170a2f4acdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2523 | 2024.08.14 22:32:47.906576 [ 3 ] {} <Debug> HTTP-Session: 0a64ce45-6304-4017-9aba-3170a2f4acdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2524 | 2024.08.14 22:32:47.906606 [ 3 ] {} <Trace> HTTP-Session: 0a64ce45-6304-4017-9aba-3170a2f4acdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2525 | 2024.08.14 22:32:47.906744 [ 3 ] {9a67870f-c2b4-47d2-a485-dbdb533c506b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2526 | 2024.08.14 22:32:47.906787 [ 3 ] {9a67870f-c2b4-47d2-a485-dbdb533c506b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2527 | 2024.08.14 22:32:47.906912 [ 3 ] {9a67870f-c2b4-47d2-a485-dbdb533c506b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2528 | 2024.08.14 22:32:47.907294 [ 3 ] {9a67870f-c2b4-47d2-a485-dbdb533c506b} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2529 | 2024.08.14 22:32:47.907330 [ 3 ] {9a67870f-c2b4-47d2-a485-dbdb533c506b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2530 | 2024.08.14 22:32:47.907655 [ 3 ] {9a67870f-c2b4-47d2-a485-dbdb533c506b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2531 | 2024.08.14 22:32:47.907963 [ 3 ] {9a67870f-c2b4-47d2-a485-dbdb533c506b} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2532 | 2024.08.14 22:32:47.908095 [ 3 ] {9a67870f-c2b4-47d2-a485-dbdb533c506b} <Debug> executeQuery: Read 169 rows, 15.63 KiB in 0.001412 sec., 119688.3852691218 rows/sec., 10.81 MiB/sec. | ||
2533 | 2024.08.14 22:32:47.908255 [ 3 ] {9a67870f-c2b4-47d2-a485-dbdb533c506b} <Debug> DynamicQueryHandler: Done processing query | ||
2534 | 2024.08.14 22:32:47.908279 [ 3 ] {9a67870f-c2b4-47d2-a485-dbdb533c506b} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2535 | 2024.08.14 22:32:47.908294 [ 3 ] {} <Debug> HTTP-Session: 0a64ce45-6304-4017-9aba-3170a2f4acdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2536 | 2024.08.14 22:32:47.908430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2537 | 2024.08.14 22:32:47.908477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2538 | 2024.08.14 22:32:47.908495 [ 3 ] {} <Debug> HTTP-Session: fafea85f-bebb-4845-b62f-b207e9753542 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2539 | 2024.08.14 22:32:47.908511 [ 3 ] {} <Debug> HTTP-Session: fafea85f-bebb-4845-b62f-b207e9753542 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2540 | 2024.08.14 22:32:47.908525 [ 3 ] {} <Debug> HTTP-Session: fafea85f-bebb-4845-b62f-b207e9753542 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2541 | 2024.08.14 22:32:47.908555 [ 3 ] {} <Trace> HTTP-Session: fafea85f-bebb-4845-b62f-b207e9753542 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2542 | 2024.08.14 22:32:47.908646 [ 3 ] {38658763-c07e-44a6-92d8-53ac25fe32a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2543 | 2024.08.14 22:32:47.908688 [ 3 ] {38658763-c07e-44a6-92d8-53ac25fe32a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2544 | 2024.08.14 22:32:47.908811 [ 3 ] {38658763-c07e-44a6-92d8-53ac25fe32a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2545 | 2024.08.14 22:32:47.911058 [ 3 ] {38658763-c07e-44a6-92d8-53ac25fe32a8} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2546 | 2024.08.14 22:32:47.911096 [ 3 ] {38658763-c07e-44a6-92d8-53ac25fe32a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2547 | 2024.08.14 22:32:47.911468 [ 3 ] {38658763-c07e-44a6-92d8-53ac25fe32a8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2548 | 2024.08.14 22:32:47.911842 [ 3 ] {38658763-c07e-44a6-92d8-53ac25fe32a8} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2549 | 2024.08.14 22:32:47.911986 [ 3 ] {38658763-c07e-44a6-92d8-53ac25fe32a8} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.003354 sec., 298.1514609421586 rows/sec., 19.80 KiB/sec. | ||
2550 | 2024.08.14 22:32:47.912193 [ 3 ] {38658763-c07e-44a6-92d8-53ac25fe32a8} <Debug> DynamicQueryHandler: Done processing query | ||
2551 | 2024.08.14 22:32:47.912226 [ 3 ] {38658763-c07e-44a6-92d8-53ac25fe32a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2552 | 2024.08.14 22:32:47.912252 [ 3 ] {} <Debug> HTTP-Session: fafea85f-bebb-4845-b62f-b207e9753542 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2553 | 2024.08.14 22:32:47.912577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 60887, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2554 | 2024.08.14 22:32:47.912634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2555 | 2024.08.14 22:32:47.912653 [ 3 ] {} <Debug> HTTP-Session: b5c955c6-7650-42ac-a38e-cf29e32742fb Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2556 | 2024.08.14 22:32:47.912669 [ 3 ] {} <Debug> HTTP-Session: b5c955c6-7650-42ac-a38e-cf29e32742fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2557 | 2024.08.14 22:32:47.912683 [ 3 ] {} <Debug> HTTP-Session: b5c955c6-7650-42ac-a38e-cf29e32742fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2558 | 2024.08.14 22:32:47.912714 [ 3 ] {} <Trace> HTTP-Session: b5c955c6-7650-42ac-a38e-cf29e32742fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2559 | 2024.08.14 22:32:47.912914 [ 3 ] {78ce0f34-35dc-432f-9e3f-3e12d81f14af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2560 | 2024.08.14 22:32:47.912958 [ 3 ] {78ce0f34-35dc-432f-9e3f-3e12d81f14af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2561 | 2024.08.14 22:32:47.913084 [ 3 ] {78ce0f34-35dc-432f-9e3f-3e12d81f14af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2562 | 2024.08.14 22:32:47.913617 [ 3 ] {78ce0f34-35dc-432f-9e3f-3e12d81f14af} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2563 | 2024.08.14 22:32:47.913653 [ 3 ] {78ce0f34-35dc-432f-9e3f-3e12d81f14af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2564 | 2024.08.14 22:32:47.913986 [ 3 ] {78ce0f34-35dc-432f-9e3f-3e12d81f14af} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2565 | 2024.08.14 22:32:47.914286 [ 3 ] {78ce0f34-35dc-432f-9e3f-3e12d81f14af} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2566 | 2024.08.14 22:32:47.914440 [ 3 ] {78ce0f34-35dc-432f-9e3f-3e12d81f14af} <Debug> executeQuery: Read 378 rows, 27.17 KiB in 0.001627 sec., 232329.44068838353 rows/sec., 16.31 MiB/sec. | ||
2567 | 2024.08.14 22:32:47.914635 [ 3 ] {78ce0f34-35dc-432f-9e3f-3e12d81f14af} <Debug> DynamicQueryHandler: Done processing query | ||
2568 | 2024.08.14 22:32:47.914657 [ 3 ] {78ce0f34-35dc-432f-9e3f-3e12d81f14af} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
2569 | 2024.08.14 22:32:47.914673 [ 3 ] {} <Debug> HTTP-Session: b5c955c6-7650-42ac-a38e-cf29e32742fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2570 | 2024.08.14 22:32:47.914827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2571 | 2024.08.14 22:32:47.914873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2572 | 2024.08.14 22:32:47.914892 [ 3 ] {} <Debug> HTTP-Session: 8ffc16fc-d190-4d6b-a090-f609c984038c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2573 | 2024.08.14 22:32:47.914909 [ 3 ] {} <Debug> HTTP-Session: 8ffc16fc-d190-4d6b-a090-f609c984038c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2574 | 2024.08.14 22:32:47.914924 [ 3 ] {} <Debug> HTTP-Session: 8ffc16fc-d190-4d6b-a090-f609c984038c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2575 | 2024.08.14 22:32:47.914954 [ 3 ] {} <Trace> HTTP-Session: 8ffc16fc-d190-4d6b-a090-f609c984038c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2576 | 2024.08.14 22:32:47.915049 [ 3 ] {1f8ba388-ace6-474d-a418-cdffb7fd6e77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2577 | 2024.08.14 22:32:47.915091 [ 3 ] {1f8ba388-ace6-474d-a418-cdffb7fd6e77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2578 | 2024.08.14 22:32:47.915217 [ 3 ] {1f8ba388-ace6-474d-a418-cdffb7fd6e77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2579 | 2024.08.14 22:32:47.915488 [ 3 ] {1f8ba388-ace6-474d-a418-cdffb7fd6e77} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2580 | 2024.08.14 22:32:47.915526 [ 3 ] {1f8ba388-ace6-474d-a418-cdffb7fd6e77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2581 | 2024.08.14 22:32:47.915894 [ 3 ] {1f8ba388-ace6-474d-a418-cdffb7fd6e77} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2582 | 2024.08.14 22:32:47.916236 [ 3 ] {1f8ba388-ace6-474d-a418-cdffb7fd6e77} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2583 | 2024.08.14 22:32:47.916419 [ 3 ] {1f8ba388-ace6-474d-a418-cdffb7fd6e77} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001375 sec., 4363.636363636364 rows/sec., 187.50 KiB/sec. | ||
2584 | 2024.08.14 22:32:47.916668 [ 3 ] {1f8ba388-ace6-474d-a418-cdffb7fd6e77} <Debug> DynamicQueryHandler: Done processing query | ||
2585 | 2024.08.14 22:32:47.916694 [ 3 ] {1f8ba388-ace6-474d-a418-cdffb7fd6e77} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2586 | 2024.08.14 22:32:47.916710 [ 3 ] {} <Debug> HTTP-Session: 8ffc16fc-d190-4d6b-a090-f609c984038c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2587 | 2024.08.14 22:32:47.916870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2588 | 2024.08.14 22:32:47.916918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2589 | 2024.08.14 22:32:47.916937 [ 3 ] {} <Debug> HTTP-Session: 58c55a8f-c577-42c9-b95c-f8e39c4beb52 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2590 | 2024.08.14 22:32:47.916953 [ 3 ] {} <Debug> HTTP-Session: 58c55a8f-c577-42c9-b95c-f8e39c4beb52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2591 | 2024.08.14 22:32:47.916967 [ 3 ] {} <Debug> HTTP-Session: 58c55a8f-c577-42c9-b95c-f8e39c4beb52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2592 | 2024.08.14 22:32:47.916999 [ 3 ] {} <Trace> HTTP-Session: 58c55a8f-c577-42c9-b95c-f8e39c4beb52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2593 | 2024.08.14 22:32:47.917139 [ 3 ] {6e0765f7-3fec-4520-b969-4aa801af0532} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
2594 | 2024.08.14 22:32:47.917188 [ 3 ] {6e0765f7-3fec-4520-b969-4aa801af0532} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
2595 | 2024.08.14 22:32:47.917340 [ 3 ] {6e0765f7-3fec-4520-b969-4aa801af0532} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2596 | 2024.08.14 22:32:47.917659 [ 3 ] {6e0765f7-3fec-4520-b969-4aa801af0532} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2597 | 2024.08.14 22:32:47.917696 [ 3 ] {6e0765f7-3fec-4520-b969-4aa801af0532} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2598 | 2024.08.14 22:32:47.918066 [ 3 ] {6e0765f7-3fec-4520-b969-4aa801af0532} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2599 | 2024.08.14 22:32:47.918408 [ 3 ] {6e0765f7-3fec-4520-b969-4aa801af0532} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2600 | 2024.08.14 22:32:47.918561 [ 3 ] {6e0765f7-3fec-4520-b969-4aa801af0532} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001478 sec., 52097.42895805142 rows/sec., 3.21 MiB/sec. | ||
2601 | 2024.08.14 22:32:47.918718 [ 3 ] {6e0765f7-3fec-4520-b969-4aa801af0532} <Debug> DynamicQueryHandler: Done processing query | ||
2602 | 2024.08.14 22:32:47.918741 [ 3 ] {6e0765f7-3fec-4520-b969-4aa801af0532} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2603 | 2024.08.14 22:32:47.918757 [ 3 ] {} <Debug> HTTP-Session: 58c55a8f-c577-42c9-b95c-f8e39c4beb52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2604 | 2024.08.14 22:32:47.918913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 11567, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2605 | 2024.08.14 22:32:47.918960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2606 | 2024.08.14 22:32:47.918981 [ 3 ] {} <Debug> HTTP-Session: 1c776802-f367-45d4-9562-2269ecec0668 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2607 | 2024.08.14 22:32:47.918998 [ 3 ] {} <Debug> HTTP-Session: 1c776802-f367-45d4-9562-2269ecec0668 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2608 | 2024.08.14 22:32:47.919011 [ 3 ] {} <Debug> HTTP-Session: 1c776802-f367-45d4-9562-2269ecec0668 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2609 | 2024.08.14 22:32:47.919042 [ 3 ] {} <Trace> HTTP-Session: 1c776802-f367-45d4-9562-2269ecec0668 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2610 | 2024.08.14 22:32:47.919164 [ 3 ] {d53733ed-dee4-448c-b3d7-cc69e50be082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2611 | 2024.08.14 22:32:47.919210 [ 3 ] {d53733ed-dee4-448c-b3d7-cc69e50be082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2612 | 2024.08.14 22:32:47.919354 [ 3 ] {d53733ed-dee4-448c-b3d7-cc69e50be082} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2613 | 2024.08.14 22:32:47.919657 [ 3 ] {d53733ed-dee4-448c-b3d7-cc69e50be082} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2614 | 2024.08.14 22:32:47.919693 [ 3 ] {d53733ed-dee4-448c-b3d7-cc69e50be082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2615 | 2024.08.14 22:32:47.920062 [ 3 ] {d53733ed-dee4-448c-b3d7-cc69e50be082} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2616 | 2024.08.14 22:32:47.920419 [ 3 ] {d53733ed-dee4-448c-b3d7-cc69e50be082} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2617 | 2024.08.14 22:32:47.920581 [ 3 ] {d53733ed-dee4-448c-b3d7-cc69e50be082} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001464 sec., 40983.60655737705 rows/sec., 2.88 MiB/sec. | ||
2618 | 2024.08.14 22:32:47.920741 [ 3 ] {d53733ed-dee4-448c-b3d7-cc69e50be082} <Debug> DynamicQueryHandler: Done processing query | ||
2619 | 2024.08.14 22:32:47.920765 [ 3 ] {d53733ed-dee4-448c-b3d7-cc69e50be082} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2620 | 2024.08.14 22:32:47.920781 [ 3 ] {} <Debug> HTTP-Session: 1c776802-f367-45d4-9562-2269ecec0668 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2621 | 2024.08.14 22:32:47.920890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2622 | 2024.08.14 22:32:47.920937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2623 | 2024.08.14 22:32:47.920956 [ 3 ] {} <Debug> HTTP-Session: f1d2f635-4a24-486f-8ca5-b6dc339f8f0e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2624 | 2024.08.14 22:32:47.920973 [ 3 ] {} <Debug> HTTP-Session: f1d2f635-4a24-486f-8ca5-b6dc339f8f0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2625 | 2024.08.14 22:32:47.920986 [ 3 ] {} <Debug> HTTP-Session: f1d2f635-4a24-486f-8ca5-b6dc339f8f0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2626 | 2024.08.14 22:32:47.921017 [ 3 ] {} <Trace> HTTP-Session: f1d2f635-4a24-486f-8ca5-b6dc339f8f0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2627 | 2024.08.14 22:32:47.921109 [ 3 ] {017d3580-8413-4bfb-9a85-b235a7e4f23f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
2628 | 2024.08.14 22:32:47.921155 [ 3 ] {017d3580-8413-4bfb-9a85-b235a7e4f23f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2629 | 2024.08.14 22:32:47.921284 [ 3 ] {017d3580-8413-4bfb-9a85-b235a7e4f23f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2630 | 2024.08.14 22:32:47.921516 [ 3 ] {017d3580-8413-4bfb-9a85-b235a7e4f23f} <Trace> oximeter.measurements_f64 (1c2d589a-e633-4e82-8ed3-66ab3361475a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2631 | 2024.08.14 22:32:47.921551 [ 3 ] {017d3580-8413-4bfb-9a85-b235a7e4f23f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2632 | 2024.08.14 22:32:47.921892 [ 3 ] {017d3580-8413-4bfb-9a85-b235a7e4f23f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2633 | 2024.08.14 22:32:47.922214 [ 3 ] {017d3580-8413-4bfb-9a85-b235a7e4f23f} <Trace> oximeter.measurements_f64 (1c2d589a-e633-4e82-8ed3-66ab3361475a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2634 | 2024.08.14 22:32:47.922356 [ 3 ] {017d3580-8413-4bfb-9a85-b235a7e4f23f} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001257 sec., 795.5449482895783 rows/sec., 50.50 KiB/sec. | ||
2635 | 2024.08.14 22:32:47.922536 [ 3 ] {017d3580-8413-4bfb-9a85-b235a7e4f23f} <Debug> DynamicQueryHandler: Done processing query | ||
2636 | 2024.08.14 22:32:47.922560 [ 3 ] {017d3580-8413-4bfb-9a85-b235a7e4f23f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2637 | 2024.08.14 22:32:47.922575 [ 3 ] {} <Debug> HTTP-Session: f1d2f635-4a24-486f-8ca5-b6dc339f8f0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2638 | 2024.08.14 22:32:47.922737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2639 | 2024.08.14 22:32:47.922785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2640 | 2024.08.14 22:32:47.922804 [ 3 ] {} <Debug> HTTP-Session: 3d322cd7-f747-4281-8e35-1f9f744b6c80 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2641 | 2024.08.14 22:32:47.922820 [ 3 ] {} <Debug> HTTP-Session: 3d322cd7-f747-4281-8e35-1f9f744b6c80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2642 | 2024.08.14 22:32:47.922834 [ 3 ] {} <Debug> HTTP-Session: 3d322cd7-f747-4281-8e35-1f9f744b6c80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2643 | 2024.08.14 22:32:47.922864 [ 3 ] {} <Trace> HTTP-Session: 3d322cd7-f747-4281-8e35-1f9f744b6c80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2644 | 2024.08.14 22:32:47.923042 [ 3 ] {cc734616-3113-434a-9ab8-1765fde340cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2645 | 2024.08.14 22:32:47.923103 [ 3 ] {cc734616-3113-434a-9ab8-1765fde340cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
2646 | 2024.08.14 22:32:47.923502 [ 3 ] {cc734616-3113-434a-9ab8-1765fde340cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2647 | 2024.08.14 22:32:47.923964 [ 3 ] {cc734616-3113-434a-9ab8-1765fde340cb} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2648 | 2024.08.14 22:32:47.923999 [ 3 ] {cc734616-3113-434a-9ab8-1765fde340cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2649 | 2024.08.14 22:32:47.924586 [ 3 ] {cc734616-3113-434a-9ab8-1765fde340cb} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2650 | 2024.08.14 22:32:47.924993 [ 3 ] {cc734616-3113-434a-9ab8-1765fde340cb} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2651 | 2024.08.14 22:32:47.925175 [ 3 ] {cc734616-3113-434a-9ab8-1765fde340cb} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002237 sec., 4917.299955297273 rows/sec., 8.81 MiB/sec. | ||
2652 | 2024.08.14 22:32:47.925378 [ 3 ] {cc734616-3113-434a-9ab8-1765fde340cb} <Debug> DynamicQueryHandler: Done processing query | ||
2653 | 2024.08.14 22:32:47.925402 [ 3 ] {cc734616-3113-434a-9ab8-1765fde340cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
2654 | 2024.08.14 22:32:47.925417 [ 3 ] {} <Debug> HTTP-Session: 3d322cd7-f747-4281-8e35-1f9f744b6c80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2655 | 2024.08.14 22:32:47.925527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 5552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2656 | 2024.08.14 22:32:47.925575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2657 | 2024.08.14 22:32:47.925595 [ 3 ] {} <Debug> HTTP-Session: d7a9fbb7-2d0d-4fff-8126-7050824a1980 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2658 | 2024.08.14 22:32:47.925611 [ 3 ] {} <Debug> HTTP-Session: d7a9fbb7-2d0d-4fff-8126-7050824a1980 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2659 | 2024.08.14 22:32:47.925625 [ 3 ] {} <Debug> HTTP-Session: d7a9fbb7-2d0d-4fff-8126-7050824a1980 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2660 | 2024.08.14 22:32:47.925656 [ 3 ] {} <Trace> HTTP-Session: d7a9fbb7-2d0d-4fff-8126-7050824a1980 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2661 | 2024.08.14 22:32:47.925767 [ 3 ] {4701a24d-7d67-4a9a-971a-52b430d1d1ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2662 | 2024.08.14 22:32:47.925813 [ 3 ] {4701a24d-7d67-4a9a-971a-52b430d1d1ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2663 | 2024.08.14 22:32:47.925939 [ 3 ] {4701a24d-7d67-4a9a-971a-52b430d1d1ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2664 | 2024.08.14 22:32:47.926210 [ 3 ] {4701a24d-7d67-4a9a-971a-52b430d1d1ac} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2665 | 2024.08.14 22:32:47.926246 [ 3 ] {4701a24d-7d67-4a9a-971a-52b430d1d1ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2666 | 2024.08.14 22:32:47.926615 [ 3 ] {4701a24d-7d67-4a9a-971a-52b430d1d1ac} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2667 | 2024.08.14 22:32:47.926944 [ 3 ] {4701a24d-7d67-4a9a-971a-52b430d1d1ac} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2668 | 2024.08.14 22:32:47.927102 [ 3 ] {4701a24d-7d67-4a9a-971a-52b430d1d1ac} <Debug> executeQuery: Read 38 rows, 2.33 KiB in 0.001366 sec., 27818.448023426063 rows/sec., 1.67 MiB/sec. | ||
2669 | 2024.08.14 22:32:47.927371 [ 3 ] {4701a24d-7d67-4a9a-971a-52b430d1d1ac} <Debug> DynamicQueryHandler: Done processing query | ||
2670 | 2024.08.14 22:32:47.927395 [ 3 ] {4701a24d-7d67-4a9a-971a-52b430d1d1ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2671 | 2024.08.14 22:32:47.927411 [ 3 ] {} <Debug> HTTP-Session: d7a9fbb7-2d0d-4fff-8126-7050824a1980 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2672 | 2024.08.14 22:32:47.927533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 4557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2673 | 2024.08.14 22:32:47.927580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2674 | 2024.08.14 22:32:47.927600 [ 3 ] {} <Debug> HTTP-Session: 2d8c9d82-05e2-4d63-bd91-93cf94d14f3e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2675 | 2024.08.14 22:32:47.927617 [ 3 ] {} <Debug> HTTP-Session: 2d8c9d82-05e2-4d63-bd91-93cf94d14f3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2676 | 2024.08.14 22:32:47.927632 [ 3 ] {} <Debug> HTTP-Session: 2d8c9d82-05e2-4d63-bd91-93cf94d14f3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2677 | 2024.08.14 22:32:47.927664 [ 3 ] {} <Trace> HTTP-Session: 2d8c9d82-05e2-4d63-bd91-93cf94d14f3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2678 | 2024.08.14 22:32:47.927767 [ 3 ] {eb7cf700-cfe6-41d9-978d-f0dcc33a9111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2679 | 2024.08.14 22:32:47.927818 [ 3 ] {eb7cf700-cfe6-41d9-978d-f0dcc33a9111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2680 | 2024.08.14 22:32:47.927964 [ 3 ] {eb7cf700-cfe6-41d9-978d-f0dcc33a9111} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2681 | 2024.08.14 22:32:47.928226 [ 3 ] {eb7cf700-cfe6-41d9-978d-f0dcc33a9111} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2682 | 2024.08.14 22:32:47.928263 [ 3 ] {eb7cf700-cfe6-41d9-978d-f0dcc33a9111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2683 | 2024.08.14 22:32:47.928616 [ 3 ] {eb7cf700-cfe6-41d9-978d-f0dcc33a9111} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2684 | 2024.08.14 22:32:47.928949 [ 3 ] {eb7cf700-cfe6-41d9-978d-f0dcc33a9111} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2685 | 2024.08.14 22:32:47.929100 [ 3 ] {eb7cf700-cfe6-41d9-978d-f0dcc33a9111} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001359 sec., 22075.05518763797 rows/sec., 1.46 MiB/sec. | ||
2686 | 2024.08.14 22:32:47.929268 [ 3 ] {eb7cf700-cfe6-41d9-978d-f0dcc33a9111} <Debug> DynamicQueryHandler: Done processing query | ||
2687 | 2024.08.14 22:32:47.929294 [ 3 ] {eb7cf700-cfe6-41d9-978d-f0dcc33a9111} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2688 | 2024.08.14 22:32:47.929311 [ 3 ] {} <Debug> HTTP-Session: 2d8c9d82-05e2-4d63-bd91-93cf94d14f3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2689 | 2024.08.14 22:32:48.000174 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.45 MiB, peak 187.47 MiB, free memory in arenas 0.00 B, will set to 178.73 MiB (RSS), difference: -1.73 MiB | ||
2690 | 2024.08.14 22:32:52.840553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2691 | 2024.08.14 22:32:52.840697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2692 | 2024.08.14 22:32:52.840731 [ 3 ] {} <Debug> HTTP-Session: ecc62087-b09e-451f-b581-198dc542b1da Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2693 | 2024.08.14 22:32:52.840762 [ 3 ] {} <Debug> HTTP-Session: ecc62087-b09e-451f-b581-198dc542b1da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2694 | 2024.08.14 22:32:52.840782 [ 3 ] {} <Debug> HTTP-Session: ecc62087-b09e-451f-b581-198dc542b1da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2695 | 2024.08.14 22:32:52.840835 [ 3 ] {} <Trace> HTTP-Session: ecc62087-b09e-451f-b581-198dc542b1da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2696 | 2024.08.14 22:32:52.841037 [ 3 ] {5f29aff5-4a14-434b-b34a-6af3839715a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2697 | 2024.08.14 22:32:52.841108 [ 3 ] {5f29aff5-4a14-434b-b34a-6af3839715a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2698 | 2024.08.14 22:32:52.841318 [ 3 ] {5f29aff5-4a14-434b-b34a-6af3839715a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2699 | 2024.08.14 22:32:52.841772 [ 3 ] {5f29aff5-4a14-434b-b34a-6af3839715a0} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2700 | 2024.08.14 22:32:52.841811 [ 3 ] {5f29aff5-4a14-434b-b34a-6af3839715a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2701 | 2024.08.14 22:32:52.842163 [ 3 ] {5f29aff5-4a14-434b-b34a-6af3839715a0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2702 | 2024.08.14 22:32:52.842486 [ 3 ] {5f29aff5-4a14-434b-b34a-6af3839715a0} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2703 | 2024.08.14 22:32:52.842621 [ 3 ] {5f29aff5-4a14-434b-b34a-6af3839715a0} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001646 sec., 12758.201701093561 rows/sec., 1.01 MiB/sec. | ||
2704 | 2024.08.14 22:32:52.842797 [ 3 ] {5f29aff5-4a14-434b-b34a-6af3839715a0} <Debug> DynamicQueryHandler: Done processing query | ||
2705 | 2024.08.14 22:32:52.842823 [ 3 ] {5f29aff5-4a14-434b-b34a-6af3839715a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2706 | 2024.08.14 22:32:52.842839 [ 3 ] {} <Debug> HTTP-Session: ecc62087-b09e-451f-b581-198dc542b1da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2707 | 2024.08.14 22:32:52.843024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2708 | 2024.08.14 22:32:52.843073 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2709 | 2024.08.14 22:32:52.843093 [ 3 ] {} <Debug> HTTP-Session: e51d2705-38ad-4c8a-aa57-17ec13967d5a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2710 | 2024.08.14 22:32:52.843110 [ 3 ] {} <Debug> HTTP-Session: e51d2705-38ad-4c8a-aa57-17ec13967d5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2711 | 2024.08.14 22:32:52.843124 [ 3 ] {} <Debug> HTTP-Session: e51d2705-38ad-4c8a-aa57-17ec13967d5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2712 | 2024.08.14 22:32:52.843154 [ 3 ] {} <Trace> HTTP-Session: e51d2705-38ad-4c8a-aa57-17ec13967d5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2713 | 2024.08.14 22:32:52.843278 [ 3 ] {0d044fc7-fdda-4ba0-97ce-a753d7a88404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2714 | 2024.08.14 22:32:52.843320 [ 3 ] {0d044fc7-fdda-4ba0-97ce-a753d7a88404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2715 | 2024.08.14 22:32:52.843441 [ 3 ] {0d044fc7-fdda-4ba0-97ce-a753d7a88404} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2716 | 2024.08.14 22:32:52.843849 [ 3 ] {0d044fc7-fdda-4ba0-97ce-a753d7a88404} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2717 | 2024.08.14 22:32:52.843886 [ 3 ] {0d044fc7-fdda-4ba0-97ce-a753d7a88404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2718 | 2024.08.14 22:32:52.844197 [ 3 ] {0d044fc7-fdda-4ba0-97ce-a753d7a88404} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2719 | 2024.08.14 22:32:52.844497 [ 3 ] {0d044fc7-fdda-4ba0-97ce-a753d7a88404} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2720 | 2024.08.14 22:32:52.844620 [ 3 ] {0d044fc7-fdda-4ba0-97ce-a753d7a88404} <Debug> executeQuery: Read 119 rows, 10.08 KiB in 0.001391 sec., 85549.96405463695 rows/sec., 7.08 MiB/sec. | ||
2721 | 2024.08.14 22:32:52.844782 [ 3 ] {0d044fc7-fdda-4ba0-97ce-a753d7a88404} <Debug> DynamicQueryHandler: Done processing query | ||
2722 | 2024.08.14 22:32:52.844805 [ 3 ] {0d044fc7-fdda-4ba0-97ce-a753d7a88404} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2723 | 2024.08.14 22:32:52.844822 [ 3 ] {} <Debug> HTTP-Session: e51d2705-38ad-4c8a-aa57-17ec13967d5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2724 | 2024.08.14 22:32:52.845043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2725 | 2024.08.14 22:32:52.845092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2726 | 2024.08.14 22:32:52.845111 [ 3 ] {} <Debug> HTTP-Session: fad54e09-14f7-41f0-ac03-991d9828e535 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2727 | 2024.08.14 22:32:52.845127 [ 3 ] {} <Debug> HTTP-Session: fad54e09-14f7-41f0-ac03-991d9828e535 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2728 | 2024.08.14 22:32:52.845141 [ 3 ] {} <Debug> HTTP-Session: fad54e09-14f7-41f0-ac03-991d9828e535 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2729 | 2024.08.14 22:32:52.845171 [ 3 ] {} <Trace> HTTP-Session: fad54e09-14f7-41f0-ac03-991d9828e535 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2730 | 2024.08.14 22:32:52.845284 [ 3 ] {2820e274-be7c-4489-8fb0-a27a43abadb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2731 | 2024.08.14 22:32:52.845326 [ 3 ] {2820e274-be7c-4489-8fb0-a27a43abadb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2732 | 2024.08.14 22:32:52.845450 [ 3 ] {2820e274-be7c-4489-8fb0-a27a43abadb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2733 | 2024.08.14 22:32:52.845797 [ 3 ] {2820e274-be7c-4489-8fb0-a27a43abadb7} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2734 | 2024.08.14 22:32:52.845833 [ 3 ] {2820e274-be7c-4489-8fb0-a27a43abadb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2735 | 2024.08.14 22:32:52.846133 [ 3 ] {2820e274-be7c-4489-8fb0-a27a43abadb7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2736 | 2024.08.14 22:32:52.846445 [ 3 ] {2820e274-be7c-4489-8fb0-a27a43abadb7} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2737 | 2024.08.14 22:32:52.846565 [ 3 ] {2820e274-be7c-4489-8fb0-a27a43abadb7} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001323 sec., 64247.92139077854 rows/sec., 5.02 MiB/sec. | ||
2738 | 2024.08.14 22:32:52.846715 [ 3 ] {2820e274-be7c-4489-8fb0-a27a43abadb7} <Debug> DynamicQueryHandler: Done processing query | ||
2739 | 2024.08.14 22:32:52.846739 [ 3 ] {2820e274-be7c-4489-8fb0-a27a43abadb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2740 | 2024.08.14 22:32:52.846755 [ 3 ] {} <Debug> HTTP-Session: fad54e09-14f7-41f0-ac03-991d9828e535 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2741 | 2024.08.14 22:32:52.846923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 23021, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2742 | 2024.08.14 22:32:52.846971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2743 | 2024.08.14 22:32:52.846990 [ 3 ] {} <Debug> HTTP-Session: ce043603-1d54-4c9e-b78e-30ee0fedb6c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2744 | 2024.08.14 22:32:52.847006 [ 3 ] {} <Debug> HTTP-Session: ce043603-1d54-4c9e-b78e-30ee0fedb6c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2745 | 2024.08.14 22:32:52.847020 [ 3 ] {} <Debug> HTTP-Session: ce043603-1d54-4c9e-b78e-30ee0fedb6c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2746 | 2024.08.14 22:32:52.847050 [ 3 ] {} <Trace> HTTP-Session: ce043603-1d54-4c9e-b78e-30ee0fedb6c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2747 | 2024.08.14 22:32:52.847182 [ 3 ] {4e5fa94e-803c-4599-b328-bc3dc607e054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2748 | 2024.08.14 22:32:52.847228 [ 3 ] {4e5fa94e-803c-4599-b328-bc3dc607e054} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2749 | 2024.08.14 22:32:52.847365 [ 3 ] {4e5fa94e-803c-4599-b328-bc3dc607e054} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2750 | 2024.08.14 22:32:52.847691 [ 3 ] {4e5fa94e-803c-4599-b328-bc3dc607e054} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2751 | 2024.08.14 22:32:52.847725 [ 3 ] {4e5fa94e-803c-4599-b328-bc3dc607e054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2752 | 2024.08.14 22:32:52.848078 [ 3 ] {4e5fa94e-803c-4599-b328-bc3dc607e054} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2753 | 2024.08.14 22:32:52.848477 [ 3 ] {4e5fa94e-803c-4599-b328-bc3dc607e054} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2754 | 2024.08.14 22:32:52.848605 [ 3 ] {4e5fa94e-803c-4599-b328-bc3dc607e054} <Debug> executeQuery: Read 120 rows, 8.57 KiB in 0.00148 sec., 81081.08108108108 rows/sec., 5.66 MiB/sec. | ||
2755 | 2024.08.14 22:32:52.848770 [ 3 ] {4e5fa94e-803c-4599-b328-bc3dc607e054} <Debug> DynamicQueryHandler: Done processing query | ||
2756 | 2024.08.14 22:32:52.848794 [ 3 ] {4e5fa94e-803c-4599-b328-bc3dc607e054} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2757 | 2024.08.14 22:32:52.848810 [ 3 ] {} <Debug> HTTP-Session: ce043603-1d54-4c9e-b78e-30ee0fedb6c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2758 | 2024.08.14 22:32:52.849025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33643, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2759 | 2024.08.14 22:32:52.849073 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2760 | 2024.08.14 22:32:52.849093 [ 3 ] {} <Debug> HTTP-Session: 53adafc8-810b-4d74-a9b6-f198e5a8822c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2761 | 2024.08.14 22:32:52.849110 [ 3 ] {} <Debug> HTTP-Session: 53adafc8-810b-4d74-a9b6-f198e5a8822c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2762 | 2024.08.14 22:32:52.849124 [ 3 ] {} <Debug> HTTP-Session: 53adafc8-810b-4d74-a9b6-f198e5a8822c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2763 | 2024.08.14 22:32:52.849154 [ 3 ] {} <Trace> HTTP-Session: 53adafc8-810b-4d74-a9b6-f198e5a8822c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2764 | 2024.08.14 22:32:52.849403 [ 3 ] {49520a5e-b60c-4cd7-9df3-58731b8c8d11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2765 | 2024.08.14 22:32:52.849465 [ 3 ] {49520a5e-b60c-4cd7-9df3-58731b8c8d11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
2766 | 2024.08.14 22:32:52.849861 [ 3 ] {49520a5e-b60c-4cd7-9df3-58731b8c8d11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2767 | 2024.08.14 22:32:52.850439 [ 3 ] {49520a5e-b60c-4cd7-9df3-58731b8c8d11} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2768 | 2024.08.14 22:32:52.850474 [ 3 ] {49520a5e-b60c-4cd7-9df3-58731b8c8d11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2769 | 2024.08.14 22:32:52.851085 [ 3 ] {49520a5e-b60c-4cd7-9df3-58731b8c8d11} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2770 | 2024.08.14 22:32:52.851491 [ 3 ] {49520a5e-b60c-4cd7-9df3-58731b8c8d11} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2771 | 2024.08.14 22:32:52.851640 [ 3 ] {49520a5e-b60c-4cd7-9df3-58731b8c8d11} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002407 sec., 8724.553385957624 rows/sec., 15.63 MiB/sec. | ||
2772 | 2024.08.14 22:32:52.851949 [ 3 ] {49520a5e-b60c-4cd7-9df3-58731b8c8d11} <Debug> DynamicQueryHandler: Done processing query | ||
2773 | 2024.08.14 22:32:52.851974 [ 3 ] {49520a5e-b60c-4cd7-9df3-58731b8c8d11} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
2774 | 2024.08.14 22:32:52.851990 [ 3 ] {} <Debug> HTTP-Session: 53adafc8-810b-4d74-a9b6-f198e5a8822c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2775 | 2024.08.14 22:32:52.852112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 7290, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2776 | 2024.08.14 22:32:52.852160 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2777 | 2024.08.14 22:32:52.852180 [ 3 ] {} <Debug> HTTP-Session: 07bc93ed-3f31-40a2-8436-0a7d5a354cea Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2778 | 2024.08.14 22:32:52.852197 [ 3 ] {} <Debug> HTTP-Session: 07bc93ed-3f31-40a2-8436-0a7d5a354cea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2779 | 2024.08.14 22:32:52.852211 [ 3 ] {} <Debug> HTTP-Session: 07bc93ed-3f31-40a2-8436-0a7d5a354cea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2780 | 2024.08.14 22:32:52.852242 [ 3 ] {} <Trace> HTTP-Session: 07bc93ed-3f31-40a2-8436-0a7d5a354cea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2781 | 2024.08.14 22:32:52.852347 [ 3 ] {f5e78d18-e08b-4a3f-9c2d-8a68018ba078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2782 | 2024.08.14 22:32:52.852390 [ 3 ] {f5e78d18-e08b-4a3f-9c2d-8a68018ba078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2783 | 2024.08.14 22:32:52.852515 [ 3 ] {f5e78d18-e08b-4a3f-9c2d-8a68018ba078} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2784 | 2024.08.14 22:32:52.852836 [ 3 ] {f5e78d18-e08b-4a3f-9c2d-8a68018ba078} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2785 | 2024.08.14 22:32:52.852872 [ 3 ] {f5e78d18-e08b-4a3f-9c2d-8a68018ba078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2786 | 2024.08.14 22:32:52.853221 [ 3 ] {f5e78d18-e08b-4a3f-9c2d-8a68018ba078} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2787 | 2024.08.14 22:32:52.853560 [ 3 ] {f5e78d18-e08b-4a3f-9c2d-8a68018ba078} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2788 | 2024.08.14 22:32:52.853691 [ 3 ] {f5e78d18-e08b-4a3f-9c2d-8a68018ba078} <Debug> executeQuery: Read 48 rows, 3.30 KiB in 0.001375 sec., 34909.09090909091 rows/sec., 2.34 MiB/sec. | ||
2789 | 2024.08.14 22:32:52.853897 [ 3 ] {f5e78d18-e08b-4a3f-9c2d-8a68018ba078} <Debug> DynamicQueryHandler: Done processing query | ||
2790 | 2024.08.14 22:32:52.853921 [ 3 ] {f5e78d18-e08b-4a3f-9c2d-8a68018ba078} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2791 | 2024.08.14 22:32:52.853937 [ 3 ] {} <Debug> HTTP-Session: 07bc93ed-3f31-40a2-8436-0a7d5a354cea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2792 | 2024.08.14 22:32:56.082878 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2793 | 2024.08.14 22:32:56.082944 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2794 | 2024.08.14 22:32:57.845993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2795 | 2024.08.14 22:32:57.846115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2796 | 2024.08.14 22:32:57.846145 [ 3 ] {} <Debug> HTTP-Session: 39bb1014-06dc-4cc9-9376-dedc201a7466 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2797 | 2024.08.14 22:32:57.846173 [ 3 ] {} <Debug> HTTP-Session: 39bb1014-06dc-4cc9-9376-dedc201a7466 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2798 | 2024.08.14 22:32:57.846191 [ 3 ] {} <Debug> HTTP-Session: 39bb1014-06dc-4cc9-9376-dedc201a7466 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2799 | 2024.08.14 22:32:57.846246 [ 3 ] {} <Trace> HTTP-Session: 39bb1014-06dc-4cc9-9376-dedc201a7466 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2800 | 2024.08.14 22:32:57.846455 [ 3 ] {197265be-5d06-473e-81cc-12935f61c06c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2801 | 2024.08.14 22:32:57.846531 [ 3 ] {197265be-5d06-473e-81cc-12935f61c06c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2802 | 2024.08.14 22:32:57.846747 [ 3 ] {197265be-5d06-473e-81cc-12935f61c06c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2803 | 2024.08.14 22:32:57.847175 [ 3 ] {197265be-5d06-473e-81cc-12935f61c06c} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2804 | 2024.08.14 22:32:57.847221 [ 3 ] {197265be-5d06-473e-81cc-12935f61c06c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2805 | 2024.08.14 22:32:57.847588 [ 3 ] {197265be-5d06-473e-81cc-12935f61c06c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2806 | 2024.08.14 22:32:57.847923 [ 3 ] {197265be-5d06-473e-81cc-12935f61c06c} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2807 | 2024.08.14 22:32:57.848093 [ 3 ] {197265be-5d06-473e-81cc-12935f61c06c} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001688 sec., 10071.090047393365 rows/sec., 729.53 KiB/sec. | ||
2808 | 2024.08.14 22:32:57.848295 [ 3 ] {197265be-5d06-473e-81cc-12935f61c06c} <Debug> DynamicQueryHandler: Done processing query | ||
2809 | 2024.08.14 22:32:57.848321 [ 3 ] {197265be-5d06-473e-81cc-12935f61c06c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2810 | 2024.08.14 22:32:57.848339 [ 3 ] {} <Debug> HTTP-Session: 39bb1014-06dc-4cc9-9376-dedc201a7466 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2811 | 2024.08.14 22:32:57.848511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 29344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2812 | 2024.08.14 22:32:57.848564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2813 | 2024.08.14 22:32:57.848584 [ 3 ] {} <Debug> HTTP-Session: 34187ef7-daf5-4175-b738-7d003bdc1b2a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2814 | 2024.08.14 22:32:57.848602 [ 3 ] {} <Debug> HTTP-Session: 34187ef7-daf5-4175-b738-7d003bdc1b2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2815 | 2024.08.14 22:32:57.848616 [ 3 ] {} <Debug> HTTP-Session: 34187ef7-daf5-4175-b738-7d003bdc1b2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2816 | 2024.08.14 22:32:57.848651 [ 3 ] {} <Trace> HTTP-Session: 34187ef7-daf5-4175-b738-7d003bdc1b2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2817 | 2024.08.14 22:32:57.848802 [ 3 ] {21d0d2fd-2fcd-40b2-b549-d492c8d57359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2818 | 2024.08.14 22:32:57.848848 [ 3 ] {21d0d2fd-2fcd-40b2-b549-d492c8d57359} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2819 | 2024.08.14 22:32:57.848980 [ 3 ] {21d0d2fd-2fcd-40b2-b549-d492c8d57359} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2820 | 2024.08.14 22:32:57.849413 [ 3 ] {21d0d2fd-2fcd-40b2-b549-d492c8d57359} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2821 | 2024.08.14 22:32:57.849451 [ 3 ] {21d0d2fd-2fcd-40b2-b549-d492c8d57359} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2822 | 2024.08.14 22:32:57.849782 [ 3 ] {21d0d2fd-2fcd-40b2-b549-d492c8d57359} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2823 | 2024.08.14 22:32:57.850087 [ 3 ] {21d0d2fd-2fcd-40b2-b549-d492c8d57359} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2824 | 2024.08.14 22:32:57.850250 [ 3 ] {21d0d2fd-2fcd-40b2-b549-d492c8d57359} <Debug> executeQuery: Read 194 rows, 17.54 KiB in 0.001512 sec., 128306.8783068783 rows/sec., 11.33 MiB/sec. | ||
2825 | 2024.08.14 22:32:57.850454 [ 3 ] {21d0d2fd-2fcd-40b2-b549-d492c8d57359} <Debug> DynamicQueryHandler: Done processing query | ||
2826 | 2024.08.14 22:32:57.850479 [ 3 ] {21d0d2fd-2fcd-40b2-b549-d492c8d57359} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2827 | 2024.08.14 22:32:57.850495 [ 3 ] {} <Debug> HTTP-Session: 34187ef7-daf5-4175-b738-7d003bdc1b2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2828 | 2024.08.14 22:32:57.850807 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 63412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2829 | 2024.08.14 22:32:57.850858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2830 | 2024.08.14 22:32:57.850878 [ 3 ] {} <Debug> HTTP-Session: e1145528-6a33-4719-b327-a8fcece257cc Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2831 | 2024.08.14 22:32:57.850895 [ 3 ] {} <Debug> HTTP-Session: e1145528-6a33-4719-b327-a8fcece257cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2832 | 2024.08.14 22:32:57.850909 [ 3 ] {} <Debug> HTTP-Session: e1145528-6a33-4719-b327-a8fcece257cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2833 | 2024.08.14 22:32:57.850941 [ 3 ] {} <Trace> HTTP-Session: e1145528-6a33-4719-b327-a8fcece257cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2834 | 2024.08.14 22:32:57.851151 [ 3 ] {0e7d3abc-5ef4-45d5-b7fd-39c03bbd7d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2835 | 2024.08.14 22:32:57.851194 [ 3 ] {0e7d3abc-5ef4-45d5-b7fd-39c03bbd7d8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2836 | 2024.08.14 22:32:57.851319 [ 3 ] {0e7d3abc-5ef4-45d5-b7fd-39c03bbd7d8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2837 | 2024.08.14 22:32:57.851838 [ 3 ] {0e7d3abc-5ef4-45d5-b7fd-39c03bbd7d8c} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2838 | 2024.08.14 22:32:57.851874 [ 3 ] {0e7d3abc-5ef4-45d5-b7fd-39c03bbd7d8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2839 | 2024.08.14 22:32:57.852217 [ 3 ] {0e7d3abc-5ef4-45d5-b7fd-39c03bbd7d8c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2840 | 2024.08.14 22:32:57.852552 [ 3 ] {0e7d3abc-5ef4-45d5-b7fd-39c03bbd7d8c} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2841 | 2024.08.14 22:32:57.852712 [ 3 ] {0e7d3abc-5ef4-45d5-b7fd-39c03bbd7d8c} <Debug> executeQuery: Read 393 rows, 28.36 KiB in 0.001666 sec., 235894.35774309724 rows/sec., 16.62 MiB/sec. | ||
2842 | 2024.08.14 22:32:57.852869 [ 3 ] {0e7d3abc-5ef4-45d5-b7fd-39c03bbd7d8c} <Debug> DynamicQueryHandler: Done processing query | ||
2843 | 2024.08.14 22:32:57.852894 [ 3 ] {0e7d3abc-5ef4-45d5-b7fd-39c03bbd7d8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
2844 | 2024.08.14 22:32:57.852911 [ 3 ] {} <Debug> HTTP-Session: e1145528-6a33-4719-b327-a8fcece257cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2845 | 2024.08.14 22:32:57.853051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2846 | 2024.08.14 22:32:57.853099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2847 | 2024.08.14 22:32:57.853119 [ 3 ] {} <Debug> HTTP-Session: 28df1a92-3b22-4f1a-80d9-9849556e6b17 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2848 | 2024.08.14 22:32:57.853136 [ 3 ] {} <Debug> HTTP-Session: 28df1a92-3b22-4f1a-80d9-9849556e6b17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2849 | 2024.08.14 22:32:57.853150 [ 3 ] {} <Debug> HTTP-Session: 28df1a92-3b22-4f1a-80d9-9849556e6b17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2850 | 2024.08.14 22:32:57.853182 [ 3 ] {} <Trace> HTTP-Session: 28df1a92-3b22-4f1a-80d9-9849556e6b17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2851 | 2024.08.14 22:32:57.853277 [ 3 ] {becd9520-f9f6-41be-905a-fd35e0f8971d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2852 | 2024.08.14 22:32:57.853321 [ 3 ] {becd9520-f9f6-41be-905a-fd35e0f8971d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2853 | 2024.08.14 22:32:57.853456 [ 3 ] {becd9520-f9f6-41be-905a-fd35e0f8971d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2854 | 2024.08.14 22:32:57.853719 [ 3 ] {becd9520-f9f6-41be-905a-fd35e0f8971d} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2855 | 2024.08.14 22:32:57.853756 [ 3 ] {becd9520-f9f6-41be-905a-fd35e0f8971d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2856 | 2024.08.14 22:32:57.854108 [ 3 ] {becd9520-f9f6-41be-905a-fd35e0f8971d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2857 | 2024.08.14 22:32:57.854433 [ 3 ] {becd9520-f9f6-41be-905a-fd35e0f8971d} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2858 | 2024.08.14 22:32:57.854591 [ 3 ] {becd9520-f9f6-41be-905a-fd35e0f8971d} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001328 sec., 4518.0722891566265 rows/sec., 194.14 KiB/sec. | ||
2859 | 2024.08.14 22:32:57.854862 [ 3 ] {becd9520-f9f6-41be-905a-fd35e0f8971d} <Debug> DynamicQueryHandler: Done processing query | ||
2860 | 2024.08.14 22:32:57.854887 [ 3 ] {becd9520-f9f6-41be-905a-fd35e0f8971d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2861 | 2024.08.14 22:32:57.854903 [ 3 ] {} <Debug> HTTP-Session: 28df1a92-3b22-4f1a-80d9-9849556e6b17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2862 | 2024.08.14 22:32:57.855035 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2863 | 2024.08.14 22:32:57.855085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2864 | 2024.08.14 22:32:57.855104 [ 3 ] {} <Debug> HTTP-Session: e56ae4f4-e3a7-438c-a20c-af46f1ef88bc Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2865 | 2024.08.14 22:32:57.855120 [ 3 ] {} <Debug> HTTP-Session: e56ae4f4-e3a7-438c-a20c-af46f1ef88bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2866 | 2024.08.14 22:32:57.855133 [ 3 ] {} <Debug> HTTP-Session: e56ae4f4-e3a7-438c-a20c-af46f1ef88bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2867 | 2024.08.14 22:32:57.855163 [ 3 ] {} <Trace> HTTP-Session: e56ae4f4-e3a7-438c-a20c-af46f1ef88bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2868 | 2024.08.14 22:32:57.855300 [ 3 ] {5c9fe7c1-aa7d-4dc9-ad93-3448472db963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
2869 | 2024.08.14 22:32:57.855347 [ 3 ] {5c9fe7c1-aa7d-4dc9-ad93-3448472db963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
2870 | 2024.08.14 22:32:57.855512 [ 3 ] {5c9fe7c1-aa7d-4dc9-ad93-3448472db963} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2871 | 2024.08.14 22:32:57.855889 [ 3 ] {5c9fe7c1-aa7d-4dc9-ad93-3448472db963} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2872 | 2024.08.14 22:32:57.855927 [ 3 ] {5c9fe7c1-aa7d-4dc9-ad93-3448472db963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2873 | 2024.08.14 22:32:57.856290 [ 3 ] {5c9fe7c1-aa7d-4dc9-ad93-3448472db963} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2874 | 2024.08.14 22:32:57.856628 [ 3 ] {5c9fe7c1-aa7d-4dc9-ad93-3448472db963} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2875 | 2024.08.14 22:32:57.856782 [ 3 ] {5c9fe7c1-aa7d-4dc9-ad93-3448472db963} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001544 sec., 49870.466321243526 rows/sec., 3.07 MiB/sec. | ||
2876 | 2024.08.14 22:32:57.856953 [ 3 ] {5c9fe7c1-aa7d-4dc9-ad93-3448472db963} <Debug> DynamicQueryHandler: Done processing query | ||
2877 | 2024.08.14 22:32:57.856977 [ 3 ] {5c9fe7c1-aa7d-4dc9-ad93-3448472db963} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2878 | 2024.08.14 22:32:57.856994 [ 3 ] {} <Debug> HTTP-Session: e56ae4f4-e3a7-438c-a20c-af46f1ef88bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2879 | 2024.08.14 22:32:57.857166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2880 | 2024.08.14 22:32:57.857215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2881 | 2024.08.14 22:32:57.857235 [ 3 ] {} <Debug> HTTP-Session: 567568a7-b95e-4805-b7b6-3ff7f4d5257d Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2882 | 2024.08.14 22:32:57.857252 [ 3 ] {} <Debug> HTTP-Session: 567568a7-b95e-4805-b7b6-3ff7f4d5257d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2883 | 2024.08.14 22:32:57.857265 [ 3 ] {} <Debug> HTTP-Session: 567568a7-b95e-4805-b7b6-3ff7f4d5257d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2884 | 2024.08.14 22:32:57.857295 [ 3 ] {} <Trace> HTTP-Session: 567568a7-b95e-4805-b7b6-3ff7f4d5257d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2885 | 2024.08.14 22:32:57.857443 [ 3 ] {e6ce4858-83d1-4b68-89b5-d9d095daca5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2886 | 2024.08.14 22:32:57.857488 [ 3 ] {e6ce4858-83d1-4b68-89b5-d9d095daca5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2887 | 2024.08.14 22:32:57.857630 [ 3 ] {e6ce4858-83d1-4b68-89b5-d9d095daca5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2888 | 2024.08.14 22:32:57.858029 [ 3 ] {e6ce4858-83d1-4b68-89b5-d9d095daca5e} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2889 | 2024.08.14 22:32:57.858065 [ 3 ] {e6ce4858-83d1-4b68-89b5-d9d095daca5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2890 | 2024.08.14 22:32:57.858458 [ 3 ] {e6ce4858-83d1-4b68-89b5-d9d095daca5e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2891 | 2024.08.14 22:32:57.858794 [ 3 ] {e6ce4858-83d1-4b68-89b5-d9d095daca5e} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2892 | 2024.08.14 22:32:57.858918 [ 3 ] {e6ce4858-83d1-4b68-89b5-d9d095daca5e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001542 sec., 103761.34889753567 rows/sec., 7.23 MiB/sec. | ||
2893 | 2024.08.14 22:32:57.858972 [ 53 ] {} <Debug> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2894 | 2024.08.14 22:32:57.859080 [ 53 ] {} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2895 | 2024.08.14 22:32:57.859124 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2896 | 2024.08.14 22:32:57.859159 [ 3 ] {e6ce4858-83d1-4b68-89b5-d9d095daca5e} <Debug> DynamicQueryHandler: Done processing query | ||
2897 | 2024.08.14 22:32:57.859210 [ 3 ] {e6ce4858-83d1-4b68-89b5-d9d095daca5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2898 | 2024.08.14 22:32:57.859238 [ 3 ] {} <Debug> HTTP-Session: 567568a7-b95e-4805-b7b6-3ff7f4d5257d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2899 | 2024.08.14 22:32:57.859362 [ 190 ] {d127de5d-82c0-4259-80d1-97db5b726b22::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 | ||
2900 | 2024.08.14 22:32:57.859425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17583, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2901 | 2024.08.14 22:32:57.859522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2902 | 2024.08.14 22:32:57.859579 [ 3 ] {} <Debug> HTTP-Session: 3ecbd642-581a-42cf-97d8-c6d2f809cfb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2903 | 2024.08.14 22:32:57.859626 [ 3 ] {} <Debug> HTTP-Session: 3ecbd642-581a-42cf-97d8-c6d2f809cfb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2904 | 2024.08.14 22:32:57.859670 [ 3 ] {} <Debug> HTTP-Session: 3ecbd642-581a-42cf-97d8-c6d2f809cfb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2905 | 2024.08.14 22:32:57.859694 [ 190 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2906 | 2024.08.14 22:32:57.859733 [ 3 ] {} <Trace> HTTP-Session: 3ecbd642-581a-42cf-97d8-c6d2f809cfb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2907 | 2024.08.14 22:32:57.859772 [ 190 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
2908 | 2024.08.14 22:32:57.860018 [ 190 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
2909 | 2024.08.14 22:32:57.860128 [ 3 ] {44f8fd0f-f533-4c99-b735-10f8815dd267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2910 | 2024.08.14 22:32:57.860270 [ 190 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 11 rows starting from the beginning of the part | ||
2911 | 2024.08.14 22:32:57.860415 [ 3 ] {44f8fd0f-f533-4c99-b735-10f8815dd267} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
2912 | 2024.08.14 22:32:57.860693 [ 190 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part | ||
2913 | 2024.08.14 22:32:57.861072 [ 190 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 120 rows starting from the beginning of the part | ||
2914 | 2024.08.14 22:32:57.861431 [ 190 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
2915 | 2024.08.14 22:32:57.862690 [ 3 ] {44f8fd0f-f533-4c99-b735-10f8815dd267} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2916 | 2024.08.14 22:32:57.864426 [ 3 ] {44f8fd0f-f533-4c99-b735-10f8815dd267} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2917 | 2024.08.14 22:32:57.864505 [ 3 ] {44f8fd0f-f533-4c99-b735-10f8815dd267} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2918 | 2024.08.14 22:32:57.864921 [ 190 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 369 rows, containing 5 columns (5 merged, 0 gathered) in 0.005677433 sec., 64994.16197425844 rows/sec., 4.56 MiB/sec. | ||
2919 | 2024.08.14 22:32:57.865168 [ 190 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2920 | 2024.08.14 22:32:57.866284 [ 190 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2921 | 2024.08.14 22:32:57.866356 [ 3 ] {44f8fd0f-f533-4c99-b735-10f8815dd267} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2922 | 2024.08.14 22:32:57.866404 [ 190 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2923 | 2024.08.14 22:32:57.866527 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
2924 | 2024.08.14 22:32:57.866900 [ 3 ] {44f8fd0f-f533-4c99-b735-10f8815dd267} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2925 | 2024.08.14 22:32:57.867118 [ 3 ] {44f8fd0f-f533-4c99-b735-10f8815dd267} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.007256 sec., 1515.986769570011 rows/sec., 2.72 MiB/sec. | ||
2926 | 2024.08.14 22:32:57.867499 [ 3 ] {44f8fd0f-f533-4c99-b735-10f8815dd267} <Debug> DynamicQueryHandler: Done processing query | ||
2927 | 2024.08.14 22:32:57.867525 [ 3 ] {44f8fd0f-f533-4c99-b735-10f8815dd267} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
2928 | 2024.08.14 22:32:57.867541 [ 3 ] {} <Debug> HTTP-Session: 3ecbd642-581a-42cf-97d8-c6d2f809cfb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2929 | 2024.08.14 22:32:57.867656 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2930 | 2024.08.14 22:32:57.867705 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2931 | 2024.08.14 22:32:57.867725 [ 3 ] {} <Debug> HTTP-Session: b88a6d3f-7ef2-4b50-ae5b-295107aa5231 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2932 | 2024.08.14 22:32:57.867742 [ 3 ] {} <Debug> HTTP-Session: b88a6d3f-7ef2-4b50-ae5b-295107aa5231 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2933 | 2024.08.14 22:32:57.867756 [ 3 ] {} <Debug> HTTP-Session: b88a6d3f-7ef2-4b50-ae5b-295107aa5231 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2934 | 2024.08.14 22:32:57.867788 [ 3 ] {} <Trace> HTTP-Session: b88a6d3f-7ef2-4b50-ae5b-295107aa5231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2935 | 2024.08.14 22:32:57.867889 [ 3 ] {5a385cc4-7545-4d82-88d7-1ff352eafe70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2936 | 2024.08.14 22:32:57.867932 [ 3 ] {5a385cc4-7545-4d82-88d7-1ff352eafe70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2937 | 2024.08.14 22:32:57.868065 [ 3 ] {5a385cc4-7545-4d82-88d7-1ff352eafe70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2938 | 2024.08.14 22:32:57.868341 [ 3 ] {5a385cc4-7545-4d82-88d7-1ff352eafe70} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2939 | 2024.08.14 22:32:57.868377 [ 3 ] {5a385cc4-7545-4d82-88d7-1ff352eafe70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2940 | 2024.08.14 22:32:57.868729 [ 3 ] {5a385cc4-7545-4d82-88d7-1ff352eafe70} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2941 | 2024.08.14 22:32:57.869071 [ 3 ] {5a385cc4-7545-4d82-88d7-1ff352eafe70} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2942 | 2024.08.14 22:32:57.869233 [ 3 ] {5a385cc4-7545-4d82-88d7-1ff352eafe70} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001358 sec., 16936.671575846834 rows/sec., 916.16 KiB/sec. | ||
2943 | 2024.08.14 22:32:57.869509 [ 3 ] {5a385cc4-7545-4d82-88d7-1ff352eafe70} <Debug> DynamicQueryHandler: Done processing query | ||
2944 | 2024.08.14 22:32:57.869534 [ 3 ] {5a385cc4-7545-4d82-88d7-1ff352eafe70} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2945 | 2024.08.14 22:32:57.869550 [ 3 ] {} <Debug> HTTP-Session: b88a6d3f-7ef2-4b50-ae5b-295107aa5231 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2946 | 2024.08.14 22:32:57.869665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2947 | 2024.08.14 22:32:57.869714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2948 | 2024.08.14 22:32:57.869733 [ 3 ] {} <Debug> HTTP-Session: d10feaee-64e1-42b7-b381-cdbc2d8b4282 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2949 | 2024.08.14 22:32:57.869750 [ 3 ] {} <Debug> HTTP-Session: d10feaee-64e1-42b7-b381-cdbc2d8b4282 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2950 | 2024.08.14 22:32:57.869764 [ 3 ] {} <Debug> HTTP-Session: d10feaee-64e1-42b7-b381-cdbc2d8b4282 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2951 | 2024.08.14 22:32:57.869795 [ 3 ] {} <Trace> HTTP-Session: d10feaee-64e1-42b7-b381-cdbc2d8b4282 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2952 | 2024.08.14 22:32:57.869914 [ 3 ] {005976eb-2f08-429e-b575-eef128bb6d35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2953 | 2024.08.14 22:32:57.869959 [ 3 ] {005976eb-2f08-429e-b575-eef128bb6d35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2954 | 2024.08.14 22:32:57.870107 [ 3 ] {005976eb-2f08-429e-b575-eef128bb6d35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2955 | 2024.08.14 22:32:57.870450 [ 3 ] {005976eb-2f08-429e-b575-eef128bb6d35} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2956 | 2024.08.14 22:32:57.870488 [ 3 ] {005976eb-2f08-429e-b575-eef128bb6d35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2957 | 2024.08.14 22:32:57.870835 [ 3 ] {005976eb-2f08-429e-b575-eef128bb6d35} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2958 | 2024.08.14 22:32:57.871152 [ 3 ] {005976eb-2f08-429e-b575-eef128bb6d35} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2959 | 2024.08.14 22:32:57.871302 [ 53 ] {} <Debug> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2960 | 2024.08.14 22:32:57.871311 [ 3 ] {005976eb-2f08-429e-b575-eef128bb6d35} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001427 sec., 42046.25087596356 rows/sec., 2.83 MiB/sec. | ||
2961 | 2024.08.14 22:32:57.871358 [ 53 ] {} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2962 | 2024.08.14 22:32:57.871427 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2963 | 2024.08.14 22:32:57.871610 [ 3 ] {005976eb-2f08-429e-b575-eef128bb6d35} <Debug> DynamicQueryHandler: Done processing query | ||
2964 | 2024.08.14 22:32:57.871657 [ 3 ] {005976eb-2f08-429e-b575-eef128bb6d35} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2965 | 2024.08.14 22:32:57.871674 [ 188 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
2966 | 2024.08.14 22:32:57.871689 [ 3 ] {} <Debug> HTTP-Session: d10feaee-64e1-42b7-b381-cdbc2d8b4282 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2967 | 2024.08.14 22:32:57.871827 [ 188 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2968 | 2024.08.14 22:32:57.871859 [ 188 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
2969 | 2024.08.14 22:32:57.871959 [ 188 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
2970 | 2024.08.14 22:32:57.872146 [ 188 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part | ||
2971 | 2024.08.14 22:32:57.872283 [ 188 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
2972 | 2024.08.14 22:32:57.872464 [ 188 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 48 rows starting from the beginning of the part | ||
2973 | 2024.08.14 22:32:57.872567 [ 188 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
2974 | 2024.08.14 22:32:57.873602 [ 191 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 166 rows, containing 4 columns (4 merged, 0 gathered) in 0.00206956 sec., 80210.28624441911 rows/sec., 5.30 MiB/sec. | ||
2975 | 2024.08.14 22:32:57.873753 [ 188 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2976 | 2024.08.14 22:32:57.874122 [ 188 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_6_1} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2977 | 2024.08.14 22:32:57.874193 [ 188 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_6_1} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2978 | 2024.08.14 22:32:57.874258 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
2979 | 2024.08.14 22:32:58.609636 [ 53 ] {} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2980 | 2024.08.14 22:32:58.609719 [ 53 ] {} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2981 | 2024.08.14 22:32:58.609746 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
2982 | 2024.08.14 22:32:58.609921 [ 192 ] {77e93720-66fc-44f7-b3b2-3ca0c014adf2::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 | ||
2983 | 2024.08.14 22:32:58.610294 [ 192 ] {77e93720-66fc-44f7-b3b2-3ca0c014adf2::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2984 | 2024.08.14 22:32:58.610342 [ 192 ] {77e93720-66fc-44f7-b3b2-3ca0c014adf2::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 | ||
2985 | 2024.08.14 22:32:58.610470 [ 192 ] {77e93720-66fc-44f7-b3b2-3ca0c014adf2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
2986 | 2024.08.14 22:32:58.610614 [ 192 ] {77e93720-66fc-44f7-b3b2-3ca0c014adf2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
2987 | 2024.08.14 22:32:58.610736 [ 192 ] {77e93720-66fc-44f7-b3b2-3ca0c014adf2::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 | ||
2988 | 2024.08.14 22:32:58.610869 [ 192 ] {77e93720-66fc-44f7-b3b2-3ca0c014adf2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 15 rows starting from the beginning of the part | ||
2989 | 2024.08.14 22:32:58.613052 [ 188 ] {77e93720-66fc-44f7-b3b2-3ca0c014adf2::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 6 columns (6 merged, 0 gathered) in 0.003214617 sec., 11198.845772295736 rows/sec., 1.49 MiB/sec. | ||
2990 | 2024.08.14 22:32:58.613294 [ 191 ] {77e93720-66fc-44f7-b3b2-3ca0c014adf2::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2991 | 2024.08.14 22:32:58.613919 [ 191 ] {77e93720-66fc-44f7-b3b2-3ca0c014adf2::all_1_5_1} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2992 | 2024.08.14 22:32:58.614017 [ 191 ] {77e93720-66fc-44f7-b3b2-3ca0c014adf2::all_1_5_1} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2993 | 2024.08.14 22:32:58.614126 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
2994 | 2024.08.14 22:33:02.841638 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2995 | 2024.08.14 22:33:02.841750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2996 | 2024.08.14 22:33:02.841775 [ 3 ] {} <Debug> HTTP-Session: 256c9af3-574c-4b39-8dd2-4555d671106a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
2997 | 2024.08.14 22:33:02.841798 [ 3 ] {} <Debug> HTTP-Session: 256c9af3-574c-4b39-8dd2-4555d671106a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2998 | 2024.08.14 22:33:02.841813 [ 3 ] {} <Debug> HTTP-Session: 256c9af3-574c-4b39-8dd2-4555d671106a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2999 | 2024.08.14 22:33:02.841859 [ 3 ] {} <Trace> HTTP-Session: 256c9af3-574c-4b39-8dd2-4555d671106a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3000 | 2024.08.14 22:33:02.842041 [ 3 ] {b1cfb78d-c89c-4c40-a3d7-36815aa0ec43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3001 | 2024.08.14 22:33:02.842106 [ 3 ] {b1cfb78d-c89c-4c40-a3d7-36815aa0ec43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3002 | 2024.08.14 22:33:02.842284 [ 3 ] {b1cfb78d-c89c-4c40-a3d7-36815aa0ec43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3003 | 2024.08.14 22:33:02.842799 [ 3 ] {b1cfb78d-c89c-4c40-a3d7-36815aa0ec43} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3004 | 2024.08.14 22:33:02.842840 [ 3 ] {b1cfb78d-c89c-4c40-a3d7-36815aa0ec43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3005 | 2024.08.14 22:33:02.843199 [ 3 ] {b1cfb78d-c89c-4c40-a3d7-36815aa0ec43} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3006 | 2024.08.14 22:33:02.843531 [ 3 ] {b1cfb78d-c89c-4c40-a3d7-36815aa0ec43} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3007 | 2024.08.14 22:33:02.843676 [ 3 ] {b1cfb78d-c89c-4c40-a3d7-36815aa0ec43} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001691 sec., 12418.687167356593 rows/sec., 1006.59 KiB/sec. | ||
3008 | 2024.08.14 22:33:02.843707 [ 47 ] {} <Debug> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3009 | 2024.08.14 22:33:02.843817 [ 47 ] {} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3010 | 2024.08.14 22:33:02.843867 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3011 | 2024.08.14 22:33:02.843998 [ 3 ] {b1cfb78d-c89c-4c40-a3d7-36815aa0ec43} <Debug> DynamicQueryHandler: Done processing query | ||
3012 | 2024.08.14 22:33:02.844084 [ 3 ] {b1cfb78d-c89c-4c40-a3d7-36815aa0ec43} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3013 | 2024.08.14 22:33:02.844116 [ 3 ] {} <Debug> HTTP-Session: 256c9af3-574c-4b39-8dd2-4555d671106a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3014 | 2024.08.14 22:33:02.844124 [ 188 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
3015 | 2024.08.14 22:33:02.844388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3016 | 2024.08.14 22:33:02.844486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3017 | 2024.08.14 22:33:02.844519 [ 3 ] {} <Debug> HTTP-Session: 34a8eb68-3937-422b-b005-c50d8c6f46a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3018 | 2024.08.14 22:33:02.844518 [ 188 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3019 | 2024.08.14 22:33:02.844539 [ 3 ] {} <Debug> HTTP-Session: 34a8eb68-3937-422b-b005-c50d8c6f46a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3020 | 2024.08.14 22:33:02.844562 [ 3 ] {} <Debug> HTTP-Session: 34a8eb68-3937-422b-b005-c50d8c6f46a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3021 | 2024.08.14 22:33:02.844571 [ 188 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 27 rows starting from the beginning of the part | ||
3022 | 2024.08.14 22:33:02.844602 [ 3 ] {} <Trace> HTTP-Session: 34a8eb68-3937-422b-b005-c50d8c6f46a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3023 | 2024.08.14 22:33:02.844665 [ 188 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 21 rows starting from the beginning of the part | ||
3024 | 2024.08.14 22:33:02.844932 [ 3 ] {c3ab14ec-dd4e-40dc-8a4b-18a377ca1a73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3025 | 2024.08.14 22:33:02.845089 [ 188 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 17 rows starting from the beginning of the part | ||
3026 | 2024.08.14 22:33:02.845148 [ 3 ] {c3ab14ec-dd4e-40dc-8a4b-18a377ca1a73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3027 | 2024.08.14 22:33:02.845413 [ 188 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 21 rows starting from the beginning of the part | ||
3028 | 2024.08.14 22:33:02.845755 [ 188 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 17 rows starting from the beginning of the part | ||
3029 | 2024.08.14 22:33:02.846022 [ 188 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 21 rows starting from the beginning of the part | ||
3030 | 2024.08.14 22:33:02.846385 [ 3 ] {c3ab14ec-dd4e-40dc-8a4b-18a377ca1a73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3031 | 2024.08.14 22:33:02.847219 [ 3 ] {c3ab14ec-dd4e-40dc-8a4b-18a377ca1a73} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3032 | 2024.08.14 22:33:02.847262 [ 3 ] {c3ab14ec-dd4e-40dc-8a4b-18a377ca1a73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3033 | 2024.08.14 22:33:02.847795 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 124 rows, containing 4 columns (4 merged, 0 gathered) in 0.003852276 sec., 32188.76321426606 rows/sec., 2.44 MiB/sec. | ||
3034 | 2024.08.14 22:33:02.847812 [ 3 ] {c3ab14ec-dd4e-40dc-8a4b-18a377ca1a73} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3035 | 2024.08.14 22:33:02.848052 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3036 | 2024.08.14 22:33:02.848530 [ 3 ] {c3ab14ec-dd4e-40dc-8a4b-18a377ca1a73} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3037 | 2024.08.14 22:33:02.848779 [ 47 ] {} <Debug> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3038 | 2024.08.14 22:33:02.848875 [ 47 ] {} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3039 | 2024.08.14 22:33:02.848885 [ 3 ] {c3ab14ec-dd4e-40dc-8a4b-18a377ca1a73} <Debug> executeQuery: Read 119 rows, 10.08 KiB in 0.004133 sec., 28792.64456811033 rows/sec., 2.38 MiB/sec. | ||
3040 | 2024.08.14 22:33:02.848925 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3041 | 2024.08.14 22:33:02.848999 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_11_2} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3042 | 2024.08.14 22:33:02.849346 [ 195 ] {99dad827-b692-4668-b096-a1f8f01ac229::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 | ||
3043 | 2024.08.14 22:33:02.849349 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_11_2} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3044 | 2024.08.14 22:33:02.849369 [ 3 ] {c3ab14ec-dd4e-40dc-8a4b-18a377ca1a73} <Debug> DynamicQueryHandler: Done processing query | ||
3045 | 2024.08.14 22:33:02.849451 [ 3 ] {c3ab14ec-dd4e-40dc-8a4b-18a377ca1a73} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3046 | 2024.08.14 22:33:02.849556 [ 3 ] {} <Debug> HTTP-Session: 34a8eb68-3937-422b-b005-c50d8c6f46a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3047 | 2024.08.14 22:33:02.849627 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
3048 | 2024.08.14 22:33:02.849692 [ 195 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3049 | 2024.08.14 22:33:02.849724 [ 195 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 172 rows starting from the beginning of the part | ||
3050 | 2024.08.14 22:33:02.849869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3051 | 2024.08.14 22:33:02.849949 [ 195 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 68 rows starting from the beginning of the part | ||
3052 | 2024.08.14 22:33:02.850077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3053 | 2024.08.14 22:33:02.850173 [ 3 ] {} <Debug> HTTP-Session: f68f901a-ec0a-4ebe-a0f8-3d15afc4d5a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3054 | 2024.08.14 22:33:02.850235 [ 195 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 169 rows starting from the beginning of the part | ||
3055 | 2024.08.14 22:33:02.850250 [ 3 ] {} <Debug> HTTP-Session: f68f901a-ec0a-4ebe-a0f8-3d15afc4d5a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3056 | 2024.08.14 22:33:02.850326 [ 3 ] {} <Debug> HTTP-Session: f68f901a-ec0a-4ebe-a0f8-3d15afc4d5a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3057 | 2024.08.14 22:33:02.850457 [ 3 ] {} <Trace> HTTP-Session: f68f901a-ec0a-4ebe-a0f8-3d15afc4d5a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3058 | 2024.08.14 22:33:02.850506 [ 195 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 119 rows starting from the beginning of the part | ||
3059 | 2024.08.14 22:33:02.850763 [ 195 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 194 rows starting from the beginning of the part | ||
3060 | 2024.08.14 22:33:02.850901 [ 3 ] {f6e0cda8-11dc-472a-a69a-c78ce29ff27b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3061 | 2024.08.14 22:33:02.851106 [ 195 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 119 rows starting from the beginning of the part | ||
3062 | 2024.08.14 22:33:02.851137 [ 3 ] {f6e0cda8-11dc-472a-a69a-c78ce29ff27b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3063 | 2024.08.14 22:33:02.851865 [ 3 ] {f6e0cda8-11dc-472a-a69a-c78ce29ff27b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3064 | 2024.08.14 22:33:02.852704 [ 3 ] {f6e0cda8-11dc-472a-a69a-c78ce29ff27b} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3065 | 2024.08.14 22:33:02.852776 [ 3 ] {f6e0cda8-11dc-472a-a69a-c78ce29ff27b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3066 | 2024.08.14 22:33:02.853654 [ 3 ] {f6e0cda8-11dc-472a-a69a-c78ce29ff27b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3067 | 2024.08.14 22:33:02.854345 [ 191 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 841 rows, containing 4 columns (4 merged, 0 gathered) in 0.005145845 sec., 163432.82784460086 rows/sec., 14.34 MiB/sec. | ||
3068 | 2024.08.14 22:33:02.854460 [ 3 ] {f6e0cda8-11dc-472a-a69a-c78ce29ff27b} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3069 | 2024.08.14 22:33:02.854599 [ 200 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3070 | 2024.08.14 22:33:02.854666 [ 47 ] {} <Debug> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3071 | 2024.08.14 22:33:02.854685 [ 3 ] {f6e0cda8-11dc-472a-a69a-c78ce29ff27b} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.00401 sec., 21197.00748129676 rows/sec., 1.66 MiB/sec. | ||
3072 | 2024.08.14 22:33:02.854755 [ 47 ] {} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3073 | 2024.08.14 22:33:02.854858 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3074 | 2024.08.14 22:33:02.855312 [ 3 ] {f6e0cda8-11dc-472a-a69a-c78ce29ff27b} <Debug> DynamicQueryHandler: Done processing query | ||
3075 | 2024.08.14 22:33:02.855442 [ 3 ] {f6e0cda8-11dc-472a-a69a-c78ce29ff27b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3076 | 2024.08.14 22:33:02.855569 [ 3 ] {} <Debug> HTTP-Session: f68f901a-ec0a-4ebe-a0f8-3d15afc4d5a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3077 | 2024.08.14 22:33:02.855571 [ 195 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::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 | ||
3078 | 2024.08.14 22:33:02.855957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3079 | 2024.08.14 22:33:02.856192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3080 | 2024.08.14 22:33:02.856313 [ 3 ] {} <Debug> HTTP-Session: d85b25a1-daea-4385-bf6c-2cee46cbc599 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3081 | 2024.08.14 22:33:02.856402 [ 3 ] {} <Debug> HTTP-Session: d85b25a1-daea-4385-bf6c-2cee46cbc599 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3082 | 2024.08.14 22:33:02.856445 [ 195 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3083 | 2024.08.14 22:33:02.856449 [ 3 ] {} <Debug> HTTP-Session: d85b25a1-daea-4385-bf6c-2cee46cbc599 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3084 | 2024.08.14 22:33:02.856536 [ 195 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 354 rows starting from the beginning of the part | ||
3085 | 2024.08.14 22:33:02.856572 [ 3 ] {} <Trace> HTTP-Session: d85b25a1-daea-4385-bf6c-2cee46cbc599 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3086 | 2024.08.14 22:33:02.856848 [ 200 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_11_2} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3087 | 2024.08.14 22:33:02.856922 [ 195 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 31 rows starting from the beginning of the part | ||
3088 | 2024.08.14 22:33:02.857101 [ 3 ] {7defaa81-562c-49d4-bca5-9e9f78abf820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3089 | 2024.08.14 22:33:02.857362 [ 3 ] {7defaa81-562c-49d4-bca5-9e9f78abf820} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3090 | 2024.08.14 22:33:02.857365 [ 200 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_11_2} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3091 | 2024.08.14 22:33:02.857383 [ 195 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 378 rows starting from the beginning of the part | ||
3092 | 2024.08.14 22:33:02.857832 [ 195 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 85 rows starting from the beginning of the part | ||
3093 | 2024.08.14 22:33:02.857890 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
3094 | 2024.08.14 22:33:02.858252 [ 195 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 393 rows starting from the beginning of the part | ||
3095 | 2024.08.14 22:33:02.858639 [ 195 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 85 rows starting from the beginning of the part | ||
3096 | 2024.08.14 22:33:02.859199 [ 3 ] {7defaa81-562c-49d4-bca5-9e9f78abf820} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3097 | 2024.08.14 22:33:02.860145 [ 3 ] {7defaa81-562c-49d4-bca5-9e9f78abf820} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3098 | 2024.08.14 22:33:02.860211 [ 3 ] {7defaa81-562c-49d4-bca5-9e9f78abf820} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3099 | 2024.08.14 22:33:02.861125 [ 3 ] {7defaa81-562c-49d4-bca5-9e9f78abf820} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3100 | 2024.08.14 22:33:02.861333 [ 200 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1326 rows, containing 4 columns (4 merged, 0 gathered) in 0.006271691 sec., 211426.232574277 rows/sec., 15.08 MiB/sec. | ||
3101 | 2024.08.14 22:33:02.861508 [ 200 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3102 | 2024.08.14 22:33:02.861690 [ 3 ] {7defaa81-562c-49d4-bca5-9e9f78abf820} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3103 | 2024.08.14 22:33:02.861985 [ 3 ] {7defaa81-562c-49d4-bca5-9e9f78abf820} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005154 sec., 31043.84943733023 rows/sec., 2.16 MiB/sec. | ||
3104 | 2024.08.14 22:33:02.862167 [ 200 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_11_2} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3105 | 2024.08.14 22:33:02.862306 [ 200 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_11_2} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3106 | 2024.08.14 22:33:02.862340 [ 3 ] {7defaa81-562c-49d4-bca5-9e9f78abf820} <Debug> DynamicQueryHandler: Done processing query | ||
3107 | 2024.08.14 22:33:02.862388 [ 3 ] {7defaa81-562c-49d4-bca5-9e9f78abf820} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3108 | 2024.08.14 22:33:02.862395 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
3109 | 2024.08.14 22:33:02.862407 [ 3 ] {} <Debug> HTTP-Session: d85b25a1-daea-4385-bf6c-2cee46cbc599 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3110 | 2024.08.14 22:33:02.862841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3111 | 2024.08.14 22:33:02.862890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3112 | 2024.08.14 22:33:02.862909 [ 3 ] {} <Debug> HTTP-Session: 1f604da5-0d17-4e0f-8efb-4d4aa10160b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3113 | 2024.08.14 22:33:02.862925 [ 3 ] {} <Debug> HTTP-Session: 1f604da5-0d17-4e0f-8efb-4d4aa10160b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3114 | 2024.08.14 22:33:02.862938 [ 3 ] {} <Debug> HTTP-Session: 1f604da5-0d17-4e0f-8efb-4d4aa10160b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3115 | 2024.08.14 22:33:02.862969 [ 3 ] {} <Trace> HTTP-Session: 1f604da5-0d17-4e0f-8efb-4d4aa10160b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3116 | 2024.08.14 22:33:02.863364 [ 3 ] {0b536b8f-eaf2-4839-9428-7e093e3bc19c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3117 | 2024.08.14 22:33:02.863428 [ 3 ] {0b536b8f-eaf2-4839-9428-7e093e3bc19c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
3118 | 2024.08.14 22:33:02.863844 [ 3 ] {0b536b8f-eaf2-4839-9428-7e093e3bc19c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3119 | 2024.08.14 22:33:02.864537 [ 3 ] {0b536b8f-eaf2-4839-9428-7e093e3bc19c} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3120 | 2024.08.14 22:33:02.864573 [ 3 ] {0b536b8f-eaf2-4839-9428-7e093e3bc19c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3121 | 2024.08.14 22:33:02.865172 [ 3 ] {0b536b8f-eaf2-4839-9428-7e093e3bc19c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3122 | 2024.08.14 22:33:02.865596 [ 3 ] {0b536b8f-eaf2-4839-9428-7e093e3bc19c} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3123 | 2024.08.14 22:33:02.865788 [ 3 ] {0b536b8f-eaf2-4839-9428-7e093e3bc19c} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002725 sec., 7706.422018348624 rows/sec., 13.81 MiB/sec. | ||
3124 | 2024.08.14 22:33:02.866018 [ 3 ] {0b536b8f-eaf2-4839-9428-7e093e3bc19c} <Debug> DynamicQueryHandler: Done processing query | ||
3125 | 2024.08.14 22:33:02.866044 [ 3 ] {0b536b8f-eaf2-4839-9428-7e093e3bc19c} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
3126 | 2024.08.14 22:33:02.866060 [ 3 ] {} <Debug> HTTP-Session: 1f604da5-0d17-4e0f-8efb-4d4aa10160b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3127 | 2024.08.14 22:33:02.866189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3128 | 2024.08.14 22:33:02.866238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3129 | 2024.08.14 22:33:02.866257 [ 3 ] {} <Debug> HTTP-Session: b3143426-b64a-4167-851a-5a097f8cf0e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3130 | 2024.08.14 22:33:02.866274 [ 3 ] {} <Debug> HTTP-Session: b3143426-b64a-4167-851a-5a097f8cf0e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3131 | 2024.08.14 22:33:02.866287 [ 3 ] {} <Debug> HTTP-Session: b3143426-b64a-4167-851a-5a097f8cf0e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3132 | 2024.08.14 22:33:02.866318 [ 3 ] {} <Trace> HTTP-Session: b3143426-b64a-4167-851a-5a097f8cf0e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3133 | 2024.08.14 22:33:02.866435 [ 3 ] {a36ea781-15b8-42e8-8d7d-4e65cc7f6687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3134 | 2024.08.14 22:33:02.866479 [ 3 ] {a36ea781-15b8-42e8-8d7d-4e65cc7f6687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3135 | 2024.08.14 22:33:02.866609 [ 3 ] {a36ea781-15b8-42e8-8d7d-4e65cc7f6687} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3136 | 2024.08.14 22:33:02.866910 [ 3 ] {a36ea781-15b8-42e8-8d7d-4e65cc7f6687} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3137 | 2024.08.14 22:33:02.866947 [ 3 ] {a36ea781-15b8-42e8-8d7d-4e65cc7f6687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3138 | 2024.08.14 22:33:02.867299 [ 3 ] {a36ea781-15b8-42e8-8d7d-4e65cc7f6687} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3139 | 2024.08.14 22:33:02.867628 [ 3 ] {a36ea781-15b8-42e8-8d7d-4e65cc7f6687} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3140 | 2024.08.14 22:33:02.867784 [ 3 ] {a36ea781-15b8-42e8-8d7d-4e65cc7f6687} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001392 sec., 43103.448275862065 rows/sec., 2.90 MiB/sec. | ||
3141 | 2024.08.14 22:33:02.867991 [ 3 ] {a36ea781-15b8-42e8-8d7d-4e65cc7f6687} <Debug> DynamicQueryHandler: Done processing query | ||
3142 | 2024.08.14 22:33:02.868015 [ 3 ] {a36ea781-15b8-42e8-8d7d-4e65cc7f6687} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3143 | 2024.08.14 22:33:02.868030 [ 3 ] {} <Debug> HTTP-Session: b3143426-b64a-4167-851a-5a097f8cf0e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3144 | 2024.08.14 22:33:03.560206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 1294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3145 | 2024.08.14 22:33:03.560348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3146 | 2024.08.14 22:33:03.560378 [ 3 ] {} <Debug> HTTP-Session: 00a2ca8d-69b8-4f72-8a5e-b511d766602e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3147 | 2024.08.14 22:33:03.560405 [ 3 ] {} <Debug> HTTP-Session: 00a2ca8d-69b8-4f72-8a5e-b511d766602e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3148 | 2024.08.14 22:33:03.560426 [ 3 ] {} <Debug> HTTP-Session: 00a2ca8d-69b8-4f72-8a5e-b511d766602e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3149 | 2024.08.14 22:33:03.560482 [ 3 ] {} <Trace> HTTP-Session: 00a2ca8d-69b8-4f72-8a5e-b511d766602e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3150 | 2024.08.14 22:33:03.560770 [ 3 ] {16ca25f4-bde9-40d8-9d5d-3bd227a663d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
3151 | 2024.08.14 22:33:03.561193 [ 3 ] {16ca25f4-bde9-40d8-9d5d-3bd227a663d6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3152 | 2024.08.14 22:33:03.561244 [ 3 ] {16ca25f4-bde9-40d8-9d5d-3bd227a663d6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
3153 | 2024.08.14 22:33:03.561599 [ 3 ] {16ca25f4-bde9-40d8-9d5d-3bd227a663d6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3154 | 2024.08.14 22:33:03.561680 [ 3 ] {16ca25f4-bde9-40d8-9d5d-3bd227a663d6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3155 | 2024.08.14 22:33:03.561849 [ 3 ] {16ca25f4-bde9-40d8-9d5d-3bd227a663d6} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
3156 | 2024.08.14 22:33:03.561888 [ 3 ] {16ca25f4-bde9-40d8-9d5d-3bd227a663d6} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
3157 | 2024.08.14 22:33:03.561913 [ 3 ] {16ca25f4-bde9-40d8-9d5d-3bd227a663d6} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (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 | ||
3158 | 2024.08.14 22:33:03.561931 [ 3 ] {16ca25f4-bde9-40d8-9d5d-3bd227a663d6} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3159 | 2024.08.14 22:33:03.561978 [ 3 ] {16ca25f4-bde9-40d8-9d5d-3bd227a663d6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3160 | 2024.08.14 22:33:03.562002 [ 3 ] {16ca25f4-bde9-40d8-9d5d-3bd227a663d6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
3161 | 2024.08.14 22:33:03.563094 [ 3 ] {16ca25f4-bde9-40d8-9d5d-3bd227a663d6} <Debug> executeQuery: Read 36 rows, 1.35 KiB in 0.002456 sec., 14657.98045602606 rows/sec., 550.31 KiB/sec. | ||
3162 | 2024.08.14 22:33:03.563371 [ 3 ] {16ca25f4-bde9-40d8-9d5d-3bd227a663d6} <Debug> DynamicQueryHandler: Done processing query | ||
3163 | 2024.08.14 22:33:03.563397 [ 3 ] {16ca25f4-bde9-40d8-9d5d-3bd227a663d6} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
3164 | 2024.08.14 22:33:03.563414 [ 3 ] {} <Debug> HTTP-Session: 00a2ca8d-69b8-4f72-8a5e-b511d766602e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3165 | 2024.08.14 22:33:03.563745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 1328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3166 | 2024.08.14 22:33:03.563800 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3167 | 2024.08.14 22:33:03.563819 [ 3 ] {} <Debug> HTTP-Session: 289137d3-0d84-4a95-90b7-0cd055f894a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3168 | 2024.08.14 22:33:03.563838 [ 3 ] {} <Debug> HTTP-Session: 289137d3-0d84-4a95-90b7-0cd055f894a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3169 | 2024.08.14 22:33:03.563852 [ 3 ] {} <Debug> HTTP-Session: 289137d3-0d84-4a95-90b7-0cd055f894a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3170 | 2024.08.14 22:33:03.563888 [ 3 ] {} <Trace> HTTP-Session: 289137d3-0d84-4a95-90b7-0cd055f894a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3171 | 2024.08.14 22:33:03.564050 [ 3 ] {eb0eef11-3d1e-4cc0-af02-e80e5a23170a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
3172 | 2024.08.14 22:33:03.564346 [ 3 ] {eb0eef11-3d1e-4cc0-af02-e80e5a23170a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3173 | 2024.08.14 22:33:03.564393 [ 3 ] {eb0eef11-3d1e-4cc0-af02-e80e5a23170a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
3174 | 2024.08.14 22:33:03.564704 [ 3 ] {eb0eef11-3d1e-4cc0-af02-e80e5a23170a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3175 | 2024.08.14 22:33:03.564770 [ 3 ] {eb0eef11-3d1e-4cc0-af02-e80e5a23170a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3176 | 2024.08.14 22:33:03.564911 [ 3 ] {eb0eef11-3d1e-4cc0-af02-e80e5a23170a} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
3177 | 2024.08.14 22:33:03.564943 [ 3 ] {eb0eef11-3d1e-4cc0-af02-e80e5a23170a} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
3178 | 2024.08.14 22:33:03.564966 [ 3 ] {eb0eef11-3d1e-4cc0-af02-e80e5a23170a} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (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 | ||
3179 | 2024.08.14 22:33:03.564983 [ 3 ] {eb0eef11-3d1e-4cc0-af02-e80e5a23170a} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3180 | 2024.08.14 22:33:03.565026 [ 3 ] {eb0eef11-3d1e-4cc0-af02-e80e5a23170a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3181 | 2024.08.14 22:33:03.565048 [ 3 ] {eb0eef11-3d1e-4cc0-af02-e80e5a23170a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
3182 | 2024.08.14 22:33:03.565964 [ 3 ] {eb0eef11-3d1e-4cc0-af02-e80e5a23170a} <Debug> executeQuery: Read 36 rows, 1.35 KiB in 0.001993 sec., 18063.22127446061 rows/sec., 678.15 KiB/sec. | ||
3183 | 2024.08.14 22:33:03.566195 [ 3 ] {eb0eef11-3d1e-4cc0-af02-e80e5a23170a} <Debug> DynamicQueryHandler: Done processing query | ||
3184 | 2024.08.14 22:33:03.566220 [ 3 ] {eb0eef11-3d1e-4cc0-af02-e80e5a23170a} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
3185 | 2024.08.14 22:33:03.566236 [ 3 ] {} <Debug> HTTP-Session: 289137d3-0d84-4a95-90b7-0cd055f894a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3186 | 2024.08.14 22:33:03.566465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 1358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3187 | 2024.08.14 22:33:03.566514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3188 | 2024.08.14 22:33:03.566533 [ 3 ] {} <Debug> HTTP-Session: 034e8ed7-dd89-475f-b105-79c16b299247 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3189 | 2024.08.14 22:33:03.566549 [ 3 ] {} <Debug> HTTP-Session: 034e8ed7-dd89-475f-b105-79c16b299247 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3190 | 2024.08.14 22:33:03.566564 [ 3 ] {} <Debug> HTTP-Session: 034e8ed7-dd89-475f-b105-79c16b299247 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3191 | 2024.08.14 22:33:03.566596 [ 3 ] {} <Trace> HTTP-Session: 034e8ed7-dd89-475f-b105-79c16b299247 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3192 | 2024.08.14 22:33:03.566749 [ 3 ] {3a242c1c-2284-45e1-b8ea-8dea6e895982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
3193 | 2024.08.14 22:33:03.567037 [ 3 ] {3a242c1c-2284-45e1-b8ea-8dea6e895982} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3194 | 2024.08.14 22:33:03.567085 [ 3 ] {3a242c1c-2284-45e1-b8ea-8dea6e895982} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
3195 | 2024.08.14 22:33:03.567397 [ 3 ] {3a242c1c-2284-45e1-b8ea-8dea6e895982} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3196 | 2024.08.14 22:33:03.567462 [ 3 ] {3a242c1c-2284-45e1-b8ea-8dea6e895982} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3197 | 2024.08.14 22:33:03.567599 [ 3 ] {3a242c1c-2284-45e1-b8ea-8dea6e895982} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
3198 | 2024.08.14 22:33:03.567631 [ 3 ] {3a242c1c-2284-45e1-b8ea-8dea6e895982} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
3199 | 2024.08.14 22:33:03.567654 [ 3 ] {3a242c1c-2284-45e1-b8ea-8dea6e895982} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (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 | ||
3200 | 2024.08.14 22:33:03.567670 [ 3 ] {3a242c1c-2284-45e1-b8ea-8dea6e895982} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3201 | 2024.08.14 22:33:03.567712 [ 3 ] {3a242c1c-2284-45e1-b8ea-8dea6e895982} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3202 | 2024.08.14 22:33:03.567734 [ 3 ] {3a242c1c-2284-45e1-b8ea-8dea6e895982} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
3203 | 2024.08.14 22:33:03.568598 [ 3 ] {3a242c1c-2284-45e1-b8ea-8dea6e895982} <Debug> executeQuery: Read 36 rows, 1.35 KiB in 0.001926 sec., 18691.58878504673 rows/sec., 701.75 KiB/sec. | ||
3204 | 2024.08.14 22:33:03.568834 [ 3 ] {3a242c1c-2284-45e1-b8ea-8dea6e895982} <Debug> DynamicQueryHandler: Done processing query | ||
3205 | 2024.08.14 22:33:03.568859 [ 3 ] {3a242c1c-2284-45e1-b8ea-8dea6e895982} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
3206 | 2024.08.14 22:33:03.568875 [ 3 ] {} <Debug> HTTP-Session: 034e8ed7-dd89-475f-b105-79c16b299247 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3207 | 2024.08.14 22:33:03.569177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 1391, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3208 | 2024.08.14 22:33:03.569225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3209 | 2024.08.14 22:33:03.569245 [ 3 ] {} <Debug> HTTP-Session: 2701cd42-6377-4fd7-8007-96acbbc42cd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3210 | 2024.08.14 22:33:03.569261 [ 3 ] {} <Debug> HTTP-Session: 2701cd42-6377-4fd7-8007-96acbbc42cd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3211 | 2024.08.14 22:33:03.569274 [ 3 ] {} <Debug> HTTP-Session: 2701cd42-6377-4fd7-8007-96acbbc42cd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3212 | 2024.08.14 22:33:03.569305 [ 3 ] {} <Trace> HTTP-Session: 2701cd42-6377-4fd7-8007-96acbbc42cd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3213 | 2024.08.14 22:33:03.569455 [ 3 ] {d002606e-3749-4e49-8cbc-0b9d37d3f2a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
3214 | 2024.08.14 22:33:03.569743 [ 3 ] {d002606e-3749-4e49-8cbc-0b9d37d3f2a1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3215 | 2024.08.14 22:33:03.569790 [ 3 ] {d002606e-3749-4e49-8cbc-0b9d37d3f2a1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
3216 | 2024.08.14 22:33:03.570103 [ 3 ] {d002606e-3749-4e49-8cbc-0b9d37d3f2a1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3217 | 2024.08.14 22:33:03.570168 [ 3 ] {d002606e-3749-4e49-8cbc-0b9d37d3f2a1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3218 | 2024.08.14 22:33:03.570304 [ 3 ] {d002606e-3749-4e49-8cbc-0b9d37d3f2a1} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
3219 | 2024.08.14 22:33:03.570336 [ 3 ] {d002606e-3749-4e49-8cbc-0b9d37d3f2a1} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
3220 | 2024.08.14 22:33:03.570358 [ 3 ] {d002606e-3749-4e49-8cbc-0b9d37d3f2a1} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (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 | ||
3221 | 2024.08.14 22:33:03.570375 [ 3 ] {d002606e-3749-4e49-8cbc-0b9d37d3f2a1} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3222 | 2024.08.14 22:33:03.570417 [ 3 ] {d002606e-3749-4e49-8cbc-0b9d37d3f2a1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3223 | 2024.08.14 22:33:03.570439 [ 3 ] {d002606e-3749-4e49-8cbc-0b9d37d3f2a1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
3224 | 2024.08.14 22:33:03.571210 [ 3 ] {d002606e-3749-4e49-8cbc-0b9d37d3f2a1} <Debug> executeQuery: Read 36 rows, 1.35 KiB in 0.001832 sec., 19650.65502183406 rows/sec., 737.75 KiB/sec. | ||
3225 | 2024.08.14 22:33:03.571436 [ 3 ] {d002606e-3749-4e49-8cbc-0b9d37d3f2a1} <Debug> DynamicQueryHandler: Done processing query | ||
3226 | 2024.08.14 22:33:03.571460 [ 3 ] {d002606e-3749-4e49-8cbc-0b9d37d3f2a1} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
3227 | 2024.08.14 22:33:03.571476 [ 3 ] {} <Debug> HTTP-Session: 2701cd42-6377-4fd7-8007-96acbbc42cd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3228 | 2024.08.14 22:33:03.571684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 1426, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3229 | 2024.08.14 22:33:03.571731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3230 | 2024.08.14 22:33:03.571750 [ 3 ] {} <Debug> HTTP-Session: cec9235f-c4b3-4921-88e2-3a622915dfcc Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3231 | 2024.08.14 22:33:03.571766 [ 3 ] {} <Debug> HTTP-Session: cec9235f-c4b3-4921-88e2-3a622915dfcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3232 | 2024.08.14 22:33:03.571780 [ 3 ] {} <Debug> HTTP-Session: cec9235f-c4b3-4921-88e2-3a622915dfcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3233 | 2024.08.14 22:33:03.571811 [ 3 ] {} <Trace> HTTP-Session: cec9235f-c4b3-4921-88e2-3a622915dfcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3234 | 2024.08.14 22:33:03.571964 [ 3 ] {28949128-0bcd-46ec-8ce2-d18656bb7f56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
3235 | 2024.08.14 22:33:03.572254 [ 3 ] {28949128-0bcd-46ec-8ce2-d18656bb7f56} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3236 | 2024.08.14 22:33:03.572301 [ 3 ] {28949128-0bcd-46ec-8ce2-d18656bb7f56} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
3237 | 2024.08.14 22:33:03.572614 [ 3 ] {28949128-0bcd-46ec-8ce2-d18656bb7f56} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3238 | 2024.08.14 22:33:03.572678 [ 3 ] {28949128-0bcd-46ec-8ce2-d18656bb7f56} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3239 | 2024.08.14 22:33:03.572812 [ 3 ] {28949128-0bcd-46ec-8ce2-d18656bb7f56} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
3240 | 2024.08.14 22:33:03.572844 [ 3 ] {28949128-0bcd-46ec-8ce2-d18656bb7f56} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
3241 | 2024.08.14 22:33:03.572866 [ 3 ] {28949128-0bcd-46ec-8ce2-d18656bb7f56} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (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 | ||
3242 | 2024.08.14 22:33:03.572883 [ 3 ] {28949128-0bcd-46ec-8ce2-d18656bb7f56} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3243 | 2024.08.14 22:33:03.572924 [ 3 ] {28949128-0bcd-46ec-8ce2-d18656bb7f56} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3244 | 2024.08.14 22:33:03.572946 [ 3 ] {28949128-0bcd-46ec-8ce2-d18656bb7f56} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
3245 | 2024.08.14 22:33:03.573804 [ 3 ] {28949128-0bcd-46ec-8ce2-d18656bb7f56} <Debug> executeQuery: Read 36 rows, 1.35 KiB in 0.001918 sec., 18769.551616266945 rows/sec., 704.67 KiB/sec. | ||
3246 | 2024.08.14 22:33:03.574031 [ 3 ] {28949128-0bcd-46ec-8ce2-d18656bb7f56} <Debug> DynamicQueryHandler: Done processing query | ||
3247 | 2024.08.14 22:33:03.574055 [ 3 ] {28949128-0bcd-46ec-8ce2-d18656bb7f56} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
3248 | 2024.08.14 22:33:03.574071 [ 3 ] {} <Debug> HTTP-Session: cec9235f-c4b3-4921-88e2-3a622915dfcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3249 | 2024.08.14 22:33:03.574290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 1455, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3250 | 2024.08.14 22:33:03.574339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3251 | 2024.08.14 22:33:03.574358 [ 3 ] {} <Debug> HTTP-Session: d1e9c879-e77e-431b-aeb0-67ef22c45029 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3252 | 2024.08.14 22:33:03.574374 [ 3 ] {} <Debug> HTTP-Session: d1e9c879-e77e-431b-aeb0-67ef22c45029 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3253 | 2024.08.14 22:33:03.574387 [ 3 ] {} <Debug> HTTP-Session: d1e9c879-e77e-431b-aeb0-67ef22c45029 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3254 | 2024.08.14 22:33:03.574418 [ 3 ] {} <Trace> HTTP-Session: d1e9c879-e77e-431b-aeb0-67ef22c45029 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3255 | 2024.08.14 22:33:03.574568 [ 3 ] {fa10afb4-2c37-4d24-877d-7007120fb8bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
3256 | 2024.08.14 22:33:03.574856 [ 3 ] {fa10afb4-2c37-4d24-877d-7007120fb8bb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3257 | 2024.08.14 22:33:03.574903 [ 3 ] {fa10afb4-2c37-4d24-877d-7007120fb8bb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
3258 | 2024.08.14 22:33:03.575221 [ 3 ] {fa10afb4-2c37-4d24-877d-7007120fb8bb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3259 | 2024.08.14 22:33:03.575285 [ 3 ] {fa10afb4-2c37-4d24-877d-7007120fb8bb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3260 | 2024.08.14 22:33:03.575427 [ 3 ] {fa10afb4-2c37-4d24-877d-7007120fb8bb} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
3261 | 2024.08.14 22:33:03.575459 [ 3 ] {fa10afb4-2c37-4d24-877d-7007120fb8bb} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
3262 | 2024.08.14 22:33:03.575481 [ 3 ] {fa10afb4-2c37-4d24-877d-7007120fb8bb} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (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 | ||
3263 | 2024.08.14 22:33:03.575497 [ 3 ] {fa10afb4-2c37-4d24-877d-7007120fb8bb} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3264 | 2024.08.14 22:33:03.575539 [ 3 ] {fa10afb4-2c37-4d24-877d-7007120fb8bb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3265 | 2024.08.14 22:33:03.575561 [ 3 ] {fa10afb4-2c37-4d24-877d-7007120fb8bb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 36 rows starting from 0 | ||
3266 | 2024.08.14 22:33:03.576476 [ 3 ] {fa10afb4-2c37-4d24-877d-7007120fb8bb} <Debug> executeQuery: Read 36 rows, 1.35 KiB in 0.001984 sec., 18145.16129032258 rows/sec., 681.23 KiB/sec. | ||
3267 | 2024.08.14 22:33:03.576710 [ 3 ] {fa10afb4-2c37-4d24-877d-7007120fb8bb} <Debug> DynamicQueryHandler: Done processing query | ||
3268 | 2024.08.14 22:33:03.576733 [ 3 ] {fa10afb4-2c37-4d24-877d-7007120fb8bb} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
3269 | 2024.08.14 22:33:03.576749 [ 3 ] {} <Debug> HTTP-Session: d1e9c879-e77e-431b-aeb0-67ef22c45029 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3270 | 2024.08.14 22:33:03.704952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3271 | 2024.08.14 22:33:03.705013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3272 | 2024.08.14 22:33:03.705034 [ 3 ] {} <Debug> HTTP-Session: 6b6e4243-fd85-4213-aa82-c1bbb9dd874e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3273 | 2024.08.14 22:33:03.705051 [ 3 ] {} <Debug> HTTP-Session: 6b6e4243-fd85-4213-aa82-c1bbb9dd874e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3274 | 2024.08.14 22:33:03.705064 [ 3 ] {} <Debug> HTTP-Session: 6b6e4243-fd85-4213-aa82-c1bbb9dd874e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3275 | 2024.08.14 22:33:03.705096 [ 3 ] {} <Trace> HTTP-Session: 6b6e4243-fd85-4213-aa82-c1bbb9dd874e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3276 | 2024.08.14 22:33:03.705214 [ 3 ] {0569a8ca-44a6-4236-be08-c018c4383683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
3277 | 2024.08.14 22:33:03.705262 [ 3 ] {0569a8ca-44a6-4236-be08-c018c4383683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3278 | 2024.08.14 22:33:03.705435 [ 3 ] {0569a8ca-44a6-4236-be08-c018c4383683} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3279 | 2024.08.14 22:33:03.705732 [ 3 ] {0569a8ca-44a6-4236-be08-c018c4383683} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3280 | 2024.08.14 22:33:03.705770 [ 3 ] {0569a8ca-44a6-4236-be08-c018c4383683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3281 | 2024.08.14 22:33:03.706245 [ 3 ] {0569a8ca-44a6-4236-be08-c018c4383683} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3282 | 2024.08.14 22:33:03.706558 [ 3 ] {0569a8ca-44a6-4236-be08-c018c4383683} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3283 | 2024.08.14 22:33:03.706718 [ 3 ] {0569a8ca-44a6-4236-be08-c018c4383683} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001537 sec., 3903.7085230969424 rows/sec., 869.19 KiB/sec. | ||
3284 | 2024.08.14 22:33:03.706876 [ 3 ] {0569a8ca-44a6-4236-be08-c018c4383683} <Debug> DynamicQueryHandler: Done processing query | ||
3285 | 2024.08.14 22:33:03.706900 [ 3 ] {0569a8ca-44a6-4236-be08-c018c4383683} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3286 | 2024.08.14 22:33:03.706915 [ 3 ] {} <Debug> HTTP-Session: 6b6e4243-fd85-4213-aa82-c1bbb9dd874e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3287 | 2024.08.14 22:33:03.707193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 166046, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3288 | 2024.08.14 22:33:03.707241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3289 | 2024.08.14 22:33:03.707260 [ 3 ] {} <Debug> HTTP-Session: 8c766fa5-4d56-4df1-9d7f-0469e667e1d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3290 | 2024.08.14 22:33:03.707276 [ 3 ] {} <Debug> HTTP-Session: 8c766fa5-4d56-4df1-9d7f-0469e667e1d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3291 | 2024.08.14 22:33:03.707290 [ 3 ] {} <Debug> HTTP-Session: 8c766fa5-4d56-4df1-9d7f-0469e667e1d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3292 | 2024.08.14 22:33:03.707320 [ 3 ] {} <Trace> HTTP-Session: 8c766fa5-4d56-4df1-9d7f-0469e667e1d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3293 | 2024.08.14 22:33:03.708284 [ 3 ] {c66aeca8-07b8-4bfa-8de1-a2245b0ba7e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3294 | 2024.08.14 22:33:03.708330 [ 3 ] {c66aeca8-07b8-4bfa-8de1-a2245b0ba7e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3295 | 2024.08.14 22:33:03.708457 [ 3 ] {c66aeca8-07b8-4bfa-8de1-a2245b0ba7e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3296 | 2024.08.14 22:33:03.709486 [ 3 ] {c66aeca8-07b8-4bfa-8de1-a2245b0ba7e3} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3297 | 2024.08.14 22:33:03.709524 [ 3 ] {c66aeca8-07b8-4bfa-8de1-a2245b0ba7e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3298 | 2024.08.14 22:33:03.709992 [ 3 ] {c66aeca8-07b8-4bfa-8de1-a2245b0ba7e3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3299 | 2024.08.14 22:33:03.710311 [ 3 ] {c66aeca8-07b8-4bfa-8de1-a2245b0ba7e3} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3300 | 2024.08.14 22:33:03.710458 [ 3 ] {c66aeca8-07b8-4bfa-8de1-a2245b0ba7e3} <Debug> executeQuery: Read 1144 rows, 96.90 KiB in 0.003002 sec., 381079.2804796802 rows/sec., 31.52 MiB/sec. | ||
3301 | 2024.08.14 22:33:03.710626 [ 3 ] {c66aeca8-07b8-4bfa-8de1-a2245b0ba7e3} <Debug> DynamicQueryHandler: Done processing query | ||
3302 | 2024.08.14 22:33:03.710650 [ 3 ] {c66aeca8-07b8-4bfa-8de1-a2245b0ba7e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.94 MiB. | ||
3303 | 2024.08.14 22:33:03.710666 [ 3 ] {} <Debug> HTTP-Session: 8c766fa5-4d56-4df1-9d7f-0469e667e1d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3304 | 2024.08.14 22:33:03.710864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3305 | 2024.08.14 22:33:03.710912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3306 | 2024.08.14 22:33:03.710930 [ 3 ] {} <Debug> HTTP-Session: 37e1522c-7c7c-405e-868c-ece2a9743ec9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3307 | 2024.08.14 22:33:03.710946 [ 3 ] {} <Debug> HTTP-Session: 37e1522c-7c7c-405e-868c-ece2a9743ec9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3308 | 2024.08.14 22:33:03.710960 [ 3 ] {} <Debug> HTTP-Session: 37e1522c-7c7c-405e-868c-ece2a9743ec9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3309 | 2024.08.14 22:33:03.710991 [ 3 ] {} <Trace> HTTP-Session: 37e1522c-7c7c-405e-868c-ece2a9743ec9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3310 | 2024.08.14 22:33:03.711137 [ 3 ] {ec4fc6f3-4ac3-427b-a964-ac49b1849db9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3311 | 2024.08.14 22:33:03.711179 [ 3 ] {ec4fc6f3-4ac3-427b-a964-ac49b1849db9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3312 | 2024.08.14 22:33:03.711304 [ 3 ] {ec4fc6f3-4ac3-427b-a964-ac49b1849db9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3313 | 2024.08.14 22:33:03.711741 [ 3 ] {ec4fc6f3-4ac3-427b-a964-ac49b1849db9} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3314 | 2024.08.14 22:33:03.711775 [ 3 ] {ec4fc6f3-4ac3-427b-a964-ac49b1849db9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3315 | 2024.08.14 22:33:03.712105 [ 3 ] {ec4fc6f3-4ac3-427b-a964-ac49b1849db9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3316 | 2024.08.14 22:33:03.712410 [ 3 ] {ec4fc6f3-4ac3-427b-a964-ac49b1849db9} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3317 | 2024.08.14 22:33:03.712567 [ 3 ] {ec4fc6f3-4ac3-427b-a964-ac49b1849db9} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001497 sec., 152304.60921843688 rows/sec., 10.31 MiB/sec. | ||
3318 | 2024.08.14 22:33:03.712834 [ 3 ] {ec4fc6f3-4ac3-427b-a964-ac49b1849db9} <Debug> DynamicQueryHandler: Done processing query | ||
3319 | 2024.08.14 22:33:03.712859 [ 3 ] {ec4fc6f3-4ac3-427b-a964-ac49b1849db9} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3320 | 2024.08.14 22:33:03.712875 [ 3 ] {} <Debug> HTTP-Session: 37e1522c-7c7c-405e-868c-ece2a9743ec9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3321 | 2024.08.14 22:33:03.713083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 76356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3322 | 2024.08.14 22:33:03.713131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3323 | 2024.08.14 22:33:03.713151 [ 3 ] {} <Debug> HTTP-Session: 97a0f051-d6b7-44a2-a102-e84e3f275495 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3324 | 2024.08.14 22:33:03.713167 [ 3 ] {} <Debug> HTTP-Session: 97a0f051-d6b7-44a2-a102-e84e3f275495 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3325 | 2024.08.14 22:33:03.713181 [ 3 ] {} <Debug> HTTP-Session: 97a0f051-d6b7-44a2-a102-e84e3f275495 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3326 | 2024.08.14 22:33:03.713212 [ 3 ] {} <Trace> HTTP-Session: 97a0f051-d6b7-44a2-a102-e84e3f275495 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3327 | 2024.08.14 22:33:03.713498 [ 3 ] {b39c481c-cc9e-4822-8c53-74870f5e1260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3328 | 2024.08.14 22:33:03.713542 [ 3 ] {b39c481c-cc9e-4822-8c53-74870f5e1260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3329 | 2024.08.14 22:33:03.713686 [ 3 ] {b39c481c-cc9e-4822-8c53-74870f5e1260} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3330 | 2024.08.14 22:33:03.714312 [ 3 ] {b39c481c-cc9e-4822-8c53-74870f5e1260} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3331 | 2024.08.14 22:33:03.714350 [ 3 ] {b39c481c-cc9e-4822-8c53-74870f5e1260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3332 | 2024.08.14 22:33:03.714674 [ 3 ] {b39c481c-cc9e-4822-8c53-74870f5e1260} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3333 | 2024.08.14 22:33:03.714981 [ 3 ] {b39c481c-cc9e-4822-8c53-74870f5e1260} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3334 | 2024.08.14 22:33:03.715132 [ 3 ] {b39c481c-cc9e-4822-8c53-74870f5e1260} <Debug> executeQuery: Read 464 rows, 34.93 KiB in 0.001816 sec., 255506.60792951542 rows/sec., 18.78 MiB/sec. | ||
3335 | 2024.08.14 22:33:03.715301 [ 3 ] {b39c481c-cc9e-4822-8c53-74870f5e1260} <Debug> DynamicQueryHandler: Done processing query | ||
3336 | 2024.08.14 22:33:03.715325 [ 3 ] {b39c481c-cc9e-4822-8c53-74870f5e1260} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
3337 | 2024.08.14 22:33:03.715340 [ 3 ] {} <Debug> HTTP-Session: 97a0f051-d6b7-44a2-a102-e84e3f275495 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3338 | 2024.08.14 22:33:03.715754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 641277, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3339 | 2024.08.14 22:33:03.715802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3340 | 2024.08.14 22:33:03.715822 [ 3 ] {} <Debug> HTTP-Session: c60ffae4-4b9b-4763-86c8-a7af56e304f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3341 | 2024.08.14 22:33:03.715838 [ 3 ] {} <Debug> HTTP-Session: c60ffae4-4b9b-4763-86c8-a7af56e304f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3342 | 2024.08.14 22:33:03.715852 [ 3 ] {} <Debug> HTTP-Session: c60ffae4-4b9b-4763-86c8-a7af56e304f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3343 | 2024.08.14 22:33:03.715883 [ 3 ] {} <Trace> HTTP-Session: c60ffae4-4b9b-4763-86c8-a7af56e304f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3344 | 2024.08.14 22:33:03.716776 [ 3 ] {3225c20a-e54c-4823-9b96-2ad9115d2234} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3345 | 2024.08.14 22:33:03.716827 [ 3 ] {3225c20a-e54c-4823-9b96-2ad9115d2234} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3346 | 2024.08.14 22:33:03.716974 [ 3 ] {3225c20a-e54c-4823-9b96-2ad9115d2234} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3347 | 2024.08.14 22:33:03.719506 [ 3 ] {3225c20a-e54c-4823-9b96-2ad9115d2234} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3348 | 2024.08.14 22:33:03.719542 [ 3 ] {3225c20a-e54c-4823-9b96-2ad9115d2234} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3349 | 2024.08.14 22:33:03.720275 [ 3 ] {3225c20a-e54c-4823-9b96-2ad9115d2234} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3350 | 2024.08.14 22:33:03.720613 [ 3 ] {3225c20a-e54c-4823-9b96-2ad9115d2234} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3351 | 2024.08.14 22:33:03.720768 [ 3 ] {3225c20a-e54c-4823-9b96-2ad9115d2234} <Debug> executeQuery: Read 3392 rows, 231.89 KiB in 0.004695 sec., 722470.7135250266 rows/sec., 48.23 MiB/sec. | ||
3352 | 2024.08.14 22:33:03.720932 [ 3 ] {3225c20a-e54c-4823-9b96-2ad9115d2234} <Debug> DynamicQueryHandler: Done processing query | ||
3353 | 2024.08.14 22:33:03.720955 [ 3 ] {3225c20a-e54c-4823-9b96-2ad9115d2234} <Debug> MemoryTracker: Peak memory usage (for query): 5.65 MiB. | ||
3354 | 2024.08.14 22:33:03.720971 [ 3 ] {} <Debug> HTTP-Session: c60ffae4-4b9b-4763-86c8-a7af56e304f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3355 | 2024.08.14 22:33:03.721599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3356 | 2024.08.14 22:33:03.721647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3357 | 2024.08.14 22:33:03.721667 [ 3 ] {} <Debug> HTTP-Session: 212e0c1a-80e5-4ad7-b0c8-26ecaa6a5151 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3358 | 2024.08.14 22:33:03.721683 [ 3 ] {} <Debug> HTTP-Session: 212e0c1a-80e5-4ad7-b0c8-26ecaa6a5151 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3359 | 2024.08.14 22:33:03.721697 [ 3 ] {} <Debug> HTTP-Session: 212e0c1a-80e5-4ad7-b0c8-26ecaa6a5151 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3360 | 2024.08.14 22:33:03.721727 [ 3 ] {} <Trace> HTTP-Session: 212e0c1a-80e5-4ad7-b0c8-26ecaa6a5151 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3361 | 2024.08.14 22:33:03.721819 [ 3 ] {8a97f1fd-f6bb-4af8-a864-6c5d0969c76c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3362 | 2024.08.14 22:33:03.721862 [ 3 ] {8a97f1fd-f6bb-4af8-a864-6c5d0969c76c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3363 | 2024.08.14 22:33:03.721989 [ 3 ] {8a97f1fd-f6bb-4af8-a864-6c5d0969c76c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3364 | 2024.08.14 22:33:03.722259 [ 3 ] {8a97f1fd-f6bb-4af8-a864-6c5d0969c76c} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3365 | 2024.08.14 22:33:03.722294 [ 3 ] {8a97f1fd-f6bb-4af8-a864-6c5d0969c76c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3366 | 2024.08.14 22:33:03.722653 [ 3 ] {8a97f1fd-f6bb-4af8-a864-6c5d0969c76c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3367 | 2024.08.14 22:33:03.722972 [ 3 ] {8a97f1fd-f6bb-4af8-a864-6c5d0969c76c} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3368 | 2024.08.14 22:33:03.723121 [ 3 ] {8a97f1fd-f6bb-4af8-a864-6c5d0969c76c} <Debug> executeQuery: Read 2 rows, 129.00 B in 0.001318 sec., 1517.4506828528074 rows/sec., 95.58 KiB/sec. | ||
3369 | 2024.08.14 22:33:03.723283 [ 3 ] {8a97f1fd-f6bb-4af8-a864-6c5d0969c76c} <Debug> DynamicQueryHandler: Done processing query | ||
3370 | 2024.08.14 22:33:03.723307 [ 3 ] {8a97f1fd-f6bb-4af8-a864-6c5d0969c76c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3371 | 2024.08.14 22:33:03.723322 [ 3 ] {} <Debug> HTTP-Session: 212e0c1a-80e5-4ad7-b0c8-26ecaa6a5151 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3372 | 2024.08.14 22:33:07.844938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3373 | 2024.08.14 22:33:07.845064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3374 | 2024.08.14 22:33:07.845094 [ 3 ] {} <Debug> HTTP-Session: 6f318d24-b7ae-4806-bf2b-1d25452e7dc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3375 | 2024.08.14 22:33:07.845122 [ 3 ] {} <Debug> HTTP-Session: 6f318d24-b7ae-4806-bf2b-1d25452e7dc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3376 | 2024.08.14 22:33:07.845140 [ 3 ] {} <Debug> HTTP-Session: 6f318d24-b7ae-4806-bf2b-1d25452e7dc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3377 | 2024.08.14 22:33:07.845200 [ 3 ] {} <Trace> HTTP-Session: 6f318d24-b7ae-4806-bf2b-1d25452e7dc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3378 | 2024.08.14 22:33:07.845383 [ 3 ] {3b5cb09a-4c8b-4c86-ad8b-f10420c99a38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3379 | 2024.08.14 22:33:07.845450 [ 3 ] {3b5cb09a-4c8b-4c86-ad8b-f10420c99a38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3380 | 2024.08.14 22:33:07.845647 [ 3 ] {3b5cb09a-4c8b-4c86-ad8b-f10420c99a38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3381 | 2024.08.14 22:33:07.846049 [ 3 ] {3b5cb09a-4c8b-4c86-ad8b-f10420c99a38} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3382 | 2024.08.14 22:33:07.846096 [ 3 ] {3b5cb09a-4c8b-4c86-ad8b-f10420c99a38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3383 | 2024.08.14 22:33:07.846466 [ 3 ] {3b5cb09a-4c8b-4c86-ad8b-f10420c99a38} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3384 | 2024.08.14 22:33:07.846787 [ 3 ] {3b5cb09a-4c8b-4c86-ad8b-f10420c99a38} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3385 | 2024.08.14 22:33:07.846954 [ 3 ] {3b5cb09a-4c8b-4c86-ad8b-f10420c99a38} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001652 sec., 10290.556900726391 rows/sec., 745.43 KiB/sec. | ||
3386 | 2024.08.14 22:33:07.847240 [ 3 ] {3b5cb09a-4c8b-4c86-ad8b-f10420c99a38} <Debug> DynamicQueryHandler: Done processing query | ||
3387 | 2024.08.14 22:33:07.847266 [ 3 ] {3b5cb09a-4c8b-4c86-ad8b-f10420c99a38} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3388 | 2024.08.14 22:33:07.847283 [ 3 ] {} <Debug> HTTP-Session: 6f318d24-b7ae-4806-bf2b-1d25452e7dc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3389 | 2024.08.14 22:33:07.847540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 29344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3390 | 2024.08.14 22:33:07.847595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3391 | 2024.08.14 22:33:07.847615 [ 3 ] {} <Debug> HTTP-Session: 558f7b3e-2dd3-4617-9a86-7b8ee21c4ee4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3392 | 2024.08.14 22:33:07.847634 [ 3 ] {} <Debug> HTTP-Session: 558f7b3e-2dd3-4617-9a86-7b8ee21c4ee4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3393 | 2024.08.14 22:33:07.847649 [ 3 ] {} <Debug> HTTP-Session: 558f7b3e-2dd3-4617-9a86-7b8ee21c4ee4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3394 | 2024.08.14 22:33:07.847685 [ 3 ] {} <Trace> HTTP-Session: 558f7b3e-2dd3-4617-9a86-7b8ee21c4ee4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3395 | 2024.08.14 22:33:07.847849 [ 3 ] {b1c3540d-2c03-4b2a-9324-6c95c11f8d8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3396 | 2024.08.14 22:33:07.847897 [ 3 ] {b1c3540d-2c03-4b2a-9324-6c95c11f8d8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3397 | 2024.08.14 22:33:07.848051 [ 3 ] {b1c3540d-2c03-4b2a-9324-6c95c11f8d8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3398 | 2024.08.14 22:33:07.848487 [ 3 ] {b1c3540d-2c03-4b2a-9324-6c95c11f8d8a} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3399 | 2024.08.14 22:33:07.848526 [ 3 ] {b1c3540d-2c03-4b2a-9324-6c95c11f8d8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3400 | 2024.08.14 22:33:07.848850 [ 3 ] {b1c3540d-2c03-4b2a-9324-6c95c11f8d8a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3401 | 2024.08.14 22:33:07.849163 [ 3 ] {b1c3540d-2c03-4b2a-9324-6c95c11f8d8a} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3402 | 2024.08.14 22:33:07.849326 [ 3 ] {b1c3540d-2c03-4b2a-9324-6c95c11f8d8a} <Debug> executeQuery: Read 194 rows, 17.54 KiB in 0.001544 sec., 125647.66839378238 rows/sec., 11.10 MiB/sec. | ||
3403 | 2024.08.14 22:33:07.849504 [ 3 ] {b1c3540d-2c03-4b2a-9324-6c95c11f8d8a} <Debug> DynamicQueryHandler: Done processing query | ||
3404 | 2024.08.14 22:33:07.849529 [ 3 ] {b1c3540d-2c03-4b2a-9324-6c95c11f8d8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3405 | 2024.08.14 22:33:07.849544 [ 3 ] {} <Debug> HTTP-Session: 558f7b3e-2dd3-4617-9a86-7b8ee21c4ee4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3406 | 2024.08.14 22:33:07.849711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 63412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3407 | 2024.08.14 22:33:07.849762 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3408 | 2024.08.14 22:33:07.849782 [ 3 ] {} <Debug> HTTP-Session: 1976c753-7b91-439d-b3aa-bc4fdfc1b0d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3409 | 2024.08.14 22:33:07.849799 [ 3 ] {} <Debug> HTTP-Session: 1976c753-7b91-439d-b3aa-bc4fdfc1b0d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3410 | 2024.08.14 22:33:07.849813 [ 3 ] {} <Debug> HTTP-Session: 1976c753-7b91-439d-b3aa-bc4fdfc1b0d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3411 | 2024.08.14 22:33:07.849847 [ 3 ] {} <Trace> HTTP-Session: 1976c753-7b91-439d-b3aa-bc4fdfc1b0d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3412 | 2024.08.14 22:33:07.902671 [ 3 ] {f2c770c4-1488-411b-8b35-330606858813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3413 | 2024.08.14 22:33:07.902736 [ 3 ] {f2c770c4-1488-411b-8b35-330606858813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3414 | 2024.08.14 22:33:07.902909 [ 3 ] {f2c770c4-1488-411b-8b35-330606858813} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3415 | 2024.08.14 22:33:07.903445 [ 3 ] {f2c770c4-1488-411b-8b35-330606858813} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3416 | 2024.08.14 22:33:07.903489 [ 3 ] {f2c770c4-1488-411b-8b35-330606858813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3417 | 2024.08.14 22:33:07.903824 [ 3 ] {f2c770c4-1488-411b-8b35-330606858813} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3418 | 2024.08.14 22:33:07.904138 [ 3 ] {f2c770c4-1488-411b-8b35-330606858813} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3419 | 2024.08.14 22:33:07.904277 [ 3 ] {f2c770c4-1488-411b-8b35-330606858813} <Debug> executeQuery: Read 393 rows, 28.36 KiB in 0.001744 sec., 225344.0366972477 rows/sec., 15.88 MiB/sec. | ||
3420 | 2024.08.14 22:33:07.904458 [ 3 ] {f2c770c4-1488-411b-8b35-330606858813} <Debug> DynamicQueryHandler: Done processing query | ||
3421 | 2024.08.14 22:33:07.904484 [ 3 ] {f2c770c4-1488-411b-8b35-330606858813} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
3422 | 2024.08.14 22:33:07.904501 [ 3 ] {} <Debug> HTTP-Session: 1976c753-7b91-439d-b3aa-bc4fdfc1b0d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3423 | 2024.08.14 22:33:07.904703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3424 | 2024.08.14 22:33:07.904755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3425 | 2024.08.14 22:33:07.904775 [ 3 ] {} <Debug> HTTP-Session: 34122a08-1516-47f3-8cf1-1e14d4d8a24e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3426 | 2024.08.14 22:33:07.904792 [ 3 ] {} <Debug> HTTP-Session: 34122a08-1516-47f3-8cf1-1e14d4d8a24e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3427 | 2024.08.14 22:33:07.904806 [ 3 ] {} <Debug> HTTP-Session: 34122a08-1516-47f3-8cf1-1e14d4d8a24e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3428 | 2024.08.14 22:33:07.904841 [ 3 ] {} <Trace> HTTP-Session: 34122a08-1516-47f3-8cf1-1e14d4d8a24e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3429 | 2024.08.14 22:33:07.904938 [ 3 ] {a22dd53b-8d6e-4b43-838a-d2b5f4fcd5eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3430 | 2024.08.14 22:33:07.904985 [ 3 ] {a22dd53b-8d6e-4b43-838a-d2b5f4fcd5eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3431 | 2024.08.14 22:33:07.905118 [ 3 ] {a22dd53b-8d6e-4b43-838a-d2b5f4fcd5eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3432 | 2024.08.14 22:33:07.905433 [ 3 ] {a22dd53b-8d6e-4b43-838a-d2b5f4fcd5eb} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3433 | 2024.08.14 22:33:07.905470 [ 3 ] {a22dd53b-8d6e-4b43-838a-d2b5f4fcd5eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3434 | 2024.08.14 22:33:07.905825 [ 3 ] {a22dd53b-8d6e-4b43-838a-d2b5f4fcd5eb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3435 | 2024.08.14 22:33:07.906150 [ 3 ] {a22dd53b-8d6e-4b43-838a-d2b5f4fcd5eb} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3436 | 2024.08.14 22:33:07.906302 [ 3 ] {a22dd53b-8d6e-4b43-838a-d2b5f4fcd5eb} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001389 sec., 4319.654427645788 rows/sec., 185.61 KiB/sec. | ||
3437 | 2024.08.14 22:33:07.906471 [ 3 ] {a22dd53b-8d6e-4b43-838a-d2b5f4fcd5eb} <Debug> DynamicQueryHandler: Done processing query | ||
3438 | 2024.08.14 22:33:07.906495 [ 3 ] {a22dd53b-8d6e-4b43-838a-d2b5f4fcd5eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3439 | 2024.08.14 22:33:07.906511 [ 3 ] {} <Debug> HTTP-Session: 34122a08-1516-47f3-8cf1-1e14d4d8a24e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3440 | 2024.08.14 22:33:07.906640 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3441 | 2024.08.14 22:33:07.906689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3442 | 2024.08.14 22:33:07.906709 [ 3 ] {} <Debug> HTTP-Session: 16b80f81-c5f1-4864-8482-1ea88c35edd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3443 | 2024.08.14 22:33:07.906725 [ 3 ] {} <Debug> HTTP-Session: 16b80f81-c5f1-4864-8482-1ea88c35edd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3444 | 2024.08.14 22:33:07.906740 [ 3 ] {} <Debug> HTTP-Session: 16b80f81-c5f1-4864-8482-1ea88c35edd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3445 | 2024.08.14 22:33:07.906771 [ 3 ] {} <Trace> HTTP-Session: 16b80f81-c5f1-4864-8482-1ea88c35edd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3446 | 2024.08.14 22:33:07.906908 [ 3 ] {7131e256-8f88-4542-aec9-c35b2d71d49e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
3447 | 2024.08.14 22:33:07.906954 [ 3 ] {7131e256-8f88-4542-aec9-c35b2d71d49e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
3448 | 2024.08.14 22:33:07.907099 [ 3 ] {7131e256-8f88-4542-aec9-c35b2d71d49e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3449 | 2024.08.14 22:33:07.907416 [ 3 ] {7131e256-8f88-4542-aec9-c35b2d71d49e} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3450 | 2024.08.14 22:33:07.907452 [ 3 ] {7131e256-8f88-4542-aec9-c35b2d71d49e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3451 | 2024.08.14 22:33:07.907816 [ 3 ] {7131e256-8f88-4542-aec9-c35b2d71d49e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3452 | 2024.08.14 22:33:07.908170 [ 3 ] {7131e256-8f88-4542-aec9-c35b2d71d49e} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3453 | 2024.08.14 22:33:07.908322 [ 3 ] {7131e256-8f88-4542-aec9-c35b2d71d49e} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001467 sec., 52488.07089297887 rows/sec., 3.23 MiB/sec. | ||
3454 | 2024.08.14 22:33:07.908526 [ 3 ] {7131e256-8f88-4542-aec9-c35b2d71d49e} <Debug> DynamicQueryHandler: Done processing query | ||
3455 | 2024.08.14 22:33:07.908550 [ 3 ] {7131e256-8f88-4542-aec9-c35b2d71d49e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3456 | 2024.08.14 22:33:07.908566 [ 3 ] {} <Debug> HTTP-Session: 16b80f81-c5f1-4864-8482-1ea88c35edd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3457 | 2024.08.14 22:33:07.908776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30268, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3458 | 2024.08.14 22:33:07.908824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3459 | 2024.08.14 22:33:07.908843 [ 3 ] {} <Debug> HTTP-Session: f33b8c95-c1db-4ff4-94ef-779d909fae18 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3460 | 2024.08.14 22:33:07.908860 [ 3 ] {} <Debug> HTTP-Session: f33b8c95-c1db-4ff4-94ef-779d909fae18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3461 | 2024.08.14 22:33:07.908874 [ 3 ] {} <Debug> HTTP-Session: f33b8c95-c1db-4ff4-94ef-779d909fae18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3462 | 2024.08.14 22:33:07.908907 [ 3 ] {} <Trace> HTTP-Session: f33b8c95-c1db-4ff4-94ef-779d909fae18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3463 | 2024.08.14 22:33:07.909090 [ 3 ] {94040fb4-399b-4203-8261-035c6f79668e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3464 | 2024.08.14 22:33:07.909140 [ 3 ] {94040fb4-399b-4203-8261-035c6f79668e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3465 | 2024.08.14 22:33:07.909283 [ 3 ] {94040fb4-399b-4203-8261-035c6f79668e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3466 | 2024.08.14 22:33:07.909677 [ 3 ] {94040fb4-399b-4203-8261-035c6f79668e} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3467 | 2024.08.14 22:33:07.909714 [ 3 ] {94040fb4-399b-4203-8261-035c6f79668e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3468 | 2024.08.14 22:33:07.910103 [ 3 ] {94040fb4-399b-4203-8261-035c6f79668e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3469 | 2024.08.14 22:33:07.910460 [ 3 ] {94040fb4-399b-4203-8261-035c6f79668e} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3470 | 2024.08.14 22:33:07.910648 [ 3 ] {94040fb4-399b-4203-8261-035c6f79668e} <Debug> executeQuery: Read 158 rows, 11.26 KiB in 0.001648 sec., 95873.786407767 rows/sec., 6.67 MiB/sec. | ||
3471 | 2024.08.14 22:33:07.910825 [ 3 ] {94040fb4-399b-4203-8261-035c6f79668e} <Debug> DynamicQueryHandler: Done processing query | ||
3472 | 2024.08.14 22:33:07.910851 [ 3 ] {94040fb4-399b-4203-8261-035c6f79668e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3473 | 2024.08.14 22:33:07.910867 [ 3 ] {} <Debug> HTTP-Session: f33b8c95-c1db-4ff4-94ef-779d909fae18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3474 | 2024.08.14 22:33:07.910994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17596, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3475 | 2024.08.14 22:33:07.911043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3476 | 2024.08.14 22:33:07.911064 [ 3 ] {} <Debug> HTTP-Session: 75f6017c-f60f-4fd0-9232-92f8823aa4ea Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3477 | 2024.08.14 22:33:07.911081 [ 3 ] {} <Debug> HTTP-Session: 75f6017c-f60f-4fd0-9232-92f8823aa4ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3478 | 2024.08.14 22:33:07.911095 [ 3 ] {} <Debug> HTTP-Session: 75f6017c-f60f-4fd0-9232-92f8823aa4ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3479 | 2024.08.14 22:33:07.911127 [ 3 ] {} <Trace> HTTP-Session: 75f6017c-f60f-4fd0-9232-92f8823aa4ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3480 | 2024.08.14 22:33:07.911315 [ 3 ] {45068fa0-372e-4e67-a53c-6d6bcfbc04de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3481 | 2024.08.14 22:33:07.911379 [ 3 ] {45068fa0-372e-4e67-a53c-6d6bcfbc04de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
3482 | 2024.08.14 22:33:07.911773 [ 3 ] {45068fa0-372e-4e67-a53c-6d6bcfbc04de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3483 | 2024.08.14 22:33:07.912252 [ 3 ] {45068fa0-372e-4e67-a53c-6d6bcfbc04de} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3484 | 2024.08.14 22:33:07.912289 [ 3 ] {45068fa0-372e-4e67-a53c-6d6bcfbc04de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3485 | 2024.08.14 22:33:07.912851 [ 3 ] {45068fa0-372e-4e67-a53c-6d6bcfbc04de} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3486 | 2024.08.14 22:33:07.913259 [ 3 ] {45068fa0-372e-4e67-a53c-6d6bcfbc04de} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3487 | 2024.08.14 22:33:07.913427 [ 41 ] {} <Debug> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3488 | 2024.08.14 22:33:07.913456 [ 3 ] {45068fa0-372e-4e67-a53c-6d6bcfbc04de} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002252 sec., 4884.547069271758 rows/sec., 8.75 MiB/sec. | ||
3489 | 2024.08.14 22:33:07.913516 [ 41 ] {} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3490 | 2024.08.14 22:33:07.913595 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3491 | 2024.08.14 22:33:07.914025 [ 191 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::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 | ||
3492 | 2024.08.14 22:33:07.914189 [ 3 ] {45068fa0-372e-4e67-a53c-6d6bcfbc04de} <Debug> DynamicQueryHandler: Done processing query | ||
3493 | 2024.08.14 22:33:07.914232 [ 3 ] {45068fa0-372e-4e67-a53c-6d6bcfbc04de} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
3494 | 2024.08.14 22:33:07.914278 [ 3 ] {} <Debug> HTTP-Session: 75f6017c-f60f-4fd0-9232-92f8823aa4ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3495 | 2024.08.14 22:33:07.914520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3496 | 2024.08.14 22:33:07.914631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3497 | 2024.08.14 22:33:07.914692 [ 3 ] {} <Debug> HTTP-Session: f287ea30-1533-4ee6-96d0-f134ef537c7b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3498 | 2024.08.14 22:33:07.914745 [ 3 ] {} <Debug> HTTP-Session: f287ea30-1533-4ee6-96d0-f134ef537c7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3499 | 2024.08.14 22:33:07.914768 [ 191 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3500 | 2024.08.14 22:33:07.914779 [ 3 ] {} <Debug> HTTP-Session: f287ea30-1533-4ee6-96d0-f134ef537c7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3501 | 2024.08.14 22:33:07.914884 [ 3 ] {} <Trace> HTTP-Session: f287ea30-1533-4ee6-96d0-f134ef537c7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3502 | 2024.08.14 22:33:07.914941 [ 191 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 123 rows starting from the beginning of the part | ||
3503 | 2024.08.14 22:33:07.915112 [ 3 ] {508d4b7c-2779-4941-b94c-b1f12c1cf2d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3504 | 2024.08.14 22:33:07.915297 [ 3 ] {508d4b7c-2779-4941-b94c-b1f12c1cf2d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3505 | 2024.08.14 22:33:07.915775 [ 191 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 11 rows starting from the beginning of the part | ||
3506 | 2024.08.14 22:33:07.915997 [ 3 ] {508d4b7c-2779-4941-b94c-b1f12c1cf2d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3507 | 2024.08.14 22:33:07.916474 [ 191 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 21 rows starting from the beginning of the part | ||
3508 | 2024.08.14 22:33:07.917175 [ 3 ] {508d4b7c-2779-4941-b94c-b1f12c1cf2d8} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3509 | 2024.08.14 22:33:07.917234 [ 191 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 11 rows starting from the beginning of the part | ||
3510 | 2024.08.14 22:33:07.917241 [ 3 ] {508d4b7c-2779-4941-b94c-b1f12c1cf2d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3511 | 2024.08.14 22:33:07.917951 [ 191 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 21 rows starting from the beginning of the part | ||
3512 | 2024.08.14 22:33:07.918529 [ 191 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 11 rows starting from the beginning of the part | ||
3513 | 2024.08.14 22:33:07.918536 [ 3 ] {508d4b7c-2779-4941-b94c-b1f12c1cf2d8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3514 | 2024.08.14 22:33:07.919674 [ 3 ] {508d4b7c-2779-4941-b94c-b1f12c1cf2d8} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3515 | 2024.08.14 22:33:07.920006 [ 3 ] {508d4b7c-2779-4941-b94c-b1f12c1cf2d8} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.004995 sec., 4604.604604604604 rows/sec., 249.08 KiB/sec. | ||
3516 | 2024.08.14 22:33:07.920531 [ 3 ] {508d4b7c-2779-4941-b94c-b1f12c1cf2d8} <Debug> DynamicQueryHandler: Done processing query | ||
3517 | 2024.08.14 22:33:07.920587 [ 3 ] {508d4b7c-2779-4941-b94c-b1f12c1cf2d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3518 | 2024.08.14 22:33:07.920640 [ 3 ] {} <Debug> HTTP-Session: f287ea30-1533-4ee6-96d0-f134ef537c7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3519 | 2024.08.14 22:33:07.920825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 8822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3520 | 2024.08.14 22:33:07.920899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3521 | 2024.08.14 22:33:07.920920 [ 3 ] {} <Debug> HTTP-Session: 699d7c32-cae5-401d-9016-2012ab4eaa3b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3522 | 2024.08.14 22:33:07.920945 [ 3 ] {} <Debug> HTTP-Session: 699d7c32-cae5-401d-9016-2012ab4eaa3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3523 | 2024.08.14 22:33:07.920959 [ 3 ] {} <Debug> HTTP-Session: 699d7c32-cae5-401d-9016-2012ab4eaa3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3524 | 2024.08.14 22:33:07.920992 [ 3 ] {} <Trace> HTTP-Session: 699d7c32-cae5-401d-9016-2012ab4eaa3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3525 | 2024.08.14 22:33:07.921222 [ 3 ] {aef71c68-d0ae-42ac-a7a3-eafbd88a8bab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3526 | 2024.08.14 22:33:07.921329 [ 3 ] {aef71c68-d0ae-42ac-a7a3-eafbd88a8bab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3527 | 2024.08.14 22:33:07.921997 [ 3 ] {aef71c68-d0ae-42ac-a7a3-eafbd88a8bab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3528 | 2024.08.14 22:33:07.923018 [ 3 ] {aef71c68-d0ae-42ac-a7a3-eafbd88a8bab} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3529 | 2024.08.14 22:33:07.923107 [ 3 ] {aef71c68-d0ae-42ac-a7a3-eafbd88a8bab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3530 | 2024.08.14 22:33:07.924438 [ 3 ] {aef71c68-d0ae-42ac-a7a3-eafbd88a8bab} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3531 | 2024.08.14 22:33:07.925423 [ 3 ] {aef71c68-d0ae-42ac-a7a3-eafbd88a8bab} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3532 | 2024.08.14 22:33:07.925877 [ 3 ] {aef71c68-d0ae-42ac-a7a3-eafbd88a8bab} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.004675 sec., 12406.417112299465 rows/sec., 858.75 KiB/sec. | ||
3533 | 2024.08.14 22:33:07.926257 [ 3 ] {aef71c68-d0ae-42ac-a7a3-eafbd88a8bab} <Debug> DynamicQueryHandler: Done processing query | ||
3534 | 2024.08.14 22:33:07.926300 [ 3 ] {aef71c68-d0ae-42ac-a7a3-eafbd88a8bab} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3535 | 2024.08.14 22:33:07.926320 [ 3 ] {} <Debug> HTTP-Session: 699d7c32-cae5-401d-9016-2012ab4eaa3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3536 | 2024.08.14 22:33:07.929574 [ 200 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 19 columns (19 merged, 0 gathered) in 0.015844562 sec., 12496.400973406524 rows/sec., 22.39 MiB/sec. | ||
3537 | 2024.08.14 22:33:07.930128 [ 198 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3538 | 2024.08.14 22:33:07.930809 [ 198 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3539 | 2024.08.14 22:33:07.930906 [ 198 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3540 | 2024.08.14 22:33:07.931074 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. | ||
3541 | 2024.08.14 22:33:11.082994 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3542 | 2024.08.14 22:33:11.083078 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3543 | 2024.08.14 22:33:12.842045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3544 | 2024.08.14 22:33:12.842165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3545 | 2024.08.14 22:33:12.842193 [ 3 ] {} <Debug> HTTP-Session: 675dc65e-ab17-4e16-8763-fec43794447c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3546 | 2024.08.14 22:33:12.842220 [ 3 ] {} <Debug> HTTP-Session: 675dc65e-ab17-4e16-8763-fec43794447c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3547 | 2024.08.14 22:33:12.842237 [ 3 ] {} <Debug> HTTP-Session: 675dc65e-ab17-4e16-8763-fec43794447c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3548 | 2024.08.14 22:33:12.842294 [ 3 ] {} <Trace> HTTP-Session: 675dc65e-ab17-4e16-8763-fec43794447c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3549 | 2024.08.14 22:33:12.842486 [ 3 ] {6a8048f5-c7e7-45fb-a3de-77b0525b7734} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3550 | 2024.08.14 22:33:12.842549 [ 3 ] {6a8048f5-c7e7-45fb-a3de-77b0525b7734} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3551 | 2024.08.14 22:33:12.842733 [ 3 ] {6a8048f5-c7e7-45fb-a3de-77b0525b7734} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3552 | 2024.08.14 22:33:12.843098 [ 3 ] {6a8048f5-c7e7-45fb-a3de-77b0525b7734} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3553 | 2024.08.14 22:33:12.843138 [ 3 ] {6a8048f5-c7e7-45fb-a3de-77b0525b7734} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3554 | 2024.08.14 22:33:12.843500 [ 3 ] {6a8048f5-c7e7-45fb-a3de-77b0525b7734} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3555 | 2024.08.14 22:33:12.843828 [ 3 ] {6a8048f5-c7e7-45fb-a3de-77b0525b7734} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3556 | 2024.08.14 22:33:12.843983 [ 3 ] {6a8048f5-c7e7-45fb-a3de-77b0525b7734} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001552 sec., 13530.927835051547 rows/sec., 1.07 MiB/sec. | ||
3557 | 2024.08.14 22:33:12.844165 [ 3 ] {6a8048f5-c7e7-45fb-a3de-77b0525b7734} <Debug> DynamicQueryHandler: Done processing query | ||
3558 | 2024.08.14 22:33:12.844192 [ 3 ] {6a8048f5-c7e7-45fb-a3de-77b0525b7734} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3559 | 2024.08.14 22:33:12.844207 [ 3 ] {} <Debug> HTTP-Session: 675dc65e-ab17-4e16-8763-fec43794447c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3560 | 2024.08.14 22:33:12.844366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3561 | 2024.08.14 22:33:12.844415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3562 | 2024.08.14 22:33:12.844435 [ 3 ] {} <Debug> HTTP-Session: 6581fbe0-da0a-44ae-9099-5c5b5b242522 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3563 | 2024.08.14 22:33:12.844451 [ 3 ] {} <Debug> HTTP-Session: 6581fbe0-da0a-44ae-9099-5c5b5b242522 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3564 | 2024.08.14 22:33:12.844464 [ 3 ] {} <Debug> HTTP-Session: 6581fbe0-da0a-44ae-9099-5c5b5b242522 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3565 | 2024.08.14 22:33:12.844495 [ 3 ] {} <Trace> HTTP-Session: 6581fbe0-da0a-44ae-9099-5c5b5b242522 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3566 | 2024.08.14 22:33:12.844619 [ 3 ] {0a4f8801-b09c-4b08-801d-3e3ade4c6022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3567 | 2024.08.14 22:33:12.844660 [ 3 ] {0a4f8801-b09c-4b08-801d-3e3ade4c6022} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3568 | 2024.08.14 22:33:12.844781 [ 3 ] {0a4f8801-b09c-4b08-801d-3e3ade4c6022} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3569 | 2024.08.14 22:33:12.845113 [ 3 ] {0a4f8801-b09c-4b08-801d-3e3ade4c6022} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3570 | 2024.08.14 22:33:12.845149 [ 3 ] {0a4f8801-b09c-4b08-801d-3e3ade4c6022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3571 | 2024.08.14 22:33:12.845460 [ 3 ] {0a4f8801-b09c-4b08-801d-3e3ade4c6022} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3572 | 2024.08.14 22:33:12.845767 [ 3 ] {0a4f8801-b09c-4b08-801d-3e3ade4c6022} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3573 | 2024.08.14 22:33:12.845924 [ 3 ] {0a4f8801-b09c-4b08-801d-3e3ade4c6022} <Debug> executeQuery: Read 119 rows, 10.08 KiB in 0.001351 sec., 88082.90155440415 rows/sec., 7.28 MiB/sec. | ||
3574 | 2024.08.14 22:33:12.846074 [ 3 ] {0a4f8801-b09c-4b08-801d-3e3ade4c6022} <Debug> DynamicQueryHandler: Done processing query | ||
3575 | 2024.08.14 22:33:12.846098 [ 3 ] {0a4f8801-b09c-4b08-801d-3e3ade4c6022} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3576 | 2024.08.14 22:33:12.846113 [ 3 ] {} <Debug> HTTP-Session: 6581fbe0-da0a-44ae-9099-5c5b5b242522 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3577 | 2024.08.14 22:33:12.846241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3578 | 2024.08.14 22:33:12.846288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3579 | 2024.08.14 22:33:12.846307 [ 3 ] {} <Debug> HTTP-Session: 513e8041-0646-41b0-98f8-eda54fbc5514 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3580 | 2024.08.14 22:33:12.846323 [ 3 ] {} <Debug> HTTP-Session: 513e8041-0646-41b0-98f8-eda54fbc5514 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3581 | 2024.08.14 22:33:12.846336 [ 3 ] {} <Debug> HTTP-Session: 513e8041-0646-41b0-98f8-eda54fbc5514 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3582 | 2024.08.14 22:33:12.846367 [ 3 ] {} <Trace> HTTP-Session: 513e8041-0646-41b0-98f8-eda54fbc5514 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3583 | 2024.08.14 22:33:12.846478 [ 3 ] {3b6c0eee-03da-4b1f-b2ec-b1f3fd8db4b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3584 | 2024.08.14 22:33:12.846520 [ 3 ] {3b6c0eee-03da-4b1f-b2ec-b1f3fd8db4b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3585 | 2024.08.14 22:33:12.846645 [ 3 ] {3b6c0eee-03da-4b1f-b2ec-b1f3fd8db4b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3586 | 2024.08.14 22:33:12.847046 [ 3 ] {3b6c0eee-03da-4b1f-b2ec-b1f3fd8db4b7} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3587 | 2024.08.14 22:33:12.847082 [ 3 ] {3b6c0eee-03da-4b1f-b2ec-b1f3fd8db4b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3588 | 2024.08.14 22:33:12.847381 [ 3 ] {3b6c0eee-03da-4b1f-b2ec-b1f3fd8db4b7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3589 | 2024.08.14 22:33:12.847685 [ 3 ] {3b6c0eee-03da-4b1f-b2ec-b1f3fd8db4b7} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3590 | 2024.08.14 22:33:12.847837 [ 3 ] {3b6c0eee-03da-4b1f-b2ec-b1f3fd8db4b7} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001389 sec., 61195.10439164867 rows/sec., 4.78 MiB/sec. | ||
3591 | 2024.08.14 22:33:12.848008 [ 3 ] {3b6c0eee-03da-4b1f-b2ec-b1f3fd8db4b7} <Debug> DynamicQueryHandler: Done processing query | ||
3592 | 2024.08.14 22:33:12.848032 [ 3 ] {3b6c0eee-03da-4b1f-b2ec-b1f3fd8db4b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3593 | 2024.08.14 22:33:12.848048 [ 3 ] {} <Debug> HTTP-Session: 513e8041-0646-41b0-98f8-eda54fbc5514 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3594 | 2024.08.14 22:33:12.848220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3595 | 2024.08.14 22:33:12.848268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3596 | 2024.08.14 22:33:12.848286 [ 3 ] {} <Debug> HTTP-Session: 52f72619-0e39-4286-8334-22d4c64e4093 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3597 | 2024.08.14 22:33:12.848302 [ 3 ] {} <Debug> HTTP-Session: 52f72619-0e39-4286-8334-22d4c64e4093 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3598 | 2024.08.14 22:33:12.848315 [ 3 ] {} <Debug> HTTP-Session: 52f72619-0e39-4286-8334-22d4c64e4093 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3599 | 2024.08.14 22:33:12.848345 [ 3 ] {} <Trace> HTTP-Session: 52f72619-0e39-4286-8334-22d4c64e4093 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3600 | 2024.08.14 22:33:12.848485 [ 3 ] {ba6f8e8e-f917-4e7c-a05c-f9d898c841b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3601 | 2024.08.14 22:33:12.848531 [ 3 ] {ba6f8e8e-f917-4e7c-a05c-f9d898c841b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3602 | 2024.08.14 22:33:12.848674 [ 3 ] {ba6f8e8e-f917-4e7c-a05c-f9d898c841b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3603 | 2024.08.14 22:33:12.849047 [ 3 ] {ba6f8e8e-f917-4e7c-a05c-f9d898c841b7} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3604 | 2024.08.14 22:33:12.849082 [ 3 ] {ba6f8e8e-f917-4e7c-a05c-f9d898c841b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3605 | 2024.08.14 22:33:12.849457 [ 3 ] {ba6f8e8e-f917-4e7c-a05c-f9d898c841b7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3606 | 2024.08.14 22:33:12.849784 [ 3 ] {ba6f8e8e-f917-4e7c-a05c-f9d898c841b7} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3607 | 2024.08.14 22:33:12.849921 [ 3 ] {ba6f8e8e-f917-4e7c-a05c-f9d898c841b7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001497 sec., 106880.42752171008 rows/sec., 7.44 MiB/sec. | ||
3608 | 2024.08.14 22:33:12.850135 [ 3 ] {ba6f8e8e-f917-4e7c-a05c-f9d898c841b7} <Debug> DynamicQueryHandler: Done processing query | ||
3609 | 2024.08.14 22:33:12.850159 [ 3 ] {ba6f8e8e-f917-4e7c-a05c-f9d898c841b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3610 | 2024.08.14 22:33:12.850174 [ 3 ] {} <Debug> HTTP-Session: 52f72619-0e39-4286-8334-22d4c64e4093 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3611 | 2024.08.14 22:33:12.850313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33567, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3612 | 2024.08.14 22:33:12.850360 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3613 | 2024.08.14 22:33:12.850380 [ 3 ] {} <Debug> HTTP-Session: 58a35dc0-5cb0-4acc-b003-65738ebda975 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3614 | 2024.08.14 22:33:12.850396 [ 3 ] {} <Debug> HTTP-Session: 58a35dc0-5cb0-4acc-b003-65738ebda975 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3615 | 2024.08.14 22:33:12.850409 [ 3 ] {} <Debug> HTTP-Session: 58a35dc0-5cb0-4acc-b003-65738ebda975 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3616 | 2024.08.14 22:33:12.850439 [ 3 ] {} <Trace> HTTP-Session: 58a35dc0-5cb0-4acc-b003-65738ebda975 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3617 | 2024.08.14 22:33:12.850718 [ 3 ] {16c554df-1db0-443d-a009-678eaedc5e7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3618 | 2024.08.14 22:33:12.850784 [ 3 ] {16c554df-1db0-443d-a009-678eaedc5e7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
3619 | 2024.08.14 22:33:12.851186 [ 3 ] {16c554df-1db0-443d-a009-678eaedc5e7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3620 | 2024.08.14 22:33:12.851821 [ 3 ] {16c554df-1db0-443d-a009-678eaedc5e7e} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3621 | 2024.08.14 22:33:12.851857 [ 3 ] {16c554df-1db0-443d-a009-678eaedc5e7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3622 | 2024.08.14 22:33:12.852450 [ 3 ] {16c554df-1db0-443d-a009-678eaedc5e7e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3623 | 2024.08.14 22:33:12.852854 [ 3 ] {16c554df-1db0-443d-a009-678eaedc5e7e} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3624 | 2024.08.14 22:33:12.853084 [ 3 ] {16c554df-1db0-443d-a009-678eaedc5e7e} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002565 sec., 8187.1345029239765 rows/sec., 14.67 MiB/sec. | ||
3625 | 2024.08.14 22:33:12.853300 [ 3 ] {16c554df-1db0-443d-a009-678eaedc5e7e} <Debug> DynamicQueryHandler: Done processing query | ||
3626 | 2024.08.14 22:33:12.853323 [ 3 ] {16c554df-1db0-443d-a009-678eaedc5e7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
3627 | 2024.08.14 22:33:12.853339 [ 3 ] {} <Debug> HTTP-Session: 58a35dc0-5cb0-4acc-b003-65738ebda975 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3628 | 2024.08.14 22:33:12.853470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3629 | 2024.08.14 22:33:12.853518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3630 | 2024.08.14 22:33:12.853537 [ 3 ] {} <Debug> HTTP-Session: f4b9c02d-e2f6-4482-886a-8acb73635c06 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3631 | 2024.08.14 22:33:12.853553 [ 3 ] {} <Debug> HTTP-Session: f4b9c02d-e2f6-4482-886a-8acb73635c06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3632 | 2024.08.14 22:33:12.853566 [ 3 ] {} <Debug> HTTP-Session: f4b9c02d-e2f6-4482-886a-8acb73635c06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3633 | 2024.08.14 22:33:12.853597 [ 3 ] {} <Trace> HTTP-Session: f4b9c02d-e2f6-4482-886a-8acb73635c06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3634 | 2024.08.14 22:33:12.853804 [ 3 ] {0cee9749-b70a-4fda-97e0-3cbd9b38a007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3635 | 2024.08.14 22:33:12.853847 [ 3 ] {0cee9749-b70a-4fda-97e0-3cbd9b38a007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3636 | 2024.08.14 22:33:12.853971 [ 3 ] {0cee9749-b70a-4fda-97e0-3cbd9b38a007} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3637 | 2024.08.14 22:33:12.854252 [ 3 ] {0cee9749-b70a-4fda-97e0-3cbd9b38a007} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3638 | 2024.08.14 22:33:12.854287 [ 3 ] {0cee9749-b70a-4fda-97e0-3cbd9b38a007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3639 | 2024.08.14 22:33:12.854634 [ 3 ] {0cee9749-b70a-4fda-97e0-3cbd9b38a007} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3640 | 2024.08.14 22:33:12.854949 [ 3 ] {0cee9749-b70a-4fda-97e0-3cbd9b38a007} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3641 | 2024.08.14 22:33:12.855099 [ 3 ] {0cee9749-b70a-4fda-97e0-3cbd9b38a007} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001343 sec., 44676.09828741623 rows/sec., 3.01 MiB/sec. | ||
3642 | 2024.08.14 22:33:12.855251 [ 3 ] {0cee9749-b70a-4fda-97e0-3cbd9b38a007} <Debug> DynamicQueryHandler: Done processing query | ||
3643 | 2024.08.14 22:33:12.855275 [ 3 ] {0cee9749-b70a-4fda-97e0-3cbd9b38a007} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3644 | 2024.08.14 22:33:12.855290 [ 3 ] {} <Debug> HTTP-Session: f4b9c02d-e2f6-4482-886a-8acb73635c06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3645 | 2024.08.14 22:33:17.845086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3646 | 2024.08.14 22:33:17.845227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3647 | 2024.08.14 22:33:17.845258 [ 3 ] {} <Debug> HTTP-Session: c11f0b93-7a7a-4ece-b5b6-b12e238e0e96 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3648 | 2024.08.14 22:33:17.845286 [ 3 ] {} <Debug> HTTP-Session: c11f0b93-7a7a-4ece-b5b6-b12e238e0e96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3649 | 2024.08.14 22:33:17.845304 [ 3 ] {} <Debug> HTTP-Session: c11f0b93-7a7a-4ece-b5b6-b12e238e0e96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3650 | 2024.08.14 22:33:17.845361 [ 3 ] {} <Trace> HTTP-Session: c11f0b93-7a7a-4ece-b5b6-b12e238e0e96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3651 | 2024.08.14 22:33:17.845568 [ 3 ] {8bc0271a-696d-4e0d-a987-ff2cd809677e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3652 | 2024.08.14 22:33:17.845635 [ 3 ] {8bc0271a-696d-4e0d-a987-ff2cd809677e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3653 | 2024.08.14 22:33:17.845823 [ 3 ] {8bc0271a-696d-4e0d-a987-ff2cd809677e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3654 | 2024.08.14 22:33:17.846303 [ 3 ] {8bc0271a-696d-4e0d-a987-ff2cd809677e} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3655 | 2024.08.14 22:33:17.846347 [ 3 ] {8bc0271a-696d-4e0d-a987-ff2cd809677e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3656 | 2024.08.14 22:33:17.846717 [ 3 ] {8bc0271a-696d-4e0d-a987-ff2cd809677e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3657 | 2024.08.14 22:33:17.847053 [ 3 ] {8bc0271a-696d-4e0d-a987-ff2cd809677e} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3658 | 2024.08.14 22:33:17.847211 [ 3 ] {8bc0271a-696d-4e0d-a987-ff2cd809677e} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001705 sec., 9970.67448680352 rows/sec., 722.26 KiB/sec. | ||
3659 | 2024.08.14 22:33:17.847511 [ 3 ] {8bc0271a-696d-4e0d-a987-ff2cd809677e} <Debug> DynamicQueryHandler: Done processing query | ||
3660 | 2024.08.14 22:33:17.847539 [ 3 ] {8bc0271a-696d-4e0d-a987-ff2cd809677e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3661 | 2024.08.14 22:33:17.847557 [ 3 ] {} <Debug> HTTP-Session: c11f0b93-7a7a-4ece-b5b6-b12e238e0e96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3662 | 2024.08.14 22:33:17.847702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 29344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3663 | 2024.08.14 22:33:17.847755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3664 | 2024.08.14 22:33:17.847776 [ 3 ] {} <Debug> HTTP-Session: 3332986d-b730-4fc0-87cb-93d19bdb5ac9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3665 | 2024.08.14 22:33:17.847795 [ 3 ] {} <Debug> HTTP-Session: 3332986d-b730-4fc0-87cb-93d19bdb5ac9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3666 | 2024.08.14 22:33:17.847809 [ 3 ] {} <Debug> HTTP-Session: 3332986d-b730-4fc0-87cb-93d19bdb5ac9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3667 | 2024.08.14 22:33:17.847840 [ 3 ] {} <Trace> HTTP-Session: 3332986d-b730-4fc0-87cb-93d19bdb5ac9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3668 | 2024.08.14 22:33:17.848011 [ 3 ] {38a4f697-a1ec-4733-adb8-dcd7d3807817} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3669 | 2024.08.14 22:33:17.848056 [ 3 ] {38a4f697-a1ec-4733-adb8-dcd7d3807817} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3670 | 2024.08.14 22:33:17.848202 [ 3 ] {38a4f697-a1ec-4733-adb8-dcd7d3807817} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3671 | 2024.08.14 22:33:17.848673 [ 3 ] {38a4f697-a1ec-4733-adb8-dcd7d3807817} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3672 | 2024.08.14 22:33:17.848711 [ 3 ] {38a4f697-a1ec-4733-adb8-dcd7d3807817} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3673 | 2024.08.14 22:33:17.849039 [ 3 ] {38a4f697-a1ec-4733-adb8-dcd7d3807817} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3674 | 2024.08.14 22:33:17.849345 [ 3 ] {38a4f697-a1ec-4733-adb8-dcd7d3807817} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3675 | 2024.08.14 22:33:17.849509 [ 3 ] {38a4f697-a1ec-4733-adb8-dcd7d3807817} <Debug> executeQuery: Read 194 rows, 17.54 KiB in 0.001585 sec., 122397.476340694 rows/sec., 10.81 MiB/sec. | ||
3676 | 2024.08.14 22:33:17.849665 [ 3 ] {38a4f697-a1ec-4733-adb8-dcd7d3807817} <Debug> DynamicQueryHandler: Done processing query | ||
3677 | 2024.08.14 22:33:17.849691 [ 3 ] {38a4f697-a1ec-4733-adb8-dcd7d3807817} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3678 | 2024.08.14 22:33:17.849708 [ 3 ] {} <Debug> HTTP-Session: 3332986d-b730-4fc0-87cb-93d19bdb5ac9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3679 | 2024.08.14 22:33:17.849873 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 63412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3680 | 2024.08.14 22:33:17.849922 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3681 | 2024.08.14 22:33:17.849942 [ 3 ] {} <Debug> HTTP-Session: 3d44d46f-66c7-4bd8-8f35-45d8254557af Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3682 | 2024.08.14 22:33:17.849959 [ 3 ] {} <Debug> HTTP-Session: 3d44d46f-66c7-4bd8-8f35-45d8254557af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3683 | 2024.08.14 22:33:17.849973 [ 3 ] {} <Debug> HTTP-Session: 3d44d46f-66c7-4bd8-8f35-45d8254557af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3684 | 2024.08.14 22:33:17.850002 [ 3 ] {} <Trace> HTTP-Session: 3d44d46f-66c7-4bd8-8f35-45d8254557af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3685 | 2024.08.14 22:33:17.850200 [ 3 ] {6751e0b2-2148-486f-bc9a-b531b6f0394f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3686 | 2024.08.14 22:33:17.850244 [ 3 ] {6751e0b2-2148-486f-bc9a-b531b6f0394f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3687 | 2024.08.14 22:33:17.850372 [ 3 ] {6751e0b2-2148-486f-bc9a-b531b6f0394f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3688 | 2024.08.14 22:33:17.850948 [ 3 ] {6751e0b2-2148-486f-bc9a-b531b6f0394f} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3689 | 2024.08.14 22:33:17.850985 [ 3 ] {6751e0b2-2148-486f-bc9a-b531b6f0394f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3690 | 2024.08.14 22:33:17.851323 [ 3 ] {6751e0b2-2148-486f-bc9a-b531b6f0394f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3691 | 2024.08.14 22:33:17.851629 [ 3 ] {6751e0b2-2148-486f-bc9a-b531b6f0394f} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3692 | 2024.08.14 22:33:17.851788 [ 3 ] {6751e0b2-2148-486f-bc9a-b531b6f0394f} <Debug> executeQuery: Read 393 rows, 28.36 KiB in 0.001686 sec., 233096.08540925267 rows/sec., 16.42 MiB/sec. | ||
3693 | 2024.08.14 22:33:17.852055 [ 3 ] {6751e0b2-2148-486f-bc9a-b531b6f0394f} <Debug> DynamicQueryHandler: Done processing query | ||
3694 | 2024.08.14 22:33:17.852082 [ 3 ] {6751e0b2-2148-486f-bc9a-b531b6f0394f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
3695 | 2024.08.14 22:33:17.852098 [ 3 ] {} <Debug> HTTP-Session: 3d44d46f-66c7-4bd8-8f35-45d8254557af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3696 | 2024.08.14 22:33:17.852218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3697 | 2024.08.14 22:33:17.852268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3698 | 2024.08.14 22:33:17.852288 [ 3 ] {} <Debug> HTTP-Session: e7191ac5-5758-4b03-9ba4-08fc28314373 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3699 | 2024.08.14 22:33:17.852305 [ 3 ] {} <Debug> HTTP-Session: e7191ac5-5758-4b03-9ba4-08fc28314373 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3700 | 2024.08.14 22:33:17.852319 [ 3 ] {} <Debug> HTTP-Session: e7191ac5-5758-4b03-9ba4-08fc28314373 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3701 | 2024.08.14 22:33:17.852350 [ 3 ] {} <Trace> HTTP-Session: e7191ac5-5758-4b03-9ba4-08fc28314373 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3702 | 2024.08.14 22:33:17.852448 [ 3 ] {8baab20e-7599-44c1-bd45-47e16d449f44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3703 | 2024.08.14 22:33:17.852496 [ 3 ] {8baab20e-7599-44c1-bd45-47e16d449f44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3704 | 2024.08.14 22:33:17.852646 [ 3 ] {8baab20e-7599-44c1-bd45-47e16d449f44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3705 | 2024.08.14 22:33:17.852902 [ 3 ] {8baab20e-7599-44c1-bd45-47e16d449f44} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3706 | 2024.08.14 22:33:17.852939 [ 3 ] {8baab20e-7599-44c1-bd45-47e16d449f44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3707 | 2024.08.14 22:33:17.853324 [ 3 ] {8baab20e-7599-44c1-bd45-47e16d449f44} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3708 | 2024.08.14 22:33:17.853703 [ 3 ] {8baab20e-7599-44c1-bd45-47e16d449f44} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3709 | 2024.08.14 22:33:17.853883 [ 3 ] {8baab20e-7599-44c1-bd45-47e16d449f44} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001459 sec., 4112.40575736806 rows/sec., 176.70 KiB/sec. | ||
3710 | 2024.08.14 22:33:17.854041 [ 3 ] {8baab20e-7599-44c1-bd45-47e16d449f44} <Debug> DynamicQueryHandler: Done processing query | ||
3711 | 2024.08.14 22:33:17.854068 [ 3 ] {8baab20e-7599-44c1-bd45-47e16d449f44} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3712 | 2024.08.14 22:33:17.854084 [ 3 ] {} <Debug> HTTP-Session: e7191ac5-5758-4b03-9ba4-08fc28314373 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3713 | 2024.08.14 22:33:17.854196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3714 | 2024.08.14 22:33:17.854245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3715 | 2024.08.14 22:33:17.854265 [ 3 ] {} <Debug> HTTP-Session: 67b4e630-1b5a-438f-9bc6-c45328007617 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3716 | 2024.08.14 22:33:17.854283 [ 3 ] {} <Debug> HTTP-Session: 67b4e630-1b5a-438f-9bc6-c45328007617 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3717 | 2024.08.14 22:33:17.854297 [ 3 ] {} <Debug> HTTP-Session: 67b4e630-1b5a-438f-9bc6-c45328007617 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3718 | 2024.08.14 22:33:17.854327 [ 3 ] {} <Trace> HTTP-Session: 67b4e630-1b5a-438f-9bc6-c45328007617 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3719 | 2024.08.14 22:33:17.854467 [ 3 ] {3a743597-e93f-483d-a8e4-22d500f2dae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
3720 | 2024.08.14 22:33:17.854514 [ 3 ] {3a743597-e93f-483d-a8e4-22d500f2dae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
3721 | 2024.08.14 22:33:17.854663 [ 3 ] {3a743597-e93f-483d-a8e4-22d500f2dae1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3722 | 2024.08.14 22:33:17.855004 [ 3 ] {3a743597-e93f-483d-a8e4-22d500f2dae1} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3723 | 2024.08.14 22:33:17.855042 [ 3 ] {3a743597-e93f-483d-a8e4-22d500f2dae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3724 | 2024.08.14 22:33:17.855422 [ 3 ] {3a743597-e93f-483d-a8e4-22d500f2dae1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3725 | 2024.08.14 22:33:17.855779 [ 3 ] {3a743597-e93f-483d-a8e4-22d500f2dae1} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3726 | 2024.08.14 22:33:17.855946 [ 3 ] {3a743597-e93f-483d-a8e4-22d500f2dae1} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001537 sec., 50097.59271307742 rows/sec., 3.09 MiB/sec. | ||
3727 | 2024.08.14 22:33:17.856256 [ 3 ] {3a743597-e93f-483d-a8e4-22d500f2dae1} <Debug> DynamicQueryHandler: Done processing query | ||
3728 | 2024.08.14 22:33:17.856282 [ 3 ] {3a743597-e93f-483d-a8e4-22d500f2dae1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3729 | 2024.08.14 22:33:17.856298 [ 3 ] {} <Debug> HTTP-Session: 67b4e630-1b5a-438f-9bc6-c45328007617 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3730 | 2024.08.14 22:33:17.856444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3731 | 2024.08.14 22:33:17.856494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3732 | 2024.08.14 22:33:17.856515 [ 3 ] {} <Debug> HTTP-Session: 6214c281-720f-48bc-9c60-4256d84b2c6d Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3733 | 2024.08.14 22:33:17.856531 [ 3 ] {} <Debug> HTTP-Session: 6214c281-720f-48bc-9c60-4256d84b2c6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3734 | 2024.08.14 22:33:17.856545 [ 3 ] {} <Debug> HTTP-Session: 6214c281-720f-48bc-9c60-4256d84b2c6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3735 | 2024.08.14 22:33:17.856575 [ 3 ] {} <Trace> HTTP-Session: 6214c281-720f-48bc-9c60-4256d84b2c6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3736 | 2024.08.14 22:33:17.856724 [ 3 ] {9563b7e5-0364-4908-98c5-d7d0521b4932} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3737 | 2024.08.14 22:33:17.856771 [ 3 ] {9563b7e5-0364-4908-98c5-d7d0521b4932} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3738 | 2024.08.14 22:33:17.856939 [ 3 ] {9563b7e5-0364-4908-98c5-d7d0521b4932} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3739 | 2024.08.14 22:33:17.857319 [ 3 ] {9563b7e5-0364-4908-98c5-d7d0521b4932} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3740 | 2024.08.14 22:33:17.857357 [ 3 ] {9563b7e5-0364-4908-98c5-d7d0521b4932} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3741 | 2024.08.14 22:33:17.857739 [ 3 ] {9563b7e5-0364-4908-98c5-d7d0521b4932} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3742 | 2024.08.14 22:33:17.858076 [ 3 ] {9563b7e5-0364-4908-98c5-d7d0521b4932} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3743 | 2024.08.14 22:33:17.858238 [ 3 ] {9563b7e5-0364-4908-98c5-d7d0521b4932} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001581 sec., 101201.77103099304 rows/sec., 7.05 MiB/sec. | ||
3744 | 2024.08.14 22:33:17.858237 [ 25 ] {} <Debug> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3745 | 2024.08.14 22:33:17.858355 [ 25 ] {} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3746 | 2024.08.14 22:33:17.858392 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3747 | 2024.08.14 22:33:17.858481 [ 3 ] {9563b7e5-0364-4908-98c5-d7d0521b4932} <Debug> DynamicQueryHandler: Done processing query | ||
3748 | 2024.08.14 22:33:17.858561 [ 3 ] {9563b7e5-0364-4908-98c5-d7d0521b4932} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3749 | 2024.08.14 22:33:17.858614 [ 3 ] {} <Debug> HTTP-Session: 6214c281-720f-48bc-9c60-4256d84b2c6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3750 | 2024.08.14 22:33:17.858773 [ 200 ] {d127de5d-82c0-4259-80d1-97db5b726b22::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 | ||
3751 | 2024.08.14 22:33:17.858866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3752 | 2024.08.14 22:33:17.858955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3753 | 2024.08.14 22:33:17.858987 [ 3 ] {} <Debug> HTTP-Session: fa0be55a-331e-4910-8cdd-c8f543efd90e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3754 | 2024.08.14 22:33:17.859016 [ 3 ] {} <Debug> HTTP-Session: fa0be55a-331e-4910-8cdd-c8f543efd90e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3755 | 2024.08.14 22:33:17.859041 [ 3 ] {} <Debug> HTTP-Session: fa0be55a-331e-4910-8cdd-c8f543efd90e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3756 | 2024.08.14 22:33:17.859052 [ 200 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3757 | 2024.08.14 22:33:17.859079 [ 3 ] {} <Trace> HTTP-Session: fa0be55a-331e-4910-8cdd-c8f543efd90e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3758 | 2024.08.14 22:33:17.859100 [ 200 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 369 rows starting from the beginning of the part | ||
3759 | 2024.08.14 22:33:17.859233 [ 200 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part | ||
3760 | 2024.08.14 22:33:17.859310 [ 3 ] {e2bdc3d2-1425-4f1e-9675-ecf7c86332df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3761 | 2024.08.14 22:33:17.859468 [ 200 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 3392 rows starting from the beginning of the part | ||
3762 | 2024.08.14 22:33:17.859609 [ 3 ] {e2bdc3d2-1425-4f1e-9675-ecf7c86332df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
3763 | 2024.08.14 22:33:17.859878 [ 200 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 158 rows starting from the beginning of the part | ||
3764 | 2024.08.14 22:33:17.860178 [ 200 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
3765 | 2024.08.14 22:33:17.860499 [ 200 ] {d127de5d-82c0-4259-80d1-97db5b726b22::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 | ||
3766 | 2024.08.14 22:33:17.861647 [ 3 ] {e2bdc3d2-1425-4f1e-9675-ecf7c86332df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3767 | 2024.08.14 22:33:17.862666 [ 3 ] {e2bdc3d2-1425-4f1e-9675-ecf7c86332df} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3768 | 2024.08.14 22:33:17.862704 [ 3 ] {e2bdc3d2-1425-4f1e-9675-ecf7c86332df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3769 | 2024.08.14 22:33:17.863615 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4399 rows, containing 5 columns (5 merged, 0 gathered) in 0.005107275 sec., 861320.3714309491 rows/sec., 58.10 MiB/sec. | ||
3770 | 2024.08.14 22:33:17.863706 [ 3 ] {e2bdc3d2-1425-4f1e-9675-ecf7c86332df} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3771 | 2024.08.14 22:33:17.864133 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3772 | 2024.08.14 22:33:17.864387 [ 3 ] {e2bdc3d2-1425-4f1e-9675-ecf7c86332df} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3773 | 2024.08.14 22:33:17.864956 [ 3 ] {e2bdc3d2-1425-4f1e-9675-ecf7c86332df} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.005728 sec., 1920.3910614525141 rows/sec., 3.44 MiB/sec. | ||
3774 | 2024.08.14 22:33:17.865887 [ 3 ] {e2bdc3d2-1425-4f1e-9675-ecf7c86332df} <Debug> DynamicQueryHandler: Done processing query | ||
3775 | 2024.08.14 22:33:17.865896 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3776 | 2024.08.14 22:33:17.865924 [ 3 ] {e2bdc3d2-1425-4f1e-9675-ecf7c86332df} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
3777 | 2024.08.14 22:33:17.865975 [ 3 ] {} <Debug> HTTP-Session: fa0be55a-331e-4910-8cdd-c8f543efd90e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3778 | 2024.08.14 22:33:17.866068 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3779 | 2024.08.14 22:33:17.866146 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3780 | 2024.08.14 22:33:17.866221 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
3781 | 2024.08.14 22:33:17.866250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3782 | 2024.08.14 22:33:17.866288 [ 3 ] {} <Debug> HTTP-Session: e8ccb705-c6dd-4389-a231-9bd09c7cca74 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3783 | 2024.08.14 22:33:17.866305 [ 3 ] {} <Debug> HTTP-Session: e8ccb705-c6dd-4389-a231-9bd09c7cca74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3784 | 2024.08.14 22:33:17.866319 [ 3 ] {} <Debug> HTTP-Session: e8ccb705-c6dd-4389-a231-9bd09c7cca74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3785 | 2024.08.14 22:33:17.866352 [ 3 ] {} <Trace> HTTP-Session: e8ccb705-c6dd-4389-a231-9bd09c7cca74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3786 | 2024.08.14 22:33:17.866464 [ 3 ] {6248a6d3-6374-4114-9257-558deead5e96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3787 | 2024.08.14 22:33:17.866511 [ 3 ] {6248a6d3-6374-4114-9257-558deead5e96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3788 | 2024.08.14 22:33:17.866656 [ 3 ] {6248a6d3-6374-4114-9257-558deead5e96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3789 | 2024.08.14 22:33:17.866931 [ 3 ] {6248a6d3-6374-4114-9257-558deead5e96} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3790 | 2024.08.14 22:33:17.866968 [ 3 ] {6248a6d3-6374-4114-9257-558deead5e96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3791 | 2024.08.14 22:33:17.867332 [ 3 ] {6248a6d3-6374-4114-9257-558deead5e96} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3792 | 2024.08.14 22:33:17.867688 [ 3 ] {6248a6d3-6374-4114-9257-558deead5e96} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3793 | 2024.08.14 22:33:17.867837 [ 25 ] {} <Debug> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3794 | 2024.08.14 22:33:17.867846 [ 3 ] {6248a6d3-6374-4114-9257-558deead5e96} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001409 sec., 16323.633782824698 rows/sec., 883.00 KiB/sec. | ||
3795 | 2024.08.14 22:33:17.867891 [ 25 ] {} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3796 | 2024.08.14 22:33:17.867955 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3797 | 2024.08.14 22:33:17.868154 [ 3 ] {6248a6d3-6374-4114-9257-558deead5e96} <Debug> DynamicQueryHandler: Done processing query | ||
3798 | 2024.08.14 22:33:17.868175 [ 199 ] {4180da31-a909-4070-bdf9-4242cb91783a::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 | ||
3799 | 2024.08.14 22:33:17.868189 [ 3 ] {6248a6d3-6374-4114-9257-558deead5e96} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3800 | 2024.08.14 22:33:17.868258 [ 3 ] {} <Debug> HTTP-Session: e8ccb705-c6dd-4389-a231-9bd09c7cca74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3801 | 2024.08.14 22:33:17.868431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3802 | 2024.08.14 22:33:17.868471 [ 199 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3803 | 2024.08.14 22:33:17.868524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3804 | 2024.08.14 22:33:17.868549 [ 199 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part | ||
3805 | 2024.08.14 22:33:17.868578 [ 3 ] {} <Debug> HTTP-Session: b137729c-9f1b-4915-a902-03bcc9504524 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3806 | 2024.08.14 22:33:17.868602 [ 3 ] {} <Debug> HTTP-Session: b137729c-9f1b-4915-a902-03bcc9504524 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3807 | 2024.08.14 22:33:17.868638 [ 3 ] {} <Debug> HTTP-Session: b137729c-9f1b-4915-a902-03bcc9504524 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3808 | 2024.08.14 22:33:17.868784 [ 199 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part | ||
3809 | 2024.08.14 22:33:17.868801 [ 3 ] {} <Trace> HTTP-Session: b137729c-9f1b-4915-a902-03bcc9504524 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3810 | 2024.08.14 22:33:17.869037 [ 199 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 38 rows starting from the beginning of the part | ||
3811 | 2024.08.14 22:33:17.869203 [ 199 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 23 rows starting from the beginning of the part | ||
3812 | 2024.08.14 22:33:17.869480 [ 199 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 23 rows starting from the beginning of the part | ||
3813 | 2024.08.14 22:33:17.869734 [ 3 ] {7531a39d-8492-44b4-8a66-c2bd4ac486c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3814 | 2024.08.14 22:33:17.869761 [ 199 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 23 rows starting from the beginning of the part | ||
3815 | 2024.08.14 22:33:17.869916 [ 3 ] {7531a39d-8492-44b4-8a66-c2bd4ac486c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3816 | 2024.08.14 22:33:17.870527 [ 3 ] {7531a39d-8492-44b4-8a66-c2bd4ac486c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3817 | 2024.08.14 22:33:17.871243 [ 3 ] {7531a39d-8492-44b4-8a66-c2bd4ac486c6} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3818 | 2024.08.14 22:33:17.871312 [ 3 ] {7531a39d-8492-44b4-8a66-c2bd4ac486c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3819 | 2024.08.14 22:33:17.872400 [ 3 ] {7531a39d-8492-44b4-8a66-c2bd4ac486c6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3820 | 2024.08.14 22:33:17.872628 [ 200 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 142 rows, containing 4 columns (4 merged, 0 gathered) in 0.004549216 sec., 31214.169650330958 rows/sec., 1.76 MiB/sec. | ||
3821 | 2024.08.14 22:33:17.872817 [ 200 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3822 | 2024.08.14 22:33:17.872959 [ 3 ] {7531a39d-8492-44b4-8a66-c2bd4ac486c6} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3823 | 2024.08.14 22:33:17.873148 [ 25 ] {} <Debug> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3824 | 2024.08.14 22:33:17.873255 [ 3 ] {7531a39d-8492-44b4-8a66-c2bd4ac486c6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003959 sec., 15155.342258145996 rows/sec., 1.02 MiB/sec. | ||
3825 | 2024.08.14 22:33:17.873280 [ 25 ] {} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3826 | 2024.08.14 22:33:17.873427 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3827 | 2024.08.14 22:33:17.873890 [ 3 ] {7531a39d-8492-44b4-8a66-c2bd4ac486c6} <Debug> DynamicQueryHandler: Done processing query | ||
3828 | 2024.08.14 22:33:17.873891 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
3829 | 2024.08.14 22:33:17.873942 [ 3 ] {7531a39d-8492-44b4-8a66-c2bd4ac486c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3830 | 2024.08.14 22:33:17.874020 [ 3 ] {} <Debug> HTTP-Session: b137729c-9f1b-4915-a902-03bcc9504524 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3831 | 2024.08.14 22:33:17.874024 [ 200 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_6_1} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3832 | 2024.08.14 22:33:17.874240 [ 200 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_6_1} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3833 | 2024.08.14 22:33:17.874342 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3834 | 2024.08.14 22:33:17.874400 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
3835 | 2024.08.14 22:33:17.874420 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 166 rows starting from the beginning of the part | ||
3836 | 2024.08.14 22:33:17.874562 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
3837 | 2024.08.14 22:33:17.874749 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
3838 | 2024.08.14 22:33:17.874956 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 58 rows starting from the beginning of the part | ||
3839 | 2024.08.14 22:33:17.875085 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
3840 | 2024.08.14 22:33:17.875254 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
3841 | 2024.08.14 22:33:17.876381 [ 200 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 406 rows, containing 4 columns (4 merged, 0 gathered) in 0.00272791 sec., 148831.8896151266 rows/sec., 9.95 MiB/sec. | ||
3842 | 2024.08.14 22:33:17.876527 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3843 | 2024.08.14 22:33:17.876903 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_11_2} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3844 | 2024.08.14 22:33:17.876984 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_11_2} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3845 | 2024.08.14 22:33:17.877062 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
3846 | 2024.08.14 22:33:22.842357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3847 | 2024.08.14 22:33:22.842499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3848 | 2024.08.14 22:33:22.842528 [ 3 ] {} <Debug> HTTP-Session: 98630adc-7cd6-4f90-83e3-887989c7c915 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3849 | 2024.08.14 22:33:22.842556 [ 3 ] {} <Debug> HTTP-Session: 98630adc-7cd6-4f90-83e3-887989c7c915 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3850 | 2024.08.14 22:33:22.842574 [ 3 ] {} <Debug> HTTP-Session: 98630adc-7cd6-4f90-83e3-887989c7c915 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3851 | 2024.08.14 22:33:22.842629 [ 3 ] {} <Trace> HTTP-Session: 98630adc-7cd6-4f90-83e3-887989c7c915 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3852 | 2024.08.14 22:33:22.842828 [ 3 ] {410511af-7725-4221-96b0-2c6fefe48c27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3853 | 2024.08.14 22:33:22.842894 [ 3 ] {410511af-7725-4221-96b0-2c6fefe48c27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3854 | 2024.08.14 22:33:22.843081 [ 3 ] {410511af-7725-4221-96b0-2c6fefe48c27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3855 | 2024.08.14 22:33:22.843517 [ 3 ] {410511af-7725-4221-96b0-2c6fefe48c27} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3856 | 2024.08.14 22:33:22.843559 [ 3 ] {410511af-7725-4221-96b0-2c6fefe48c27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3857 | 2024.08.14 22:33:22.843951 [ 3 ] {410511af-7725-4221-96b0-2c6fefe48c27} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3858 | 2024.08.14 22:33:22.844288 [ 3 ] {410511af-7725-4221-96b0-2c6fefe48c27} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3859 | 2024.08.14 22:33:22.844458 [ 3 ] {410511af-7725-4221-96b0-2c6fefe48c27} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001681 sec., 12492.563950029744 rows/sec., 1012.58 KiB/sec. | ||
3860 | 2024.08.14 22:33:22.844640 [ 3 ] {410511af-7725-4221-96b0-2c6fefe48c27} <Debug> DynamicQueryHandler: Done processing query | ||
3861 | 2024.08.14 22:33:22.844667 [ 3 ] {410511af-7725-4221-96b0-2c6fefe48c27} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3862 | 2024.08.14 22:33:22.844683 [ 3 ] {} <Debug> HTTP-Session: 98630adc-7cd6-4f90-83e3-887989c7c915 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3863 | 2024.08.14 22:33:22.844817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3864 | 2024.08.14 22:33:22.844865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3865 | 2024.08.14 22:33:22.844884 [ 3 ] {} <Debug> HTTP-Session: 3e76545d-f048-443d-b000-1182daffd672 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3866 | 2024.08.14 22:33:22.844900 [ 3 ] {} <Debug> HTTP-Session: 3e76545d-f048-443d-b000-1182daffd672 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3867 | 2024.08.14 22:33:22.844914 [ 3 ] {} <Debug> HTTP-Session: 3e76545d-f048-443d-b000-1182daffd672 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3868 | 2024.08.14 22:33:22.844945 [ 3 ] {} <Trace> HTTP-Session: 3e76545d-f048-443d-b000-1182daffd672 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3869 | 2024.08.14 22:33:22.845070 [ 3 ] {b1676694-95fa-4c04-a423-11d77662403e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3870 | 2024.08.14 22:33:22.845112 [ 3 ] {b1676694-95fa-4c04-a423-11d77662403e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3871 | 2024.08.14 22:33:22.845235 [ 3 ] {b1676694-95fa-4c04-a423-11d77662403e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3872 | 2024.08.14 22:33:22.845628 [ 3 ] {b1676694-95fa-4c04-a423-11d77662403e} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3873 | 2024.08.14 22:33:22.845666 [ 3 ] {b1676694-95fa-4c04-a423-11d77662403e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3874 | 2024.08.14 22:33:22.845985 [ 3 ] {b1676694-95fa-4c04-a423-11d77662403e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3875 | 2024.08.14 22:33:22.846291 [ 3 ] {b1676694-95fa-4c04-a423-11d77662403e} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3876 | 2024.08.14 22:33:22.846442 [ 3 ] {b1676694-95fa-4c04-a423-11d77662403e} <Debug> executeQuery: Read 119 rows, 10.08 KiB in 0.001415 sec., 84098.93992932863 rows/sec., 6.96 MiB/sec. | ||
3877 | 2024.08.14 22:33:22.846438 [ 73 ] {} <Debug> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3878 | 2024.08.14 22:33:22.846553 [ 73 ] {} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3879 | 2024.08.14 22:33:22.846598 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3880 | 2024.08.14 22:33:22.846689 [ 3 ] {b1676694-95fa-4c04-a423-11d77662403e} <Debug> DynamicQueryHandler: Done processing query | ||
3881 | 2024.08.14 22:33:22.846742 [ 3 ] {b1676694-95fa-4c04-a423-11d77662403e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3882 | 2024.08.14 22:33:22.846794 [ 3 ] {} <Debug> HTTP-Session: 3e76545d-f048-443d-b000-1182daffd672 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3883 | 2024.08.14 22:33:22.846872 [ 194 ] {99dad827-b692-4668-b096-a1f8f01ac229::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 | ||
3884 | 2024.08.14 22:33:22.846964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3885 | 2024.08.14 22:33:22.847061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3886 | 2024.08.14 22:33:22.847115 [ 3 ] {} <Debug> HTTP-Session: 33e512a4-6466-4401-a4f4-9e55b1e2c8df Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3887 | 2024.08.14 22:33:22.847153 [ 194 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3888 | 2024.08.14 22:33:22.847162 [ 3 ] {} <Debug> HTTP-Session: 33e512a4-6466-4401-a4f4-9e55b1e2c8df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3889 | 2024.08.14 22:33:22.847214 [ 3 ] {} <Debug> HTTP-Session: 33e512a4-6466-4401-a4f4-9e55b1e2c8df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3890 | 2024.08.14 22:33:22.847218 [ 194 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 259 rows starting from the beginning of the part | ||
3891 | 2024.08.14 22:33:22.847269 [ 3 ] {} <Trace> HTTP-Session: 33e512a4-6466-4401-a4f4-9e55b1e2c8df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3892 | 2024.08.14 22:33:22.847487 [ 194 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1144 rows starting from the beginning of the part | ||
3893 | 2024.08.14 22:33:22.847544 [ 3 ] {35da7ff8-9b23-4d13-b151-6b58c8701701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3894 | 2024.08.14 22:33:22.847677 [ 3 ] {35da7ff8-9b23-4d13-b151-6b58c8701701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3895 | 2024.08.14 22:33:22.847757 [ 194 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 194 rows starting from the beginning of the part | ||
3896 | 2024.08.14 22:33:22.848061 [ 194 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 119 rows starting from the beginning of the part | ||
3897 | 2024.08.14 22:33:22.848436 [ 194 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 194 rows starting from the beginning of the part | ||
3898 | 2024.08.14 22:33:22.848781 [ 194 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 119 rows starting from the beginning of the part | ||
3899 | 2024.08.14 22:33:22.849023 [ 3 ] {35da7ff8-9b23-4d13-b151-6b58c8701701} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3900 | 2024.08.14 22:33:22.849978 [ 3 ] {35da7ff8-9b23-4d13-b151-6b58c8701701} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3901 | 2024.08.14 22:33:22.850032 [ 3 ] {35da7ff8-9b23-4d13-b151-6b58c8701701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3902 | 2024.08.14 22:33:22.850847 [ 3 ] {35da7ff8-9b23-4d13-b151-6b58c8701701} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3903 | 2024.08.14 22:33:22.851618 [ 3 ] {35da7ff8-9b23-4d13-b151-6b58c8701701} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3904 | 2024.08.14 22:33:22.851897 [ 73 ] {} <Debug> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3905 | 2024.08.14 22:33:22.851946 [ 3 ] {35da7ff8-9b23-4d13-b151-6b58c8701701} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.004476 sec., 18990.16979445934 rows/sec., 1.48 MiB/sec. | ||
3906 | 2024.08.14 22:33:22.852411 [ 73 ] {} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3907 | 2024.08.14 22:33:22.852438 [ 194 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2029 rows, containing 4 columns (4 merged, 0 gathered) in 0.005726694 sec., 354305.6430114827 rows/sec., 29.93 MiB/sec. | ||
3908 | 2024.08.14 22:33:22.852486 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3909 | 2024.08.14 22:33:22.852560 [ 3 ] {35da7ff8-9b23-4d13-b151-6b58c8701701} <Debug> DynamicQueryHandler: Done processing query | ||
3910 | 2024.08.14 22:33:22.852636 [ 3 ] {35da7ff8-9b23-4d13-b151-6b58c8701701} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3911 | 2024.08.14 22:33:22.852702 [ 3 ] {} <Debug> HTTP-Session: 33e512a4-6466-4401-a4f4-9e55b1e2c8df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3912 | 2024.08.14 22:33:22.852779 [ 200 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::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 | ||
3913 | 2024.08.14 22:33:22.852788 [ 194 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3914 | 2024.08.14 22:33:22.852972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3915 | 2024.08.14 22:33:22.853097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3916 | 2024.08.14 22:33:22.853103 [ 200 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3917 | 2024.08.14 22:33:22.853175 [ 3 ] {} <Debug> HTTP-Session: f88c7dc0-74f2-4530-851b-48f1c35e6cc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3918 | 2024.08.14 22:33:22.853214 [ 200 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 434 rows starting from the beginning of the part | ||
3919 | 2024.08.14 22:33:22.853267 [ 3 ] {} <Debug> HTTP-Session: f88c7dc0-74f2-4530-851b-48f1c35e6cc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3920 | 2024.08.14 22:33:22.853337 [ 3 ] {} <Debug> HTTP-Session: f88c7dc0-74f2-4530-851b-48f1c35e6cc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3921 | 2024.08.14 22:33:22.853619 [ 3 ] {} <Trace> HTTP-Session: f88c7dc0-74f2-4530-851b-48f1c35e6cc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3922 | 2024.08.14 22:33:22.853763 [ 200 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 464 rows starting from the beginning of the part | ||
3923 | 2024.08.14 22:33:22.854195 [ 200 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 393 rows starting from the beginning of the part | ||
3924 | 2024.08.14 22:33:22.854211 [ 3 ] {99b95f81-87e7-453a-8b9b-eb97141099f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3925 | 2024.08.14 22:33:22.854494 [ 3 ] {99b95f81-87e7-453a-8b9b-eb97141099f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3926 | 2024.08.14 22:33:22.854650 [ 200 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 85 rows starting from the beginning of the part | ||
3927 | 2024.08.14 22:33:22.854921 [ 194 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_16_3} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3928 | 2024.08.14 22:33:22.855081 [ 200 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 393 rows starting from the beginning of the part | ||
3929 | 2024.08.14 22:33:22.855373 [ 194 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_16_3} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3930 | 2024.08.14 22:33:22.855506 [ 200 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 85 rows starting from the beginning of the part | ||
3931 | 2024.08.14 22:33:22.855757 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
3932 | 2024.08.14 22:33:22.856206 [ 3 ] {99b95f81-87e7-453a-8b9b-eb97141099f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3933 | 2024.08.14 22:33:22.856727 [ 3 ] {99b95f81-87e7-453a-8b9b-eb97141099f1} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3934 | 2024.08.14 22:33:22.856767 [ 3 ] {99b95f81-87e7-453a-8b9b-eb97141099f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3935 | 2024.08.14 22:33:22.857300 [ 3 ] {99b95f81-87e7-453a-8b9b-eb97141099f1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3936 | 2024.08.14 22:33:22.857531 [ 193 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1854 rows, containing 4 columns (4 merged, 0 gathered) in 0.004915861 sec., 377146.546657849 rows/sec., 27.19 MiB/sec. | ||
3937 | 2024.08.14 22:33:22.857823 [ 193 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3938 | 2024.08.14 22:33:22.857906 [ 3 ] {99b95f81-87e7-453a-8b9b-eb97141099f1} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3939 | 2024.08.14 22:33:22.858235 [ 3 ] {99b95f81-87e7-453a-8b9b-eb97141099f1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004347 sec., 36806.99332873246 rows/sec., 2.56 MiB/sec. | ||
3940 | 2024.08.14 22:33:22.858705 [ 3 ] {99b95f81-87e7-453a-8b9b-eb97141099f1} <Debug> DynamicQueryHandler: Done processing query | ||
3941 | 2024.08.14 22:33:22.858750 [ 3 ] {99b95f81-87e7-453a-8b9b-eb97141099f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3942 | 2024.08.14 22:33:22.858779 [ 3 ] {} <Debug> HTTP-Session: f88c7dc0-74f2-4530-851b-48f1c35e6cc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3943 | 2024.08.14 22:33:22.858836 [ 193 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_16_3} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3944 | 2024.08.14 22:33:22.858934 [ 193 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_16_3} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3945 | 2024.08.14 22:33:22.859032 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
3946 | 2024.08.14 22:33:22.859127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33583, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3947 | 2024.08.14 22:33:22.859184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3948 | 2024.08.14 22:33:22.859205 [ 3 ] {} <Debug> HTTP-Session: 1df60ac4-b052-4251-884a-db6ce88000a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3949 | 2024.08.14 22:33:22.859222 [ 3 ] {} <Debug> HTTP-Session: 1df60ac4-b052-4251-884a-db6ce88000a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3950 | 2024.08.14 22:33:22.859236 [ 3 ] {} <Debug> HTTP-Session: 1df60ac4-b052-4251-884a-db6ce88000a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3951 | 2024.08.14 22:33:22.859272 [ 3 ] {} <Trace> HTTP-Session: 1df60ac4-b052-4251-884a-db6ce88000a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3952 | 2024.08.14 22:33:22.859557 [ 3 ] {f1066143-7cb7-4c96-9467-4c31df359f22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3953 | 2024.08.14 22:33:22.859631 [ 3 ] {f1066143-7cb7-4c96-9467-4c31df359f22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
3954 | 2024.08.14 22:33:22.860083 [ 3 ] {f1066143-7cb7-4c96-9467-4c31df359f22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3955 | 2024.08.14 22:33:22.860667 [ 3 ] {f1066143-7cb7-4c96-9467-4c31df359f22} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3956 | 2024.08.14 22:33:22.860705 [ 3 ] {f1066143-7cb7-4c96-9467-4c31df359f22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3957 | 2024.08.14 22:33:22.861386 [ 3 ] {f1066143-7cb7-4c96-9467-4c31df359f22} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3958 | 2024.08.14 22:33:22.861802 [ 3 ] {f1066143-7cb7-4c96-9467-4c31df359f22} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3959 | 2024.08.14 22:33:22.862011 [ 3 ] {f1066143-7cb7-4c96-9467-4c31df359f22} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002633 sec., 7975.693125712116 rows/sec., 14.29 MiB/sec. | ||
3960 | 2024.08.14 22:33:22.862518 [ 3 ] {f1066143-7cb7-4c96-9467-4c31df359f22} <Debug> DynamicQueryHandler: Done processing query | ||
3961 | 2024.08.14 22:33:22.862543 [ 3 ] {f1066143-7cb7-4c96-9467-4c31df359f22} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
3962 | 2024.08.14 22:33:22.862559 [ 3 ] {} <Debug> HTTP-Session: 1df60ac4-b052-4251-884a-db6ce88000a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3963 | 2024.08.14 22:33:22.862679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3964 | 2024.08.14 22:33:22.862727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3965 | 2024.08.14 22:33:22.862747 [ 3 ] {} <Debug> HTTP-Session: a950126a-e0a8-4495-aef0-c50cf720ff86 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3966 | 2024.08.14 22:33:22.862763 [ 3 ] {} <Debug> HTTP-Session: a950126a-e0a8-4495-aef0-c50cf720ff86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3967 | 2024.08.14 22:33:22.862776 [ 3 ] {} <Debug> HTTP-Session: a950126a-e0a8-4495-aef0-c50cf720ff86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3968 | 2024.08.14 22:33:22.862806 [ 3 ] {} <Trace> HTTP-Session: a950126a-e0a8-4495-aef0-c50cf720ff86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3969 | 2024.08.14 22:33:22.862917 [ 3 ] {cf387e5e-aca8-433f-b1d6-a5259a7ec100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3970 | 2024.08.14 22:33:22.862960 [ 3 ] {cf387e5e-aca8-433f-b1d6-a5259a7ec100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3971 | 2024.08.14 22:33:22.863102 [ 3 ] {cf387e5e-aca8-433f-b1d6-a5259a7ec100} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3972 | 2024.08.14 22:33:22.863375 [ 3 ] {cf387e5e-aca8-433f-b1d6-a5259a7ec100} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3973 | 2024.08.14 22:33:22.863412 [ 3 ] {cf387e5e-aca8-433f-b1d6-a5259a7ec100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3974 | 2024.08.14 22:33:22.863773 [ 3 ] {cf387e5e-aca8-433f-b1d6-a5259a7ec100} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3975 | 2024.08.14 22:33:22.864095 [ 3 ] {cf387e5e-aca8-433f-b1d6-a5259a7ec100} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3976 | 2024.08.14 22:33:22.864250 [ 3 ] {cf387e5e-aca8-433f-b1d6-a5259a7ec100} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001373 sec., 43699.92716678805 rows/sec., 2.95 MiB/sec. | ||
3977 | 2024.08.14 22:33:22.864406 [ 3 ] {cf387e5e-aca8-433f-b1d6-a5259a7ec100} <Debug> DynamicQueryHandler: Done processing query | ||
3978 | 2024.08.14 22:33:22.864430 [ 3 ] {cf387e5e-aca8-433f-b1d6-a5259a7ec100} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3979 | 2024.08.14 22:33:22.864445 [ 3 ] {} <Debug> HTTP-Session: a950126a-e0a8-4495-aef0-c50cf720ff86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3980 | 2024.08.14 22:33:26.083138 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3981 | 2024.08.14 22:33:26.083208 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3982 | 2024.08.14 22:33:27.001774 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001240998 sec. | ||
3983 | 2024.08.14 22:33:27.846287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3984 | 2024.08.14 22:33:27.846395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3985 | 2024.08.14 22:33:27.846420 [ 3 ] {} <Debug> HTTP-Session: 2926cb7f-2b91-47d2-b5af-8b1de92ec574 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
3986 | 2024.08.14 22:33:27.846444 [ 3 ] {} <Debug> HTTP-Session: 2926cb7f-2b91-47d2-b5af-8b1de92ec574 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3987 | 2024.08.14 22:33:27.846459 [ 3 ] {} <Debug> HTTP-Session: 2926cb7f-2b91-47d2-b5af-8b1de92ec574 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3988 | 2024.08.14 22:33:27.846507 [ 3 ] {} <Trace> HTTP-Session: 2926cb7f-2b91-47d2-b5af-8b1de92ec574 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3989 | 2024.08.14 22:33:27.846698 [ 3 ] {6feeb611-65c1-46d3-b22f-044ab0ab7983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3990 | 2024.08.14 22:33:27.846766 [ 3 ] {6feeb611-65c1-46d3-b22f-044ab0ab7983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3991 | 2024.08.14 22:33:27.846957 [ 3 ] {6feeb611-65c1-46d3-b22f-044ab0ab7983} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3992 | 2024.08.14 22:33:27.847309 [ 3 ] {6feeb611-65c1-46d3-b22f-044ab0ab7983} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3993 | 2024.08.14 22:33:27.847350 [ 3 ] {6feeb611-65c1-46d3-b22f-044ab0ab7983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
3994 | 2024.08.14 22:33:27.847709 [ 3 ] {6feeb611-65c1-46d3-b22f-044ab0ab7983} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3995 | 2024.08.14 22:33:27.848050 [ 3 ] {6feeb611-65c1-46d3-b22f-044ab0ab7983} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3996 | 2024.08.14 22:33:27.848211 [ 3 ] {6feeb611-65c1-46d3-b22f-044ab0ab7983} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001562 sec., 10883.48271446863 rows/sec., 788.38 KiB/sec. | ||
3997 | 2024.08.14 22:33:27.848227 [ 38 ] {} <Debug> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3998 | 2024.08.14 22:33:27.848346 [ 38 ] {} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3999 | 2024.08.14 22:33:27.848392 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4000 | 2024.08.14 22:33:27.848496 [ 3 ] {6feeb611-65c1-46d3-b22f-044ab0ab7983} <Debug> DynamicQueryHandler: Done processing query | ||
4001 | 2024.08.14 22:33:27.848552 [ 3 ] {6feeb611-65c1-46d3-b22f-044ab0ab7983} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4002 | 2024.08.14 22:33:27.848585 [ 3 ] {} <Debug> HTTP-Session: 2926cb7f-2b91-47d2-b5af-8b1de92ec574 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4003 | 2024.08.14 22:33:27.848584 [ 194 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::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 | ||
4004 | 2024.08.14 22:33:27.848744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4005 | 2024.08.14 22:33:27.848810 [ 194 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4006 | 2024.08.14 22:33:27.848834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4007 | 2024.08.14 22:33:27.848868 [ 194 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 38 rows starting from the beginning of the part | ||
4008 | 2024.08.14 22:33:27.848879 [ 3 ] {} <Debug> HTTP-Session: 4e910c80-86fd-4f1c-8a69-6779fe9ec9c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4009 | 2024.08.14 22:33:27.848924 [ 3 ] {} <Debug> HTTP-Session: 4e910c80-86fd-4f1c-8a69-6779fe9ec9c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4010 | 2024.08.14 22:33:27.848963 [ 3 ] {} <Debug> HTTP-Session: 4e910c80-86fd-4f1c-8a69-6779fe9ec9c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4011 | 2024.08.14 22:33:27.849056 [ 194 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 17 rows starting from the beginning of the part | ||
4012 | 2024.08.14 22:33:27.849090 [ 3 ] {} <Trace> HTTP-Session: 4e910c80-86fd-4f1c-8a69-6779fe9ec9c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4013 | 2024.08.14 22:33:27.849359 [ 194 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 21 rows starting from the beginning of the part | ||
4014 | 2024.08.14 22:33:27.849421 [ 3 ] {5b056b48-8944-4d3c-9415-22d7110d3929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4015 | 2024.08.14 22:33:27.849639 [ 3 ] {5b056b48-8944-4d3c-9415-22d7110d3929} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4016 | 2024.08.14 22:33:27.849677 [ 194 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 17 rows starting from the beginning of the part | ||
4017 | 2024.08.14 22:33:27.849992 [ 194 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 21 rows starting from the beginning of the part | ||
4018 | 2024.08.14 22:33:27.850308 [ 194 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 17 rows starting from the beginning of the part | ||
4019 | 2024.08.14 22:33:27.850820 [ 3 ] {5b056b48-8944-4d3c-9415-22d7110d3929} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4020 | 2024.08.14 22:33:27.851518 [ 3 ] {5b056b48-8944-4d3c-9415-22d7110d3929} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4021 | 2024.08.14 22:33:27.851583 [ 3 ] {5b056b48-8944-4d3c-9415-22d7110d3929} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4022 | 2024.08.14 22:33:27.852418 [ 3 ] {5b056b48-8944-4d3c-9415-22d7110d3929} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
4023 | 2024.08.14 22:33:27.853103 [ 200 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 131 rows, containing 4 columns (4 merged, 0 gathered) in 0.004656008 sec., 28135.69048850432 rows/sec., 2.10 MiB/sec. | ||
4024 | 2024.08.14 22:33:27.853227 [ 3 ] {5b056b48-8944-4d3c-9415-22d7110d3929} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4025 | 2024.08.14 22:33:27.853447 [ 189 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4026 | 2024.08.14 22:33:27.853485 [ 3 ] {5b056b48-8944-4d3c-9415-22d7110d3929} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004204 sec., 475.73739295908655 rows/sec., 38.79 KiB/sec. | ||
4027 | 2024.08.14 22:33:27.854002 [ 3 ] {5b056b48-8944-4d3c-9415-22d7110d3929} <Debug> DynamicQueryHandler: Done processing query | ||
4028 | 2024.08.14 22:33:27.854065 [ 3 ] {5b056b48-8944-4d3c-9415-22d7110d3929} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4029 | 2024.08.14 22:33:27.854132 [ 3 ] {} <Debug> HTTP-Session: 4e910c80-86fd-4f1c-8a69-6779fe9ec9c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4030 | 2024.08.14 22:33:27.854328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 29477, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4031 | 2024.08.14 22:33:27.854414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4032 | 2024.08.14 22:33:27.854460 [ 3 ] {} <Debug> HTTP-Session: 81c0afe0-f513-4317-ad05-b3d1a4ca81ae Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4033 | 2024.08.14 22:33:27.854466 [ 189 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_16_3} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4034 | 2024.08.14 22:33:27.854490 [ 3 ] {} <Debug> HTTP-Session: 81c0afe0-f513-4317-ad05-b3d1a4ca81ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4035 | 2024.08.14 22:33:27.854541 [ 3 ] {} <Debug> HTTP-Session: 81c0afe0-f513-4317-ad05-b3d1a4ca81ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4036 | 2024.08.14 22:33:27.854615 [ 3 ] {} <Trace> HTTP-Session: 81c0afe0-f513-4317-ad05-b3d1a4ca81ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4037 | 2024.08.14 22:33:27.854657 [ 189 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_16_3} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4038 | 2024.08.14 22:33:27.854802 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4039 | 2024.08.14 22:33:27.854860 [ 3 ] {ffb4b725-10b8-4931-8739-bb5436cab11c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4040 | 2024.08.14 22:33:27.854910 [ 3 ] {ffb4b725-10b8-4931-8739-bb5436cab11c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4041 | 2024.08.14 22:33:27.855060 [ 3 ] {ffb4b725-10b8-4931-8739-bb5436cab11c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4042 | 2024.08.14 22:33:27.855470 [ 3 ] {ffb4b725-10b8-4931-8739-bb5436cab11c} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4043 | 2024.08.14 22:33:27.855507 [ 3 ] {ffb4b725-10b8-4931-8739-bb5436cab11c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4044 | 2024.08.14 22:33:27.855856 [ 3 ] {ffb4b725-10b8-4931-8739-bb5436cab11c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4045 | 2024.08.14 22:33:27.856168 [ 3 ] {ffb4b725-10b8-4931-8739-bb5436cab11c} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4046 | 2024.08.14 22:33:27.856321 [ 3 ] {ffb4b725-10b8-4931-8739-bb5436cab11c} <Debug> executeQuery: Read 195 rows, 17.62 KiB in 0.001578 sec., 123574.14448669202 rows/sec., 10.90 MiB/sec. | ||
4047 | 2024.08.14 22:33:27.856474 [ 3 ] {ffb4b725-10b8-4931-8739-bb5436cab11c} <Debug> DynamicQueryHandler: Done processing query | ||
4048 | 2024.08.14 22:33:27.856498 [ 3 ] {ffb4b725-10b8-4931-8739-bb5436cab11c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4049 | 2024.08.14 22:33:27.856514 [ 3 ] {} <Debug> HTTP-Session: 81c0afe0-f513-4317-ad05-b3d1a4ca81ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4050 | 2024.08.14 22:33:27.856628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4051 | 2024.08.14 22:33:27.856677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4052 | 2024.08.14 22:33:27.856696 [ 3 ] {} <Debug> HTTP-Session: fd55636e-7cc4-4ffa-8c69-0364b7233cce Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4053 | 2024.08.14 22:33:27.856713 [ 3 ] {} <Debug> HTTP-Session: fd55636e-7cc4-4ffa-8c69-0364b7233cce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4054 | 2024.08.14 22:33:27.856727 [ 3 ] {} <Debug> HTTP-Session: fd55636e-7cc4-4ffa-8c69-0364b7233cce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4055 | 2024.08.14 22:33:27.856758 [ 3 ] {} <Trace> HTTP-Session: fd55636e-7cc4-4ffa-8c69-0364b7233cce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4056 | 2024.08.14 22:33:27.856848 [ 3 ] {a8909632-dc69-4cbc-b376-90c27bd9d32e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4057 | 2024.08.14 22:33:27.856890 [ 3 ] {a8909632-dc69-4cbc-b376-90c27bd9d32e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4058 | 2024.08.14 22:33:27.857017 [ 3 ] {a8909632-dc69-4cbc-b376-90c27bd9d32e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4059 | 2024.08.14 22:33:27.857272 [ 3 ] {a8909632-dc69-4cbc-b376-90c27bd9d32e} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4060 | 2024.08.14 22:33:27.857309 [ 3 ] {a8909632-dc69-4cbc-b376-90c27bd9d32e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4061 | 2024.08.14 22:33:27.857603 [ 3 ] {a8909632-dc69-4cbc-b376-90c27bd9d32e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
4062 | 2024.08.14 22:33:27.857931 [ 3 ] {a8909632-dc69-4cbc-b376-90c27bd9d32e} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4063 | 2024.08.14 22:33:27.858088 [ 3 ] {a8909632-dc69-4cbc-b376-90c27bd9d32e} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001255 sec., 1593.6254980079682 rows/sec., 111.27 KiB/sec. | ||
4064 | 2024.08.14 22:33:27.858353 [ 3 ] {a8909632-dc69-4cbc-b376-90c27bd9d32e} <Debug> DynamicQueryHandler: Done processing query | ||
4065 | 2024.08.14 22:33:27.858377 [ 3 ] {a8909632-dc69-4cbc-b376-90c27bd9d32e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4066 | 2024.08.14 22:33:27.858394 [ 3 ] {} <Debug> HTTP-Session: fd55636e-7cc4-4ffa-8c69-0364b7233cce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4067 | 2024.08.14 22:33:27.858623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 63753, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4068 | 2024.08.14 22:33:27.858671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4069 | 2024.08.14 22:33:27.858690 [ 3 ] {} <Debug> HTTP-Session: 4a3c5e75-8bdf-4f4a-9189-4fc073a1f47d Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4070 | 2024.08.14 22:33:27.858707 [ 3 ] {} <Debug> HTTP-Session: 4a3c5e75-8bdf-4f4a-9189-4fc073a1f47d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4071 | 2024.08.14 22:33:27.858720 [ 3 ] {} <Debug> HTTP-Session: 4a3c5e75-8bdf-4f4a-9189-4fc073a1f47d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4072 | 2024.08.14 22:33:27.858749 [ 3 ] {} <Trace> HTTP-Session: 4a3c5e75-8bdf-4f4a-9189-4fc073a1f47d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4073 | 2024.08.14 22:33:27.858940 [ 3 ] {dfcc4e9a-adc7-4942-9a98-f4038a98a903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4074 | 2024.08.14 22:33:27.858985 [ 3 ] {dfcc4e9a-adc7-4942-9a98-f4038a98a903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4075 | 2024.08.14 22:33:27.859133 [ 3 ] {dfcc4e9a-adc7-4942-9a98-f4038a98a903} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4076 | 2024.08.14 22:33:27.859597 [ 3 ] {dfcc4e9a-adc7-4942-9a98-f4038a98a903} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4077 | 2024.08.14 22:33:27.859634 [ 3 ] {dfcc4e9a-adc7-4942-9a98-f4038a98a903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4078 | 2024.08.14 22:33:27.859959 [ 3 ] {dfcc4e9a-adc7-4942-9a98-f4038a98a903} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4079 | 2024.08.14 22:33:27.860266 [ 3 ] {dfcc4e9a-adc7-4942-9a98-f4038a98a903} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4080 | 2024.08.14 22:33:27.860426 [ 3 ] {dfcc4e9a-adc7-4942-9a98-f4038a98a903} <Debug> executeQuery: Read 395 rows, 28.52 KiB in 0.001588 sec., 248740.55415617127 rows/sec., 17.54 MiB/sec. | ||
4081 | 2024.08.14 22:33:27.860713 [ 3 ] {dfcc4e9a-adc7-4942-9a98-f4038a98a903} <Debug> DynamicQueryHandler: Done processing query | ||
4082 | 2024.08.14 22:33:27.860739 [ 3 ] {dfcc4e9a-adc7-4942-9a98-f4038a98a903} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
4083 | 2024.08.14 22:33:27.860756 [ 3 ] {} <Debug> HTTP-Session: 4a3c5e75-8bdf-4f4a-9189-4fc073a1f47d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4084 | 2024.08.14 22:33:27.860868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4085 | 2024.08.14 22:33:27.860917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4086 | 2024.08.14 22:33:27.860937 [ 3 ] {} <Debug> HTTP-Session: 96502bd7-98ff-43d9-acbb-272f89b0dfd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4087 | 2024.08.14 22:33:27.860954 [ 3 ] {} <Debug> HTTP-Session: 96502bd7-98ff-43d9-acbb-272f89b0dfd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4088 | 2024.08.14 22:33:27.860968 [ 3 ] {} <Debug> HTTP-Session: 96502bd7-98ff-43d9-acbb-272f89b0dfd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4089 | 2024.08.14 22:33:27.860997 [ 3 ] {} <Trace> HTTP-Session: 96502bd7-98ff-43d9-acbb-272f89b0dfd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4090 | 2024.08.14 22:33:27.861092 [ 3 ] {9a4900d6-b146-4be7-a52d-3cdf4de640ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4091 | 2024.08.14 22:33:27.861137 [ 3 ] {9a4900d6-b146-4be7-a52d-3cdf4de640ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4092 | 2024.08.14 22:33:27.861286 [ 3 ] {9a4900d6-b146-4be7-a52d-3cdf4de640ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4093 | 2024.08.14 22:33:27.861591 [ 3 ] {9a4900d6-b146-4be7-a52d-3cdf4de640ad} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4094 | 2024.08.14 22:33:27.861628 [ 3 ] {9a4900d6-b146-4be7-a52d-3cdf4de640ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4095 | 2024.08.14 22:33:27.861981 [ 3 ] {9a4900d6-b146-4be7-a52d-3cdf4de640ad} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4096 | 2024.08.14 22:33:27.862298 [ 3 ] {9a4900d6-b146-4be7-a52d-3cdf4de640ad} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4097 | 2024.08.14 22:33:27.862428 [ 3 ] {9a4900d6-b146-4be7-a52d-3cdf4de640ad} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001358 sec., 4418.262150220913 rows/sec., 189.85 KiB/sec. | ||
4098 | 2024.08.14 22:33:27.862458 [ 135 ] {} <Debug> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4099 | 2024.08.14 22:33:27.862555 [ 135 ] {} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4100 | 2024.08.14 22:33:27.862594 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4101 | 2024.08.14 22:33:27.862680 [ 3 ] {9a4900d6-b146-4be7-a52d-3cdf4de640ad} <Debug> DynamicQueryHandler: Done processing query | ||
4102 | 2024.08.14 22:33:27.862748 [ 3 ] {9a4900d6-b146-4be7-a52d-3cdf4de640ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4103 | 2024.08.14 22:33:27.862775 [ 194 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
4104 | 2024.08.14 22:33:27.862777 [ 3 ] {} <Debug> HTTP-Session: 96502bd7-98ff-43d9-acbb-272f89b0dfd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4105 | 2024.08.14 22:33:27.862984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4106 | 2024.08.14 22:33:27.862997 [ 194 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4107 | 2024.08.14 22:33:27.863064 [ 194 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
4108 | 2024.08.14 22:33:27.863077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4109 | 2024.08.14 22:33:27.863124 [ 3 ] {} <Debug> HTTP-Session: 23eb1fd6-909e-4ef9-89cd-6e130b62ecf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4110 | 2024.08.14 22:33:27.863200 [ 3 ] {} <Debug> HTTP-Session: 23eb1fd6-909e-4ef9-89cd-6e130b62ecf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4111 | 2024.08.14 22:33:27.863284 [ 3 ] {} <Debug> HTTP-Session: 23eb1fd6-909e-4ef9-89cd-6e130b62ecf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4112 | 2024.08.14 22:33:27.863290 [ 194 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
4113 | 2024.08.14 22:33:27.863380 [ 3 ] {} <Trace> HTTP-Session: 23eb1fd6-909e-4ef9-89cd-6e130b62ecf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4114 | 2024.08.14 22:33:27.863591 [ 194 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
4115 | 2024.08.14 22:33:27.863755 [ 3 ] {0c4a7221-1e4f-4307-8bb3-b89abf549c57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
4116 | 2024.08.14 22:33:27.863871 [ 194 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
4117 | 2024.08.14 22:33:27.863926 [ 3 ] {0c4a7221-1e4f-4307-8bb3-b89abf549c57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
4118 | 2024.08.14 22:33:27.864166 [ 194 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
4119 | 2024.08.14 22:33:27.864516 [ 194 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
4120 | 2024.08.14 22:33:27.865243 [ 3 ] {0c4a7221-1e4f-4307-8bb3-b89abf549c57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4121 | 2024.08.14 22:33:27.866091 [ 3 ] {0c4a7221-1e4f-4307-8bb3-b89abf549c57} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4122 | 2024.08.14 22:33:27.866170 [ 3 ] {0c4a7221-1e4f-4307-8bb3-b89abf549c57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4123 | 2024.08.14 22:33:27.867265 [ 194 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004577067 sec., 7865.298891189489 rows/sec., 337.96 KiB/sec. | ||
4124 | 2024.08.14 22:33:27.867276 [ 3 ] {0c4a7221-1e4f-4307-8bb3-b89abf549c57} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4125 | 2024.08.14 22:33:27.867420 [ 194 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
4126 | 2024.08.14 22:33:27.868131 [ 3 ] {0c4a7221-1e4f-4307-8bb3-b89abf549c57} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4127 | 2024.08.14 22:33:27.868408 [ 200 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_6_1} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4128 | 2024.08.14 22:33:27.868475 [ 135 ] {} <Debug> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4129 | 2024.08.14 22:33:27.868517 [ 3 ] {0c4a7221-1e4f-4307-8bb3-b89abf549c57} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004915 sec., 15666.327568667344 rows/sec., 987.89 KiB/sec. | ||
4130 | 2024.08.14 22:33:27.868587 [ 135 ] {} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4131 | 2024.08.14 22:33:27.868741 [ 200 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_6_1} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
4132 | 2024.08.14 22:33:27.868744 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4133 | 2024.08.14 22:33:27.869121 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4134 | 2024.08.14 22:33:27.869124 [ 3 ] {0c4a7221-1e4f-4307-8bb3-b89abf549c57} <Debug> DynamicQueryHandler: Done processing query | ||
4135 | 2024.08.14 22:33:27.869165 [ 3 ] {0c4a7221-1e4f-4307-8bb3-b89abf549c57} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4136 | 2024.08.14 22:33:27.869180 [ 194 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::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 | ||
4137 | 2024.08.14 22:33:27.869195 [ 3 ] {} <Debug> HTTP-Session: 23eb1fd6-909e-4ef9-89cd-6e130b62ecf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4138 | 2024.08.14 22:33:27.869353 [ 194 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4139 | 2024.08.14 22:33:27.869391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4140 | 2024.08.14 22:33:27.869411 [ 194 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 77 rows starting from the beginning of the part | ||
4141 | 2024.08.14 22:33:27.869475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4142 | 2024.08.14 22:33:27.869578 [ 3 ] {} <Debug> HTTP-Session: 50eea95c-625e-4711-833b-18b870590116 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4143 | 2024.08.14 22:33:27.869655 [ 3 ] {} <Debug> HTTP-Session: 50eea95c-625e-4711-833b-18b870590116 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4144 | 2024.08.14 22:33:27.869665 [ 194 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 77 rows starting from the beginning of the part | ||
4145 | 2024.08.14 22:33:27.869700 [ 3 ] {} <Debug> HTTP-Session: 50eea95c-625e-4711-833b-18b870590116 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4146 | 2024.08.14 22:33:27.869806 [ 3 ] {} <Trace> HTTP-Session: 50eea95c-625e-4711-833b-18b870590116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4147 | 2024.08.14 22:33:27.869975 [ 194 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 77 rows starting from the beginning of the part | ||
4148 | 2024.08.14 22:33:27.870244 [ 3 ] {d7dcd000-3b6f-4966-b6fd-2ce3953ce6ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4149 | 2024.08.14 22:33:27.870246 [ 194 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 77 rows starting from the beginning of the part | ||
4150 | 2024.08.14 22:33:27.870354 [ 3 ] {d7dcd000-3b6f-4966-b6fd-2ce3953ce6ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4151 | 2024.08.14 22:33:27.870565 [ 194 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 77 rows starting from the beginning of the part | ||
4152 | 2024.08.14 22:33:27.870925 [ 194 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 77 rows starting from the beginning of the part | ||
4153 | 2024.08.14 22:33:27.871572 [ 3 ] {d7dcd000-3b6f-4966-b6fd-2ce3953ce6ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4154 | 2024.08.14 22:33:27.872408 [ 3 ] {d7dcd000-3b6f-4966-b6fd-2ce3953ce6ee} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4155 | 2024.08.14 22:33:27.872488 [ 3 ] {d7dcd000-3b6f-4966-b6fd-2ce3953ce6ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4156 | 2024.08.14 22:33:27.873650 [ 3 ] {d7dcd000-3b6f-4966-b6fd-2ce3953ce6ee} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4157 | 2024.08.14 22:33:27.873946 [ 201 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 462 rows, containing 5 columns (5 merged, 0 gathered) in 0.004965683 sec., 93038.56085859689 rows/sec., 5.73 MiB/sec. | ||
4158 | 2024.08.14 22:33:27.874176 [ 200 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
4159 | 2024.08.14 22:33:27.874307 [ 3 ] {d7dcd000-3b6f-4966-b6fd-2ce3953ce6ee} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4160 | 2024.08.14 22:33:27.874670 [ 3 ] {d7dcd000-3b6f-4966-b6fd-2ce3953ce6ee} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004613 sec., 34901.36570561457 rows/sec., 2.43 MiB/sec. | ||
4161 | 2024.08.14 22:33:27.875315 [ 3 ] {d7dcd000-3b6f-4966-b6fd-2ce3953ce6ee} <Debug> DynamicQueryHandler: Done processing query | ||
4162 | 2024.08.14 22:33:27.875352 [ 3 ] {d7dcd000-3b6f-4966-b6fd-2ce3953ce6ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4163 | 2024.08.14 22:33:27.875361 [ 200 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_6_1} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4164 | 2024.08.14 22:33:27.875371 [ 3 ] {} <Debug> HTTP-Session: 50eea95c-625e-4711-833b-18b870590116 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4165 | 2024.08.14 22:33:27.875450 [ 200 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_6_1} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
4166 | 2024.08.14 22:33:27.875541 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
4167 | 2024.08.14 22:33:27.875545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17615, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4168 | 2024.08.14 22:33:27.875604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4169 | 2024.08.14 22:33:27.875624 [ 3 ] {} <Debug> HTTP-Session: 89bc69e4-d993-4876-802e-9d55dbf5f4cf Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4170 | 2024.08.14 22:33:27.875641 [ 3 ] {} <Debug> HTTP-Session: 89bc69e4-d993-4876-802e-9d55dbf5f4cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4171 | 2024.08.14 22:33:27.875655 [ 3 ] {} <Debug> HTTP-Session: 89bc69e4-d993-4876-802e-9d55dbf5f4cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4172 | 2024.08.14 22:33:27.875685 [ 3 ] {} <Trace> HTTP-Session: 89bc69e4-d993-4876-802e-9d55dbf5f4cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4173 | 2024.08.14 22:33:27.875992 [ 3 ] {93d0043c-4c5c-43e8-babf-4e93e160b5d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4174 | 2024.08.14 22:33:27.876060 [ 3 ] {93d0043c-4c5c-43e8-babf-4e93e160b5d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
4175 | 2024.08.14 22:33:27.876502 [ 3 ] {93d0043c-4c5c-43e8-babf-4e93e160b5d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4176 | 2024.08.14 22:33:27.877080 [ 3 ] {93d0043c-4c5c-43e8-babf-4e93e160b5d1} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4177 | 2024.08.14 22:33:27.877117 [ 3 ] {93d0043c-4c5c-43e8-babf-4e93e160b5d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4178 | 2024.08.14 22:33:27.877723 [ 3 ] {93d0043c-4c5c-43e8-babf-4e93e160b5d1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4179 | 2024.08.14 22:33:27.878133 [ 3 ] {93d0043c-4c5c-43e8-babf-4e93e160b5d1} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4180 | 2024.08.14 22:33:27.878344 [ 3 ] {93d0043c-4c5c-43e8-babf-4e93e160b5d1} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002572 sec., 4276.827371695179 rows/sec., 7.66 MiB/sec. | ||
4181 | 2024.08.14 22:33:27.878861 [ 3 ] {93d0043c-4c5c-43e8-babf-4e93e160b5d1} <Debug> DynamicQueryHandler: Done processing query | ||
4182 | 2024.08.14 22:33:27.878886 [ 3 ] {93d0043c-4c5c-43e8-babf-4e93e160b5d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
4183 | 2024.08.14 22:33:27.878904 [ 3 ] {} <Debug> HTTP-Session: 89bc69e4-d993-4876-802e-9d55dbf5f4cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4184 | 2024.08.14 22:33:27.879041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4185 | 2024.08.14 22:33:27.879090 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4186 | 2024.08.14 22:33:27.879110 [ 3 ] {} <Debug> HTTP-Session: 829689b1-28cd-41b5-9e77-fd672248cc0a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4187 | 2024.08.14 22:33:27.879126 [ 3 ] {} <Debug> HTTP-Session: 829689b1-28cd-41b5-9e77-fd672248cc0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4188 | 2024.08.14 22:33:27.879140 [ 3 ] {} <Debug> HTTP-Session: 829689b1-28cd-41b5-9e77-fd672248cc0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4189 | 2024.08.14 22:33:27.879170 [ 3 ] {} <Trace> HTTP-Session: 829689b1-28cd-41b5-9e77-fd672248cc0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4190 | 2024.08.14 22:33:27.879270 [ 3 ] {4cbdbea9-4b63-4aed-8478-69a5dc88f4f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
4191 | 2024.08.14 22:33:27.879314 [ 3 ] {4cbdbea9-4b63-4aed-8478-69a5dc88f4f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
4192 | 2024.08.14 22:33:27.879458 [ 3 ] {4cbdbea9-4b63-4aed-8478-69a5dc88f4f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4193 | 2024.08.14 22:33:27.879761 [ 3 ] {4cbdbea9-4b63-4aed-8478-69a5dc88f4f2} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4194 | 2024.08.14 22:33:27.879798 [ 3 ] {4cbdbea9-4b63-4aed-8478-69a5dc88f4f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4195 | 2024.08.14 22:33:27.880175 [ 3 ] {4cbdbea9-4b63-4aed-8478-69a5dc88f4f2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4196 | 2024.08.14 22:33:27.880503 [ 3 ] {4cbdbea9-4b63-4aed-8478-69a5dc88f4f2} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4197 | 2024.08.14 22:33:27.880656 [ 3 ] {4cbdbea9-4b63-4aed-8478-69a5dc88f4f2} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001412 sec., 16288.951841359773 rows/sec., 881.12 KiB/sec. | ||
4198 | 2024.08.14 22:33:27.880821 [ 3 ] {4cbdbea9-4b63-4aed-8478-69a5dc88f4f2} <Debug> DynamicQueryHandler: Done processing query | ||
4199 | 2024.08.14 22:33:27.880847 [ 3 ] {4cbdbea9-4b63-4aed-8478-69a5dc88f4f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4200 | 2024.08.14 22:33:27.880863 [ 3 ] {} <Debug> HTTP-Session: 829689b1-28cd-41b5-9e77-fd672248cc0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4201 | 2024.08.14 22:33:27.880974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4202 | 2024.08.14 22:33:27.881023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4203 | 2024.08.14 22:33:27.881043 [ 3 ] {} <Debug> HTTP-Session: 8634dae8-6032-423d-82d6-acb414a097cb Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4204 | 2024.08.14 22:33:27.881059 [ 3 ] {} <Debug> HTTP-Session: 8634dae8-6032-423d-82d6-acb414a097cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4205 | 2024.08.14 22:33:27.881073 [ 3 ] {} <Debug> HTTP-Session: 8634dae8-6032-423d-82d6-acb414a097cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4206 | 2024.08.14 22:33:27.881102 [ 3 ] {} <Trace> HTTP-Session: 8634dae8-6032-423d-82d6-acb414a097cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4207 | 2024.08.14 22:33:27.881213 [ 3 ] {75eb6840-906a-4651-a69d-89e6380b2561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4208 | 2024.08.14 22:33:27.881257 [ 3 ] {75eb6840-906a-4651-a69d-89e6380b2561} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4209 | 2024.08.14 22:33:27.881387 [ 3 ] {75eb6840-906a-4651-a69d-89e6380b2561} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4210 | 2024.08.14 22:33:27.881685 [ 3 ] {75eb6840-906a-4651-a69d-89e6380b2561} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4211 | 2024.08.14 22:33:27.881722 [ 3 ] {75eb6840-906a-4651-a69d-89e6380b2561} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4212 | 2024.08.14 22:33:27.882076 [ 3 ] {75eb6840-906a-4651-a69d-89e6380b2561} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4213 | 2024.08.14 22:33:27.882389 [ 3 ] {75eb6840-906a-4651-a69d-89e6380b2561} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4214 | 2024.08.14 22:33:27.882537 [ 3 ] {75eb6840-906a-4651-a69d-89e6380b2561} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001361 sec., 44085.2314474651 rows/sec., 2.97 MiB/sec. | ||
4215 | 2024.08.14 22:33:27.882702 [ 3 ] {75eb6840-906a-4651-a69d-89e6380b2561} <Debug> DynamicQueryHandler: Done processing query | ||
4216 | 2024.08.14 22:33:27.882726 [ 3 ] {75eb6840-906a-4651-a69d-89e6380b2561} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4217 | 2024.08.14 22:33:27.882742 [ 3 ] {} <Debug> HTTP-Session: 8634dae8-6032-423d-82d6-acb414a097cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4218 | 2024.08.14 22:33:32.841741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4219 | 2024.08.14 22:33:32.841872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4220 | 2024.08.14 22:33:32.841902 [ 3 ] {} <Debug> HTTP-Session: 4432da11-94d7-4ee2-bc32-9d1c177cebdf Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4221 | 2024.08.14 22:33:32.841930 [ 3 ] {} <Debug> HTTP-Session: 4432da11-94d7-4ee2-bc32-9d1c177cebdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4222 | 2024.08.14 22:33:32.841947 [ 3 ] {} <Debug> HTTP-Session: 4432da11-94d7-4ee2-bc32-9d1c177cebdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4223 | 2024.08.14 22:33:32.842002 [ 3 ] {} <Trace> HTTP-Session: 4432da11-94d7-4ee2-bc32-9d1c177cebdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4224 | 2024.08.14 22:33:32.842194 [ 3 ] {0d7ec674-d8af-4293-8165-4b1e1be604c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4225 | 2024.08.14 22:33:32.842261 [ 3 ] {0d7ec674-d8af-4293-8165-4b1e1be604c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4226 | 2024.08.14 22:33:32.842448 [ 3 ] {0d7ec674-d8af-4293-8165-4b1e1be604c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4227 | 2024.08.14 22:33:32.842914 [ 3 ] {0d7ec674-d8af-4293-8165-4b1e1be604c1} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4228 | 2024.08.14 22:33:32.842956 [ 3 ] {0d7ec674-d8af-4293-8165-4b1e1be604c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4229 | 2024.08.14 22:33:32.843328 [ 3 ] {0d7ec674-d8af-4293-8165-4b1e1be604c1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4230 | 2024.08.14 22:33:32.843674 [ 3 ] {0d7ec674-d8af-4293-8165-4b1e1be604c1} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4231 | 2024.08.14 22:33:32.843847 [ 3 ] {0d7ec674-d8af-4293-8165-4b1e1be604c1} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001702 sec., 12338.425381903644 rows/sec., 1000.09 KiB/sec. | ||
4232 | 2024.08.14 22:33:32.844144 [ 3 ] {0d7ec674-d8af-4293-8165-4b1e1be604c1} <Debug> DynamicQueryHandler: Done processing query | ||
4233 | 2024.08.14 22:33:32.844172 [ 3 ] {0d7ec674-d8af-4293-8165-4b1e1be604c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4234 | 2024.08.14 22:33:32.844190 [ 3 ] {} <Debug> HTTP-Session: 4432da11-94d7-4ee2-bc32-9d1c177cebdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4235 | 2024.08.14 22:33:32.844319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4236 | 2024.08.14 22:33:32.844369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4237 | 2024.08.14 22:33:32.844390 [ 3 ] {} <Debug> HTTP-Session: fd1d7762-59f3-4799-8a5a-18cdc3b44cc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4238 | 2024.08.14 22:33:32.844408 [ 3 ] {} <Debug> HTTP-Session: fd1d7762-59f3-4799-8a5a-18cdc3b44cc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4239 | 2024.08.14 22:33:32.844422 [ 3 ] {} <Debug> HTTP-Session: fd1d7762-59f3-4799-8a5a-18cdc3b44cc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4240 | 2024.08.14 22:33:32.844452 [ 3 ] {} <Trace> HTTP-Session: fd1d7762-59f3-4799-8a5a-18cdc3b44cc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4241 | 2024.08.14 22:33:32.844548 [ 3 ] {138866d8-740d-46d4-a423-7a195b8aeda5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4242 | 2024.08.14 22:33:32.844592 [ 3 ] {138866d8-740d-46d4-a423-7a195b8aeda5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4243 | 2024.08.14 22:33:32.844743 [ 3 ] {138866d8-740d-46d4-a423-7a195b8aeda5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4244 | 2024.08.14 22:33:32.845051 [ 3 ] {138866d8-740d-46d4-a423-7a195b8aeda5} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4245 | 2024.08.14 22:33:32.845089 [ 3 ] {138866d8-740d-46d4-a423-7a195b8aeda5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4246 | 2024.08.14 22:33:32.845396 [ 3 ] {138866d8-740d-46d4-a423-7a195b8aeda5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
4247 | 2024.08.14 22:33:32.845706 [ 3 ] {138866d8-740d-46d4-a423-7a195b8aeda5} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4248 | 2024.08.14 22:33:32.845855 [ 3 ] {138866d8-740d-46d4-a423-7a195b8aeda5} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00132 sec., 1515.1515151515152 rows/sec., 123.55 KiB/sec. | ||
4249 | 2024.08.14 22:33:32.846053 [ 3 ] {138866d8-740d-46d4-a423-7a195b8aeda5} <Debug> DynamicQueryHandler: Done processing query | ||
4250 | 2024.08.14 22:33:32.846079 [ 3 ] {138866d8-740d-46d4-a423-7a195b8aeda5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4251 | 2024.08.14 22:33:32.846097 [ 3 ] {} <Debug> HTTP-Session: fd1d7762-59f3-4799-8a5a-18cdc3b44cc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4252 | 2024.08.14 22:33:32.846214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17463, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4253 | 2024.08.14 22:33:32.846264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4254 | 2024.08.14 22:33:32.846285 [ 3 ] {} <Debug> HTTP-Session: 2be00832-cd46-4d64-bd24-691d4b9a3cb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4255 | 2024.08.14 22:33:32.846302 [ 3 ] {} <Debug> HTTP-Session: 2be00832-cd46-4d64-bd24-691d4b9a3cb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4256 | 2024.08.14 22:33:32.846316 [ 3 ] {} <Debug> HTTP-Session: 2be00832-cd46-4d64-bd24-691d4b9a3cb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4257 | 2024.08.14 22:33:32.846347 [ 3 ] {} <Trace> HTTP-Session: 2be00832-cd46-4d64-bd24-691d4b9a3cb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4258 | 2024.08.14 22:33:32.846471 [ 3 ] {eb4d45cb-d260-43cc-8e48-cc2e99a329ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4259 | 2024.08.14 22:33:32.846514 [ 3 ] {eb4d45cb-d260-43cc-8e48-cc2e99a329ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4260 | 2024.08.14 22:33:32.846640 [ 3 ] {eb4d45cb-d260-43cc-8e48-cc2e99a329ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4261 | 2024.08.14 22:33:32.847014 [ 3 ] {eb4d45cb-d260-43cc-8e48-cc2e99a329ca} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4262 | 2024.08.14 22:33:32.847052 [ 3 ] {eb4d45cb-d260-43cc-8e48-cc2e99a329ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4263 | 2024.08.14 22:33:32.847371 [ 3 ] {eb4d45cb-d260-43cc-8e48-cc2e99a329ca} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4264 | 2024.08.14 22:33:32.847684 [ 3 ] {eb4d45cb-d260-43cc-8e48-cc2e99a329ca} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4265 | 2024.08.14 22:33:32.847842 [ 3 ] {eb4d45cb-d260-43cc-8e48-cc2e99a329ca} <Debug> executeQuery: Read 120 rows, 10.15 KiB in 0.001409 sec., 85166.78495386799 rows/sec., 7.04 MiB/sec. | ||
4266 | 2024.08.14 22:33:32.848059 [ 3 ] {eb4d45cb-d260-43cc-8e48-cc2e99a329ca} <Debug> DynamicQueryHandler: Done processing query | ||
4267 | 2024.08.14 22:33:32.848094 [ 3 ] {eb4d45cb-d260-43cc-8e48-cc2e99a329ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4268 | 2024.08.14 22:33:32.848115 [ 3 ] {} <Debug> HTTP-Session: 2be00832-cd46-4d64-bd24-691d4b9a3cb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4269 | 2024.08.14 22:33:32.848227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4270 | 2024.08.14 22:33:32.848287 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4271 | 2024.08.14 22:33:32.848310 [ 3 ] {} <Debug> HTTP-Session: 82ec88d4-dc0e-48c3-b5f9-1fd55e79b9dc Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4272 | 2024.08.14 22:33:32.848331 [ 3 ] {} <Debug> HTTP-Session: 82ec88d4-dc0e-48c3-b5f9-1fd55e79b9dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4273 | 2024.08.14 22:33:32.848349 [ 3 ] {} <Debug> HTTP-Session: 82ec88d4-dc0e-48c3-b5f9-1fd55e79b9dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4274 | 2024.08.14 22:33:32.848388 [ 3 ] {} <Trace> HTTP-Session: 82ec88d4-dc0e-48c3-b5f9-1fd55e79b9dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4275 | 2024.08.14 22:33:32.848507 [ 3 ] {fa222cfc-88b3-4bca-bd40-84ea641a8dac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4276 | 2024.08.14 22:33:32.848560 [ 3 ] {fa222cfc-88b3-4bca-bd40-84ea641a8dac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4277 | 2024.08.14 22:33:32.848717 [ 3 ] {fa222cfc-88b3-4bca-bd40-84ea641a8dac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4278 | 2024.08.14 22:33:32.849147 [ 3 ] {fa222cfc-88b3-4bca-bd40-84ea641a8dac} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4279 | 2024.08.14 22:33:32.849192 [ 3 ] {fa222cfc-88b3-4bca-bd40-84ea641a8dac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4280 | 2024.08.14 22:33:32.849546 [ 3 ] {fa222cfc-88b3-4bca-bd40-84ea641a8dac} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
4281 | 2024.08.14 22:33:32.849858 [ 3 ] {fa222cfc-88b3-4bca-bd40-84ea641a8dac} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4282 | 2024.08.14 22:33:32.849998 [ 3 ] {fa222cfc-88b3-4bca-bd40-84ea641a8dac} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001516 sec., 1319.2612137203166 rows/sec., 92.12 KiB/sec. | ||
4283 | 2024.08.14 22:33:32.850263 [ 3 ] {fa222cfc-88b3-4bca-bd40-84ea641a8dac} <Debug> DynamicQueryHandler: Done processing query | ||
4284 | 2024.08.14 22:33:32.850288 [ 3 ] {fa222cfc-88b3-4bca-bd40-84ea641a8dac} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4285 | 2024.08.14 22:33:32.850305 [ 3 ] {} <Debug> HTTP-Session: 82ec88d4-dc0e-48c3-b5f9-1fd55e79b9dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4286 | 2024.08.14 22:33:32.850421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4287 | 2024.08.14 22:33:32.850473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4288 | 2024.08.14 22:33:32.850492 [ 3 ] {} <Debug> HTTP-Session: 4ac4d971-7cab-4245-9b5e-66aa6ad3a7cc Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4289 | 2024.08.14 22:33:32.850508 [ 3 ] {} <Debug> HTTP-Session: 4ac4d971-7cab-4245-9b5e-66aa6ad3a7cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4290 | 2024.08.14 22:33:32.850522 [ 3 ] {} <Debug> HTTP-Session: 4ac4d971-7cab-4245-9b5e-66aa6ad3a7cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4291 | 2024.08.14 22:33:32.850553 [ 3 ] {} <Trace> HTTP-Session: 4ac4d971-7cab-4245-9b5e-66aa6ad3a7cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4292 | 2024.08.14 22:33:32.850677 [ 3 ] {de02a67c-821b-4c54-afad-ba65acd77f72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4293 | 2024.08.14 22:33:32.850723 [ 3 ] {de02a67c-821b-4c54-afad-ba65acd77f72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4294 | 2024.08.14 22:33:32.850871 [ 3 ] {de02a67c-821b-4c54-afad-ba65acd77f72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4295 | 2024.08.14 22:33:32.851219 [ 3 ] {de02a67c-821b-4c54-afad-ba65acd77f72} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4296 | 2024.08.14 22:33:32.851256 [ 3 ] {de02a67c-821b-4c54-afad-ba65acd77f72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4297 | 2024.08.14 22:33:32.851597 [ 3 ] {de02a67c-821b-4c54-afad-ba65acd77f72} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4298 | 2024.08.14 22:33:32.851911 [ 3 ] {de02a67c-821b-4c54-afad-ba65acd77f72} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4299 | 2024.08.14 22:33:32.852076 [ 3 ] {de02a67c-821b-4c54-afad-ba65acd77f72} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.00144 sec., 60416.666666666664 rows/sec., 4.72 MiB/sec. | ||
4300 | 2024.08.14 22:33:32.852240 [ 3 ] {de02a67c-821b-4c54-afad-ba65acd77f72} <Debug> DynamicQueryHandler: Done processing query | ||
4301 | 2024.08.14 22:33:32.852265 [ 3 ] {de02a67c-821b-4c54-afad-ba65acd77f72} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4302 | 2024.08.14 22:33:32.852281 [ 3 ] {} <Debug> HTTP-Session: 4ac4d971-7cab-4245-9b5e-66aa6ad3a7cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4303 | 2024.08.14 22:33:32.852411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4304 | 2024.08.14 22:33:32.852461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4305 | 2024.08.14 22:33:32.852481 [ 3 ] {} <Debug> HTTP-Session: 59ecf9e8-3ecb-49d8-ac74-bb7789e01317 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4306 | 2024.08.14 22:33:32.852498 [ 3 ] {} <Debug> HTTP-Session: 59ecf9e8-3ecb-49d8-ac74-bb7789e01317 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4307 | 2024.08.14 22:33:32.852511 [ 3 ] {} <Debug> HTTP-Session: 59ecf9e8-3ecb-49d8-ac74-bb7789e01317 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4308 | 2024.08.14 22:33:32.852542 [ 3 ] {} <Trace> HTTP-Session: 59ecf9e8-3ecb-49d8-ac74-bb7789e01317 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4309 | 2024.08.14 22:33:32.852691 [ 3 ] {2b345ebc-b505-4170-a987-04992d85fdfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4310 | 2024.08.14 22:33:32.852739 [ 3 ] {2b345ebc-b505-4170-a987-04992d85fdfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4311 | 2024.08.14 22:33:32.852886 [ 3 ] {2b345ebc-b505-4170-a987-04992d85fdfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4312 | 2024.08.14 22:33:32.853276 [ 3 ] {2b345ebc-b505-4170-a987-04992d85fdfd} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4313 | 2024.08.14 22:33:32.853314 [ 3 ] {2b345ebc-b505-4170-a987-04992d85fdfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4314 | 2024.08.14 22:33:32.853706 [ 3 ] {2b345ebc-b505-4170-a987-04992d85fdfd} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4315 | 2024.08.14 22:33:32.854048 [ 3 ] {2b345ebc-b505-4170-a987-04992d85fdfd} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4316 | 2024.08.14 22:33:32.854212 [ 3 ] {2b345ebc-b505-4170-a987-04992d85fdfd} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001583 sec., 101705.62223626027 rows/sec., 7.08 MiB/sec. | ||
4317 | 2024.08.14 22:33:32.854382 [ 3 ] {2b345ebc-b505-4170-a987-04992d85fdfd} <Debug> DynamicQueryHandler: Done processing query | ||
4318 | 2024.08.14 22:33:32.854407 [ 3 ] {2b345ebc-b505-4170-a987-04992d85fdfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4319 | 2024.08.14 22:33:32.854423 [ 3 ] {} <Debug> HTTP-Session: 59ecf9e8-3ecb-49d8-ac74-bb7789e01317 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4320 | 2024.08.14 22:33:32.854568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33581, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4321 | 2024.08.14 22:33:32.854619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4322 | 2024.08.14 22:33:32.854639 [ 3 ] {} <Debug> HTTP-Session: 6eb2c470-bd49-4512-a8ee-77f187c2fba5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4323 | 2024.08.14 22:33:32.854656 [ 3 ] {} <Debug> HTTP-Session: 6eb2c470-bd49-4512-a8ee-77f187c2fba5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4324 | 2024.08.14 22:33:32.854669 [ 3 ] {} <Debug> HTTP-Session: 6eb2c470-bd49-4512-a8ee-77f187c2fba5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4325 | 2024.08.14 22:33:32.854700 [ 3 ] {} <Trace> HTTP-Session: 6eb2c470-bd49-4512-a8ee-77f187c2fba5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4326 | 2024.08.14 22:33:32.855161 [ 3 ] {019e1330-d1d2-428a-9168-ab8c036dcc60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4327 | 2024.08.14 22:33:32.855226 [ 3 ] {019e1330-d1d2-428a-9168-ab8c036dcc60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
4328 | 2024.08.14 22:33:32.855637 [ 3 ] {019e1330-d1d2-428a-9168-ab8c036dcc60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4329 | 2024.08.14 22:33:32.856270 [ 3 ] {019e1330-d1d2-428a-9168-ab8c036dcc60} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4330 | 2024.08.14 22:33:32.856306 [ 3 ] {019e1330-d1d2-428a-9168-ab8c036dcc60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4331 | 2024.08.14 22:33:32.856902 [ 3 ] {019e1330-d1d2-428a-9168-ab8c036dcc60} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4332 | 2024.08.14 22:33:32.857324 [ 3 ] {019e1330-d1d2-428a-9168-ab8c036dcc60} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4333 | 2024.08.14 22:33:32.857611 [ 150 ] {} <Debug> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4334 | 2024.08.14 22:33:32.857628 [ 3 ] {019e1330-d1d2-428a-9168-ab8c036dcc60} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002846 sec., 7378.777231201687 rows/sec., 13.22 MiB/sec. | ||
4335 | 2024.08.14 22:33:32.857696 [ 150 ] {} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4336 | 2024.08.14 22:33:32.857777 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4337 | 2024.08.14 22:33:32.858058 [ 194 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::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 | ||
4338 | 2024.08.14 22:33:32.858170 [ 3 ] {019e1330-d1d2-428a-9168-ab8c036dcc60} <Debug> DynamicQueryHandler: Done processing query | ||
4339 | 2024.08.14 22:33:32.858212 [ 3 ] {019e1330-d1d2-428a-9168-ab8c036dcc60} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
4340 | 2024.08.14 22:33:32.858258 [ 3 ] {} <Debug> HTTP-Session: 6eb2c470-bd49-4512-a8ee-77f187c2fba5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4341 | 2024.08.14 22:33:32.858432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4342 | 2024.08.14 22:33:32.858549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4343 | 2024.08.14 22:33:32.858609 [ 3 ] {} <Debug> HTTP-Session: f9094852-40a8-4554-b05f-c32b5e1c4d90 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4344 | 2024.08.14 22:33:32.858660 [ 194 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4345 | 2024.08.14 22:33:32.858732 [ 3 ] {} <Debug> HTTP-Session: f9094852-40a8-4554-b05f-c32b5e1c4d90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4346 | 2024.08.14 22:33:32.858780 [ 3 ] {} <Debug> HTTP-Session: f9094852-40a8-4554-b05f-c32b5e1c4d90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4347 | 2024.08.14 22:33:32.858870 [ 194 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 198 rows starting from the beginning of the part | ||
4348 | 2024.08.14 22:33:32.858876 [ 3 ] {} <Trace> HTTP-Session: f9094852-40a8-4554-b05f-c32b5e1c4d90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4349 | 2024.08.14 22:33:32.859304 [ 3 ] {c29281a3-c56f-46d3-a042-9d42751dd627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4350 | 2024.08.14 22:33:32.859457 [ 3 ] {c29281a3-c56f-46d3-a042-9d42751dd627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4351 | 2024.08.14 22:33:32.859858 [ 194 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 21 rows starting from the beginning of the part | ||
4352 | 2024.08.14 22:33:32.860255 [ 3 ] {c29281a3-c56f-46d3-a042-9d42751dd627} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4353 | 2024.08.14 22:33:32.860670 [ 194 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 11 rows starting from the beginning of the part | ||
4354 | 2024.08.14 22:33:32.861294 [ 194 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 21 rows starting from the beginning of the part | ||
4355 | 2024.08.14 22:33:32.861465 [ 3 ] {c29281a3-c56f-46d3-a042-9d42751dd627} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4356 | 2024.08.14 22:33:32.861575 [ 3 ] {c29281a3-c56f-46d3-a042-9d42751dd627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4357 | 2024.08.14 22:33:32.861964 [ 194 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 11 rows starting from the beginning of the part | ||
4358 | 2024.08.14 22:33:32.862591 [ 194 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 21 rows starting from the beginning of the part | ||
4359 | 2024.08.14 22:33:32.863001 [ 3 ] {c29281a3-c56f-46d3-a042-9d42751dd627} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4360 | 2024.08.14 22:33:32.863987 [ 3 ] {c29281a3-c56f-46d3-a042-9d42751dd627} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4361 | 2024.08.14 22:33:32.864311 [ 3 ] {c29281a3-c56f-46d3-a042-9d42751dd627} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005173 sec., 11598.685482312005 rows/sec., 800.43 KiB/sec. | ||
4362 | 2024.08.14 22:33:32.864701 [ 3 ] {c29281a3-c56f-46d3-a042-9d42751dd627} <Debug> DynamicQueryHandler: Done processing query | ||
4363 | 2024.08.14 22:33:32.864745 [ 3 ] {c29281a3-c56f-46d3-a042-9d42751dd627} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4364 | 2024.08.14 22:33:32.864786 [ 3 ] {} <Debug> HTTP-Session: f9094852-40a8-4554-b05f-c32b5e1c4d90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4365 | 2024.08.14 22:33:32.867288 [ 186 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 283 rows, containing 19 columns (19 merged, 0 gathered) in 0.009382357 sec., 30162.99635581976 rows/sec., 54.05 MiB/sec. | ||
4366 | 2024.08.14 22:33:32.867837 [ 186 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4367 | 2024.08.14 22:33:32.868448 [ 186 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4368 | 2024.08.14 22:33:32.868524 [ 186 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4369 | 2024.08.14 22:33:32.868626 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.70 MiB. | ||
4370 | 2024.08.14 22:33:37.676033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4371 | 2024.08.14 22:33:37.676171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4372 | 2024.08.14 22:33:37.676199 [ 3 ] {} <Debug> HTTP-Session: 698d048e-b7d4-425d-923d-0b6bfd8d168d Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4373 | 2024.08.14 22:33:37.676226 [ 3 ] {} <Debug> HTTP-Session: 698d048e-b7d4-425d-923d-0b6bfd8d168d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4374 | 2024.08.14 22:33:37.676244 [ 3 ] {} <Debug> HTTP-Session: 698d048e-b7d4-425d-923d-0b6bfd8d168d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4375 | 2024.08.14 22:33:37.676299 [ 3 ] {} <Trace> HTTP-Session: 698d048e-b7d4-425d-923d-0b6bfd8d168d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4376 | 2024.08.14 22:33:37.676481 [ 3 ] {c4b31447-29d9-43d2-8046-00b358082817} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4377 | 2024.08.14 22:33:37.676547 [ 3 ] {c4b31447-29d9-43d2-8046-00b358082817} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4378 | 2024.08.14 22:33:37.676735 [ 3 ] {c4b31447-29d9-43d2-8046-00b358082817} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4379 | 2024.08.14 22:33:37.677180 [ 3 ] {c4b31447-29d9-43d2-8046-00b358082817} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4380 | 2024.08.14 22:33:37.677224 [ 3 ] {c4b31447-29d9-43d2-8046-00b358082817} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4381 | 2024.08.14 22:33:37.677587 [ 3 ] {c4b31447-29d9-43d2-8046-00b358082817} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4382 | 2024.08.14 22:33:37.677930 [ 3 ] {c4b31447-29d9-43d2-8046-00b358082817} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4383 | 2024.08.14 22:33:37.678110 [ 3 ] {c4b31447-29d9-43d2-8046-00b358082817} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001674 sec., 10155.316606929511 rows/sec., 735.63 KiB/sec. | ||
4384 | 2024.08.14 22:33:37.678326 [ 3 ] {c4b31447-29d9-43d2-8046-00b358082817} <Debug> DynamicQueryHandler: Done processing query | ||
4385 | 2024.08.14 22:33:37.678352 [ 3 ] {c4b31447-29d9-43d2-8046-00b358082817} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4386 | 2024.08.14 22:33:37.678369 [ 3 ] {} <Debug> HTTP-Session: 698d048e-b7d4-425d-923d-0b6bfd8d168d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4387 | 2024.08.14 22:33:37.678541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4388 | 2024.08.14 22:33:37.678599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4389 | 2024.08.14 22:33:37.678619 [ 3 ] {} <Debug> HTTP-Session: e5a54740-f06a-4a20-890b-69e47b793760 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4390 | 2024.08.14 22:33:37.678637 [ 3 ] {} <Debug> HTTP-Session: e5a54740-f06a-4a20-890b-69e47b793760 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4391 | 2024.08.14 22:33:37.678651 [ 3 ] {} <Debug> HTTP-Session: e5a54740-f06a-4a20-890b-69e47b793760 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4392 | 2024.08.14 22:33:37.678687 [ 3 ] {} <Trace> HTTP-Session: e5a54740-f06a-4a20-890b-69e47b793760 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4393 | 2024.08.14 22:33:37.678795 [ 3 ] {e1ecc475-827b-421a-8661-c60d35822494} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4394 | 2024.08.14 22:33:37.678841 [ 3 ] {e1ecc475-827b-421a-8661-c60d35822494} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4395 | 2024.08.14 22:33:37.678977 [ 3 ] {e1ecc475-827b-421a-8661-c60d35822494} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4396 | 2024.08.14 22:33:37.679326 [ 3 ] {e1ecc475-827b-421a-8661-c60d35822494} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4397 | 2024.08.14 22:33:37.679364 [ 3 ] {e1ecc475-827b-421a-8661-c60d35822494} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4398 | 2024.08.14 22:33:37.679671 [ 3 ] {e1ecc475-827b-421a-8661-c60d35822494} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4399 | 2024.08.14 22:33:37.679993 [ 3 ] {e1ecc475-827b-421a-8661-c60d35822494} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4400 | 2024.08.14 22:33:37.680149 [ 3 ] {e1ecc475-827b-421a-8661-c60d35822494} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001383 sec., 4338.394793926248 rows/sec., 353.77 KiB/sec. | ||
4401 | 2024.08.14 22:33:37.680320 [ 3 ] {e1ecc475-827b-421a-8661-c60d35822494} <Debug> DynamicQueryHandler: Done processing query | ||
4402 | 2024.08.14 22:33:37.680345 [ 3 ] {e1ecc475-827b-421a-8661-c60d35822494} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4403 | 2024.08.14 22:33:37.680361 [ 3 ] {} <Debug> HTTP-Session: e5a54740-f06a-4a20-890b-69e47b793760 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4404 | 2024.08.14 22:33:37.680644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 195159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4405 | 2024.08.14 22:33:37.680699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4406 | 2024.08.14 22:33:37.680718 [ 3 ] {} <Debug> HTTP-Session: 946a5fc8-246e-42ef-87c1-842bedac928b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4407 | 2024.08.14 22:33:37.680735 [ 3 ] {} <Debug> HTTP-Session: 946a5fc8-246e-42ef-87c1-842bedac928b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4408 | 2024.08.14 22:33:37.680748 [ 3 ] {} <Debug> HTTP-Session: 946a5fc8-246e-42ef-87c1-842bedac928b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4409 | 2024.08.14 22:33:37.680782 [ 3 ] {} <Trace> HTTP-Session: 946a5fc8-246e-42ef-87c1-842bedac928b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4410 | 2024.08.14 22:33:37.681261 [ 3 ] {a9a90fa0-e94f-4b4c-8f23-2b030cdf25cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4411 | 2024.08.14 22:33:37.681308 [ 3 ] {a9a90fa0-e94f-4b4c-8f23-2b030cdf25cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4412 | 2024.08.14 22:33:37.681439 [ 3 ] {a9a90fa0-e94f-4b4c-8f23-2b030cdf25cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4413 | 2024.08.14 22:33:37.682638 [ 3 ] {a9a90fa0-e94f-4b4c-8f23-2b030cdf25cf} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4414 | 2024.08.14 22:33:37.682675 [ 3 ] {a9a90fa0-e94f-4b4c-8f23-2b030cdf25cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4415 | 2024.08.14 22:33:37.683065 [ 3 ] {a9a90fa0-e94f-4b4c-8f23-2b030cdf25cf} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4416 | 2024.08.14 22:33:37.683376 [ 3 ] {a9a90fa0-e94f-4b4c-8f23-2b030cdf25cf} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4417 | 2024.08.14 22:33:37.683518 [ 3 ] {a9a90fa0-e94f-4b4c-8f23-2b030cdf25cf} <Debug> executeQuery: Read 1337 rows, 114.33 KiB in 0.002589 sec., 516415.6044804944 rows/sec., 43.12 MiB/sec. | ||
4418 | 2024.08.14 22:33:37.683682 [ 3 ] {a9a90fa0-e94f-4b4c-8f23-2b030cdf25cf} <Debug> DynamicQueryHandler: Done processing query | ||
4419 | 2024.08.14 22:33:37.683706 [ 3 ] {a9a90fa0-e94f-4b4c-8f23-2b030cdf25cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
4420 | 2024.08.14 22:33:37.683722 [ 3 ] {} <Debug> HTTP-Session: 946a5fc8-246e-42ef-87c1-842bedac928b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4421 | 2024.08.14 22:33:37.683901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4422 | 2024.08.14 22:33:37.683950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4423 | 2024.08.14 22:33:37.683969 [ 3 ] {} <Debug> HTTP-Session: b25a84e2-dbe8-40f2-9883-783917145c3d Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4424 | 2024.08.14 22:33:37.683986 [ 3 ] {} <Debug> HTTP-Session: b25a84e2-dbe8-40f2-9883-783917145c3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4425 | 2024.08.14 22:33:37.683999 [ 3 ] {} <Debug> HTTP-Session: b25a84e2-dbe8-40f2-9883-783917145c3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4426 | 2024.08.14 22:33:37.684032 [ 3 ] {} <Trace> HTTP-Session: b25a84e2-dbe8-40f2-9883-783917145c3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4427 | 2024.08.14 22:33:37.684129 [ 3 ] {4be53249-8719-42b7-a522-33405b9f0381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4428 | 2024.08.14 22:33:37.684173 [ 3 ] {4be53249-8719-42b7-a522-33405b9f0381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4429 | 2024.08.14 22:33:37.684298 [ 3 ] {4be53249-8719-42b7-a522-33405b9f0381} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4430 | 2024.08.14 22:33:37.684612 [ 3 ] {4be53249-8719-42b7-a522-33405b9f0381} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4431 | 2024.08.14 22:33:37.684647 [ 3 ] {4be53249-8719-42b7-a522-33405b9f0381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4432 | 2024.08.14 22:33:37.684961 [ 3 ] {4be53249-8719-42b7-a522-33405b9f0381} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4433 | 2024.08.14 22:33:37.685279 [ 3 ] {4be53249-8719-42b7-a522-33405b9f0381} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4434 | 2024.08.14 22:33:37.685449 [ 3 ] {4be53249-8719-42b7-a522-33405b9f0381} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001339 sec., 4480.955937266617 rows/sec., 312.88 KiB/sec. | ||
4435 | 2024.08.14 22:33:37.685718 [ 3 ] {4be53249-8719-42b7-a522-33405b9f0381} <Debug> DynamicQueryHandler: Done processing query | ||
4436 | 2024.08.14 22:33:37.685743 [ 3 ] {4be53249-8719-42b7-a522-33405b9f0381} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4437 | 2024.08.14 22:33:37.685758 [ 3 ] {} <Debug> HTTP-Session: b25a84e2-dbe8-40f2-9883-783917145c3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4438 | 2024.08.14 22:33:37.685918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4439 | 2024.08.14 22:33:37.685969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4440 | 2024.08.14 22:33:37.685989 [ 3 ] {} <Debug> HTTP-Session: 50388441-aa6e-4674-beff-9c6ccdc55c4b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4441 | 2024.08.14 22:33:37.686005 [ 3 ] {} <Debug> HTTP-Session: 50388441-aa6e-4674-beff-9c6ccdc55c4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4442 | 2024.08.14 22:33:37.686019 [ 3 ] {} <Debug> HTTP-Session: 50388441-aa6e-4674-beff-9c6ccdc55c4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4443 | 2024.08.14 22:33:37.686051 [ 3 ] {} <Trace> HTTP-Session: 50388441-aa6e-4674-beff-9c6ccdc55c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4444 | 2024.08.14 22:33:37.686247 [ 3 ] {6ca77f6f-3952-4577-a376-6a5f89b3162a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4445 | 2024.08.14 22:33:37.686293 [ 3 ] {6ca77f6f-3952-4577-a376-6a5f89b3162a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4446 | 2024.08.14 22:33:37.686439 [ 3 ] {6ca77f6f-3952-4577-a376-6a5f89b3162a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4447 | 2024.08.14 22:33:37.686814 [ 3 ] {6ca77f6f-3952-4577-a376-6a5f89b3162a} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4448 | 2024.08.14 22:33:37.686851 [ 3 ] {6ca77f6f-3952-4577-a376-6a5f89b3162a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4449 | 2024.08.14 22:33:37.687163 [ 3 ] {6ca77f6f-3952-4577-a376-6a5f89b3162a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
4450 | 2024.08.14 22:33:37.687468 [ 3 ] {6ca77f6f-3952-4577-a376-6a5f89b3162a} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4451 | 2024.08.14 22:33:37.687625 [ 3 ] {6ca77f6f-3952-4577-a376-6a5f89b3162a} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001489 sec., 153122.90127602417 rows/sec., 10.37 MiB/sec. | ||
4452 | 2024.08.14 22:33:37.687816 [ 3 ] {6ca77f6f-3952-4577-a376-6a5f89b3162a} <Debug> DynamicQueryHandler: Done processing query | ||
4453 | 2024.08.14 22:33:37.687840 [ 3 ] {6ca77f6f-3952-4577-a376-6a5f89b3162a} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4454 | 2024.08.14 22:33:37.687856 [ 3 ] {} <Debug> HTTP-Session: 50388441-aa6e-4674-beff-9c6ccdc55c4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4455 | 2024.08.14 22:33:37.688127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 139387, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4456 | 2024.08.14 22:33:37.688173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4457 | 2024.08.14 22:33:37.688192 [ 3 ] {} <Debug> HTTP-Session: bd70ac33-7963-4041-83ec-131a720f7ac6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4458 | 2024.08.14 22:33:37.688208 [ 3 ] {} <Debug> HTTP-Session: bd70ac33-7963-4041-83ec-131a720f7ac6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4459 | 2024.08.14 22:33:37.688222 [ 3 ] {} <Debug> HTTP-Session: bd70ac33-7963-4041-83ec-131a720f7ac6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4460 | 2024.08.14 22:33:37.688253 [ 3 ] {} <Trace> HTTP-Session: bd70ac33-7963-4041-83ec-131a720f7ac6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4461 | 2024.08.14 22:33:37.688572 [ 3 ] {1abd95fe-b28d-4f62-9b9b-34b15e4298eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4462 | 2024.08.14 22:33:37.688615 [ 3 ] {1abd95fe-b28d-4f62-9b9b-34b15e4298eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4463 | 2024.08.14 22:33:37.688742 [ 3 ] {1abd95fe-b28d-4f62-9b9b-34b15e4298eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4464 | 2024.08.14 22:33:37.689595 [ 3 ] {1abd95fe-b28d-4f62-9b9b-34b15e4298eb} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4465 | 2024.08.14 22:33:37.689631 [ 3 ] {1abd95fe-b28d-4f62-9b9b-34b15e4298eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4466 | 2024.08.14 22:33:37.689967 [ 3 ] {1abd95fe-b28d-4f62-9b9b-34b15e4298eb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4467 | 2024.08.14 22:33:37.690265 [ 3 ] {1abd95fe-b28d-4f62-9b9b-34b15e4298eb} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4468 | 2024.08.14 22:33:37.690421 [ 3 ] {1abd95fe-b28d-4f62-9b9b-34b15e4298eb} <Debug> executeQuery: Read 855 rows, 63.13 KiB in 0.002043 sec., 418502.20264317177 rows/sec., 30.18 MiB/sec. | ||
4469 | 2024.08.14 22:33:37.690585 [ 3 ] {1abd95fe-b28d-4f62-9b9b-34b15e4298eb} <Debug> DynamicQueryHandler: Done processing query | ||
4470 | 2024.08.14 22:33:37.690610 [ 3 ] {1abd95fe-b28d-4f62-9b9b-34b15e4298eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
4471 | 2024.08.14 22:33:37.690625 [ 3 ] {} <Debug> HTTP-Session: bd70ac33-7963-4041-83ec-131a720f7ac6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4472 | 2024.08.14 22:33:37.690776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4473 | 2024.08.14 22:33:37.690825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4474 | 2024.08.14 22:33:37.690844 [ 3 ] {} <Debug> HTTP-Session: a4830418-ac94-4c32-bace-f9697b9245a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4475 | 2024.08.14 22:33:37.690860 [ 3 ] {} <Debug> HTTP-Session: a4830418-ac94-4c32-bace-f9697b9245a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4476 | 2024.08.14 22:33:37.690874 [ 3 ] {} <Debug> HTTP-Session: a4830418-ac94-4c32-bace-f9697b9245a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4477 | 2024.08.14 22:33:37.690905 [ 3 ] {} <Trace> HTTP-Session: a4830418-ac94-4c32-bace-f9697b9245a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4478 | 2024.08.14 22:33:37.690999 [ 3 ] {d7a06035-0707-42a1-a27b-35d8be24aa6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4479 | 2024.08.14 22:33:37.691043 [ 3 ] {d7a06035-0707-42a1-a27b-35d8be24aa6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4480 | 2024.08.14 22:33:37.691172 [ 3 ] {d7a06035-0707-42a1-a27b-35d8be24aa6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4481 | 2024.08.14 22:33:37.691427 [ 3 ] {d7a06035-0707-42a1-a27b-35d8be24aa6a} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4482 | 2024.08.14 22:33:37.691462 [ 3 ] {d7a06035-0707-42a1-a27b-35d8be24aa6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4483 | 2024.08.14 22:33:37.691812 [ 3 ] {d7a06035-0707-42a1-a27b-35d8be24aa6a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4484 | 2024.08.14 22:33:37.692130 [ 3 ] {d7a06035-0707-42a1-a27b-35d8be24aa6a} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4485 | 2024.08.14 22:33:37.692267 [ 3 ] {d7a06035-0707-42a1-a27b-35d8be24aa6a} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001294 sec., 4636.7851622874805 rows/sec., 199.24 KiB/sec. | ||
4486 | 2024.08.14 22:33:37.692465 [ 3 ] {d7a06035-0707-42a1-a27b-35d8be24aa6a} <Debug> DynamicQueryHandler: Done processing query | ||
4487 | 2024.08.14 22:33:37.692497 [ 3 ] {d7a06035-0707-42a1-a27b-35d8be24aa6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4488 | 2024.08.14 22:33:37.692517 [ 3 ] {} <Debug> HTTP-Session: a4830418-ac94-4c32-bace-f9697b9245a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4489 | 2024.08.14 22:33:37.692654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4490 | 2024.08.14 22:33:37.692713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4491 | 2024.08.14 22:33:37.692736 [ 3 ] {} <Debug> HTTP-Session: 7de5cc14-629f-4645-b19b-b8fdd0d847f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4492 | 2024.08.14 22:33:37.692757 [ 3 ] {} <Debug> HTTP-Session: 7de5cc14-629f-4645-b19b-b8fdd0d847f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4493 | 2024.08.14 22:33:37.692774 [ 3 ] {} <Debug> HTTP-Session: 7de5cc14-629f-4645-b19b-b8fdd0d847f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4494 | 2024.08.14 22:33:37.692812 [ 3 ] {} <Trace> HTTP-Session: 7de5cc14-629f-4645-b19b-b8fdd0d847f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4495 | 2024.08.14 22:33:37.692958 [ 3 ] {fb2243e4-2b7f-41ab-aef4-b5dd2b76125c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
4496 | 2024.08.14 22:33:37.693013 [ 3 ] {fb2243e4-2b7f-41ab-aef4-b5dd2b76125c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
4497 | 2024.08.14 22:33:37.693193 [ 3 ] {fb2243e4-2b7f-41ab-aef4-b5dd2b76125c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4498 | 2024.08.14 22:33:37.693517 [ 3 ] {fb2243e4-2b7f-41ab-aef4-b5dd2b76125c} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4499 | 2024.08.14 22:33:37.693552 [ 3 ] {fb2243e4-2b7f-41ab-aef4-b5dd2b76125c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4500 | 2024.08.14 22:33:37.693911 [ 3 ] {fb2243e4-2b7f-41ab-aef4-b5dd2b76125c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4501 | 2024.08.14 22:33:37.694237 [ 3 ] {fb2243e4-2b7f-41ab-aef4-b5dd2b76125c} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4502 | 2024.08.14 22:33:37.694391 [ 3 ] {fb2243e4-2b7f-41ab-aef4-b5dd2b76125c} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001488 sec., 51747.31182795699 rows/sec., 3.19 MiB/sec. | ||
4503 | 2024.08.14 22:33:37.694555 [ 3 ] {fb2243e4-2b7f-41ab-aef4-b5dd2b76125c} <Debug> DynamicQueryHandler: Done processing query | ||
4504 | 2024.08.14 22:33:37.694579 [ 3 ] {fb2243e4-2b7f-41ab-aef4-b5dd2b76125c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4505 | 2024.08.14 22:33:37.694595 [ 3 ] {} <Debug> HTTP-Session: 7de5cc14-629f-4645-b19b-b8fdd0d847f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4506 | 2024.08.14 22:33:37.694817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 160781, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4507 | 2024.08.14 22:33:37.694867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4508 | 2024.08.14 22:33:37.694885 [ 3 ] {} <Debug> HTTP-Session: 5ef87358-33d2-4b0e-b0eb-d0e6cbe4dcbc Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4509 | 2024.08.14 22:33:37.694902 [ 3 ] {} <Debug> HTTP-Session: 5ef87358-33d2-4b0e-b0eb-d0e6cbe4dcbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4510 | 2024.08.14 22:33:37.694916 [ 3 ] {} <Debug> HTTP-Session: 5ef87358-33d2-4b0e-b0eb-d0e6cbe4dcbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4511 | 2024.08.14 22:33:37.694946 [ 3 ] {} <Trace> HTTP-Session: 5ef87358-33d2-4b0e-b0eb-d0e6cbe4dcbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4512 | 2024.08.14 22:33:37.695370 [ 3 ] {43659ef8-66ee-451e-aa2c-a61c5af5a5a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4513 | 2024.08.14 22:33:37.695415 [ 3 ] {43659ef8-66ee-451e-aa2c-a61c5af5a5a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4514 | 2024.08.14 22:33:37.695558 [ 3 ] {43659ef8-66ee-451e-aa2c-a61c5af5a5a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4515 | 2024.08.14 22:33:37.696271 [ 3 ] {43659ef8-66ee-451e-aa2c-a61c5af5a5a2} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4516 | 2024.08.14 22:33:37.696307 [ 3 ] {43659ef8-66ee-451e-aa2c-a61c5af5a5a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4517 | 2024.08.14 22:33:37.696714 [ 3 ] {43659ef8-66ee-451e-aa2c-a61c5af5a5a2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4518 | 2024.08.14 22:33:37.697046 [ 3 ] {43659ef8-66ee-451e-aa2c-a61c5af5a5a2} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4519 | 2024.08.14 22:33:37.697204 [ 3 ] {43659ef8-66ee-451e-aa2c-a61c5af5a5a2} <Debug> executeQuery: Read 847 rows, 58.38 KiB in 0.002149 sec., 394136.8078175896 rows/sec., 26.53 MiB/sec. | ||
4520 | 2024.08.14 22:33:37.697381 [ 3 ] {43659ef8-66ee-451e-aa2c-a61c5af5a5a2} <Debug> DynamicQueryHandler: Done processing query | ||
4521 | 2024.08.14 22:33:37.697410 [ 3 ] {43659ef8-66ee-451e-aa2c-a61c5af5a5a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
4522 | 2024.08.14 22:33:37.697429 [ 3 ] {} <Debug> HTTP-Session: 5ef87358-33d2-4b0e-b0eb-d0e6cbe4dcbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4523 | 2024.08.14 22:33:37.697619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4524 | 2024.08.14 22:33:37.697676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4525 | 2024.08.14 22:33:37.697698 [ 3 ] {} <Debug> HTTP-Session: f45f8410-f1a0-4d8c-ac11-ab05a70f3629 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4526 | 2024.08.14 22:33:37.697718 [ 3 ] {} <Debug> HTTP-Session: f45f8410-f1a0-4d8c-ac11-ab05a70f3629 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4527 | 2024.08.14 22:33:37.697734 [ 3 ] {} <Debug> HTTP-Session: f45f8410-f1a0-4d8c-ac11-ab05a70f3629 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4528 | 2024.08.14 22:33:37.697771 [ 3 ] {} <Trace> HTTP-Session: f45f8410-f1a0-4d8c-ac11-ab05a70f3629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4529 | 2024.08.14 22:33:37.698110 [ 3 ] {04758397-d34e-4d3f-9ea0-7ecf84cf5bdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4530 | 2024.08.14 22:33:37.698186 [ 3 ] {04758397-d34e-4d3f-9ea0-7ecf84cf5bdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
4531 | 2024.08.14 22:33:37.698618 [ 3 ] {04758397-d34e-4d3f-9ea0-7ecf84cf5bdb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4532 | 2024.08.14 22:33:37.699175 [ 3 ] {04758397-d34e-4d3f-9ea0-7ecf84cf5bdb} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4533 | 2024.08.14 22:33:37.699209 [ 3 ] {04758397-d34e-4d3f-9ea0-7ecf84cf5bdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4534 | 2024.08.14 22:33:37.699783 [ 3 ] {04758397-d34e-4d3f-9ea0-7ecf84cf5bdb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4535 | 2024.08.14 22:33:37.700174 [ 3 ] {04758397-d34e-4d3f-9ea0-7ecf84cf5bdb} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4536 | 2024.08.14 22:33:37.700345 [ 3 ] {04758397-d34e-4d3f-9ea0-7ecf84cf5bdb} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002488 sec., 4421.221864951768 rows/sec., 7.92 MiB/sec. | ||
4537 | 2024.08.14 22:33:37.700562 [ 3 ] {04758397-d34e-4d3f-9ea0-7ecf84cf5bdb} <Debug> DynamicQueryHandler: Done processing query | ||
4538 | 2024.08.14 22:33:37.700587 [ 3 ] {04758397-d34e-4d3f-9ea0-7ecf84cf5bdb} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
4539 | 2024.08.14 22:33:37.700603 [ 3 ] {} <Debug> HTTP-Session: f45f8410-f1a0-4d8c-ac11-ab05a70f3629 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4540 | 2024.08.14 22:33:37.700714 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4541 | 2024.08.14 22:33:37.700763 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4542 | 2024.08.14 22:33:37.700782 [ 3 ] {} <Debug> HTTP-Session: c5f88b31-e397-4a75-9f85-838ca5eb872a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4543 | 2024.08.14 22:33:37.700798 [ 3 ] {} <Debug> HTTP-Session: c5f88b31-e397-4a75-9f85-838ca5eb872a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4544 | 2024.08.14 22:33:37.700812 [ 3 ] {} <Debug> HTTP-Session: c5f88b31-e397-4a75-9f85-838ca5eb872a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4545 | 2024.08.14 22:33:37.700843 [ 3 ] {} <Trace> HTTP-Session: c5f88b31-e397-4a75-9f85-838ca5eb872a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4546 | 2024.08.14 22:33:37.700950 [ 3 ] {bc6ed1c7-65eb-4b0b-bcb3-f4042d9409bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
4547 | 2024.08.14 22:33:37.700993 [ 3 ] {bc6ed1c7-65eb-4b0b-bcb3-f4042d9409bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
4548 | 2024.08.14 22:33:37.701118 [ 3 ] {bc6ed1c7-65eb-4b0b-bcb3-f4042d9409bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4549 | 2024.08.14 22:33:37.701408 [ 3 ] {bc6ed1c7-65eb-4b0b-bcb3-f4042d9409bf} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4550 | 2024.08.14 22:33:37.701443 [ 3 ] {bc6ed1c7-65eb-4b0b-bcb3-f4042d9409bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4551 | 2024.08.14 22:33:37.701785 [ 3 ] {bc6ed1c7-65eb-4b0b-bcb3-f4042d9409bf} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4552 | 2024.08.14 22:33:37.702099 [ 3 ] {bc6ed1c7-65eb-4b0b-bcb3-f4042d9409bf} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4553 | 2024.08.14 22:33:37.702248 [ 3 ] {bc6ed1c7-65eb-4b0b-bcb3-f4042d9409bf} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001327 sec., 17332.32856066315 rows/sec., 937.56 KiB/sec. | ||
4554 | 2024.08.14 22:33:37.702399 [ 3 ] {bc6ed1c7-65eb-4b0b-bcb3-f4042d9409bf} <Debug> DynamicQueryHandler: Done processing query | ||
4555 | 2024.08.14 22:33:37.702423 [ 3 ] {bc6ed1c7-65eb-4b0b-bcb3-f4042d9409bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4556 | 2024.08.14 22:33:37.702438 [ 3 ] {} <Debug> HTTP-Session: c5f88b31-e397-4a75-9f85-838ca5eb872a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4557 | 2024.08.14 22:33:37.702575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4558 | 2024.08.14 22:33:37.702622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4559 | 2024.08.14 22:33:37.702640 [ 3 ] {} <Debug> HTTP-Session: 4de3e0c5-3b39-4d5a-aac2-98ecc5e3d89c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4560 | 2024.08.14 22:33:37.702656 [ 3 ] {} <Debug> HTTP-Session: 4de3e0c5-3b39-4d5a-aac2-98ecc5e3d89c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4561 | 2024.08.14 22:33:37.702670 [ 3 ] {} <Debug> HTTP-Session: 4de3e0c5-3b39-4d5a-aac2-98ecc5e3d89c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4562 | 2024.08.14 22:33:37.702701 [ 3 ] {} <Trace> HTTP-Session: 4de3e0c5-3b39-4d5a-aac2-98ecc5e3d89c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4563 | 2024.08.14 22:33:37.702818 [ 3 ] {98cfea66-cd10-4d0c-ade3-e3617f3d1fe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4564 | 2024.08.14 22:33:37.702862 [ 3 ] {98cfea66-cd10-4d0c-ade3-e3617f3d1fe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4565 | 2024.08.14 22:33:37.703069 [ 3 ] {98cfea66-cd10-4d0c-ade3-e3617f3d1fe6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4566 | 2024.08.14 22:33:37.703398 [ 3 ] {98cfea66-cd10-4d0c-ade3-e3617f3d1fe6} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4567 | 2024.08.14 22:33:37.703435 [ 3 ] {98cfea66-cd10-4d0c-ade3-e3617f3d1fe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
4568 | 2024.08.14 22:33:37.703807 [ 3 ] {98cfea66-cd10-4d0c-ade3-e3617f3d1fe6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4569 | 2024.08.14 22:33:37.704124 [ 3 ] {98cfea66-cd10-4d0c-ade3-e3617f3d1fe6} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4570 | 2024.08.14 22:33:37.704277 [ 3 ] {98cfea66-cd10-4d0c-ade3-e3617f3d1fe6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001499 sec., 40026.6844563042 rows/sec., 2.70 MiB/sec. | ||
4571 | 2024.08.14 22:33:37.704589 [ 3 ] {98cfea66-cd10-4d0c-ade3-e3617f3d1fe6} <Debug> DynamicQueryHandler: Done processing query | ||
4572 | 2024.08.14 22:33:37.704614 [ 3 ] {98cfea66-cd10-4d0c-ade3-e3617f3d1fe6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4573 | 2024.08.14 22:33:37.704630 [ 3 ] {} <Debug> HTTP-Session: 4de3e0c5-3b39-4d5a-aac2-98ecc5e3d89c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4574 | 2024.08.14 22:33:41.083250 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4575 | 2024.08.14 22:33:41.083323 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4576 | 2024.08.14 22:33:42.842160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4577 | 2024.08.14 22:33:42.842285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4578 | 2024.08.14 22:33:42.842312 [ 3 ] {} <Debug> HTTP-Session: 2006ee76-14c1-48b7-8e2d-f395c83508a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4579 | 2024.08.14 22:33:42.842340 [ 3 ] {} <Debug> HTTP-Session: 2006ee76-14c1-48b7-8e2d-f395c83508a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4580 | 2024.08.14 22:33:42.842358 [ 3 ] {} <Debug> HTTP-Session: 2006ee76-14c1-48b7-8e2d-f395c83508a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4581 | 2024.08.14 22:33:42.842412 [ 3 ] {} <Trace> HTTP-Session: 2006ee76-14c1-48b7-8e2d-f395c83508a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4582 | 2024.08.14 22:33:42.842607 [ 3 ] {97607537-3353-4287-a97f-04d230a99928} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4583 | 2024.08.14 22:33:42.842670 [ 3 ] {97607537-3353-4287-a97f-04d230a99928} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4584 | 2024.08.14 22:33:42.842854 [ 3 ] {97607537-3353-4287-a97f-04d230a99928} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4585 | 2024.08.14 22:33:42.843256 [ 3 ] {97607537-3353-4287-a97f-04d230a99928} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4586 | 2024.08.14 22:33:42.843293 [ 3 ] {97607537-3353-4287-a97f-04d230a99928} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4587 | 2024.08.14 22:33:42.843639 [ 3 ] {97607537-3353-4287-a97f-04d230a99928} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4588 | 2024.08.14 22:33:42.843962 [ 3 ] {97607537-3353-4287-a97f-04d230a99928} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4589 | 2024.08.14 22:33:42.844096 [ 3 ] {97607537-3353-4287-a97f-04d230a99928} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001545 sec., 13592.233009708738 rows/sec., 1.08 MiB/sec. | ||
4590 | 2024.08.14 22:33:42.844318 [ 3 ] {97607537-3353-4287-a97f-04d230a99928} <Debug> DynamicQueryHandler: Done processing query | ||
4591 | 2024.08.14 22:33:42.844343 [ 3 ] {97607537-3353-4287-a97f-04d230a99928} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4592 | 2024.08.14 22:33:42.844358 [ 3 ] {} <Debug> HTTP-Session: 2006ee76-14c1-48b7-8e2d-f395c83508a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4593 | 2024.08.14 22:33:42.844533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4594 | 2024.08.14 22:33:42.844580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4595 | 2024.08.14 22:33:42.844598 [ 3 ] {} <Debug> HTTP-Session: 879bdc94-fdef-475c-b473-80946e994bc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4596 | 2024.08.14 22:33:42.844615 [ 3 ] {} <Debug> HTTP-Session: 879bdc94-fdef-475c-b473-80946e994bc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4597 | 2024.08.14 22:33:42.844629 [ 3 ] {} <Debug> HTTP-Session: 879bdc94-fdef-475c-b473-80946e994bc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4598 | 2024.08.14 22:33:42.844660 [ 3 ] {} <Trace> HTTP-Session: 879bdc94-fdef-475c-b473-80946e994bc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4599 | 2024.08.14 22:33:42.844755 [ 3 ] {f9eb6c70-102e-43e0-842d-77ccde70b88e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4600 | 2024.08.14 22:33:42.844796 [ 3 ] {f9eb6c70-102e-43e0-842d-77ccde70b88e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4601 | 2024.08.14 22:33:42.844919 [ 3 ] {f9eb6c70-102e-43e0-842d-77ccde70b88e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4602 | 2024.08.14 22:33:42.845257 [ 3 ] {f9eb6c70-102e-43e0-842d-77ccde70b88e} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4603 | 2024.08.14 22:33:42.845292 [ 3 ] {f9eb6c70-102e-43e0-842d-77ccde70b88e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4604 | 2024.08.14 22:33:42.845582 [ 3 ] {f9eb6c70-102e-43e0-842d-77ccde70b88e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4605 | 2024.08.14 22:33:42.845883 [ 3 ] {f9eb6c70-102e-43e0-842d-77ccde70b88e} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4606 | 2024.08.14 22:33:42.846008 [ 3 ] {f9eb6c70-102e-43e0-842d-77ccde70b88e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001278 sec., 3129.8904538341158 rows/sec., 255.22 KiB/sec. | ||
4607 | 2024.08.14 22:33:42.846165 [ 3 ] {f9eb6c70-102e-43e0-842d-77ccde70b88e} <Debug> DynamicQueryHandler: Done processing query | ||
4608 | 2024.08.14 22:33:42.846188 [ 3 ] {f9eb6c70-102e-43e0-842d-77ccde70b88e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4609 | 2024.08.14 22:33:42.846203 [ 3 ] {} <Debug> HTTP-Session: 879bdc94-fdef-475c-b473-80946e994bc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4610 | 2024.08.14 22:33:42.846325 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4611 | 2024.08.14 22:33:42.846374 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4612 | 2024.08.14 22:33:42.846392 [ 3 ] {} <Debug> HTTP-Session: b1724178-bae8-435c-aa7b-01e1447e3329 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4613 | 2024.08.14 22:33:42.846408 [ 3 ] {} <Debug> HTTP-Session: b1724178-bae8-435c-aa7b-01e1447e3329 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4614 | 2024.08.14 22:33:42.846422 [ 3 ] {} <Debug> HTTP-Session: b1724178-bae8-435c-aa7b-01e1447e3329 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4615 | 2024.08.14 22:33:42.846452 [ 3 ] {} <Trace> HTTP-Session: b1724178-bae8-435c-aa7b-01e1447e3329 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4616 | 2024.08.14 22:33:42.846577 [ 3 ] {e61acc20-94e5-4fc3-ad3b-42a4446ba406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4617 | 2024.08.14 22:33:42.846617 [ 3 ] {e61acc20-94e5-4fc3-ad3b-42a4446ba406} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4618 | 2024.08.14 22:33:42.846738 [ 3 ] {e61acc20-94e5-4fc3-ad3b-42a4446ba406} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4619 | 2024.08.14 22:33:42.847117 [ 3 ] {e61acc20-94e5-4fc3-ad3b-42a4446ba406} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4620 | 2024.08.14 22:33:42.847183 [ 3 ] {e61acc20-94e5-4fc3-ad3b-42a4446ba406} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4621 | 2024.08.14 22:33:42.847527 [ 3 ] {e61acc20-94e5-4fc3-ad3b-42a4446ba406} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4622 | 2024.08.14 22:33:42.847818 [ 3 ] {e61acc20-94e5-4fc3-ad3b-42a4446ba406} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4623 | 2024.08.14 22:33:42.847942 [ 3 ] {e61acc20-94e5-4fc3-ad3b-42a4446ba406} <Debug> executeQuery: Read 121 rows, 10.22 KiB in 0.001419 sec., 85271.31782945737 rows/sec., 7.04 MiB/sec. | ||
4624 | 2024.08.14 22:33:42.848085 [ 3 ] {e61acc20-94e5-4fc3-ad3b-42a4446ba406} <Debug> DynamicQueryHandler: Done processing query | ||
4625 | 2024.08.14 22:33:42.848108 [ 3 ] {e61acc20-94e5-4fc3-ad3b-42a4446ba406} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4626 | 2024.08.14 22:33:42.848124 [ 3 ] {} <Debug> HTTP-Session: b1724178-bae8-435c-aa7b-01e1447e3329 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4627 | 2024.08.14 22:33:42.848244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4628 | 2024.08.14 22:33:42.848291 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4629 | 2024.08.14 22:33:42.848309 [ 3 ] {} <Debug> HTTP-Session: d9d3efbb-4322-4454-99a2-d5777c016078 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4630 | 2024.08.14 22:33:42.848325 [ 3 ] {} <Debug> HTTP-Session: d9d3efbb-4322-4454-99a2-d5777c016078 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4631 | 2024.08.14 22:33:42.848338 [ 3 ] {} <Debug> HTTP-Session: d9d3efbb-4322-4454-99a2-d5777c016078 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4632 | 2024.08.14 22:33:42.848368 [ 3 ] {} <Trace> HTTP-Session: d9d3efbb-4322-4454-99a2-d5777c016078 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4633 | 2024.08.14 22:33:42.848459 [ 3 ] {2f76c6ca-cfe8-45ea-bd09-1d88ef4a69a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4634 | 2024.08.14 22:33:42.848500 [ 3 ] {2f76c6ca-cfe8-45ea-bd09-1d88ef4a69a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4635 | 2024.08.14 22:33:42.848622 [ 3 ] {2f76c6ca-cfe8-45ea-bd09-1d88ef4a69a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4636 | 2024.08.14 22:33:42.848880 [ 3 ] {2f76c6ca-cfe8-45ea-bd09-1d88ef4a69a3} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4637 | 2024.08.14 22:33:42.848914 [ 3 ] {2f76c6ca-cfe8-45ea-bd09-1d88ef4a69a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4638 | 2024.08.14 22:33:42.849195 [ 3 ] {2f76c6ca-cfe8-45ea-bd09-1d88ef4a69a3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4639 | 2024.08.14 22:33:42.849492 [ 3 ] {2f76c6ca-cfe8-45ea-bd09-1d88ef4a69a3} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4640 | 2024.08.14 22:33:42.849612 [ 3 ] {2f76c6ca-cfe8-45ea-bd09-1d88ef4a69a3} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001177 sec., 3398.470688190314 rows/sec., 237.30 KiB/sec. | ||
4641 | 2024.08.14 22:33:42.849767 [ 3 ] {2f76c6ca-cfe8-45ea-bd09-1d88ef4a69a3} <Debug> DynamicQueryHandler: Done processing query | ||
4642 | 2024.08.14 22:33:42.849790 [ 3 ] {2f76c6ca-cfe8-45ea-bd09-1d88ef4a69a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4643 | 2024.08.14 22:33:42.849806 [ 3 ] {} <Debug> HTTP-Session: d9d3efbb-4322-4454-99a2-d5777c016078 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4644 | 2024.08.14 22:33:42.849925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 15131, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4645 | 2024.08.14 22:33:42.849974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4646 | 2024.08.14 22:33:42.849993 [ 3 ] {} <Debug> HTTP-Session: eae27780-7ac3-403f-8e23-908e617d354a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4647 | 2024.08.14 22:33:42.850009 [ 3 ] {} <Debug> HTTP-Session: eae27780-7ac3-403f-8e23-908e617d354a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4648 | 2024.08.14 22:33:42.850022 [ 3 ] {} <Debug> HTTP-Session: eae27780-7ac3-403f-8e23-908e617d354a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4649 | 2024.08.14 22:33:42.850052 [ 3 ] {} <Trace> HTTP-Session: eae27780-7ac3-403f-8e23-908e617d354a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4650 | 2024.08.14 22:33:42.850174 [ 3 ] {3e513171-52b7-4470-8929-546c0c9b94f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4651 | 2024.08.14 22:33:42.850215 [ 3 ] {3e513171-52b7-4470-8929-546c0c9b94f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4652 | 2024.08.14 22:33:42.850337 [ 3 ] {3e513171-52b7-4470-8929-546c0c9b94f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4653 | 2024.08.14 22:33:42.850644 [ 3 ] {3e513171-52b7-4470-8929-546c0c9b94f7} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4654 | 2024.08.14 22:33:42.850680 [ 3 ] {3e513171-52b7-4470-8929-546c0c9b94f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4655 | 2024.08.14 22:33:42.850977 [ 3 ] {3e513171-52b7-4470-8929-546c0c9b94f7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4656 | 2024.08.14 22:33:42.851277 [ 3 ] {3e513171-52b7-4470-8929-546c0c9b94f7} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4657 | 2024.08.14 22:33:42.851397 [ 3 ] {3e513171-52b7-4470-8929-546c0c9b94f7} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001272 sec., 69968.5534591195 rows/sec., 5.47 MiB/sec. | ||
4658 | 2024.08.14 22:33:42.851655 [ 3 ] {3e513171-52b7-4470-8929-546c0c9b94f7} <Debug> DynamicQueryHandler: Done processing query | ||
4659 | 2024.08.14 22:33:42.851680 [ 3 ] {3e513171-52b7-4470-8929-546c0c9b94f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4660 | 2024.08.14 22:33:42.851696 [ 3 ] {} <Debug> HTTP-Session: eae27780-7ac3-403f-8e23-908e617d354a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4661 | 2024.08.14 22:33:42.851878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 31039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4662 | 2024.08.14 22:33:42.851926 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4663 | 2024.08.14 22:33:42.851946 [ 3 ] {} <Debug> HTTP-Session: 3c21a9cc-3b7a-47e3-a0ab-c19cb70e1919 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4664 | 2024.08.14 22:33:42.851962 [ 3 ] {} <Debug> HTTP-Session: 3c21a9cc-3b7a-47e3-a0ab-c19cb70e1919 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4665 | 2024.08.14 22:33:42.851976 [ 3 ] {} <Debug> HTTP-Session: 3c21a9cc-3b7a-47e3-a0ab-c19cb70e1919 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4666 | 2024.08.14 22:33:42.852006 [ 3 ] {} <Trace> HTTP-Session: 3c21a9cc-3b7a-47e3-a0ab-c19cb70e1919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4667 | 2024.08.14 22:33:42.852148 [ 3 ] {06179bd4-62e2-4b42-b18e-c13d79b839fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4668 | 2024.08.14 22:33:42.852192 [ 3 ] {06179bd4-62e2-4b42-b18e-c13d79b839fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4669 | 2024.08.14 22:33:42.852348 [ 3 ] {06179bd4-62e2-4b42-b18e-c13d79b839fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4670 | 2024.08.14 22:33:42.852722 [ 3 ] {06179bd4-62e2-4b42-b18e-c13d79b839fd} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4671 | 2024.08.14 22:33:42.852757 [ 3 ] {06179bd4-62e2-4b42-b18e-c13d79b839fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4672 | 2024.08.14 22:33:42.853130 [ 3 ] {06179bd4-62e2-4b42-b18e-c13d79b839fd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4673 | 2024.08.14 22:33:42.853457 [ 3 ] {06179bd4-62e2-4b42-b18e-c13d79b839fd} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4674 | 2024.08.14 22:33:42.853571 [ 140 ] {} <Debug> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4675 | 2024.08.14 22:33:42.853582 [ 3 ] {06179bd4-62e2-4b42-b18e-c13d79b839fd} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.0015 sec., 108000 rows/sec., 7.52 MiB/sec. | ||
4676 | 2024.08.14 22:33:42.853613 [ 140 ] {} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4677 | 2024.08.14 22:33:42.853648 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4678 | 2024.08.14 22:33:42.853853 [ 3 ] {06179bd4-62e2-4b42-b18e-c13d79b839fd} <Debug> DynamicQueryHandler: Done processing query | ||
4679 | 2024.08.14 22:33:42.853910 [ 3 ] {06179bd4-62e2-4b42-b18e-c13d79b839fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4680 | 2024.08.14 22:33:42.853936 [ 196 ] {d127de5d-82c0-4259-80d1-97db5b726b22::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 | ||
4681 | 2024.08.14 22:33:42.853974 [ 3 ] {} <Debug> HTTP-Session: 3c21a9cc-3b7a-47e3-a0ab-c19cb70e1919 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4682 | 2024.08.14 22:33:42.854230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33614, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4683 | 2024.08.14 22:33:42.854298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4684 | 2024.08.14 22:33:42.854297 [ 196 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4685 | 2024.08.14 22:33:42.854320 [ 3 ] {} <Debug> HTTP-Session: 175f7a4a-8e16-4afe-9ca7-01acf329e48b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4686 | 2024.08.14 22:33:42.854347 [ 3 ] {} <Debug> HTTP-Session: 175f7a4a-8e16-4afe-9ca7-01acf329e48b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4687 | 2024.08.14 22:33:42.854359 [ 196 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4399 rows starting from the beginning of the part | ||
4688 | 2024.08.14 22:33:42.854365 [ 3 ] {} <Debug> HTTP-Session: 175f7a4a-8e16-4afe-9ca7-01acf329e48b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4689 | 2024.08.14 22:33:42.854407 [ 3 ] {} <Trace> HTTP-Session: 175f7a4a-8e16-4afe-9ca7-01acf329e48b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4690 | 2024.08.14 22:33:42.854466 [ 196 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
4691 | 2024.08.14 22:33:42.854693 [ 196 ] {d127de5d-82c0-4259-80d1-97db5b726b22::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 | ||
4692 | 2024.08.14 22:33:42.854890 [ 3 ] {2b394898-b647-489a-9bd6-39ddc8ed7806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4693 | 2024.08.14 22:33:42.855192 [ 196 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 161 rows starting from the beginning of the part | ||
4694 | 2024.08.14 22:33:42.855255 [ 3 ] {2b394898-b647-489a-9bd6-39ddc8ed7806} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
4695 | 2024.08.14 22:33:42.855499 [ 196 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 847 rows starting from the beginning of the part | ||
4696 | 2024.08.14 22:33:42.855924 [ 196 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 162 rows starting from the beginning of the part | ||
4697 | 2024.08.14 22:33:42.857030 [ 3 ] {2b394898-b647-489a-9bd6-39ddc8ed7806} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4698 | 2024.08.14 22:33:42.858362 [ 3 ] {2b394898-b647-489a-9bd6-39ddc8ed7806} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4699 | 2024.08.14 22:33:42.858398 [ 3 ] {2b394898-b647-489a-9bd6-39ddc8ed7806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4700 | 2024.08.14 22:33:42.859491 [ 3 ] {2b394898-b647-489a-9bd6-39ddc8ed7806} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4701 | 2024.08.14 22:33:42.859895 [ 200 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5890 rows, containing 5 columns (5 merged, 0 gathered) in 0.006181681 sec., 952815.261738676 rows/sec., 64.48 MiB/sec. | ||
4702 | 2024.08.14 22:33:42.859992 [ 3 ] {2b394898-b647-489a-9bd6-39ddc8ed7806} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4703 | 2024.08.14 22:33:42.860154 [ 3 ] {2b394898-b647-489a-9bd6-39ddc8ed7806} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.005611 sec., 3742.648369274639 rows/sec., 6.71 MiB/sec. | ||
4704 | 2024.08.14 22:33:42.860330 [ 200 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4705 | 2024.08.14 22:33:42.860429 [ 3 ] {2b394898-b647-489a-9bd6-39ddc8ed7806} <Debug> DynamicQueryHandler: Done processing query | ||
4706 | 2024.08.14 22:33:42.860456 [ 3 ] {2b394898-b647-489a-9bd6-39ddc8ed7806} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
4707 | 2024.08.14 22:33:42.860480 [ 3 ] {} <Debug> HTTP-Session: 175f7a4a-8e16-4afe-9ca7-01acf329e48b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4708 | 2024.08.14 22:33:42.860635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4709 | 2024.08.14 22:33:42.860694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4710 | 2024.08.14 22:33:42.860714 [ 3 ] {} <Debug> HTTP-Session: b9d52458-bdc1-4f09-80d1-decd9edfdf44 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4711 | 2024.08.14 22:33:42.860736 [ 3 ] {} <Debug> HTTP-Session: b9d52458-bdc1-4f09-80d1-decd9edfdf44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4712 | 2024.08.14 22:33:42.860753 [ 3 ] {} <Debug> HTTP-Session: b9d52458-bdc1-4f09-80d1-decd9edfdf44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4713 | 2024.08.14 22:33:42.860794 [ 3 ] {} <Trace> HTTP-Session: b9d52458-bdc1-4f09-80d1-decd9edfdf44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4714 | 2024.08.14 22:33:42.860798 [ 200 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4715 | 2024.08.14 22:33:42.860889 [ 200 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4716 | 2024.08.14 22:33:42.860920 [ 3 ] {765dc81c-f327-4823-90a9-3fc8ee4def12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4717 | 2024.08.14 22:33:42.860975 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. | ||
4718 | 2024.08.14 22:33:42.860987 [ 3 ] {765dc81c-f327-4823-90a9-3fc8ee4def12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4719 | 2024.08.14 22:33:42.861119 [ 3 ] {765dc81c-f327-4823-90a9-3fc8ee4def12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4720 | 2024.08.14 22:33:42.861428 [ 3 ] {765dc81c-f327-4823-90a9-3fc8ee4def12} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4721 | 2024.08.14 22:33:42.861462 [ 3 ] {765dc81c-f327-4823-90a9-3fc8ee4def12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4722 | 2024.08.14 22:33:42.861816 [ 3 ] {765dc81c-f327-4823-90a9-3fc8ee4def12} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4723 | 2024.08.14 22:33:42.862133 [ 3 ] {765dc81c-f327-4823-90a9-3fc8ee4def12} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4724 | 2024.08.14 22:33:42.862249 [ 140 ] {} <Debug> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4725 | 2024.08.14 22:33:42.862256 [ 3 ] {765dc81c-f327-4823-90a9-3fc8ee4def12} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec. | ||
4726 | 2024.08.14 22:33:42.862292 [ 140 ] {} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4727 | 2024.08.14 22:33:42.862333 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4728 | 2024.08.14 22:33:42.862434 [ 196 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
4729 | 2024.08.14 22:33:42.862465 [ 3 ] {765dc81c-f327-4823-90a9-3fc8ee4def12} <Debug> DynamicQueryHandler: Done processing query | ||
4730 | 2024.08.14 22:33:42.862495 [ 3 ] {765dc81c-f327-4823-90a9-3fc8ee4def12} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4731 | 2024.08.14 22:33:42.862518 [ 3 ] {} <Debug> HTTP-Session: b9d52458-bdc1-4f09-80d1-decd9edfdf44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4732 | 2024.08.14 22:33:42.862583 [ 196 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4733 | 2024.08.14 22:33:42.862618 [ 196 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 406 rows starting from the beginning of the part | ||
4734 | 2024.08.14 22:33:42.862725 [ 196 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
4735 | 2024.08.14 22:33:42.862923 [ 196 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
4736 | 2024.08.14 22:33:42.863096 [ 196 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part | ||
4737 | 2024.08.14 22:33:42.863253 [ 196 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
4738 | 2024.08.14 22:33:42.863444 [ 196 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
4739 | 2024.08.14 22:33:42.864499 [ 187 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 706 rows, containing 4 columns (4 merged, 0 gathered) in 0.002100951 sec., 336038.2988465699 rows/sec., 22.55 MiB/sec. | ||
4740 | 2024.08.14 22:33:42.864717 [ 187 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4741 | 2024.08.14 22:33:42.865157 [ 187 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_16_3} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4742 | 2024.08.14 22:33:42.865245 [ 187 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_16_3} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4743 | 2024.08.14 22:33:42.865345 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
4744 | 2024.08.14 22:33:47.846090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4745 | 2024.08.14 22:33:47.846235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4746 | 2024.08.14 22:33:47.846264 [ 3 ] {} <Debug> HTTP-Session: 77650a4b-7753-4537-8347-a020fd408f5d Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4747 | 2024.08.14 22:33:47.846293 [ 3 ] {} <Debug> HTTP-Session: 77650a4b-7753-4537-8347-a020fd408f5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4748 | 2024.08.14 22:33:47.846311 [ 3 ] {} <Debug> HTTP-Session: 77650a4b-7753-4537-8347-a020fd408f5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4749 | 2024.08.14 22:33:47.846366 [ 3 ] {} <Trace> HTTP-Session: 77650a4b-7753-4537-8347-a020fd408f5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4750 | 2024.08.14 22:33:47.846569 [ 3 ] {c7c4cbd1-c9cf-421c-a41a-c12776b15568} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4751 | 2024.08.14 22:33:47.846643 [ 3 ] {c7c4cbd1-c9cf-421c-a41a-c12776b15568} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4752 | 2024.08.14 22:33:47.846834 [ 3 ] {c7c4cbd1-c9cf-421c-a41a-c12776b15568} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4753 | 2024.08.14 22:33:47.847308 [ 3 ] {c7c4cbd1-c9cf-421c-a41a-c12776b15568} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4754 | 2024.08.14 22:33:47.847349 [ 3 ] {c7c4cbd1-c9cf-421c-a41a-c12776b15568} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4755 | 2024.08.14 22:33:47.847706 [ 3 ] {c7c4cbd1-c9cf-421c-a41a-c12776b15568} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4756 | 2024.08.14 22:33:47.848039 [ 3 ] {c7c4cbd1-c9cf-421c-a41a-c12776b15568} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4757 | 2024.08.14 22:33:47.848212 [ 3 ] {c7c4cbd1-c9cf-421c-a41a-c12776b15568} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001697 sec., 10017.678255745433 rows/sec., 725.66 KiB/sec. | ||
4758 | 2024.08.14 22:33:47.848405 [ 3 ] {c7c4cbd1-c9cf-421c-a41a-c12776b15568} <Debug> DynamicQueryHandler: Done processing query | ||
4759 | 2024.08.14 22:33:47.848430 [ 3 ] {c7c4cbd1-c9cf-421c-a41a-c12776b15568} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4760 | 2024.08.14 22:33:47.848447 [ 3 ] {} <Debug> HTTP-Session: 77650a4b-7753-4537-8347-a020fd408f5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4761 | 2024.08.14 22:33:47.848615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 29344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4762 | 2024.08.14 22:33:47.848665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4763 | 2024.08.14 22:33:47.848684 [ 3 ] {} <Debug> HTTP-Session: 1de95a79-41da-41c4-97f4-2abfed90e5b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4764 | 2024.08.14 22:33:47.848700 [ 3 ] {} <Debug> HTTP-Session: 1de95a79-41da-41c4-97f4-2abfed90e5b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4765 | 2024.08.14 22:33:47.848714 [ 3 ] {} <Debug> HTTP-Session: 1de95a79-41da-41c4-97f4-2abfed90e5b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4766 | 2024.08.14 22:33:47.848745 [ 3 ] {} <Trace> HTTP-Session: 1de95a79-41da-41c4-97f4-2abfed90e5b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4767 | 2024.08.14 22:33:47.848910 [ 3 ] {e04c87a2-060a-4807-a4bd-92b9b276daba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4768 | 2024.08.14 22:33:47.848952 [ 3 ] {e04c87a2-060a-4807-a4bd-92b9b276daba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4769 | 2024.08.14 22:33:47.849080 [ 3 ] {e04c87a2-060a-4807-a4bd-92b9b276daba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4770 | 2024.08.14 22:33:47.849542 [ 3 ] {e04c87a2-060a-4807-a4bd-92b9b276daba} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4771 | 2024.08.14 22:33:47.849579 [ 3 ] {e04c87a2-060a-4807-a4bd-92b9b276daba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4772 | 2024.08.14 22:33:47.849891 [ 3 ] {e04c87a2-060a-4807-a4bd-92b9b276daba} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4773 | 2024.08.14 22:33:47.850195 [ 3 ] {e04c87a2-060a-4807-a4bd-92b9b276daba} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4774 | 2024.08.14 22:33:47.850342 [ 133 ] {} <Debug> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4775 | 2024.08.14 22:33:47.850352 [ 3 ] {e04c87a2-060a-4807-a4bd-92b9b276daba} <Debug> executeQuery: Read 194 rows, 17.54 KiB in 0.00152 sec., 127631.57894736841 rows/sec., 11.27 MiB/sec. | ||
4776 | 2024.08.14 22:33:47.850429 [ 133 ] {} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4777 | 2024.08.14 22:33:47.850497 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4778 | 2024.08.14 22:33:47.850671 [ 3 ] {e04c87a2-060a-4807-a4bd-92b9b276daba} <Debug> DynamicQueryHandler: Done processing query | ||
4779 | 2024.08.14 22:33:47.850716 [ 3 ] {e04c87a2-060a-4807-a4bd-92b9b276daba} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4780 | 2024.08.14 22:33:47.850718 [ 190 ] {99dad827-b692-4668-b096-a1f8f01ac229::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 | ||
4781 | 2024.08.14 22:33:47.850735 [ 3 ] {} <Debug> HTTP-Session: 1de95a79-41da-41c4-97f4-2abfed90e5b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4782 | 2024.08.14 22:33:47.850903 [ 190 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4783 | 2024.08.14 22:33:47.850963 [ 190 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1399 rows starting from the beginning of the part | ||
4784 | 2024.08.14 22:33:47.850971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 63412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4785 | 2024.08.14 22:33:47.851177 [ 190 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 195 rows starting from the beginning of the part | ||
4786 | 2024.08.14 22:33:47.851101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4787 | 2024.08.14 22:33:47.851280 [ 3 ] {} <Debug> HTTP-Session: 2d08f528-d0b0-49b7-87b6-541cda268ae3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4788 | 2024.08.14 22:33:47.851335 [ 3 ] {} <Debug> HTTP-Session: 2d08f528-d0b0-49b7-87b6-541cda268ae3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4789 | 2024.08.14 22:33:47.851418 [ 190 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 120 rows starting from the beginning of the part | ||
4790 | 2024.08.14 22:33:47.851418 [ 3 ] {} <Debug> HTTP-Session: 2d08f528-d0b0-49b7-87b6-541cda268ae3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4791 | 2024.08.14 22:33:47.851693 [ 190 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1337 rows starting from the beginning of the part | ||
4792 | 2024.08.14 22:33:47.851744 [ 3 ] {} <Trace> HTTP-Session: 2d08f528-d0b0-49b7-87b6-541cda268ae3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4793 | 2024.08.14 22:33:47.851899 [ 190 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 121 rows starting from the beginning of the part | ||
4794 | 2024.08.14 22:33:47.852151 [ 190 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 194 rows starting from the beginning of the part | ||
4795 | 2024.08.14 22:33:47.852249 [ 3 ] {53d22c88-79d0-4fb0-9163-6077ca8a73ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4796 | 2024.08.14 22:33:47.852475 [ 3 ] {53d22c88-79d0-4fb0-9163-6077ca8a73ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4797 | 2024.08.14 22:33:47.852916 [ 3 ] {53d22c88-79d0-4fb0-9163-6077ca8a73ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4798 | 2024.08.14 22:33:47.854019 [ 3 ] {53d22c88-79d0-4fb0-9163-6077ca8a73ac} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4799 | 2024.08.14 22:33:47.854072 [ 3 ] {53d22c88-79d0-4fb0-9163-6077ca8a73ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4800 | 2024.08.14 22:33:47.854726 [ 3 ] {53d22c88-79d0-4fb0-9163-6077ca8a73ac} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4801 | 2024.08.14 22:33:47.855269 [ 3 ] {53d22c88-79d0-4fb0-9163-6077ca8a73ac} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4802 | 2024.08.14 22:33:47.855443 [ 190 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3366 rows, containing 4 columns (4 merged, 0 gathered) in 0.00484029 sec., 695412.8781539949 rows/sec., 58.47 MiB/sec. | ||
4803 | 2024.08.14 22:33:47.855563 [ 133 ] {} <Debug> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4804 | 2024.08.14 22:33:47.855624 [ 3 ] {53d22c88-79d0-4fb0-9163-6077ca8a73ac} <Debug> executeQuery: Read 393 rows, 28.36 KiB in 0.003584 sec., 109654.01785714286 rows/sec., 7.73 MiB/sec. | ||
4805 | 2024.08.14 22:33:47.855636 [ 133 ] {} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4806 | 2024.08.14 22:33:47.855738 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4807 | 2024.08.14 22:33:47.855901 [ 190 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4808 | 2024.08.14 22:33:47.856141 [ 3 ] {53d22c88-79d0-4fb0-9163-6077ca8a73ac} <Debug> DynamicQueryHandler: Done processing query | ||
4809 | 2024.08.14 22:33:47.856220 [ 3 ] {53d22c88-79d0-4fb0-9163-6077ca8a73ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
4810 | 2024.08.14 22:33:47.856255 [ 3 ] {} <Debug> HTTP-Session: 2d08f528-d0b0-49b7-87b6-541cda268ae3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4811 | 2024.08.14 22:33:47.856270 [ 200 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::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 | ||
4812 | 2024.08.14 22:33:47.856505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4813 | 2024.08.14 22:33:47.856703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4814 | 2024.08.14 22:33:47.856775 [ 3 ] {} <Debug> HTTP-Session: 80340cba-781d-43aa-873c-bc6c28ebc8dd Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4815 | 2024.08.14 22:33:47.856850 [ 3 ] {} <Debug> HTTP-Session: 80340cba-781d-43aa-873c-bc6c28ebc8dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4816 | 2024.08.14 22:33:47.856903 [ 200 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4817 | 2024.08.14 22:33:47.856922 [ 3 ] {} <Debug> HTTP-Session: 80340cba-781d-43aa-873c-bc6c28ebc8dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4818 | 2024.08.14 22:33:47.856994 [ 200 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 890 rows starting from the beginning of the part | ||
4819 | 2024.08.14 22:33:47.857010 [ 3 ] {} <Trace> HTTP-Session: 80340cba-781d-43aa-873c-bc6c28ebc8dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4820 | 2024.08.14 22:33:47.857308 [ 200 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 395 rows starting from the beginning of the part | ||
4821 | 2024.08.14 22:33:47.857402 [ 3 ] {81d47441-433e-4afd-8fd5-c7b1a0237313} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4822 | 2024.08.14 22:33:47.857626 [ 3 ] {81d47441-433e-4afd-8fd5-c7b1a0237313} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4823 | 2024.08.14 22:33:47.857656 [ 200 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 87 rows starting from the beginning of the part | ||
4824 | 2024.08.14 22:33:47.857714 [ 190 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_21_4} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4825 | 2024.08.14 22:33:47.858173 [ 200 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 855 rows starting from the beginning of the part | ||
4826 | 2024.08.14 22:33:47.858381 [ 190 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_21_4} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4827 | 2024.08.14 22:33:47.858552 [ 200 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 89 rows starting from the beginning of the part | ||
4828 | 2024.08.14 22:33:47.858899 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
4829 | 2024.08.14 22:33:47.858983 [ 200 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 393 rows starting from the beginning of the part | ||
4830 | 2024.08.14 22:33:47.859282 [ 3 ] {81d47441-433e-4afd-8fd5-c7b1a0237313} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4831 | 2024.08.14 22:33:47.859808 [ 3 ] {81d47441-433e-4afd-8fd5-c7b1a0237313} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4832 | 2024.08.14 22:33:47.859846 [ 3 ] {81d47441-433e-4afd-8fd5-c7b1a0237313} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4833 | 2024.08.14 22:33:47.860354 [ 3 ] {81d47441-433e-4afd-8fd5-c7b1a0237313} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4834 | 2024.08.14 22:33:47.860702 [ 3 ] {81d47441-433e-4afd-8fd5-c7b1a0237313} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4835 | 2024.08.14 22:33:47.860990 [ 3 ] {81d47441-433e-4afd-8fd5-c7b1a0237313} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003765 sec., 1593.6254980079682 rows/sec., 68.48 KiB/sec. | ||
4836 | 2024.08.14 22:33:47.861070 [ 200 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2709 rows, containing 4 columns (4 merged, 0 gathered) in 0.005108145 sec., 530329.5031758104 rows/sec., 38.24 MiB/sec. | ||
4837 | 2024.08.14 22:33:47.861200 [ 3 ] {81d47441-433e-4afd-8fd5-c7b1a0237313} <Debug> DynamicQueryHandler: Done processing query | ||
4838 | 2024.08.14 22:33:47.861225 [ 3 ] {81d47441-433e-4afd-8fd5-c7b1a0237313} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4839 | 2024.08.14 22:33:47.861229 [ 200 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4840 | 2024.08.14 22:33:47.861246 [ 3 ] {} <Debug> HTTP-Session: 80340cba-781d-43aa-873c-bc6c28ebc8dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4841 | 2024.08.14 22:33:47.861403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4842 | 2024.08.14 22:33:47.861472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4843 | 2024.08.14 22:33:47.861493 [ 3 ] {} <Debug> HTTP-Session: 604f0c96-59cc-478a-85ca-e3b3e03fd1d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4844 | 2024.08.14 22:33:47.861510 [ 3 ] {} <Debug> HTTP-Session: 604f0c96-59cc-478a-85ca-e3b3e03fd1d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4845 | 2024.08.14 22:33:47.861532 [ 3 ] {} <Debug> HTTP-Session: 604f0c96-59cc-478a-85ca-e3b3e03fd1d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4846 | 2024.08.14 22:33:47.861569 [ 3 ] {} <Trace> HTTP-Session: 604f0c96-59cc-478a-85ca-e3b3e03fd1d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4847 | 2024.08.14 22:33:47.861625 [ 200 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_21_4} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4848 | 2024.08.14 22:33:47.861708 [ 200 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_21_4} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4849 | 2024.08.14 22:33:47.861721 [ 3 ] {a930630b-5016-42f7-8ba8-a1d6309259cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
4850 | 2024.08.14 22:33:47.861785 [ 3 ] {a930630b-5016-42f7-8ba8-a1d6309259cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
4851 | 2024.08.14 22:33:47.861788 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
4852 | 2024.08.14 22:33:47.861943 [ 3 ] {a930630b-5016-42f7-8ba8-a1d6309259cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4853 | 2024.08.14 22:33:47.862282 [ 3 ] {a930630b-5016-42f7-8ba8-a1d6309259cd} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4854 | 2024.08.14 22:33:47.862318 [ 3 ] {a930630b-5016-42f7-8ba8-a1d6309259cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4855 | 2024.08.14 22:33:47.862667 [ 3 ] {a930630b-5016-42f7-8ba8-a1d6309259cd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4856 | 2024.08.14 22:33:47.862998 [ 3 ] {a930630b-5016-42f7-8ba8-a1d6309259cd} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4857 | 2024.08.14 22:33:47.863215 [ 3 ] {a930630b-5016-42f7-8ba8-a1d6309259cd} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001563 sec., 49264.23544465771 rows/sec., 3.03 MiB/sec. | ||
4858 | 2024.08.14 22:33:47.863421 [ 3 ] {a930630b-5016-42f7-8ba8-a1d6309259cd} <Debug> DynamicQueryHandler: Done processing query | ||
4859 | 2024.08.14 22:33:47.863451 [ 3 ] {a930630b-5016-42f7-8ba8-a1d6309259cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4860 | 2024.08.14 22:33:47.863472 [ 3 ] {} <Debug> HTTP-Session: 604f0c96-59cc-478a-85ca-e3b3e03fd1d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4861 | 2024.08.14 22:33:47.863638 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4862 | 2024.08.14 22:33:47.863699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4863 | 2024.08.14 22:33:47.863723 [ 3 ] {} <Debug> HTTP-Session: 8815b50d-0bb8-4c04-9df2-d9712b08ab41 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4864 | 2024.08.14 22:33:47.863743 [ 3 ] {} <Debug> HTTP-Session: 8815b50d-0bb8-4c04-9df2-d9712b08ab41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4865 | 2024.08.14 22:33:47.863756 [ 3 ] {} <Debug> HTTP-Session: 8815b50d-0bb8-4c04-9df2-d9712b08ab41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4866 | 2024.08.14 22:33:47.863787 [ 3 ] {} <Trace> HTTP-Session: 8815b50d-0bb8-4c04-9df2-d9712b08ab41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4867 | 2024.08.14 22:33:47.863956 [ 3 ] {1fa7c0f1-c2f4-4d11-951b-fc0ea8e92bc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4868 | 2024.08.14 22:33:47.864002 [ 3 ] {1fa7c0f1-c2f4-4d11-951b-fc0ea8e92bc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4869 | 2024.08.14 22:33:47.864149 [ 3 ] {1fa7c0f1-c2f4-4d11-951b-fc0ea8e92bc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4870 | 2024.08.14 22:33:47.864547 [ 3 ] {1fa7c0f1-c2f4-4d11-951b-fc0ea8e92bc6} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4871 | 2024.08.14 22:33:47.864584 [ 3 ] {1fa7c0f1-c2f4-4d11-951b-fc0ea8e92bc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4872 | 2024.08.14 22:33:47.864975 [ 3 ] {1fa7c0f1-c2f4-4d11-951b-fc0ea8e92bc6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4873 | 2024.08.14 22:33:47.865326 [ 3 ] {1fa7c0f1-c2f4-4d11-951b-fc0ea8e92bc6} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4874 | 2024.08.14 22:33:47.865480 [ 3 ] {1fa7c0f1-c2f4-4d11-951b-fc0ea8e92bc6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001601 sec., 99937.53903810118 rows/sec., 6.96 MiB/sec. | ||
4875 | 2024.08.14 22:33:47.865647 [ 3 ] {1fa7c0f1-c2f4-4d11-951b-fc0ea8e92bc6} <Debug> DynamicQueryHandler: Done processing query | ||
4876 | 2024.08.14 22:33:47.865673 [ 3 ] {1fa7c0f1-c2f4-4d11-951b-fc0ea8e92bc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4877 | 2024.08.14 22:33:47.865689 [ 3 ] {} <Debug> HTTP-Session: 8815b50d-0bb8-4c04-9df2-d9712b08ab41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4878 | 2024.08.14 22:33:47.865799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4879 | 2024.08.14 22:33:47.865850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4880 | 2024.08.14 22:33:47.865870 [ 3 ] {} <Debug> HTTP-Session: 2baf3eb1-5900-40b6-8af0-24f5441f11d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4881 | 2024.08.14 22:33:47.865887 [ 3 ] {} <Debug> HTTP-Session: 2baf3eb1-5900-40b6-8af0-24f5441f11d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4882 | 2024.08.14 22:33:47.865900 [ 3 ] {} <Debug> HTTP-Session: 2baf3eb1-5900-40b6-8af0-24f5441f11d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4883 | 2024.08.14 22:33:47.865931 [ 3 ] {} <Trace> HTTP-Session: 2baf3eb1-5900-40b6-8af0-24f5441f11d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4884 | 2024.08.14 22:33:47.866134 [ 3 ] {4ed25971-57fb-4f9d-8055-c93c9a4c30bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4885 | 2024.08.14 22:33:47.866199 [ 3 ] {4ed25971-57fb-4f9d-8055-c93c9a4c30bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
4886 | 2024.08.14 22:33:47.866603 [ 3 ] {4ed25971-57fb-4f9d-8055-c93c9a4c30bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4887 | 2024.08.14 22:33:47.867134 [ 3 ] {4ed25971-57fb-4f9d-8055-c93c9a4c30bc} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4888 | 2024.08.14 22:33:47.867170 [ 3 ] {4ed25971-57fb-4f9d-8055-c93c9a4c30bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4889 | 2024.08.14 22:33:47.867758 [ 3 ] {4ed25971-57fb-4f9d-8055-c93c9a4c30bc} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4890 | 2024.08.14 22:33:47.868178 [ 3 ] {4ed25971-57fb-4f9d-8055-c93c9a4c30bc} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4891 | 2024.08.14 22:33:47.868363 [ 3 ] {4ed25971-57fb-4f9d-8055-c93c9a4c30bc} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002355 sec., 4670.912951167728 rows/sec., 8.37 MiB/sec. | ||
4892 | 2024.08.14 22:33:47.868557 [ 3 ] {4ed25971-57fb-4f9d-8055-c93c9a4c30bc} <Debug> DynamicQueryHandler: Done processing query | ||
4893 | 2024.08.14 22:33:47.868581 [ 3 ] {4ed25971-57fb-4f9d-8055-c93c9a4c30bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
4894 | 2024.08.14 22:33:47.868597 [ 3 ] {} <Debug> HTTP-Session: 2baf3eb1-5900-40b6-8af0-24f5441f11d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4895 | 2024.08.14 22:33:47.868702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4896 | 2024.08.14 22:33:47.868752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4897 | 2024.08.14 22:33:47.868771 [ 3 ] {} <Debug> HTTP-Session: 69813dfa-39ed-4f73-ac1d-5c2f3cc4b537 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4898 | 2024.08.14 22:33:47.868788 [ 3 ] {} <Debug> HTTP-Session: 69813dfa-39ed-4f73-ac1d-5c2f3cc4b537 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4899 | 2024.08.14 22:33:47.868802 [ 3 ] {} <Debug> HTTP-Session: 69813dfa-39ed-4f73-ac1d-5c2f3cc4b537 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4900 | 2024.08.14 22:33:47.868833 [ 3 ] {} <Trace> HTTP-Session: 69813dfa-39ed-4f73-ac1d-5c2f3cc4b537 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4901 | 2024.08.14 22:33:47.868935 [ 3 ] {42faade3-cafe-4cb7-a84a-4c1edbfd1174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
4902 | 2024.08.14 22:33:47.868978 [ 3 ] {42faade3-cafe-4cb7-a84a-4c1edbfd1174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
4903 | 2024.08.14 22:33:47.869104 [ 3 ] {42faade3-cafe-4cb7-a84a-4c1edbfd1174} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4904 | 2024.08.14 22:33:47.869413 [ 3 ] {42faade3-cafe-4cb7-a84a-4c1edbfd1174} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4905 | 2024.08.14 22:33:47.869450 [ 3 ] {42faade3-cafe-4cb7-a84a-4c1edbfd1174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4906 | 2024.08.14 22:33:47.869807 [ 3 ] {42faade3-cafe-4cb7-a84a-4c1edbfd1174} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4907 | 2024.08.14 22:33:47.870140 [ 3 ] {42faade3-cafe-4cb7-a84a-4c1edbfd1174} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4908 | 2024.08.14 22:33:47.870307 [ 3 ] {42faade3-cafe-4cb7-a84a-4c1edbfd1174} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001391 sec., 16534.86700215672 rows/sec., 894.42 KiB/sec. | ||
4909 | 2024.08.14 22:33:47.870591 [ 3 ] {42faade3-cafe-4cb7-a84a-4c1edbfd1174} <Debug> DynamicQueryHandler: Done processing query | ||
4910 | 2024.08.14 22:33:47.870616 [ 3 ] {42faade3-cafe-4cb7-a84a-4c1edbfd1174} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4911 | 2024.08.14 22:33:47.870632 [ 3 ] {} <Debug> HTTP-Session: 69813dfa-39ed-4f73-ac1d-5c2f3cc4b537 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4912 | 2024.08.14 22:33:47.870738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4913 | 2024.08.14 22:33:47.870789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4914 | 2024.08.14 22:33:47.870807 [ 3 ] {} <Debug> HTTP-Session: 66fee9c5-b2d5-45ef-a6d2-f6375cf3c88c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4915 | 2024.08.14 22:33:47.870824 [ 3 ] {} <Debug> HTTP-Session: 66fee9c5-b2d5-45ef-a6d2-f6375cf3c88c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4916 | 2024.08.14 22:33:47.870838 [ 3 ] {} <Debug> HTTP-Session: 66fee9c5-b2d5-45ef-a6d2-f6375cf3c88c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4917 | 2024.08.14 22:33:47.870868 [ 3 ] {} <Trace> HTTP-Session: 66fee9c5-b2d5-45ef-a6d2-f6375cf3c88c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4918 | 2024.08.14 22:33:47.870990 [ 3 ] {f897348f-e4c9-4163-b050-2d647479086f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4919 | 2024.08.14 22:33:47.871036 [ 3 ] {f897348f-e4c9-4163-b050-2d647479086f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4920 | 2024.08.14 22:33:47.871178 [ 3 ] {f897348f-e4c9-4163-b050-2d647479086f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4921 | 2024.08.14 22:33:47.871496 [ 3 ] {f897348f-e4c9-4163-b050-2d647479086f} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4922 | 2024.08.14 22:33:47.871534 [ 3 ] {f897348f-e4c9-4163-b050-2d647479086f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4923 | 2024.08.14 22:33:47.871888 [ 3 ] {f897348f-e4c9-4163-b050-2d647479086f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4924 | 2024.08.14 22:33:47.872222 [ 3 ] {f897348f-e4c9-4163-b050-2d647479086f} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4925 | 2024.08.14 22:33:47.872374 [ 3 ] {f897348f-e4c9-4163-b050-2d647479086f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001428 sec., 42016.80672268908 rows/sec., 2.83 MiB/sec. | ||
4926 | 2024.08.14 22:33:47.872528 [ 3 ] {f897348f-e4c9-4163-b050-2d647479086f} <Debug> DynamicQueryHandler: Done processing query | ||
4927 | 2024.08.14 22:33:47.872551 [ 3 ] {f897348f-e4c9-4163-b050-2d647479086f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4928 | 2024.08.14 22:33:47.872567 [ 3 ] {} <Debug> HTTP-Session: 66fee9c5-b2d5-45ef-a6d2-f6375cf3c88c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4929 | 2024.08.14 22:33:52.842536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4930 | 2024.08.14 22:33:52.842665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4931 | 2024.08.14 22:33:52.842690 [ 3 ] {} <Debug> HTTP-Session: 7c713cf7-2260-4ee9-b8a5-c779066f5adb Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4932 | 2024.08.14 22:33:52.842713 [ 3 ] {} <Debug> HTTP-Session: 7c713cf7-2260-4ee9-b8a5-c779066f5adb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4933 | 2024.08.14 22:33:52.842728 [ 3 ] {} <Debug> HTTP-Session: 7c713cf7-2260-4ee9-b8a5-c779066f5adb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4934 | 2024.08.14 22:33:52.842775 [ 3 ] {} <Trace> HTTP-Session: 7c713cf7-2260-4ee9-b8a5-c779066f5adb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4935 | 2024.08.14 22:33:52.842956 [ 3 ] {3cfa888d-cd3a-49a1-819f-d28a37c51fe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4936 | 2024.08.14 22:33:52.843019 [ 3 ] {3cfa888d-cd3a-49a1-819f-d28a37c51fe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4937 | 2024.08.14 22:33:52.843208 [ 3 ] {3cfa888d-cd3a-49a1-819f-d28a37c51fe2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4938 | 2024.08.14 22:33:52.843635 [ 3 ] {3cfa888d-cd3a-49a1-819f-d28a37c51fe2} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4939 | 2024.08.14 22:33:52.843674 [ 3 ] {3cfa888d-cd3a-49a1-819f-d28a37c51fe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4940 | 2024.08.14 22:33:52.844036 [ 3 ] {3cfa888d-cd3a-49a1-819f-d28a37c51fe2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4941 | 2024.08.14 22:33:52.844372 [ 3 ] {3cfa888d-cd3a-49a1-819f-d28a37c51fe2} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4942 | 2024.08.14 22:33:52.844510 [ 88 ] {} <Debug> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4943 | 2024.08.14 22:33:52.844512 [ 3 ] {3cfa888d-cd3a-49a1-819f-d28a37c51fe2} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001611 sec., 13035.381750465549 rows/sec., 1.03 MiB/sec. | ||
4944 | 2024.08.14 22:33:52.844551 [ 88 ] {} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4945 | 2024.08.14 22:33:52.844586 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4946 | 2024.08.14 22:33:52.844700 [ 192 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::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 | ||
4947 | 2024.08.14 22:33:52.844761 [ 3 ] {3cfa888d-cd3a-49a1-819f-d28a37c51fe2} <Debug> DynamicQueryHandler: Done processing query | ||
4948 | 2024.08.14 22:33:52.844796 [ 3 ] {3cfa888d-cd3a-49a1-819f-d28a37c51fe2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4949 | 2024.08.14 22:33:52.844825 [ 3 ] {} <Debug> HTTP-Session: 7c713cf7-2260-4ee9-b8a5-c779066f5adb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4950 | 2024.08.14 22:33:52.844846 [ 192 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4951 | 2024.08.14 22:33:52.844878 [ 192 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 38 rows starting from the beginning of the part | ||
4952 | 2024.08.14 22:33:52.844936 [ 192 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 21 rows starting from the beginning of the part | ||
4953 | 2024.08.14 22:33:52.845014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4954 | 2024.08.14 22:33:52.845196 [ 192 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 17 rows starting from the beginning of the part | ||
4955 | 2024.08.14 22:33:52.845207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4956 | 2024.08.14 22:33:52.845292 [ 3 ] {} <Debug> HTTP-Session: 71202b4c-c0f4-4495-847f-e0ba372cdaaa Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4957 | 2024.08.14 22:33:52.845426 [ 3 ] {} <Debug> HTTP-Session: 71202b4c-c0f4-4495-847f-e0ba372cdaaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4958 | 2024.08.14 22:33:52.845496 [ 3 ] {} <Debug> HTTP-Session: 71202b4c-c0f4-4495-847f-e0ba372cdaaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4959 | 2024.08.14 22:33:52.845520 [ 192 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 21 rows starting from the beginning of the part | ||
4960 | 2024.08.14 22:33:52.845568 [ 3 ] {} <Trace> HTTP-Session: 71202b4c-c0f4-4495-847f-e0ba372cdaaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4961 | 2024.08.14 22:33:52.845651 [ 192 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 17 rows starting from the beginning of the part | ||
4962 | 2024.08.14 22:33:52.845755 [ 192 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 21 rows starting from the beginning of the part | ||
4963 | 2024.08.14 22:33:52.845763 [ 3 ] {43dbfe66-7627-47d4-8cb8-f92b2dc62f81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4964 | 2024.08.14 22:33:52.845962 [ 3 ] {43dbfe66-7627-47d4-8cb8-f92b2dc62f81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4965 | 2024.08.14 22:33:52.846503 [ 3 ] {43dbfe66-7627-47d4-8cb8-f92b2dc62f81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4966 | 2024.08.14 22:33:52.846946 [ 3 ] {43dbfe66-7627-47d4-8cb8-f92b2dc62f81} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4967 | 2024.08.14 22:33:52.846991 [ 3 ] {43dbfe66-7627-47d4-8cb8-f92b2dc62f81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4968 | 2024.08.14 22:33:52.847489 [ 3 ] {43dbfe66-7627-47d4-8cb8-f92b2dc62f81} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4969 | 2024.08.14 22:33:52.847509 [ 192 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 135 rows, containing 4 columns (4 merged, 0 gathered) in 0.002863482 sec., 47145.398504338424 rows/sec., 3.58 MiB/sec. | ||
4970 | 2024.08.14 22:33:52.847633 [ 192 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4971 | 2024.08.14 22:33:52.848025 [ 3 ] {43dbfe66-7627-47d4-8cb8-f92b2dc62f81} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4972 | 2024.08.14 22:33:52.848058 [ 192 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_21_4} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4973 | 2024.08.14 22:33:52.848144 [ 192 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_21_4} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4974 | 2024.08.14 22:33:52.848307 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
4975 | 2024.08.14 22:33:52.848322 [ 77 ] {} <Debug> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4976 | 2024.08.14 22:33:52.848354 [ 3 ] {43dbfe66-7627-47d4-8cb8-f92b2dc62f81} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002633 sec., 759.589821496392 rows/sec., 61.94 KiB/sec. | ||
4977 | 2024.08.14 22:33:52.848425 [ 77 ] {} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4978 | 2024.08.14 22:33:52.848504 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
4979 | 2024.08.14 22:33:52.848710 [ 3 ] {43dbfe66-7627-47d4-8cb8-f92b2dc62f81} <Debug> DynamicQueryHandler: Done processing query | ||
4980 | 2024.08.14 22:33:52.848758 [ 3 ] {43dbfe66-7627-47d4-8cb8-f92b2dc62f81} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4981 | 2024.08.14 22:33:52.848758 [ 188 ] {5de7b388-dbe3-411a-ab63-47f138d10478::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 | ||
4982 | 2024.08.14 22:33:52.848831 [ 3 ] {} <Debug> HTTP-Session: 71202b4c-c0f4-4495-847f-e0ba372cdaaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4983 | 2024.08.14 22:33:52.849061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17462, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4984 | 2024.08.14 22:33:52.849093 [ 188 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4985 | 2024.08.14 22:33:52.849129 [ 188 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
4986 | 2024.08.14 22:33:52.849134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4987 | 2024.08.14 22:33:52.849164 [ 3 ] {} <Debug> HTTP-Session: a08f2350-0d62-4776-a887-46d2822b14e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
4988 | 2024.08.14 22:33:52.849198 [ 3 ] {} <Debug> HTTP-Session: a08f2350-0d62-4776-a887-46d2822b14e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4989 | 2024.08.14 22:33:52.849285 [ 188 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
4990 | 2024.08.14 22:33:52.849287 [ 3 ] {} <Debug> HTTP-Session: a08f2350-0d62-4776-a887-46d2822b14e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4991 | 2024.08.14 22:33:52.849427 [ 3 ] {} <Trace> HTTP-Session: a08f2350-0d62-4776-a887-46d2822b14e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4992 | 2024.08.14 22:33:52.849588 [ 188 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
4993 | 2024.08.14 22:33:52.849735 [ 188 ] {5de7b388-dbe3-411a-ab63-47f138d10478::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 | ||
4994 | 2024.08.14 22:33:52.849762 [ 3 ] {10364afa-f4dc-42bf-a876-3bb8ee173e28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4995 | 2024.08.14 22:33:52.849865 [ 3 ] {10364afa-f4dc-42bf-a876-3bb8ee173e28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4996 | 2024.08.14 22:33:52.849882 [ 188 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
4997 | 2024.08.14 22:33:52.850137 [ 188 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
4998 | 2024.08.14 22:33:52.850634 [ 3 ] {10364afa-f4dc-42bf-a876-3bb8ee173e28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4999 | 2024.08.14 22:33:52.851228 [ 3 ] {10364afa-f4dc-42bf-a876-3bb8ee173e28} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5000 | 2024.08.14 22:33:52.851274 [ 3 ] {10364afa-f4dc-42bf-a876-3bb8ee173e28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5001 | 2024.08.14 22:33:52.851756 [ 195 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.003150056 sec., 5714.184128790092 rows/sec., 465.95 KiB/sec. | ||
5002 | 2024.08.14 22:33:52.851800 [ 3 ] {10364afa-f4dc-42bf-a876-3bb8ee173e28} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5003 | 2024.08.14 22:33:52.852066 [ 195 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
5004 | 2024.08.14 22:33:52.852413 [ 3 ] {10364afa-f4dc-42bf-a876-3bb8ee173e28} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5005 | 2024.08.14 22:33:52.852903 [ 3 ] {10364afa-f4dc-42bf-a876-3bb8ee173e28} <Debug> executeQuery: Read 120 rows, 10.15 KiB in 0.003215 sec., 37325.03888024883 rows/sec., 3.08 MiB/sec. | ||
5006 | 2024.08.14 22:33:52.853425 [ 195 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_6_1} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5007 | 2024.08.14 22:33:52.853496 [ 3 ] {10364afa-f4dc-42bf-a876-3bb8ee173e28} <Debug> DynamicQueryHandler: Done processing query | ||
5008 | 2024.08.14 22:33:52.853573 [ 3 ] {10364afa-f4dc-42bf-a876-3bb8ee173e28} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5009 | 2024.08.14 22:33:52.853606 [ 3 ] {} <Debug> HTTP-Session: a08f2350-0d62-4776-a887-46d2822b14e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5010 | 2024.08.14 22:33:52.853629 [ 195 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_6_1} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
5011 | 2024.08.14 22:33:52.853772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5012 | 2024.08.14 22:33:52.853783 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5013 | 2024.08.14 22:33:52.853845 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5014 | 2024.08.14 22:33:52.853869 [ 3 ] {} <Debug> HTTP-Session: f5a1b0e2-37fb-427d-b353-dbd0b0bfbfab Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5015 | 2024.08.14 22:33:52.853886 [ 3 ] {} <Debug> HTTP-Session: f5a1b0e2-37fb-427d-b353-dbd0b0bfbfab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5016 | 2024.08.14 22:33:52.853899 [ 3 ] {} <Debug> HTTP-Session: f5a1b0e2-37fb-427d-b353-dbd0b0bfbfab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5017 | 2024.08.14 22:33:52.853930 [ 3 ] {} <Trace> HTTP-Session: f5a1b0e2-37fb-427d-b353-dbd0b0bfbfab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5018 | 2024.08.14 22:33:52.854028 [ 3 ] {f2974ea5-8377-4e91-b2b5-c97d0a08ff19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5019 | 2024.08.14 22:33:52.854072 [ 3 ] {f2974ea5-8377-4e91-b2b5-c97d0a08ff19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5020 | 2024.08.14 22:33:52.854226 [ 3 ] {f2974ea5-8377-4e91-b2b5-c97d0a08ff19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5021 | 2024.08.14 22:33:52.854502 [ 3 ] {f2974ea5-8377-4e91-b2b5-c97d0a08ff19} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5022 | 2024.08.14 22:33:52.854538 [ 3 ] {f2974ea5-8377-4e91-b2b5-c97d0a08ff19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5023 | 2024.08.14 22:33:52.854837 [ 3 ] {f2974ea5-8377-4e91-b2b5-c97d0a08ff19} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5024 | 2024.08.14 22:33:52.855155 [ 3 ] {f2974ea5-8377-4e91-b2b5-c97d0a08ff19} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5025 | 2024.08.14 22:33:52.855311 [ 3 ] {f2974ea5-8377-4e91-b2b5-c97d0a08ff19} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001296 sec., 1543.2098765432097 rows/sec., 107.75 KiB/sec. | ||
5026 | 2024.08.14 22:33:52.855321 [ 77 ] {} <Debug> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
5027 | 2024.08.14 22:33:52.855443 [ 77 ] {} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5028 | 2024.08.14 22:33:52.855504 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5029 | 2024.08.14 22:33:52.855597 [ 3 ] {f2974ea5-8377-4e91-b2b5-c97d0a08ff19} <Debug> DynamicQueryHandler: Done processing query | ||
5030 | 2024.08.14 22:33:52.855681 [ 3 ] {f2974ea5-8377-4e91-b2b5-c97d0a08ff19} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5031 | 2024.08.14 22:33:52.855761 [ 3 ] {} <Debug> HTTP-Session: f5a1b0e2-37fb-427d-b353-dbd0b0bfbfab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5032 | 2024.08.14 22:33:52.855898 [ 191 ] {3461738d-5c06-4228-8543-114414f8678d::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 | ||
5033 | 2024.08.14 22:33:52.856035 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5034 | 2024.08.14 22:33:52.856173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5035 | 2024.08.14 22:33:52.856234 [ 3 ] {} <Debug> HTTP-Session: 9405324c-eb46-463f-b719-71182635c78e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5036 | 2024.08.14 22:33:52.856250 [ 191 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5037 | 2024.08.14 22:33:52.856268 [ 3 ] {} <Debug> HTTP-Session: 9405324c-eb46-463f-b719-71182635c78e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5038 | 2024.08.14 22:33:52.856307 [ 3 ] {} <Debug> HTTP-Session: 9405324c-eb46-463f-b719-71182635c78e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5039 | 2024.08.14 22:33:52.856311 [ 191 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
5040 | 2024.08.14 22:33:52.856375 [ 3 ] {} <Trace> HTTP-Session: 9405324c-eb46-463f-b719-71182635c78e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5041 | 2024.08.14 22:33:52.856552 [ 191 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
5042 | 2024.08.14 22:33:52.856803 [ 191 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
5043 | 2024.08.14 22:33:52.857020 [ 3 ] {60d406c3-015e-466b-9c00-3160a293ef2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5044 | 2024.08.14 22:33:52.857073 [ 191 ] {3461738d-5c06-4228-8543-114414f8678d::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 | ||
5045 | 2024.08.14 22:33:52.857186 [ 3 ] {60d406c3-015e-466b-9c00-3160a293ef2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5046 | 2024.08.14 22:33:52.857306 [ 191 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
5047 | 2024.08.14 22:33:52.857591 [ 191 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
5048 | 2024.08.14 22:33:52.858352 [ 3 ] {60d406c3-015e-466b-9c00-3160a293ef2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5049 | 2024.08.14 22:33:52.859148 [ 3 ] {60d406c3-015e-466b-9c00-3160a293ef2f} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5050 | 2024.08.14 22:33:52.859218 [ 3 ] {60d406c3-015e-466b-9c00-3160a293ef2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5051 | 2024.08.14 22:33:52.860145 [ 3 ] {60d406c3-015e-466b-9c00-3160a293ef2f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5052 | 2024.08.14 22:33:52.860316 [ 191 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.004695328 sec., 3833.597993580001 rows/sec., 267.68 KiB/sec. | ||
5053 | 2024.08.14 22:33:52.860606 [ 195 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
5054 | 2024.08.14 22:33:52.860919 [ 3 ] {60d406c3-015e-466b-9c00-3160a293ef2f} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5055 | 2024.08.14 22:33:52.861313 [ 3 ] {60d406c3-015e-466b-9c00-3160a293ef2f} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.004696 sec., 18526.40545144804 rows/sec., 1.45 MiB/sec. | ||
5056 | 2024.08.14 22:33:52.861514 [ 188 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_6_1} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5057 | 2024.08.14 22:33:52.861645 [ 3 ] {60d406c3-015e-466b-9c00-3160a293ef2f} <Debug> DynamicQueryHandler: Done processing query | ||
5058 | 2024.08.14 22:33:52.861650 [ 188 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_6_1} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
5059 | 2024.08.14 22:33:52.861673 [ 3 ] {60d406c3-015e-466b-9c00-3160a293ef2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5060 | 2024.08.14 22:33:52.861690 [ 3 ] {} <Debug> HTTP-Session: 9405324c-eb46-463f-b719-71182635c78e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5061 | 2024.08.14 22:33:52.861775 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5062 | 2024.08.14 22:33:52.861870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5063 | 2024.08.14 22:33:52.861921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5064 | 2024.08.14 22:33:52.861939 [ 3 ] {} <Debug> HTTP-Session: e4963354-3086-4a25-b75d-d61f576d2024 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5065 | 2024.08.14 22:33:52.861955 [ 3 ] {} <Debug> HTTP-Session: e4963354-3086-4a25-b75d-d61f576d2024 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5066 | 2024.08.14 22:33:52.861968 [ 3 ] {} <Debug> HTTP-Session: e4963354-3086-4a25-b75d-d61f576d2024 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5067 | 2024.08.14 22:33:52.861999 [ 3 ] {} <Trace> HTTP-Session: e4963354-3086-4a25-b75d-d61f576d2024 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5068 | 2024.08.14 22:33:52.862151 [ 3 ] {1f1f2806-c581-47da-b486-061d54ee06d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5069 | 2024.08.14 22:33:52.862196 [ 3 ] {1f1f2806-c581-47da-b486-061d54ee06d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5070 | 2024.08.14 22:33:52.862353 [ 3 ] {1f1f2806-c581-47da-b486-061d54ee06d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5071 | 2024.08.14 22:33:52.862801 [ 3 ] {1f1f2806-c581-47da-b486-061d54ee06d1} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5072 | 2024.08.14 22:33:52.862836 [ 3 ] {1f1f2806-c581-47da-b486-061d54ee06d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5073 | 2024.08.14 22:33:52.863221 [ 3 ] {1f1f2806-c581-47da-b486-061d54ee06d1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5074 | 2024.08.14 22:33:52.863562 [ 3 ] {1f1f2806-c581-47da-b486-061d54ee06d1} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5075 | 2024.08.14 22:33:52.863722 [ 3 ] {1f1f2806-c581-47da-b486-061d54ee06d1} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001638 sec., 98290.5982905983 rows/sec., 6.85 MiB/sec. | ||
5076 | 2024.08.14 22:33:52.863893 [ 3 ] {1f1f2806-c581-47da-b486-061d54ee06d1} <Debug> DynamicQueryHandler: Done processing query | ||
5077 | 2024.08.14 22:33:52.863917 [ 3 ] {1f1f2806-c581-47da-b486-061d54ee06d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5078 | 2024.08.14 22:33:52.863932 [ 3 ] {} <Debug> HTTP-Session: e4963354-3086-4a25-b75d-d61f576d2024 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5079 | 2024.08.14 22:33:52.864096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5080 | 2024.08.14 22:33:52.864145 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5081 | 2024.08.14 22:33:52.864164 [ 3 ] {} <Debug> HTTP-Session: f542dac8-254b-4ad9-87c9-bc5d14d44e35 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5082 | 2024.08.14 22:33:52.864179 [ 3 ] {} <Debug> HTTP-Session: f542dac8-254b-4ad9-87c9-bc5d14d44e35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5083 | 2024.08.14 22:33:52.864193 [ 3 ] {} <Debug> HTTP-Session: f542dac8-254b-4ad9-87c9-bc5d14d44e35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5084 | 2024.08.14 22:33:52.864223 [ 3 ] {} <Trace> HTTP-Session: f542dac8-254b-4ad9-87c9-bc5d14d44e35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5085 | 2024.08.14 22:33:52.864553 [ 3 ] {59b948f8-a6b3-4ae8-8652-a88d19aa196e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5086 | 2024.08.14 22:33:52.864616 [ 3 ] {59b948f8-a6b3-4ae8-8652-a88d19aa196e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
5087 | 2024.08.14 22:33:52.865035 [ 3 ] {59b948f8-a6b3-4ae8-8652-a88d19aa196e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5088 | 2024.08.14 22:33:52.865699 [ 3 ] {59b948f8-a6b3-4ae8-8652-a88d19aa196e} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5089 | 2024.08.14 22:33:52.865735 [ 3 ] {59b948f8-a6b3-4ae8-8652-a88d19aa196e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5090 | 2024.08.14 22:33:52.866330 [ 3 ] {59b948f8-a6b3-4ae8-8652-a88d19aa196e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5091 | 2024.08.14 22:33:52.866735 [ 3 ] {59b948f8-a6b3-4ae8-8652-a88d19aa196e} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5092 | 2024.08.14 22:33:52.866926 [ 3 ] {59b948f8-a6b3-4ae8-8652-a88d19aa196e} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002619 sec., 8018.327605956472 rows/sec., 14.37 MiB/sec. | ||
5093 | 2024.08.14 22:33:52.867152 [ 3 ] {59b948f8-a6b3-4ae8-8652-a88d19aa196e} <Debug> DynamicQueryHandler: Done processing query | ||
5094 | 2024.08.14 22:33:52.867176 [ 3 ] {59b948f8-a6b3-4ae8-8652-a88d19aa196e} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
5095 | 2024.08.14 22:33:52.867191 [ 3 ] {} <Debug> HTTP-Session: f542dac8-254b-4ad9-87c9-bc5d14d44e35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5096 | 2024.08.14 22:33:52.867318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5097 | 2024.08.14 22:33:52.867367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5098 | 2024.08.14 22:33:52.867385 [ 3 ] {} <Debug> HTTP-Session: 3bd70387-d586-436b-b374-454395384e75 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5099 | 2024.08.14 22:33:52.867401 [ 3 ] {} <Debug> HTTP-Session: 3bd70387-d586-436b-b374-454395384e75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5100 | 2024.08.14 22:33:52.867414 [ 3 ] {} <Debug> HTTP-Session: 3bd70387-d586-436b-b374-454395384e75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5101 | 2024.08.14 22:33:52.867444 [ 3 ] {} <Trace> HTTP-Session: 3bd70387-d586-436b-b374-454395384e75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5102 | 2024.08.14 22:33:52.867568 [ 3 ] {18fd7104-b629-4781-a7e9-4b3209533a15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5103 | 2024.08.14 22:33:52.867612 [ 3 ] {18fd7104-b629-4781-a7e9-4b3209533a15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5104 | 2024.08.14 22:33:52.867738 [ 3 ] {18fd7104-b629-4781-a7e9-4b3209533a15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5105 | 2024.08.14 22:33:52.868044 [ 3 ] {18fd7104-b629-4781-a7e9-4b3209533a15} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5106 | 2024.08.14 22:33:52.868080 [ 3 ] {18fd7104-b629-4781-a7e9-4b3209533a15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5107 | 2024.08.14 22:33:52.868436 [ 3 ] {18fd7104-b629-4781-a7e9-4b3209533a15} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5108 | 2024.08.14 22:33:52.868758 [ 3 ] {18fd7104-b629-4781-a7e9-4b3209533a15} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5109 | 2024.08.14 22:33:52.868912 [ 3 ] {18fd7104-b629-4781-a7e9-4b3209533a15} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001386 sec., 43290.043290043286 rows/sec., 2.92 MiB/sec. | ||
5110 | 2024.08.14 22:33:52.869251 [ 3 ] {18fd7104-b629-4781-a7e9-4b3209533a15} <Debug> DynamicQueryHandler: Done processing query | ||
5111 | 2024.08.14 22:33:52.869276 [ 3 ] {18fd7104-b629-4781-a7e9-4b3209533a15} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5112 | 2024.08.14 22:33:52.869292 [ 3 ] {} <Debug> HTTP-Session: 3bd70387-d586-436b-b374-454395384e75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5113 | 2024.08.14 22:33:56.083573 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5114 | 2024.08.14 22:33:56.083635 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5115 | 2024.08.14 22:33:57.845966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5116 | 2024.08.14 22:33:57.846091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5117 | 2024.08.14 22:33:57.846119 [ 3 ] {} <Debug> HTTP-Session: ac7fd9fc-32a5-4025-9f56-8dd1b5729cb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5118 | 2024.08.14 22:33:57.846149 [ 3 ] {} <Debug> HTTP-Session: ac7fd9fc-32a5-4025-9f56-8dd1b5729cb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5119 | 2024.08.14 22:33:57.846167 [ 3 ] {} <Debug> HTTP-Session: ac7fd9fc-32a5-4025-9f56-8dd1b5729cb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5120 | 2024.08.14 22:33:57.846223 [ 3 ] {} <Trace> HTTP-Session: ac7fd9fc-32a5-4025-9f56-8dd1b5729cb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5121 | 2024.08.14 22:33:57.846425 [ 3 ] {e87287e1-0f8c-40db-b9f5-7c350d6bcd79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5122 | 2024.08.14 22:33:57.846497 [ 3 ] {e87287e1-0f8c-40db-b9f5-7c350d6bcd79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5123 | 2024.08.14 22:33:57.846713 [ 3 ] {e87287e1-0f8c-40db-b9f5-7c350d6bcd79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5124 | 2024.08.14 22:33:57.847196 [ 3 ] {e87287e1-0f8c-40db-b9f5-7c350d6bcd79} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5125 | 2024.08.14 22:33:57.847238 [ 3 ] {e87287e1-0f8c-40db-b9f5-7c350d6bcd79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5126 | 2024.08.14 22:33:57.847599 [ 3 ] {e87287e1-0f8c-40db-b9f5-7c350d6bcd79} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5127 | 2024.08.14 22:33:57.847935 [ 3 ] {e87287e1-0f8c-40db-b9f5-7c350d6bcd79} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5128 | 2024.08.14 22:33:57.848100 [ 3 ] {e87287e1-0f8c-40db-b9f5-7c350d6bcd79} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001732 sec., 9815.242494226328 rows/sec., 711.00 KiB/sec. | ||
5129 | 2024.08.14 22:33:57.848306 [ 3 ] {e87287e1-0f8c-40db-b9f5-7c350d6bcd79} <Debug> DynamicQueryHandler: Done processing query | ||
5130 | 2024.08.14 22:33:57.848332 [ 3 ] {e87287e1-0f8c-40db-b9f5-7c350d6bcd79} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5131 | 2024.08.14 22:33:57.848348 [ 3 ] {} <Debug> HTTP-Session: ac7fd9fc-32a5-4025-9f56-8dd1b5729cb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5132 | 2024.08.14 22:33:57.848568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 29344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5133 | 2024.08.14 22:33:57.848619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5134 | 2024.08.14 22:33:57.848640 [ 3 ] {} <Debug> HTTP-Session: 2ae8ab7c-6584-4f3c-bbf8-f794eb1e3c90 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5135 | 2024.08.14 22:33:57.848657 [ 3 ] {} <Debug> HTTP-Session: 2ae8ab7c-6584-4f3c-bbf8-f794eb1e3c90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5136 | 2024.08.14 22:33:57.848670 [ 3 ] {} <Debug> HTTP-Session: 2ae8ab7c-6584-4f3c-bbf8-f794eb1e3c90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5137 | 2024.08.14 22:33:57.848702 [ 3 ] {} <Trace> HTTP-Session: 2ae8ab7c-6584-4f3c-bbf8-f794eb1e3c90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5138 | 2024.08.14 22:33:57.848848 [ 3 ] {944e0025-74cb-4b89-9419-69ecc2cbdf21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5139 | 2024.08.14 22:33:57.848891 [ 3 ] {944e0025-74cb-4b89-9419-69ecc2cbdf21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5140 | 2024.08.14 22:33:57.849017 [ 3 ] {944e0025-74cb-4b89-9419-69ecc2cbdf21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5141 | 2024.08.14 22:33:57.849477 [ 3 ] {944e0025-74cb-4b89-9419-69ecc2cbdf21} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5142 | 2024.08.14 22:33:57.849515 [ 3 ] {944e0025-74cb-4b89-9419-69ecc2cbdf21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5143 | 2024.08.14 22:33:57.849838 [ 3 ] {944e0025-74cb-4b89-9419-69ecc2cbdf21} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5144 | 2024.08.14 22:33:57.850152 [ 3 ] {944e0025-74cb-4b89-9419-69ecc2cbdf21} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5145 | 2024.08.14 22:33:57.850307 [ 3 ] {944e0025-74cb-4b89-9419-69ecc2cbdf21} <Debug> executeQuery: Read 194 rows, 17.54 KiB in 0.001519 sec., 127715.60236998026 rows/sec., 11.28 MiB/sec. | ||
5146 | 2024.08.14 22:33:57.850572 [ 3 ] {944e0025-74cb-4b89-9419-69ecc2cbdf21} <Debug> DynamicQueryHandler: Done processing query | ||
5147 | 2024.08.14 22:33:57.850606 [ 3 ] {944e0025-74cb-4b89-9419-69ecc2cbdf21} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5148 | 2024.08.14 22:33:57.850623 [ 3 ] {} <Debug> HTTP-Session: 2ae8ab7c-6584-4f3c-bbf8-f794eb1e3c90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5149 | 2024.08.14 22:33:57.850820 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 63412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5150 | 2024.08.14 22:33:57.850871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5151 | 2024.08.14 22:33:57.850891 [ 3 ] {} <Debug> HTTP-Session: 4e3e9aa3-3e3d-483c-8a03-629a99b0a5af Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5152 | 2024.08.14 22:33:57.850907 [ 3 ] {} <Debug> HTTP-Session: 4e3e9aa3-3e3d-483c-8a03-629a99b0a5af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5153 | 2024.08.14 22:33:57.850921 [ 3 ] {} <Debug> HTTP-Session: 4e3e9aa3-3e3d-483c-8a03-629a99b0a5af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5154 | 2024.08.14 22:33:57.850953 [ 3 ] {} <Trace> HTTP-Session: 4e3e9aa3-3e3d-483c-8a03-629a99b0a5af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5155 | 2024.08.14 22:33:57.851152 [ 3 ] {703f60ad-531d-4f59-91a8-7c6481c91d59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5156 | 2024.08.14 22:33:57.851196 [ 3 ] {703f60ad-531d-4f59-91a8-7c6481c91d59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5157 | 2024.08.14 22:33:57.851343 [ 3 ] {703f60ad-531d-4f59-91a8-7c6481c91d59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5158 | 2024.08.14 22:33:57.851847 [ 3 ] {703f60ad-531d-4f59-91a8-7c6481c91d59} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5159 | 2024.08.14 22:33:57.851885 [ 3 ] {703f60ad-531d-4f59-91a8-7c6481c91d59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5160 | 2024.08.14 22:33:57.852206 [ 3 ] {703f60ad-531d-4f59-91a8-7c6481c91d59} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5161 | 2024.08.14 22:33:57.852519 [ 3 ] {703f60ad-531d-4f59-91a8-7c6481c91d59} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5162 | 2024.08.14 22:33:57.852651 [ 3 ] {703f60ad-531d-4f59-91a8-7c6481c91d59} <Debug> executeQuery: Read 393 rows, 28.36 KiB in 0.001605 sec., 244859.81308411213 rows/sec., 17.25 MiB/sec. | ||
5163 | 2024.08.14 22:33:57.852846 [ 3 ] {703f60ad-531d-4f59-91a8-7c6481c91d59} <Debug> DynamicQueryHandler: Done processing query | ||
5164 | 2024.08.14 22:33:57.852873 [ 3 ] {703f60ad-531d-4f59-91a8-7c6481c91d59} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
5165 | 2024.08.14 22:33:57.852892 [ 3 ] {} <Debug> HTTP-Session: 4e3e9aa3-3e3d-483c-8a03-629a99b0a5af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5166 | 2024.08.14 22:33:57.853029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5167 | 2024.08.14 22:33:57.853077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5168 | 2024.08.14 22:33:57.853098 [ 3 ] {} <Debug> HTTP-Session: 619357fb-b42b-45c6-b46e-23f23c5f6037 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5169 | 2024.08.14 22:33:57.853114 [ 3 ] {} <Debug> HTTP-Session: 619357fb-b42b-45c6-b46e-23f23c5f6037 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5170 | 2024.08.14 22:33:57.853128 [ 3 ] {} <Debug> HTTP-Session: 619357fb-b42b-45c6-b46e-23f23c5f6037 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5171 | 2024.08.14 22:33:57.853160 [ 3 ] {} <Trace> HTTP-Session: 619357fb-b42b-45c6-b46e-23f23c5f6037 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5172 | 2024.08.14 22:33:57.853256 [ 3 ] {4c7abe46-d7e0-4c3c-a731-adf0c477d32f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5173 | 2024.08.14 22:33:57.853300 [ 3 ] {4c7abe46-d7e0-4c3c-a731-adf0c477d32f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5174 | 2024.08.14 22:33:57.853434 [ 3 ] {4c7abe46-d7e0-4c3c-a731-adf0c477d32f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5175 | 2024.08.14 22:33:57.853693 [ 3 ] {4c7abe46-d7e0-4c3c-a731-adf0c477d32f} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5176 | 2024.08.14 22:33:57.853729 [ 3 ] {4c7abe46-d7e0-4c3c-a731-adf0c477d32f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5177 | 2024.08.14 22:33:57.854088 [ 3 ] {4c7abe46-d7e0-4c3c-a731-adf0c477d32f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5178 | 2024.08.14 22:33:57.854418 [ 3 ] {4c7abe46-d7e0-4c3c-a731-adf0c477d32f} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5179 | 2024.08.14 22:33:57.854568 [ 3 ] {4c7abe46-d7e0-4c3c-a731-adf0c477d32f} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001327 sec., 4521.4770158251695 rows/sec., 194.28 KiB/sec. | ||
5180 | 2024.08.14 22:33:57.854854 [ 3 ] {4c7abe46-d7e0-4c3c-a731-adf0c477d32f} <Debug> DynamicQueryHandler: Done processing query | ||
5181 | 2024.08.14 22:33:57.854878 [ 3 ] {4c7abe46-d7e0-4c3c-a731-adf0c477d32f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5182 | 2024.08.14 22:33:57.854895 [ 3 ] {} <Debug> HTTP-Session: 619357fb-b42b-45c6-b46e-23f23c5f6037 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5183 | 2024.08.14 22:33:57.855014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5184 | 2024.08.14 22:33:57.855065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5185 | 2024.08.14 22:33:57.855083 [ 3 ] {} <Debug> HTTP-Session: 62412bde-9c49-416b-9148-ed274128844b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5186 | 2024.08.14 22:33:57.855100 [ 3 ] {} <Debug> HTTP-Session: 62412bde-9c49-416b-9148-ed274128844b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5187 | 2024.08.14 22:33:57.855113 [ 3 ] {} <Debug> HTTP-Session: 62412bde-9c49-416b-9148-ed274128844b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5188 | 2024.08.14 22:33:57.855144 [ 3 ] {} <Trace> HTTP-Session: 62412bde-9c49-416b-9148-ed274128844b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5189 | 2024.08.14 22:33:57.855279 [ 3 ] {d400f927-45bb-4fe7-8928-4019d006684d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
5190 | 2024.08.14 22:33:57.855326 [ 3 ] {d400f927-45bb-4fe7-8928-4019d006684d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
5191 | 2024.08.14 22:33:57.855491 [ 3 ] {d400f927-45bb-4fe7-8928-4019d006684d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5192 | 2024.08.14 22:33:57.855817 [ 3 ] {d400f927-45bb-4fe7-8928-4019d006684d} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5193 | 2024.08.14 22:33:57.855853 [ 3 ] {d400f927-45bb-4fe7-8928-4019d006684d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5194 | 2024.08.14 22:33:57.856219 [ 3 ] {d400f927-45bb-4fe7-8928-4019d006684d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5195 | 2024.08.14 22:33:57.856573 [ 3 ] {d400f927-45bb-4fe7-8928-4019d006684d} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5196 | 2024.08.14 22:33:57.856728 [ 3 ] {d400f927-45bb-4fe7-8928-4019d006684d} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001506 sec., 51128.818061088976 rows/sec., 3.15 MiB/sec. | ||
5197 | 2024.08.14 22:33:57.856937 [ 3 ] {d400f927-45bb-4fe7-8928-4019d006684d} <Debug> DynamicQueryHandler: Done processing query | ||
5198 | 2024.08.14 22:33:57.856961 [ 3 ] {d400f927-45bb-4fe7-8928-4019d006684d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5199 | 2024.08.14 22:33:57.856977 [ 3 ] {} <Debug> HTTP-Session: 62412bde-9c49-416b-9148-ed274128844b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5200 | 2024.08.14 22:33:57.857140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5201 | 2024.08.14 22:33:57.857189 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5202 | 2024.08.14 22:33:57.857208 [ 3 ] {} <Debug> HTTP-Session: e306b8d0-b565-4d7e-bfc7-37da71539060 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5203 | 2024.08.14 22:33:57.857225 [ 3 ] {} <Debug> HTTP-Session: e306b8d0-b565-4d7e-bfc7-37da71539060 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5204 | 2024.08.14 22:33:57.857238 [ 3 ] {} <Debug> HTTP-Session: e306b8d0-b565-4d7e-bfc7-37da71539060 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5205 | 2024.08.14 22:33:57.857268 [ 3 ] {} <Trace> HTTP-Session: e306b8d0-b565-4d7e-bfc7-37da71539060 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5206 | 2024.08.14 22:33:57.857410 [ 3 ] {88dc7624-b1c6-4915-8f32-29bc72656bc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5207 | 2024.08.14 22:33:57.857455 [ 3 ] {88dc7624-b1c6-4915-8f32-29bc72656bc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5208 | 2024.08.14 22:33:57.857597 [ 3 ] {88dc7624-b1c6-4915-8f32-29bc72656bc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5209 | 2024.08.14 22:33:57.858119 [ 3 ] {88dc7624-b1c6-4915-8f32-29bc72656bc0} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5210 | 2024.08.14 22:33:57.858156 [ 3 ] {88dc7624-b1c6-4915-8f32-29bc72656bc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5211 | 2024.08.14 22:33:57.858522 [ 3 ] {88dc7624-b1c6-4915-8f32-29bc72656bc0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5212 | 2024.08.14 22:33:57.858856 [ 3 ] {88dc7624-b1c6-4915-8f32-29bc72656bc0} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5213 | 2024.08.14 22:33:57.859014 [ 3 ] {88dc7624-b1c6-4915-8f32-29bc72656bc0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001659 sec., 96443.64074743821 rows/sec., 6.72 MiB/sec. | ||
5214 | 2024.08.14 22:33:57.859182 [ 3 ] {88dc7624-b1c6-4915-8f32-29bc72656bc0} <Debug> DynamicQueryHandler: Done processing query | ||
5215 | 2024.08.14 22:33:57.859206 [ 3 ] {88dc7624-b1c6-4915-8f32-29bc72656bc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5216 | 2024.08.14 22:33:57.859221 [ 3 ] {} <Debug> HTTP-Session: e306b8d0-b565-4d7e-bfc7-37da71539060 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5217 | 2024.08.14 22:33:57.859335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5218 | 2024.08.14 22:33:57.859382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5219 | 2024.08.14 22:33:57.859400 [ 3 ] {} <Debug> HTTP-Session: cfb374ea-3c64-4feb-86ef-ac52561cb14e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5220 | 2024.08.14 22:33:57.859415 [ 3 ] {} <Debug> HTTP-Session: cfb374ea-3c64-4feb-86ef-ac52561cb14e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5221 | 2024.08.14 22:33:57.859428 [ 3 ] {} <Debug> HTTP-Session: cfb374ea-3c64-4feb-86ef-ac52561cb14e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5222 | 2024.08.14 22:33:57.859456 [ 3 ] {} <Trace> HTTP-Session: cfb374ea-3c64-4feb-86ef-ac52561cb14e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5223 | 2024.08.14 22:33:57.859622 [ 3 ] {996a4c0d-611a-4926-9fe3-63160e962c90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5224 | 2024.08.14 22:33:57.859681 [ 3 ] {996a4c0d-611a-4926-9fe3-63160e962c90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
5225 | 2024.08.14 22:33:57.860061 [ 3 ] {996a4c0d-611a-4926-9fe3-63160e962c90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5226 | 2024.08.14 22:33:57.860604 [ 3 ] {996a4c0d-611a-4926-9fe3-63160e962c90} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5227 | 2024.08.14 22:33:57.860640 [ 3 ] {996a4c0d-611a-4926-9fe3-63160e962c90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5228 | 2024.08.14 22:33:57.861194 [ 3 ] {996a4c0d-611a-4926-9fe3-63160e962c90} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5229 | 2024.08.14 22:33:57.861603 [ 3 ] {996a4c0d-611a-4926-9fe3-63160e962c90} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5230 | 2024.08.14 22:33:57.861769 [ 30 ] {} <Debug> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5231 | 2024.08.14 22:33:57.861797 [ 3 ] {996a4c0d-611a-4926-9fe3-63160e962c90} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002245 sec., 4899.77728285078 rows/sec., 8.78 MiB/sec. | ||
5232 | 2024.08.14 22:33:57.861862 [ 30 ] {} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5233 | 2024.08.14 22:33:57.861946 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5234 | 2024.08.14 22:33:57.862548 [ 3 ] {996a4c0d-611a-4926-9fe3-63160e962c90} <Debug> DynamicQueryHandler: Done processing query | ||
5235 | 2024.08.14 22:33:57.862600 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::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 | ||
5236 | 2024.08.14 22:33:57.862633 [ 3 ] {996a4c0d-611a-4926-9fe3-63160e962c90} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
5237 | 2024.08.14 22:33:57.862755 [ 3 ] {} <Debug> HTTP-Session: cfb374ea-3c64-4feb-86ef-ac52561cb14e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5238 | 2024.08.14 22:33:57.863013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5239 | 2024.08.14 22:33:57.863129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5240 | 2024.08.14 22:33:57.863192 [ 3 ] {} <Debug> HTTP-Session: 68507949-6d4d-44b5-ad52-81b14feed40c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5241 | 2024.08.14 22:33:57.863238 [ 3 ] {} <Debug> HTTP-Session: 68507949-6d4d-44b5-ad52-81b14feed40c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5242 | 2024.08.14 22:33:57.863292 [ 3 ] {} <Debug> HTTP-Session: 68507949-6d4d-44b5-ad52-81b14feed40c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5243 | 2024.08.14 22:33:57.863380 [ 3 ] {} <Trace> HTTP-Session: 68507949-6d4d-44b5-ad52-81b14feed40c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5244 | 2024.08.14 22:33:57.863682 [ 3 ] {e9569b37-01a9-4a68-bc58-fed47ff5cc34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
5245 | 2024.08.14 22:33:57.863705 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5246 | 2024.08.14 22:33:57.863777 [ 3 ] {e9569b37-01a9-4a68-bc58-fed47ff5cc34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
5247 | 2024.08.14 22:33:57.863914 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 283 rows starting from the beginning of the part | ||
5248 | 2024.08.14 22:33:57.864613 [ 3 ] {e9569b37-01a9-4a68-bc58-fed47ff5cc34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5249 | 2024.08.14 22:33:57.864788 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 11 rows starting from the beginning of the part | ||
5250 | 2024.08.14 22:33:57.865470 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 21 rows starting from the beginning of the part | ||
5251 | 2024.08.14 22:33:57.865654 [ 3 ] {e9569b37-01a9-4a68-bc58-fed47ff5cc34} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5252 | 2024.08.14 22:33:57.865718 [ 3 ] {e9569b37-01a9-4a68-bc58-fed47ff5cc34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5253 | 2024.08.14 22:33:57.866164 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 11 rows starting from the beginning of the part | ||
5254 | 2024.08.14 22:33:57.866828 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 21 rows starting from the beginning of the part | ||
5255 | 2024.08.14 22:33:57.867009 [ 3 ] {e9569b37-01a9-4a68-bc58-fed47ff5cc34} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5256 | 2024.08.14 22:33:57.867321 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 11 rows starting from the beginning of the part | ||
5257 | 2024.08.14 22:33:57.868189 [ 3 ] {e9569b37-01a9-4a68-bc58-fed47ff5cc34} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5258 | 2024.08.14 22:33:57.868695 [ 3 ] {e9569b37-01a9-4a68-bc58-fed47ff5cc34} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005122 sec., 4490.433424443577 rows/sec., 242.90 KiB/sec. | ||
5259 | 2024.08.14 22:33:57.869184 [ 3 ] {e9569b37-01a9-4a68-bc58-fed47ff5cc34} <Debug> DynamicQueryHandler: Done processing query | ||
5260 | 2024.08.14 22:33:57.869236 [ 3 ] {e9569b37-01a9-4a68-bc58-fed47ff5cc34} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5261 | 2024.08.14 22:33:57.869276 [ 3 ] {} <Debug> HTTP-Session: 68507949-6d4d-44b5-ad52-81b14feed40c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5262 | 2024.08.14 22:33:57.869475 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5263 | 2024.08.14 22:33:57.869582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5264 | 2024.08.14 22:33:57.869644 [ 3 ] {} <Debug> HTTP-Session: 9d774b4e-acaf-4b5f-ad0c-bfa136fdd392 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5265 | 2024.08.14 22:33:57.869678 [ 3 ] {} <Debug> HTTP-Session: 9d774b4e-acaf-4b5f-ad0c-bfa136fdd392 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5266 | 2024.08.14 22:33:57.869702 [ 3 ] {} <Debug> HTTP-Session: 9d774b4e-acaf-4b5f-ad0c-bfa136fdd392 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5267 | 2024.08.14 22:33:57.869774 [ 3 ] {} <Trace> HTTP-Session: 9d774b4e-acaf-4b5f-ad0c-bfa136fdd392 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5268 | 2024.08.14 22:33:57.869923 [ 3 ] {7acd1aa0-6c5f-4c17-8614-5f8d663dfa5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5269 | 2024.08.14 22:33:57.869988 [ 3 ] {7acd1aa0-6c5f-4c17-8614-5f8d663dfa5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5270 | 2024.08.14 22:33:57.870608 [ 3 ] {7acd1aa0-6c5f-4c17-8614-5f8d663dfa5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5271 | 2024.08.14 22:33:57.871539 [ 3 ] {7acd1aa0-6c5f-4c17-8614-5f8d663dfa5d} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5272 | 2024.08.14 22:33:57.871619 [ 3 ] {7acd1aa0-6c5f-4c17-8614-5f8d663dfa5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5273 | 2024.08.14 22:33:57.872649 [ 3 ] {7acd1aa0-6c5f-4c17-8614-5f8d663dfa5d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5274 | 2024.08.14 22:33:57.873645 [ 3 ] {7acd1aa0-6c5f-4c17-8614-5f8d663dfa5d} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5275 | 2024.08.14 22:33:57.874033 [ 3 ] {7acd1aa0-6c5f-4c17-8614-5f8d663dfa5d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004149 sec., 14461.315979754158 rows/sec., 997.98 KiB/sec. | ||
5276 | 2024.08.14 22:33:57.874435 [ 3 ] {7acd1aa0-6c5f-4c17-8614-5f8d663dfa5d} <Debug> DynamicQueryHandler: Done processing query | ||
5277 | 2024.08.14 22:33:57.874485 [ 3 ] {7acd1aa0-6c5f-4c17-8614-5f8d663dfa5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5278 | 2024.08.14 22:33:57.874502 [ 3 ] {} <Debug> HTTP-Session: 9d774b4e-acaf-4b5f-ad0c-bfa136fdd392 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5279 | 2024.08.14 22:33:57.875606 [ 197 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 358 rows, containing 19 columns (19 merged, 0 gathered) in 0.013511047 sec., 26496.836255547034 rows/sec., 47.48 MiB/sec. | ||
5280 | 2024.08.14 22:33:57.876020 [ 199 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5281 | 2024.08.14 22:33:57.876588 [ 199 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5282 | 2024.08.14 22:33:57.876668 [ 199 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5283 | 2024.08.14 22:33:57.876781 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.93 MiB. | ||
5284 | 2024.08.14 22:34:02.842967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5285 | 2024.08.14 22:34:02.843109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5286 | 2024.08.14 22:34:02.843137 [ 3 ] {} <Debug> HTTP-Session: 6462fefc-af95-4e0c-960e-191a2d4722cc Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5287 | 2024.08.14 22:34:02.843166 [ 3 ] {} <Debug> HTTP-Session: 6462fefc-af95-4e0c-960e-191a2d4722cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5288 | 2024.08.14 22:34:02.843184 [ 3 ] {} <Debug> HTTP-Session: 6462fefc-af95-4e0c-960e-191a2d4722cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5289 | 2024.08.14 22:34:02.843257 [ 3 ] {} <Trace> HTTP-Session: 6462fefc-af95-4e0c-960e-191a2d4722cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5290 | 2024.08.14 22:34:02.843446 [ 3 ] {4aa2ae1e-175f-4101-8c6d-b20956875ba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5291 | 2024.08.14 22:34:02.843511 [ 3 ] {4aa2ae1e-175f-4101-8c6d-b20956875ba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5292 | 2024.08.14 22:34:02.843698 [ 3 ] {4aa2ae1e-175f-4101-8c6d-b20956875ba5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5293 | 2024.08.14 22:34:02.844130 [ 3 ] {4aa2ae1e-175f-4101-8c6d-b20956875ba5} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5294 | 2024.08.14 22:34:02.844168 [ 3 ] {4aa2ae1e-175f-4101-8c6d-b20956875ba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5295 | 2024.08.14 22:34:02.844537 [ 3 ] {4aa2ae1e-175f-4101-8c6d-b20956875ba5} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5296 | 2024.08.14 22:34:02.844886 [ 3 ] {4aa2ae1e-175f-4101-8c6d-b20956875ba5} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5297 | 2024.08.14 22:34:02.845025 [ 3 ] {4aa2ae1e-175f-4101-8c6d-b20956875ba5} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001633 sec., 12859.767299448868 rows/sec., 1.02 MiB/sec. | ||
5298 | 2024.08.14 22:34:02.845215 [ 3 ] {4aa2ae1e-175f-4101-8c6d-b20956875ba5} <Debug> DynamicQueryHandler: Done processing query | ||
5299 | 2024.08.14 22:34:02.845241 [ 3 ] {4aa2ae1e-175f-4101-8c6d-b20956875ba5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5300 | 2024.08.14 22:34:02.845257 [ 3 ] {} <Debug> HTTP-Session: 6462fefc-af95-4e0c-960e-191a2d4722cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5301 | 2024.08.14 22:34:02.845390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5302 | 2024.08.14 22:34:02.845442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5303 | 2024.08.14 22:34:02.845462 [ 3 ] {} <Debug> HTTP-Session: a7da6118-4474-4f17-bcfe-a812b18a1c0d Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5304 | 2024.08.14 22:34:02.845478 [ 3 ] {} <Debug> HTTP-Session: a7da6118-4474-4f17-bcfe-a812b18a1c0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5305 | 2024.08.14 22:34:02.845492 [ 3 ] {} <Debug> HTTP-Session: a7da6118-4474-4f17-bcfe-a812b18a1c0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5306 | 2024.08.14 22:34:02.845523 [ 3 ] {} <Trace> HTTP-Session: a7da6118-4474-4f17-bcfe-a812b18a1c0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5307 | 2024.08.14 22:34:02.845649 [ 3 ] {d946922c-992e-4c50-85ab-ce5086a102f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5308 | 2024.08.14 22:34:02.845690 [ 3 ] {d946922c-992e-4c50-85ab-ce5086a102f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5309 | 2024.08.14 22:34:02.845815 [ 3 ] {d946922c-992e-4c50-85ab-ce5086a102f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5310 | 2024.08.14 22:34:02.846169 [ 3 ] {d946922c-992e-4c50-85ab-ce5086a102f8} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5311 | 2024.08.14 22:34:02.846206 [ 3 ] {d946922c-992e-4c50-85ab-ce5086a102f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5312 | 2024.08.14 22:34:02.846524 [ 3 ] {d946922c-992e-4c50-85ab-ce5086a102f8} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5313 | 2024.08.14 22:34:02.846835 [ 3 ] {d946922c-992e-4c50-85ab-ce5086a102f8} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5314 | 2024.08.14 22:34:02.846960 [ 3 ] {d946922c-992e-4c50-85ab-ce5086a102f8} <Debug> executeQuery: Read 119 rows, 10.08 KiB in 0.00136 sec., 87500 rows/sec., 7.24 MiB/sec. | ||
5315 | 2024.08.14 22:34:02.847215 [ 3 ] {d946922c-992e-4c50-85ab-ce5086a102f8} <Debug> DynamicQueryHandler: Done processing query | ||
5316 | 2024.08.14 22:34:02.847253 [ 3 ] {d946922c-992e-4c50-85ab-ce5086a102f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5317 | 2024.08.14 22:34:02.847285 [ 3 ] {} <Debug> HTTP-Session: a7da6118-4474-4f17-bcfe-a812b18a1c0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5318 | 2024.08.14 22:34:02.847414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5319 | 2024.08.14 22:34:02.847463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5320 | 2024.08.14 22:34:02.847483 [ 3 ] {} <Debug> HTTP-Session: 1395de6a-4096-4398-a506-643927241977 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5321 | 2024.08.14 22:34:02.847499 [ 3 ] {} <Debug> HTTP-Session: 1395de6a-4096-4398-a506-643927241977 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5322 | 2024.08.14 22:34:02.847513 [ 3 ] {} <Debug> HTTP-Session: 1395de6a-4096-4398-a506-643927241977 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5323 | 2024.08.14 22:34:02.847543 [ 3 ] {} <Trace> HTTP-Session: 1395de6a-4096-4398-a506-643927241977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5324 | 2024.08.14 22:34:02.847668 [ 3 ] {94987d0b-986b-4164-b095-a708c429c9ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5325 | 2024.08.14 22:34:02.847712 [ 3 ] {94987d0b-986b-4164-b095-a708c429c9ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5326 | 2024.08.14 22:34:02.847862 [ 3 ] {94987d0b-986b-4164-b095-a708c429c9ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5327 | 2024.08.14 22:34:02.848188 [ 3 ] {94987d0b-986b-4164-b095-a708c429c9ff} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5328 | 2024.08.14 22:34:02.848226 [ 3 ] {94987d0b-986b-4164-b095-a708c429c9ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5329 | 2024.08.14 22:34:02.848542 [ 3 ] {94987d0b-986b-4164-b095-a708c429c9ff} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5330 | 2024.08.14 22:34:02.848856 [ 3 ] {94987d0b-986b-4164-b095-a708c429c9ff} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5331 | 2024.08.14 22:34:02.848977 [ 3 ] {94987d0b-986b-4164-b095-a708c429c9ff} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001359 sec., 62545.98969830758 rows/sec., 4.88 MiB/sec. | ||
5332 | 2024.08.14 22:34:02.849138 [ 3 ] {94987d0b-986b-4164-b095-a708c429c9ff} <Debug> DynamicQueryHandler: Done processing query | ||
5333 | 2024.08.14 22:34:02.849162 [ 3 ] {94987d0b-986b-4164-b095-a708c429c9ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5334 | 2024.08.14 22:34:02.849177 [ 3 ] {} <Debug> HTTP-Session: 1395de6a-4096-4398-a506-643927241977 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5335 | 2024.08.14 22:34:02.849310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5336 | 2024.08.14 22:34:02.849358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5337 | 2024.08.14 22:34:02.849377 [ 3 ] {} <Debug> HTTP-Session: dbe2a5a1-8581-4aea-9548-5c680fa9a8dc Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5338 | 2024.08.14 22:34:02.849394 [ 3 ] {} <Debug> HTTP-Session: dbe2a5a1-8581-4aea-9548-5c680fa9a8dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5339 | 2024.08.14 22:34:02.849407 [ 3 ] {} <Debug> HTTP-Session: dbe2a5a1-8581-4aea-9548-5c680fa9a8dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5340 | 2024.08.14 22:34:02.849437 [ 3 ] {} <Trace> HTTP-Session: dbe2a5a1-8581-4aea-9548-5c680fa9a8dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5341 | 2024.08.14 22:34:02.849580 [ 3 ] {67206831-4fd3-40f1-b301-ef1cba6cb3c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5342 | 2024.08.14 22:34:02.849626 [ 3 ] {67206831-4fd3-40f1-b301-ef1cba6cb3c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5343 | 2024.08.14 22:34:02.849770 [ 3 ] {67206831-4fd3-40f1-b301-ef1cba6cb3c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5344 | 2024.08.14 22:34:02.850119 [ 3 ] {67206831-4fd3-40f1-b301-ef1cba6cb3c8} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5345 | 2024.08.14 22:34:02.850156 [ 3 ] {67206831-4fd3-40f1-b301-ef1cba6cb3c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5346 | 2024.08.14 22:34:02.850546 [ 3 ] {67206831-4fd3-40f1-b301-ef1cba6cb3c8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5347 | 2024.08.14 22:34:02.850893 [ 3 ] {67206831-4fd3-40f1-b301-ef1cba6cb3c8} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5348 | 2024.08.14 22:34:02.851018 [ 3 ] {67206831-4fd3-40f1-b301-ef1cba6cb3c8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001504 sec., 106382.97872340426 rows/sec., 7.41 MiB/sec. | ||
5349 | 2024.08.14 22:34:02.851170 [ 3 ] {67206831-4fd3-40f1-b301-ef1cba6cb3c8} <Debug> DynamicQueryHandler: Done processing query | ||
5350 | 2024.08.14 22:34:02.851192 [ 3 ] {67206831-4fd3-40f1-b301-ef1cba6cb3c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5351 | 2024.08.14 22:34:02.851210 [ 3 ] {} <Debug> HTTP-Session: dbe2a5a1-8581-4aea-9548-5c680fa9a8dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5352 | 2024.08.14 22:34:02.851343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5353 | 2024.08.14 22:34:02.851393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5354 | 2024.08.14 22:34:02.851412 [ 3 ] {} <Debug> HTTP-Session: 9df2f406-bade-4817-b553-57b7b56266b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5355 | 2024.08.14 22:34:02.851428 [ 3 ] {} <Debug> HTTP-Session: 9df2f406-bade-4817-b553-57b7b56266b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5356 | 2024.08.14 22:34:02.851442 [ 3 ] {} <Debug> HTTP-Session: 9df2f406-bade-4817-b553-57b7b56266b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5357 | 2024.08.14 22:34:02.851472 [ 3 ] {} <Trace> HTTP-Session: 9df2f406-bade-4817-b553-57b7b56266b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5358 | 2024.08.14 22:34:02.851731 [ 3 ] {5613d150-198a-4cd1-8716-9ef8249ec3ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5359 | 2024.08.14 22:34:02.851794 [ 3 ] {5613d150-198a-4cd1-8716-9ef8249ec3ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
5360 | 2024.08.14 22:34:02.852191 [ 3 ] {5613d150-198a-4cd1-8716-9ef8249ec3ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5361 | 2024.08.14 22:34:02.852723 [ 3 ] {5613d150-198a-4cd1-8716-9ef8249ec3ae} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5362 | 2024.08.14 22:34:02.852757 [ 3 ] {5613d150-198a-4cd1-8716-9ef8249ec3ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5363 | 2024.08.14 22:34:02.853346 [ 3 ] {5613d150-198a-4cd1-8716-9ef8249ec3ae} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5364 | 2024.08.14 22:34:02.853756 [ 3 ] {5613d150-198a-4cd1-8716-9ef8249ec3ae} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5365 | 2024.08.14 22:34:02.853903 [ 3 ] {5613d150-198a-4cd1-8716-9ef8249ec3ae} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002339 sec., 8978.195810175288 rows/sec., 16.09 MiB/sec. | ||
5366 | 2024.08.14 22:34:02.854453 [ 3 ] {5613d150-198a-4cd1-8716-9ef8249ec3ae} <Debug> DynamicQueryHandler: Done processing query | ||
5367 | 2024.08.14 22:34:02.854479 [ 3 ] {5613d150-198a-4cd1-8716-9ef8249ec3ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
5368 | 2024.08.14 22:34:02.854495 [ 3 ] {} <Debug> HTTP-Session: 9df2f406-bade-4817-b553-57b7b56266b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5369 | 2024.08.14 22:34:02.854608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5370 | 2024.08.14 22:34:02.854658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5371 | 2024.08.14 22:34:02.854676 [ 3 ] {} <Debug> HTTP-Session: 80727848-dbac-402d-b12a-387f0cd2faf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5372 | 2024.08.14 22:34:02.854694 [ 3 ] {} <Debug> HTTP-Session: 80727848-dbac-402d-b12a-387f0cd2faf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5373 | 2024.08.14 22:34:02.854708 [ 3 ] {} <Debug> HTTP-Session: 80727848-dbac-402d-b12a-387f0cd2faf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5374 | 2024.08.14 22:34:02.854738 [ 3 ] {} <Trace> HTTP-Session: 80727848-dbac-402d-b12a-387f0cd2faf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5375 | 2024.08.14 22:34:02.854850 [ 3 ] {26a880c9-dfe1-4850-b854-b8871ec32b97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5376 | 2024.08.14 22:34:02.854895 [ 3 ] {26a880c9-dfe1-4850-b854-b8871ec32b97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5377 | 2024.08.14 22:34:02.855047 [ 3 ] {26a880c9-dfe1-4850-b854-b8871ec32b97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5378 | 2024.08.14 22:34:02.855309 [ 3 ] {26a880c9-dfe1-4850-b854-b8871ec32b97} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5379 | 2024.08.14 22:34:02.855346 [ 3 ] {26a880c9-dfe1-4850-b854-b8871ec32b97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5380 | 2024.08.14 22:34:02.855714 [ 3 ] {26a880c9-dfe1-4850-b854-b8871ec32b97} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5381 | 2024.08.14 22:34:02.856039 [ 3 ] {26a880c9-dfe1-4850-b854-b8871ec32b97} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5382 | 2024.08.14 22:34:02.856164 [ 3 ] {26a880c9-dfe1-4850-b854-b8871ec32b97} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001352 sec., 44378.69822485207 rows/sec., 2.99 MiB/sec. | ||
5383 | 2024.08.14 22:34:02.856311 [ 3 ] {26a880c9-dfe1-4850-b854-b8871ec32b97} <Debug> DynamicQueryHandler: Done processing query | ||
5384 | 2024.08.14 22:34:02.856335 [ 3 ] {26a880c9-dfe1-4850-b854-b8871ec32b97} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5385 | 2024.08.14 22:34:02.856350 [ 3 ] {} <Debug> HTTP-Session: 80727848-dbac-402d-b12a-387f0cd2faf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5386 | 2024.08.14 22:34:07.675952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5387 | 2024.08.14 22:34:07.676089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5388 | 2024.08.14 22:34:07.676119 [ 3 ] {} <Debug> HTTP-Session: e84289d5-9905-4c7b-ba88-dcfde95a8aa4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5389 | 2024.08.14 22:34:07.676146 [ 3 ] {} <Debug> HTTP-Session: e84289d5-9905-4c7b-ba88-dcfde95a8aa4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5390 | 2024.08.14 22:34:07.676164 [ 3 ] {} <Debug> HTTP-Session: e84289d5-9905-4c7b-ba88-dcfde95a8aa4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5391 | 2024.08.14 22:34:07.676220 [ 3 ] {} <Trace> HTTP-Session: e84289d5-9905-4c7b-ba88-dcfde95a8aa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5392 | 2024.08.14 22:34:07.676419 [ 3 ] {8a66bee5-6c08-408d-a22b-b300cf3c5f56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5393 | 2024.08.14 22:34:07.676488 [ 3 ] {8a66bee5-6c08-408d-a22b-b300cf3c5f56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5394 | 2024.08.14 22:34:07.676675 [ 3 ] {8a66bee5-6c08-408d-a22b-b300cf3c5f56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5395 | 2024.08.14 22:34:07.677092 [ 3 ] {8a66bee5-6c08-408d-a22b-b300cf3c5f56} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5396 | 2024.08.14 22:34:07.677133 [ 3 ] {8a66bee5-6c08-408d-a22b-b300cf3c5f56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5397 | 2024.08.14 22:34:07.677500 [ 3 ] {8a66bee5-6c08-408d-a22b-b300cf3c5f56} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5398 | 2024.08.14 22:34:07.677844 [ 3 ] {8a66bee5-6c08-408d-a22b-b300cf3c5f56} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5399 | 2024.08.14 22:34:07.678019 [ 3 ] {8a66bee5-6c08-408d-a22b-b300cf3c5f56} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001651 sec., 10296.78982434888 rows/sec., 745.88 KiB/sec. | ||
5400 | 2024.08.14 22:34:07.678367 [ 3 ] {8a66bee5-6c08-408d-a22b-b300cf3c5f56} <Debug> DynamicQueryHandler: Done processing query | ||
5401 | 2024.08.14 22:34:07.678393 [ 3 ] {8a66bee5-6c08-408d-a22b-b300cf3c5f56} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5402 | 2024.08.14 22:34:07.678410 [ 3 ] {} <Debug> HTTP-Session: e84289d5-9905-4c7b-ba88-dcfde95a8aa4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5403 | 2024.08.14 22:34:07.678658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 194759, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5404 | 2024.08.14 22:34:07.678711 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5405 | 2024.08.14 22:34:07.678731 [ 3 ] {} <Debug> HTTP-Session: 9ea78005-f59c-496a-9a3b-ec886122d368 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5406 | 2024.08.14 22:34:07.678748 [ 3 ] {} <Debug> HTTP-Session: 9ea78005-f59c-496a-9a3b-ec886122d368 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5407 | 2024.08.14 22:34:07.678762 [ 3 ] {} <Debug> HTTP-Session: 9ea78005-f59c-496a-9a3b-ec886122d368 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5408 | 2024.08.14 22:34:07.678794 [ 3 ] {} <Trace> HTTP-Session: 9ea78005-f59c-496a-9a3b-ec886122d368 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5409 | 2024.08.14 22:34:07.679519 [ 3 ] {81819984-dcb8-4b92-a5ee-10d839447db4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5410 | 2024.08.14 22:34:07.679570 [ 3 ] {81819984-dcb8-4b92-a5ee-10d839447db4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5411 | 2024.08.14 22:34:07.679718 [ 3 ] {81819984-dcb8-4b92-a5ee-10d839447db4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5412 | 2024.08.14 22:34:07.680824 [ 3 ] {81819984-dcb8-4b92-a5ee-10d839447db4} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5413 | 2024.08.14 22:34:07.680861 [ 3 ] {81819984-dcb8-4b92-a5ee-10d839447db4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5414 | 2024.08.14 22:34:07.681254 [ 3 ] {81819984-dcb8-4b92-a5ee-10d839447db4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5415 | 2024.08.14 22:34:07.681576 [ 3 ] {81819984-dcb8-4b92-a5ee-10d839447db4} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5416 | 2024.08.14 22:34:07.681735 [ 3 ] {81819984-dcb8-4b92-a5ee-10d839447db4} <Debug> executeQuery: Read 1334 rows, 114.11 KiB in 0.002771 sec., 481414.6517502707 rows/sec., 40.21 MiB/sec. | ||
5417 | 2024.08.14 22:34:07.681891 [ 3 ] {81819984-dcb8-4b92-a5ee-10d839447db4} <Debug> DynamicQueryHandler: Done processing query | ||
5418 | 2024.08.14 22:34:07.681915 [ 3 ] {81819984-dcb8-4b92-a5ee-10d839447db4} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
5419 | 2024.08.14 22:34:07.681931 [ 3 ] {} <Debug> HTTP-Session: 9ea78005-f59c-496a-9a3b-ec886122d368 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5420 | 2024.08.14 22:34:07.682148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5421 | 2024.08.14 22:34:07.682198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5422 | 2024.08.14 22:34:07.682217 [ 3 ] {} <Debug> HTTP-Session: f9cca0f3-b7e7-4f0a-b947-c248ac0bef7c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5423 | 2024.08.14 22:34:07.682234 [ 3 ] {} <Debug> HTTP-Session: f9cca0f3-b7e7-4f0a-b947-c248ac0bef7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5424 | 2024.08.14 22:34:07.682248 [ 3 ] {} <Debug> HTTP-Session: f9cca0f3-b7e7-4f0a-b947-c248ac0bef7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5425 | 2024.08.14 22:34:07.682280 [ 3 ] {} <Trace> HTTP-Session: f9cca0f3-b7e7-4f0a-b947-c248ac0bef7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5426 | 2024.08.14 22:34:07.682421 [ 3 ] {7e3cccb4-3f7a-4fce-97e7-2b3a5028fd27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5427 | 2024.08.14 22:34:07.682465 [ 3 ] {7e3cccb4-3f7a-4fce-97e7-2b3a5028fd27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5428 | 2024.08.14 22:34:07.682590 [ 3 ] {7e3cccb4-3f7a-4fce-97e7-2b3a5028fd27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5429 | 2024.08.14 22:34:07.683003 [ 3 ] {7e3cccb4-3f7a-4fce-97e7-2b3a5028fd27} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5430 | 2024.08.14 22:34:07.683040 [ 3 ] {7e3cccb4-3f7a-4fce-97e7-2b3a5028fd27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5431 | 2024.08.14 22:34:07.683362 [ 3 ] {7e3cccb4-3f7a-4fce-97e7-2b3a5028fd27} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
5432 | 2024.08.14 22:34:07.683664 [ 3 ] {7e3cccb4-3f7a-4fce-97e7-2b3a5028fd27} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5433 | 2024.08.14 22:34:07.683818 [ 3 ] {7e3cccb4-3f7a-4fce-97e7-2b3a5028fd27} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001458 sec., 156378.60082304527 rows/sec., 10.59 MiB/sec. | ||
5434 | 2024.08.14 22:34:07.684006 [ 3 ] {7e3cccb4-3f7a-4fce-97e7-2b3a5028fd27} <Debug> DynamicQueryHandler: Done processing query | ||
5435 | 2024.08.14 22:34:07.684030 [ 3 ] {7e3cccb4-3f7a-4fce-97e7-2b3a5028fd27} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5436 | 2024.08.14 22:34:07.684046 [ 3 ] {} <Debug> HTTP-Session: f9cca0f3-b7e7-4f0a-b947-c248ac0bef7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5437 | 2024.08.14 22:34:07.684527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 138362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5438 | 2024.08.14 22:34:07.684579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5439 | 2024.08.14 22:34:07.684599 [ 3 ] {} <Debug> HTTP-Session: 233635b5-c663-42b6-92f7-e38d274b8427 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5440 | 2024.08.14 22:34:07.684615 [ 3 ] {} <Debug> HTTP-Session: 233635b5-c663-42b6-92f7-e38d274b8427 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5441 | 2024.08.14 22:34:07.684629 [ 3 ] {} <Debug> HTTP-Session: 233635b5-c663-42b6-92f7-e38d274b8427 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5442 | 2024.08.14 22:34:07.684660 [ 3 ] {} <Trace> HTTP-Session: 233635b5-c663-42b6-92f7-e38d274b8427 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5443 | 2024.08.14 22:34:07.684973 [ 3 ] {0dab0966-e342-4692-a3fc-46de24e1313c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5444 | 2024.08.14 22:34:07.685016 [ 3 ] {0dab0966-e342-4692-a3fc-46de24e1313c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5445 | 2024.08.14 22:34:07.685143 [ 3 ] {0dab0966-e342-4692-a3fc-46de24e1313c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5446 | 2024.08.14 22:34:07.685928 [ 3 ] {0dab0966-e342-4692-a3fc-46de24e1313c} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5447 | 2024.08.14 22:34:07.685965 [ 3 ] {0dab0966-e342-4692-a3fc-46de24e1313c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5448 | 2024.08.14 22:34:07.686314 [ 3 ] {0dab0966-e342-4692-a3fc-46de24e1313c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5449 | 2024.08.14 22:34:07.686619 [ 3 ] {0dab0966-e342-4692-a3fc-46de24e1313c} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5450 | 2024.08.14 22:34:07.686780 [ 3 ] {0dab0966-e342-4692-a3fc-46de24e1313c} <Debug> executeQuery: Read 849 rows, 62.64 KiB in 0.001978 sec., 429221.435793731 rows/sec., 30.93 MiB/sec. | ||
5451 | 2024.08.14 22:34:07.686934 [ 3 ] {0dab0966-e342-4692-a3fc-46de24e1313c} <Debug> DynamicQueryHandler: Done processing query | ||
5452 | 2024.08.14 22:34:07.686958 [ 3 ] {0dab0966-e342-4692-a3fc-46de24e1313c} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
5453 | 2024.08.14 22:34:07.686973 [ 3 ] {} <Debug> HTTP-Session: 233635b5-c663-42b6-92f7-e38d274b8427 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5454 | 2024.08.14 22:34:07.687125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5455 | 2024.08.14 22:34:07.687173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5456 | 2024.08.14 22:34:07.687191 [ 3 ] {} <Debug> HTTP-Session: 29b6b2f8-1524-436d-a91c-e3b6ec68e773 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5457 | 2024.08.14 22:34:07.687209 [ 3 ] {} <Debug> HTTP-Session: 29b6b2f8-1524-436d-a91c-e3b6ec68e773 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5458 | 2024.08.14 22:34:07.687222 [ 3 ] {} <Debug> HTTP-Session: 29b6b2f8-1524-436d-a91c-e3b6ec68e773 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5459 | 2024.08.14 22:34:07.687253 [ 3 ] {} <Trace> HTTP-Session: 29b6b2f8-1524-436d-a91c-e3b6ec68e773 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5460 | 2024.08.14 22:34:07.687348 [ 3 ] {f4545653-6441-4905-a101-9771dab0b82f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5461 | 2024.08.14 22:34:07.687391 [ 3 ] {f4545653-6441-4905-a101-9771dab0b82f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5462 | 2024.08.14 22:34:07.687519 [ 3 ] {f4545653-6441-4905-a101-9771dab0b82f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5463 | 2024.08.14 22:34:07.687823 [ 3 ] {f4545653-6441-4905-a101-9771dab0b82f} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5464 | 2024.08.14 22:34:07.687859 [ 3 ] {f4545653-6441-4905-a101-9771dab0b82f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5465 | 2024.08.14 22:34:07.688207 [ 3 ] {f4545653-6441-4905-a101-9771dab0b82f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5466 | 2024.08.14 22:34:07.688524 [ 3 ] {f4545653-6441-4905-a101-9771dab0b82f} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5467 | 2024.08.14 22:34:07.688676 [ 3 ] {f4545653-6441-4905-a101-9771dab0b82f} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001345 sec., 4460.966542750929 rows/sec., 191.68 KiB/sec. | ||
5468 | 2024.08.14 22:34:07.688966 [ 3 ] {f4545653-6441-4905-a101-9771dab0b82f} <Debug> DynamicQueryHandler: Done processing query | ||
5469 | 2024.08.14 22:34:07.689014 [ 3 ] {f4545653-6441-4905-a101-9771dab0b82f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5470 | 2024.08.14 22:34:07.689047 [ 3 ] {} <Debug> HTTP-Session: 29b6b2f8-1524-436d-a91c-e3b6ec68e773 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5471 | 2024.08.14 22:34:07.689259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5472 | 2024.08.14 22:34:07.689311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5473 | 2024.08.14 22:34:07.689330 [ 3 ] {} <Debug> HTTP-Session: 1ddd79e1-2e37-47a9-a08f-1078300c4451 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5474 | 2024.08.14 22:34:07.689346 [ 3 ] {} <Debug> HTTP-Session: 1ddd79e1-2e37-47a9-a08f-1078300c4451 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5475 | 2024.08.14 22:34:07.689360 [ 3 ] {} <Debug> HTTP-Session: 1ddd79e1-2e37-47a9-a08f-1078300c4451 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5476 | 2024.08.14 22:34:07.689391 [ 3 ] {} <Trace> HTTP-Session: 1ddd79e1-2e37-47a9-a08f-1078300c4451 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5477 | 2024.08.14 22:34:07.689510 [ 3 ] {f97ae7b3-840f-40ed-ab2e-c31c9ae0ad0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
5478 | 2024.08.14 22:34:07.689557 [ 3 ] {f97ae7b3-840f-40ed-ab2e-c31c9ae0ad0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
5479 | 2024.08.14 22:34:07.689721 [ 3 ] {f97ae7b3-840f-40ed-ab2e-c31c9ae0ad0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5480 | 2024.08.14 22:34:07.690024 [ 3 ] {f97ae7b3-840f-40ed-ab2e-c31c9ae0ad0d} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5481 | 2024.08.14 22:34:07.690060 [ 3 ] {f97ae7b3-840f-40ed-ab2e-c31c9ae0ad0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5482 | 2024.08.14 22:34:07.690414 [ 3 ] {f97ae7b3-840f-40ed-ab2e-c31c9ae0ad0d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5483 | 2024.08.14 22:34:07.690756 [ 3 ] {f97ae7b3-840f-40ed-ab2e-c31c9ae0ad0d} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5484 | 2024.08.14 22:34:07.690912 [ 3 ] {f97ae7b3-840f-40ed-ab2e-c31c9ae0ad0d} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001441 sec., 53435.114503816796 rows/sec., 3.29 MiB/sec. | ||
5485 | 2024.08.14 22:34:07.691065 [ 3 ] {f97ae7b3-840f-40ed-ab2e-c31c9ae0ad0d} <Debug> DynamicQueryHandler: Done processing query | ||
5486 | 2024.08.14 22:34:07.691089 [ 3 ] {f97ae7b3-840f-40ed-ab2e-c31c9ae0ad0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5487 | 2024.08.14 22:34:07.691104 [ 3 ] {} <Debug> HTTP-Session: 1ddd79e1-2e37-47a9-a08f-1078300c4451 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5488 | 2024.08.14 22:34:07.691309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 160240, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5489 | 2024.08.14 22:34:07.691356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5490 | 2024.08.14 22:34:07.691376 [ 3 ] {} <Debug> HTTP-Session: 293ecb5e-7c87-493e-92bc-a182dd106548 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5491 | 2024.08.14 22:34:07.691393 [ 3 ] {} <Debug> HTTP-Session: 293ecb5e-7c87-493e-92bc-a182dd106548 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5492 | 2024.08.14 22:34:07.691408 [ 3 ] {} <Debug> HTTP-Session: 293ecb5e-7c87-493e-92bc-a182dd106548 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5493 | 2024.08.14 22:34:07.691444 [ 3 ] {} <Trace> HTTP-Session: 293ecb5e-7c87-493e-92bc-a182dd106548 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5494 | 2024.08.14 22:34:07.691861 [ 3 ] {92ad6cdf-acdf-48f7-82c2-015f976122e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5495 | 2024.08.14 22:34:07.691908 [ 3 ] {92ad6cdf-acdf-48f7-82c2-015f976122e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5496 | 2024.08.14 22:34:07.692049 [ 3 ] {92ad6cdf-acdf-48f7-82c2-015f976122e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5497 | 2024.08.14 22:34:07.692794 [ 3 ] {92ad6cdf-acdf-48f7-82c2-015f976122e3} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5498 | 2024.08.14 22:34:07.692829 [ 3 ] {92ad6cdf-acdf-48f7-82c2-015f976122e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5499 | 2024.08.14 22:34:07.693231 [ 3 ] {92ad6cdf-acdf-48f7-82c2-015f976122e3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5500 | 2024.08.14 22:34:07.693558 [ 3 ] {92ad6cdf-acdf-48f7-82c2-015f976122e3} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5501 | 2024.08.14 22:34:07.693718 [ 3 ] {92ad6cdf-acdf-48f7-82c2-015f976122e3} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.002109 sec., 400189.66334755806 rows/sec., 26.93 MiB/sec. | ||
5502 | 2024.08.14 22:34:07.693717 [ 54 ] {} <Debug> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5503 | 2024.08.14 22:34:07.693835 [ 54 ] {} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5504 | 2024.08.14 22:34:07.693877 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5505 | 2024.08.14 22:34:07.693965 [ 3 ] {92ad6cdf-acdf-48f7-82c2-015f976122e3} <Debug> DynamicQueryHandler: Done processing query | ||
5506 | 2024.08.14 22:34:07.694028 [ 3 ] {92ad6cdf-acdf-48f7-82c2-015f976122e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
5507 | 2024.08.14 22:34:07.694078 [ 3 ] {} <Debug> HTTP-Session: 293ecb5e-7c87-493e-92bc-a182dd106548 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5508 | 2024.08.14 22:34:07.694122 [ 188 ] {d127de5d-82c0-4259-80d1-97db5b726b22::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 | ||
5509 | 2024.08.14 22:34:07.694268 [ 188 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5510 | 2024.08.14 22:34:07.694299 [ 188 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5890 rows starting from the beginning of the part | ||
5511 | 2024.08.14 22:34:07.694365 [ 188 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
5512 | 2024.08.14 22:34:07.694663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5513 | 2024.08.14 22:34:07.694678 [ 188 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 161 rows starting from the beginning of the part | ||
5514 | 2024.08.14 22:34:07.694919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5515 | 2024.08.14 22:34:07.695080 [ 3 ] {} <Debug> HTTP-Session: a79bc145-273b-4389-99a2-8e88a934d114 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5516 | 2024.08.14 22:34:07.695126 [ 188 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
5517 | 2024.08.14 22:34:07.695134 [ 3 ] {} <Debug> HTTP-Session: a79bc145-273b-4389-99a2-8e88a934d114 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5518 | 2024.08.14 22:34:07.695166 [ 3 ] {} <Debug> HTTP-Session: a79bc145-273b-4389-99a2-8e88a934d114 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5519 | 2024.08.14 22:34:07.695246 [ 3 ] {} <Trace> HTTP-Session: a79bc145-273b-4389-99a2-8e88a934d114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5520 | 2024.08.14 22:34:07.695261 [ 188 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
5521 | 2024.08.14 22:34:07.695404 [ 188 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 844 rows starting from the beginning of the part | ||
5522 | 2024.08.14 22:34:07.695561 [ 3 ] {ee66f3bc-dbe3-43f4-89c3-f13f15d424f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5523 | 2024.08.14 22:34:07.695694 [ 3 ] {ee66f3bc-dbe3-43f4-89c3-f13f15d424f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
5524 | 2024.08.14 22:34:07.696369 [ 3 ] {ee66f3bc-dbe3-43f4-89c3-f13f15d424f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5525 | 2024.08.14 22:34:07.697194 [ 3 ] {ee66f3bc-dbe3-43f4-89c3-f13f15d424f7} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5526 | 2024.08.14 22:34:07.697288 [ 3 ] {ee66f3bc-dbe3-43f4-89c3-f13f15d424f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5527 | 2024.08.14 22:34:07.698220 [ 3 ] {ee66f3bc-dbe3-43f4-89c3-f13f15d424f7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5528 | 2024.08.14 22:34:07.698710 [ 3 ] {ee66f3bc-dbe3-43f4-89c3-f13f15d424f7} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5529 | 2024.08.14 22:34:07.698901 [ 3 ] {ee66f3bc-dbe3-43f4-89c3-f13f15d424f7} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.003509 sec., 3134.796238244514 rows/sec., 5.62 MiB/sec. | ||
5530 | 2024.08.14 22:34:07.699300 [ 188 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7375 rows, containing 5 columns (5 merged, 0 gathered) in 0.005322408 sec., 1385651.0060859672 rows/sec., 93.96 MiB/sec. | ||
5531 | 2024.08.14 22:34:07.699390 [ 3 ] {ee66f3bc-dbe3-43f4-89c3-f13f15d424f7} <Debug> DynamicQueryHandler: Done processing query | ||
5532 | 2024.08.14 22:34:07.699415 [ 3 ] {ee66f3bc-dbe3-43f4-89c3-f13f15d424f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
5533 | 2024.08.14 22:34:07.699431 [ 3 ] {} <Debug> HTTP-Session: a79bc145-273b-4389-99a2-8e88a934d114 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5534 | 2024.08.14 22:34:07.699555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5535 | 2024.08.14 22:34:07.699609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5536 | 2024.08.14 22:34:07.699632 [ 3 ] {} <Debug> HTTP-Session: a6428c71-6356-40e5-a0af-da66cb6fa4da Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5537 | 2024.08.14 22:34:07.699650 [ 3 ] {} <Debug> HTTP-Session: a6428c71-6356-40e5-a0af-da66cb6fa4da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5538 | 2024.08.14 22:34:07.699666 [ 3 ] {} <Debug> HTTP-Session: a6428c71-6356-40e5-a0af-da66cb6fa4da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5539 | 2024.08.14 22:34:07.699677 [ 188 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5540 | 2024.08.14 22:34:07.699702 [ 3 ] {} <Trace> HTTP-Session: a6428c71-6356-40e5-a0af-da66cb6fa4da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5541 | 2024.08.14 22:34:07.699819 [ 3 ] {de2665db-c472-413e-8b6a-9b90727c86ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
5542 | 2024.08.14 22:34:07.699878 [ 3 ] {de2665db-c472-413e-8b6a-9b90727c86ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
5543 | 2024.08.14 22:34:07.700165 [ 3 ] {de2665db-c472-413e-8b6a-9b90727c86ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5544 | 2024.08.14 22:34:07.700270 [ 188 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5545 | 2024.08.14 22:34:07.700368 [ 188 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5546 | 2024.08.14 22:34:07.700516 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB. | ||
5547 | 2024.08.14 22:34:07.700600 [ 3 ] {de2665db-c472-413e-8b6a-9b90727c86ce} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5548 | 2024.08.14 22:34:07.700636 [ 3 ] {de2665db-c472-413e-8b6a-9b90727c86ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5549 | 2024.08.14 22:34:07.700983 [ 3 ] {de2665db-c472-413e-8b6a-9b90727c86ce} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5550 | 2024.08.14 22:34:07.701308 [ 3 ] {de2665db-c472-413e-8b6a-9b90727c86ce} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5551 | 2024.08.14 22:34:07.701467 [ 3 ] {de2665db-c472-413e-8b6a-9b90727c86ce} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001667 sec., 13797.240551889621 rows/sec., 746.34 KiB/sec. | ||
5552 | 2024.08.14 22:34:07.701468 [ 54 ] {} <Debug> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
5553 | 2024.08.14 22:34:07.701562 [ 54 ] {} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5554 | 2024.08.14 22:34:07.701596 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5555 | 2024.08.14 22:34:07.701750 [ 3 ] {de2665db-c472-413e-8b6a-9b90727c86ce} <Debug> DynamicQueryHandler: Done processing query | ||
5556 | 2024.08.14 22:34:07.701788 [ 197 ] {4180da31-a909-4070-bdf9-4242cb91783a::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 | ||
5557 | 2024.08.14 22:34:07.701802 [ 3 ] {de2665db-c472-413e-8b6a-9b90727c86ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5558 | 2024.08.14 22:34:07.701885 [ 3 ] {} <Debug> HTTP-Session: a6428c71-6356-40e5-a0af-da66cb6fa4da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5559 | 2024.08.14 22:34:07.702018 [ 197 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5560 | 2024.08.14 22:34:07.702069 [ 197 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 142 rows starting from the beginning of the part | ||
5561 | 2024.08.14 22:34:07.702094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5562 | 2024.08.14 22:34:07.702224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5563 | 2024.08.14 22:34:07.702318 [ 3 ] {} <Debug> HTTP-Session: 39eba4b5-9307-480c-96aa-f04aadcab92f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5564 | 2024.08.14 22:34:07.702357 [ 197 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 23 rows starting from the beginning of the part | ||
5565 | 2024.08.14 22:34:07.702375 [ 3 ] {} <Debug> HTTP-Session: 39eba4b5-9307-480c-96aa-f04aadcab92f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5566 | 2024.08.14 22:34:07.702426 [ 3 ] {} <Debug> HTTP-Session: 39eba4b5-9307-480c-96aa-f04aadcab92f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5567 | 2024.08.14 22:34:07.702602 [ 197 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 23 rows starting from the beginning of the part | ||
5568 | 2024.08.14 22:34:07.702616 [ 3 ] {} <Trace> HTTP-Session: 39eba4b5-9307-480c-96aa-f04aadcab92f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5569 | 2024.08.14 22:34:07.702853 [ 197 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 23 rows starting from the beginning of the part | ||
5570 | 2024.08.14 22:34:07.703100 [ 197 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 23 rows starting from the beginning of the part | ||
5571 | 2024.08.14 22:34:07.703130 [ 3 ] {68f48225-3200-4f93-9dab-1215852807e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5572 | 2024.08.14 22:34:07.703368 [ 197 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 23 rows starting from the beginning of the part | ||
5573 | 2024.08.14 22:34:07.703492 [ 3 ] {68f48225-3200-4f93-9dab-1215852807e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5574 | 2024.08.14 22:34:07.704172 [ 3 ] {68f48225-3200-4f93-9dab-1215852807e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5575 | 2024.08.14 22:34:07.704932 [ 3 ] {68f48225-3200-4f93-9dab-1215852807e8} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5576 | 2024.08.14 22:34:07.704993 [ 3 ] {68f48225-3200-4f93-9dab-1215852807e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5577 | 2024.08.14 22:34:07.706045 [ 3 ] {68f48225-3200-4f93-9dab-1215852807e8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5578 | 2024.08.14 22:34:07.706246 [ 188 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 257 rows, containing 4 columns (4 merged, 0 gathered) in 0.004555006 sec., 56421.44049865137 rows/sec., 3.09 MiB/sec. | ||
5579 | 2024.08.14 22:34:07.706428 [ 188 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
5580 | 2024.08.14 22:34:07.706567 [ 3 ] {68f48225-3200-4f93-9dab-1215852807e8} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5581 | 2024.08.14 22:34:07.706816 [ 54 ] {} <Debug> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5582 | 2024.08.14 22:34:07.706862 [ 3 ] {68f48225-3200-4f93-9dab-1215852807e8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003986 sec., 15052.684395383843 rows/sec., 1.01 MiB/sec. | ||
5583 | 2024.08.14 22:34:07.706910 [ 54 ] {} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5584 | 2024.08.14 22:34:07.707048 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5585 | 2024.08.14 22:34:07.707354 [ 3 ] {68f48225-3200-4f93-9dab-1215852807e8} <Debug> DynamicQueryHandler: Done processing query | ||
5586 | 2024.08.14 22:34:07.707368 [ 188 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_11_2} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5587 | 2024.08.14 22:34:07.707441 [ 3 ] {68f48225-3200-4f93-9dab-1215852807e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5588 | 2024.08.14 22:34:07.707514 [ 3 ] {} <Debug> HTTP-Session: 39eba4b5-9307-480c-96aa-f04aadcab92f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5589 | 2024.08.14 22:34:07.707540 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
5590 | 2024.08.14 22:34:07.707611 [ 188 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_11_2} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
5591 | 2024.08.14 22:34:07.707785 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
5592 | 2024.08.14 22:34:07.707855 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5593 | 2024.08.14 22:34:07.707894 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 706 rows starting from the beginning of the part | ||
5594 | 2024.08.14 22:34:07.707974 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
5595 | 2024.08.14 22:34:07.708097 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
5596 | 2024.08.14 22:34:07.708270 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
5597 | 2024.08.14 22:34:07.708354 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
5598 | 2024.08.14 22:34:07.708467 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
5599 | 2024.08.14 22:34:07.709645 [ 193 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1006 rows, containing 4 columns (4 merged, 0 gathered) in 0.002410355 sec., 417365.90668179584 rows/sec., 28.04 MiB/sec. | ||
5600 | 2024.08.14 22:34:07.709827 [ 188 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5601 | 2024.08.14 22:34:07.710215 [ 188 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_21_4} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5602 | 2024.08.14 22:34:07.710291 [ 188 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_21_4} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5603 | 2024.08.14 22:34:07.710372 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
5604 | 2024.08.14 22:34:11.083688 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5605 | 2024.08.14 22:34:11.083784 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5606 | 2024.08.14 22:34:12.843133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5607 | 2024.08.14 22:34:12.843253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5608 | 2024.08.14 22:34:12.843280 [ 3 ] {} <Debug> HTTP-Session: e758711b-5d75-4dac-9ca5-d83b6b6b2d3f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5609 | 2024.08.14 22:34:12.843306 [ 3 ] {} <Debug> HTTP-Session: e758711b-5d75-4dac-9ca5-d83b6b6b2d3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5610 | 2024.08.14 22:34:12.843324 [ 3 ] {} <Debug> HTTP-Session: e758711b-5d75-4dac-9ca5-d83b6b6b2d3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5611 | 2024.08.14 22:34:12.843381 [ 3 ] {} <Trace> HTTP-Session: e758711b-5d75-4dac-9ca5-d83b6b6b2d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5612 | 2024.08.14 22:34:12.843580 [ 3 ] {81ea3a36-5fd5-4111-8370-8af02ddf2b21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5613 | 2024.08.14 22:34:12.843649 [ 3 ] {81ea3a36-5fd5-4111-8370-8af02ddf2b21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5614 | 2024.08.14 22:34:12.843834 [ 3 ] {81ea3a36-5fd5-4111-8370-8af02ddf2b21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5615 | 2024.08.14 22:34:12.844245 [ 3 ] {81ea3a36-5fd5-4111-8370-8af02ddf2b21} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5616 | 2024.08.14 22:34:12.844282 [ 3 ] {81ea3a36-5fd5-4111-8370-8af02ddf2b21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5617 | 2024.08.14 22:34:12.844637 [ 3 ] {81ea3a36-5fd5-4111-8370-8af02ddf2b21} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5618 | 2024.08.14 22:34:12.844966 [ 3 ] {81ea3a36-5fd5-4111-8370-8af02ddf2b21} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5619 | 2024.08.14 22:34:12.845109 [ 3 ] {81ea3a36-5fd5-4111-8370-8af02ddf2b21} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001592 sec., 13190.954773869345 rows/sec., 1.04 MiB/sec. | ||
5620 | 2024.08.14 22:34:12.845296 [ 3 ] {81ea3a36-5fd5-4111-8370-8af02ddf2b21} <Debug> DynamicQueryHandler: Done processing query | ||
5621 | 2024.08.14 22:34:12.845321 [ 3 ] {81ea3a36-5fd5-4111-8370-8af02ddf2b21} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5622 | 2024.08.14 22:34:12.845338 [ 3 ] {} <Debug> HTTP-Session: e758711b-5d75-4dac-9ca5-d83b6b6b2d3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5623 | 2024.08.14 22:34:12.845482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5624 | 2024.08.14 22:34:12.845530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5625 | 2024.08.14 22:34:12.845549 [ 3 ] {} <Debug> HTTP-Session: 3b1ae071-02d0-44d5-a95b-782aba0c4148 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5626 | 2024.08.14 22:34:12.845565 [ 3 ] {} <Debug> HTTP-Session: 3b1ae071-02d0-44d5-a95b-782aba0c4148 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5627 | 2024.08.14 22:34:12.845579 [ 3 ] {} <Debug> HTTP-Session: 3b1ae071-02d0-44d5-a95b-782aba0c4148 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5628 | 2024.08.14 22:34:12.845610 [ 3 ] {} <Trace> HTTP-Session: 3b1ae071-02d0-44d5-a95b-782aba0c4148 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5629 | 2024.08.14 22:34:12.845736 [ 3 ] {7a918e15-a18a-4be9-8670-a38771dc8732} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5630 | 2024.08.14 22:34:12.845778 [ 3 ] {7a918e15-a18a-4be9-8670-a38771dc8732} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5631 | 2024.08.14 22:34:12.845901 [ 3 ] {7a918e15-a18a-4be9-8670-a38771dc8732} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5632 | 2024.08.14 22:34:12.846260 [ 3 ] {7a918e15-a18a-4be9-8670-a38771dc8732} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5633 | 2024.08.14 22:34:12.846295 [ 3 ] {7a918e15-a18a-4be9-8670-a38771dc8732} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5634 | 2024.08.14 22:34:12.846603 [ 3 ] {7a918e15-a18a-4be9-8670-a38771dc8732} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5635 | 2024.08.14 22:34:12.846913 [ 3 ] {7a918e15-a18a-4be9-8670-a38771dc8732} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5636 | 2024.08.14 22:34:12.847035 [ 64 ] {} <Debug> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5637 | 2024.08.14 22:34:12.847040 [ 3 ] {7a918e15-a18a-4be9-8670-a38771dc8732} <Debug> executeQuery: Read 119 rows, 10.08 KiB in 0.001353 sec., 87952.69770879527 rows/sec., 7.27 MiB/sec. | ||
5638 | 2024.08.14 22:34:12.847084 [ 64 ] {} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5639 | 2024.08.14 22:34:12.847126 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5640 | 2024.08.14 22:34:12.847259 [ 3 ] {7a918e15-a18a-4be9-8670-a38771dc8732} <Debug> DynamicQueryHandler: Done processing query | ||
5641 | 2024.08.14 22:34:12.847311 [ 3 ] {7a918e15-a18a-4be9-8670-a38771dc8732} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5642 | 2024.08.14 22:34:12.847350 [ 3 ] {} <Debug> HTTP-Session: 3b1ae071-02d0-44d5-a95b-782aba0c4148 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5643 | 2024.08.14 22:34:12.847383 [ 193 ] {99dad827-b692-4668-b096-a1f8f01ac229::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 | ||
5644 | 2024.08.14 22:34:12.847493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5645 | 2024.08.14 22:34:12.847591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5646 | 2024.08.14 22:34:12.847651 [ 3 ] {} <Debug> HTTP-Session: 3c431c00-b996-4eaa-ad8d-de15878877db Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5647 | 2024.08.14 22:34:12.847699 [ 3 ] {} <Debug> HTTP-Session: 3c431c00-b996-4eaa-ad8d-de15878877db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5648 | 2024.08.14 22:34:12.847722 [ 193 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5649 | 2024.08.14 22:34:12.847733 [ 3 ] {} <Debug> HTTP-Session: 3c431c00-b996-4eaa-ad8d-de15878877db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5650 | 2024.08.14 22:34:12.847782 [ 193 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1405 rows starting from the beginning of the part | ||
5651 | 2024.08.14 22:34:12.847803 [ 3 ] {} <Trace> HTTP-Session: 3c431c00-b996-4eaa-ad8d-de15878877db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5652 | 2024.08.14 22:34:12.848048 [ 193 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 120 rows starting from the beginning of the part | ||
5653 | 2024.08.14 22:34:12.848153 [ 3 ] {8482ca5a-a3ba-4c5f-afe2-11a92b46b5bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5654 | 2024.08.14 22:34:12.848384 [ 193 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 194 rows starting from the beginning of the part | ||
5655 | 2024.08.14 22:34:12.848437 [ 3 ] {8482ca5a-a3ba-4c5f-afe2-11a92b46b5bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5656 | 2024.08.14 22:34:12.848663 [ 193 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 119 rows starting from the beginning of the part | ||
5657 | 2024.08.14 22:34:12.849072 [ 193 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1334 rows starting from the beginning of the part | ||
5658 | 2024.08.14 22:34:12.849421 [ 193 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 119 rows starting from the beginning of the part | ||
5659 | 2024.08.14 22:34:12.849797 [ 3 ] {8482ca5a-a3ba-4c5f-afe2-11a92b46b5bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5660 | 2024.08.14 22:34:12.850715 [ 3 ] {8482ca5a-a3ba-4c5f-afe2-11a92b46b5bd} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5661 | 2024.08.14 22:34:12.850768 [ 3 ] {8482ca5a-a3ba-4c5f-afe2-11a92b46b5bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5662 | 2024.08.14 22:34:12.851553 [ 3 ] {8482ca5a-a3ba-4c5f-afe2-11a92b46b5bd} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5663 | 2024.08.14 22:34:12.852269 [ 3 ] {8482ca5a-a3ba-4c5f-afe2-11a92b46b5bd} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5664 | 2024.08.14 22:34:12.852406 [ 64 ] {} <Debug> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5665 | 2024.08.14 22:34:12.852414 [ 3 ] {8482ca5a-a3ba-4c5f-afe2-11a92b46b5bd} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.004472 sec., 19007.155635062612 rows/sec., 1.48 MiB/sec. | ||
5666 | 2024.08.14 22:34:12.852450 [ 64 ] {} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5667 | 2024.08.14 22:34:12.852512 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5668 | 2024.08.14 22:34:12.852872 [ 3 ] {8482ca5a-a3ba-4c5f-afe2-11a92b46b5bd} <Debug> DynamicQueryHandler: Done processing query | ||
5669 | 2024.08.14 22:34:12.852916 [ 188 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::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 | ||
5670 | 2024.08.14 22:34:12.852925 [ 3 ] {8482ca5a-a3ba-4c5f-afe2-11a92b46b5bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5671 | 2024.08.14 22:34:12.853024 [ 3 ] {} <Debug> HTTP-Session: 3c431c00-b996-4eaa-ad8d-de15878877db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5672 | 2024.08.14 22:34:12.853345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5673 | 2024.08.14 22:34:12.853512 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5674 | 2024.08.14 22:34:12.853573 [ 188 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5675 | 2024.08.14 22:34:12.853588 [ 3 ] {} <Debug> HTTP-Session: e63957bf-bbcf-4a2a-8539-bf681f9a81f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5676 | 2024.08.14 22:34:12.853610 [ 193 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3291 rows, containing 4 columns (4 merged, 0 gathered) in 0.006378453 sec., 515955.8281608409 rows/sec., 43.23 MiB/sec. | ||
5677 | 2024.08.14 22:34:12.853629 [ 3 ] {} <Debug> HTTP-Session: e63957bf-bbcf-4a2a-8539-bf681f9a81f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5678 | 2024.08.14 22:34:12.853644 [ 188 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 902 rows starting from the beginning of the part | ||
5679 | 2024.08.14 22:34:12.853686 [ 3 ] {} <Debug> HTTP-Session: e63957bf-bbcf-4a2a-8539-bf681f9a81f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5680 | 2024.08.14 22:34:12.853764 [ 3 ] {} <Trace> HTTP-Session: e63957bf-bbcf-4a2a-8539-bf681f9a81f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5681 | 2024.08.14 22:34:12.853920 [ 188 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 87 rows starting from the beginning of the part | ||
5682 | 2024.08.14 22:34:12.854021 [ 193 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5683 | 2024.08.14 22:34:12.854403 [ 3 ] {8051cca7-8e9b-41b1-b0c0-1990fa2dc0dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5684 | 2024.08.14 22:34:12.854433 [ 188 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 393 rows starting from the beginning of the part | ||
5685 | 2024.08.14 22:34:12.854622 [ 3 ] {8051cca7-8e9b-41b1-b0c0-1990fa2dc0dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5686 | 2024.08.14 22:34:12.854953 [ 188 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 85 rows starting from the beginning of the part | ||
5687 | 2024.08.14 22:34:12.855471 [ 188 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 849 rows starting from the beginning of the part | ||
5688 | 2024.08.14 22:34:12.855936 [ 188 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 85 rows starting from the beginning of the part | ||
5689 | 2024.08.14 22:34:12.856807 [ 189 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_26_5} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5690 | 2024.08.14 22:34:12.856840 [ 3 ] {8051cca7-8e9b-41b1-b0c0-1990fa2dc0dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5691 | 2024.08.14 22:34:12.857161 [ 189 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_26_5} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5692 | 2024.08.14 22:34:12.857403 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
5693 | 2024.08.14 22:34:12.857717 [ 3 ] {8051cca7-8e9b-41b1-b0c0-1990fa2dc0dc} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5694 | 2024.08.14 22:34:12.857770 [ 3 ] {8051cca7-8e9b-41b1-b0c0-1990fa2dc0dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5695 | 2024.08.14 22:34:12.858319 [ 3 ] {8051cca7-8e9b-41b1-b0c0-1990fa2dc0dc} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5696 | 2024.08.14 22:34:12.858704 [ 188 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2401 rows, containing 4 columns (4 merged, 0 gathered) in 0.006060899 sec., 396145.8522902296 rows/sec., 28.76 MiB/sec. | ||
5697 | 2024.08.14 22:34:12.858796 [ 3 ] {8051cca7-8e9b-41b1-b0c0-1990fa2dc0dc} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5698 | 2024.08.14 22:34:12.859021 [ 193 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5699 | 2024.08.14 22:34:12.859055 [ 3 ] {8051cca7-8e9b-41b1-b0c0-1990fa2dc0dc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004979 sec., 32134.966860815424 rows/sec., 2.24 MiB/sec. | ||
5700 | 2024.08.14 22:34:12.859795 [ 3 ] {8051cca7-8e9b-41b1-b0c0-1990fa2dc0dc} <Debug> DynamicQueryHandler: Done processing query | ||
5701 | 2024.08.14 22:34:12.859838 [ 3 ] {8051cca7-8e9b-41b1-b0c0-1990fa2dc0dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5702 | 2024.08.14 22:34:12.859906 [ 3 ] {} <Debug> HTTP-Session: e63957bf-bbcf-4a2a-8539-bf681f9a81f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5703 | 2024.08.14 22:34:12.860101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33751, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5704 | 2024.08.14 22:34:12.860153 [ 193 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_26_5} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5705 | 2024.08.14 22:34:12.860188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5706 | 2024.08.14 22:34:12.860242 [ 3 ] {} <Debug> HTTP-Session: c506a1d9-d62c-4edf-bd50-14f609b39648 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5707 | 2024.08.14 22:34:12.860274 [ 3 ] {} <Debug> HTTP-Session: c506a1d9-d62c-4edf-bd50-14f609b39648 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5708 | 2024.08.14 22:34:12.860294 [ 3 ] {} <Debug> HTTP-Session: c506a1d9-d62c-4edf-bd50-14f609b39648 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5709 | 2024.08.14 22:34:12.860314 [ 193 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_26_5} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5710 | 2024.08.14 22:34:12.860351 [ 3 ] {} <Trace> HTTP-Session: c506a1d9-d62c-4edf-bd50-14f609b39648 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5711 | 2024.08.14 22:34:12.860474 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
5712 | 2024.08.14 22:34:12.860824 [ 3 ] {70f7c768-798a-4b9c-9df6-139a08acc7ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5713 | 2024.08.14 22:34:12.860901 [ 3 ] {70f7c768-798a-4b9c-9df6-139a08acc7ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
5714 | 2024.08.14 22:34:12.861347 [ 3 ] {70f7c768-798a-4b9c-9df6-139a08acc7ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5715 | 2024.08.14 22:34:12.862036 [ 3 ] {70f7c768-798a-4b9c-9df6-139a08acc7ee} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5716 | 2024.08.14 22:34:12.862072 [ 3 ] {70f7c768-798a-4b9c-9df6-139a08acc7ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5717 | 2024.08.14 22:34:12.862799 [ 3 ] {70f7c768-798a-4b9c-9df6-139a08acc7ee} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5718 | 2024.08.14 22:34:12.863209 [ 3 ] {70f7c768-798a-4b9c-9df6-139a08acc7ee} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5719 | 2024.08.14 22:34:12.863355 [ 3 ] {70f7c768-798a-4b9c-9df6-139a08acc7ee} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002847 sec., 7376.185458377239 rows/sec., 13.22 MiB/sec. | ||
5720 | 2024.08.14 22:34:12.863877 [ 3 ] {70f7c768-798a-4b9c-9df6-139a08acc7ee} <Debug> DynamicQueryHandler: Done processing query | ||
5721 | 2024.08.14 22:34:12.863902 [ 3 ] {70f7c768-798a-4b9c-9df6-139a08acc7ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
5722 | 2024.08.14 22:34:12.863918 [ 3 ] {} <Debug> HTTP-Session: c506a1d9-d62c-4edf-bd50-14f609b39648 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5723 | 2024.08.14 22:34:12.864045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5724 | 2024.08.14 22:34:12.864095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5725 | 2024.08.14 22:34:12.864113 [ 3 ] {} <Debug> HTTP-Session: 7e8373cc-f927-4d8f-ba3a-818b3f6c9400 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5726 | 2024.08.14 22:34:12.864129 [ 3 ] {} <Debug> HTTP-Session: 7e8373cc-f927-4d8f-ba3a-818b3f6c9400 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5727 | 2024.08.14 22:34:12.864143 [ 3 ] {} <Debug> HTTP-Session: 7e8373cc-f927-4d8f-ba3a-818b3f6c9400 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5728 | 2024.08.14 22:34:12.864173 [ 3 ] {} <Trace> HTTP-Session: 7e8373cc-f927-4d8f-ba3a-818b3f6c9400 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5729 | 2024.08.14 22:34:12.864288 [ 3 ] {256168f0-515b-4e21-9d96-5f7b30ab3a9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5730 | 2024.08.14 22:34:12.864333 [ 3 ] {256168f0-515b-4e21-9d96-5f7b30ab3a9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5731 | 2024.08.14 22:34:12.864485 [ 3 ] {256168f0-515b-4e21-9d96-5f7b30ab3a9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5732 | 2024.08.14 22:34:12.864775 [ 3 ] {256168f0-515b-4e21-9d96-5f7b30ab3a9e} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5733 | 2024.08.14 22:34:12.864810 [ 3 ] {256168f0-515b-4e21-9d96-5f7b30ab3a9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5734 | 2024.08.14 22:34:12.865165 [ 3 ] {256168f0-515b-4e21-9d96-5f7b30ab3a9e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5735 | 2024.08.14 22:34:12.865486 [ 3 ] {256168f0-515b-4e21-9d96-5f7b30ab3a9e} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5736 | 2024.08.14 22:34:12.865605 [ 3 ] {256168f0-515b-4e21-9d96-5f7b30ab3a9e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001358 sec., 44182.62150220913 rows/sec., 2.98 MiB/sec. | ||
5737 | 2024.08.14 22:34:12.865751 [ 3 ] {256168f0-515b-4e21-9d96-5f7b30ab3a9e} <Debug> DynamicQueryHandler: Done processing query | ||
5738 | 2024.08.14 22:34:12.865774 [ 3 ] {256168f0-515b-4e21-9d96-5f7b30ab3a9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5739 | 2024.08.14 22:34:12.865789 [ 3 ] {} <Debug> HTTP-Session: 7e8373cc-f927-4d8f-ba3a-818b3f6c9400 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5740 | 2024.08.14 22:34:17.845522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5741 | 2024.08.14 22:34:17.845652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5742 | 2024.08.14 22:34:17.845677 [ 3 ] {} <Debug> HTTP-Session: e662981e-fa0c-4f22-b475-0d131ea5c16b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5743 | 2024.08.14 22:34:17.845701 [ 3 ] {} <Debug> HTTP-Session: e662981e-fa0c-4f22-b475-0d131ea5c16b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5744 | 2024.08.14 22:34:17.845716 [ 3 ] {} <Debug> HTTP-Session: e662981e-fa0c-4f22-b475-0d131ea5c16b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5745 | 2024.08.14 22:34:17.845765 [ 3 ] {} <Trace> HTTP-Session: e662981e-fa0c-4f22-b475-0d131ea5c16b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5746 | 2024.08.14 22:34:17.845950 [ 3 ] {25287aeb-8007-4f7d-ab31-1c41f02815be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5747 | 2024.08.14 22:34:17.846016 [ 3 ] {25287aeb-8007-4f7d-ab31-1c41f02815be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5748 | 2024.08.14 22:34:17.846199 [ 3 ] {25287aeb-8007-4f7d-ab31-1c41f02815be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5749 | 2024.08.14 22:34:17.846625 [ 3 ] {25287aeb-8007-4f7d-ab31-1c41f02815be} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5750 | 2024.08.14 22:34:17.846666 [ 3 ] {25287aeb-8007-4f7d-ab31-1c41f02815be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5751 | 2024.08.14 22:34:17.847081 [ 3 ] {25287aeb-8007-4f7d-ab31-1c41f02815be} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5752 | 2024.08.14 22:34:17.847498 [ 3 ] {25287aeb-8007-4f7d-ab31-1c41f02815be} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5753 | 2024.08.14 22:34:17.847652 [ 3 ] {25287aeb-8007-4f7d-ab31-1c41f02815be} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001757 sec., 9675.583380762662 rows/sec., 700.88 KiB/sec. | ||
5754 | 2024.08.14 22:34:17.847663 [ 84 ] {} <Debug> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5755 | 2024.08.14 22:34:17.847723 [ 84 ] {} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5756 | 2024.08.14 22:34:17.847780 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5757 | 2024.08.14 22:34:17.847864 [ 3 ] {25287aeb-8007-4f7d-ab31-1c41f02815be} <Debug> DynamicQueryHandler: Done processing query | ||
5758 | 2024.08.14 22:34:17.847938 [ 3 ] {25287aeb-8007-4f7d-ab31-1c41f02815be} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5759 | 2024.08.14 22:34:17.848024 [ 3 ] {} <Debug> HTTP-Session: e662981e-fa0c-4f22-b475-0d131ea5c16b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5760 | 2024.08.14 22:34:17.848300 [ 201 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::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 | ||
5761 | 2024.08.14 22:34:17.848347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 29344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5762 | 2024.08.14 22:34:17.848440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5763 | 2024.08.14 22:34:17.848487 [ 3 ] {} <Debug> HTTP-Session: 2b3525a5-b6c7-4b71-8fde-2d35b6fec1a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5764 | 2024.08.14 22:34:17.848526 [ 3 ] {} <Debug> HTTP-Session: 2b3525a5-b6c7-4b71-8fde-2d35b6fec1a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5765 | 2024.08.14 22:34:17.848565 [ 3 ] {} <Debug> HTTP-Session: 2b3525a5-b6c7-4b71-8fde-2d35b6fec1a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5766 | 2024.08.14 22:34:17.848657 [ 3 ] {} <Trace> HTTP-Session: 2b3525a5-b6c7-4b71-8fde-2d35b6fec1a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5767 | 2024.08.14 22:34:17.848694 [ 201 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5768 | 2024.08.14 22:34:17.848749 [ 201 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 38 rows starting from the beginning of the part | ||
5769 | 2024.08.14 22:34:17.848932 [ 3 ] {f71f07d3-0bd6-49f1-a2e2-e789f0d9b71d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5770 | 2024.08.14 22:34:17.849064 [ 201 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 17 rows starting from the beginning of the part | ||
5771 | 2024.08.14 22:34:17.849081 [ 3 ] {f71f07d3-0bd6-49f1-a2e2-e789f0d9b71d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5772 | 2024.08.14 22:34:17.849397 [ 201 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 21 rows starting from the beginning of the part | ||
5773 | 2024.08.14 22:34:17.849745 [ 201 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 17 rows starting from the beginning of the part | ||
5774 | 2024.08.14 22:34:17.850117 [ 201 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 21 rows starting from the beginning of the part | ||
5775 | 2024.08.14 22:34:17.850207 [ 3 ] {f71f07d3-0bd6-49f1-a2e2-e789f0d9b71d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5776 | 2024.08.14 22:34:17.850425 [ 201 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 17 rows starting from the beginning of the part | ||
5777 | 2024.08.14 22:34:17.851273 [ 3 ] {f71f07d3-0bd6-49f1-a2e2-e789f0d9b71d} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5778 | 2024.08.14 22:34:17.851339 [ 3 ] {f71f07d3-0bd6-49f1-a2e2-e789f0d9b71d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5779 | 2024.08.14 22:34:17.852206 [ 3 ] {f71f07d3-0bd6-49f1-a2e2-e789f0d9b71d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5780 | 2024.08.14 22:34:17.853156 [ 201 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 131 rows, containing 4 columns (4 merged, 0 gathered) in 0.005261827 sec., 24896.295526249723 rows/sec., 1.86 MiB/sec. | ||
5781 | 2024.08.14 22:34:17.853170 [ 3 ] {f71f07d3-0bd6-49f1-a2e2-e789f0d9b71d} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5782 | 2024.08.14 22:34:17.853374 [ 201 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5783 | 2024.08.14 22:34:17.853515 [ 3 ] {f71f07d3-0bd6-49f1-a2e2-e789f0d9b71d} <Debug> executeQuery: Read 194 rows, 17.54 KiB in 0.004679 sec., 41461.85082282539 rows/sec., 3.66 MiB/sec. | ||
5784 | 2024.08.14 22:34:17.854511 [ 3 ] {f71f07d3-0bd6-49f1-a2e2-e789f0d9b71d} <Debug> DynamicQueryHandler: Done processing query | ||
5785 | 2024.08.14 22:34:17.854553 [ 3 ] {f71f07d3-0bd6-49f1-a2e2-e789f0d9b71d} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5786 | 2024.08.14 22:34:17.854583 [ 3 ] {} <Debug> HTTP-Session: 2b3525a5-b6c7-4b71-8fde-2d35b6fec1a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5787 | 2024.08.14 22:34:17.854666 [ 201 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_26_5} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5788 | 2024.08.14 22:34:17.854752 [ 201 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_26_5} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5789 | 2024.08.14 22:34:17.854793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 63412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5790 | 2024.08.14 22:34:17.854885 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
5791 | 2024.08.14 22:34:17.854898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5792 | 2024.08.14 22:34:17.854940 [ 3 ] {} <Debug> HTTP-Session: 86e7dd54-22f9-4a62-a3d7-c70b8e520fb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5793 | 2024.08.14 22:34:17.854957 [ 3 ] {} <Debug> HTTP-Session: 86e7dd54-22f9-4a62-a3d7-c70b8e520fb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5794 | 2024.08.14 22:34:17.854971 [ 3 ] {} <Debug> HTTP-Session: 86e7dd54-22f9-4a62-a3d7-c70b8e520fb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5795 | 2024.08.14 22:34:17.855003 [ 3 ] {} <Trace> HTTP-Session: 86e7dd54-22f9-4a62-a3d7-c70b8e520fb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5796 | 2024.08.14 22:34:17.855219 [ 3 ] {71c5dc43-2699-4cfb-bf84-f2bf0912f93d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5797 | 2024.08.14 22:34:17.855263 [ 3 ] {71c5dc43-2699-4cfb-bf84-f2bf0912f93d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5798 | 2024.08.14 22:34:17.855418 [ 3 ] {71c5dc43-2699-4cfb-bf84-f2bf0912f93d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5799 | 2024.08.14 22:34:17.855978 [ 3 ] {71c5dc43-2699-4cfb-bf84-f2bf0912f93d} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5800 | 2024.08.14 22:34:17.856014 [ 3 ] {71c5dc43-2699-4cfb-bf84-f2bf0912f93d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5801 | 2024.08.14 22:34:17.856362 [ 3 ] {71c5dc43-2699-4cfb-bf84-f2bf0912f93d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5802 | 2024.08.14 22:34:17.856691 [ 3 ] {71c5dc43-2699-4cfb-bf84-f2bf0912f93d} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5803 | 2024.08.14 22:34:17.856825 [ 3 ] {71c5dc43-2699-4cfb-bf84-f2bf0912f93d} <Debug> executeQuery: Read 393 rows, 28.36 KiB in 0.001722 sec., 228222.99651567944 rows/sec., 16.08 MiB/sec. | ||
5804 | 2024.08.14 22:34:17.857032 [ 3 ] {71c5dc43-2699-4cfb-bf84-f2bf0912f93d} <Debug> DynamicQueryHandler: Done processing query | ||
5805 | 2024.08.14 22:34:17.857056 [ 3 ] {71c5dc43-2699-4cfb-bf84-f2bf0912f93d} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
5806 | 2024.08.14 22:34:17.857071 [ 3 ] {} <Debug> HTTP-Session: 86e7dd54-22f9-4a62-a3d7-c70b8e520fb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5807 | 2024.08.14 22:34:17.857274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5808 | 2024.08.14 22:34:17.857323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5809 | 2024.08.14 22:34:17.857342 [ 3 ] {} <Debug> HTTP-Session: fbc35892-ff93-4627-a9ee-a2d8b741ccd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5810 | 2024.08.14 22:34:17.857359 [ 3 ] {} <Debug> HTTP-Session: fbc35892-ff93-4627-a9ee-a2d8b741ccd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5811 | 2024.08.14 22:34:17.857372 [ 3 ] {} <Debug> HTTP-Session: fbc35892-ff93-4627-a9ee-a2d8b741ccd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5812 | 2024.08.14 22:34:17.857403 [ 3 ] {} <Trace> HTTP-Session: fbc35892-ff93-4627-a9ee-a2d8b741ccd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5813 | 2024.08.14 22:34:17.857497 [ 3 ] {3f47814d-db94-4b9c-8b0b-8cebd5f6c3e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5814 | 2024.08.14 22:34:17.857541 [ 3 ] {3f47814d-db94-4b9c-8b0b-8cebd5f6c3e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5815 | 2024.08.14 22:34:17.857673 [ 3 ] {3f47814d-db94-4b9c-8b0b-8cebd5f6c3e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5816 | 2024.08.14 22:34:17.857926 [ 3 ] {3f47814d-db94-4b9c-8b0b-8cebd5f6c3e8} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5817 | 2024.08.14 22:34:17.857961 [ 3 ] {3f47814d-db94-4b9c-8b0b-8cebd5f6c3e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5818 | 2024.08.14 22:34:17.858317 [ 3 ] {3f47814d-db94-4b9c-8b0b-8cebd5f6c3e8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5819 | 2024.08.14 22:34:17.858643 [ 3 ] {3f47814d-db94-4b9c-8b0b-8cebd5f6c3e8} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5820 | 2024.08.14 22:34:17.858757 [ 76 ] {} <Debug> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
5821 | 2024.08.14 22:34:17.858767 [ 3 ] {3f47814d-db94-4b9c-8b0b-8cebd5f6c3e8} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001293 sec., 4640.371229698376 rows/sec., 199.39 KiB/sec. | ||
5822 | 2024.08.14 22:34:17.858796 [ 76 ] {} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5823 | 2024.08.14 22:34:17.858832 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5824 | 2024.08.14 22:34:17.859057 [ 3 ] {3f47814d-db94-4b9c-8b0b-8cebd5f6c3e8} <Debug> DynamicQueryHandler: Done processing query | ||
5825 | 2024.08.14 22:34:17.859168 [ 3 ] {3f47814d-db94-4b9c-8b0b-8cebd5f6c3e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5826 | 2024.08.14 22:34:17.859273 [ 3 ] {} <Debug> HTTP-Session: fbc35892-ff93-4627-a9ee-a2d8b741ccd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5827 | 2024.08.14 22:34:17.859365 [ 194 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
5828 | 2024.08.14 22:34:17.859490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5829 | 2024.08.14 22:34:17.859582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5830 | 2024.08.14 22:34:17.859624 [ 3 ] {} <Debug> HTTP-Session: 49e00f3d-f27e-41f2-a6bc-2e5905f9a27b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5831 | 2024.08.14 22:34:17.859668 [ 3 ] {} <Debug> HTTP-Session: 49e00f3d-f27e-41f2-a6bc-2e5905f9a27b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5832 | 2024.08.14 22:34:17.859703 [ 3 ] {} <Debug> HTTP-Session: 49e00f3d-f27e-41f2-a6bc-2e5905f9a27b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5833 | 2024.08.14 22:34:17.859759 [ 194 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5834 | 2024.08.14 22:34:17.859776 [ 3 ] {} <Trace> HTTP-Session: 49e00f3d-f27e-41f2-a6bc-2e5905f9a27b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5835 | 2024.08.14 22:34:17.859837 [ 194 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
5836 | 2024.08.14 22:34:17.860089 [ 194 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
5837 | 2024.08.14 22:34:17.860117 [ 3 ] {2540cd7f-900c-448a-894c-52e81c65175c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
5838 | 2024.08.14 22:34:17.860300 [ 3 ] {2540cd7f-900c-448a-894c-52e81c65175c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
5839 | 2024.08.14 22:34:17.860318 [ 194 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
5840 | 2024.08.14 22:34:17.860683 [ 194 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
5841 | 2024.08.14 22:34:17.861027 [ 194 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
5842 | 2024.08.14 22:34:17.861331 [ 194 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
5843 | 2024.08.14 22:34:17.861779 [ 3 ] {2540cd7f-900c-448a-894c-52e81c65175c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5844 | 2024.08.14 22:34:17.862575 [ 3 ] {2540cd7f-900c-448a-894c-52e81c65175c} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5845 | 2024.08.14 22:34:17.862640 [ 3 ] {2540cd7f-900c-448a-894c-52e81c65175c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5846 | 2024.08.14 22:34:17.863694 [ 3 ] {2540cd7f-900c-448a-894c-52e81c65175c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5847 | 2024.08.14 22:34:17.864003 [ 201 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.005066514 sec., 13026.708304763393 rows/sec., 559.74 KiB/sec. | ||
5848 | 2024.08.14 22:34:17.864269 [ 201 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
5849 | 2024.08.14 22:34:17.864504 [ 3 ] {2540cd7f-900c-448a-894c-52e81c65175c} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5850 | 2024.08.14 22:34:17.864811 [ 76 ] {} <Debug> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
5851 | 2024.08.14 22:34:17.864916 [ 76 ] {} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5852 | 2024.08.14 22:34:17.864979 [ 3 ] {2540cd7f-900c-448a-894c-52e81c65175c} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.005042 sec., 15271.71757239191 rows/sec., 963.00 KiB/sec. | ||
5853 | 2024.08.14 22:34:17.864990 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5854 | 2024.08.14 22:34:17.865793 [ 201 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_11_2} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5855 | 2024.08.14 22:34:17.865798 [ 196 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::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 | ||
5856 | 2024.08.14 22:34:17.865998 [ 3 ] {2540cd7f-900c-448a-894c-52e81c65175c} <Debug> DynamicQueryHandler: Done processing query | ||
5857 | 2024.08.14 22:34:17.866050 [ 201 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_11_2} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
5858 | 2024.08.14 22:34:17.866066 [ 3 ] {2540cd7f-900c-448a-894c-52e81c65175c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5859 | 2024.08.14 22:34:17.866119 [ 3 ] {} <Debug> HTTP-Session: 49e00f3d-f27e-41f2-a6bc-2e5905f9a27b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5860 | 2024.08.14 22:34:17.866272 [ 196 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5861 | 2024.08.14 22:34:17.866286 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5862 | 2024.08.14 22:34:17.866337 [ 196 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 462 rows starting from the beginning of the part | ||
5863 | 2024.08.14 22:34:17.866381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5864 | 2024.08.14 22:34:17.866532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5865 | 2024.08.14 22:34:17.866541 [ 196 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 77 rows starting from the beginning of the part | ||
5866 | 2024.08.14 22:34:17.866603 [ 3 ] {} <Debug> HTTP-Session: 58bafdea-ce2e-4987-b086-95dc39839974 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5867 | 2024.08.14 22:34:17.866662 [ 3 ] {} <Debug> HTTP-Session: 58bafdea-ce2e-4987-b086-95dc39839974 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5868 | 2024.08.14 22:34:17.866747 [ 3 ] {} <Debug> HTTP-Session: 58bafdea-ce2e-4987-b086-95dc39839974 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5869 | 2024.08.14 22:34:17.866796 [ 196 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 77 rows starting from the beginning of the part | ||
5870 | 2024.08.14 22:34:17.866813 [ 3 ] {} <Trace> HTTP-Session: 58bafdea-ce2e-4987-b086-95dc39839974 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5871 | 2024.08.14 22:34:17.867216 [ 196 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 77 rows starting from the beginning of the part | ||
5872 | 2024.08.14 22:34:17.867305 [ 3 ] {d0b14862-39b2-4ce7-909e-4569f6b0c507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5873 | 2024.08.14 22:34:17.867402 [ 196 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 77 rows starting from the beginning of the part | ||
5874 | 2024.08.14 22:34:17.867498 [ 3 ] {d0b14862-39b2-4ce7-909e-4569f6b0c507} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5875 | 2024.08.14 22:34:17.867786 [ 196 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 77 rows starting from the beginning of the part | ||
5876 | 2024.08.14 22:34:17.868428 [ 3 ] {d0b14862-39b2-4ce7-909e-4569f6b0c507} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5877 | 2024.08.14 22:34:17.869006 [ 3 ] {d0b14862-39b2-4ce7-909e-4569f6b0c507} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5878 | 2024.08.14 22:34:17.869053 [ 3 ] {d0b14862-39b2-4ce7-909e-4569f6b0c507} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5879 | 2024.08.14 22:34:17.869663 [ 3 ] {d0b14862-39b2-4ce7-909e-4569f6b0c507} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5880 | 2024.08.14 22:34:17.869717 [ 200 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 847 rows, containing 5 columns (5 merged, 0 gathered) in 0.004596657 sec., 184264.34689384047 rows/sec., 11.35 MiB/sec. | ||
5881 | 2024.08.14 22:34:17.869907 [ 200 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
5882 | 2024.08.14 22:34:17.870093 [ 3 ] {d0b14862-39b2-4ce7-909e-4569f6b0c507} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5883 | 2024.08.14 22:34:17.870310 [ 3 ] {d0b14862-39b2-4ce7-909e-4569f6b0c507} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003174 sec., 50409.57781978576 rows/sec., 3.51 MiB/sec. | ||
5884 | 2024.08.14 22:34:17.870479 [ 200 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_11_2} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5885 | 2024.08.14 22:34:17.870518 [ 3 ] {d0b14862-39b2-4ce7-909e-4569f6b0c507} <Debug> DynamicQueryHandler: Done processing query | ||
5886 | 2024.08.14 22:34:17.870549 [ 3 ] {d0b14862-39b2-4ce7-909e-4569f6b0c507} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5887 | 2024.08.14 22:34:17.870567 [ 3 ] {} <Debug> HTTP-Session: 58bafdea-ce2e-4987-b086-95dc39839974 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5888 | 2024.08.14 22:34:17.870593 [ 200 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_11_2} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
5889 | 2024.08.14 22:34:17.870690 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
5890 | 2024.08.14 22:34:17.870726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5891 | 2024.08.14 22:34:17.870776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5892 | 2024.08.14 22:34:17.870795 [ 3 ] {} <Debug> HTTP-Session: 5dc6281c-8aae-41dc-9a42-628daaf01ba4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5893 | 2024.08.14 22:34:17.870812 [ 3 ] {} <Debug> HTTP-Session: 5dc6281c-8aae-41dc-9a42-628daaf01ba4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5894 | 2024.08.14 22:34:17.870825 [ 3 ] {} <Debug> HTTP-Session: 5dc6281c-8aae-41dc-9a42-628daaf01ba4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5895 | 2024.08.14 22:34:17.870857 [ 3 ] {} <Trace> HTTP-Session: 5dc6281c-8aae-41dc-9a42-628daaf01ba4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5896 | 2024.08.14 22:34:17.871042 [ 3 ] {34c225ad-2fd3-4c92-a071-f2d9e1877035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5897 | 2024.08.14 22:34:17.871106 [ 3 ] {34c225ad-2fd3-4c92-a071-f2d9e1877035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
5898 | 2024.08.14 22:34:17.871504 [ 3 ] {34c225ad-2fd3-4c92-a071-f2d9e1877035} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5899 | 2024.08.14 22:34:17.872005 [ 3 ] {34c225ad-2fd3-4c92-a071-f2d9e1877035} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5900 | 2024.08.14 22:34:17.872040 [ 3 ] {34c225ad-2fd3-4c92-a071-f2d9e1877035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5901 | 2024.08.14 22:34:17.872615 [ 3 ] {34c225ad-2fd3-4c92-a071-f2d9e1877035} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5902 | 2024.08.14 22:34:17.873031 [ 3 ] {34c225ad-2fd3-4c92-a071-f2d9e1877035} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5903 | 2024.08.14 22:34:17.873188 [ 3 ] {34c225ad-2fd3-4c92-a071-f2d9e1877035} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002252 sec., 4884.547069271758 rows/sec., 8.75 MiB/sec. | ||
5904 | 2024.08.14 22:34:17.873656 [ 3 ] {34c225ad-2fd3-4c92-a071-f2d9e1877035} <Debug> DynamicQueryHandler: Done processing query | ||
5905 | 2024.08.14 22:34:17.873682 [ 3 ] {34c225ad-2fd3-4c92-a071-f2d9e1877035} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
5906 | 2024.08.14 22:34:17.873699 [ 3 ] {} <Debug> HTTP-Session: 5dc6281c-8aae-41dc-9a42-628daaf01ba4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5907 | 2024.08.14 22:34:17.873824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5908 | 2024.08.14 22:34:17.873872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5909 | 2024.08.14 22:34:17.873892 [ 3 ] {} <Debug> HTTP-Session: f1ace905-f38a-4d45-b868-89c98ec566b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5910 | 2024.08.14 22:34:17.873909 [ 3 ] {} <Debug> HTTP-Session: f1ace905-f38a-4d45-b868-89c98ec566b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5911 | 2024.08.14 22:34:17.873922 [ 3 ] {} <Debug> HTTP-Session: f1ace905-f38a-4d45-b868-89c98ec566b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5912 | 2024.08.14 22:34:17.873953 [ 3 ] {} <Trace> HTTP-Session: f1ace905-f38a-4d45-b868-89c98ec566b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5913 | 2024.08.14 22:34:17.874061 [ 3 ] {d96cd600-c5ba-4564-914d-0a6d147cb121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
5914 | 2024.08.14 22:34:17.874108 [ 3 ] {d96cd600-c5ba-4564-914d-0a6d147cb121} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
5915 | 2024.08.14 22:34:17.874254 [ 3 ] {d96cd600-c5ba-4564-914d-0a6d147cb121} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5916 | 2024.08.14 22:34:17.874542 [ 3 ] {d96cd600-c5ba-4564-914d-0a6d147cb121} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5917 | 2024.08.14 22:34:17.874578 [ 3 ] {d96cd600-c5ba-4564-914d-0a6d147cb121} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5918 | 2024.08.14 22:34:17.874938 [ 3 ] {d96cd600-c5ba-4564-914d-0a6d147cb121} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5919 | 2024.08.14 22:34:17.875279 [ 3 ] {d96cd600-c5ba-4564-914d-0a6d147cb121} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5920 | 2024.08.14 22:34:17.875409 [ 3 ] {d96cd600-c5ba-4564-914d-0a6d147cb121} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00138 sec., 16666.666666666668 rows/sec., 901.55 KiB/sec. | ||
5921 | 2024.08.14 22:34:17.875570 [ 3 ] {d96cd600-c5ba-4564-914d-0a6d147cb121} <Debug> DynamicQueryHandler: Done processing query | ||
5922 | 2024.08.14 22:34:17.875595 [ 3 ] {d96cd600-c5ba-4564-914d-0a6d147cb121} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5923 | 2024.08.14 22:34:17.875611 [ 3 ] {} <Debug> HTTP-Session: f1ace905-f38a-4d45-b868-89c98ec566b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5924 | 2024.08.14 22:34:17.875725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5925 | 2024.08.14 22:34:17.875775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5926 | 2024.08.14 22:34:17.875793 [ 3 ] {} <Debug> HTTP-Session: 480aa84b-165e-49e9-b07e-51a462b24714 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5927 | 2024.08.14 22:34:17.875810 [ 3 ] {} <Debug> HTTP-Session: 480aa84b-165e-49e9-b07e-51a462b24714 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5928 | 2024.08.14 22:34:17.875823 [ 3 ] {} <Debug> HTTP-Session: 480aa84b-165e-49e9-b07e-51a462b24714 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5929 | 2024.08.14 22:34:17.875854 [ 3 ] {} <Trace> HTTP-Session: 480aa84b-165e-49e9-b07e-51a462b24714 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5930 | 2024.08.14 22:34:17.875966 [ 3 ] {97989b89-a814-4bdf-b2b5-64172efaaaf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5931 | 2024.08.14 22:34:17.876011 [ 3 ] {97989b89-a814-4bdf-b2b5-64172efaaaf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5932 | 2024.08.14 22:34:17.876138 [ 3 ] {97989b89-a814-4bdf-b2b5-64172efaaaf6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5933 | 2024.08.14 22:34:17.876432 [ 3 ] {97989b89-a814-4bdf-b2b5-64172efaaaf6} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5934 | 2024.08.14 22:34:17.876467 [ 3 ] {97989b89-a814-4bdf-b2b5-64172efaaaf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5935 | 2024.08.14 22:34:17.876822 [ 3 ] {97989b89-a814-4bdf-b2b5-64172efaaaf6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5936 | 2024.08.14 22:34:17.877149 [ 3 ] {97989b89-a814-4bdf-b2b5-64172efaaaf6} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5937 | 2024.08.14 22:34:17.877272 [ 3 ] {97989b89-a814-4bdf-b2b5-64172efaaaf6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001346 sec., 44576.523031203564 rows/sec., 3.00 MiB/sec. | ||
5938 | 2024.08.14 22:34:17.877591 [ 3 ] {97989b89-a814-4bdf-b2b5-64172efaaaf6} <Debug> DynamicQueryHandler: Done processing query | ||
5939 | 2024.08.14 22:34:17.877616 [ 3 ] {97989b89-a814-4bdf-b2b5-64172efaaaf6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5940 | 2024.08.14 22:34:17.877632 [ 3 ] {} <Debug> HTTP-Session: 480aa84b-165e-49e9-b07e-51a462b24714 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5941 | 2024.08.14 22:34:22.842857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5942 | 2024.08.14 22:34:22.842983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5943 | 2024.08.14 22:34:22.843008 [ 3 ] {} <Debug> HTTP-Session: 3b35fa66-e2c4-4f6d-83c4-7067b19b38c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5944 | 2024.08.14 22:34:22.843035 [ 3 ] {} <Debug> HTTP-Session: 3b35fa66-e2c4-4f6d-83c4-7067b19b38c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5945 | 2024.08.14 22:34:22.843053 [ 3 ] {} <Debug> HTTP-Session: 3b35fa66-e2c4-4f6d-83c4-7067b19b38c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5946 | 2024.08.14 22:34:22.843108 [ 3 ] {} <Trace> HTTP-Session: 3b35fa66-e2c4-4f6d-83c4-7067b19b38c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5947 | 2024.08.14 22:34:22.843312 [ 3 ] {ff6faa7d-2b55-4fb2-8627-65dda63879ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5948 | 2024.08.14 22:34:22.843386 [ 3 ] {ff6faa7d-2b55-4fb2-8627-65dda63879ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5949 | 2024.08.14 22:34:22.843600 [ 3 ] {ff6faa7d-2b55-4fb2-8627-65dda63879ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5950 | 2024.08.14 22:34:22.844060 [ 3 ] {ff6faa7d-2b55-4fb2-8627-65dda63879ff} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5951 | 2024.08.14 22:34:22.844102 [ 3 ] {ff6faa7d-2b55-4fb2-8627-65dda63879ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5952 | 2024.08.14 22:34:22.844490 [ 3 ] {ff6faa7d-2b55-4fb2-8627-65dda63879ff} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5953 | 2024.08.14 22:34:22.844840 [ 3 ] {ff6faa7d-2b55-4fb2-8627-65dda63879ff} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5954 | 2024.08.14 22:34:22.844987 [ 3 ] {ff6faa7d-2b55-4fb2-8627-65dda63879ff} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.00174 sec., 12068.965517241379 rows/sec., 978.25 KiB/sec. | ||
5955 | 2024.08.14 22:34:22.845310 [ 3 ] {ff6faa7d-2b55-4fb2-8627-65dda63879ff} <Debug> DynamicQueryHandler: Done processing query | ||
5956 | 2024.08.14 22:34:22.845337 [ 3 ] {ff6faa7d-2b55-4fb2-8627-65dda63879ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5957 | 2024.08.14 22:34:22.845354 [ 3 ] {} <Debug> HTTP-Session: 3b35fa66-e2c4-4f6d-83c4-7067b19b38c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5958 | 2024.08.14 22:34:22.845501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5959 | 2024.08.14 22:34:22.845558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5960 | 2024.08.14 22:34:22.845578 [ 3 ] {} <Debug> HTTP-Session: 451906a2-a6c1-462a-b865-9b890c2d31ee Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5961 | 2024.08.14 22:34:22.845597 [ 3 ] {} <Debug> HTTP-Session: 451906a2-a6c1-462a-b865-9b890c2d31ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5962 | 2024.08.14 22:34:22.845611 [ 3 ] {} <Debug> HTTP-Session: 451906a2-a6c1-462a-b865-9b890c2d31ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5963 | 2024.08.14 22:34:22.845646 [ 3 ] {} <Trace> HTTP-Session: 451906a2-a6c1-462a-b865-9b890c2d31ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5964 | 2024.08.14 22:34:22.845787 [ 3 ] {7709ab8e-7fce-41bc-b8ab-a5f346bd5331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5965 | 2024.08.14 22:34:22.845834 [ 3 ] {7709ab8e-7fce-41bc-b8ab-a5f346bd5331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5966 | 2024.08.14 22:34:22.845981 [ 3 ] {7709ab8e-7fce-41bc-b8ab-a5f346bd5331} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5967 | 2024.08.14 22:34:22.846348 [ 3 ] {7709ab8e-7fce-41bc-b8ab-a5f346bd5331} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5968 | 2024.08.14 22:34:22.846386 [ 3 ] {7709ab8e-7fce-41bc-b8ab-a5f346bd5331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5969 | 2024.08.14 22:34:22.846713 [ 3 ] {7709ab8e-7fce-41bc-b8ab-a5f346bd5331} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5970 | 2024.08.14 22:34:22.847037 [ 3 ] {7709ab8e-7fce-41bc-b8ab-a5f346bd5331} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5971 | 2024.08.14 22:34:22.847180 [ 3 ] {7709ab8e-7fce-41bc-b8ab-a5f346bd5331} <Debug> executeQuery: Read 119 rows, 10.08 KiB in 0.001448 sec., 82182.32044198895 rows/sec., 6.80 MiB/sec. | ||
5972 | 2024.08.14 22:34:22.847491 [ 3 ] {7709ab8e-7fce-41bc-b8ab-a5f346bd5331} <Debug> DynamicQueryHandler: Done processing query | ||
5973 | 2024.08.14 22:34:22.847520 [ 3 ] {7709ab8e-7fce-41bc-b8ab-a5f346bd5331} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5974 | 2024.08.14 22:34:22.847536 [ 3 ] {} <Debug> HTTP-Session: 451906a2-a6c1-462a-b865-9b890c2d31ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5975 | 2024.08.14 22:34:22.847655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5976 | 2024.08.14 22:34:22.847706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5977 | 2024.08.14 22:34:22.847725 [ 3 ] {} <Debug> HTTP-Session: 5fd4d772-cff7-44ad-9801-dffd9280d9d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5978 | 2024.08.14 22:34:22.847743 [ 3 ] {} <Debug> HTTP-Session: 5fd4d772-cff7-44ad-9801-dffd9280d9d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5979 | 2024.08.14 22:34:22.847757 [ 3 ] {} <Debug> HTTP-Session: 5fd4d772-cff7-44ad-9801-dffd9280d9d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5980 | 2024.08.14 22:34:22.847789 [ 3 ] {} <Trace> HTTP-Session: 5fd4d772-cff7-44ad-9801-dffd9280d9d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5981 | 2024.08.14 22:34:22.847909 [ 3 ] {4c90e540-0c2c-4441-9418-e0ca002ac246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5982 | 2024.08.14 22:34:22.847953 [ 3 ] {4c90e540-0c2c-4441-9418-e0ca002ac246} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5983 | 2024.08.14 22:34:22.848100 [ 3 ] {4c90e540-0c2c-4441-9418-e0ca002ac246} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5984 | 2024.08.14 22:34:22.848449 [ 3 ] {4c90e540-0c2c-4441-9418-e0ca002ac246} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5985 | 2024.08.14 22:34:22.848488 [ 3 ] {4c90e540-0c2c-4441-9418-e0ca002ac246} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
5986 | 2024.08.14 22:34:22.848806 [ 3 ] {4c90e540-0c2c-4441-9418-e0ca002ac246} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5987 | 2024.08.14 22:34:22.849128 [ 3 ] {4c90e540-0c2c-4441-9418-e0ca002ac246} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5988 | 2024.08.14 22:34:22.849260 [ 3 ] {4c90e540-0c2c-4441-9418-e0ca002ac246} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001395 sec., 60931.89964157706 rows/sec., 4.76 MiB/sec. | ||
5989 | 2024.08.14 22:34:22.849424 [ 3 ] {4c90e540-0c2c-4441-9418-e0ca002ac246} <Debug> DynamicQueryHandler: Done processing query | ||
5990 | 2024.08.14 22:34:22.849450 [ 3 ] {4c90e540-0c2c-4441-9418-e0ca002ac246} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5991 | 2024.08.14 22:34:22.849466 [ 3 ] {} <Debug> HTTP-Session: 5fd4d772-cff7-44ad-9801-dffd9280d9d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5992 | 2024.08.14 22:34:22.849607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5993 | 2024.08.14 22:34:22.849657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5994 | 2024.08.14 22:34:22.849676 [ 3 ] {} <Debug> HTTP-Session: 57546755-e184-46fa-8256-553848ce0653 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
5995 | 2024.08.14 22:34:22.849693 [ 3 ] {} <Debug> HTTP-Session: 57546755-e184-46fa-8256-553848ce0653 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5996 | 2024.08.14 22:34:22.849707 [ 3 ] {} <Debug> HTTP-Session: 57546755-e184-46fa-8256-553848ce0653 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5997 | 2024.08.14 22:34:22.849738 [ 3 ] {} <Trace> HTTP-Session: 57546755-e184-46fa-8256-553848ce0653 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5998 | 2024.08.14 22:34:22.849882 [ 3 ] {4739d9d8-f998-453f-9beb-178510531196} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5999 | 2024.08.14 22:34:22.849929 [ 3 ] {4739d9d8-f998-453f-9beb-178510531196} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6000 | 2024.08.14 22:34:22.850073 [ 3 ] {4739d9d8-f998-453f-9beb-178510531196} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6001 | 2024.08.14 22:34:22.850443 [ 3 ] {4739d9d8-f998-453f-9beb-178510531196} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6002 | 2024.08.14 22:34:22.850481 [ 3 ] {4739d9d8-f998-453f-9beb-178510531196} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6003 | 2024.08.14 22:34:22.850865 [ 3 ] {4739d9d8-f998-453f-9beb-178510531196} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6004 | 2024.08.14 22:34:22.851212 [ 3 ] {4739d9d8-f998-453f-9beb-178510531196} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6005 | 2024.08.14 22:34:22.851341 [ 3 ] {4739d9d8-f998-453f-9beb-178510531196} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001528 sec., 104712.04188481675 rows/sec., 7.29 MiB/sec. | ||
6006 | 2024.08.14 22:34:22.851498 [ 3 ] {4739d9d8-f998-453f-9beb-178510531196} <Debug> DynamicQueryHandler: Done processing query | ||
6007 | 2024.08.14 22:34:22.851521 [ 3 ] {4739d9d8-f998-453f-9beb-178510531196} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6008 | 2024.08.14 22:34:22.851538 [ 3 ] {} <Debug> HTTP-Session: 57546755-e184-46fa-8256-553848ce0653 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6009 | 2024.08.14 22:34:22.851662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33766, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6010 | 2024.08.14 22:34:22.851710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6011 | 2024.08.14 22:34:22.851728 [ 3 ] {} <Debug> HTTP-Session: 62d5b35e-16ac-408b-a2ad-04a53bea86d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6012 | 2024.08.14 22:34:22.851744 [ 3 ] {} <Debug> HTTP-Session: 62d5b35e-16ac-408b-a2ad-04a53bea86d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6013 | 2024.08.14 22:34:22.851758 [ 3 ] {} <Debug> HTTP-Session: 62d5b35e-16ac-408b-a2ad-04a53bea86d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6014 | 2024.08.14 22:34:22.851788 [ 3 ] {} <Trace> HTTP-Session: 62d5b35e-16ac-408b-a2ad-04a53bea86d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6015 | 2024.08.14 22:34:22.852039 [ 3 ] {bcfe8494-f8e7-4cb1-84cb-eb27a339d5fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6016 | 2024.08.14 22:34:22.852101 [ 3 ] {bcfe8494-f8e7-4cb1-84cb-eb27a339d5fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
6017 | 2024.08.14 22:34:22.852513 [ 3 ] {bcfe8494-f8e7-4cb1-84cb-eb27a339d5fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6018 | 2024.08.14 22:34:22.853173 [ 3 ] {bcfe8494-f8e7-4cb1-84cb-eb27a339d5fe} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6019 | 2024.08.14 22:34:22.853208 [ 3 ] {bcfe8494-f8e7-4cb1-84cb-eb27a339d5fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6020 | 2024.08.14 22:34:22.853825 [ 3 ] {bcfe8494-f8e7-4cb1-84cb-eb27a339d5fe} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6021 | 2024.08.14 22:34:22.854238 [ 3 ] {bcfe8494-f8e7-4cb1-84cb-eb27a339d5fe} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6022 | 2024.08.14 22:34:22.854371 [ 108 ] {} <Debug> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6023 | 2024.08.14 22:34:22.854391 [ 3 ] {bcfe8494-f8e7-4cb1-84cb-eb27a339d5fe} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.00252 sec., 8333.333333333332 rows/sec., 14.93 MiB/sec. | ||
6024 | 2024.08.14 22:34:22.854425 [ 108 ] {} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6025 | 2024.08.14 22:34:22.854472 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6026 | 2024.08.14 22:34:22.854774 [ 201 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::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 | ||
6027 | 2024.08.14 22:34:22.854808 [ 3 ] {bcfe8494-f8e7-4cb1-84cb-eb27a339d5fe} <Debug> DynamicQueryHandler: Done processing query | ||
6028 | 2024.08.14 22:34:22.854852 [ 3 ] {bcfe8494-f8e7-4cb1-84cb-eb27a339d5fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
6029 | 2024.08.14 22:34:22.854880 [ 3 ] {} <Debug> HTTP-Session: 62d5b35e-16ac-408b-a2ad-04a53bea86d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6030 | 2024.08.14 22:34:22.855076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6031 | 2024.08.14 22:34:22.855196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6032 | 2024.08.14 22:34:22.855249 [ 3 ] {} <Debug> HTTP-Session: 6bd06a3d-8bc0-4443-81af-4199c5711e6f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6033 | 2024.08.14 22:34:22.855303 [ 3 ] {} <Debug> HTTP-Session: 6bd06a3d-8bc0-4443-81af-4199c5711e6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6034 | 2024.08.14 22:34:22.855347 [ 3 ] {} <Debug> HTTP-Session: 6bd06a3d-8bc0-4443-81af-4199c5711e6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6035 | 2024.08.14 22:34:22.855443 [ 3 ] {} <Trace> HTTP-Session: 6bd06a3d-8bc0-4443-81af-4199c5711e6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6036 | 2024.08.14 22:34:22.855550 [ 201 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6037 | 2024.08.14 22:34:22.855707 [ 201 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 358 rows starting from the beginning of the part | ||
6038 | 2024.08.14 22:34:22.855721 [ 3 ] {80264c00-47fc-4a01-8c8b-1b6bd1c2e35b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6039 | 2024.08.14 22:34:22.855845 [ 3 ] {80264c00-47fc-4a01-8c8b-1b6bd1c2e35b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6040 | 2024.08.14 22:34:22.856407 [ 201 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 21 rows starting from the beginning of the part | ||
6041 | 2024.08.14 22:34:22.856852 [ 3 ] {80264c00-47fc-4a01-8c8b-1b6bd1c2e35b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6042 | 2024.08.14 22:34:22.857238 [ 201 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 11 rows starting from the beginning of the part | ||
6043 | 2024.08.14 22:34:22.857807 [ 201 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 21 rows starting from the beginning of the part | ||
6044 | 2024.08.14 22:34:22.858195 [ 3 ] {80264c00-47fc-4a01-8c8b-1b6bd1c2e35b} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6045 | 2024.08.14 22:34:22.858368 [ 3 ] {80264c00-47fc-4a01-8c8b-1b6bd1c2e35b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6046 | 2024.08.14 22:34:22.858457 [ 201 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 11 rows starting from the beginning of the part | ||
6047 | 2024.08.14 22:34:22.859096 [ 201 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 21 rows starting from the beginning of the part | ||
6048 | 2024.08.14 22:34:22.859830 [ 3 ] {80264c00-47fc-4a01-8c8b-1b6bd1c2e35b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6049 | 2024.08.14 22:34:22.860522 [ 3 ] {80264c00-47fc-4a01-8c8b-1b6bd1c2e35b} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6050 | 2024.08.14 22:34:22.860900 [ 3 ] {80264c00-47fc-4a01-8c8b-1b6bd1c2e35b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005338 sec., 11240.164855751218 rows/sec., 775.69 KiB/sec. | ||
6051 | 2024.08.14 22:34:22.861163 [ 3 ] {80264c00-47fc-4a01-8c8b-1b6bd1c2e35b} <Debug> DynamicQueryHandler: Done processing query | ||
6052 | 2024.08.14 22:34:22.861197 [ 3 ] {80264c00-47fc-4a01-8c8b-1b6bd1c2e35b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6053 | 2024.08.14 22:34:22.861230 [ 3 ] {} <Debug> HTTP-Session: 6bd06a3d-8bc0-4443-81af-4199c5711e6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6054 | 2024.08.14 22:34:22.863393 [ 196 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 443 rows, containing 19 columns (19 merged, 0 gathered) in 0.008799159 sec., 50345.72053988341 rows/sec., 90.22 MiB/sec. | ||
6055 | 2024.08.14 22:34:22.864368 [ 196 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6056 | 2024.08.14 22:34:22.864945 [ 196 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6057 | 2024.08.14 22:34:22.865019 [ 196 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6058 | 2024.08.14 22:34:22.865153 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.09 MiB. | ||
6059 | 2024.08.14 22:34:26.084033 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6060 | 2024.08.14 22:34:26.084101 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6061 | 2024.08.14 22:34:27.846389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6062 | 2024.08.14 22:34:27.846510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6063 | 2024.08.14 22:34:27.846539 [ 3 ] {} <Debug> HTTP-Session: ff253d5c-4c6e-439b-981f-f8846944fb8a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6064 | 2024.08.14 22:34:27.846568 [ 3 ] {} <Debug> HTTP-Session: ff253d5c-4c6e-439b-981f-f8846944fb8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6065 | 2024.08.14 22:34:27.846586 [ 3 ] {} <Debug> HTTP-Session: ff253d5c-4c6e-439b-981f-f8846944fb8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6066 | 2024.08.14 22:34:27.846640 [ 3 ] {} <Trace> HTTP-Session: ff253d5c-4c6e-439b-981f-f8846944fb8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6067 | 2024.08.14 22:34:27.846839 [ 3 ] {6350ee1b-d21b-4183-9720-f4896ace991c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6068 | 2024.08.14 22:34:27.846911 [ 3 ] {6350ee1b-d21b-4183-9720-f4896ace991c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6069 | 2024.08.14 22:34:27.847123 [ 3 ] {6350ee1b-d21b-4183-9720-f4896ace991c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6070 | 2024.08.14 22:34:27.847689 [ 3 ] {6350ee1b-d21b-4183-9720-f4896ace991c} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6071 | 2024.08.14 22:34:27.847731 [ 3 ] {6350ee1b-d21b-4183-9720-f4896ace991c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6072 | 2024.08.14 22:34:27.848093 [ 3 ] {6350ee1b-d21b-4183-9720-f4896ace991c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6073 | 2024.08.14 22:34:27.848439 [ 3 ] {6350ee1b-d21b-4183-9720-f4896ace991c} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6074 | 2024.08.14 22:34:27.848583 [ 3 ] {6350ee1b-d21b-4183-9720-f4896ace991c} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001804 sec., 9423.50332594235 rows/sec., 682.62 KiB/sec. | ||
6075 | 2024.08.14 22:34:27.848784 [ 3 ] {6350ee1b-d21b-4183-9720-f4896ace991c} <Debug> DynamicQueryHandler: Done processing query | ||
6076 | 2024.08.14 22:34:27.848815 [ 3 ] {6350ee1b-d21b-4183-9720-f4896ace991c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6077 | 2024.08.14 22:34:27.848835 [ 3 ] {} <Debug> HTTP-Session: ff253d5c-4c6e-439b-981f-f8846944fb8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6078 | 2024.08.14 22:34:27.848979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6079 | 2024.08.14 22:34:27.849040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6080 | 2024.08.14 22:34:27.849062 [ 3 ] {} <Debug> HTTP-Session: 40fadbe1-aedc-4cd8-979d-7d0591dc05c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6081 | 2024.08.14 22:34:27.849081 [ 3 ] {} <Debug> HTTP-Session: 40fadbe1-aedc-4cd8-979d-7d0591dc05c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6082 | 2024.08.14 22:34:27.849096 [ 3 ] {} <Debug> HTTP-Session: 40fadbe1-aedc-4cd8-979d-7d0591dc05c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6083 | 2024.08.14 22:34:27.849133 [ 3 ] {} <Trace> HTTP-Session: 40fadbe1-aedc-4cd8-979d-7d0591dc05c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6084 | 2024.08.14 22:34:27.849260 [ 3 ] {b92ed326-5bc9-48e3-851c-f393ba952223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6085 | 2024.08.14 22:34:27.849317 [ 3 ] {b92ed326-5bc9-48e3-851c-f393ba952223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6086 | 2024.08.14 22:34:27.849463 [ 3 ] {b92ed326-5bc9-48e3-851c-f393ba952223} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6087 | 2024.08.14 22:34:27.849753 [ 3 ] {b92ed326-5bc9-48e3-851c-f393ba952223} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6088 | 2024.08.14 22:34:27.849790 [ 3 ] {b92ed326-5bc9-48e3-851c-f393ba952223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6089 | 2024.08.14 22:34:27.850089 [ 3 ] {b92ed326-5bc9-48e3-851c-f393ba952223} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
6090 | 2024.08.14 22:34:27.850396 [ 3 ] {b92ed326-5bc9-48e3-851c-f393ba952223} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6091 | 2024.08.14 22:34:27.850517 [ 3 ] {b92ed326-5bc9-48e3-851c-f393ba952223} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00129 sec., 1550.387596899225 rows/sec., 126.42 KiB/sec. | ||
6092 | 2024.08.14 22:34:27.850784 [ 3 ] {b92ed326-5bc9-48e3-851c-f393ba952223} <Debug> DynamicQueryHandler: Done processing query | ||
6093 | 2024.08.14 22:34:27.850810 [ 3 ] {b92ed326-5bc9-48e3-851c-f393ba952223} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6094 | 2024.08.14 22:34:27.850826 [ 3 ] {} <Debug> HTTP-Session: 40fadbe1-aedc-4cd8-979d-7d0591dc05c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6095 | 2024.08.14 22:34:27.850978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 29477, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6096 | 2024.08.14 22:34:27.851028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6097 | 2024.08.14 22:34:27.851048 [ 3 ] {} <Debug> HTTP-Session: 1c2550f0-b587-49e4-b3e0-b20df9cfdd0a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6098 | 2024.08.14 22:34:27.851065 [ 3 ] {} <Debug> HTTP-Session: 1c2550f0-b587-49e4-b3e0-b20df9cfdd0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6099 | 2024.08.14 22:34:27.851079 [ 3 ] {} <Debug> HTTP-Session: 1c2550f0-b587-49e4-b3e0-b20df9cfdd0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6100 | 2024.08.14 22:34:27.851111 [ 3 ] {} <Trace> HTTP-Session: 1c2550f0-b587-49e4-b3e0-b20df9cfdd0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6101 | 2024.08.14 22:34:27.851258 [ 3 ] {a2adae11-d594-418b-a7cf-cdce73c57263} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6102 | 2024.08.14 22:34:27.851299 [ 3 ] {a2adae11-d594-418b-a7cf-cdce73c57263} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6103 | 2024.08.14 22:34:27.851442 [ 3 ] {a2adae11-d594-418b-a7cf-cdce73c57263} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6104 | 2024.08.14 22:34:27.851938 [ 3 ] {a2adae11-d594-418b-a7cf-cdce73c57263} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6105 | 2024.08.14 22:34:27.851974 [ 3 ] {a2adae11-d594-418b-a7cf-cdce73c57263} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6106 | 2024.08.14 22:34:27.852295 [ 3 ] {a2adae11-d594-418b-a7cf-cdce73c57263} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6107 | 2024.08.14 22:34:27.852607 [ 3 ] {a2adae11-d594-418b-a7cf-cdce73c57263} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6108 | 2024.08.14 22:34:27.852733 [ 3 ] {a2adae11-d594-418b-a7cf-cdce73c57263} <Debug> executeQuery: Read 195 rows, 17.62 KiB in 0.001542 sec., 126459.14396887159 rows/sec., 11.16 MiB/sec. | ||
6109 | 2024.08.14 22:34:27.852894 [ 3 ] {a2adae11-d594-418b-a7cf-cdce73c57263} <Debug> DynamicQueryHandler: Done processing query | ||
6110 | 2024.08.14 22:34:27.852919 [ 3 ] {a2adae11-d594-418b-a7cf-cdce73c57263} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6111 | 2024.08.14 22:34:27.852935 [ 3 ] {} <Debug> HTTP-Session: 1c2550f0-b587-49e4-b3e0-b20df9cfdd0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6112 | 2024.08.14 22:34:27.853048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6113 | 2024.08.14 22:34:27.853098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6114 | 2024.08.14 22:34:27.853118 [ 3 ] {} <Debug> HTTP-Session: 1172f8cb-73bf-4792-a36c-4e3a9651b171 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6115 | 2024.08.14 22:34:27.853134 [ 3 ] {} <Debug> HTTP-Session: 1172f8cb-73bf-4792-a36c-4e3a9651b171 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6116 | 2024.08.14 22:34:27.853148 [ 3 ] {} <Debug> HTTP-Session: 1172f8cb-73bf-4792-a36c-4e3a9651b171 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6117 | 2024.08.14 22:34:27.853179 [ 3 ] {} <Trace> HTTP-Session: 1172f8cb-73bf-4792-a36c-4e3a9651b171 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6118 | 2024.08.14 22:34:27.853273 [ 3 ] {fdc97ad5-ecfe-4d7b-a4dc-b08e4ec1db35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6119 | 2024.08.14 22:34:27.853316 [ 3 ] {fdc97ad5-ecfe-4d7b-a4dc-b08e4ec1db35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6120 | 2024.08.14 22:34:27.853441 [ 3 ] {fdc97ad5-ecfe-4d7b-a4dc-b08e4ec1db35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6121 | 2024.08.14 22:34:27.853707 [ 3 ] {fdc97ad5-ecfe-4d7b-a4dc-b08e4ec1db35} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6122 | 2024.08.14 22:34:27.853743 [ 3 ] {fdc97ad5-ecfe-4d7b-a4dc-b08e4ec1db35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6123 | 2024.08.14 22:34:27.854038 [ 3 ] {fdc97ad5-ecfe-4d7b-a4dc-b08e4ec1db35} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
6124 | 2024.08.14 22:34:27.854354 [ 3 ] {fdc97ad5-ecfe-4d7b-a4dc-b08e4ec1db35} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6125 | 2024.08.14 22:34:27.854474 [ 3 ] {fdc97ad5-ecfe-4d7b-a4dc-b08e4ec1db35} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001225 sec., 1632.6530612244899 rows/sec., 114.00 KiB/sec. | ||
6126 | 2024.08.14 22:34:27.854745 [ 3 ] {fdc97ad5-ecfe-4d7b-a4dc-b08e4ec1db35} <Debug> DynamicQueryHandler: Done processing query | ||
6127 | 2024.08.14 22:34:27.854770 [ 3 ] {fdc97ad5-ecfe-4d7b-a4dc-b08e4ec1db35} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6128 | 2024.08.14 22:34:27.854786 [ 3 ] {} <Debug> HTTP-Session: 1172f8cb-73bf-4792-a36c-4e3a9651b171 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6129 | 2024.08.14 22:34:27.854928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 63753, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6130 | 2024.08.14 22:34:27.854978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6131 | 2024.08.14 22:34:27.854996 [ 3 ] {} <Debug> HTTP-Session: bb919b9f-d705-4b87-a704-1d531d3cc19d Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6132 | 2024.08.14 22:34:27.855013 [ 3 ] {} <Debug> HTTP-Session: bb919b9f-d705-4b87-a704-1d531d3cc19d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6133 | 2024.08.14 22:34:27.855027 [ 3 ] {} <Debug> HTTP-Session: bb919b9f-d705-4b87-a704-1d531d3cc19d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6134 | 2024.08.14 22:34:27.855057 [ 3 ] {} <Trace> HTTP-Session: bb919b9f-d705-4b87-a704-1d531d3cc19d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6135 | 2024.08.14 22:34:27.855263 [ 3 ] {00c88501-25e3-483b-be01-af2054d93397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6136 | 2024.08.14 22:34:27.855307 [ 3 ] {00c88501-25e3-483b-be01-af2054d93397} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6137 | 2024.08.14 22:34:27.855446 [ 3 ] {00c88501-25e3-483b-be01-af2054d93397} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6138 | 2024.08.14 22:34:27.855990 [ 3 ] {00c88501-25e3-483b-be01-af2054d93397} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6139 | 2024.08.14 22:34:27.856026 [ 3 ] {00c88501-25e3-483b-be01-af2054d93397} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6140 | 2024.08.14 22:34:27.856350 [ 3 ] {00c88501-25e3-483b-be01-af2054d93397} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6141 | 2024.08.14 22:34:27.856671 [ 3 ] {00c88501-25e3-483b-be01-af2054d93397} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6142 | 2024.08.14 22:34:27.856799 [ 3 ] {00c88501-25e3-483b-be01-af2054d93397} <Debug> executeQuery: Read 395 rows, 28.52 KiB in 0.001651 sec., 239248.94003634164 rows/sec., 16.87 MiB/sec. | ||
6143 | 2024.08.14 22:34:27.857078 [ 3 ] {00c88501-25e3-483b-be01-af2054d93397} <Debug> DynamicQueryHandler: Done processing query | ||
6144 | 2024.08.14 22:34:27.857131 [ 3 ] {00c88501-25e3-483b-be01-af2054d93397} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
6145 | 2024.08.14 22:34:27.857171 [ 3 ] {} <Debug> HTTP-Session: bb919b9f-d705-4b87-a704-1d531d3cc19d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6146 | 2024.08.14 22:34:27.857309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6147 | 2024.08.14 22:34:27.857360 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6148 | 2024.08.14 22:34:27.857379 [ 3 ] {} <Debug> HTTP-Session: a83fd6c5-6681-4df9-9612-76ac8924fc5b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6149 | 2024.08.14 22:34:27.857395 [ 3 ] {} <Debug> HTTP-Session: a83fd6c5-6681-4df9-9612-76ac8924fc5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6150 | 2024.08.14 22:34:27.857410 [ 3 ] {} <Debug> HTTP-Session: a83fd6c5-6681-4df9-9612-76ac8924fc5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6151 | 2024.08.14 22:34:27.857440 [ 3 ] {} <Trace> HTTP-Session: a83fd6c5-6681-4df9-9612-76ac8924fc5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6152 | 2024.08.14 22:34:27.857541 [ 3 ] {e1e985d7-7fcb-4590-bf41-c936c839900f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6153 | 2024.08.14 22:34:27.857588 [ 3 ] {e1e985d7-7fcb-4590-bf41-c936c839900f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6154 | 2024.08.14 22:34:27.857738 [ 3 ] {e1e985d7-7fcb-4590-bf41-c936c839900f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6155 | 2024.08.14 22:34:27.858012 [ 3 ] {e1e985d7-7fcb-4590-bf41-c936c839900f} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6156 | 2024.08.14 22:34:27.858049 [ 3 ] {e1e985d7-7fcb-4590-bf41-c936c839900f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6157 | 2024.08.14 22:34:27.858407 [ 3 ] {e1e985d7-7fcb-4590-bf41-c936c839900f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6158 | 2024.08.14 22:34:27.858737 [ 3 ] {e1e985d7-7fcb-4590-bf41-c936c839900f} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6159 | 2024.08.14 22:34:27.858893 [ 3 ] {e1e985d7-7fcb-4590-bf41-c936c839900f} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001373 sec., 4369.992716678806 rows/sec., 187.77 KiB/sec. | ||
6160 | 2024.08.14 22:34:27.859047 [ 3 ] {e1e985d7-7fcb-4590-bf41-c936c839900f} <Debug> DynamicQueryHandler: Done processing query | ||
6161 | 2024.08.14 22:34:27.859070 [ 3 ] {e1e985d7-7fcb-4590-bf41-c936c839900f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6162 | 2024.08.14 22:34:27.859086 [ 3 ] {} <Debug> HTTP-Session: a83fd6c5-6681-4df9-9612-76ac8924fc5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6163 | 2024.08.14 22:34:27.859193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6164 | 2024.08.14 22:34:27.859242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6165 | 2024.08.14 22:34:27.859261 [ 3 ] {} <Debug> HTTP-Session: 8eaeca76-4a8b-4395-bcc6-5c3664ac828b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6166 | 2024.08.14 22:34:27.859277 [ 3 ] {} <Debug> HTTP-Session: 8eaeca76-4a8b-4395-bcc6-5c3664ac828b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6167 | 2024.08.14 22:34:27.859291 [ 3 ] {} <Debug> HTTP-Session: 8eaeca76-4a8b-4395-bcc6-5c3664ac828b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6168 | 2024.08.14 22:34:27.859321 [ 3 ] {} <Trace> HTTP-Session: 8eaeca76-4a8b-4395-bcc6-5c3664ac828b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6169 | 2024.08.14 22:34:27.859461 [ 3 ] {1cabee1c-a884-47dd-987e-5bc69f5a5429} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
6170 | 2024.08.14 22:34:27.859508 [ 3 ] {1cabee1c-a884-47dd-987e-5bc69f5a5429} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
6171 | 2024.08.14 22:34:27.859657 [ 3 ] {1cabee1c-a884-47dd-987e-5bc69f5a5429} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6172 | 2024.08.14 22:34:27.859968 [ 3 ] {1cabee1c-a884-47dd-987e-5bc69f5a5429} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6173 | 2024.08.14 22:34:27.860004 [ 3 ] {1cabee1c-a884-47dd-987e-5bc69f5a5429} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6174 | 2024.08.14 22:34:27.860368 [ 3 ] {1cabee1c-a884-47dd-987e-5bc69f5a5429} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6175 | 2024.08.14 22:34:27.860718 [ 3 ] {1cabee1c-a884-47dd-987e-5bc69f5a5429} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6176 | 2024.08.14 22:34:27.860874 [ 3 ] {1cabee1c-a884-47dd-987e-5bc69f5a5429} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001472 sec., 52309.782608695656 rows/sec., 3.22 MiB/sec. | ||
6177 | 2024.08.14 22:34:27.861045 [ 3 ] {1cabee1c-a884-47dd-987e-5bc69f5a5429} <Debug> DynamicQueryHandler: Done processing query | ||
6178 | 2024.08.14 22:34:27.861068 [ 3 ] {1cabee1c-a884-47dd-987e-5bc69f5a5429} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6179 | 2024.08.14 22:34:27.861084 [ 3 ] {} <Debug> HTTP-Session: 8eaeca76-4a8b-4395-bcc6-5c3664ac828b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6180 | 2024.08.14 22:34:27.861226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6181 | 2024.08.14 22:34:27.861276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6182 | 2024.08.14 22:34:27.861296 [ 3 ] {} <Debug> HTTP-Session: 9e8bcd6f-0975-43d3-84e5-a6cb38098f80 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6183 | 2024.08.14 22:34:27.861313 [ 3 ] {} <Debug> HTTP-Session: 9e8bcd6f-0975-43d3-84e5-a6cb38098f80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6184 | 2024.08.14 22:34:27.861326 [ 3 ] {} <Debug> HTTP-Session: 9e8bcd6f-0975-43d3-84e5-a6cb38098f80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6185 | 2024.08.14 22:34:27.861357 [ 3 ] {} <Trace> HTTP-Session: 9e8bcd6f-0975-43d3-84e5-a6cb38098f80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6186 | 2024.08.14 22:34:27.861506 [ 3 ] {ede0bb20-2815-4327-b505-aa31fb418433} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6187 | 2024.08.14 22:34:27.861551 [ 3 ] {ede0bb20-2815-4327-b505-aa31fb418433} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6188 | 2024.08.14 22:34:27.861696 [ 3 ] {ede0bb20-2815-4327-b505-aa31fb418433} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6189 | 2024.08.14 22:34:27.862139 [ 3 ] {ede0bb20-2815-4327-b505-aa31fb418433} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6190 | 2024.08.14 22:34:27.862175 [ 3 ] {ede0bb20-2815-4327-b505-aa31fb418433} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6191 | 2024.08.14 22:34:27.862555 [ 3 ] {ede0bb20-2815-4327-b505-aa31fb418433} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6192 | 2024.08.14 22:34:27.862907 [ 3 ] {ede0bb20-2815-4327-b505-aa31fb418433} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6193 | 2024.08.14 22:34:27.863071 [ 3 ] {ede0bb20-2815-4327-b505-aa31fb418433} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001628 sec., 98894.34889434889 rows/sec., 6.89 MiB/sec. | ||
6194 | 2024.08.14 22:34:27.863415 [ 3 ] {ede0bb20-2815-4327-b505-aa31fb418433} <Debug> DynamicQueryHandler: Done processing query | ||
6195 | 2024.08.14 22:34:27.863441 [ 3 ] {ede0bb20-2815-4327-b505-aa31fb418433} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6196 | 2024.08.14 22:34:27.863457 [ 3 ] {} <Debug> HTTP-Session: 9e8bcd6f-0975-43d3-84e5-a6cb38098f80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6197 | 2024.08.14 22:34:27.863577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6198 | 2024.08.14 22:34:27.863627 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6199 | 2024.08.14 22:34:27.863647 [ 3 ] {} <Debug> HTTP-Session: a3862cfd-a89e-4e41-be62-88110d11f43c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6200 | 2024.08.14 22:34:27.863664 [ 3 ] {} <Debug> HTTP-Session: a3862cfd-a89e-4e41-be62-88110d11f43c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6201 | 2024.08.14 22:34:27.863677 [ 3 ] {} <Debug> HTTP-Session: a3862cfd-a89e-4e41-be62-88110d11f43c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6202 | 2024.08.14 22:34:27.863708 [ 3 ] {} <Trace> HTTP-Session: a3862cfd-a89e-4e41-be62-88110d11f43c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6203 | 2024.08.14 22:34:27.863895 [ 3 ] {a338b4fc-f258-4486-83f5-db91b39179e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6204 | 2024.08.14 22:34:27.863966 [ 3 ] {a338b4fc-f258-4486-83f5-db91b39179e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
6205 | 2024.08.14 22:34:27.864395 [ 3 ] {a338b4fc-f258-4486-83f5-db91b39179e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6206 | 2024.08.14 22:34:27.864959 [ 3 ] {a338b4fc-f258-4486-83f5-db91b39179e1} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6207 | 2024.08.14 22:34:27.864995 [ 3 ] {a338b4fc-f258-4486-83f5-db91b39179e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6208 | 2024.08.14 22:34:27.865587 [ 3 ] {a338b4fc-f258-4486-83f5-db91b39179e1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6209 | 2024.08.14 22:34:27.865992 [ 3 ] {a338b4fc-f258-4486-83f5-db91b39179e1} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6210 | 2024.08.14 22:34:27.866200 [ 3 ] {a338b4fc-f258-4486-83f5-db91b39179e1} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002401 sec., 4581.424406497293 rows/sec., 8.21 MiB/sec. | ||
6211 | 2024.08.14 22:34:27.866769 [ 3 ] {a338b4fc-f258-4486-83f5-db91b39179e1} <Debug> DynamicQueryHandler: Done processing query | ||
6212 | 2024.08.14 22:34:27.866794 [ 3 ] {a338b4fc-f258-4486-83f5-db91b39179e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
6213 | 2024.08.14 22:34:27.866809 [ 3 ] {} <Debug> HTTP-Session: a3862cfd-a89e-4e41-be62-88110d11f43c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6214 | 2024.08.14 22:34:27.866913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6215 | 2024.08.14 22:34:27.866964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6216 | 2024.08.14 22:34:27.866983 [ 3 ] {} <Debug> HTTP-Session: 6711a497-1521-4e5d-8955-1413a8273b15 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6217 | 2024.08.14 22:34:27.867000 [ 3 ] {} <Debug> HTTP-Session: 6711a497-1521-4e5d-8955-1413a8273b15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6218 | 2024.08.14 22:34:27.867014 [ 3 ] {} <Debug> HTTP-Session: 6711a497-1521-4e5d-8955-1413a8273b15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6219 | 2024.08.14 22:34:27.867045 [ 3 ] {} <Trace> HTTP-Session: 6711a497-1521-4e5d-8955-1413a8273b15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6220 | 2024.08.14 22:34:27.867146 [ 3 ] {8dc3558e-0b95-4134-8f06-8de10f1769c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
6221 | 2024.08.14 22:34:27.867190 [ 3 ] {8dc3558e-0b95-4134-8f06-8de10f1769c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
6222 | 2024.08.14 22:34:27.867343 [ 3 ] {8dc3558e-0b95-4134-8f06-8de10f1769c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6223 | 2024.08.14 22:34:27.867648 [ 3 ] {8dc3558e-0b95-4134-8f06-8de10f1769c7} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6224 | 2024.08.14 22:34:27.867684 [ 3 ] {8dc3558e-0b95-4134-8f06-8de10f1769c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6225 | 2024.08.14 22:34:27.868046 [ 3 ] {8dc3558e-0b95-4134-8f06-8de10f1769c7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6226 | 2024.08.14 22:34:27.868367 [ 3 ] {8dc3558e-0b95-4134-8f06-8de10f1769c7} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6227 | 2024.08.14 22:34:27.868515 [ 3 ] {8dc3558e-0b95-4134-8f06-8de10f1769c7} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00139 sec., 16546.762589928057 rows/sec., 895.07 KiB/sec. | ||
6228 | 2024.08.14 22:34:27.868687 [ 3 ] {8dc3558e-0b95-4134-8f06-8de10f1769c7} <Debug> DynamicQueryHandler: Done processing query | ||
6229 | 2024.08.14 22:34:27.868711 [ 3 ] {8dc3558e-0b95-4134-8f06-8de10f1769c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6230 | 2024.08.14 22:34:27.868727 [ 3 ] {} <Debug> HTTP-Session: 6711a497-1521-4e5d-8955-1413a8273b15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6231 | 2024.08.14 22:34:27.868836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6232 | 2024.08.14 22:34:27.868885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6233 | 2024.08.14 22:34:27.868904 [ 3 ] {} <Debug> HTTP-Session: 03862df7-1184-44c3-94b9-b967e499ee0c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6234 | 2024.08.14 22:34:27.868921 [ 3 ] {} <Debug> HTTP-Session: 03862df7-1184-44c3-94b9-b967e499ee0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6235 | 2024.08.14 22:34:27.868935 [ 3 ] {} <Debug> HTTP-Session: 03862df7-1184-44c3-94b9-b967e499ee0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6236 | 2024.08.14 22:34:27.868966 [ 3 ] {} <Trace> HTTP-Session: 03862df7-1184-44c3-94b9-b967e499ee0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6237 | 2024.08.14 22:34:27.869093 [ 3 ] {5b21a029-2fdc-4286-bf48-db6918edf279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6238 | 2024.08.14 22:34:27.869136 [ 3 ] {5b21a029-2fdc-4286-bf48-db6918edf279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6239 | 2024.08.14 22:34:27.869263 [ 3 ] {5b21a029-2fdc-4286-bf48-db6918edf279} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6240 | 2024.08.14 22:34:27.869556 [ 3 ] {5b21a029-2fdc-4286-bf48-db6918edf279} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6241 | 2024.08.14 22:34:27.869591 [ 3 ] {5b21a029-2fdc-4286-bf48-db6918edf279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
6242 | 2024.08.14 22:34:27.869943 [ 3 ] {5b21a029-2fdc-4286-bf48-db6918edf279} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6243 | 2024.08.14 22:34:27.870262 [ 3 ] {5b21a029-2fdc-4286-bf48-db6918edf279} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6244 | 2024.08.14 22:34:27.870427 [ 3 ] {5b21a029-2fdc-4286-bf48-db6918edf279} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001374 sec., 43668.12227074236 rows/sec., 2.94 MiB/sec. | ||
6245 | 2024.08.14 22:34:27.870711 [ 3 ] {5b21a029-2fdc-4286-bf48-db6918edf279} <Debug> DynamicQueryHandler: Done processing query | ||
6246 | 2024.08.14 22:34:27.870735 [ 3 ] {5b21a029-2fdc-4286-bf48-db6918edf279} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6247 | 2024.08.14 22:34:27.870751 [ 3 ] {} <Debug> HTTP-Session: 03862df7-1184-44c3-94b9-b967e499ee0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6248 | 2024.08.14 22:34:32.843098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6249 | 2024.08.14 22:34:32.843222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6250 | 2024.08.14 22:34:32.843248 [ 3 ] {} <Debug> HTTP-Session: b48253c0-5cfe-4482-a9ad-06c7a534eb84 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6251 | 2024.08.14 22:34:32.843272 [ 3 ] {} <Debug> HTTP-Session: b48253c0-5cfe-4482-a9ad-06c7a534eb84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6252 | 2024.08.14 22:34:32.843287 [ 3 ] {} <Debug> HTTP-Session: b48253c0-5cfe-4482-a9ad-06c7a534eb84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6253 | 2024.08.14 22:34:32.843335 [ 3 ] {} <Trace> HTTP-Session: b48253c0-5cfe-4482-a9ad-06c7a534eb84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6254 | 2024.08.14 22:34:32.843518 [ 3 ] {1c052df4-3118-47bb-9e3f-f1dfbbb3220e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6255 | 2024.08.14 22:34:32.843584 [ 3 ] {1c052df4-3118-47bb-9e3f-f1dfbbb3220e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6256 | 2024.08.14 22:34:32.843771 [ 3 ] {1c052df4-3118-47bb-9e3f-f1dfbbb3220e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6257 | 2024.08.14 22:34:32.844201 [ 3 ] {1c052df4-3118-47bb-9e3f-f1dfbbb3220e} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6258 | 2024.08.14 22:34:32.844243 [ 3 ] {1c052df4-3118-47bb-9e3f-f1dfbbb3220e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6259 | 2024.08.14 22:34:32.844608 [ 3 ] {1c052df4-3118-47bb-9e3f-f1dfbbb3220e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6260 | 2024.08.14 22:34:32.844944 [ 3 ] {1c052df4-3118-47bb-9e3f-f1dfbbb3220e} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6261 | 2024.08.14 22:34:32.845112 [ 3 ] {1c052df4-3118-47bb-9e3f-f1dfbbb3220e} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001642 sec., 12789.281364190012 rows/sec., 1.01 MiB/sec. | ||
6262 | 2024.08.14 22:34:32.845310 [ 3 ] {1c052df4-3118-47bb-9e3f-f1dfbbb3220e} <Debug> DynamicQueryHandler: Done processing query | ||
6263 | 2024.08.14 22:34:32.845336 [ 3 ] {1c052df4-3118-47bb-9e3f-f1dfbbb3220e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6264 | 2024.08.14 22:34:32.845353 [ 3 ] {} <Debug> HTTP-Session: b48253c0-5cfe-4482-a9ad-06c7a534eb84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6265 | 2024.08.14 22:34:32.845480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6266 | 2024.08.14 22:34:32.845532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6267 | 2024.08.14 22:34:32.845551 [ 3 ] {} <Debug> HTTP-Session: c7fa070a-a795-4743-b736-608136011d2d Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6268 | 2024.08.14 22:34:32.845567 [ 3 ] {} <Debug> HTTP-Session: c7fa070a-a795-4743-b736-608136011d2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6269 | 2024.08.14 22:34:32.845581 [ 3 ] {} <Debug> HTTP-Session: c7fa070a-a795-4743-b736-608136011d2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6270 | 2024.08.14 22:34:32.845613 [ 3 ] {} <Trace> HTTP-Session: c7fa070a-a795-4743-b736-608136011d2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6271 | 2024.08.14 22:34:32.845707 [ 3 ] {06d3fd21-9cb3-4ac1-9c8a-3c64418d6ff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6272 | 2024.08.14 22:34:32.845751 [ 3 ] {06d3fd21-9cb3-4ac1-9c8a-3c64418d6ff7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6273 | 2024.08.14 22:34:32.845881 [ 3 ] {06d3fd21-9cb3-4ac1-9c8a-3c64418d6ff7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6274 | 2024.08.14 22:34:32.846176 [ 3 ] {06d3fd21-9cb3-4ac1-9c8a-3c64418d6ff7} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6275 | 2024.08.14 22:34:32.846213 [ 3 ] {06d3fd21-9cb3-4ac1-9c8a-3c64418d6ff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6276 | 2024.08.14 22:34:32.846520 [ 3 ] {06d3fd21-9cb3-4ac1-9c8a-3c64418d6ff7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
6277 | 2024.08.14 22:34:32.846824 [ 3 ] {06d3fd21-9cb3-4ac1-9c8a-3c64418d6ff7} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6278 | 2024.08.14 22:34:32.846981 [ 3 ] {06d3fd21-9cb3-4ac1-9c8a-3c64418d6ff7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001295 sec., 1544.4015444015445 rows/sec., 125.94 KiB/sec. | ||
6279 | 2024.08.14 22:34:32.847277 [ 3 ] {06d3fd21-9cb3-4ac1-9c8a-3c64418d6ff7} <Debug> DynamicQueryHandler: Done processing query | ||
6280 | 2024.08.14 22:34:32.847307 [ 3 ] {06d3fd21-9cb3-4ac1-9c8a-3c64418d6ff7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6281 | 2024.08.14 22:34:32.847324 [ 3 ] {} <Debug> HTTP-Session: c7fa070a-a795-4743-b736-608136011d2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6282 | 2024.08.14 22:34:32.847522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17463, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6283 | 2024.08.14 22:34:32.847573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6284 | 2024.08.14 22:34:32.847595 [ 3 ] {} <Debug> HTTP-Session: 9ddf2067-b749-4873-ba40-55a2f54680ea Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6285 | 2024.08.14 22:34:32.847614 [ 3 ] {} <Debug> HTTP-Session: 9ddf2067-b749-4873-ba40-55a2f54680ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6286 | 2024.08.14 22:34:32.847627 [ 3 ] {} <Debug> HTTP-Session: 9ddf2067-b749-4873-ba40-55a2f54680ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6287 | 2024.08.14 22:34:32.847658 [ 3 ] {} <Trace> HTTP-Session: 9ddf2067-b749-4873-ba40-55a2f54680ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6288 | 2024.08.14 22:34:32.847792 [ 3 ] {b74456f1-dea4-4d89-b894-02afeef3fb86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6289 | 2024.08.14 22:34:32.847836 [ 3 ] {b74456f1-dea4-4d89-b894-02afeef3fb86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6290 | 2024.08.14 22:34:32.847982 [ 3 ] {b74456f1-dea4-4d89-b894-02afeef3fb86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6291 | 2024.08.14 22:34:32.848357 [ 3 ] {b74456f1-dea4-4d89-b894-02afeef3fb86} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6292 | 2024.08.14 22:34:32.848396 [ 3 ] {b74456f1-dea4-4d89-b894-02afeef3fb86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6293 | 2024.08.14 22:34:32.848721 [ 3 ] {b74456f1-dea4-4d89-b894-02afeef3fb86} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6294 | 2024.08.14 22:34:32.849033 [ 3 ] {b74456f1-dea4-4d89-b894-02afeef3fb86} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6295 | 2024.08.14 22:34:32.849187 [ 3 ] {b74456f1-dea4-4d89-b894-02afeef3fb86} <Debug> executeQuery: Read 120 rows, 10.15 KiB in 0.001437 sec., 83507.30688935283 rows/sec., 6.90 MiB/sec. | ||
6296 | 2024.08.14 22:34:32.849365 [ 3 ] {b74456f1-dea4-4d89-b894-02afeef3fb86} <Debug> DynamicQueryHandler: Done processing query | ||
6297 | 2024.08.14 22:34:32.849398 [ 3 ] {b74456f1-dea4-4d89-b894-02afeef3fb86} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6298 | 2024.08.14 22:34:32.849422 [ 3 ] {} <Debug> HTTP-Session: 9ddf2067-b749-4873-ba40-55a2f54680ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6299 | 2024.08.14 22:34:32.849559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6300 | 2024.08.14 22:34:32.849614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6301 | 2024.08.14 22:34:32.849635 [ 3 ] {} <Debug> HTTP-Session: 62536053-0b92-4c3b-8a6c-0762203da52f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6302 | 2024.08.14 22:34:32.849652 [ 3 ] {} <Debug> HTTP-Session: 62536053-0b92-4c3b-8a6c-0762203da52f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6303 | 2024.08.14 22:34:32.849666 [ 3 ] {} <Debug> HTTP-Session: 62536053-0b92-4c3b-8a6c-0762203da52f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6304 | 2024.08.14 22:34:32.849697 [ 3 ] {} <Trace> HTTP-Session: 62536053-0b92-4c3b-8a6c-0762203da52f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6305 | 2024.08.14 22:34:32.849793 [ 3 ] {71ce0047-5434-474d-9f6b-04ebb1c8ea33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6306 | 2024.08.14 22:34:32.849834 [ 3 ] {71ce0047-5434-474d-9f6b-04ebb1c8ea33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6307 | 2024.08.14 22:34:32.849965 [ 3 ] {71ce0047-5434-474d-9f6b-04ebb1c8ea33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6308 | 2024.08.14 22:34:32.850232 [ 3 ] {71ce0047-5434-474d-9f6b-04ebb1c8ea33} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6309 | 2024.08.14 22:34:32.850270 [ 3 ] {71ce0047-5434-474d-9f6b-04ebb1c8ea33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6310 | 2024.08.14 22:34:32.850568 [ 3 ] {71ce0047-5434-474d-9f6b-04ebb1c8ea33} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
6311 | 2024.08.14 22:34:32.850884 [ 3 ] {71ce0047-5434-474d-9f6b-04ebb1c8ea33} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6312 | 2024.08.14 22:34:32.851040 [ 3 ] {71ce0047-5434-474d-9f6b-04ebb1c8ea33} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001263 sec., 1583.5312747426763 rows/sec., 110.57 KiB/sec. | ||
6313 | 2024.08.14 22:34:32.851195 [ 3 ] {71ce0047-5434-474d-9f6b-04ebb1c8ea33} <Debug> DynamicQueryHandler: Done processing query | ||
6314 | 2024.08.14 22:34:32.851220 [ 3 ] {71ce0047-5434-474d-9f6b-04ebb1c8ea33} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6315 | 2024.08.14 22:34:32.851236 [ 3 ] {} <Debug> HTTP-Session: 62536053-0b92-4c3b-8a6c-0762203da52f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6316 | 2024.08.14 22:34:32.851375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6317 | 2024.08.14 22:34:32.851423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6318 | 2024.08.14 22:34:32.851444 [ 3 ] {} <Debug> HTTP-Session: 0cede1e7-7238-4e5a-a7ee-d0adee8eb165 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6319 | 2024.08.14 22:34:32.851460 [ 3 ] {} <Debug> HTTP-Session: 0cede1e7-7238-4e5a-a7ee-d0adee8eb165 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6320 | 2024.08.14 22:34:32.851474 [ 3 ] {} <Debug> HTTP-Session: 0cede1e7-7238-4e5a-a7ee-d0adee8eb165 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6321 | 2024.08.14 22:34:32.851505 [ 3 ] {} <Trace> HTTP-Session: 0cede1e7-7238-4e5a-a7ee-d0adee8eb165 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6322 | 2024.08.14 22:34:32.851622 [ 3 ] {1b41f967-0533-4c77-809b-362df72bb9cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6323 | 2024.08.14 22:34:32.851665 [ 3 ] {1b41f967-0533-4c77-809b-362df72bb9cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6324 | 2024.08.14 22:34:32.851794 [ 3 ] {1b41f967-0533-4c77-809b-362df72bb9cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6325 | 2024.08.14 22:34:32.852113 [ 3 ] {1b41f967-0533-4c77-809b-362df72bb9cf} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6326 | 2024.08.14 22:34:32.852153 [ 3 ] {1b41f967-0533-4c77-809b-362df72bb9cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6327 | 2024.08.14 22:34:32.852473 [ 3 ] {1b41f967-0533-4c77-809b-362df72bb9cf} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6328 | 2024.08.14 22:34:32.852774 [ 3 ] {1b41f967-0533-4c77-809b-362df72bb9cf} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6329 | 2024.08.14 22:34:32.852924 [ 3 ] {1b41f967-0533-4c77-809b-362df72bb9cf} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001337 sec., 65071.05459985041 rows/sec., 5.08 MiB/sec. | ||
6330 | 2024.08.14 22:34:32.853079 [ 3 ] {1b41f967-0533-4c77-809b-362df72bb9cf} <Debug> DynamicQueryHandler: Done processing query | ||
6331 | 2024.08.14 22:34:32.853103 [ 3 ] {1b41f967-0533-4c77-809b-362df72bb9cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6332 | 2024.08.14 22:34:32.853119 [ 3 ] {} <Debug> HTTP-Session: 0cede1e7-7238-4e5a-a7ee-d0adee8eb165 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6333 | 2024.08.14 22:34:32.853268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30849, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6334 | 2024.08.14 22:34:32.853316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6335 | 2024.08.14 22:34:32.853335 [ 3 ] {} <Debug> HTTP-Session: 53876b3f-82f9-47af-ba6f-5ef71f0dd153 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6336 | 2024.08.14 22:34:32.853352 [ 3 ] {} <Debug> HTTP-Session: 53876b3f-82f9-47af-ba6f-5ef71f0dd153 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6337 | 2024.08.14 22:34:32.853366 [ 3 ] {} <Debug> HTTP-Session: 53876b3f-82f9-47af-ba6f-5ef71f0dd153 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6338 | 2024.08.14 22:34:32.853397 [ 3 ] {} <Trace> HTTP-Session: 53876b3f-82f9-47af-ba6f-5ef71f0dd153 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6339 | 2024.08.14 22:34:32.853537 [ 3 ] {873fdc70-0528-40a6-9202-cc51e524725f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6340 | 2024.08.14 22:34:32.853584 [ 3 ] {873fdc70-0528-40a6-9202-cc51e524725f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6341 | 2024.08.14 22:34:32.853733 [ 3 ] {873fdc70-0528-40a6-9202-cc51e524725f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6342 | 2024.08.14 22:34:32.854088 [ 3 ] {873fdc70-0528-40a6-9202-cc51e524725f} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6343 | 2024.08.14 22:34:32.854126 [ 3 ] {873fdc70-0528-40a6-9202-cc51e524725f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6344 | 2024.08.14 22:34:32.854510 [ 3 ] {873fdc70-0528-40a6-9202-cc51e524725f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6345 | 2024.08.14 22:34:32.854847 [ 3 ] {873fdc70-0528-40a6-9202-cc51e524725f} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6346 | 2024.08.14 22:34:32.854983 [ 3 ] {873fdc70-0528-40a6-9202-cc51e524725f} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001512 sec., 106481.48148148147 rows/sec., 7.42 MiB/sec. | ||
6347 | 2024.08.14 22:34:32.855014 [ 130 ] {} <Debug> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6348 | 2024.08.14 22:34:32.855115 [ 130 ] {} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6349 | 2024.08.14 22:34:32.855146 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6350 | 2024.08.14 22:34:32.855224 [ 3 ] {873fdc70-0528-40a6-9202-cc51e524725f} <Debug> DynamicQueryHandler: Done processing query | ||
6351 | 2024.08.14 22:34:32.855334 [ 3 ] {873fdc70-0528-40a6-9202-cc51e524725f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6352 | 2024.08.14 22:34:32.855432 [ 3 ] {} <Debug> HTTP-Session: 53876b3f-82f9-47af-ba6f-5ef71f0dd153 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6353 | 2024.08.14 22:34:32.855555 [ 187 ] {d127de5d-82c0-4259-80d1-97db5b726b22::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 | ||
6354 | 2024.08.14 22:34:32.855772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6355 | 2024.08.14 22:34:32.855896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6356 | 2024.08.14 22:34:32.855950 [ 3 ] {} <Debug> HTTP-Session: 42d6e137-0b56-4ad4-8ebf-29fd5397951b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6357 | 2024.08.14 22:34:32.856007 [ 3 ] {} <Debug> HTTP-Session: 42d6e137-0b56-4ad4-8ebf-29fd5397951b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6358 | 2024.08.14 22:34:32.856032 [ 187 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6359 | 2024.08.14 22:34:32.856040 [ 3 ] {} <Debug> HTTP-Session: 42d6e137-0b56-4ad4-8ebf-29fd5397951b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6360 | 2024.08.14 22:34:32.856110 [ 187 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7375 rows starting from the beginning of the part | ||
6361 | 2024.08.14 22:34:32.856124 [ 3 ] {} <Trace> HTTP-Session: 42d6e137-0b56-4ad4-8ebf-29fd5397951b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6362 | 2024.08.14 22:34:32.856420 [ 187 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part | ||
6363 | 2024.08.14 22:34:32.856792 [ 187 ] {d127de5d-82c0-4259-80d1-97db5b726b22::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 | ||
6364 | 2024.08.14 22:34:32.857139 [ 187 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part | ||
6365 | 2024.08.14 22:34:32.857462 [ 187 ] {d127de5d-82c0-4259-80d1-97db5b726b22::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 | ||
6366 | 2024.08.14 22:34:32.857645 [ 3 ] {3294419a-a060-428d-b315-922315b5692d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6367 | 2024.08.14 22:34:32.857748 [ 187 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 161 rows starting from the beginning of the part | ||
6368 | 2024.08.14 22:34:32.858118 [ 3 ] {3294419a-a060-428d-b315-922315b5692d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
6369 | 2024.08.14 22:34:32.859546 [ 3 ] {3294419a-a060-428d-b315-922315b5692d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6370 | 2024.08.14 22:34:32.861185 [ 3 ] {3294419a-a060-428d-b315-922315b5692d} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6371 | 2024.08.14 22:34:32.861256 [ 3 ] {3294419a-a060-428d-b315-922315b5692d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6372 | 2024.08.14 22:34:32.862762 [ 3 ] {3294419a-a060-428d-b315-922315b5692d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6373 | 2024.08.14 22:34:32.863257 [ 3 ] {3294419a-a060-428d-b315-922315b5692d} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6374 | 2024.08.14 22:34:32.863785 [ 3 ] {3294419a-a060-428d-b315-922315b5692d} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.007446 sec., 2820.30620467365 rows/sec., 5.05 MiB/sec. | ||
6375 | 2024.08.14 22:34:32.863854 [ 187 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8177 rows, containing 5 columns (5 merged, 0 gathered) in 0.008593885 sec., 951490.5074945731 rows/sec., 64.69 MiB/sec. | ||
6376 | 2024.08.14 22:34:32.864165 [ 3 ] {3294419a-a060-428d-b315-922315b5692d} <Debug> DynamicQueryHandler: Done processing query | ||
6377 | 2024.08.14 22:34:32.864195 [ 3 ] {3294419a-a060-428d-b315-922315b5692d} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
6378 | 2024.08.14 22:34:32.864212 [ 3 ] {} <Debug> HTTP-Session: 42d6e137-0b56-4ad4-8ebf-29fd5397951b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6379 | 2024.08.14 22:34:32.864341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6380 | 2024.08.14 22:34:32.864394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6381 | 2024.08.14 22:34:32.864413 [ 3 ] {} <Debug> HTTP-Session: 7c45a436-49bb-4afe-a0fb-43314d5802ea Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6382 | 2024.08.14 22:34:32.864429 [ 3 ] {} <Debug> HTTP-Session: 7c45a436-49bb-4afe-a0fb-43314d5802ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6383 | 2024.08.14 22:34:32.864463 [ 3 ] {} <Debug> HTTP-Session: 7c45a436-49bb-4afe-a0fb-43314d5802ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6384 | 2024.08.14 22:34:32.864507 [ 3 ] {} <Trace> HTTP-Session: 7c45a436-49bb-4afe-a0fb-43314d5802ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6385 | 2024.08.14 22:34:32.864573 [ 187 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6386 | 2024.08.14 22:34:32.864766 [ 3 ] {87ba7b8d-0fd4-48f6-acf1-b8f456c2b09f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6387 | 2024.08.14 22:34:32.864838 [ 3 ] {87ba7b8d-0fd4-48f6-acf1-b8f456c2b09f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6388 | 2024.08.14 22:34:32.865492 [ 3 ] {87ba7b8d-0fd4-48f6-acf1-b8f456c2b09f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6389 | 2024.08.14 22:34:32.865876 [ 187 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6390 | 2024.08.14 22:34:32.866082 [ 3 ] {87ba7b8d-0fd4-48f6-acf1-b8f456c2b09f} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6391 | 2024.08.14 22:34:32.866099 [ 187 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6392 | 2024.08.14 22:34:32.866141 [ 3 ] {87ba7b8d-0fd4-48f6-acf1-b8f456c2b09f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6393 | 2024.08.14 22:34:32.866298 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. | ||
6394 | 2024.08.14 22:34:32.866641 [ 3 ] {87ba7b8d-0fd4-48f6-acf1-b8f456c2b09f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6395 | 2024.08.14 22:34:32.866968 [ 3 ] {87ba7b8d-0fd4-48f6-acf1-b8f456c2b09f} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6396 | 2024.08.14 22:34:32.867123 [ 3 ] {87ba7b8d-0fd4-48f6-acf1-b8f456c2b09f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002481 sec., 24183.796856106408 rows/sec., 1.63 MiB/sec. | ||
6397 | 2024.08.14 22:34:32.867125 [ 130 ] {} <Debug> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6398 | 2024.08.14 22:34:32.867221 [ 130 ] {} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6399 | 2024.08.14 22:34:32.867270 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6400 | 2024.08.14 22:34:32.867423 [ 3 ] {87ba7b8d-0fd4-48f6-acf1-b8f456c2b09f} <Debug> DynamicQueryHandler: Done processing query | ||
6401 | 2024.08.14 22:34:32.867477 [ 3 ] {87ba7b8d-0fd4-48f6-acf1-b8f456c2b09f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6402 | 2024.08.14 22:34:32.867490 [ 201 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
6403 | 2024.08.14 22:34:32.867504 [ 3 ] {} <Debug> HTTP-Session: 7c45a436-49bb-4afe-a0fb-43314d5802ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6404 | 2024.08.14 22:34:32.867700 [ 201 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6405 | 2024.08.14 22:34:32.867742 [ 201 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1006 rows starting from the beginning of the part | ||
6406 | 2024.08.14 22:34:32.867826 [ 201 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
6407 | 2024.08.14 22:34:32.867948 [ 201 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
6408 | 2024.08.14 22:34:32.868148 [ 201 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
6409 | 2024.08.14 22:34:32.868294 [ 201 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
6410 | 2024.08.14 22:34:32.868456 [ 201 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
6411 | 2024.08.14 22:34:32.869833 [ 190 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1306 rows, containing 4 columns (4 merged, 0 gathered) in 0.002464116 sec., 530007.5158799342 rows/sec., 35.63 MiB/sec. | ||
6412 | 2024.08.14 22:34:32.870039 [ 190 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6413 | 2024.08.14 22:34:32.870477 [ 190 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_26_5} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6414 | 2024.08.14 22:34:32.870566 [ 190 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_26_5} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6415 | 2024.08.14 22:34:32.870676 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
6416 | 2024.08.14 22:34:37.675864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6417 | 2024.08.14 22:34:37.676052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6418 | 2024.08.14 22:34:37.676096 [ 3 ] {} <Debug> HTTP-Session: f044ec89-3444-454b-bc24-94f72cdadf7c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6419 | 2024.08.14 22:34:37.676138 [ 3 ] {} <Debug> HTTP-Session: f044ec89-3444-454b-bc24-94f72cdadf7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6420 | 2024.08.14 22:34:37.676167 [ 3 ] {} <Debug> HTTP-Session: f044ec89-3444-454b-bc24-94f72cdadf7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6421 | 2024.08.14 22:34:37.676246 [ 3 ] {} <Trace> HTTP-Session: f044ec89-3444-454b-bc24-94f72cdadf7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6422 | 2024.08.14 22:34:37.676530 [ 3 ] {b3451eb6-3f96-41e8-b866-d1873a13a8a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6423 | 2024.08.14 22:34:37.676632 [ 3 ] {b3451eb6-3f96-41e8-b866-d1873a13a8a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6424 | 2024.08.14 22:34:37.676823 [ 3 ] {b3451eb6-3f96-41e8-b866-d1873a13a8a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6425 | 2024.08.14 22:34:37.677196 [ 3 ] {b3451eb6-3f96-41e8-b866-d1873a13a8a5} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6426 | 2024.08.14 22:34:37.677237 [ 3 ] {b3451eb6-3f96-41e8-b866-d1873a13a8a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6427 | 2024.08.14 22:34:37.677591 [ 3 ] {b3451eb6-3f96-41e8-b866-d1873a13a8a5} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6428 | 2024.08.14 22:34:37.677928 [ 3 ] {b3451eb6-3f96-41e8-b866-d1873a13a8a5} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6429 | 2024.08.14 22:34:37.678106 [ 3 ] {b3451eb6-3f96-41e8-b866-d1873a13a8a5} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001659 sec., 10247.136829415309 rows/sec., 742.28 KiB/sec. | ||
6430 | 2024.08.14 22:34:37.678321 [ 3 ] {b3451eb6-3f96-41e8-b866-d1873a13a8a5} <Debug> DynamicQueryHandler: Done processing query | ||
6431 | 2024.08.14 22:34:37.678348 [ 3 ] {b3451eb6-3f96-41e8-b866-d1873a13a8a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6432 | 2024.08.14 22:34:37.678364 [ 3 ] {} <Debug> HTTP-Session: f044ec89-3444-454b-bc24-94f72cdadf7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6433 | 2024.08.14 22:34:37.678523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6434 | 2024.08.14 22:34:37.678572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6435 | 2024.08.14 22:34:37.678591 [ 3 ] {} <Debug> HTTP-Session: 2e7b4e16-2536-493d-8883-a60596b7707b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6436 | 2024.08.14 22:34:37.678608 [ 3 ] {} <Debug> HTTP-Session: 2e7b4e16-2536-493d-8883-a60596b7707b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6437 | 2024.08.14 22:34:37.678622 [ 3 ] {} <Debug> HTTP-Session: 2e7b4e16-2536-493d-8883-a60596b7707b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6438 | 2024.08.14 22:34:37.678654 [ 3 ] {} <Trace> HTTP-Session: 2e7b4e16-2536-493d-8883-a60596b7707b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6439 | 2024.08.14 22:34:37.678759 [ 3 ] {b31a3b91-e548-475a-b1ce-cc9707515a22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6440 | 2024.08.14 22:34:37.678802 [ 3 ] {b31a3b91-e548-475a-b1ce-cc9707515a22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6441 | 2024.08.14 22:34:37.678930 [ 3 ] {b31a3b91-e548-475a-b1ce-cc9707515a22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6442 | 2024.08.14 22:34:37.679181 [ 3 ] {b31a3b91-e548-475a-b1ce-cc9707515a22} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6443 | 2024.08.14 22:34:37.679218 [ 3 ] {b31a3b91-e548-475a-b1ce-cc9707515a22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6444 | 2024.08.14 22:34:37.679507 [ 3 ] {b31a3b91-e548-475a-b1ce-cc9707515a22} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6445 | 2024.08.14 22:34:37.679811 [ 3 ] {b31a3b91-e548-475a-b1ce-cc9707515a22} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6446 | 2024.08.14 22:34:37.679965 [ 3 ] {b31a3b91-e548-475a-b1ce-cc9707515a22} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001221 sec., 4914.004914004914 rows/sec., 400.70 KiB/sec. | ||
6447 | 2024.08.14 22:34:37.680115 [ 3 ] {b31a3b91-e548-475a-b1ce-cc9707515a22} <Debug> DynamicQueryHandler: Done processing query | ||
6448 | 2024.08.14 22:34:37.680139 [ 3 ] {b31a3b91-e548-475a-b1ce-cc9707515a22} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6449 | 2024.08.14 22:34:37.680154 [ 3 ] {} <Debug> HTTP-Session: 2e7b4e16-2536-493d-8883-a60596b7707b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6450 | 2024.08.14 22:34:37.680420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 195159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6451 | 2024.08.14 22:34:37.680466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6452 | 2024.08.14 22:34:37.680485 [ 3 ] {} <Debug> HTTP-Session: 3b402e54-e134-4f24-a6a5-793701bb5af8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6453 | 2024.08.14 22:34:37.680502 [ 3 ] {} <Debug> HTTP-Session: 3b402e54-e134-4f24-a6a5-793701bb5af8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6454 | 2024.08.14 22:34:37.680515 [ 3 ] {} <Debug> HTTP-Session: 3b402e54-e134-4f24-a6a5-793701bb5af8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6455 | 2024.08.14 22:34:37.680545 [ 3 ] {} <Trace> HTTP-Session: 3b402e54-e134-4f24-a6a5-793701bb5af8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6456 | 2024.08.14 22:34:37.681030 [ 3 ] {32056259-641a-4d20-b024-7e875eaf4cd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6457 | 2024.08.14 22:34:37.681072 [ 3 ] {32056259-641a-4d20-b024-7e875eaf4cd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6458 | 2024.08.14 22:34:37.681198 [ 3 ] {32056259-641a-4d20-b024-7e875eaf4cd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6459 | 2024.08.14 22:34:37.682297 [ 3 ] {32056259-641a-4d20-b024-7e875eaf4cd2} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6460 | 2024.08.14 22:34:37.682334 [ 3 ] {32056259-641a-4d20-b024-7e875eaf4cd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6461 | 2024.08.14 22:34:37.682727 [ 3 ] {32056259-641a-4d20-b024-7e875eaf4cd2} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6462 | 2024.08.14 22:34:37.683031 [ 3 ] {32056259-641a-4d20-b024-7e875eaf4cd2} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6463 | 2024.08.14 22:34:37.683175 [ 3 ] {32056259-641a-4d20-b024-7e875eaf4cd2} <Debug> executeQuery: Read 1337 rows, 114.33 KiB in 0.002463 sec., 542833.9423467317 rows/sec., 45.33 MiB/sec. | ||
6464 | 2024.08.14 22:34:37.683199 [ 121 ] {} <Debug> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6465 | 2024.08.14 22:34:37.683332 [ 121 ] {} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6466 | 2024.08.14 22:34:37.683395 [ 3 ] {32056259-641a-4d20-b024-7e875eaf4cd2} <Debug> DynamicQueryHandler: Done processing query | ||
6467 | 2024.08.14 22:34:37.683396 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6468 | 2024.08.14 22:34:37.683435 [ 3 ] {32056259-641a-4d20-b024-7e875eaf4cd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
6469 | 2024.08.14 22:34:37.683524 [ 3 ] {} <Debug> HTTP-Session: 3b402e54-e134-4f24-a6a5-793701bb5af8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6470 | 2024.08.14 22:34:37.683686 [ 201 ] {99dad827-b692-4668-b096-a1f8f01ac229::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 | ||
6471 | 2024.08.14 22:34:37.683799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6472 | 2024.08.14 22:34:37.683912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6473 | 2024.08.14 22:34:37.683970 [ 3 ] {} <Debug> HTTP-Session: d37ac298-e785-4d2c-96f7-01e9d5e203ba Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6474 | 2024.08.14 22:34:37.683977 [ 201 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6475 | 2024.08.14 22:34:37.683997 [ 3 ] {} <Debug> HTTP-Session: d37ac298-e785-4d2c-96f7-01e9d5e203ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6476 | 2024.08.14 22:34:37.684038 [ 3 ] {} <Debug> HTTP-Session: d37ac298-e785-4d2c-96f7-01e9d5e203ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6477 | 2024.08.14 22:34:37.684042 [ 201 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1406 rows starting from the beginning of the part | ||
6478 | 2024.08.14 22:34:37.684083 [ 3 ] {} <Trace> HTTP-Session: d37ac298-e785-4d2c-96f7-01e9d5e203ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6479 | 2024.08.14 22:34:37.684322 [ 201 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 194 rows starting from the beginning of the part | ||
6480 | 2024.08.14 22:34:37.684363 [ 3 ] {6ac7c904-2cd2-4d3d-a1f8-bca1e7767fd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6481 | 2024.08.14 22:34:37.684515 [ 3 ] {6ac7c904-2cd2-4d3d-a1f8-bca1e7767fd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6482 | 2024.08.14 22:34:37.684681 [ 201 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 119 rows starting from the beginning of the part | ||
6483 | 2024.08.14 22:34:37.684995 [ 201 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 195 rows starting from the beginning of the part | ||
6484 | 2024.08.14 22:34:37.685320 [ 201 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 120 rows starting from the beginning of the part | ||
6485 | 2024.08.14 22:34:37.685599 [ 3 ] {6ac7c904-2cd2-4d3d-a1f8-bca1e7767fd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6486 | 2024.08.14 22:34:37.685678 [ 201 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1337 rows starting from the beginning of the part | ||
6487 | 2024.08.14 22:34:37.686458 [ 3 ] {6ac7c904-2cd2-4d3d-a1f8-bca1e7767fd2} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6488 | 2024.08.14 22:34:37.686524 [ 3 ] {6ac7c904-2cd2-4d3d-a1f8-bca1e7767fd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6489 | 2024.08.14 22:34:37.687135 [ 3 ] {6ac7c904-2cd2-4d3d-a1f8-bca1e7767fd2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6490 | 2024.08.14 22:34:37.688010 [ 3 ] {6ac7c904-2cd2-4d3d-a1f8-bca1e7767fd2} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6491 | 2024.08.14 22:34:37.688275 [ 3 ] {6ac7c904-2cd2-4d3d-a1f8-bca1e7767fd2} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.00402 sec., 1492.5373134328358 rows/sec., 104.22 KiB/sec. | ||
6492 | 2024.08.14 22:34:37.688493 [ 3 ] {6ac7c904-2cd2-4d3d-a1f8-bca1e7767fd2} <Debug> DynamicQueryHandler: Done processing query | ||
6493 | 2024.08.14 22:34:37.688522 [ 3 ] {6ac7c904-2cd2-4d3d-a1f8-bca1e7767fd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6494 | 2024.08.14 22:34:37.688542 [ 3 ] {} <Debug> HTTP-Session: d37ac298-e785-4d2c-96f7-01e9d5e203ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6495 | 2024.08.14 22:34:37.688782 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6496 | 2024.08.14 22:34:37.688851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6497 | 2024.08.14 22:34:37.688930 [ 3 ] {} <Debug> HTTP-Session: 56461618-9bf2-4aef-a83f-9a7c14e989a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6498 | 2024.08.14 22:34:37.688958 [ 3 ] {} <Debug> HTTP-Session: 56461618-9bf2-4aef-a83f-9a7c14e989a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6499 | 2024.08.14 22:34:37.688973 [ 3 ] {} <Debug> HTTP-Session: 56461618-9bf2-4aef-a83f-9a7c14e989a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6500 | 2024.08.14 22:34:37.689042 [ 3 ] {} <Trace> HTTP-Session: 56461618-9bf2-4aef-a83f-9a7c14e989a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6501 | 2024.08.14 22:34:37.689304 [ 201 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3371 rows, containing 4 columns (4 merged, 0 gathered) in 0.005702753 sec., 591118.0091440047 rows/sec., 49.69 MiB/sec. | ||
6502 | 2024.08.14 22:34:37.689402 [ 3 ] {314e8bb2-e2c4-4ed7-93e8-215ce51075f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6503 | 2024.08.14 22:34:37.689452 [ 3 ] {314e8bb2-e2c4-4ed7-93e8-215ce51075f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6504 | 2024.08.14 22:34:37.689655 [ 190 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6505 | 2024.08.14 22:34:37.689690 [ 3 ] {314e8bb2-e2c4-4ed7-93e8-215ce51075f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6506 | 2024.08.14 22:34:37.690534 [ 3 ] {314e8bb2-e2c4-4ed7-93e8-215ce51075f1} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6507 | 2024.08.14 22:34:37.690542 [ 190 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_31_6} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6508 | 2024.08.14 22:34:37.690584 [ 3 ] {314e8bb2-e2c4-4ed7-93e8-215ce51075f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6509 | 2024.08.14 22:34:37.690729 [ 190 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_31_6} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6510 | 2024.08.14 22:34:37.690886 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
6511 | 2024.08.14 22:34:37.691107 [ 3 ] {314e8bb2-e2c4-4ed7-93e8-215ce51075f1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
6512 | 2024.08.14 22:34:37.691421 [ 3 ] {314e8bb2-e2c4-4ed7-93e8-215ce51075f1} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6513 | 2024.08.14 22:34:37.691580 [ 3 ] {314e8bb2-e2c4-4ed7-93e8-215ce51075f1} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002326 sec., 98022.35597592434 rows/sec., 6.64 MiB/sec. | ||
6514 | 2024.08.14 22:34:37.692049 [ 3 ] {314e8bb2-e2c4-4ed7-93e8-215ce51075f1} <Debug> DynamicQueryHandler: Done processing query | ||
6515 | 2024.08.14 22:34:37.692074 [ 3 ] {314e8bb2-e2c4-4ed7-93e8-215ce51075f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
6516 | 2024.08.14 22:34:37.692090 [ 3 ] {} <Debug> HTTP-Session: 56461618-9bf2-4aef-a83f-9a7c14e989a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6517 | 2024.08.14 22:34:37.692342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 139387, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6518 | 2024.08.14 22:34:37.692389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6519 | 2024.08.14 22:34:37.692407 [ 3 ] {} <Debug> HTTP-Session: 65af2208-0e5e-40b7-9ca4-c348e739b591 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6520 | 2024.08.14 22:34:37.692423 [ 3 ] {} <Debug> HTTP-Session: 65af2208-0e5e-40b7-9ca4-c348e739b591 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6521 | 2024.08.14 22:34:37.692437 [ 3 ] {} <Debug> HTTP-Session: 65af2208-0e5e-40b7-9ca4-c348e739b591 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6522 | 2024.08.14 22:34:37.692472 [ 3 ] {} <Trace> HTTP-Session: 65af2208-0e5e-40b7-9ca4-c348e739b591 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6523 | 2024.08.14 22:34:37.692829 [ 3 ] {aebfda64-f9e7-4bb0-b3c4-43bf2459547e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6524 | 2024.08.14 22:34:37.692872 [ 3 ] {aebfda64-f9e7-4bb0-b3c4-43bf2459547e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6525 | 2024.08.14 22:34:37.693010 [ 3 ] {aebfda64-f9e7-4bb0-b3c4-43bf2459547e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6526 | 2024.08.14 22:34:37.693734 [ 3 ] {aebfda64-f9e7-4bb0-b3c4-43bf2459547e} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6527 | 2024.08.14 22:34:37.693770 [ 3 ] {aebfda64-f9e7-4bb0-b3c4-43bf2459547e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6528 | 2024.08.14 22:34:37.694111 [ 3 ] {aebfda64-f9e7-4bb0-b3c4-43bf2459547e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6529 | 2024.08.14 22:34:37.694411 [ 3 ] {aebfda64-f9e7-4bb0-b3c4-43bf2459547e} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6530 | 2024.08.14 22:34:37.694560 [ 121 ] {} <Debug> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6531 | 2024.08.14 22:34:37.694566 [ 3 ] {aebfda64-f9e7-4bb0-b3c4-43bf2459547e} <Debug> executeQuery: Read 855 rows, 63.13 KiB in 0.001929 sec., 443234.8367029549 rows/sec., 31.96 MiB/sec. | ||
6532 | 2024.08.14 22:34:37.694615 [ 121 ] {} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6533 | 2024.08.14 22:34:37.694689 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6534 | 2024.08.14 22:34:37.694901 [ 3 ] {aebfda64-f9e7-4bb0-b3c4-43bf2459547e} <Debug> DynamicQueryHandler: Done processing query | ||
6535 | 2024.08.14 22:34:37.694951 [ 3 ] {aebfda64-f9e7-4bb0-b3c4-43bf2459547e} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
6536 | 2024.08.14 22:34:37.695014 [ 3 ] {} <Debug> HTTP-Session: 65af2208-0e5e-40b7-9ca4-c348e739b591 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6537 | 2024.08.14 22:34:37.695030 [ 192 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::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 | ||
6538 | 2024.08.14 22:34:37.695319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6539 | 2024.08.14 22:34:37.695480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6540 | 2024.08.14 22:34:37.695561 [ 3 ] {} <Debug> HTTP-Session: 3245a4a6-f36b-4bf4-a1dd-3cb603637c68 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6541 | 2024.08.14 22:34:37.695631 [ 3 ] {} <Debug> HTTP-Session: 3245a4a6-f36b-4bf4-a1dd-3cb603637c68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6542 | 2024.08.14 22:34:37.695667 [ 192 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6543 | 2024.08.14 22:34:37.695668 [ 3 ] {} <Debug> HTTP-Session: 3245a4a6-f36b-4bf4-a1dd-3cb603637c68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6544 | 2024.08.14 22:34:37.695703 [ 192 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 904 rows starting from the beginning of the part | ||
6545 | 2024.08.14 22:34:37.695717 [ 3 ] {} <Trace> HTTP-Session: 3245a4a6-f36b-4bf4-a1dd-3cb603637c68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6546 | 2024.08.14 22:34:37.695812 [ 192 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 393 rows starting from the beginning of the part | ||
6547 | 2024.08.14 22:34:37.695896 [ 3 ] {fbad0574-592e-4d2a-924c-1dd855d84268} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6548 | 2024.08.14 22:34:37.695921 [ 192 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 85 rows starting from the beginning of the part | ||
6549 | 2024.08.14 22:34:37.696078 [ 3 ] {fbad0574-592e-4d2a-924c-1dd855d84268} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6550 | 2024.08.14 22:34:37.696309 [ 192 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 395 rows starting from the beginning of the part | ||
6551 | 2024.08.14 22:34:37.696617 [ 192 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 87 rows starting from the beginning of the part | ||
6552 | 2024.08.14 22:34:37.696831 [ 192 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 855 rows starting from the beginning of the part | ||
6553 | 2024.08.14 22:34:37.697235 [ 3 ] {fbad0574-592e-4d2a-924c-1dd855d84268} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6554 | 2024.08.14 22:34:37.697686 [ 3 ] {fbad0574-592e-4d2a-924c-1dd855d84268} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6555 | 2024.08.14 22:34:37.697728 [ 3 ] {fbad0574-592e-4d2a-924c-1dd855d84268} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6556 | 2024.08.14 22:34:37.698256 [ 3 ] {fbad0574-592e-4d2a-924c-1dd855d84268} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6557 | 2024.08.14 22:34:37.698639 [ 3 ] {fbad0574-592e-4d2a-924c-1dd855d84268} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6558 | 2024.08.14 22:34:37.698922 [ 195 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2719 rows, containing 4 columns (4 merged, 0 gathered) in 0.00410814 sec., 661856.7040071663 rows/sec., 47.74 MiB/sec. | ||
6559 | 2024.08.14 22:34:37.698939 [ 3 ] {fbad0574-592e-4d2a-924c-1dd855d84268} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003106 sec., 1931.7450096587252 rows/sec., 83.00 KiB/sec. | ||
6560 | 2024.08.14 22:34:37.699267 [ 3 ] {fbad0574-592e-4d2a-924c-1dd855d84268} <Debug> DynamicQueryHandler: Done processing query | ||
6561 | 2024.08.14 22:34:37.699302 [ 3 ] {fbad0574-592e-4d2a-924c-1dd855d84268} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6562 | 2024.08.14 22:34:37.699299 [ 195 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6563 | 2024.08.14 22:34:37.699327 [ 3 ] {} <Debug> HTTP-Session: 3245a4a6-f36b-4bf4-a1dd-3cb603637c68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6564 | 2024.08.14 22:34:37.699480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6565 | 2024.08.14 22:34:37.699552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6566 | 2024.08.14 22:34:37.699611 [ 3 ] {} <Debug> HTTP-Session: 0c29c4b7-5b26-4d06-aab4-0c4c8b6b80fb Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6567 | 2024.08.14 22:34:37.699674 [ 3 ] {} <Debug> HTTP-Session: 0c29c4b7-5b26-4d06-aab4-0c4c8b6b80fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6568 | 2024.08.14 22:34:37.699736 [ 3 ] {} <Debug> HTTP-Session: 0c29c4b7-5b26-4d06-aab4-0c4c8b6b80fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6569 | 2024.08.14 22:34:37.699813 [ 3 ] {} <Trace> HTTP-Session: 0c29c4b7-5b26-4d06-aab4-0c4c8b6b80fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6570 | 2024.08.14 22:34:37.700059 [ 3 ] {b8d427f2-d1d6-4011-809e-33b5ccce70fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
6571 | 2024.08.14 22:34:37.700147 [ 195 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_31_6} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6572 | 2024.08.14 22:34:37.700159 [ 3 ] {b8d427f2-d1d6-4011-809e-33b5ccce70fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
6573 | 2024.08.14 22:34:37.700430 [ 195 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_31_6} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6574 | 2024.08.14 22:34:37.700652 [ 3 ] {b8d427f2-d1d6-4011-809e-33b5ccce70fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6575 | 2024.08.14 22:34:37.700660 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
6576 | 2024.08.14 22:34:37.700997 [ 3 ] {b8d427f2-d1d6-4011-809e-33b5ccce70fb} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6577 | 2024.08.14 22:34:37.701039 [ 3 ] {b8d427f2-d1d6-4011-809e-33b5ccce70fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6578 | 2024.08.14 22:34:37.701398 [ 3 ] {b8d427f2-d1d6-4011-809e-33b5ccce70fb} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6579 | 2024.08.14 22:34:37.701724 [ 3 ] {b8d427f2-d1d6-4011-809e-33b5ccce70fb} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6580 | 2024.08.14 22:34:37.701877 [ 3 ] {b8d427f2-d1d6-4011-809e-33b5ccce70fb} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001915 sec., 40208.8772845953 rows/sec., 2.48 MiB/sec. | ||
6581 | 2024.08.14 22:34:37.702036 [ 3 ] {b8d427f2-d1d6-4011-809e-33b5ccce70fb} <Debug> DynamicQueryHandler: Done processing query | ||
6582 | 2024.08.14 22:34:37.702061 [ 3 ] {b8d427f2-d1d6-4011-809e-33b5ccce70fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6583 | 2024.08.14 22:34:37.702076 [ 3 ] {} <Debug> HTTP-Session: 0c29c4b7-5b26-4d06-aab4-0c4c8b6b80fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6584 | 2024.08.14 22:34:37.702326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 160832, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6585 | 2024.08.14 22:34:37.702373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6586 | 2024.08.14 22:34:37.702392 [ 3 ] {} <Debug> HTTP-Session: 89416da9-9873-445c-a727-c2f88e33e291 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6587 | 2024.08.14 22:34:37.702408 [ 3 ] {} <Debug> HTTP-Session: 89416da9-9873-445c-a727-c2f88e33e291 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6588 | 2024.08.14 22:34:37.702422 [ 3 ] {} <Debug> HTTP-Session: 89416da9-9873-445c-a727-c2f88e33e291 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6589 | 2024.08.14 22:34:37.702452 [ 3 ] {} <Trace> HTTP-Session: 89416da9-9873-445c-a727-c2f88e33e291 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6590 | 2024.08.14 22:34:37.702821 [ 3 ] {56c45862-9782-492a-9b14-7476f779d356} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6591 | 2024.08.14 22:34:37.702866 [ 3 ] {56c45862-9782-492a-9b14-7476f779d356} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6592 | 2024.08.14 22:34:37.703008 [ 3 ] {56c45862-9782-492a-9b14-7476f779d356} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6593 | 2024.08.14 22:34:37.703758 [ 3 ] {56c45862-9782-492a-9b14-7476f779d356} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6594 | 2024.08.14 22:34:37.703794 [ 3 ] {56c45862-9782-492a-9b14-7476f779d356} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6595 | 2024.08.14 22:34:37.704200 [ 3 ] {56c45862-9782-492a-9b14-7476f779d356} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6596 | 2024.08.14 22:34:37.704529 [ 3 ] {56c45862-9782-492a-9b14-7476f779d356} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6597 | 2024.08.14 22:34:37.704665 [ 3 ] {56c45862-9782-492a-9b14-7476f779d356} <Debug> executeQuery: Read 847 rows, 58.38 KiB in 0.002087 sec., 405845.7115476761 rows/sec., 27.32 MiB/sec. | ||
6598 | 2024.08.14 22:34:37.704824 [ 3 ] {56c45862-9782-492a-9b14-7476f779d356} <Debug> DynamicQueryHandler: Done processing query | ||
6599 | 2024.08.14 22:34:37.704848 [ 3 ] {56c45862-9782-492a-9b14-7476f779d356} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
6600 | 2024.08.14 22:34:37.704864 [ 3 ] {} <Debug> HTTP-Session: 89416da9-9873-445c-a727-c2f88e33e291 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6601 | 2024.08.14 22:34:37.705166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17641, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6602 | 2024.08.14 22:34:37.705216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6603 | 2024.08.14 22:34:37.705235 [ 3 ] {} <Debug> HTTP-Session: 07929916-595d-4098-aa15-68e1b43a30a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6604 | 2024.08.14 22:34:37.705252 [ 3 ] {} <Debug> HTTP-Session: 07929916-595d-4098-aa15-68e1b43a30a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6605 | 2024.08.14 22:34:37.705266 [ 3 ] {} <Debug> HTTP-Session: 07929916-595d-4098-aa15-68e1b43a30a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6606 | 2024.08.14 22:34:37.705296 [ 3 ] {} <Trace> HTTP-Session: 07929916-595d-4098-aa15-68e1b43a30a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6607 | 2024.08.14 22:34:37.705462 [ 3 ] {381af5a5-5996-4f95-8eae-144d1658b8df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6608 | 2024.08.14 22:34:37.705525 [ 3 ] {381af5a5-5996-4f95-8eae-144d1658b8df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
6609 | 2024.08.14 22:34:37.705922 [ 3 ] {381af5a5-5996-4f95-8eae-144d1658b8df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6610 | 2024.08.14 22:34:37.706356 [ 3 ] {381af5a5-5996-4f95-8eae-144d1658b8df} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6611 | 2024.08.14 22:34:37.706391 [ 3 ] {381af5a5-5996-4f95-8eae-144d1658b8df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6612 | 2024.08.14 22:34:37.707079 [ 3 ] {381af5a5-5996-4f95-8eae-144d1658b8df} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6613 | 2024.08.14 22:34:37.707488 [ 3 ] {381af5a5-5996-4f95-8eae-144d1658b8df} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6614 | 2024.08.14 22:34:37.707680 [ 3 ] {381af5a5-5996-4f95-8eae-144d1658b8df} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002313 sec., 4755.728491137052 rows/sec., 8.52 MiB/sec. | ||
6615 | 2024.08.14 22:34:37.707874 [ 3 ] {381af5a5-5996-4f95-8eae-144d1658b8df} <Debug> DynamicQueryHandler: Done processing query | ||
6616 | 2024.08.14 22:34:37.707900 [ 3 ] {381af5a5-5996-4f95-8eae-144d1658b8df} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
6617 | 2024.08.14 22:34:37.707916 [ 3 ] {} <Debug> HTTP-Session: 07929916-595d-4098-aa15-68e1b43a30a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6618 | 2024.08.14 22:34:37.708047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6619 | 2024.08.14 22:34:37.708095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6620 | 2024.08.14 22:34:37.708115 [ 3 ] {} <Debug> HTTP-Session: 3f520e19-1023-40fc-b812-a083e67bd46d Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6621 | 2024.08.14 22:34:37.708131 [ 3 ] {} <Debug> HTTP-Session: 3f520e19-1023-40fc-b812-a083e67bd46d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6622 | 2024.08.14 22:34:37.708144 [ 3 ] {} <Debug> HTTP-Session: 3f520e19-1023-40fc-b812-a083e67bd46d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6623 | 2024.08.14 22:34:37.708174 [ 3 ] {} <Trace> HTTP-Session: 3f520e19-1023-40fc-b812-a083e67bd46d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6624 | 2024.08.14 22:34:37.708273 [ 3 ] {d3c47640-3ad9-4975-b3b3-8bd42db6868e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
6625 | 2024.08.14 22:34:37.708316 [ 3 ] {d3c47640-3ad9-4975-b3b3-8bd42db6868e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
6626 | 2024.08.14 22:34:37.708441 [ 3 ] {d3c47640-3ad9-4975-b3b3-8bd42db6868e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6627 | 2024.08.14 22:34:37.708681 [ 3 ] {d3c47640-3ad9-4975-b3b3-8bd42db6868e} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6628 | 2024.08.14 22:34:37.708717 [ 3 ] {d3c47640-3ad9-4975-b3b3-8bd42db6868e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6629 | 2024.08.14 22:34:37.709061 [ 3 ] {d3c47640-3ad9-4975-b3b3-8bd42db6868e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6630 | 2024.08.14 22:34:37.709379 [ 3 ] {d3c47640-3ad9-4975-b3b3-8bd42db6868e} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6631 | 2024.08.14 22:34:37.709527 [ 3 ] {d3c47640-3ad9-4975-b3b3-8bd42db6868e} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001275 sec., 18039.215686274507 rows/sec., 975.80 KiB/sec. | ||
6632 | 2024.08.14 22:34:37.709680 [ 3 ] {d3c47640-3ad9-4975-b3b3-8bd42db6868e} <Debug> DynamicQueryHandler: Done processing query | ||
6633 | 2024.08.14 22:34:37.709704 [ 3 ] {d3c47640-3ad9-4975-b3b3-8bd42db6868e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6634 | 2024.08.14 22:34:37.709721 [ 3 ] {} <Debug> HTTP-Session: 3f520e19-1023-40fc-b812-a083e67bd46d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6635 | 2024.08.14 22:34:37.709857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6636 | 2024.08.14 22:34:37.709917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6637 | 2024.08.14 22:34:37.709938 [ 3 ] {} <Debug> HTTP-Session: 1d21f57c-fd3c-492e-84d0-8f97957d1c3c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6638 | 2024.08.14 22:34:37.709955 [ 3 ] {} <Debug> HTTP-Session: 1d21f57c-fd3c-492e-84d0-8f97957d1c3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6639 | 2024.08.14 22:34:37.709969 [ 3 ] {} <Debug> HTTP-Session: 1d21f57c-fd3c-492e-84d0-8f97957d1c3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6640 | 2024.08.14 22:34:37.709999 [ 3 ] {} <Trace> HTTP-Session: 1d21f57c-fd3c-492e-84d0-8f97957d1c3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6641 | 2024.08.14 22:34:37.710107 [ 3 ] {79ac3a4c-bcaa-4ae0-b2ff-b0868c13f7c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6642 | 2024.08.14 22:34:37.710151 [ 3 ] {79ac3a4c-bcaa-4ae0-b2ff-b0868c13f7c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6643 | 2024.08.14 22:34:37.710275 [ 3 ] {79ac3a4c-bcaa-4ae0-b2ff-b0868c13f7c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6644 | 2024.08.14 22:34:37.710525 [ 3 ] {79ac3a4c-bcaa-4ae0-b2ff-b0868c13f7c0} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6645 | 2024.08.14 22:34:37.710561 [ 3 ] {79ac3a4c-bcaa-4ae0-b2ff-b0868c13f7c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6646 | 2024.08.14 22:34:37.710910 [ 3 ] {79ac3a4c-bcaa-4ae0-b2ff-b0868c13f7c0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6647 | 2024.08.14 22:34:37.711221 [ 3 ] {79ac3a4c-bcaa-4ae0-b2ff-b0868c13f7c0} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6648 | 2024.08.14 22:34:37.711371 [ 3 ] {79ac3a4c-bcaa-4ae0-b2ff-b0868c13f7c0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001299 sec., 46189.37644341801 rows/sec., 3.11 MiB/sec. | ||
6649 | 2024.08.14 22:34:37.711520 [ 3 ] {79ac3a4c-bcaa-4ae0-b2ff-b0868c13f7c0} <Debug> DynamicQueryHandler: Done processing query | ||
6650 | 2024.08.14 22:34:37.711544 [ 3 ] {79ac3a4c-bcaa-4ae0-b2ff-b0868c13f7c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6651 | 2024.08.14 22:34:37.711559 [ 3 ] {} <Debug> HTTP-Session: 1d21f57c-fd3c-492e-84d0-8f97957d1c3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6652 | 2024.08.14 22:34:41.084147 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6653 | 2024.08.14 22:34:41.084247 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6654 | 2024.08.14 22:34:42.843646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6655 | 2024.08.14 22:34:42.843756 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6656 | 2024.08.14 22:34:42.843782 [ 3 ] {} <Debug> HTTP-Session: 41d6a9d9-cbc2-4dab-8c1d-b2ab91b38aab Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6657 | 2024.08.14 22:34:42.843810 [ 3 ] {} <Debug> HTTP-Session: 41d6a9d9-cbc2-4dab-8c1d-b2ab91b38aab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6658 | 2024.08.14 22:34:42.843828 [ 3 ] {} <Debug> HTTP-Session: 41d6a9d9-cbc2-4dab-8c1d-b2ab91b38aab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6659 | 2024.08.14 22:34:42.843884 [ 3 ] {} <Trace> HTTP-Session: 41d6a9d9-cbc2-4dab-8c1d-b2ab91b38aab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6660 | 2024.08.14 22:34:42.844081 [ 3 ] {fcfdb2f4-7766-4df7-af81-b2d3b07cb949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6661 | 2024.08.14 22:34:42.844152 [ 3 ] {fcfdb2f4-7766-4df7-af81-b2d3b07cb949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6662 | 2024.08.14 22:34:42.844367 [ 3 ] {fcfdb2f4-7766-4df7-af81-b2d3b07cb949} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6663 | 2024.08.14 22:34:42.844814 [ 3 ] {fcfdb2f4-7766-4df7-af81-b2d3b07cb949} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6664 | 2024.08.14 22:34:42.844852 [ 3 ] {fcfdb2f4-7766-4df7-af81-b2d3b07cb949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6665 | 2024.08.14 22:34:42.845210 [ 3 ] {fcfdb2f4-7766-4df7-af81-b2d3b07cb949} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6666 | 2024.08.14 22:34:42.845540 [ 3 ] {fcfdb2f4-7766-4df7-af81-b2d3b07cb949} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6667 | 2024.08.14 22:34:42.845710 [ 3 ] {fcfdb2f4-7766-4df7-af81-b2d3b07cb949} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001685 sec., 12462.908011869436 rows/sec., 1010.18 KiB/sec. | ||
6668 | 2024.08.14 22:34:42.845708 [ 113 ] {} <Debug> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6669 | 2024.08.14 22:34:42.845841 [ 113 ] {} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6670 | 2024.08.14 22:34:42.845904 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6671 | 2024.08.14 22:34:42.846005 [ 3 ] {fcfdb2f4-7766-4df7-af81-b2d3b07cb949} <Debug> DynamicQueryHandler: Done processing query | ||
6672 | 2024.08.14 22:34:42.846083 [ 3 ] {fcfdb2f4-7766-4df7-af81-b2d3b07cb949} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6673 | 2024.08.14 22:34:42.846161 [ 3 ] {} <Debug> HTTP-Session: 41d6a9d9-cbc2-4dab-8c1d-b2ab91b38aab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6674 | 2024.08.14 22:34:42.846332 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::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 | ||
6675 | 2024.08.14 22:34:42.846436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6676 | 2024.08.14 22:34:42.846603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6677 | 2024.08.14 22:34:42.846687 [ 3 ] {} <Debug> HTTP-Session: 4b970722-940a-49f7-8333-0ed39bc2bb8a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6678 | 2024.08.14 22:34:42.846766 [ 3 ] {} <Debug> HTTP-Session: 4b970722-940a-49f7-8333-0ed39bc2bb8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6679 | 2024.08.14 22:34:42.846832 [ 3 ] {} <Debug> HTTP-Session: 4b970722-940a-49f7-8333-0ed39bc2bb8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6680 | 2024.08.14 22:34:42.846975 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6681 | 2024.08.14 22:34:42.847087 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 38 rows starting from the beginning of the part | ||
6682 | 2024.08.14 22:34:42.847132 [ 3 ] {} <Trace> HTTP-Session: 4b970722-940a-49f7-8333-0ed39bc2bb8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6683 | 2024.08.14 22:34:42.847271 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 21 rows starting from the beginning of the part | ||
6684 | 2024.08.14 22:34:42.847533 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 17 rows starting from the beginning of the part | ||
6685 | 2024.08.14 22:34:42.847734 [ 3 ] {b3ca5e86-33fa-4e3b-adb2-ad74607a4d36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6686 | 2024.08.14 22:34:42.847858 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 21 rows starting from the beginning of the part | ||
6687 | 2024.08.14 22:34:42.847953 [ 3 ] {b3ca5e86-33fa-4e3b-adb2-ad74607a4d36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6688 | 2024.08.14 22:34:42.848182 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 17 rows starting from the beginning of the part | ||
6689 | 2024.08.14 22:34:42.848544 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 21 rows starting from the beginning of the part | ||
6690 | 2024.08.14 22:34:42.849237 [ 3 ] {b3ca5e86-33fa-4e3b-adb2-ad74607a4d36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6691 | 2024.08.14 22:34:42.849904 [ 3 ] {b3ca5e86-33fa-4e3b-adb2-ad74607a4d36} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6692 | 2024.08.14 22:34:42.849965 [ 3 ] {b3ca5e86-33fa-4e3b-adb2-ad74607a4d36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6693 | 2024.08.14 22:34:42.850826 [ 3 ] {b3ca5e86-33fa-4e3b-adb2-ad74607a4d36} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
6694 | 2024.08.14 22:34:42.851609 [ 195 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 135 rows, containing 4 columns (4 merged, 0 gathered) in 0.005576582 sec., 24208.377102676874 rows/sec., 1.84 MiB/sec. | ||
6695 | 2024.08.14 22:34:42.851694 [ 3 ] {b3ca5e86-33fa-4e3b-adb2-ad74607a4d36} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6696 | 2024.08.14 22:34:42.851841 [ 192 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6697 | 2024.08.14 22:34:42.851933 [ 3 ] {b3ca5e86-33fa-4e3b-adb2-ad74607a4d36} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00459 sec., 871.4596949891067 rows/sec., 71.06 KiB/sec. | ||
6698 | 2024.08.14 22:34:42.852491 [ 3 ] {b3ca5e86-33fa-4e3b-adb2-ad74607a4d36} <Debug> DynamicQueryHandler: Done processing query | ||
6699 | 2024.08.14 22:34:42.852557 [ 3 ] {b3ca5e86-33fa-4e3b-adb2-ad74607a4d36} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6700 | 2024.08.14 22:34:42.852590 [ 3 ] {} <Debug> HTTP-Session: 4b970722-940a-49f7-8333-0ed39bc2bb8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6701 | 2024.08.14 22:34:42.852758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6702 | 2024.08.14 22:34:42.852813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6703 | 2024.08.14 22:34:42.852841 [ 3 ] {} <Debug> HTTP-Session: 93acee62-8d59-4d95-8e4b-9329365189e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6704 | 2024.08.14 22:34:42.852858 [ 192 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_31_6} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6705 | 2024.08.14 22:34:42.852865 [ 3 ] {} <Debug> HTTP-Session: 93acee62-8d59-4d95-8e4b-9329365189e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6706 | 2024.08.14 22:34:42.852895 [ 3 ] {} <Debug> HTTP-Session: 93acee62-8d59-4d95-8e4b-9329365189e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6707 | 2024.08.14 22:34:42.852940 [ 3 ] {} <Trace> HTTP-Session: 93acee62-8d59-4d95-8e4b-9329365189e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6708 | 2024.08.14 22:34:42.852969 [ 192 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_31_6} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6709 | 2024.08.14 22:34:42.853064 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
6710 | 2024.08.14 22:34:42.853106 [ 3 ] {483b7be8-23a8-4a34-bc7a-f6c24b2a1eeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6711 | 2024.08.14 22:34:42.853148 [ 3 ] {483b7be8-23a8-4a34-bc7a-f6c24b2a1eeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6712 | 2024.08.14 22:34:42.853279 [ 3 ] {483b7be8-23a8-4a34-bc7a-f6c24b2a1eeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6713 | 2024.08.14 22:34:42.853645 [ 3 ] {483b7be8-23a8-4a34-bc7a-f6c24b2a1eeb} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6714 | 2024.08.14 22:34:42.853680 [ 3 ] {483b7be8-23a8-4a34-bc7a-f6c24b2a1eeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6715 | 2024.08.14 22:34:42.853986 [ 3 ] {483b7be8-23a8-4a34-bc7a-f6c24b2a1eeb} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6716 | 2024.08.14 22:34:42.854288 [ 3 ] {483b7be8-23a8-4a34-bc7a-f6c24b2a1eeb} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6717 | 2024.08.14 22:34:42.854439 [ 3 ] {483b7be8-23a8-4a34-bc7a-f6c24b2a1eeb} <Debug> executeQuery: Read 121 rows, 10.22 KiB in 0.001408 sec., 85937.5 rows/sec., 7.09 MiB/sec. | ||
6718 | 2024.08.14 22:34:42.854749 [ 3 ] {483b7be8-23a8-4a34-bc7a-f6c24b2a1eeb} <Debug> DynamicQueryHandler: Done processing query | ||
6719 | 2024.08.14 22:34:42.854779 [ 3 ] {483b7be8-23a8-4a34-bc7a-f6c24b2a1eeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6720 | 2024.08.14 22:34:42.854795 [ 3 ] {} <Debug> HTTP-Session: 93acee62-8d59-4d95-8e4b-9329365189e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6721 | 2024.08.14 22:34:42.854929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6722 | 2024.08.14 22:34:42.854979 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6723 | 2024.08.14 22:34:42.854998 [ 3 ] {} <Debug> HTTP-Session: e9726960-c418-42a5-a0f6-7d746e5f7f90 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6724 | 2024.08.14 22:34:42.855014 [ 3 ] {} <Debug> HTTP-Session: e9726960-c418-42a5-a0f6-7d746e5f7f90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6725 | 2024.08.14 22:34:42.855029 [ 3 ] {} <Debug> HTTP-Session: e9726960-c418-42a5-a0f6-7d746e5f7f90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6726 | 2024.08.14 22:34:42.855060 [ 3 ] {} <Trace> HTTP-Session: e9726960-c418-42a5-a0f6-7d746e5f7f90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6727 | 2024.08.14 22:34:42.855165 [ 3 ] {9ca33afe-8de1-4804-b814-f8869ede6bff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6728 | 2024.08.14 22:34:42.855208 [ 3 ] {9ca33afe-8de1-4804-b814-f8869ede6bff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6729 | 2024.08.14 22:34:42.855354 [ 3 ] {9ca33afe-8de1-4804-b814-f8869ede6bff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6730 | 2024.08.14 22:34:42.855607 [ 3 ] {9ca33afe-8de1-4804-b814-f8869ede6bff} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6731 | 2024.08.14 22:34:42.855643 [ 3 ] {9ca33afe-8de1-4804-b814-f8869ede6bff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6732 | 2024.08.14 22:34:42.855930 [ 3 ] {9ca33afe-8de1-4804-b814-f8869ede6bff} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
6733 | 2024.08.14 22:34:42.856223 [ 3 ] {9ca33afe-8de1-4804-b814-f8869ede6bff} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6734 | 2024.08.14 22:34:42.856373 [ 3 ] {9ca33afe-8de1-4804-b814-f8869ede6bff} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001224 sec., 3267.97385620915 rows/sec., 228.18 KiB/sec. | ||
6735 | 2024.08.14 22:34:42.856520 [ 3 ] {9ca33afe-8de1-4804-b814-f8869ede6bff} <Debug> DynamicQueryHandler: Done processing query | ||
6736 | 2024.08.14 22:34:42.856543 [ 3 ] {9ca33afe-8de1-4804-b814-f8869ede6bff} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6737 | 2024.08.14 22:34:42.856558 [ 3 ] {} <Debug> HTTP-Session: e9726960-c418-42a5-a0f6-7d746e5f7f90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6738 | 2024.08.14 22:34:42.856675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 15131, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6739 | 2024.08.14 22:34:42.856722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6740 | 2024.08.14 22:34:42.856742 [ 3 ] {} <Debug> HTTP-Session: 4993aab1-100d-477c-aa6a-1cf1fc8de147 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6741 | 2024.08.14 22:34:42.856757 [ 3 ] {} <Debug> HTTP-Session: 4993aab1-100d-477c-aa6a-1cf1fc8de147 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6742 | 2024.08.14 22:34:42.856770 [ 3 ] {} <Debug> HTTP-Session: 4993aab1-100d-477c-aa6a-1cf1fc8de147 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6743 | 2024.08.14 22:34:42.856801 [ 3 ] {} <Trace> HTTP-Session: 4993aab1-100d-477c-aa6a-1cf1fc8de147 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6744 | 2024.08.14 22:34:42.856921 [ 3 ] {de00953d-6c96-4587-93a0-092cc1c7dc00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6745 | 2024.08.14 22:34:42.856963 [ 3 ] {de00953d-6c96-4587-93a0-092cc1c7dc00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6746 | 2024.08.14 22:34:42.857085 [ 3 ] {de00953d-6c96-4587-93a0-092cc1c7dc00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6747 | 2024.08.14 22:34:42.857399 [ 3 ] {de00953d-6c96-4587-93a0-092cc1c7dc00} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6748 | 2024.08.14 22:34:42.857434 [ 3 ] {de00953d-6c96-4587-93a0-092cc1c7dc00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6749 | 2024.08.14 22:34:42.857738 [ 3 ] {de00953d-6c96-4587-93a0-092cc1c7dc00} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6750 | 2024.08.14 22:34:42.858030 [ 3 ] {de00953d-6c96-4587-93a0-092cc1c7dc00} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6751 | 2024.08.14 22:34:42.858182 [ 3 ] {de00953d-6c96-4587-93a0-092cc1c7dc00} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001302 sec., 68356.37480798771 rows/sec., 5.34 MiB/sec. | ||
6752 | 2024.08.14 22:34:42.858349 [ 3 ] {de00953d-6c96-4587-93a0-092cc1c7dc00} <Debug> DynamicQueryHandler: Done processing query | ||
6753 | 2024.08.14 22:34:42.858372 [ 3 ] {de00953d-6c96-4587-93a0-092cc1c7dc00} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6754 | 2024.08.14 22:34:42.858388 [ 3 ] {} <Debug> HTTP-Session: 4993aab1-100d-477c-aa6a-1cf1fc8de147 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6755 | 2024.08.14 22:34:42.858550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 31040, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6756 | 2024.08.14 22:34:42.858597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6757 | 2024.08.14 22:34:42.858616 [ 3 ] {} <Debug> HTTP-Session: 4c36d7e5-b4c6-4f1d-97fb-d83c6b6c9418 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6758 | 2024.08.14 22:34:42.858632 [ 3 ] {} <Debug> HTTP-Session: 4c36d7e5-b4c6-4f1d-97fb-d83c6b6c9418 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6759 | 2024.08.14 22:34:42.858645 [ 3 ] {} <Debug> HTTP-Session: 4c36d7e5-b4c6-4f1d-97fb-d83c6b6c9418 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6760 | 2024.08.14 22:34:42.858674 [ 3 ] {} <Trace> HTTP-Session: 4c36d7e5-b4c6-4f1d-97fb-d83c6b6c9418 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6761 | 2024.08.14 22:34:42.858818 [ 3 ] {8765ea71-78bd-4e17-9506-184259af7735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6762 | 2024.08.14 22:34:42.858864 [ 3 ] {8765ea71-78bd-4e17-9506-184259af7735} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6763 | 2024.08.14 22:34:42.859006 [ 3 ] {8765ea71-78bd-4e17-9506-184259af7735} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6764 | 2024.08.14 22:34:42.859351 [ 3 ] {8765ea71-78bd-4e17-9506-184259af7735} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6765 | 2024.08.14 22:34:42.859387 [ 3 ] {8765ea71-78bd-4e17-9506-184259af7735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6766 | 2024.08.14 22:34:42.859761 [ 3 ] {8765ea71-78bd-4e17-9506-184259af7735} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6767 | 2024.08.14 22:34:42.860094 [ 3 ] {8765ea71-78bd-4e17-9506-184259af7735} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6768 | 2024.08.14 22:34:42.860249 [ 3 ] {8765ea71-78bd-4e17-9506-184259af7735} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001496 sec., 108288.77005347594 rows/sec., 7.54 MiB/sec. | ||
6769 | 2024.08.14 22:34:42.860398 [ 3 ] {8765ea71-78bd-4e17-9506-184259af7735} <Debug> DynamicQueryHandler: Done processing query | ||
6770 | 2024.08.14 22:34:42.860421 [ 3 ] {8765ea71-78bd-4e17-9506-184259af7735} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6771 | 2024.08.14 22:34:42.860436 [ 3 ] {} <Debug> HTTP-Session: 4c36d7e5-b4c6-4f1d-97fb-d83c6b6c9418 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6772 | 2024.08.14 22:34:42.860652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33704, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6773 | 2024.08.14 22:34:42.860698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6774 | 2024.08.14 22:34:42.860717 [ 3 ] {} <Debug> HTTP-Session: 204d11f7-5f95-471b-bbaa-073ebb76df1e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6775 | 2024.08.14 22:34:42.860735 [ 3 ] {} <Debug> HTTP-Session: 204d11f7-5f95-471b-bbaa-073ebb76df1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6776 | 2024.08.14 22:34:42.860748 [ 3 ] {} <Debug> HTTP-Session: 204d11f7-5f95-471b-bbaa-073ebb76df1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6777 | 2024.08.14 22:34:42.860778 [ 3 ] {} <Trace> HTTP-Session: 204d11f7-5f95-471b-bbaa-073ebb76df1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6778 | 2024.08.14 22:34:42.861023 [ 3 ] {536d5d58-18af-4fc2-ab11-a7c89cabb0a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6779 | 2024.08.14 22:34:42.861083 [ 3 ] {536d5d58-18af-4fc2-ab11-a7c89cabb0a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
6780 | 2024.08.14 22:34:42.861496 [ 3 ] {536d5d58-18af-4fc2-ab11-a7c89cabb0a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6781 | 2024.08.14 22:34:42.862170 [ 3 ] {536d5d58-18af-4fc2-ab11-a7c89cabb0a4} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6782 | 2024.08.14 22:34:42.862206 [ 3 ] {536d5d58-18af-4fc2-ab11-a7c89cabb0a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6783 | 2024.08.14 22:34:42.862789 [ 3 ] {536d5d58-18af-4fc2-ab11-a7c89cabb0a4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6784 | 2024.08.14 22:34:42.863186 [ 3 ] {536d5d58-18af-4fc2-ab11-a7c89cabb0a4} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6785 | 2024.08.14 22:34:42.863369 [ 3 ] {536d5d58-18af-4fc2-ab11-a7c89cabb0a4} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002512 sec., 8359.872611464969 rows/sec., 14.98 MiB/sec. | ||
6786 | 2024.08.14 22:34:42.863585 [ 3 ] {536d5d58-18af-4fc2-ab11-a7c89cabb0a4} <Debug> DynamicQueryHandler: Done processing query | ||
6787 | 2024.08.14 22:34:42.863608 [ 3 ] {536d5d58-18af-4fc2-ab11-a7c89cabb0a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
6788 | 2024.08.14 22:34:42.863623 [ 3 ] {} <Debug> HTTP-Session: 204d11f7-5f95-471b-bbaa-073ebb76df1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6789 | 2024.08.14 22:34:42.863741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6790 | 2024.08.14 22:34:42.863788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6791 | 2024.08.14 22:34:42.863806 [ 3 ] {} <Debug> HTTP-Session: f3500732-0221-4188-8069-d1357e814d01 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6792 | 2024.08.14 22:34:42.863823 [ 3 ] {} <Debug> HTTP-Session: f3500732-0221-4188-8069-d1357e814d01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6793 | 2024.08.14 22:34:42.863836 [ 3 ] {} <Debug> HTTP-Session: f3500732-0221-4188-8069-d1357e814d01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6794 | 2024.08.14 22:34:42.863866 [ 3 ] {} <Trace> HTTP-Session: f3500732-0221-4188-8069-d1357e814d01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6795 | 2024.08.14 22:34:42.863985 [ 3 ] {28de2a2e-7ed1-4df2-9143-7807268ef327} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6796 | 2024.08.14 22:34:42.864029 [ 3 ] {28de2a2e-7ed1-4df2-9143-7807268ef327} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6797 | 2024.08.14 22:34:42.864154 [ 3 ] {28de2a2e-7ed1-4df2-9143-7807268ef327} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6798 | 2024.08.14 22:34:42.864431 [ 3 ] {28de2a2e-7ed1-4df2-9143-7807268ef327} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6799 | 2024.08.14 22:34:42.864466 [ 3 ] {28de2a2e-7ed1-4df2-9143-7807268ef327} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6800 | 2024.08.14 22:34:42.864810 [ 3 ] {28de2a2e-7ed1-4df2-9143-7807268ef327} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6801 | 2024.08.14 22:34:42.865115 [ 3 ] {28de2a2e-7ed1-4df2-9143-7807268ef327} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6802 | 2024.08.14 22:34:42.865266 [ 3 ] {28de2a2e-7ed1-4df2-9143-7807268ef327} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001329 sec., 45146.72686230248 rows/sec., 3.04 MiB/sec. | ||
6803 | 2024.08.14 22:34:42.865414 [ 3 ] {28de2a2e-7ed1-4df2-9143-7807268ef327} <Debug> DynamicQueryHandler: Done processing query | ||
6804 | 2024.08.14 22:34:42.865437 [ 3 ] {28de2a2e-7ed1-4df2-9143-7807268ef327} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6805 | 2024.08.14 22:34:42.865453 [ 3 ] {} <Debug> HTTP-Session: f3500732-0221-4188-8069-d1357e814d01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6806 | 2024.08.14 22:34:47.847505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6807 | 2024.08.14 22:34:47.847644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6808 | 2024.08.14 22:34:47.847673 [ 3 ] {} <Debug> HTTP-Session: 9e62edc0-5434-4036-8b3e-c3ce4329ee43 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6809 | 2024.08.14 22:34:47.847702 [ 3 ] {} <Debug> HTTP-Session: 9e62edc0-5434-4036-8b3e-c3ce4329ee43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6810 | 2024.08.14 22:34:47.847720 [ 3 ] {} <Debug> HTTP-Session: 9e62edc0-5434-4036-8b3e-c3ce4329ee43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6811 | 2024.08.14 22:34:47.847776 [ 3 ] {} <Trace> HTTP-Session: 9e62edc0-5434-4036-8b3e-c3ce4329ee43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6812 | 2024.08.14 22:34:47.847991 [ 3 ] {f030973a-e0c8-40e8-87f6-add5c94a7a4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6813 | 2024.08.14 22:34:47.848064 [ 3 ] {f030973a-e0c8-40e8-87f6-add5c94a7a4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6814 | 2024.08.14 22:34:47.848257 [ 3 ] {f030973a-e0c8-40e8-87f6-add5c94a7a4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6815 | 2024.08.14 22:34:47.848734 [ 3 ] {f030973a-e0c8-40e8-87f6-add5c94a7a4b} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6816 | 2024.08.14 22:34:47.848776 [ 3 ] {f030973a-e0c8-40e8-87f6-add5c94a7a4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6817 | 2024.08.14 22:34:47.849164 [ 3 ] {f030973a-e0c8-40e8-87f6-add5c94a7a4b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6818 | 2024.08.14 22:34:47.849491 [ 3 ] {f030973a-e0c8-40e8-87f6-add5c94a7a4b} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6819 | 2024.08.14 22:34:47.849632 [ 3 ] {f030973a-e0c8-40e8-87f6-add5c94a7a4b} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001708 sec., 9953.161592505854 rows/sec., 720.99 KiB/sec. | ||
6820 | 2024.08.14 22:34:47.849822 [ 3 ] {f030973a-e0c8-40e8-87f6-add5c94a7a4b} <Debug> DynamicQueryHandler: Done processing query | ||
6821 | 2024.08.14 22:34:47.849848 [ 3 ] {f030973a-e0c8-40e8-87f6-add5c94a7a4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6822 | 2024.08.14 22:34:47.849864 [ 3 ] {} <Debug> HTTP-Session: 9e62edc0-5434-4036-8b3e-c3ce4329ee43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6823 | 2024.08.14 22:34:47.850027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 29344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6824 | 2024.08.14 22:34:47.850076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6825 | 2024.08.14 22:34:47.850095 [ 3 ] {} <Debug> HTTP-Session: d08462d0-9441-42ff-9721-f7fa0a83e152 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6826 | 2024.08.14 22:34:47.850112 [ 3 ] {} <Debug> HTTP-Session: d08462d0-9441-42ff-9721-f7fa0a83e152 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6827 | 2024.08.14 22:34:47.850126 [ 3 ] {} <Debug> HTTP-Session: d08462d0-9441-42ff-9721-f7fa0a83e152 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6828 | 2024.08.14 22:34:47.850157 [ 3 ] {} <Trace> HTTP-Session: d08462d0-9441-42ff-9721-f7fa0a83e152 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6829 | 2024.08.14 22:34:47.850296 [ 3 ] {d5136c0f-d48f-40fc-b542-a0e2b333fd18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6830 | 2024.08.14 22:34:47.850338 [ 3 ] {d5136c0f-d48f-40fc-b542-a0e2b333fd18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6831 | 2024.08.14 22:34:47.850462 [ 3 ] {d5136c0f-d48f-40fc-b542-a0e2b333fd18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6832 | 2024.08.14 22:34:47.850862 [ 3 ] {d5136c0f-d48f-40fc-b542-a0e2b333fd18} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6833 | 2024.08.14 22:34:47.850898 [ 3 ] {d5136c0f-d48f-40fc-b542-a0e2b333fd18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6834 | 2024.08.14 22:34:47.851210 [ 3 ] {d5136c0f-d48f-40fc-b542-a0e2b333fd18} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6835 | 2024.08.14 22:34:47.851509 [ 3 ] {d5136c0f-d48f-40fc-b542-a0e2b333fd18} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6836 | 2024.08.14 22:34:47.851662 [ 3 ] {d5136c0f-d48f-40fc-b542-a0e2b333fd18} <Debug> executeQuery: Read 194 rows, 17.54 KiB in 0.001425 sec., 136140.35087719298 rows/sec., 12.02 MiB/sec. | ||
6837 | 2024.08.14 22:34:47.851811 [ 3 ] {d5136c0f-d48f-40fc-b542-a0e2b333fd18} <Debug> DynamicQueryHandler: Done processing query | ||
6838 | 2024.08.14 22:34:47.851834 [ 3 ] {d5136c0f-d48f-40fc-b542-a0e2b333fd18} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6839 | 2024.08.14 22:34:47.851849 [ 3 ] {} <Debug> HTTP-Session: d08462d0-9441-42ff-9721-f7fa0a83e152 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6840 | 2024.08.14 22:34:47.852006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 63412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6841 | 2024.08.14 22:34:47.852053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6842 | 2024.08.14 22:34:47.852072 [ 3 ] {} <Debug> HTTP-Session: b9904bff-4746-4d5a-a019-d85332d6f99e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6843 | 2024.08.14 22:34:47.852089 [ 3 ] {} <Debug> HTTP-Session: b9904bff-4746-4d5a-a019-d85332d6f99e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6844 | 2024.08.14 22:34:47.852102 [ 3 ] {} <Debug> HTTP-Session: b9904bff-4746-4d5a-a019-d85332d6f99e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6845 | 2024.08.14 22:34:47.852133 [ 3 ] {} <Trace> HTTP-Session: b9904bff-4746-4d5a-a019-d85332d6f99e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6846 | 2024.08.14 22:34:47.852321 [ 3 ] {4c1542d1-91f8-464a-9043-60403197ff3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6847 | 2024.08.14 22:34:47.852364 [ 3 ] {4c1542d1-91f8-464a-9043-60403197ff3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6848 | 2024.08.14 22:34:47.852488 [ 3 ] {4c1542d1-91f8-464a-9043-60403197ff3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6849 | 2024.08.14 22:34:47.852983 [ 3 ] {4c1542d1-91f8-464a-9043-60403197ff3f} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6850 | 2024.08.14 22:34:47.853020 [ 3 ] {4c1542d1-91f8-464a-9043-60403197ff3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6851 | 2024.08.14 22:34:47.853329 [ 3 ] {4c1542d1-91f8-464a-9043-60403197ff3f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6852 | 2024.08.14 22:34:47.853622 [ 3 ] {4c1542d1-91f8-464a-9043-60403197ff3f} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6853 | 2024.08.14 22:34:47.853776 [ 3 ] {4c1542d1-91f8-464a-9043-60403197ff3f} <Debug> executeQuery: Read 393 rows, 28.36 KiB in 0.001552 sec., 253221.6494845361 rows/sec., 17.84 MiB/sec. | ||
6854 | 2024.08.14 22:34:47.853941 [ 3 ] {4c1542d1-91f8-464a-9043-60403197ff3f} <Debug> DynamicQueryHandler: Done processing query | ||
6855 | 2024.08.14 22:34:47.853965 [ 3 ] {4c1542d1-91f8-464a-9043-60403197ff3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
6856 | 2024.08.14 22:34:47.853981 [ 3 ] {} <Debug> HTTP-Session: b9904bff-4746-4d5a-a019-d85332d6f99e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6857 | 2024.08.14 22:34:47.854181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6858 | 2024.08.14 22:34:47.854230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6859 | 2024.08.14 22:34:47.854248 [ 3 ] {} <Debug> HTTP-Session: 65b04625-bb3d-48cd-bd05-70f091c4d20a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6860 | 2024.08.14 22:34:47.854264 [ 3 ] {} <Debug> HTTP-Session: 65b04625-bb3d-48cd-bd05-70f091c4d20a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6861 | 2024.08.14 22:34:47.854278 [ 3 ] {} <Debug> HTTP-Session: 65b04625-bb3d-48cd-bd05-70f091c4d20a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6862 | 2024.08.14 22:34:47.854308 [ 3 ] {} <Trace> HTTP-Session: 65b04625-bb3d-48cd-bd05-70f091c4d20a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6863 | 2024.08.14 22:34:47.854400 [ 3 ] {0c5725bd-6498-4944-a49a-728abbb4b9f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6864 | 2024.08.14 22:34:47.854444 [ 3 ] {0c5725bd-6498-4944-a49a-728abbb4b9f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6865 | 2024.08.14 22:34:47.854571 [ 3 ] {0c5725bd-6498-4944-a49a-728abbb4b9f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6866 | 2024.08.14 22:34:47.854818 [ 3 ] {0c5725bd-6498-4944-a49a-728abbb4b9f3} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6867 | 2024.08.14 22:34:47.854854 [ 3 ] {0c5725bd-6498-4944-a49a-728abbb4b9f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6868 | 2024.08.14 22:34:47.855201 [ 3 ] {0c5725bd-6498-4944-a49a-728abbb4b9f3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6869 | 2024.08.14 22:34:47.855521 [ 3 ] {0c5725bd-6498-4944-a49a-728abbb4b9f3} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6870 | 2024.08.14 22:34:47.855672 [ 3 ] {0c5725bd-6498-4944-a49a-728abbb4b9f3} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001295 sec., 4633.204633204634 rows/sec., 199.08 KiB/sec. | ||
6871 | 2024.08.14 22:34:47.855823 [ 3 ] {0c5725bd-6498-4944-a49a-728abbb4b9f3} <Debug> DynamicQueryHandler: Done processing query | ||
6872 | 2024.08.14 22:34:47.855846 [ 3 ] {0c5725bd-6498-4944-a49a-728abbb4b9f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6873 | 2024.08.14 22:34:47.855861 [ 3 ] {} <Debug> HTTP-Session: 65b04625-bb3d-48cd-bd05-70f091c4d20a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6874 | 2024.08.14 22:34:47.855970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6875 | 2024.08.14 22:34:47.856017 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6876 | 2024.08.14 22:34:47.856036 [ 3 ] {} <Debug> HTTP-Session: bb001f75-a092-463c-89db-8c2de1050058 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6877 | 2024.08.14 22:34:47.856052 [ 3 ] {} <Debug> HTTP-Session: bb001f75-a092-463c-89db-8c2de1050058 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6878 | 2024.08.14 22:34:47.856066 [ 3 ] {} <Debug> HTTP-Session: bb001f75-a092-463c-89db-8c2de1050058 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6879 | 2024.08.14 22:34:47.856097 [ 3 ] {} <Trace> HTTP-Session: bb001f75-a092-463c-89db-8c2de1050058 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6880 | 2024.08.14 22:34:47.856212 [ 3 ] {7e456f71-039c-43c5-a1e5-54cf6a6893cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
6881 | 2024.08.14 22:34:47.856257 [ 3 ] {7e456f71-039c-43c5-a1e5-54cf6a6893cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
6882 | 2024.08.14 22:34:47.856397 [ 3 ] {7e456f71-039c-43c5-a1e5-54cf6a6893cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6883 | 2024.08.14 22:34:47.856705 [ 3 ] {7e456f71-039c-43c5-a1e5-54cf6a6893cb} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6884 | 2024.08.14 22:34:47.856742 [ 3 ] {7e456f71-039c-43c5-a1e5-54cf6a6893cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6885 | 2024.08.14 22:34:47.857098 [ 3 ] {7e456f71-039c-43c5-a1e5-54cf6a6893cb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6886 | 2024.08.14 22:34:47.857421 [ 3 ] {7e456f71-039c-43c5-a1e5-54cf6a6893cb} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6887 | 2024.08.14 22:34:47.857575 [ 3 ] {7e456f71-039c-43c5-a1e5-54cf6a6893cb} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.0014 sec., 55000 rows/sec., 3.39 MiB/sec. | ||
6888 | 2024.08.14 22:34:47.857891 [ 3 ] {7e456f71-039c-43c5-a1e5-54cf6a6893cb} <Debug> DynamicQueryHandler: Done processing query | ||
6889 | 2024.08.14 22:34:47.857918 [ 3 ] {7e456f71-039c-43c5-a1e5-54cf6a6893cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6890 | 2024.08.14 22:34:47.857934 [ 3 ] {} <Debug> HTTP-Session: bb001f75-a092-463c-89db-8c2de1050058 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6891 | 2024.08.14 22:34:47.858119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6892 | 2024.08.14 22:34:47.858167 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6893 | 2024.08.14 22:34:47.858186 [ 3 ] {} <Debug> HTTP-Session: 0bada07d-ab93-40e8-a1d4-fd300266bede Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6894 | 2024.08.14 22:34:47.858202 [ 3 ] {} <Debug> HTTP-Session: 0bada07d-ab93-40e8-a1d4-fd300266bede Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6895 | 2024.08.14 22:34:47.858216 [ 3 ] {} <Debug> HTTP-Session: 0bada07d-ab93-40e8-a1d4-fd300266bede Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6896 | 2024.08.14 22:34:47.858246 [ 3 ] {} <Trace> HTTP-Session: 0bada07d-ab93-40e8-a1d4-fd300266bede Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6897 | 2024.08.14 22:34:47.858386 [ 3 ] {211b082d-324c-432d-940a-ff5d3f95a428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6898 | 2024.08.14 22:34:47.858431 [ 3 ] {211b082d-324c-432d-940a-ff5d3f95a428} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6899 | 2024.08.14 22:34:47.858597 [ 3 ] {211b082d-324c-432d-940a-ff5d3f95a428} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6900 | 2024.08.14 22:34:47.858969 [ 3 ] {211b082d-324c-432d-940a-ff5d3f95a428} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6901 | 2024.08.14 22:34:47.859010 [ 3 ] {211b082d-324c-432d-940a-ff5d3f95a428} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6902 | 2024.08.14 22:34:47.859392 [ 3 ] {211b082d-324c-432d-940a-ff5d3f95a428} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6903 | 2024.08.14 22:34:47.859733 [ 3 ] {211b082d-324c-432d-940a-ff5d3f95a428} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6904 | 2024.08.14 22:34:47.859897 [ 3 ] {211b082d-324c-432d-940a-ff5d3f95a428} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001563 sec., 102367.24248240564 rows/sec., 7.13 MiB/sec. | ||
6905 | 2024.08.14 22:34:47.860087 [ 3 ] {211b082d-324c-432d-940a-ff5d3f95a428} <Debug> DynamicQueryHandler: Done processing query | ||
6906 | 2024.08.14 22:34:47.860120 [ 3 ] {211b082d-324c-432d-940a-ff5d3f95a428} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6907 | 2024.08.14 22:34:47.860141 [ 3 ] {} <Debug> HTTP-Session: 0bada07d-ab93-40e8-a1d4-fd300266bede Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6908 | 2024.08.14 22:34:47.860283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6909 | 2024.08.14 22:34:47.860343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6910 | 2024.08.14 22:34:47.860366 [ 3 ] {} <Debug> HTTP-Session: 12994559-033b-4d9a-b28f-e4f43af2801f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6911 | 2024.08.14 22:34:47.860387 [ 3 ] {} <Debug> HTTP-Session: 12994559-033b-4d9a-b28f-e4f43af2801f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6912 | 2024.08.14 22:34:47.860404 [ 3 ] {} <Debug> HTTP-Session: 12994559-033b-4d9a-b28f-e4f43af2801f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6913 | 2024.08.14 22:34:47.860443 [ 3 ] {} <Trace> HTTP-Session: 12994559-033b-4d9a-b28f-e4f43af2801f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6914 | 2024.08.14 22:34:47.860686 [ 3 ] {7b83306e-7588-4f75-a152-69d04535125d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6915 | 2024.08.14 22:34:47.860762 [ 3 ] {7b83306e-7588-4f75-a152-69d04535125d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
6916 | 2024.08.14 22:34:47.861215 [ 3 ] {7b83306e-7588-4f75-a152-69d04535125d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6917 | 2024.08.14 22:34:47.861776 [ 3 ] {7b83306e-7588-4f75-a152-69d04535125d} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6918 | 2024.08.14 22:34:47.861815 [ 3 ] {7b83306e-7588-4f75-a152-69d04535125d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6919 | 2024.08.14 22:34:47.862383 [ 3 ] {7b83306e-7588-4f75-a152-69d04535125d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6920 | 2024.08.14 22:34:47.862795 [ 3 ] {7b83306e-7588-4f75-a152-69d04535125d} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6921 | 2024.08.14 22:34:47.862977 [ 107 ] {} <Debug> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6922 | 2024.08.14 22:34:47.862995 [ 3 ] {7b83306e-7588-4f75-a152-69d04535125d} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002452 sec., 4486.133768352365 rows/sec., 8.04 MiB/sec. | ||
6923 | 2024.08.14 22:34:47.863074 [ 107 ] {} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6924 | 2024.08.14 22:34:47.863158 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6925 | 2024.08.14 22:34:47.863450 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::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 | ||
6926 | 2024.08.14 22:34:47.863542 [ 3 ] {7b83306e-7588-4f75-a152-69d04535125d} <Debug> DynamicQueryHandler: Done processing query | ||
6927 | 2024.08.14 22:34:47.863586 [ 3 ] {7b83306e-7588-4f75-a152-69d04535125d} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
6928 | 2024.08.14 22:34:47.863626 [ 3 ] {} <Debug> HTTP-Session: 12994559-033b-4d9a-b28f-e4f43af2801f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6929 | 2024.08.14 22:34:47.863823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6930 | 2024.08.14 22:34:47.863940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6931 | 2024.08.14 22:34:47.863997 [ 3 ] {} <Debug> HTTP-Session: 7eb4698a-e48f-46f9-b659-79820d96bda8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6932 | 2024.08.14 22:34:47.864046 [ 3 ] {} <Debug> HTTP-Session: 7eb4698a-e48f-46f9-b659-79820d96bda8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6933 | 2024.08.14 22:34:47.864091 [ 3 ] {} <Debug> HTTP-Session: 7eb4698a-e48f-46f9-b659-79820d96bda8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6934 | 2024.08.14 22:34:47.864177 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6935 | 2024.08.14 22:34:47.864178 [ 3 ] {} <Trace> HTTP-Session: 7eb4698a-e48f-46f9-b659-79820d96bda8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6936 | 2024.08.14 22:34:47.864302 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 443 rows starting from the beginning of the part | ||
6937 | 2024.08.14 22:34:47.864429 [ 3 ] {87c4b9ae-c776-4b0e-a73c-d9d2cab0ee1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
6938 | 2024.08.14 22:34:47.864582 [ 3 ] {87c4b9ae-c776-4b0e-a73c-d9d2cab0ee1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
6939 | 2024.08.14 22:34:47.865086 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 11 rows starting from the beginning of the part | ||
6940 | 2024.08.14 22:34:47.865369 [ 3 ] {87c4b9ae-c776-4b0e-a73c-d9d2cab0ee1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6941 | 2024.08.14 22:34:47.865820 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 21 rows starting from the beginning of the part | ||
6942 | 2024.08.14 22:34:47.866558 [ 3 ] {87c4b9ae-c776-4b0e-a73c-d9d2cab0ee1e} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6943 | 2024.08.14 22:34:47.866602 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 11 rows starting from the beginning of the part | ||
6944 | 2024.08.14 22:34:47.866623 [ 3 ] {87c4b9ae-c776-4b0e-a73c-d9d2cab0ee1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6945 | 2024.08.14 22:34:47.867292 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 21 rows starting from the beginning of the part | ||
6946 | 2024.08.14 22:34:47.867921 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 11 rows starting from the beginning of the part | ||
6947 | 2024.08.14 22:34:47.867955 [ 3 ] {87c4b9ae-c776-4b0e-a73c-d9d2cab0ee1e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6948 | 2024.08.14 22:34:47.869018 [ 3 ] {87c4b9ae-c776-4b0e-a73c-d9d2cab0ee1e} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6949 | 2024.08.14 22:34:47.869329 [ 3 ] {87c4b9ae-c776-4b0e-a73c-d9d2cab0ee1e} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.004982 sec., 4616.6198313930145 rows/sec., 249.73 KiB/sec. | ||
6950 | 2024.08.14 22:34:47.869654 [ 3 ] {87c4b9ae-c776-4b0e-a73c-d9d2cab0ee1e} <Debug> DynamicQueryHandler: Done processing query | ||
6951 | 2024.08.14 22:34:47.869706 [ 3 ] {87c4b9ae-c776-4b0e-a73c-d9d2cab0ee1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6952 | 2024.08.14 22:34:47.869759 [ 3 ] {} <Debug> HTTP-Session: 7eb4698a-e48f-46f9-b659-79820d96bda8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6953 | 2024.08.14 22:34:47.869936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6954 | 2024.08.14 22:34:47.870020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6955 | 2024.08.14 22:34:47.870042 [ 3 ] {} <Debug> HTTP-Session: 367a6c2c-fb3d-4036-b110-ba343efe23d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6956 | 2024.08.14 22:34:47.870063 [ 3 ] {} <Debug> HTTP-Session: 367a6c2c-fb3d-4036-b110-ba343efe23d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6957 | 2024.08.14 22:34:47.870076 [ 3 ] {} <Debug> HTTP-Session: 367a6c2c-fb3d-4036-b110-ba343efe23d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6958 | 2024.08.14 22:34:47.870110 [ 3 ] {} <Trace> HTTP-Session: 367a6c2c-fb3d-4036-b110-ba343efe23d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6959 | 2024.08.14 22:34:47.870292 [ 3 ] {dde5d988-0f61-417a-b4a6-3d79c8b03267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6960 | 2024.08.14 22:34:47.870366 [ 3 ] {dde5d988-0f61-417a-b4a6-3d79c8b03267} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6961 | 2024.08.14 22:34:47.870943 [ 3 ] {dde5d988-0f61-417a-b4a6-3d79c8b03267} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6962 | 2024.08.14 22:34:47.871971 [ 3 ] {dde5d988-0f61-417a-b4a6-3d79c8b03267} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6963 | 2024.08.14 22:34:47.872039 [ 3 ] {dde5d988-0f61-417a-b4a6-3d79c8b03267} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6964 | 2024.08.14 22:34:47.873248 [ 3 ] {dde5d988-0f61-417a-b4a6-3d79c8b03267} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6965 | 2024.08.14 22:34:47.874206 [ 3 ] {dde5d988-0f61-417a-b4a6-3d79c8b03267} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6966 | 2024.08.14 22:34:47.874609 [ 3 ] {dde5d988-0f61-417a-b4a6-3d79c8b03267} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004354 sec., 13780.431786862655 rows/sec., 950.99 KiB/sec. | ||
6967 | 2024.08.14 22:34:47.875077 [ 3 ] {dde5d988-0f61-417a-b4a6-3d79c8b03267} <Debug> DynamicQueryHandler: Done processing query | ||
6968 | 2024.08.14 22:34:47.875202 [ 3 ] {dde5d988-0f61-417a-b4a6-3d79c8b03267} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6969 | 2024.08.14 22:34:47.875223 [ 3 ] {} <Debug> HTTP-Session: 367a6c2c-fb3d-4036-b110-ba343efe23d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6970 | 2024.08.14 22:34:47.876587 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 518 rows, containing 19 columns (19 merged, 0 gathered) in 0.013302945 sec., 38938.74627009282 rows/sec., 69.78 MiB/sec. | ||
6971 | 2024.08.14 22:34:47.877044 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6972 | 2024.08.14 22:34:47.877585 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6973 | 2024.08.14 22:34:47.877667 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6974 | 2024.08.14 22:34:47.877779 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.88 MiB. | ||
6975 | 2024.08.14 22:34:49.877607 [ 105 ] {} <Debug> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
6976 | 2024.08.14 22:34:49.877686 [ 105 ] {} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6977 | 2024.08.14 22:34:49.877709 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
6978 | 2024.08.14 22:34:49.877891 [ 197 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::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 | ||
6979 | 2024.08.14 22:34:49.878074 [ 197 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6980 | 2024.08.14 22:34:49.878109 [ 197 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::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 | ||
6981 | 2024.08.14 22:34:49.878188 [ 197 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 228 rows starting from the beginning of the part | ||
6982 | 2024.08.14 22:34:49.878335 [ 197 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 228 rows starting from the beginning of the part | ||
6983 | 2024.08.14 22:34:49.878649 [ 197 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 228 rows starting from the beginning of the part | ||
6984 | 2024.08.14 22:34:49.878869 [ 197 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 228 rows starting from the beginning of the part | ||
6985 | 2024.08.14 22:34:49.880121 [ 192 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 913 rows, containing 4 columns (4 merged, 0 gathered) in 0.002342275 sec., 389791.97575007204 rows/sec., 24.93 MiB/sec. | ||
6986 | 2024.08.14 22:34:49.880330 [ 198 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
6987 | 2024.08.14 22:34:49.880769 [ 198 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::all_1_5_1} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6988 | 2024.08.14 22:34:49.880859 [ 198 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::all_1_5_1} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
6989 | 2024.08.14 22:34:49.880958 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
6990 | 2024.08.14 22:34:52.843395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6991 | 2024.08.14 22:34:52.843508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6992 | 2024.08.14 22:34:52.843531 [ 3 ] {} <Debug> HTTP-Session: 2f05d88f-1626-446e-aacb-e1cb995b9fe3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
6993 | 2024.08.14 22:34:52.843555 [ 3 ] {} <Debug> HTTP-Session: 2f05d88f-1626-446e-aacb-e1cb995b9fe3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6994 | 2024.08.14 22:34:52.843569 [ 3 ] {} <Debug> HTTP-Session: 2f05d88f-1626-446e-aacb-e1cb995b9fe3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6995 | 2024.08.14 22:34:52.843618 [ 3 ] {} <Trace> HTTP-Session: 2f05d88f-1626-446e-aacb-e1cb995b9fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6996 | 2024.08.14 22:34:52.843801 [ 3 ] {6a035d20-b46f-4574-a1af-d1597986780c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6997 | 2024.08.14 22:34:52.843865 [ 3 ] {6a035d20-b46f-4574-a1af-d1597986780c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6998 | 2024.08.14 22:34:52.844099 [ 3 ] {6a035d20-b46f-4574-a1af-d1597986780c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6999 | 2024.08.14 22:34:52.844517 [ 3 ] {6a035d20-b46f-4574-a1af-d1597986780c} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7000 | 2024.08.14 22:34:52.844564 [ 3 ] {6a035d20-b46f-4574-a1af-d1597986780c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7001 | 2024.08.14 22:34:52.844939 [ 3 ] {6a035d20-b46f-4574-a1af-d1597986780c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
7002 | 2024.08.14 22:34:52.845274 [ 3 ] {6a035d20-b46f-4574-a1af-d1597986780c} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7003 | 2024.08.14 22:34:52.845446 [ 3 ] {6a035d20-b46f-4574-a1af-d1597986780c} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001697 sec., 12374.779021803182 rows/sec., 1003.03 KiB/sec. | ||
7004 | 2024.08.14 22:34:52.845732 [ 3 ] {6a035d20-b46f-4574-a1af-d1597986780c} <Debug> DynamicQueryHandler: Done processing query | ||
7005 | 2024.08.14 22:34:52.845765 [ 3 ] {6a035d20-b46f-4574-a1af-d1597986780c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7006 | 2024.08.14 22:34:52.845781 [ 3 ] {} <Debug> HTTP-Session: 2f05d88f-1626-446e-aacb-e1cb995b9fe3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7007 | 2024.08.14 22:34:52.845897 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7008 | 2024.08.14 22:34:52.845947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7009 | 2024.08.14 22:34:52.845967 [ 3 ] {} <Debug> HTTP-Session: 0afbf3a2-2df5-4001-9a93-067fb6b6dd67 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7010 | 2024.08.14 22:34:52.845984 [ 3 ] {} <Debug> HTTP-Session: 0afbf3a2-2df5-4001-9a93-067fb6b6dd67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7011 | 2024.08.14 22:34:52.845998 [ 3 ] {} <Debug> HTTP-Session: 0afbf3a2-2df5-4001-9a93-067fb6b6dd67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7012 | 2024.08.14 22:34:52.846028 [ 3 ] {} <Trace> HTTP-Session: 0afbf3a2-2df5-4001-9a93-067fb6b6dd67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7013 | 2024.08.14 22:34:52.846123 [ 3 ] {286af2ac-500f-40aa-859c-fc7f57a5bdfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7014 | 2024.08.14 22:34:52.846165 [ 3 ] {286af2ac-500f-40aa-859c-fc7f57a5bdfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7015 | 2024.08.14 22:34:52.846315 [ 3 ] {286af2ac-500f-40aa-859c-fc7f57a5bdfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7016 | 2024.08.14 22:34:52.846624 [ 3 ] {286af2ac-500f-40aa-859c-fc7f57a5bdfe} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7017 | 2024.08.14 22:34:52.846660 [ 3 ] {286af2ac-500f-40aa-859c-fc7f57a5bdfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7018 | 2024.08.14 22:34:52.846953 [ 3 ] {286af2ac-500f-40aa-859c-fc7f57a5bdfe} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
7019 | 2024.08.14 22:34:52.847256 [ 3 ] {286af2ac-500f-40aa-859c-fc7f57a5bdfe} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7020 | 2024.08.14 22:34:52.847415 [ 3 ] {286af2ac-500f-40aa-859c-fc7f57a5bdfe} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00131 sec., 1526.7175572519084 rows/sec., 124.49 KiB/sec. | ||
7021 | 2024.08.14 22:34:52.847412 [ 103 ] {} <Debug> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
7022 | 2024.08.14 22:34:52.847530 [ 103 ] {} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7023 | 2024.08.14 22:34:52.847575 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7024 | 2024.08.14 22:34:52.847647 [ 3 ] {286af2ac-500f-40aa-859c-fc7f57a5bdfe} <Debug> DynamicQueryHandler: Done processing query | ||
7025 | 2024.08.14 22:34:52.847709 [ 3 ] {286af2ac-500f-40aa-859c-fc7f57a5bdfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7026 | 2024.08.14 22:34:52.847762 [ 3 ] {} <Debug> HTTP-Session: 0afbf3a2-2df5-4001-9a93-067fb6b6dd67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7027 | 2024.08.14 22:34:52.847834 [ 197 ] {5de7b388-dbe3-411a-ab63-47f138d10478::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 | ||
7028 | 2024.08.14 22:34:52.847941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17462, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7029 | 2024.08.14 22:34:52.848047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7030 | 2024.08.14 22:34:52.848096 [ 3 ] {} <Debug> HTTP-Session: a182cbff-187f-433d-99dd-6b96ac94c763 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7031 | 2024.08.14 22:34:52.848137 [ 3 ] {} <Debug> HTTP-Session: a182cbff-187f-433d-99dd-6b96ac94c763 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7032 | 2024.08.14 22:34:52.848171 [ 3 ] {} <Debug> HTTP-Session: a182cbff-187f-433d-99dd-6b96ac94c763 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7033 | 2024.08.14 22:34:52.848195 [ 197 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7034 | 2024.08.14 22:34:52.848233 [ 3 ] {} <Trace> HTTP-Session: a182cbff-187f-433d-99dd-6b96ac94c763 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7035 | 2024.08.14 22:34:52.848254 [ 197 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 16 rows starting from the beginning of the part | ||
7036 | 2024.08.14 22:34:52.848482 [ 197 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
7037 | 2024.08.14 22:34:52.848627 [ 3 ] {8ce06825-c895-42b1-aae0-938780c69e9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7038 | 2024.08.14 22:34:52.848767 [ 197 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
7039 | 2024.08.14 22:34:52.848835 [ 3 ] {8ce06825-c895-42b1-aae0-938780c69e9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7040 | 2024.08.14 22:34:52.849077 [ 197 ] {5de7b388-dbe3-411a-ab63-47f138d10478::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 | ||
7041 | 2024.08.14 22:34:52.849455 [ 197 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
7042 | 2024.08.14 22:34:52.849786 [ 197 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
7043 | 2024.08.14 22:34:52.850399 [ 3 ] {8ce06825-c895-42b1-aae0-938780c69e9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7044 | 2024.08.14 22:34:52.851239 [ 3 ] {8ce06825-c895-42b1-aae0-938780c69e9c} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7045 | 2024.08.14 22:34:52.851299 [ 3 ] {8ce06825-c895-42b1-aae0-938780c69e9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7046 | 2024.08.14 22:34:52.852099 [ 3 ] {8ce06825-c895-42b1-aae0-938780c69e9c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7047 | 2024.08.14 22:34:52.852344 [ 192 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004680319 sec., 6837.140801727404 rows/sec., 557.52 KiB/sec. | ||
7048 | 2024.08.14 22:34:52.852552 [ 189 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
7049 | 2024.08.14 22:34:52.852723 [ 3 ] {8ce06825-c895-42b1-aae0-938780c69e9c} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7050 | 2024.08.14 22:34:52.853233 [ 3 ] {8ce06825-c895-42b1-aae0-938780c69e9c} <Debug> executeQuery: Read 120 rows, 10.15 KiB in 0.004843 sec., 24778.030146603345 rows/sec., 2.05 MiB/sec. | ||
7051 | 2024.08.14 22:34:52.853914 [ 189 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_11_2} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7052 | 2024.08.14 22:34:52.854060 [ 3 ] {8ce06825-c895-42b1-aae0-938780c69e9c} <Debug> DynamicQueryHandler: Done processing query | ||
7053 | 2024.08.14 22:34:52.854139 [ 3 ] {8ce06825-c895-42b1-aae0-938780c69e9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7054 | 2024.08.14 22:34:52.854172 [ 3 ] {} <Debug> HTTP-Session: a182cbff-187f-433d-99dd-6b96ac94c763 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7055 | 2024.08.14 22:34:52.854191 [ 189 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_11_2} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
7056 | 2024.08.14 22:34:52.854320 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7057 | 2024.08.14 22:34:52.854336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7058 | 2024.08.14 22:34:52.854412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7059 | 2024.08.14 22:34:52.854433 [ 3 ] {} <Debug> HTTP-Session: e687afe1-bdac-46e2-9d28-ec0e1a693c48 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7060 | 2024.08.14 22:34:52.854451 [ 3 ] {} <Debug> HTTP-Session: e687afe1-bdac-46e2-9d28-ec0e1a693c48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7061 | 2024.08.14 22:34:52.854465 [ 3 ] {} <Debug> HTTP-Session: e687afe1-bdac-46e2-9d28-ec0e1a693c48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7062 | 2024.08.14 22:34:52.854498 [ 3 ] {} <Trace> HTTP-Session: e687afe1-bdac-46e2-9d28-ec0e1a693c48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7063 | 2024.08.14 22:34:52.854612 [ 3 ] {b508b464-b7f8-4c6c-bfe5-248411f1e140} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7064 | 2024.08.14 22:34:52.854658 [ 3 ] {b508b464-b7f8-4c6c-bfe5-248411f1e140} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7065 | 2024.08.14 22:34:52.854818 [ 3 ] {b508b464-b7f8-4c6c-bfe5-248411f1e140} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7066 | 2024.08.14 22:34:52.855117 [ 3 ] {b508b464-b7f8-4c6c-bfe5-248411f1e140} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7067 | 2024.08.14 22:34:52.855155 [ 3 ] {b508b464-b7f8-4c6c-bfe5-248411f1e140} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7068 | 2024.08.14 22:34:52.855468 [ 3 ] {b508b464-b7f8-4c6c-bfe5-248411f1e140} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
7069 | 2024.08.14 22:34:52.855800 [ 3 ] {b508b464-b7f8-4c6c-bfe5-248411f1e140} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7070 | 2024.08.14 22:34:52.855968 [ 103 ] {} <Debug> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
7071 | 2024.08.14 22:34:52.855975 [ 3 ] {b508b464-b7f8-4c6c-bfe5-248411f1e140} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001378 sec., 1451.3788098693758 rows/sec., 101.34 KiB/sec. | ||
7072 | 2024.08.14 22:34:52.856037 [ 103 ] {} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7073 | 2024.08.14 22:34:52.856109 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7074 | 2024.08.14 22:34:52.856291 [ 3 ] {b508b464-b7f8-4c6c-bfe5-248411f1e140} <Debug> DynamicQueryHandler: Done processing query | ||
7075 | 2024.08.14 22:34:52.856299 [ 197 ] {3461738d-5c06-4228-8543-114414f8678d::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 | ||
7076 | 2024.08.14 22:34:52.856327 [ 3 ] {b508b464-b7f8-4c6c-bfe5-248411f1e140} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7077 | 2024.08.14 22:34:52.856374 [ 3 ] {} <Debug> HTTP-Session: e687afe1-bdac-46e2-9d28-ec0e1a693c48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7078 | 2024.08.14 22:34:52.856504 [ 197 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7079 | 2024.08.14 22:34:52.856548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7080 | 2024.08.14 22:34:52.856568 [ 197 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 16 rows starting from the beginning of the part | ||
7081 | 2024.08.14 22:34:52.856643 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7082 | 2024.08.14 22:34:52.856764 [ 3 ] {} <Debug> HTTP-Session: c9a42cd1-5605-4afc-9a6e-a122267b0923 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7083 | 2024.08.14 22:34:52.856808 [ 197 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
7084 | 2024.08.14 22:34:52.856836 [ 3 ] {} <Debug> HTTP-Session: c9a42cd1-5605-4afc-9a6e-a122267b0923 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7085 | 2024.08.14 22:34:52.856914 [ 3 ] {} <Debug> HTTP-Session: c9a42cd1-5605-4afc-9a6e-a122267b0923 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7086 | 2024.08.14 22:34:52.857091 [ 3 ] {} <Trace> HTTP-Session: c9a42cd1-5605-4afc-9a6e-a122267b0923 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7087 | 2024.08.14 22:34:52.857124 [ 197 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
7088 | 2024.08.14 22:34:52.857334 [ 197 ] {3461738d-5c06-4228-8543-114414f8678d::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 | ||
7089 | 2024.08.14 22:34:52.857564 [ 197 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
7090 | 2024.08.14 22:34:52.857584 [ 3 ] {4c3e4425-c6b8-4d0a-9823-3879ceb3b956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7091 | 2024.08.14 22:34:52.857873 [ 197 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
7092 | 2024.08.14 22:34:52.857919 [ 3 ] {4c3e4425-c6b8-4d0a-9823-3879ceb3b956} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7093 | 2024.08.14 22:34:52.858642 [ 3 ] {4c3e4425-c6b8-4d0a-9823-3879ceb3b956} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7094 | 2024.08.14 22:34:52.859529 [ 3 ] {4c3e4425-c6b8-4d0a-9823-3879ceb3b956} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7095 | 2024.08.14 22:34:52.859590 [ 3 ] {4c3e4425-c6b8-4d0a-9823-3879ceb3b956} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7096 | 2024.08.14 22:34:52.860344 [ 197 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004131351 sec., 7745.650272755813 rows/sec., 540.83 KiB/sec. | ||
7097 | 2024.08.14 22:34:52.860467 [ 3 ] {4c3e4425-c6b8-4d0a-9823-3879ceb3b956} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7098 | 2024.08.14 22:34:52.860501 [ 197 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
7099 | 2024.08.14 22:34:52.861278 [ 3 ] {4c3e4425-c6b8-4d0a-9823-3879ceb3b956} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7100 | 2024.08.14 22:34:52.861317 [ 197 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_11_2} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7101 | 2024.08.14 22:34:52.861507 [ 197 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_11_2} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
7102 | 2024.08.14 22:34:52.861637 [ 3 ] {4c3e4425-c6b8-4d0a-9823-3879ceb3b956} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.004281 sec., 20322.354590049054 rows/sec., 1.59 MiB/sec. | ||
7103 | 2024.08.14 22:34:52.861721 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7104 | 2024.08.14 22:34:52.862110 [ 3 ] {4c3e4425-c6b8-4d0a-9823-3879ceb3b956} <Debug> DynamicQueryHandler: Done processing query | ||
7105 | 2024.08.14 22:34:52.862146 [ 3 ] {4c3e4425-c6b8-4d0a-9823-3879ceb3b956} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7106 | 2024.08.14 22:34:52.862162 [ 3 ] {} <Debug> HTTP-Session: c9a42cd1-5605-4afc-9a6e-a122267b0923 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7107 | 2024.08.14 22:34:52.862319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7108 | 2024.08.14 22:34:52.862370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7109 | 2024.08.14 22:34:52.862391 [ 3 ] {} <Debug> HTTP-Session: cf8774c8-93ee-482a-a12c-b6a418e28b0e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7110 | 2024.08.14 22:34:52.862408 [ 3 ] {} <Debug> HTTP-Session: cf8774c8-93ee-482a-a12c-b6a418e28b0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7111 | 2024.08.14 22:34:52.862421 [ 3 ] {} <Debug> HTTP-Session: cf8774c8-93ee-482a-a12c-b6a418e28b0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7112 | 2024.08.14 22:34:52.862452 [ 3 ] {} <Trace> HTTP-Session: cf8774c8-93ee-482a-a12c-b6a418e28b0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7113 | 2024.08.14 22:34:52.862613 [ 3 ] {425dabec-512e-42e5-b63f-7b5dc0bfc506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7114 | 2024.08.14 22:34:52.862662 [ 3 ] {425dabec-512e-42e5-b63f-7b5dc0bfc506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7115 | 2024.08.14 22:34:52.862844 [ 3 ] {425dabec-512e-42e5-b63f-7b5dc0bfc506} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7116 | 2024.08.14 22:34:52.863330 [ 3 ] {425dabec-512e-42e5-b63f-7b5dc0bfc506} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7117 | 2024.08.14 22:34:52.863369 [ 3 ] {425dabec-512e-42e5-b63f-7b5dc0bfc506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7118 | 2024.08.14 22:34:52.863771 [ 3 ] {425dabec-512e-42e5-b63f-7b5dc0bfc506} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7119 | 2024.08.14 22:34:52.864121 [ 3 ] {425dabec-512e-42e5-b63f-7b5dc0bfc506} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7120 | 2024.08.14 22:34:52.864285 [ 3 ] {425dabec-512e-42e5-b63f-7b5dc0bfc506} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001743 sec., 92369.4779116466 rows/sec., 6.43 MiB/sec. | ||
7121 | 2024.08.14 22:34:52.864498 [ 3 ] {425dabec-512e-42e5-b63f-7b5dc0bfc506} <Debug> DynamicQueryHandler: Done processing query | ||
7122 | 2024.08.14 22:34:52.864530 [ 3 ] {425dabec-512e-42e5-b63f-7b5dc0bfc506} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7123 | 2024.08.14 22:34:52.864547 [ 3 ] {} <Debug> HTTP-Session: cf8774c8-93ee-482a-a12c-b6a418e28b0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7124 | 2024.08.14 22:34:52.864695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33692, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7125 | 2024.08.14 22:34:52.864746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7126 | 2024.08.14 22:34:52.864766 [ 3 ] {} <Debug> HTTP-Session: 40f35581-728d-44ba-82b5-d24fa0a6cf59 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7127 | 2024.08.14 22:34:52.864784 [ 3 ] {} <Debug> HTTP-Session: 40f35581-728d-44ba-82b5-d24fa0a6cf59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7128 | 2024.08.14 22:34:52.864798 [ 3 ] {} <Debug> HTTP-Session: 40f35581-728d-44ba-82b5-d24fa0a6cf59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7129 | 2024.08.14 22:34:52.864828 [ 3 ] {} <Trace> HTTP-Session: 40f35581-728d-44ba-82b5-d24fa0a6cf59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7130 | 2024.08.14 22:34:52.865075 [ 3 ] {de1b915e-a2e8-4ea1-b88c-168cbec59afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7131 | 2024.08.14 22:34:52.865140 [ 3 ] {de1b915e-a2e8-4ea1-b88c-168cbec59afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
7132 | 2024.08.14 22:34:52.865569 [ 3 ] {de1b915e-a2e8-4ea1-b88c-168cbec59afe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7133 | 2024.08.14 22:34:52.866256 [ 3 ] {de1b915e-a2e8-4ea1-b88c-168cbec59afe} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7134 | 2024.08.14 22:34:52.866293 [ 3 ] {de1b915e-a2e8-4ea1-b88c-168cbec59afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7135 | 2024.08.14 22:34:52.866919 [ 3 ] {de1b915e-a2e8-4ea1-b88c-168cbec59afe} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7136 | 2024.08.14 22:34:52.867336 [ 3 ] {de1b915e-a2e8-4ea1-b88c-168cbec59afe} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7137 | 2024.08.14 22:34:52.867514 [ 3 ] {de1b915e-a2e8-4ea1-b88c-168cbec59afe} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002605 sec., 8061.420345489443 rows/sec., 14.45 MiB/sec. | ||
7138 | 2024.08.14 22:34:52.867740 [ 3 ] {de1b915e-a2e8-4ea1-b88c-168cbec59afe} <Debug> DynamicQueryHandler: Done processing query | ||
7139 | 2024.08.14 22:34:52.867766 [ 3 ] {de1b915e-a2e8-4ea1-b88c-168cbec59afe} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
7140 | 2024.08.14 22:34:52.867784 [ 3 ] {} <Debug> HTTP-Session: 40f35581-728d-44ba-82b5-d24fa0a6cf59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7141 | 2024.08.14 22:34:52.867906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7142 | 2024.08.14 22:34:52.867957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7143 | 2024.08.14 22:34:52.867977 [ 3 ] {} <Debug> HTTP-Session: d342d52c-94a4-4f44-b6ee-42d6fa5b44f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7144 | 2024.08.14 22:34:52.867994 [ 3 ] {} <Debug> HTTP-Session: d342d52c-94a4-4f44-b6ee-42d6fa5b44f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7145 | 2024.08.14 22:34:52.868008 [ 3 ] {} <Debug> HTTP-Session: d342d52c-94a4-4f44-b6ee-42d6fa5b44f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7146 | 2024.08.14 22:34:52.868039 [ 3 ] {} <Trace> HTTP-Session: d342d52c-94a4-4f44-b6ee-42d6fa5b44f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7147 | 2024.08.14 22:34:52.868159 [ 3 ] {6b23a5b4-106f-43a8-bda0-d278f3c358e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7148 | 2024.08.14 22:34:52.868201 [ 3 ] {6b23a5b4-106f-43a8-bda0-d278f3c358e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7149 | 2024.08.14 22:34:52.868332 [ 3 ] {6b23a5b4-106f-43a8-bda0-d278f3c358e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7150 | 2024.08.14 22:34:52.868632 [ 3 ] {6b23a5b4-106f-43a8-bda0-d278f3c358e5} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7151 | 2024.08.14 22:34:52.868669 [ 3 ] {6b23a5b4-106f-43a8-bda0-d278f3c358e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7152 | 2024.08.14 22:34:52.869023 [ 3 ] {6b23a5b4-106f-43a8-bda0-d278f3c358e5} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7153 | 2024.08.14 22:34:52.869343 [ 3 ] {6b23a5b4-106f-43a8-bda0-d278f3c358e5} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7154 | 2024.08.14 22:34:52.869500 [ 3 ] {6b23a5b4-106f-43a8-bda0-d278f3c358e5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec. | ||
7155 | 2024.08.14 22:34:52.869655 [ 3 ] {6b23a5b4-106f-43a8-bda0-d278f3c358e5} <Debug> DynamicQueryHandler: Done processing query | ||
7156 | 2024.08.14 22:34:52.869680 [ 3 ] {6b23a5b4-106f-43a8-bda0-d278f3c358e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7157 | 2024.08.14 22:34:52.869696 [ 3 ] {} <Debug> HTTP-Session: d342d52c-94a4-4f44-b6ee-42d6fa5b44f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7158 | 2024.08.14 22:34:56.084327 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7159 | 2024.08.14 22:34:56.084421 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7160 | 2024.08.14 22:34:57.846568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7161 | 2024.08.14 22:34:57.846696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7162 | 2024.08.14 22:34:57.846727 [ 3 ] {} <Debug> HTTP-Session: ad6da376-912d-4edc-a584-5d718e959559 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7163 | 2024.08.14 22:34:57.846755 [ 3 ] {} <Debug> HTTP-Session: ad6da376-912d-4edc-a584-5d718e959559 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7164 | 2024.08.14 22:34:57.846773 [ 3 ] {} <Debug> HTTP-Session: ad6da376-912d-4edc-a584-5d718e959559 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7165 | 2024.08.14 22:34:57.846828 [ 3 ] {} <Trace> HTTP-Session: ad6da376-912d-4edc-a584-5d718e959559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7166 | 2024.08.14 22:34:57.847035 [ 3 ] {a0e6a4e5-49b5-4727-b458-6a9fed8a98c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7167 | 2024.08.14 22:34:57.847108 [ 3 ] {a0e6a4e5-49b5-4727-b458-6a9fed8a98c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7168 | 2024.08.14 22:34:57.847324 [ 3 ] {a0e6a4e5-49b5-4727-b458-6a9fed8a98c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7169 | 2024.08.14 22:34:57.847856 [ 3 ] {a0e6a4e5-49b5-4727-b458-6a9fed8a98c3} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7170 | 2024.08.14 22:34:57.847897 [ 3 ] {a0e6a4e5-49b5-4727-b458-6a9fed8a98c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7171 | 2024.08.14 22:34:57.848266 [ 3 ] {a0e6a4e5-49b5-4727-b458-6a9fed8a98c3} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7172 | 2024.08.14 22:34:57.848603 [ 3 ] {a0e6a4e5-49b5-4727-b458-6a9fed8a98c3} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7173 | 2024.08.14 22:34:57.848738 [ 3 ] {a0e6a4e5-49b5-4727-b458-6a9fed8a98c3} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001766 sec., 9626.274065685164 rows/sec., 697.31 KiB/sec. | ||
7174 | 2024.08.14 22:34:57.849036 [ 3 ] {a0e6a4e5-49b5-4727-b458-6a9fed8a98c3} <Debug> DynamicQueryHandler: Done processing query | ||
7175 | 2024.08.14 22:34:57.849099 [ 3 ] {a0e6a4e5-49b5-4727-b458-6a9fed8a98c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7176 | 2024.08.14 22:34:57.849167 [ 3 ] {} <Debug> HTTP-Session: ad6da376-912d-4edc-a584-5d718e959559 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7177 | 2024.08.14 22:34:57.849384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 29344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7178 | 2024.08.14 22:34:57.849440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7179 | 2024.08.14 22:34:57.849460 [ 3 ] {} <Debug> HTTP-Session: f7c7fc09-875f-42ea-9dff-09897d9206b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7180 | 2024.08.14 22:34:57.849476 [ 3 ] {} <Debug> HTTP-Session: f7c7fc09-875f-42ea-9dff-09897d9206b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7181 | 2024.08.14 22:34:57.849515 [ 3 ] {} <Debug> HTTP-Session: f7c7fc09-875f-42ea-9dff-09897d9206b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7182 | 2024.08.14 22:34:57.849548 [ 3 ] {} <Trace> HTTP-Session: f7c7fc09-875f-42ea-9dff-09897d9206b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7183 | 2024.08.14 22:34:57.849695 [ 3 ] {c70a852f-752a-454e-9418-4526f65ea44e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7184 | 2024.08.14 22:34:57.849740 [ 3 ] {c70a852f-752a-454e-9418-4526f65ea44e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7185 | 2024.08.14 22:34:57.849881 [ 3 ] {c70a852f-752a-454e-9418-4526f65ea44e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7186 | 2024.08.14 22:34:57.850290 [ 3 ] {c70a852f-752a-454e-9418-4526f65ea44e} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7187 | 2024.08.14 22:34:57.850326 [ 3 ] {c70a852f-752a-454e-9418-4526f65ea44e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7188 | 2024.08.14 22:34:57.850653 [ 3 ] {c70a852f-752a-454e-9418-4526f65ea44e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7189 | 2024.08.14 22:34:57.850957 [ 3 ] {c70a852f-752a-454e-9418-4526f65ea44e} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7190 | 2024.08.14 22:34:57.851106 [ 3 ] {c70a852f-752a-454e-9418-4526f65ea44e} <Debug> executeQuery: Read 194 rows, 17.54 KiB in 0.001476 sec., 131436.3143631436 rows/sec., 11.61 MiB/sec. | ||
7191 | 2024.08.14 22:34:57.851351 [ 3 ] {c70a852f-752a-454e-9418-4526f65ea44e} <Debug> DynamicQueryHandler: Done processing query | ||
7192 | 2024.08.14 22:34:57.851395 [ 3 ] {c70a852f-752a-454e-9418-4526f65ea44e} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
7193 | 2024.08.14 22:34:57.851419 [ 3 ] {} <Debug> HTTP-Session: f7c7fc09-875f-42ea-9dff-09897d9206b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7194 | 2024.08.14 22:34:57.851592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 63412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7195 | 2024.08.14 22:34:57.851640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7196 | 2024.08.14 22:34:57.851660 [ 3 ] {} <Debug> HTTP-Session: 06fc547d-f1e1-4afa-8397-3019ebc96c38 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7197 | 2024.08.14 22:34:57.851676 [ 3 ] {} <Debug> HTTP-Session: 06fc547d-f1e1-4afa-8397-3019ebc96c38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7198 | 2024.08.14 22:34:57.851689 [ 3 ] {} <Debug> HTTP-Session: 06fc547d-f1e1-4afa-8397-3019ebc96c38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7199 | 2024.08.14 22:34:57.851719 [ 3 ] {} <Trace> HTTP-Session: 06fc547d-f1e1-4afa-8397-3019ebc96c38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7200 | 2024.08.14 22:34:57.851916 [ 3 ] {3b77026f-0e7a-4937-8cd5-f72dc9c6cc84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7201 | 2024.08.14 22:34:57.851967 [ 3 ] {3b77026f-0e7a-4937-8cd5-f72dc9c6cc84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7202 | 2024.08.14 22:34:57.852109 [ 3 ] {3b77026f-0e7a-4937-8cd5-f72dc9c6cc84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7203 | 2024.08.14 22:34:57.852625 [ 3 ] {3b77026f-0e7a-4937-8cd5-f72dc9c6cc84} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7204 | 2024.08.14 22:34:57.852662 [ 3 ] {3b77026f-0e7a-4937-8cd5-f72dc9c6cc84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7205 | 2024.08.14 22:34:57.852984 [ 3 ] {3b77026f-0e7a-4937-8cd5-f72dc9c6cc84} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7206 | 2024.08.14 22:34:57.853287 [ 3 ] {3b77026f-0e7a-4937-8cd5-f72dc9c6cc84} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7207 | 2024.08.14 22:34:57.853410 [ 3 ] {3b77026f-0e7a-4937-8cd5-f72dc9c6cc84} <Debug> executeQuery: Read 393 rows, 28.36 KiB in 0.001595 sec., 246394.9843260188 rows/sec., 17.36 MiB/sec. | ||
7208 | 2024.08.14 22:34:57.853568 [ 3 ] {3b77026f-0e7a-4937-8cd5-f72dc9c6cc84} <Debug> DynamicQueryHandler: Done processing query | ||
7209 | 2024.08.14 22:34:57.853592 [ 3 ] {3b77026f-0e7a-4937-8cd5-f72dc9c6cc84} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
7210 | 2024.08.14 22:34:57.853607 [ 3 ] {} <Debug> HTTP-Session: 06fc547d-f1e1-4afa-8397-3019ebc96c38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7211 | 2024.08.14 22:34:57.853747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7212 | 2024.08.14 22:34:57.853795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7213 | 2024.08.14 22:34:57.853814 [ 3 ] {} <Debug> HTTP-Session: 3a8edc96-e6bb-4197-825f-a4a202387cf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7214 | 2024.08.14 22:34:57.853830 [ 3 ] {} <Debug> HTTP-Session: 3a8edc96-e6bb-4197-825f-a4a202387cf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7215 | 2024.08.14 22:34:57.853843 [ 3 ] {} <Debug> HTTP-Session: 3a8edc96-e6bb-4197-825f-a4a202387cf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7216 | 2024.08.14 22:34:57.853874 [ 3 ] {} <Trace> HTTP-Session: 3a8edc96-e6bb-4197-825f-a4a202387cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7217 | 2024.08.14 22:34:57.854031 [ 3 ] {33a4f99e-d5ae-4f4d-b597-9e8988026e03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7218 | 2024.08.14 22:34:57.854098 [ 3 ] {33a4f99e-d5ae-4f4d-b597-9e8988026e03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7219 | 2024.08.14 22:34:57.854261 [ 3 ] {33a4f99e-d5ae-4f4d-b597-9e8988026e03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7220 | 2024.08.14 22:34:57.854540 [ 3 ] {33a4f99e-d5ae-4f4d-b597-9e8988026e03} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7221 | 2024.08.14 22:34:57.854576 [ 3 ] {33a4f99e-d5ae-4f4d-b597-9e8988026e03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7222 | 2024.08.14 22:34:57.854944 [ 3 ] {33a4f99e-d5ae-4f4d-b597-9e8988026e03} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7223 | 2024.08.14 22:34:57.855265 [ 3 ] {33a4f99e-d5ae-4f4d-b597-9e8988026e03} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7224 | 2024.08.14 22:34:57.855396 [ 3 ] {33a4f99e-d5ae-4f4d-b597-9e8988026e03} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001414 sec., 4243.281471004244 rows/sec., 182.33 KiB/sec. | ||
7225 | 2024.08.14 22:34:57.855587 [ 3 ] {33a4f99e-d5ae-4f4d-b597-9e8988026e03} <Debug> DynamicQueryHandler: Done processing query | ||
7226 | 2024.08.14 22:34:57.855611 [ 3 ] {33a4f99e-d5ae-4f4d-b597-9e8988026e03} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7227 | 2024.08.14 22:34:57.855628 [ 3 ] {} <Debug> HTTP-Session: 3a8edc96-e6bb-4197-825f-a4a202387cf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7228 | 2024.08.14 22:34:57.855761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7229 | 2024.08.14 22:34:57.855810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7230 | 2024.08.14 22:34:57.855828 [ 3 ] {} <Debug> HTTP-Session: ec67494b-fdc2-4aac-89c0-3dedd7812b73 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7231 | 2024.08.14 22:34:57.855844 [ 3 ] {} <Debug> HTTP-Session: ec67494b-fdc2-4aac-89c0-3dedd7812b73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7232 | 2024.08.14 22:34:57.855858 [ 3 ] {} <Debug> HTTP-Session: ec67494b-fdc2-4aac-89c0-3dedd7812b73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7233 | 2024.08.14 22:34:57.855888 [ 3 ] {} <Trace> HTTP-Session: ec67494b-fdc2-4aac-89c0-3dedd7812b73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7234 | 2024.08.14 22:34:57.856024 [ 3 ] {c8af3096-36d9-49da-803b-e7920d820735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
7235 | 2024.08.14 22:34:57.856070 [ 3 ] {c8af3096-36d9-49da-803b-e7920d820735} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
7236 | 2024.08.14 22:34:57.856210 [ 3 ] {c8af3096-36d9-49da-803b-e7920d820735} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7237 | 2024.08.14 22:34:57.856551 [ 3 ] {c8af3096-36d9-49da-803b-e7920d820735} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7238 | 2024.08.14 22:34:57.856586 [ 3 ] {c8af3096-36d9-49da-803b-e7920d820735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7239 | 2024.08.14 22:34:57.856952 [ 3 ] {c8af3096-36d9-49da-803b-e7920d820735} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7240 | 2024.08.14 22:34:57.857281 [ 3 ] {c8af3096-36d9-49da-803b-e7920d820735} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7241 | 2024.08.14 22:34:57.857411 [ 3 ] {c8af3096-36d9-49da-803b-e7920d820735} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001449 sec., 53140.096618357486 rows/sec., 3.27 MiB/sec. | ||
7242 | 2024.08.14 22:34:57.857669 [ 3 ] {c8af3096-36d9-49da-803b-e7920d820735} <Debug> DynamicQueryHandler: Done processing query | ||
7243 | 2024.08.14 22:34:57.857701 [ 3 ] {c8af3096-36d9-49da-803b-e7920d820735} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7244 | 2024.08.14 22:34:57.857717 [ 3 ] {} <Debug> HTTP-Session: ec67494b-fdc2-4aac-89c0-3dedd7812b73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7245 | 2024.08.14 22:34:57.857873 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7246 | 2024.08.14 22:34:57.857924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7247 | 2024.08.14 22:34:57.857943 [ 3 ] {} <Debug> HTTP-Session: 5b31c332-b67d-4e58-8b8b-36d95bcba542 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7248 | 2024.08.14 22:34:57.857960 [ 3 ] {} <Debug> HTTP-Session: 5b31c332-b67d-4e58-8b8b-36d95bcba542 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7249 | 2024.08.14 22:34:57.857973 [ 3 ] {} <Debug> HTTP-Session: 5b31c332-b67d-4e58-8b8b-36d95bcba542 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7250 | 2024.08.14 22:34:57.858004 [ 3 ] {} <Trace> HTTP-Session: 5b31c332-b67d-4e58-8b8b-36d95bcba542 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7251 | 2024.08.14 22:34:57.858155 [ 3 ] {b9cf5258-05e2-4506-bf4e-2b93d3b17b6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7252 | 2024.08.14 22:34:57.858201 [ 3 ] {b9cf5258-05e2-4506-bf4e-2b93d3b17b6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7253 | 2024.08.14 22:34:57.858364 [ 3 ] {b9cf5258-05e2-4506-bf4e-2b93d3b17b6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7254 | 2024.08.14 22:34:57.858743 [ 3 ] {b9cf5258-05e2-4506-bf4e-2b93d3b17b6b} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7255 | 2024.08.14 22:34:57.858779 [ 3 ] {b9cf5258-05e2-4506-bf4e-2b93d3b17b6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7256 | 2024.08.14 22:34:57.859310 [ 3 ] {b9cf5258-05e2-4506-bf4e-2b93d3b17b6b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7257 | 2024.08.14 22:34:57.859639 [ 3 ] {b9cf5258-05e2-4506-bf4e-2b93d3b17b6b} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7258 | 2024.08.14 22:34:57.859762 [ 96 ] {} <Debug> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
7259 | 2024.08.14 22:34:57.859767 [ 3 ] {b9cf5258-05e2-4506-bf4e-2b93d3b17b6b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00168 sec., 95238.09523809524 rows/sec., 6.63 MiB/sec. | ||
7260 | 2024.08.14 22:34:57.859814 [ 96 ] {} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7261 | 2024.08.14 22:34:57.859858 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7262 | 2024.08.14 22:34:57.859971 [ 3 ] {b9cf5258-05e2-4506-bf4e-2b93d3b17b6b} <Debug> DynamicQueryHandler: Done processing query | ||
7263 | 2024.08.14 22:34:57.859982 [ 192 ] {d127de5d-82c0-4259-80d1-97db5b726b22::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 | ||
7264 | 2024.08.14 22:34:57.859998 [ 3 ] {b9cf5258-05e2-4506-bf4e-2b93d3b17b6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7265 | 2024.08.14 22:34:57.860031 [ 3 ] {} <Debug> HTTP-Session: 5b31c332-b67d-4e58-8b8b-36d95bcba542 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7266 | 2024.08.14 22:34:57.860147 [ 192 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7267 | 2024.08.14 22:34:57.860160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17615, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7268 | 2024.08.14 22:34:57.860196 [ 192 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 8177 rows starting from the beginning of the part | ||
7269 | 2024.08.14 22:34:57.860223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7270 | 2024.08.14 22:34:57.860249 [ 3 ] {} <Debug> HTTP-Session: a7dcafc3-e972-4ea0-b410-7399728a1402 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7271 | 2024.08.14 22:34:57.860282 [ 3 ] {} <Debug> HTTP-Session: a7dcafc3-e972-4ea0-b410-7399728a1402 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7272 | 2024.08.14 22:34:57.860343 [ 3 ] {} <Debug> HTTP-Session: a7dcafc3-e972-4ea0-b410-7399728a1402 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7273 | 2024.08.14 22:34:57.860365 [ 192 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 847 rows starting from the beginning of the part | ||
7274 | 2024.08.14 22:34:57.860459 [ 3 ] {} <Trace> HTTP-Session: a7dcafc3-e972-4ea0-b410-7399728a1402 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7275 | 2024.08.14 22:34:57.860744 [ 192 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 162 rows starting from the beginning of the part | ||
7276 | 2024.08.14 22:34:57.860969 [ 3 ] {fddf3fb3-6449-4322-8aa4-65ac3b249b4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7277 | 2024.08.14 22:34:57.861009 [ 192 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
7278 | 2024.08.14 22:34:57.861362 [ 3 ] {fddf3fb3-6449-4322-8aa4-65ac3b249b4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
7279 | 2024.08.14 22:34:57.861368 [ 192 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 161 rows starting from the beginning of the part | ||
7280 | 2024.08.14 22:34:57.861714 [ 192 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part | ||
7281 | 2024.08.14 22:34:57.862746 [ 3 ] {fddf3fb3-6449-4322-8aa4-65ac3b249b4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7282 | 2024.08.14 22:34:57.863840 [ 3 ] {fddf3fb3-6449-4322-8aa4-65ac3b249b4a} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7283 | 2024.08.14 22:34:57.863884 [ 3 ] {fddf3fb3-6449-4322-8aa4-65ac3b249b4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7284 | 2024.08.14 22:34:57.864870 [ 3 ] {fddf3fb3-6449-4322-8aa4-65ac3b249b4a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
7285 | 2024.08.14 22:34:57.865567 [ 3 ] {fddf3fb3-6449-4322-8aa4-65ac3b249b4a} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7286 | 2024.08.14 22:34:57.865736 [ 3 ] {fddf3fb3-6449-4322-8aa4-65ac3b249b4a} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.005019 sec., 2191.6716477385935 rows/sec., 3.93 MiB/sec. | ||
7287 | 2024.08.14 22:34:57.866208 [ 3 ] {fddf3fb3-6449-4322-8aa4-65ac3b249b4a} <Debug> DynamicQueryHandler: Done processing query | ||
7288 | 2024.08.14 22:34:57.866232 [ 3 ] {fddf3fb3-6449-4322-8aa4-65ac3b249b4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
7289 | 2024.08.14 22:34:57.866248 [ 3 ] {} <Debug> HTTP-Session: a7dcafc3-e972-4ea0-b410-7399728a1402 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7290 | 2024.08.14 22:34:57.866348 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7291 | 2024.08.14 22:34:57.866412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7292 | 2024.08.14 22:34:57.866440 [ 3 ] {} <Debug> HTTP-Session: 58c00c0c-4801-4465-a3ab-931e5d1cde87 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7293 | 2024.08.14 22:34:57.866468 [ 3 ] {} <Debug> HTTP-Session: 58c00c0c-4801-4465-a3ab-931e5d1cde87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7294 | 2024.08.14 22:34:57.866504 [ 3 ] {} <Debug> HTTP-Session: 58c00c0c-4801-4465-a3ab-931e5d1cde87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7295 | 2024.08.14 22:34:57.866584 [ 3 ] {} <Trace> HTTP-Session: 58c00c0c-4801-4465-a3ab-931e5d1cde87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7296 | 2024.08.14 22:34:57.866648 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9667 rows, containing 5 columns (5 merged, 0 gathered) in 0.006716258 sec., 1439343.1580502118 rows/sec., 97.93 MiB/sec. | ||
7297 | 2024.08.14 22:34:57.866725 [ 3 ] {c8c2b395-f1e1-481c-a079-93adae3afa9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
7298 | 2024.08.14 22:34:57.866784 [ 3 ] {c8c2b395-f1e1-481c-a079-93adae3afa9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
7299 | 2024.08.14 22:34:57.866993 [ 3 ] {c8c2b395-f1e1-481c-a079-93adae3afa9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7300 | 2024.08.14 22:34:57.867044 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7301 | 2024.08.14 22:34:57.867685 [ 3 ] {c8c2b395-f1e1-481c-a079-93adae3afa9f} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7302 | 2024.08.14 22:34:57.867763 [ 3 ] {c8c2b395-f1e1-481c-a079-93adae3afa9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7303 | 2024.08.14 22:34:57.868123 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7304 | 2024.08.14 22:34:57.868312 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7305 | 2024.08.14 22:34:57.868483 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.93 MiB. | ||
7306 | 2024.08.14 22:34:57.868492 [ 3 ] {c8c2b395-f1e1-481c-a079-93adae3afa9f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7307 | 2024.08.14 22:34:57.868846 [ 3 ] {c8c2b395-f1e1-481c-a079-93adae3afa9f} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7308 | 2024.08.14 22:34:57.868974 [ 3 ] {c8c2b395-f1e1-481c-a079-93adae3afa9f} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.002293 sec., 10030.52769297863 rows/sec., 542.58 KiB/sec. | ||
7309 | 2024.08.14 22:34:57.868976 [ 96 ] {} <Debug> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
7310 | 2024.08.14 22:34:57.869034 [ 96 ] {} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7311 | 2024.08.14 22:34:57.869062 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7312 | 2024.08.14 22:34:57.869166 [ 192 ] {4180da31-a909-4070-bdf9-4242cb91783a::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 | ||
7313 | 2024.08.14 22:34:57.869172 [ 3 ] {c8c2b395-f1e1-481c-a079-93adae3afa9f} <Debug> DynamicQueryHandler: Done processing query | ||
7314 | 2024.08.14 22:34:57.869220 [ 3 ] {c8c2b395-f1e1-481c-a079-93adae3afa9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7315 | 2024.08.14 22:34:57.869242 [ 3 ] {} <Debug> HTTP-Session: 58c00c0c-4801-4465-a3ab-931e5d1cde87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7316 | 2024.08.14 22:34:57.869323 [ 192 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7317 | 2024.08.14 22:34:57.869364 [ 192 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 257 rows starting from the beginning of the part | ||
7318 | 2024.08.14 22:34:57.869370 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7319 | 2024.08.14 22:34:57.869469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7320 | 2024.08.14 22:34:57.869477 [ 192 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 23 rows starting from the beginning of the part | ||
7321 | 2024.08.14 22:34:57.869537 [ 3 ] {} <Debug> HTTP-Session: 77329113-00ee-4664-b162-94ecfc2b4cfa Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7322 | 2024.08.14 22:34:57.869650 [ 3 ] {} <Debug> HTTP-Session: 77329113-00ee-4664-b162-94ecfc2b4cfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7323 | 2024.08.14 22:34:57.869784 [ 3 ] {} <Debug> HTTP-Session: 77329113-00ee-4664-b162-94ecfc2b4cfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7324 | 2024.08.14 22:34:57.869833 [ 192 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 23 rows starting from the beginning of the part | ||
7325 | 2024.08.14 22:34:57.869883 [ 3 ] {} <Trace> HTTP-Session: 77329113-00ee-4664-b162-94ecfc2b4cfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7326 | 2024.08.14 22:34:57.869967 [ 192 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 23 rows starting from the beginning of the part | ||
7327 | 2024.08.14 22:34:57.870304 [ 3 ] {cedcc385-68b7-4255-8e20-09e9a08f462f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7328 | 2024.08.14 22:34:57.870356 [ 192 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 23 rows starting from the beginning of the part | ||
7329 | 2024.08.14 22:34:57.870425 [ 3 ] {cedcc385-68b7-4255-8e20-09e9a08f462f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7330 | 2024.08.14 22:34:57.870550 [ 192 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 23 rows starting from the beginning of the part | ||
7331 | 2024.08.14 22:34:57.871089 [ 3 ] {cedcc385-68b7-4255-8e20-09e9a08f462f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7332 | 2024.08.14 22:34:57.871554 [ 3 ] {cedcc385-68b7-4255-8e20-09e9a08f462f} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7333 | 2024.08.14 22:34:57.871598 [ 3 ] {cedcc385-68b7-4255-8e20-09e9a08f462f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7334 | 2024.08.14 22:34:57.872175 [ 3 ] {cedcc385-68b7-4255-8e20-09e9a08f462f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7335 | 2024.08.14 22:34:57.872184 [ 197 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 372 rows, containing 4 columns (4 merged, 0 gathered) in 0.003071295 sec., 121121.54644864789 rows/sec., 6.57 MiB/sec. | ||
7336 | 2024.08.14 22:34:57.872398 [ 197 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
7337 | 2024.08.14 22:34:57.872898 [ 3 ] {cedcc385-68b7-4255-8e20-09e9a08f462f} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7338 | 2024.08.14 22:34:57.873238 [ 96 ] {} <Debug> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
7339 | 2024.08.14 22:34:57.873269 [ 3 ] {cedcc385-68b7-4255-8e20-09e9a08f462f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003217 sec., 18650.917003419338 rows/sec., 1.26 MiB/sec. | ||
7340 | 2024.08.14 22:34:57.873315 [ 96 ] {} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7341 | 2024.08.14 22:34:57.873406 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
7342 | 2024.08.14 22:34:57.873496 [ 197 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_16_3} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7343 | 2024.08.14 22:34:57.873789 [ 197 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_16_3} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
7344 | 2024.08.14 22:34:57.873799 [ 193 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
7345 | 2024.08.14 22:34:57.873820 [ 3 ] {cedcc385-68b7-4255-8e20-09e9a08f462f} <Debug> DynamicQueryHandler: Done processing query | ||
7346 | 2024.08.14 22:34:57.873926 [ 3 ] {cedcc385-68b7-4255-8e20-09e9a08f462f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7347 | 2024.08.14 22:34:57.874026 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
7348 | 2024.08.14 22:34:57.874035 [ 3 ] {} <Debug> HTTP-Session: 77329113-00ee-4664-b162-94ecfc2b4cfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7349 | 2024.08.14 22:34:57.874168 [ 193 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7350 | 2024.08.14 22:34:57.874207 [ 193 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1306 rows starting from the beginning of the part | ||
7351 | 2024.08.14 22:34:57.874312 [ 193 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
7352 | 2024.08.14 22:34:57.874500 [ 193 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part | ||
7353 | 2024.08.14 22:34:57.874628 [ 193 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
7354 | 2024.08.14 22:34:57.874744 [ 193 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
7355 | 2024.08.14 22:34:57.874876 [ 193 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
7356 | 2024.08.14 22:34:57.876142 [ 186 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1606 rows, containing 4 columns (4 merged, 0 gathered) in 0.002556037 sec., 628316.4132600584 rows/sec., 42.26 MiB/sec. | ||
7357 | 2024.08.14 22:34:57.876340 [ 193 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7358 | 2024.08.14 22:34:57.876704 [ 193 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_31_6} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7359 | 2024.08.14 22:34:57.876783 [ 193 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_31_6} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7360 | 2024.08.14 22:34:57.876855 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
7361 | 2024.08.14 22:35:02.843069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7362 | 2024.08.14 22:35:02.843216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7363 | 2024.08.14 22:35:02.843246 [ 3 ] {} <Debug> HTTP-Session: 9e4e8b5b-f053-49a4-942e-d3287877632f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7364 | 2024.08.14 22:35:02.843274 [ 3 ] {} <Debug> HTTP-Session: 9e4e8b5b-f053-49a4-942e-d3287877632f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7365 | 2024.08.14 22:35:02.843292 [ 3 ] {} <Debug> HTTP-Session: 9e4e8b5b-f053-49a4-942e-d3287877632f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7366 | 2024.08.14 22:35:02.843347 [ 3 ] {} <Trace> HTTP-Session: 9e4e8b5b-f053-49a4-942e-d3287877632f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7367 | 2024.08.14 22:35:02.843556 [ 3 ] {a931b89e-5e24-434f-b810-4b1f5cd1e408} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7368 | 2024.08.14 22:35:02.843624 [ 3 ] {a931b89e-5e24-434f-b810-4b1f5cd1e408} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7369 | 2024.08.14 22:35:02.843814 [ 3 ] {a931b89e-5e24-434f-b810-4b1f5cd1e408} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7370 | 2024.08.14 22:35:02.844257 [ 3 ] {a931b89e-5e24-434f-b810-4b1f5cd1e408} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7371 | 2024.08.14 22:35:02.844304 [ 3 ] {a931b89e-5e24-434f-b810-4b1f5cd1e408} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7372 | 2024.08.14 22:35:02.844670 [ 3 ] {a931b89e-5e24-434f-b810-4b1f5cd1e408} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7373 | 2024.08.14 22:35:02.845008 [ 3 ] {a931b89e-5e24-434f-b810-4b1f5cd1e408} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7374 | 2024.08.14 22:35:02.845190 [ 3 ] {a931b89e-5e24-434f-b810-4b1f5cd1e408} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001692 sec., 12411.347517730497 rows/sec., 1006.00 KiB/sec. | ||
7375 | 2024.08.14 22:35:02.845545 [ 3 ] {a931b89e-5e24-434f-b810-4b1f5cd1e408} <Debug> DynamicQueryHandler: Done processing query | ||
7376 | 2024.08.14 22:35:02.845579 [ 3 ] {a931b89e-5e24-434f-b810-4b1f5cd1e408} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7377 | 2024.08.14 22:35:02.845600 [ 3 ] {} <Debug> HTTP-Session: 9e4e8b5b-f053-49a4-942e-d3287877632f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7378 | 2024.08.14 22:35:02.845771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7379 | 2024.08.14 22:35:02.845835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7380 | 2024.08.14 22:35:02.845860 [ 3 ] {} <Debug> HTTP-Session: dbe58d96-3295-4236-b889-de491ff669ad Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7381 | 2024.08.14 22:35:02.845881 [ 3 ] {} <Debug> HTTP-Session: dbe58d96-3295-4236-b889-de491ff669ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7382 | 2024.08.14 22:35:02.845898 [ 3 ] {} <Debug> HTTP-Session: dbe58d96-3295-4236-b889-de491ff669ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7383 | 2024.08.14 22:35:02.845941 [ 3 ] {} <Trace> HTTP-Session: dbe58d96-3295-4236-b889-de491ff669ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7384 | 2024.08.14 22:35:02.846110 [ 3 ] {c25884ca-7c32-4aec-a468-d5bb47e5e267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7385 | 2024.08.14 22:35:02.846166 [ 3 ] {c25884ca-7c32-4aec-a468-d5bb47e5e267} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7386 | 2024.08.14 22:35:02.846340 [ 3 ] {c25884ca-7c32-4aec-a468-d5bb47e5e267} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7387 | 2024.08.14 22:35:02.846774 [ 3 ] {c25884ca-7c32-4aec-a468-d5bb47e5e267} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7388 | 2024.08.14 22:35:02.846812 [ 3 ] {c25884ca-7c32-4aec-a468-d5bb47e5e267} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7389 | 2024.08.14 22:35:02.847133 [ 3 ] {c25884ca-7c32-4aec-a468-d5bb47e5e267} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7390 | 2024.08.14 22:35:02.847446 [ 3 ] {c25884ca-7c32-4aec-a468-d5bb47e5e267} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7391 | 2024.08.14 22:35:02.847607 [ 3 ] {c25884ca-7c32-4aec-a468-d5bb47e5e267} <Debug> executeQuery: Read 119 rows, 10.08 KiB in 0.001553 sec., 76625.88538312943 rows/sec., 6.34 MiB/sec. | ||
7392 | 2024.08.14 22:35:02.847611 [ 90 ] {} <Debug> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7393 | 2024.08.14 22:35:02.847718 [ 90 ] {} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7394 | 2024.08.14 22:35:02.847764 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7395 | 2024.08.14 22:35:02.847837 [ 3 ] {c25884ca-7c32-4aec-a468-d5bb47e5e267} <Debug> DynamicQueryHandler: Done processing query | ||
7396 | 2024.08.14 22:35:02.847877 [ 3 ] {c25884ca-7c32-4aec-a468-d5bb47e5e267} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7397 | 2024.08.14 22:35:02.847901 [ 3 ] {} <Debug> HTTP-Session: dbe58d96-3295-4236-b889-de491ff669ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7398 | 2024.08.14 22:35:02.847913 [ 192 ] {99dad827-b692-4668-b096-a1f8f01ac229::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 | ||
7399 | 2024.08.14 22:35:02.848053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7400 | 2024.08.14 22:35:02.848069 [ 192 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7401 | 2024.08.14 22:35:02.848116 [ 192 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1406 rows starting from the beginning of the part | ||
7402 | 2024.08.14 22:35:02.848120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7403 | 2024.08.14 22:35:02.848158 [ 3 ] {} <Debug> HTTP-Session: 92ce9af7-466f-4455-a303-809723b4883f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7404 | 2024.08.14 22:35:02.848183 [ 3 ] {} <Debug> HTTP-Session: 92ce9af7-466f-4455-a303-809723b4883f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7405 | 2024.08.14 22:35:02.848211 [ 3 ] {} <Debug> HTTP-Session: 92ce9af7-466f-4455-a303-809723b4883f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7406 | 2024.08.14 22:35:02.848249 [ 192 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 121 rows starting from the beginning of the part | ||
7407 | 2024.08.14 22:35:02.848331 [ 3 ] {} <Trace> HTTP-Session: 92ce9af7-466f-4455-a303-809723b4883f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7408 | 2024.08.14 22:35:02.848715 [ 192 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 194 rows starting from the beginning of the part | ||
7409 | 2024.08.14 22:35:02.848738 [ 3 ] {316a9eb7-ed2b-4983-8f13-d3dc5fb42894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7410 | 2024.08.14 22:35:02.848829 [ 3 ] {316a9eb7-ed2b-4983-8f13-d3dc5fb42894} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7411 | 2024.08.14 22:35:02.848866 [ 192 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 120 rows starting from the beginning of the part | ||
7412 | 2024.08.14 22:35:02.849093 [ 192 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 194 rows starting from the beginning of the part | ||
7413 | 2024.08.14 22:35:02.849357 [ 192 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 119 rows starting from the beginning of the part | ||
7414 | 2024.08.14 22:35:02.849751 [ 3 ] {316a9eb7-ed2b-4983-8f13-d3dc5fb42894} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7415 | 2024.08.14 22:35:02.850422 [ 3 ] {316a9eb7-ed2b-4983-8f13-d3dc5fb42894} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7416 | 2024.08.14 22:35:02.850462 [ 3 ] {316a9eb7-ed2b-4983-8f13-d3dc5fb42894} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7417 | 2024.08.14 22:35:02.850920 [ 3 ] {316a9eb7-ed2b-4983-8f13-d3dc5fb42894} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7418 | 2024.08.14 22:35:02.851288 [ 3 ] {316a9eb7-ed2b-4983-8f13-d3dc5fb42894} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7419 | 2024.08.14 22:35:02.851604 [ 91 ] {} <Debug> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7420 | 2024.08.14 22:35:02.851622 [ 3 ] {316a9eb7-ed2b-4983-8f13-d3dc5fb42894} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.003051 sec., 27859.71812520485 rows/sec., 2.18 MiB/sec. | ||
7421 | 2024.08.14 22:35:02.851673 [ 193 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2154 rows, containing 4 columns (4 merged, 0 gathered) in 0.003828986 sec., 562551.0252583843 rows/sec., 47.44 MiB/sec. | ||
7422 | 2024.08.14 22:35:02.851702 [ 91 ] {} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7423 | 2024.08.14 22:35:02.851825 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7424 | 2024.08.14 22:35:02.852107 [ 3 ] {316a9eb7-ed2b-4983-8f13-d3dc5fb42894} <Debug> DynamicQueryHandler: Done processing query | ||
7425 | 2024.08.14 22:35:02.852121 [ 193 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7426 | 2024.08.14 22:35:02.852135 [ 186 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::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 | ||
7427 | 2024.08.14 22:35:02.852154 [ 3 ] {316a9eb7-ed2b-4983-8f13-d3dc5fb42894} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7428 | 2024.08.14 22:35:02.852251 [ 3 ] {} <Debug> HTTP-Session: 92ce9af7-466f-4455-a303-809723b4883f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7429 | 2024.08.14 22:35:02.852553 [ 186 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7430 | 2024.08.14 22:35:02.852664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7431 | 2024.08.14 22:35:02.852731 [ 186 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 904 rows starting from the beginning of the part | ||
7432 | 2024.08.14 22:35:02.852913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7433 | 2024.08.14 22:35:02.853189 [ 186 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 89 rows starting from the beginning of the part | ||
7434 | 2024.08.14 22:35:02.853115 [ 3 ] {} <Debug> HTTP-Session: 8d60c6f5-f09a-4eff-a11c-a20ce4e67bf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7435 | 2024.08.14 22:35:02.853329 [ 3 ] {} <Debug> HTTP-Session: 8d60c6f5-f09a-4eff-a11c-a20ce4e67bf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7436 | 2024.08.14 22:35:02.853510 [ 186 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 393 rows starting from the beginning of the part | ||
7437 | 2024.08.14 22:35:02.853611 [ 3 ] {} <Debug> HTTP-Session: 8d60c6f5-f09a-4eff-a11c-a20ce4e67bf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7438 | 2024.08.14 22:35:02.853939 [ 186 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 87 rows starting from the beginning of the part | ||
7439 | 2024.08.14 22:35:02.853962 [ 3 ] {} <Trace> HTTP-Session: 8d60c6f5-f09a-4eff-a11c-a20ce4e67bf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7440 | 2024.08.14 22:35:02.854043 [ 193 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_36_7} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7441 | 2024.08.14 22:35:02.854277 [ 186 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 393 rows starting from the beginning of the part | ||
7442 | 2024.08.14 22:35:02.854634 [ 193 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_36_7} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7443 | 2024.08.14 22:35:02.854646 [ 186 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 85 rows starting from the beginning of the part | ||
7444 | 2024.08.14 22:35:02.854962 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
7445 | 2024.08.14 22:35:02.855008 [ 3 ] {49623f8c-f2d1-4bbf-8b66-5a1ef77fb3d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7446 | 2024.08.14 22:35:02.855227 [ 3 ] {49623f8c-f2d1-4bbf-8b66-5a1ef77fb3d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7447 | 2024.08.14 22:35:02.855689 [ 3 ] {49623f8c-f2d1-4bbf-8b66-5a1ef77fb3d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7448 | 2024.08.14 22:35:02.856725 [ 3 ] {49623f8c-f2d1-4bbf-8b66-5a1ef77fb3d7} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7449 | 2024.08.14 22:35:02.856798 [ 3 ] {49623f8c-f2d1-4bbf-8b66-5a1ef77fb3d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7450 | 2024.08.14 22:35:02.857524 [ 3 ] {49623f8c-f2d1-4bbf-8b66-5a1ef77fb3d7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7451 | 2024.08.14 22:35:02.857716 [ 193 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1951 rows, containing 4 columns (4 merged, 0 gathered) in 0.005762844 sec., 338548.11964370374 rows/sec., 24.52 MiB/sec. | ||
7452 | 2024.08.14 22:35:02.858030 [ 193 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7453 | 2024.08.14 22:35:02.858206 [ 3 ] {49623f8c-f2d1-4bbf-8b66-5a1ef77fb3d7} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7454 | 2024.08.14 22:35:02.858621 [ 3 ] {49623f8c-f2d1-4bbf-8b66-5a1ef77fb3d7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004176 sec., 38314.17624521073 rows/sec., 2.67 MiB/sec. | ||
7455 | 2024.08.14 22:35:02.859053 [ 3 ] {49623f8c-f2d1-4bbf-8b66-5a1ef77fb3d7} <Debug> DynamicQueryHandler: Done processing query | ||
7456 | 2024.08.14 22:35:02.859097 [ 3 ] {49623f8c-f2d1-4bbf-8b66-5a1ef77fb3d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7457 | 2024.08.14 22:35:02.859107 [ 193 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_36_7} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7458 | 2024.08.14 22:35:02.859126 [ 3 ] {} <Debug> HTTP-Session: 8d60c6f5-f09a-4eff-a11c-a20ce4e67bf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7459 | 2024.08.14 22:35:02.859244 [ 193 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_36_7} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7460 | 2024.08.14 22:35:02.859370 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33706, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7461 | 2024.08.14 22:35:02.859374 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
7462 | 2024.08.14 22:35:02.859450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7463 | 2024.08.14 22:35:02.859475 [ 3 ] {} <Debug> HTTP-Session: 42461dbd-cbc3-4c59-a1df-280887d395c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7464 | 2024.08.14 22:35:02.859491 [ 3 ] {} <Debug> HTTP-Session: 42461dbd-cbc3-4c59-a1df-280887d395c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7465 | 2024.08.14 22:35:02.859506 [ 3 ] {} <Debug> HTTP-Session: 42461dbd-cbc3-4c59-a1df-280887d395c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7466 | 2024.08.14 22:35:02.859539 [ 3 ] {} <Trace> HTTP-Session: 42461dbd-cbc3-4c59-a1df-280887d395c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7467 | 2024.08.14 22:35:02.859856 [ 3 ] {c5bef928-c50b-4a53-b2f0-c70fb26c29ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7468 | 2024.08.14 22:35:02.859926 [ 3 ] {c5bef928-c50b-4a53-b2f0-c70fb26c29ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
7469 | 2024.08.14 22:35:02.860392 [ 3 ] {c5bef928-c50b-4a53-b2f0-c70fb26c29ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7470 | 2024.08.14 22:35:02.861019 [ 3 ] {c5bef928-c50b-4a53-b2f0-c70fb26c29ac} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7471 | 2024.08.14 22:35:02.861055 [ 3 ] {c5bef928-c50b-4a53-b2f0-c70fb26c29ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7472 | 2024.08.14 22:35:02.861672 [ 3 ] {c5bef928-c50b-4a53-b2f0-c70fb26c29ac} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7473 | 2024.08.14 22:35:02.862067 [ 3 ] {c5bef928-c50b-4a53-b2f0-c70fb26c29ac} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7474 | 2024.08.14 22:35:02.862260 [ 3 ] {c5bef928-c50b-4a53-b2f0-c70fb26c29ac} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002638 sec., 7960.576194086429 rows/sec., 14.26 MiB/sec. | ||
7475 | 2024.08.14 22:35:02.862480 [ 3 ] {c5bef928-c50b-4a53-b2f0-c70fb26c29ac} <Debug> DynamicQueryHandler: Done processing query | ||
7476 | 2024.08.14 22:35:02.862505 [ 3 ] {c5bef928-c50b-4a53-b2f0-c70fb26c29ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
7477 | 2024.08.14 22:35:02.862521 [ 3 ] {} <Debug> HTTP-Session: 42461dbd-cbc3-4c59-a1df-280887d395c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7478 | 2024.08.14 22:35:02.862647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7479 | 2024.08.14 22:35:02.862696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7480 | 2024.08.14 22:35:02.862716 [ 3 ] {} <Debug> HTTP-Session: 69f0b5bb-1674-489d-87cc-5e09837b70f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7481 | 2024.08.14 22:35:02.862732 [ 3 ] {} <Debug> HTTP-Session: 69f0b5bb-1674-489d-87cc-5e09837b70f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7482 | 2024.08.14 22:35:02.862746 [ 3 ] {} <Debug> HTTP-Session: 69f0b5bb-1674-489d-87cc-5e09837b70f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7483 | 2024.08.14 22:35:02.862776 [ 3 ] {} <Trace> HTTP-Session: 69f0b5bb-1674-489d-87cc-5e09837b70f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7484 | 2024.08.14 22:35:02.862886 [ 3 ] {c8d515b2-cf22-471c-afc6-681370613bd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7485 | 2024.08.14 22:35:02.862929 [ 3 ] {c8d515b2-cf22-471c-afc6-681370613bd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7486 | 2024.08.14 22:35:02.863056 [ 3 ] {c8d515b2-cf22-471c-afc6-681370613bd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7487 | 2024.08.14 22:35:02.863364 [ 3 ] {c8d515b2-cf22-471c-afc6-681370613bd1} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7488 | 2024.08.14 22:35:02.863400 [ 3 ] {c8d515b2-cf22-471c-afc6-681370613bd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7489 | 2024.08.14 22:35:02.863751 [ 3 ] {c8d515b2-cf22-471c-afc6-681370613bd1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7490 | 2024.08.14 22:35:02.864069 [ 3 ] {c8d515b2-cf22-471c-afc6-681370613bd1} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7491 | 2024.08.14 22:35:02.864221 [ 3 ] {c8d515b2-cf22-471c-afc6-681370613bd1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001371 sec., 43763.6761487965 rows/sec., 2.95 MiB/sec. | ||
7492 | 2024.08.14 22:35:02.864372 [ 3 ] {c8d515b2-cf22-471c-afc6-681370613bd1} <Debug> DynamicQueryHandler: Done processing query | ||
7493 | 2024.08.14 22:35:02.864396 [ 3 ] {c8d515b2-cf22-471c-afc6-681370613bd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7494 | 2024.08.14 22:35:02.864412 [ 3 ] {} <Debug> HTTP-Session: 69f0b5bb-1674-489d-87cc-5e09837b70f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7495 | 2024.08.14 22:35:07.676350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7496 | 2024.08.14 22:35:07.676486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7497 | 2024.08.14 22:35:07.676515 [ 3 ] {} <Debug> HTTP-Session: 564b73f9-4cca-4340-939a-534d2edb2302 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7498 | 2024.08.14 22:35:07.676542 [ 3 ] {} <Debug> HTTP-Session: 564b73f9-4cca-4340-939a-534d2edb2302 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7499 | 2024.08.14 22:35:07.676560 [ 3 ] {} <Debug> HTTP-Session: 564b73f9-4cca-4340-939a-534d2edb2302 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7500 | 2024.08.14 22:35:07.676616 [ 3 ] {} <Trace> HTTP-Session: 564b73f9-4cca-4340-939a-534d2edb2302 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7501 | 2024.08.14 22:35:07.676807 [ 3 ] {d11f4813-693b-426a-9d10-18d9e6e9ca11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7502 | 2024.08.14 22:35:07.676872 [ 3 ] {d11f4813-693b-426a-9d10-18d9e6e9ca11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7503 | 2024.08.14 22:35:07.677061 [ 3 ] {d11f4813-693b-426a-9d10-18d9e6e9ca11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7504 | 2024.08.14 22:35:07.677472 [ 3 ] {d11f4813-693b-426a-9d10-18d9e6e9ca11} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7505 | 2024.08.14 22:35:07.677513 [ 3 ] {d11f4813-693b-426a-9d10-18d9e6e9ca11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7506 | 2024.08.14 22:35:07.677891 [ 3 ] {d11f4813-693b-426a-9d10-18d9e6e9ca11} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7507 | 2024.08.14 22:35:07.678217 [ 3 ] {d11f4813-693b-426a-9d10-18d9e6e9ca11} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7508 | 2024.08.14 22:35:07.678379 [ 3 ] {d11f4813-693b-426a-9d10-18d9e6e9ca11} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001622 sec., 10480.887792848336 rows/sec., 759.21 KiB/sec. | ||
7509 | 2024.08.14 22:35:07.678397 [ 87 ] {} <Debug> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7510 | 2024.08.14 22:35:07.678492 [ 87 ] {} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7511 | 2024.08.14 22:35:07.678547 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7512 | 2024.08.14 22:35:07.678655 [ 3 ] {d11f4813-693b-426a-9d10-18d9e6e9ca11} <Debug> DynamicQueryHandler: Done processing query | ||
7513 | 2024.08.14 22:35:07.678714 [ 3 ] {d11f4813-693b-426a-9d10-18d9e6e9ca11} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7514 | 2024.08.14 22:35:07.678763 [ 3 ] {} <Debug> HTTP-Session: 564b73f9-4cca-4340-939a-534d2edb2302 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7515 | 2024.08.14 22:35:07.678798 [ 193 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::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 | ||
7516 | 2024.08.14 22:35:07.678984 [ 193 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7517 | 2024.08.14 22:35:07.679042 [ 193 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 38 rows starting from the beginning of the part | ||
7518 | 2024.08.14 22:35:07.679052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 194759, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7519 | 2024.08.14 22:35:07.679199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7520 | 2024.08.14 22:35:07.679289 [ 193 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 17 rows starting from the beginning of the part | ||
7521 | 2024.08.14 22:35:07.679297 [ 3 ] {} <Debug> HTTP-Session: d62ad6e4-ded9-48c6-bdd1-b97a40d6eea7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7522 | 2024.08.14 22:35:07.679368 [ 3 ] {} <Debug> HTTP-Session: d62ad6e4-ded9-48c6-bdd1-b97a40d6eea7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7523 | 2024.08.14 22:35:07.679446 [ 3 ] {} <Debug> HTTP-Session: d62ad6e4-ded9-48c6-bdd1-b97a40d6eea7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7524 | 2024.08.14 22:35:07.679539 [ 193 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 21 rows starting from the beginning of the part | ||
7525 | 2024.08.14 22:35:07.679585 [ 3 ] {} <Trace> HTTP-Session: d62ad6e4-ded9-48c6-bdd1-b97a40d6eea7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7526 | 2024.08.14 22:35:07.679873 [ 193 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 17 rows starting from the beginning of the part | ||
7527 | 2024.08.14 22:35:07.680073 [ 193 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 21 rows starting from the beginning of the part | ||
7528 | 2024.08.14 22:35:07.680272 [ 193 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 17 rows starting from the beginning of the part | ||
7529 | 2024.08.14 22:35:07.680636 [ 3 ] {ed2f5300-65a3-4a83-9b9e-b9643cab9016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7530 | 2024.08.14 22:35:07.680690 [ 3 ] {ed2f5300-65a3-4a83-9b9e-b9643cab9016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7531 | 2024.08.14 22:35:07.681173 [ 3 ] {ed2f5300-65a3-4a83-9b9e-b9643cab9016} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7532 | 2024.08.14 22:35:07.682040 [ 186 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 131 rows, containing 4 columns (4 merged, 0 gathered) in 0.00340243 sec., 38501.894234414816 rows/sec., 2.88 MiB/sec. | ||
7533 | 2024.08.14 22:35:07.682233 [ 200 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7534 | 2024.08.14 22:35:07.682731 [ 3 ] {ed2f5300-65a3-4a83-9b9e-b9643cab9016} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7535 | 2024.08.14 22:35:07.682769 [ 3 ] {ed2f5300-65a3-4a83-9b9e-b9643cab9016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7536 | 2024.08.14 22:35:07.682821 [ 200 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_36_7} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7537 | 2024.08.14 22:35:07.682931 [ 200 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_36_7} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7538 | 2024.08.14 22:35:07.683107 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7539 | 2024.08.14 22:35:07.683289 [ 3 ] {ed2f5300-65a3-4a83-9b9e-b9643cab9016} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7540 | 2024.08.14 22:35:07.683595 [ 3 ] {ed2f5300-65a3-4a83-9b9e-b9643cab9016} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7541 | 2024.08.14 22:35:07.683752 [ 3 ] {ed2f5300-65a3-4a83-9b9e-b9643cab9016} <Debug> executeQuery: Read 1334 rows, 114.11 KiB in 0.003747 sec., 356018.14785161463 rows/sec., 29.74 MiB/sec. | ||
7542 | 2024.08.14 22:35:07.683930 [ 3 ] {ed2f5300-65a3-4a83-9b9e-b9643cab9016} <Debug> DynamicQueryHandler: Done processing query | ||
7543 | 2024.08.14 22:35:07.683955 [ 3 ] {ed2f5300-65a3-4a83-9b9e-b9643cab9016} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
7544 | 2024.08.14 22:35:07.683971 [ 3 ] {} <Debug> HTTP-Session: d62ad6e4-ded9-48c6-bdd1-b97a40d6eea7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7545 | 2024.08.14 22:35:07.684277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7546 | 2024.08.14 22:35:07.684324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7547 | 2024.08.14 22:35:07.684343 [ 3 ] {} <Debug> HTTP-Session: d9222e94-2ae7-4acb-a918-87d4c5ca0b7c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7548 | 2024.08.14 22:35:07.684359 [ 3 ] {} <Debug> HTTP-Session: d9222e94-2ae7-4acb-a918-87d4c5ca0b7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7549 | 2024.08.14 22:35:07.684372 [ 3 ] {} <Debug> HTTP-Session: d9222e94-2ae7-4acb-a918-87d4c5ca0b7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7550 | 2024.08.14 22:35:07.684403 [ 3 ] {} <Trace> HTTP-Session: d9222e94-2ae7-4acb-a918-87d4c5ca0b7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7551 | 2024.08.14 22:35:07.684547 [ 3 ] {db6f3b5b-11e3-4031-b04d-377fc5880900} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7552 | 2024.08.14 22:35:07.684589 [ 3 ] {db6f3b5b-11e3-4031-b04d-377fc5880900} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7553 | 2024.08.14 22:35:07.684718 [ 3 ] {db6f3b5b-11e3-4031-b04d-377fc5880900} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7554 | 2024.08.14 22:35:07.685164 [ 3 ] {db6f3b5b-11e3-4031-b04d-377fc5880900} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7555 | 2024.08.14 22:35:07.685200 [ 3 ] {db6f3b5b-11e3-4031-b04d-377fc5880900} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7556 | 2024.08.14 22:35:07.685512 [ 3 ] {db6f3b5b-11e3-4031-b04d-377fc5880900} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
7557 | 2024.08.14 22:35:07.685820 [ 3 ] {db6f3b5b-11e3-4031-b04d-377fc5880900} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7558 | 2024.08.14 22:35:07.685977 [ 3 ] {db6f3b5b-11e3-4031-b04d-377fc5880900} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001491 sec., 152917.50503018108 rows/sec., 10.35 MiB/sec. | ||
7559 | 2024.08.14 22:35:07.686261 [ 3 ] {db6f3b5b-11e3-4031-b04d-377fc5880900} <Debug> DynamicQueryHandler: Done processing query | ||
7560 | 2024.08.14 22:35:07.686294 [ 3 ] {db6f3b5b-11e3-4031-b04d-377fc5880900} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
7561 | 2024.08.14 22:35:07.686310 [ 3 ] {} <Debug> HTTP-Session: d9222e94-2ae7-4acb-a918-87d4c5ca0b7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7562 | 2024.08.14 22:35:07.686630 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 138362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7563 | 2024.08.14 22:35:07.686680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7564 | 2024.08.14 22:35:07.686700 [ 3 ] {} <Debug> HTTP-Session: fc3c711c-37c2-4a7c-82c6-e06ead1f46cd Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7565 | 2024.08.14 22:35:07.686716 [ 3 ] {} <Debug> HTTP-Session: fc3c711c-37c2-4a7c-82c6-e06ead1f46cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7566 | 2024.08.14 22:35:07.686730 [ 3 ] {} <Debug> HTTP-Session: fc3c711c-37c2-4a7c-82c6-e06ead1f46cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7567 | 2024.08.14 22:35:07.686761 [ 3 ] {} <Trace> HTTP-Session: fc3c711c-37c2-4a7c-82c6-e06ead1f46cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7568 | 2024.08.14 22:35:07.687088 [ 3 ] {2d44f473-5358-4800-8e7d-2e689088a250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7569 | 2024.08.14 22:35:07.687132 [ 3 ] {2d44f473-5358-4800-8e7d-2e689088a250} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7570 | 2024.08.14 22:35:07.687273 [ 3 ] {2d44f473-5358-4800-8e7d-2e689088a250} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7571 | 2024.08.14 22:35:07.688085 [ 3 ] {2d44f473-5358-4800-8e7d-2e689088a250} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7572 | 2024.08.14 22:35:07.688121 [ 3 ] {2d44f473-5358-4800-8e7d-2e689088a250} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7573 | 2024.08.14 22:35:07.688456 [ 3 ] {2d44f473-5358-4800-8e7d-2e689088a250} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7574 | 2024.08.14 22:35:07.688761 [ 3 ] {2d44f473-5358-4800-8e7d-2e689088a250} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7575 | 2024.08.14 22:35:07.688913 [ 3 ] {2d44f473-5358-4800-8e7d-2e689088a250} <Debug> executeQuery: Read 849 rows, 62.64 KiB in 0.002008 sec., 422808.7649402391 rows/sec., 30.47 MiB/sec. | ||
7576 | 2024.08.14 22:35:07.689085 [ 3 ] {2d44f473-5358-4800-8e7d-2e689088a250} <Debug> DynamicQueryHandler: Done processing query | ||
7577 | 2024.08.14 22:35:07.689109 [ 3 ] {2d44f473-5358-4800-8e7d-2e689088a250} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
7578 | 2024.08.14 22:35:07.689125 [ 3 ] {} <Debug> HTTP-Session: fc3c711c-37c2-4a7c-82c6-e06ead1f46cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7579 | 2024.08.14 22:35:07.689284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7580 | 2024.08.14 22:35:07.689333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7581 | 2024.08.14 22:35:07.689352 [ 3 ] {} <Debug> HTTP-Session: 0dc658cc-33bb-4323-b156-a3b750e5a09d Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7582 | 2024.08.14 22:35:07.689368 [ 3 ] {} <Debug> HTTP-Session: 0dc658cc-33bb-4323-b156-a3b750e5a09d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7583 | 2024.08.14 22:35:07.689382 [ 3 ] {} <Debug> HTTP-Session: 0dc658cc-33bb-4323-b156-a3b750e5a09d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7584 | 2024.08.14 22:35:07.689412 [ 3 ] {} <Trace> HTTP-Session: 0dc658cc-33bb-4323-b156-a3b750e5a09d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7585 | 2024.08.14 22:35:07.689507 [ 3 ] {fcb1d3c3-d202-457b-97fb-8ada1cffd635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7586 | 2024.08.14 22:35:07.689550 [ 3 ] {fcb1d3c3-d202-457b-97fb-8ada1cffd635} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7587 | 2024.08.14 22:35:07.689679 [ 3 ] {fcb1d3c3-d202-457b-97fb-8ada1cffd635} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7588 | 2024.08.14 22:35:07.689944 [ 3 ] {fcb1d3c3-d202-457b-97fb-8ada1cffd635} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7589 | 2024.08.14 22:35:07.689980 [ 3 ] {fcb1d3c3-d202-457b-97fb-8ada1cffd635} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7590 | 2024.08.14 22:35:07.690327 [ 3 ] {fcb1d3c3-d202-457b-97fb-8ada1cffd635} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7591 | 2024.08.14 22:35:07.690636 [ 3 ] {fcb1d3c3-d202-457b-97fb-8ada1cffd635} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7592 | 2024.08.14 22:35:07.690788 [ 87 ] {} <Debug> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
7593 | 2024.08.14 22:35:07.690796 [ 3 ] {fcb1d3c3-d202-457b-97fb-8ada1cffd635} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001302 sec., 4608.294930875576 rows/sec., 198.01 KiB/sec. | ||
7594 | 2024.08.14 22:35:07.690837 [ 87 ] {} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7595 | 2024.08.14 22:35:07.690902 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7596 | 2024.08.14 22:35:07.691082 [ 3 ] {fcb1d3c3-d202-457b-97fb-8ada1cffd635} <Debug> DynamicQueryHandler: Done processing query | ||
7597 | 2024.08.14 22:35:07.691083 [ 200 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
7598 | 2024.08.14 22:35:07.691112 [ 3 ] {fcb1d3c3-d202-457b-97fb-8ada1cffd635} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7599 | 2024.08.14 22:35:07.691140 [ 3 ] {} <Debug> HTTP-Session: 0dc658cc-33bb-4323-b156-a3b750e5a09d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7600 | 2024.08.14 22:35:07.691240 [ 200 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7601 | 2024.08.14 22:35:07.691282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7602 | 2024.08.14 22:35:07.691286 [ 200 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
7603 | 2024.08.14 22:35:07.691341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7604 | 2024.08.14 22:35:07.691413 [ 3 ] {} <Debug> HTTP-Session: cd1f2848-e83c-4408-8bc3-a51989ad6ad9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7605 | 2024.08.14 22:35:07.691487 [ 3 ] {} <Debug> HTTP-Session: cd1f2848-e83c-4408-8bc3-a51989ad6ad9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7606 | 2024.08.14 22:35:07.691503 [ 200 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
7607 | 2024.08.14 22:35:07.691535 [ 3 ] {} <Debug> HTTP-Session: cd1f2848-e83c-4408-8bc3-a51989ad6ad9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7608 | 2024.08.14 22:35:07.691670 [ 3 ] {} <Trace> HTTP-Session: cd1f2848-e83c-4408-8bc3-a51989ad6ad9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7609 | 2024.08.14 22:35:07.691813 [ 200 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
7610 | 2024.08.14 22:35:07.692067 [ 3 ] {38241a53-6ad7-4f53-b4b9-bcccc1925081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
7611 | 2024.08.14 22:35:07.692129 [ 200 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
7612 | 2024.08.14 22:35:07.692279 [ 3 ] {38241a53-6ad7-4f53-b4b9-bcccc1925081} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
7613 | 2024.08.14 22:35:07.692521 [ 200 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
7614 | 2024.08.14 22:35:07.692724 [ 200 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
7615 | 2024.08.14 22:35:07.693087 [ 3 ] {38241a53-6ad7-4f53-b4b9-bcccc1925081} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7616 | 2024.08.14 22:35:07.693783 [ 3 ] {38241a53-6ad7-4f53-b4b9-bcccc1925081} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7617 | 2024.08.14 22:35:07.693827 [ 3 ] {38241a53-6ad7-4f53-b4b9-bcccc1925081} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7618 | 2024.08.14 22:35:07.694372 [ 200 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.003366759 sec., 28514.069465619606 rows/sec., 1.20 MiB/sec. | ||
7619 | 2024.08.14 22:35:07.694434 [ 3 ] {38241a53-6ad7-4f53-b4b9-bcccc1925081} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7620 | 2024.08.14 22:35:07.694581 [ 186 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
7621 | 2024.08.14 22:35:07.695272 [ 3 ] {38241a53-6ad7-4f53-b4b9-bcccc1925081} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7622 | 2024.08.14 22:35:07.695509 [ 87 ] {} <Debug> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
7623 | 2024.08.14 22:35:07.695599 [ 3 ] {38241a53-6ad7-4f53-b4b9-bcccc1925081} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.003711 sec., 20749.124225276206 rows/sec., 1.28 MiB/sec. | ||
7624 | 2024.08.14 22:35:07.695616 [ 87 ] {} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7625 | 2024.08.14 22:35:07.695710 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7626 | 2024.08.14 22:35:07.695807 [ 196 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_16_3} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7627 | 2024.08.14 22:35:07.696215 [ 196 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_16_3} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
7628 | 2024.08.14 22:35:07.696286 [ 3 ] {38241a53-6ad7-4f53-b4b9-bcccc1925081} <Debug> DynamicQueryHandler: Done processing query | ||
7629 | 2024.08.14 22:35:07.696299 [ 186 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::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 | ||
7630 | 2024.08.14 22:35:07.696380 [ 3 ] {38241a53-6ad7-4f53-b4b9-bcccc1925081} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7631 | 2024.08.14 22:35:07.696454 [ 3 ] {} <Debug> HTTP-Session: cd1f2848-e83c-4408-8bc3-a51989ad6ad9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7632 | 2024.08.14 22:35:07.696458 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
7633 | 2024.08.14 22:35:07.696612 [ 186 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7634 | 2024.08.14 22:35:07.696652 [ 186 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 847 rows starting from the beginning of the part | ||
7635 | 2024.08.14 22:35:07.696787 [ 186 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 77 rows starting from the beginning of the part | ||
7636 | 2024.08.14 22:35:07.696832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 160277, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7637 | 2024.08.14 22:35:07.697009 [ 186 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 77 rows starting from the beginning of the part | ||
7638 | 2024.08.14 22:35:07.697017 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7639 | 2024.08.14 22:35:07.697109 [ 3 ] {} <Debug> HTTP-Session: 693d9880-cc3f-4b94-af3d-9be273582802 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7640 | 2024.08.14 22:35:07.697212 [ 3 ] {} <Debug> HTTP-Session: 693d9880-cc3f-4b94-af3d-9be273582802 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7641 | 2024.08.14 22:35:07.697268 [ 3 ] {} <Debug> HTTP-Session: 693d9880-cc3f-4b94-af3d-9be273582802 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7642 | 2024.08.14 22:35:07.697304 [ 186 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 77 rows starting from the beginning of the part | ||
7643 | 2024.08.14 22:35:07.697370 [ 3 ] {} <Trace> HTTP-Session: 693d9880-cc3f-4b94-af3d-9be273582802 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7644 | 2024.08.14 22:35:07.697598 [ 186 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 77 rows starting from the beginning of the part | ||
7645 | 2024.08.14 22:35:07.697793 [ 186 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 77 rows starting from the beginning of the part | ||
7646 | 2024.08.14 22:35:07.698114 [ 3 ] {f6098ddb-c934-4f6e-86d3-08023a9508ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7647 | 2024.08.14 22:35:07.698196 [ 3 ] {f6098ddb-c934-4f6e-86d3-08023a9508ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7648 | 2024.08.14 22:35:07.698741 [ 3 ] {f6098ddb-c934-4f6e-86d3-08023a9508ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7649 | 2024.08.14 22:35:07.699843 [ 187 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1232 rows, containing 5 columns (5 merged, 0 gathered) in 0.003915557 sec., 314642.33568812814 rows/sec., 19.38 MiB/sec. | ||
7650 | 2024.08.14 22:35:07.700163 [ 187 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
7651 | 2024.08.14 22:35:07.700263 [ 3 ] {f6098ddb-c934-4f6e-86d3-08023a9508ce} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7652 | 2024.08.14 22:35:07.700330 [ 3 ] {f6098ddb-c934-4f6e-86d3-08023a9508ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7653 | 2024.08.14 22:35:07.701204 [ 187 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_16_3} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7654 | 2024.08.14 22:35:07.701290 [ 3 ] {f6098ddb-c934-4f6e-86d3-08023a9508ce} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
7655 | 2024.08.14 22:35:07.701344 [ 187 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_16_3} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
7656 | 2024.08.14 22:35:07.701546 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
7657 | 2024.08.14 22:35:07.701834 [ 3 ] {f6098ddb-c934-4f6e-86d3-08023a9508ce} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7658 | 2024.08.14 22:35:07.702010 [ 3 ] {f6098ddb-c934-4f6e-86d3-08023a9508ce} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.004387 sec., 192386.5967631639 rows/sec., 12.95 MiB/sec. | ||
7659 | 2024.08.14 22:35:07.702207 [ 3 ] {f6098ddb-c934-4f6e-86d3-08023a9508ce} <Debug> DynamicQueryHandler: Done processing query | ||
7660 | 2024.08.14 22:35:07.702231 [ 3 ] {f6098ddb-c934-4f6e-86d3-08023a9508ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
7661 | 2024.08.14 22:35:07.702247 [ 3 ] {} <Debug> HTTP-Session: 693d9880-cc3f-4b94-af3d-9be273582802 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7662 | 2024.08.14 22:35:07.702587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17618, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7663 | 2024.08.14 22:35:07.702636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7664 | 2024.08.14 22:35:07.702654 [ 3 ] {} <Debug> HTTP-Session: f8d4e121-a4a1-4f6c-a005-51ff07bcd56f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7665 | 2024.08.14 22:35:07.702670 [ 3 ] {} <Debug> HTTP-Session: f8d4e121-a4a1-4f6c-a005-51ff07bcd56f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7666 | 2024.08.14 22:35:07.702684 [ 3 ] {} <Debug> HTTP-Session: f8d4e121-a4a1-4f6c-a005-51ff07bcd56f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7667 | 2024.08.14 22:35:07.702714 [ 3 ] {} <Trace> HTTP-Session: f8d4e121-a4a1-4f6c-a005-51ff07bcd56f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7668 | 2024.08.14 22:35:07.703006 [ 3 ] {76d28b7b-d77d-4c7c-8761-a1fd0b719ad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7669 | 2024.08.14 22:35:07.703070 [ 3 ] {76d28b7b-d77d-4c7c-8761-a1fd0b719ad6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
7670 | 2024.08.14 22:35:07.703500 [ 3 ] {76d28b7b-d77d-4c7c-8761-a1fd0b719ad6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7671 | 2024.08.14 22:35:07.704031 [ 3 ] {76d28b7b-d77d-4c7c-8761-a1fd0b719ad6} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7672 | 2024.08.14 22:35:07.704068 [ 3 ] {76d28b7b-d77d-4c7c-8761-a1fd0b719ad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7673 | 2024.08.14 22:35:07.704645 [ 3 ] {76d28b7b-d77d-4c7c-8761-a1fd0b719ad6} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7674 | 2024.08.14 22:35:07.705044 [ 3 ] {76d28b7b-d77d-4c7c-8761-a1fd0b719ad6} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7675 | 2024.08.14 22:35:07.705244 [ 3 ] {76d28b7b-d77d-4c7c-8761-a1fd0b719ad6} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002454 sec., 4482.477587612062 rows/sec., 8.03 MiB/sec. | ||
7676 | 2024.08.14 22:35:07.705463 [ 3 ] {76d28b7b-d77d-4c7c-8761-a1fd0b719ad6} <Debug> DynamicQueryHandler: Done processing query | ||
7677 | 2024.08.14 22:35:07.705487 [ 3 ] {76d28b7b-d77d-4c7c-8761-a1fd0b719ad6} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
7678 | 2024.08.14 22:35:07.705503 [ 3 ] {} <Debug> HTTP-Session: f8d4e121-a4a1-4f6c-a005-51ff07bcd56f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7679 | 2024.08.14 22:35:07.705609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7680 | 2024.08.14 22:35:07.705659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7681 | 2024.08.14 22:35:07.705678 [ 3 ] {} <Debug> HTTP-Session: b1330cc7-5816-4ac1-908a-106841bc0355 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7682 | 2024.08.14 22:35:07.705694 [ 3 ] {} <Debug> HTTP-Session: b1330cc7-5816-4ac1-908a-106841bc0355 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7683 | 2024.08.14 22:35:07.705707 [ 3 ] {} <Debug> HTTP-Session: b1330cc7-5816-4ac1-908a-106841bc0355 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7684 | 2024.08.14 22:35:07.705737 [ 3 ] {} <Trace> HTTP-Session: b1330cc7-5816-4ac1-908a-106841bc0355 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7685 | 2024.08.14 22:35:07.705836 [ 3 ] {730b8df6-1a17-45d2-8622-b1ccf7ab9ef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
7686 | 2024.08.14 22:35:07.705879 [ 3 ] {730b8df6-1a17-45d2-8622-b1ccf7ab9ef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
7687 | 2024.08.14 22:35:07.706005 [ 3 ] {730b8df6-1a17-45d2-8622-b1ccf7ab9ef8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7688 | 2024.08.14 22:35:07.706266 [ 3 ] {730b8df6-1a17-45d2-8622-b1ccf7ab9ef8} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7689 | 2024.08.14 22:35:07.706302 [ 3 ] {730b8df6-1a17-45d2-8622-b1ccf7ab9ef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7690 | 2024.08.14 22:35:07.706650 [ 3 ] {730b8df6-1a17-45d2-8622-b1ccf7ab9ef8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7691 | 2024.08.14 22:35:07.706961 [ 3 ] {730b8df6-1a17-45d2-8622-b1ccf7ab9ef8} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7692 | 2024.08.14 22:35:07.707113 [ 3 ] {730b8df6-1a17-45d2-8622-b1ccf7ab9ef8} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001306 sec., 17611.026033690658 rows/sec., 952.63 KiB/sec. | ||
7693 | 2024.08.14 22:35:07.707276 [ 3 ] {730b8df6-1a17-45d2-8622-b1ccf7ab9ef8} <Debug> DynamicQueryHandler: Done processing query | ||
7694 | 2024.08.14 22:35:07.707302 [ 3 ] {730b8df6-1a17-45d2-8622-b1ccf7ab9ef8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7695 | 2024.08.14 22:35:07.707319 [ 3 ] {} <Debug> HTTP-Session: b1330cc7-5816-4ac1-908a-106841bc0355 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7696 | 2024.08.14 22:35:07.707447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7697 | 2024.08.14 22:35:07.707498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7698 | 2024.08.14 22:35:07.707518 [ 3 ] {} <Debug> HTTP-Session: f4a27ea6-8817-4704-8551-cac51bfb6bc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7699 | 2024.08.14 22:35:07.707534 [ 3 ] {} <Debug> HTTP-Session: f4a27ea6-8817-4704-8551-cac51bfb6bc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7700 | 2024.08.14 22:35:07.707549 [ 3 ] {} <Debug> HTTP-Session: f4a27ea6-8817-4704-8551-cac51bfb6bc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7701 | 2024.08.14 22:35:07.707581 [ 3 ] {} <Trace> HTTP-Session: f4a27ea6-8817-4704-8551-cac51bfb6bc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7702 | 2024.08.14 22:35:07.707696 [ 3 ] {c1dcbacc-78ed-484d-b035-aa9c312e0e73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7703 | 2024.08.14 22:35:07.707740 [ 3 ] {c1dcbacc-78ed-484d-b035-aa9c312e0e73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7704 | 2024.08.14 22:35:07.707875 [ 3 ] {c1dcbacc-78ed-484d-b035-aa9c312e0e73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7705 | 2024.08.14 22:35:07.708195 [ 3 ] {c1dcbacc-78ed-484d-b035-aa9c312e0e73} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7706 | 2024.08.14 22:35:07.708236 [ 3 ] {c1dcbacc-78ed-484d-b035-aa9c312e0e73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7707 | 2024.08.14 22:35:07.708677 [ 3 ] {c1dcbacc-78ed-484d-b035-aa9c312e0e73} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
7708 | 2024.08.14 22:35:07.709077 [ 3 ] {c1dcbacc-78ed-484d-b035-aa9c312e0e73} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7709 | 2024.08.14 22:35:07.709252 [ 3 ] {c1dcbacc-78ed-484d-b035-aa9c312e0e73} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001588 sec., 37783.37531486146 rows/sec., 2.55 MiB/sec. | ||
7710 | 2024.08.14 22:35:07.709445 [ 3 ] {c1dcbacc-78ed-484d-b035-aa9c312e0e73} <Debug> DynamicQueryHandler: Done processing query | ||
7711 | 2024.08.14 22:35:07.709474 [ 3 ] {c1dcbacc-78ed-484d-b035-aa9c312e0e73} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7712 | 2024.08.14 22:35:07.709495 [ 3 ] {} <Debug> HTTP-Session: f4a27ea6-8817-4704-8551-cac51bfb6bc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7713 | 2024.08.14 22:35:11.084487 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7714 | 2024.08.14 22:35:11.084584 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7715 | 2024.08.14 22:35:12.843615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7716 | 2024.08.14 22:35:12.843786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7717 | 2024.08.14 22:35:12.843831 [ 3 ] {} <Debug> HTTP-Session: a80919e4-570a-487a-a4c4-ad4f7b898080 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7718 | 2024.08.14 22:35:12.843871 [ 3 ] {} <Debug> HTTP-Session: a80919e4-570a-487a-a4c4-ad4f7b898080 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7719 | 2024.08.14 22:35:12.843900 [ 3 ] {} <Debug> HTTP-Session: a80919e4-570a-487a-a4c4-ad4f7b898080 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7720 | 2024.08.14 22:35:12.843972 [ 3 ] {} <Trace> HTTP-Session: a80919e4-570a-487a-a4c4-ad4f7b898080 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7721 | 2024.08.14 22:35:12.844152 [ 3 ] {e28d78de-ce98-41c1-a88c-1e0e9daaeeb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7722 | 2024.08.14 22:35:12.844214 [ 3 ] {e28d78de-ce98-41c1-a88c-1e0e9daaeeb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7723 | 2024.08.14 22:35:12.844404 [ 3 ] {e28d78de-ce98-41c1-a88c-1e0e9daaeeb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7724 | 2024.08.14 22:35:12.844770 [ 3 ] {e28d78de-ce98-41c1-a88c-1e0e9daaeeb2} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7725 | 2024.08.14 22:35:12.844807 [ 3 ] {e28d78de-ce98-41c1-a88c-1e0e9daaeeb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7726 | 2024.08.14 22:35:12.845168 [ 3 ] {e28d78de-ce98-41c1-a88c-1e0e9daaeeb2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7727 | 2024.08.14 22:35:12.845496 [ 3 ] {e28d78de-ce98-41c1-a88c-1e0e9daaeeb2} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7728 | 2024.08.14 22:35:12.845640 [ 3 ] {e28d78de-ce98-41c1-a88c-1e0e9daaeeb2} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001545 sec., 13592.233009708738 rows/sec., 1.08 MiB/sec. | ||
7729 | 2024.08.14 22:35:12.845819 [ 3 ] {e28d78de-ce98-41c1-a88c-1e0e9daaeeb2} <Debug> DynamicQueryHandler: Done processing query | ||
7730 | 2024.08.14 22:35:12.845843 [ 3 ] {e28d78de-ce98-41c1-a88c-1e0e9daaeeb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7731 | 2024.08.14 22:35:12.845859 [ 3 ] {} <Debug> HTTP-Session: a80919e4-570a-487a-a4c4-ad4f7b898080 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7732 | 2024.08.14 22:35:12.846011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7733 | 2024.08.14 22:35:12.846060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7734 | 2024.08.14 22:35:12.846079 [ 3 ] {} <Debug> HTTP-Session: b89fcea3-2cfd-4ca2-8199-b3b7391f6f67 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7735 | 2024.08.14 22:35:12.846096 [ 3 ] {} <Debug> HTTP-Session: b89fcea3-2cfd-4ca2-8199-b3b7391f6f67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7736 | 2024.08.14 22:35:12.846109 [ 3 ] {} <Debug> HTTP-Session: b89fcea3-2cfd-4ca2-8199-b3b7391f6f67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7737 | 2024.08.14 22:35:12.846141 [ 3 ] {} <Trace> HTTP-Session: b89fcea3-2cfd-4ca2-8199-b3b7391f6f67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7738 | 2024.08.14 22:35:12.846267 [ 3 ] {1a56debe-a20e-4b7f-a181-9cdc25a1133f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7739 | 2024.08.14 22:35:12.846307 [ 3 ] {1a56debe-a20e-4b7f-a181-9cdc25a1133f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7740 | 2024.08.14 22:35:12.846429 [ 3 ] {1a56debe-a20e-4b7f-a181-9cdc25a1133f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7741 | 2024.08.14 22:35:12.846752 [ 3 ] {1a56debe-a20e-4b7f-a181-9cdc25a1133f} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7742 | 2024.08.14 22:35:12.846789 [ 3 ] {1a56debe-a20e-4b7f-a181-9cdc25a1133f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7743 | 2024.08.14 22:35:12.847097 [ 3 ] {1a56debe-a20e-4b7f-a181-9cdc25a1133f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7744 | 2024.08.14 22:35:12.847402 [ 3 ] {1a56debe-a20e-4b7f-a181-9cdc25a1133f} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7745 | 2024.08.14 22:35:12.847531 [ 3 ] {1a56debe-a20e-4b7f-a181-9cdc25a1133f} <Debug> executeQuery: Read 119 rows, 10.08 KiB in 0.001315 sec., 90494.29657794676 rows/sec., 7.48 MiB/sec. | ||
7746 | 2024.08.14 22:35:12.847790 [ 3 ] {1a56debe-a20e-4b7f-a181-9cdc25a1133f} <Debug> DynamicQueryHandler: Done processing query | ||
7747 | 2024.08.14 22:35:12.847837 [ 3 ] {1a56debe-a20e-4b7f-a181-9cdc25a1133f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7748 | 2024.08.14 22:35:12.847866 [ 3 ] {} <Debug> HTTP-Session: b89fcea3-2cfd-4ca2-8199-b3b7391f6f67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7749 | 2024.08.14 22:35:12.848018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7750 | 2024.08.14 22:35:12.848066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7751 | 2024.08.14 22:35:12.848084 [ 3 ] {} <Debug> HTTP-Session: 3e4ca388-4549-450c-8a26-fff6716d1337 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7752 | 2024.08.14 22:35:12.848101 [ 3 ] {} <Debug> HTTP-Session: 3e4ca388-4549-450c-8a26-fff6716d1337 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7753 | 2024.08.14 22:35:12.848114 [ 3 ] {} <Debug> HTTP-Session: 3e4ca388-4549-450c-8a26-fff6716d1337 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7754 | 2024.08.14 22:35:12.848147 [ 3 ] {} <Trace> HTTP-Session: 3e4ca388-4549-450c-8a26-fff6716d1337 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7755 | 2024.08.14 22:35:12.848267 [ 3 ] {0e72adfc-ba8a-4038-a2a5-7e8465d4fa7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7756 | 2024.08.14 22:35:12.848310 [ 3 ] {0e72adfc-ba8a-4038-a2a5-7e8465d4fa7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7757 | 2024.08.14 22:35:12.848450 [ 3 ] {0e72adfc-ba8a-4038-a2a5-7e8465d4fa7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7758 | 2024.08.14 22:35:12.848735 [ 3 ] {0e72adfc-ba8a-4038-a2a5-7e8465d4fa7b} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7759 | 2024.08.14 22:35:12.848770 [ 3 ] {0e72adfc-ba8a-4038-a2a5-7e8465d4fa7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7760 | 2024.08.14 22:35:12.849067 [ 3 ] {0e72adfc-ba8a-4038-a2a5-7e8465d4fa7b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7761 | 2024.08.14 22:35:12.849362 [ 3 ] {0e72adfc-ba8a-4038-a2a5-7e8465d4fa7b} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7762 | 2024.08.14 22:35:12.849488 [ 3 ] {0e72adfc-ba8a-4038-a2a5-7e8465d4fa7b} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001268 sec., 67034.7003154574 rows/sec., 5.23 MiB/sec. | ||
7763 | 2024.08.14 22:35:12.849633 [ 3 ] {0e72adfc-ba8a-4038-a2a5-7e8465d4fa7b} <Debug> DynamicQueryHandler: Done processing query | ||
7764 | 2024.08.14 22:35:12.849656 [ 3 ] {0e72adfc-ba8a-4038-a2a5-7e8465d4fa7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7765 | 2024.08.14 22:35:12.849672 [ 3 ] {} <Debug> HTTP-Session: 3e4ca388-4549-450c-8a26-fff6716d1337 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7766 | 2024.08.14 22:35:12.849814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7767 | 2024.08.14 22:35:12.849861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7768 | 2024.08.14 22:35:12.849880 [ 3 ] {} <Debug> HTTP-Session: 27af024d-e692-44d7-8d92-11fb66630eca Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7769 | 2024.08.14 22:35:12.849897 [ 3 ] {} <Debug> HTTP-Session: 27af024d-e692-44d7-8d92-11fb66630eca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7770 | 2024.08.14 22:35:12.849911 [ 3 ] {} <Debug> HTTP-Session: 27af024d-e692-44d7-8d92-11fb66630eca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7771 | 2024.08.14 22:35:12.849941 [ 3 ] {} <Trace> HTTP-Session: 27af024d-e692-44d7-8d92-11fb66630eca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7772 | 2024.08.14 22:35:12.850080 [ 3 ] {13e0f4ea-50c5-4bab-a69e-60f85764eb5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7773 | 2024.08.14 22:35:12.850126 [ 3 ] {13e0f4ea-50c5-4bab-a69e-60f85764eb5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7774 | 2024.08.14 22:35:12.850257 [ 3 ] {13e0f4ea-50c5-4bab-a69e-60f85764eb5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7775 | 2024.08.14 22:35:12.850569 [ 3 ] {13e0f4ea-50c5-4bab-a69e-60f85764eb5e} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7776 | 2024.08.14 22:35:12.850602 [ 3 ] {13e0f4ea-50c5-4bab-a69e-60f85764eb5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7777 | 2024.08.14 22:35:12.850950 [ 3 ] {13e0f4ea-50c5-4bab-a69e-60f85764eb5e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7778 | 2024.08.14 22:35:12.851328 [ 3 ] {13e0f4ea-50c5-4bab-a69e-60f85764eb5e} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7779 | 2024.08.14 22:35:12.851452 [ 3 ] {13e0f4ea-50c5-4bab-a69e-60f85764eb5e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001438 sec., 111265.64673157163 rows/sec., 7.75 MiB/sec. | ||
7780 | 2024.08.14 22:35:12.851599 [ 3 ] {13e0f4ea-50c5-4bab-a69e-60f85764eb5e} <Debug> DynamicQueryHandler: Done processing query | ||
7781 | 2024.08.14 22:35:12.851622 [ 3 ] {13e0f4ea-50c5-4bab-a69e-60f85764eb5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7782 | 2024.08.14 22:35:12.851637 [ 3 ] {} <Debug> HTTP-Session: 27af024d-e692-44d7-8d92-11fb66630eca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7783 | 2024.08.14 22:35:12.851802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7784 | 2024.08.14 22:35:12.851850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7785 | 2024.08.14 22:35:12.851868 [ 3 ] {} <Debug> HTTP-Session: 9a63ffb3-58db-4da2-bfdf-7ae25bf21c0d Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7786 | 2024.08.14 22:35:12.851884 [ 3 ] {} <Debug> HTTP-Session: 9a63ffb3-58db-4da2-bfdf-7ae25bf21c0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7787 | 2024.08.14 22:35:12.851898 [ 3 ] {} <Debug> HTTP-Session: 9a63ffb3-58db-4da2-bfdf-7ae25bf21c0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7788 | 2024.08.14 22:35:12.851928 [ 3 ] {} <Trace> HTTP-Session: 9a63ffb3-58db-4da2-bfdf-7ae25bf21c0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7789 | 2024.08.14 22:35:12.852166 [ 3 ] {1cc01117-8301-4e44-8b97-5bab8613f696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7790 | 2024.08.14 22:35:12.852227 [ 3 ] {1cc01117-8301-4e44-8b97-5bab8613f696} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
7791 | 2024.08.14 22:35:12.852624 [ 3 ] {1cc01117-8301-4e44-8b97-5bab8613f696} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7792 | 2024.08.14 22:35:12.853169 [ 3 ] {1cc01117-8301-4e44-8b97-5bab8613f696} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7793 | 2024.08.14 22:35:12.853205 [ 3 ] {1cc01117-8301-4e44-8b97-5bab8613f696} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7794 | 2024.08.14 22:35:12.853768 [ 3 ] {1cc01117-8301-4e44-8b97-5bab8613f696} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7795 | 2024.08.14 22:35:12.854190 [ 3 ] {1cc01117-8301-4e44-8b97-5bab8613f696} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7796 | 2024.08.14 22:35:12.854360 [ 72 ] {} <Debug> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7797 | 2024.08.14 22:35:12.854390 [ 3 ] {1cc01117-8301-4e44-8b97-5bab8613f696} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002384 sec., 8808.724832214766 rows/sec., 15.78 MiB/sec. | ||
7798 | 2024.08.14 22:35:12.854411 [ 72 ] {} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7799 | 2024.08.14 22:35:12.854450 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7800 | 2024.08.14 22:35:12.854627 [ 196 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::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 | ||
7801 | 2024.08.14 22:35:12.854764 [ 3 ] {1cc01117-8301-4e44-8b97-5bab8613f696} <Debug> DynamicQueryHandler: Done processing query | ||
7802 | 2024.08.14 22:35:12.854812 [ 3 ] {1cc01117-8301-4e44-8b97-5bab8613f696} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
7803 | 2024.08.14 22:35:12.854840 [ 3 ] {} <Debug> HTTP-Session: 9a63ffb3-58db-4da2-bfdf-7ae25bf21c0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7804 | 2024.08.14 22:35:12.854937 [ 196 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7805 | 2024.08.14 22:35:12.855001 [ 196 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 518 rows starting from the beginning of the part | ||
7806 | 2024.08.14 22:35:12.855005 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7807 | 2024.08.14 22:35:12.855080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7808 | 2024.08.14 22:35:12.855135 [ 3 ] {} <Debug> HTTP-Session: ed8c2896-3dd9-493e-97da-1f19561ba5ff Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7809 | 2024.08.14 22:35:12.855200 [ 3 ] {} <Debug> HTTP-Session: ed8c2896-3dd9-493e-97da-1f19561ba5ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7810 | 2024.08.14 22:35:12.855253 [ 3 ] {} <Debug> HTTP-Session: ed8c2896-3dd9-493e-97da-1f19561ba5ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7811 | 2024.08.14 22:35:12.855316 [ 3 ] {} <Trace> HTTP-Session: ed8c2896-3dd9-493e-97da-1f19561ba5ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7812 | 2024.08.14 22:35:12.855322 [ 196 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 21 rows starting from the beginning of the part | ||
7813 | 2024.08.14 22:35:12.855547 [ 3 ] {56ce51b9-930d-464d-848d-580d476e7dd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7814 | 2024.08.14 22:35:12.855629 [ 196 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 11 rows starting from the beginning of the part | ||
7815 | 2024.08.14 22:35:12.855630 [ 3 ] {56ce51b9-930d-464d-848d-580d476e7dd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7816 | 2024.08.14 22:35:12.856146 [ 196 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 21 rows starting from the beginning of the part | ||
7817 | 2024.08.14 22:35:12.856162 [ 3 ] {56ce51b9-930d-464d-848d-580d476e7dd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7818 | 2024.08.14 22:35:12.856447 [ 196 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 11 rows starting from the beginning of the part | ||
7819 | 2024.08.14 22:35:12.856877 [ 196 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 21 rows starting from the beginning of the part | ||
7820 | 2024.08.14 22:35:12.856883 [ 3 ] {56ce51b9-930d-464d-848d-580d476e7dd8} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7821 | 2024.08.14 22:35:12.856941 [ 3 ] {56ce51b9-930d-464d-848d-580d476e7dd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7822 | 2024.08.14 22:35:12.857633 [ 3 ] {56ce51b9-930d-464d-848d-580d476e7dd8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7823 | 2024.08.14 22:35:12.858178 [ 3 ] {56ce51b9-930d-464d-848d-580d476e7dd8} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7824 | 2024.08.14 22:35:12.858309 [ 3 ] {56ce51b9-930d-464d-848d-580d476e7dd8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002885 sec., 20797.227036395147 rows/sec., 1.40 MiB/sec. | ||
7825 | 2024.08.14 22:35:12.858478 [ 3 ] {56ce51b9-930d-464d-848d-580d476e7dd8} <Debug> DynamicQueryHandler: Done processing query | ||
7826 | 2024.08.14 22:35:12.858508 [ 3 ] {56ce51b9-930d-464d-848d-580d476e7dd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7827 | 2024.08.14 22:35:12.858528 [ 3 ] {} <Debug> HTTP-Session: ed8c2896-3dd9-493e-97da-1f19561ba5ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7828 | 2024.08.14 22:35:12.872975 [ 190 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 603 rows, containing 19 columns (19 merged, 0 gathered) in 0.018433559 sec., 32712.076924483223 rows/sec., 58.62 MiB/sec. | ||
7829 | 2024.08.14 22:35:12.874283 [ 201 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7830 | 2024.08.14 22:35:12.874969 [ 201 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7831 | 2024.08.14 22:35:12.875067 [ 201 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7832 | 2024.08.14 22:35:12.875230 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. | ||
7833 | 2024.08.14 22:35:17.847190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7834 | 2024.08.14 22:35:17.847330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7835 | 2024.08.14 22:35:17.847361 [ 3 ] {} <Debug> HTTP-Session: d1ef06b2-9e82-49a4-9fb0-641814a9fb55 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7836 | 2024.08.14 22:35:17.847389 [ 3 ] {} <Debug> HTTP-Session: d1ef06b2-9e82-49a4-9fb0-641814a9fb55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7837 | 2024.08.14 22:35:17.847407 [ 3 ] {} <Debug> HTTP-Session: d1ef06b2-9e82-49a4-9fb0-641814a9fb55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7838 | 2024.08.14 22:35:17.847464 [ 3 ] {} <Trace> HTTP-Session: d1ef06b2-9e82-49a4-9fb0-641814a9fb55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7839 | 2024.08.14 22:35:17.847680 [ 3 ] {e37edbef-990b-4231-82cb-59b81ecf641e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7840 | 2024.08.14 22:35:17.847756 [ 3 ] {e37edbef-990b-4231-82cb-59b81ecf641e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7841 | 2024.08.14 22:35:17.847974 [ 3 ] {e37edbef-990b-4231-82cb-59b81ecf641e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7842 | 2024.08.14 22:35:17.848418 [ 3 ] {e37edbef-990b-4231-82cb-59b81ecf641e} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7843 | 2024.08.14 22:35:17.848466 [ 3 ] {e37edbef-990b-4231-82cb-59b81ecf641e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7844 | 2024.08.14 22:35:17.848832 [ 3 ] {e37edbef-990b-4231-82cb-59b81ecf641e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7845 | 2024.08.14 22:35:17.849166 [ 3 ] {e37edbef-990b-4231-82cb-59b81ecf641e} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7846 | 2024.08.14 22:35:17.849346 [ 3 ] {e37edbef-990b-4231-82cb-59b81ecf641e} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.00173 sec., 9826.589595375723 rows/sec., 711.82 KiB/sec. | ||
7847 | 2024.08.14 22:35:17.849641 [ 3 ] {e37edbef-990b-4231-82cb-59b81ecf641e} <Debug> DynamicQueryHandler: Done processing query | ||
7848 | 2024.08.14 22:35:17.849702 [ 3 ] {e37edbef-990b-4231-82cb-59b81ecf641e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7849 | 2024.08.14 22:35:17.849757 [ 3 ] {} <Debug> HTTP-Session: d1ef06b2-9e82-49a4-9fb0-641814a9fb55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7850 | 2024.08.14 22:35:17.850003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 29344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7851 | 2024.08.14 22:35:17.850063 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7852 | 2024.08.14 22:35:17.850083 [ 3 ] {} <Debug> HTTP-Session: 27ce6e47-fcd6-428b-a50e-8728e4c87e9e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7853 | 2024.08.14 22:35:17.850102 [ 3 ] {} <Debug> HTTP-Session: 27ce6e47-fcd6-428b-a50e-8728e4c87e9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7854 | 2024.08.14 22:35:17.850117 [ 3 ] {} <Debug> HTTP-Session: 27ce6e47-fcd6-428b-a50e-8728e4c87e9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7855 | 2024.08.14 22:35:17.850155 [ 3 ] {} <Trace> HTTP-Session: 27ce6e47-fcd6-428b-a50e-8728e4c87e9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7856 | 2024.08.14 22:35:17.850324 [ 3 ] {c8046120-b374-4ed8-acce-5997b8f2804c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7857 | 2024.08.14 22:35:17.850372 [ 3 ] {c8046120-b374-4ed8-acce-5997b8f2804c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7858 | 2024.08.14 22:35:17.850523 [ 3 ] {c8046120-b374-4ed8-acce-5997b8f2804c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7859 | 2024.08.14 22:35:17.850944 [ 3 ] {c8046120-b374-4ed8-acce-5997b8f2804c} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7860 | 2024.08.14 22:35:17.850982 [ 3 ] {c8046120-b374-4ed8-acce-5997b8f2804c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7861 | 2024.08.14 22:35:17.851318 [ 3 ] {c8046120-b374-4ed8-acce-5997b8f2804c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7862 | 2024.08.14 22:35:17.851628 [ 3 ] {c8046120-b374-4ed8-acce-5997b8f2804c} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7863 | 2024.08.14 22:35:17.851792 [ 3 ] {c8046120-b374-4ed8-acce-5997b8f2804c} <Debug> executeQuery: Read 194 rows, 17.54 KiB in 0.001534 sec., 126466.75358539766 rows/sec., 11.17 MiB/sec. | ||
7864 | 2024.08.14 22:35:17.852106 [ 3 ] {c8046120-b374-4ed8-acce-5997b8f2804c} <Debug> DynamicQueryHandler: Done processing query | ||
7865 | 2024.08.14 22:35:17.852152 [ 3 ] {c8046120-b374-4ed8-acce-5997b8f2804c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
7866 | 2024.08.14 22:35:17.852169 [ 3 ] {} <Debug> HTTP-Session: 27ce6e47-fcd6-428b-a50e-8728e4c87e9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7867 | 2024.08.14 22:35:17.852329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 63412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7868 | 2024.08.14 22:35:17.852381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7869 | 2024.08.14 22:35:17.852401 [ 3 ] {} <Debug> HTTP-Session: 5a074753-4fb7-41ff-94ab-50fd761ac247 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7870 | 2024.08.14 22:35:17.852419 [ 3 ] {} <Debug> HTTP-Session: 5a074753-4fb7-41ff-94ab-50fd761ac247 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7871 | 2024.08.14 22:35:17.852433 [ 3 ] {} <Debug> HTTP-Session: 5a074753-4fb7-41ff-94ab-50fd761ac247 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7872 | 2024.08.14 22:35:17.852468 [ 3 ] {} <Trace> HTTP-Session: 5a074753-4fb7-41ff-94ab-50fd761ac247 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7873 | 2024.08.14 22:35:17.852680 [ 3 ] {5eb2c420-f4e9-4509-b8d2-05adc45f462e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7874 | 2024.08.14 22:35:17.852727 [ 3 ] {5eb2c420-f4e9-4509-b8d2-05adc45f462e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7875 | 2024.08.14 22:35:17.852878 [ 3 ] {5eb2c420-f4e9-4509-b8d2-05adc45f462e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7876 | 2024.08.14 22:35:17.853433 [ 3 ] {5eb2c420-f4e9-4509-b8d2-05adc45f462e} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7877 | 2024.08.14 22:35:17.853472 [ 3 ] {5eb2c420-f4e9-4509-b8d2-05adc45f462e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7878 | 2024.08.14 22:35:17.853807 [ 3 ] {5eb2c420-f4e9-4509-b8d2-05adc45f462e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7879 | 2024.08.14 22:35:17.854117 [ 3 ] {5eb2c420-f4e9-4509-b8d2-05adc45f462e} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7880 | 2024.08.14 22:35:17.854291 [ 3 ] {5eb2c420-f4e9-4509-b8d2-05adc45f462e} <Debug> executeQuery: Read 393 rows, 28.36 KiB in 0.00172 sec., 228488.37209302327 rows/sec., 16.10 MiB/sec. | ||
7881 | 2024.08.14 22:35:17.854525 [ 3 ] {5eb2c420-f4e9-4509-b8d2-05adc45f462e} <Debug> DynamicQueryHandler: Done processing query | ||
7882 | 2024.08.14 22:35:17.854558 [ 3 ] {5eb2c420-f4e9-4509-b8d2-05adc45f462e} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
7883 | 2024.08.14 22:35:17.854575 [ 3 ] {} <Debug> HTTP-Session: 5a074753-4fb7-41ff-94ab-50fd761ac247 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7884 | 2024.08.14 22:35:17.854744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7885 | 2024.08.14 22:35:17.854794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7886 | 2024.08.14 22:35:17.854815 [ 3 ] {} <Debug> HTTP-Session: c7693819-bedb-412e-bd22-73a96d3048f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7887 | 2024.08.14 22:35:17.854860 [ 3 ] {} <Debug> HTTP-Session: c7693819-bedb-412e-bd22-73a96d3048f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7888 | 2024.08.14 22:35:17.854874 [ 3 ] {} <Debug> HTTP-Session: c7693819-bedb-412e-bd22-73a96d3048f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7889 | 2024.08.14 22:35:17.854908 [ 3 ] {} <Trace> HTTP-Session: c7693819-bedb-412e-bd22-73a96d3048f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7890 | 2024.08.14 22:35:17.855015 [ 3 ] {4cb7622d-ba47-43bc-a650-bf80b1467c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7891 | 2024.08.14 22:35:17.855062 [ 3 ] {4cb7622d-ba47-43bc-a650-bf80b1467c1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7892 | 2024.08.14 22:35:17.855198 [ 3 ] {4cb7622d-ba47-43bc-a650-bf80b1467c1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7893 | 2024.08.14 22:35:17.855472 [ 3 ] {4cb7622d-ba47-43bc-a650-bf80b1467c1d} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7894 | 2024.08.14 22:35:17.855509 [ 3 ] {4cb7622d-ba47-43bc-a650-bf80b1467c1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7895 | 2024.08.14 22:35:17.855872 [ 3 ] {4cb7622d-ba47-43bc-a650-bf80b1467c1d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7896 | 2024.08.14 22:35:17.856204 [ 3 ] {4cb7622d-ba47-43bc-a650-bf80b1467c1d} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7897 | 2024.08.14 22:35:17.856383 [ 3 ] {4cb7622d-ba47-43bc-a650-bf80b1467c1d} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001395 sec., 4301.075268817204 rows/sec., 184.81 KiB/sec. | ||
7898 | 2024.08.14 22:35:17.856541 [ 3 ] {4cb7622d-ba47-43bc-a650-bf80b1467c1d} <Debug> DynamicQueryHandler: Done processing query | ||
7899 | 2024.08.14 22:35:17.856566 [ 3 ] {4cb7622d-ba47-43bc-a650-bf80b1467c1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7900 | 2024.08.14 22:35:17.856581 [ 3 ] {} <Debug> HTTP-Session: c7693819-bedb-412e-bd22-73a96d3048f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7901 | 2024.08.14 22:35:17.856711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7902 | 2024.08.14 22:35:17.856758 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7903 | 2024.08.14 22:35:17.856778 [ 3 ] {} <Debug> HTTP-Session: 470aae7c-17e7-4147-855a-69aaafa6513b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7904 | 2024.08.14 22:35:17.856794 [ 3 ] {} <Debug> HTTP-Session: 470aae7c-17e7-4147-855a-69aaafa6513b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7905 | 2024.08.14 22:35:17.856807 [ 3 ] {} <Debug> HTTP-Session: 470aae7c-17e7-4147-855a-69aaafa6513b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7906 | 2024.08.14 22:35:17.856837 [ 3 ] {} <Trace> HTTP-Session: 470aae7c-17e7-4147-855a-69aaafa6513b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7907 | 2024.08.14 22:35:17.856954 [ 3 ] {0fe9d0f2-971c-4843-be91-12f05bda7254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
7908 | 2024.08.14 22:35:17.857002 [ 3 ] {0fe9d0f2-971c-4843-be91-12f05bda7254} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
7909 | 2024.08.14 22:35:17.857144 [ 3 ] {0fe9d0f2-971c-4843-be91-12f05bda7254} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7910 | 2024.08.14 22:35:17.857485 [ 3 ] {0fe9d0f2-971c-4843-be91-12f05bda7254} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7911 | 2024.08.14 22:35:17.857522 [ 3 ] {0fe9d0f2-971c-4843-be91-12f05bda7254} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7912 | 2024.08.14 22:35:17.857881 [ 3 ] {0fe9d0f2-971c-4843-be91-12f05bda7254} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7913 | 2024.08.14 22:35:17.858397 [ 3 ] {0fe9d0f2-971c-4843-be91-12f05bda7254} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7914 | 2024.08.14 22:35:17.858551 [ 3 ] {0fe9d0f2-971c-4843-be91-12f05bda7254} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001637 sec., 47037.26328649969 rows/sec., 2.90 MiB/sec. | ||
7915 | 2024.08.14 22:35:17.858718 [ 3 ] {0fe9d0f2-971c-4843-be91-12f05bda7254} <Debug> DynamicQueryHandler: Done processing query | ||
7916 | 2024.08.14 22:35:17.858743 [ 3 ] {0fe9d0f2-971c-4843-be91-12f05bda7254} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7917 | 2024.08.14 22:35:17.858758 [ 3 ] {} <Debug> HTTP-Session: 470aae7c-17e7-4147-855a-69aaafa6513b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7918 | 2024.08.14 22:35:17.858924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7919 | 2024.08.14 22:35:17.858972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7920 | 2024.08.14 22:35:17.858992 [ 3 ] {} <Debug> HTTP-Session: 5c0f3cad-32c2-4051-bf1b-cbc138a64847 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7921 | 2024.08.14 22:35:17.859008 [ 3 ] {} <Debug> HTTP-Session: 5c0f3cad-32c2-4051-bf1b-cbc138a64847 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7922 | 2024.08.14 22:35:17.859022 [ 3 ] {} <Debug> HTTP-Session: 5c0f3cad-32c2-4051-bf1b-cbc138a64847 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7923 | 2024.08.14 22:35:17.859052 [ 3 ] {} <Trace> HTTP-Session: 5c0f3cad-32c2-4051-bf1b-cbc138a64847 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7924 | 2024.08.14 22:35:17.859211 [ 3 ] {358a3746-4caa-40f2-9bfa-4ac25745a30b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7925 | 2024.08.14 22:35:17.859256 [ 3 ] {358a3746-4caa-40f2-9bfa-4ac25745a30b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7926 | 2024.08.14 22:35:17.859398 [ 3 ] {358a3746-4caa-40f2-9bfa-4ac25745a30b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7927 | 2024.08.14 22:35:17.859791 [ 3 ] {358a3746-4caa-40f2-9bfa-4ac25745a30b} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7928 | 2024.08.14 22:35:17.859827 [ 3 ] {358a3746-4caa-40f2-9bfa-4ac25745a30b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7929 | 2024.08.14 22:35:17.860205 [ 3 ] {358a3746-4caa-40f2-9bfa-4ac25745a30b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7930 | 2024.08.14 22:35:17.860539 [ 3 ] {358a3746-4caa-40f2-9bfa-4ac25745a30b} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7931 | 2024.08.14 22:35:17.860701 [ 3 ] {358a3746-4caa-40f2-9bfa-4ac25745a30b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001561 sec., 102498.39846252401 rows/sec., 7.14 MiB/sec. | ||
7932 | 2024.08.14 22:35:17.860887 [ 3 ] {358a3746-4caa-40f2-9bfa-4ac25745a30b} <Debug> DynamicQueryHandler: Done processing query | ||
7933 | 2024.08.14 22:35:17.860914 [ 3 ] {358a3746-4caa-40f2-9bfa-4ac25745a30b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7934 | 2024.08.14 22:35:17.860929 [ 3 ] {} <Debug> HTTP-Session: 5c0f3cad-32c2-4051-bf1b-cbc138a64847 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7935 | 2024.08.14 22:35:17.861053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7936 | 2024.08.14 22:35:17.861100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7937 | 2024.08.14 22:35:17.861119 [ 3 ] {} <Debug> HTTP-Session: 677bce27-2071-4dcc-863a-87dd27d2c97c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7938 | 2024.08.14 22:35:17.861135 [ 3 ] {} <Debug> HTTP-Session: 677bce27-2071-4dcc-863a-87dd27d2c97c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7939 | 2024.08.14 22:35:17.861149 [ 3 ] {} <Debug> HTTP-Session: 677bce27-2071-4dcc-863a-87dd27d2c97c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7940 | 2024.08.14 22:35:17.861179 [ 3 ] {} <Trace> HTTP-Session: 677bce27-2071-4dcc-863a-87dd27d2c97c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7941 | 2024.08.14 22:35:17.861350 [ 3 ] {5e698342-5d9e-4551-bb27-c677533a8e74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7942 | 2024.08.14 22:35:17.861411 [ 3 ] {5e698342-5d9e-4551-bb27-c677533a8e74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
7943 | 2024.08.14 22:35:17.861813 [ 3 ] {5e698342-5d9e-4551-bb27-c677533a8e74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7944 | 2024.08.14 22:35:17.862327 [ 3 ] {5e698342-5d9e-4551-bb27-c677533a8e74} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7945 | 2024.08.14 22:35:17.862362 [ 3 ] {5e698342-5d9e-4551-bb27-c677533a8e74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7946 | 2024.08.14 22:35:17.862943 [ 3 ] {5e698342-5d9e-4551-bb27-c677533a8e74} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7947 | 2024.08.14 22:35:17.863350 [ 3 ] {5e698342-5d9e-4551-bb27-c677533a8e74} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7948 | 2024.08.14 22:35:17.863527 [ 3 ] {5e698342-5d9e-4551-bb27-c677533a8e74} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002274 sec., 4837.291116974494 rows/sec., 8.67 MiB/sec. | ||
7949 | 2024.08.14 22:35:17.863738 [ 3 ] {5e698342-5d9e-4551-bb27-c677533a8e74} <Debug> DynamicQueryHandler: Done processing query | ||
7950 | 2024.08.14 22:35:17.863762 [ 3 ] {5e698342-5d9e-4551-bb27-c677533a8e74} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
7951 | 2024.08.14 22:35:17.863778 [ 3 ] {} <Debug> HTTP-Session: 677bce27-2071-4dcc-863a-87dd27d2c97c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7952 | 2024.08.14 22:35:17.863883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7953 | 2024.08.14 22:35:17.863931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7954 | 2024.08.14 22:35:17.863951 [ 3 ] {} <Debug> HTTP-Session: f64b2d29-907d-4ad7-b4e8-051bc6cf2122 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7955 | 2024.08.14 22:35:17.863966 [ 3 ] {} <Debug> HTTP-Session: f64b2d29-907d-4ad7-b4e8-051bc6cf2122 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7956 | 2024.08.14 22:35:17.863980 [ 3 ] {} <Debug> HTTP-Session: f64b2d29-907d-4ad7-b4e8-051bc6cf2122 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7957 | 2024.08.14 22:35:17.864010 [ 3 ] {} <Trace> HTTP-Session: f64b2d29-907d-4ad7-b4e8-051bc6cf2122 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7958 | 2024.08.14 22:35:17.864109 [ 3 ] {7e8c56c1-8c51-4ae2-b253-561f9b193fcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
7959 | 2024.08.14 22:35:17.864152 [ 3 ] {7e8c56c1-8c51-4ae2-b253-561f9b193fcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
7960 | 2024.08.14 22:35:17.864432 [ 3 ] {7e8c56c1-8c51-4ae2-b253-561f9b193fcc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7961 | 2024.08.14 22:35:17.864695 [ 3 ] {7e8c56c1-8c51-4ae2-b253-561f9b193fcc} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7962 | 2024.08.14 22:35:17.864731 [ 3 ] {7e8c56c1-8c51-4ae2-b253-561f9b193fcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7963 | 2024.08.14 22:35:17.865079 [ 3 ] {7e8c56c1-8c51-4ae2-b253-561f9b193fcc} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7964 | 2024.08.14 22:35:17.865408 [ 3 ] {7e8c56c1-8c51-4ae2-b253-561f9b193fcc} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7965 | 2024.08.14 22:35:17.865568 [ 3 ] {7e8c56c1-8c51-4ae2-b253-561f9b193fcc} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001486 sec., 15477.792732166892 rows/sec., 837.24 KiB/sec. | ||
7966 | 2024.08.14 22:35:17.865720 [ 3 ] {7e8c56c1-8c51-4ae2-b253-561f9b193fcc} <Debug> DynamicQueryHandler: Done processing query | ||
7967 | 2024.08.14 22:35:17.865745 [ 3 ] {7e8c56c1-8c51-4ae2-b253-561f9b193fcc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7968 | 2024.08.14 22:35:17.865761 [ 3 ] {} <Debug> HTTP-Session: f64b2d29-907d-4ad7-b4e8-051bc6cf2122 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7969 | 2024.08.14 22:35:17.865870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7970 | 2024.08.14 22:35:17.865916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7971 | 2024.08.14 22:35:17.865936 [ 3 ] {} <Debug> HTTP-Session: 0d7c3bcb-a49d-4659-9a0c-b692cc527617 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7972 | 2024.08.14 22:35:17.865952 [ 3 ] {} <Debug> HTTP-Session: 0d7c3bcb-a49d-4659-9a0c-b692cc527617 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7973 | 2024.08.14 22:35:17.865965 [ 3 ] {} <Debug> HTTP-Session: 0d7c3bcb-a49d-4659-9a0c-b692cc527617 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7974 | 2024.08.14 22:35:17.865995 [ 3 ] {} <Trace> HTTP-Session: 0d7c3bcb-a49d-4659-9a0c-b692cc527617 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7975 | 2024.08.14 22:35:17.866104 [ 3 ] {9cc9e595-05e2-499d-9810-9524792deabf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7976 | 2024.08.14 22:35:17.866146 [ 3 ] {9cc9e595-05e2-499d-9810-9524792deabf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7977 | 2024.08.14 22:35:17.866273 [ 3 ] {9cc9e595-05e2-499d-9810-9524792deabf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7978 | 2024.08.14 22:35:17.866627 [ 3 ] {9cc9e595-05e2-499d-9810-9524792deabf} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7979 | 2024.08.14 22:35:17.866664 [ 3 ] {9cc9e595-05e2-499d-9810-9524792deabf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7980 | 2024.08.14 22:35:17.867014 [ 3 ] {9cc9e595-05e2-499d-9810-9524792deabf} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7981 | 2024.08.14 22:35:17.867321 [ 3 ] {9cc9e595-05e2-499d-9810-9524792deabf} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7982 | 2024.08.14 22:35:17.867471 [ 3 ] {9cc9e595-05e2-499d-9810-9524792deabf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001417 sec., 42342.97812279464 rows/sec., 2.85 MiB/sec. | ||
7983 | 2024.08.14 22:35:17.867624 [ 3 ] {9cc9e595-05e2-499d-9810-9524792deabf} <Debug> DynamicQueryHandler: Done processing query | ||
7984 | 2024.08.14 22:35:17.867647 [ 3 ] {9cc9e595-05e2-499d-9810-9524792deabf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7985 | 2024.08.14 22:35:17.867662 [ 3 ] {} <Debug> HTTP-Session: 0d7c3bcb-a49d-4659-9a0c-b692cc527617 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7986 | 2024.08.14 22:35:22.843901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7987 | 2024.08.14 22:35:22.844044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7988 | 2024.08.14 22:35:22.844075 [ 3 ] {} <Debug> HTTP-Session: 04b6237d-f7ab-44e8-948f-7f9d29dba83a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
7989 | 2024.08.14 22:35:22.844102 [ 3 ] {} <Debug> HTTP-Session: 04b6237d-f7ab-44e8-948f-7f9d29dba83a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7990 | 2024.08.14 22:35:22.844120 [ 3 ] {} <Debug> HTTP-Session: 04b6237d-f7ab-44e8-948f-7f9d29dba83a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7991 | 2024.08.14 22:35:22.844174 [ 3 ] {} <Trace> HTTP-Session: 04b6237d-f7ab-44e8-948f-7f9d29dba83a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7992 | 2024.08.14 22:35:22.844379 [ 3 ] {02fc4452-f021-4975-a29b-7010e180436c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7993 | 2024.08.14 22:35:22.844444 [ 3 ] {02fc4452-f021-4975-a29b-7010e180436c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7994 | 2024.08.14 22:35:22.844628 [ 3 ] {02fc4452-f021-4975-a29b-7010e180436c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7995 | 2024.08.14 22:35:22.845057 [ 3 ] {02fc4452-f021-4975-a29b-7010e180436c} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7996 | 2024.08.14 22:35:22.845104 [ 3 ] {02fc4452-f021-4975-a29b-7010e180436c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
7997 | 2024.08.14 22:35:22.845466 [ 3 ] {02fc4452-f021-4975-a29b-7010e180436c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7998 | 2024.08.14 22:35:22.845801 [ 3 ] {02fc4452-f021-4975-a29b-7010e180436c} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7999 | 2024.08.14 22:35:22.845953 [ 3 ] {02fc4452-f021-4975-a29b-7010e180436c} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001631 sec., 12875.536480686695 rows/sec., 1.02 MiB/sec. | ||
8000 | 2024.08.14 22:35:22.846188 [ 3 ] {02fc4452-f021-4975-a29b-7010e180436c} <Debug> DynamicQueryHandler: Done processing query | ||
8001 | 2024.08.14 22:35:22.846217 [ 3 ] {02fc4452-f021-4975-a29b-7010e180436c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8002 | 2024.08.14 22:35:22.846234 [ 3 ] {} <Debug> HTTP-Session: 04b6237d-f7ab-44e8-948f-7f9d29dba83a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8003 | 2024.08.14 22:35:22.846378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8004 | 2024.08.14 22:35:22.846430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8005 | 2024.08.14 22:35:22.846451 [ 3 ] {} <Debug> HTTP-Session: fd0617a2-9ba7-44a1-896d-bca722201050 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8006 | 2024.08.14 22:35:22.846469 [ 3 ] {} <Debug> HTTP-Session: fd0617a2-9ba7-44a1-896d-bca722201050 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8007 | 2024.08.14 22:35:22.846482 [ 3 ] {} <Debug> HTTP-Session: fd0617a2-9ba7-44a1-896d-bca722201050 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8008 | 2024.08.14 22:35:22.846518 [ 3 ] {} <Trace> HTTP-Session: fd0617a2-9ba7-44a1-896d-bca722201050 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8009 | 2024.08.14 22:35:22.846651 [ 3 ] {ec2671e7-3c2e-4b57-9ddf-4240f272d7ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8010 | 2024.08.14 22:35:22.846697 [ 3 ] {ec2671e7-3c2e-4b57-9ddf-4240f272d7ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8011 | 2024.08.14 22:35:22.846835 [ 3 ] {ec2671e7-3c2e-4b57-9ddf-4240f272d7ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8012 | 2024.08.14 22:35:22.847265 [ 3 ] {ec2671e7-3c2e-4b57-9ddf-4240f272d7ba} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8013 | 2024.08.14 22:35:22.847304 [ 3 ] {ec2671e7-3c2e-4b57-9ddf-4240f272d7ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8014 | 2024.08.14 22:35:22.847628 [ 3 ] {ec2671e7-3c2e-4b57-9ddf-4240f272d7ba} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8015 | 2024.08.14 22:35:22.847955 [ 3 ] {ec2671e7-3c2e-4b57-9ddf-4240f272d7ba} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8016 | 2024.08.14 22:35:22.848119 [ 3 ] {ec2671e7-3c2e-4b57-9ddf-4240f272d7ba} <Debug> executeQuery: Read 119 rows, 10.08 KiB in 0.001511 sec., 78755.79086697551 rows/sec., 6.51 MiB/sec. | ||
8017 | 2024.08.14 22:35:22.848298 [ 3 ] {ec2671e7-3c2e-4b57-9ddf-4240f272d7ba} <Debug> DynamicQueryHandler: Done processing query | ||
8018 | 2024.08.14 22:35:22.848323 [ 3 ] {ec2671e7-3c2e-4b57-9ddf-4240f272d7ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8019 | 2024.08.14 22:35:22.848339 [ 3 ] {} <Debug> HTTP-Session: fd0617a2-9ba7-44a1-896d-bca722201050 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8020 | 2024.08.14 22:35:22.848458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8021 | 2024.08.14 22:35:22.848509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8022 | 2024.08.14 22:35:22.848529 [ 3 ] {} <Debug> HTTP-Session: ac63e73b-3680-4eff-b43a-267899cf5495 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8023 | 2024.08.14 22:35:22.848545 [ 3 ] {} <Debug> HTTP-Session: ac63e73b-3680-4eff-b43a-267899cf5495 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8024 | 2024.08.14 22:35:22.848559 [ 3 ] {} <Debug> HTTP-Session: ac63e73b-3680-4eff-b43a-267899cf5495 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8025 | 2024.08.14 22:35:22.848591 [ 3 ] {} <Trace> HTTP-Session: ac63e73b-3680-4eff-b43a-267899cf5495 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8026 | 2024.08.14 22:35:22.848711 [ 3 ] {f65b9d6c-1f25-4466-9831-e4bd01c01a82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8027 | 2024.08.14 22:35:22.848754 [ 3 ] {f65b9d6c-1f25-4466-9831-e4bd01c01a82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8028 | 2024.08.14 22:35:22.848883 [ 3 ] {f65b9d6c-1f25-4466-9831-e4bd01c01a82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8029 | 2024.08.14 22:35:22.849219 [ 3 ] {f65b9d6c-1f25-4466-9831-e4bd01c01a82} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8030 | 2024.08.14 22:35:22.849259 [ 3 ] {f65b9d6c-1f25-4466-9831-e4bd01c01a82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8031 | 2024.08.14 22:35:22.849567 [ 3 ] {f65b9d6c-1f25-4466-9831-e4bd01c01a82} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8032 | 2024.08.14 22:35:22.849867 [ 3 ] {f65b9d6c-1f25-4466-9831-e4bd01c01a82} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8033 | 2024.08.14 22:35:22.850019 [ 3 ] {f65b9d6c-1f25-4466-9831-e4bd01c01a82} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001343 sec., 63291.13924050633 rows/sec., 4.94 MiB/sec. | ||
8034 | 2024.08.14 22:35:22.850171 [ 3 ] {f65b9d6c-1f25-4466-9831-e4bd01c01a82} <Debug> DynamicQueryHandler: Done processing query | ||
8035 | 2024.08.14 22:35:22.850195 [ 3 ] {f65b9d6c-1f25-4466-9831-e4bd01c01a82} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8036 | 2024.08.14 22:35:22.850211 [ 3 ] {} <Debug> HTTP-Session: ac63e73b-3680-4eff-b43a-267899cf5495 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8037 | 2024.08.14 22:35:22.850355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8038 | 2024.08.14 22:35:22.850403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8039 | 2024.08.14 22:35:22.850423 [ 3 ] {} <Debug> HTTP-Session: ef403d5a-8c1c-4731-9b3e-630e149d2bed Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8040 | 2024.08.14 22:35:22.850440 [ 3 ] {} <Debug> HTTP-Session: ef403d5a-8c1c-4731-9b3e-630e149d2bed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8041 | 2024.08.14 22:35:22.850453 [ 3 ] {} <Debug> HTTP-Session: ef403d5a-8c1c-4731-9b3e-630e149d2bed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8042 | 2024.08.14 22:35:22.850483 [ 3 ] {} <Trace> HTTP-Session: ef403d5a-8c1c-4731-9b3e-630e149d2bed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8043 | 2024.08.14 22:35:22.850626 [ 3 ] {69ef1c63-9591-4619-b572-74b7846fae1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8044 | 2024.08.14 22:35:22.850673 [ 3 ] {69ef1c63-9591-4619-b572-74b7846fae1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8045 | 2024.08.14 22:35:22.850815 [ 3 ] {69ef1c63-9591-4619-b572-74b7846fae1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8046 | 2024.08.14 22:35:22.851183 [ 3 ] {69ef1c63-9591-4619-b572-74b7846fae1d} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8047 | 2024.08.14 22:35:22.851219 [ 3 ] {69ef1c63-9591-4619-b572-74b7846fae1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8048 | 2024.08.14 22:35:22.851605 [ 3 ] {69ef1c63-9591-4619-b572-74b7846fae1d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
8049 | 2024.08.14 22:35:22.851937 [ 3 ] {69ef1c63-9591-4619-b572-74b7846fae1d} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8050 | 2024.08.14 22:35:22.852097 [ 3 ] {69ef1c63-9591-4619-b572-74b7846fae1d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001533 sec., 104370.51532941943 rows/sec., 7.27 MiB/sec. | ||
8051 | 2024.08.14 22:35:22.852098 [ 59 ] {} <Debug> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
8052 | 2024.08.14 22:35:22.852213 [ 59 ] {} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8053 | 2024.08.14 22:35:22.852251 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8054 | 2024.08.14 22:35:22.852338 [ 3 ] {69ef1c63-9591-4619-b572-74b7846fae1d} <Debug> DynamicQueryHandler: Done processing query | ||
8055 | 2024.08.14 22:35:22.852406 [ 3 ] {69ef1c63-9591-4619-b572-74b7846fae1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8056 | 2024.08.14 22:35:22.852473 [ 3 ] {} <Debug> HTTP-Session: ef403d5a-8c1c-4731-9b3e-630e149d2bed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8057 | 2024.08.14 22:35:22.852561 [ 191 ] {d127de5d-82c0-4259-80d1-97db5b726b22::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 | ||
8058 | 2024.08.14 22:35:22.852683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33747, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8059 | 2024.08.14 22:35:22.852777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8060 | 2024.08.14 22:35:22.852833 [ 3 ] {} <Debug> HTTP-Session: c45cfd40-0554-461d-bda2-df457f8580e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8061 | 2024.08.14 22:35:22.852876 [ 3 ] {} <Debug> HTTP-Session: c45cfd40-0554-461d-bda2-df457f8580e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8062 | 2024.08.14 22:35:22.852925 [ 3 ] {} <Debug> HTTP-Session: c45cfd40-0554-461d-bda2-df457f8580e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8063 | 2024.08.14 22:35:22.853018 [ 3 ] {} <Trace> HTTP-Session: c45cfd40-0554-461d-bda2-df457f8580e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8064 | 2024.08.14 22:35:22.853112 [ 191 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8065 | 2024.08.14 22:35:22.853225 [ 191 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9667 rows starting from the beginning of the part | ||
8066 | 2024.08.14 22:35:22.853461 [ 191 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part | ||
8067 | 2024.08.14 22:35:22.853468 [ 3 ] {71c03c82-2c14-46aa-8c26-4bef78a4cee9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8068 | 2024.08.14 22:35:22.853844 [ 3 ] {71c03c82-2c14-46aa-8c26-4bef78a4cee9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
8069 | 2024.08.14 22:35:22.853853 [ 191 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 844 rows starting from the beginning of the part | ||
8070 | 2024.08.14 22:35:22.854247 [ 191 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
8071 | 2024.08.14 22:35:22.854526 [ 191 ] {d127de5d-82c0-4259-80d1-97db5b726b22::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 | ||
8072 | 2024.08.14 22:35:22.854849 [ 191 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part | ||
8073 | 2024.08.14 22:35:22.856588 [ 3 ] {71c03c82-2c14-46aa-8c26-4bef78a4cee9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8074 | 2024.08.14 22:35:22.857959 [ 3 ] {71c03c82-2c14-46aa-8c26-4bef78a4cee9} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8075 | 2024.08.14 22:35:22.858031 [ 3 ] {71c03c82-2c14-46aa-8c26-4bef78a4cee9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8076 | 2024.08.14 22:35:22.859565 [ 3 ] {71c03c82-2c14-46aa-8c26-4bef78a4cee9} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
8077 | 2024.08.14 22:35:22.860445 [ 3 ] {71c03c82-2c14-46aa-8c26-4bef78a4cee9} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8078 | 2024.08.14 22:35:22.860681 [ 3 ] {71c03c82-2c14-46aa-8c26-4bef78a4cee9} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.007501 sec., 2799.626716437808 rows/sec., 5.02 MiB/sec. | ||
8079 | 2024.08.14 22:35:22.860943 [ 3 ] {71c03c82-2c14-46aa-8c26-4bef78a4cee9} <Debug> DynamicQueryHandler: Done processing query | ||
8080 | 2024.08.14 22:35:22.860970 [ 3 ] {71c03c82-2c14-46aa-8c26-4bef78a4cee9} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
8081 | 2024.08.14 22:35:22.860996 [ 3 ] {} <Debug> HTTP-Session: c45cfd40-0554-461d-bda2-df457f8580e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8082 | 2024.08.14 22:35:22.861134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8083 | 2024.08.14 22:35:22.861184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8084 | 2024.08.14 22:35:22.861204 [ 3 ] {} <Debug> HTTP-Session: 44011e4b-6b07-4ca4-a9c4-11a240378057 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8085 | 2024.08.14 22:35:22.861221 [ 3 ] {} <Debug> HTTP-Session: 44011e4b-6b07-4ca4-a9c4-11a240378057 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8086 | 2024.08.14 22:35:22.861236 [ 3 ] {} <Debug> HTTP-Session: 44011e4b-6b07-4ca4-a9c4-11a240378057 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8087 | 2024.08.14 22:35:22.861268 [ 3 ] {} <Trace> HTTP-Session: 44011e4b-6b07-4ca4-a9c4-11a240378057 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8088 | 2024.08.14 22:35:22.861432 [ 3 ] {1d85f24a-d04b-4ecc-9f1d-1f6f828c628a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8089 | 2024.08.14 22:35:22.861478 [ 3 ] {1d85f24a-d04b-4ecc-9f1d-1f6f828c628a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8090 | 2024.08.14 22:35:22.862058 [ 3 ] {1d85f24a-d04b-4ecc-9f1d-1f6f828c628a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8091 | 2024.08.14 22:35:22.862186 [ 191 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11151 rows, containing 5 columns (5 merged, 0 gathered) in 0.009849603 sec., 1132126.8481582454 rows/sec., 77.07 MiB/sec. | ||
8092 | 2024.08.14 22:35:22.862543 [ 3 ] {1d85f24a-d04b-4ecc-9f1d-1f6f828c628a} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8093 | 2024.08.14 22:35:22.862586 [ 3 ] {1d85f24a-d04b-4ecc-9f1d-1f6f828c628a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8094 | 2024.08.14 22:35:22.862676 [ 201 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
8095 | 2024.08.14 22:35:22.863639 [ 3 ] {1d85f24a-d04b-4ecc-9f1d-1f6f828c628a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
8096 | 2024.08.14 22:35:22.863828 [ 201 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8097 | 2024.08.14 22:35:22.864113 [ 201 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
8098 | 2024.08.14 22:35:22.864292 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB. | ||
8099 | 2024.08.14 22:35:22.864466 [ 3 ] {1d85f24a-d04b-4ecc-9f1d-1f6f828c628a} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8100 | 2024.08.14 22:35:22.864664 [ 59 ] {} <Debug> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
8101 | 2024.08.14 22:35:22.864681 [ 3 ] {1d85f24a-d04b-4ecc-9f1d-1f6f828c628a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003315 sec., 18099.54751131222 rows/sec., 1.22 MiB/sec. | ||
8102 | 2024.08.14 22:35:22.864724 [ 59 ] {} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8103 | 2024.08.14 22:35:22.864791 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8104 | 2024.08.14 22:35:22.865013 [ 199 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
8105 | 2024.08.14 22:35:22.865073 [ 3 ] {1d85f24a-d04b-4ecc-9f1d-1f6f828c628a} <Debug> DynamicQueryHandler: Done processing query | ||
8106 | 2024.08.14 22:35:22.865126 [ 3 ] {1d85f24a-d04b-4ecc-9f1d-1f6f828c628a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8107 | 2024.08.14 22:35:22.865181 [ 3 ] {} <Debug> HTTP-Session: 44011e4b-6b07-4ca4-a9c4-11a240378057 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8108 | 2024.08.14 22:35:22.865252 [ 199 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8109 | 2024.08.14 22:35:22.865295 [ 199 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1606 rows starting from the beginning of the part | ||
8110 | 2024.08.14 22:35:22.865391 [ 199 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
8111 | 2024.08.14 22:35:22.865584 [ 199 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
8112 | 2024.08.14 22:35:22.865755 [ 199 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
8113 | 2024.08.14 22:35:22.865866 [ 199 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
8114 | 2024.08.14 22:35:22.866085 [ 199 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
8115 | 2024.08.14 22:35:22.867385 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1906 rows, containing 4 columns (4 merged, 0 gathered) in 0.002477516 sec., 769318.946880666 rows/sec., 51.76 MiB/sec. | ||
8116 | 2024.08.14 22:35:22.867705 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
8117 | 2024.08.14 22:35:22.868208 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_36_7} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8118 | 2024.08.14 22:35:22.868312 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_36_7} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
8119 | 2024.08.14 22:35:22.868414 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
8120 | 2024.08.14 22:35:26.084640 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8121 | 2024.08.14 22:35:26.084711 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8122 | 2024.08.14 22:35:27.001257 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000871453 sec. | ||
8123 | 2024.08.14 22:35:27.847701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8124 | 2024.08.14 22:35:27.847828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8125 | 2024.08.14 22:35:27.847857 [ 3 ] {} <Debug> HTTP-Session: 9a92728c-3a96-4341-a4e6-de05757e7949 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8126 | 2024.08.14 22:35:27.847884 [ 3 ] {} <Debug> HTTP-Session: 9a92728c-3a96-4341-a4e6-de05757e7949 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8127 | 2024.08.14 22:35:27.847902 [ 3 ] {} <Debug> HTTP-Session: 9a92728c-3a96-4341-a4e6-de05757e7949 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8128 | 2024.08.14 22:35:27.847956 [ 3 ] {} <Trace> HTTP-Session: 9a92728c-3a96-4341-a4e6-de05757e7949 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8129 | 2024.08.14 22:35:27.848163 [ 3 ] {e7c6709b-8f7e-4463-9270-05074de56b39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8130 | 2024.08.14 22:35:27.848234 [ 3 ] {e7c6709b-8f7e-4463-9270-05074de56b39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8131 | 2024.08.14 22:35:27.848451 [ 3 ] {e7c6709b-8f7e-4463-9270-05074de56b39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8132 | 2024.08.14 22:35:27.848865 [ 3 ] {e7c6709b-8f7e-4463-9270-05074de56b39} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8133 | 2024.08.14 22:35:27.848908 [ 3 ] {e7c6709b-8f7e-4463-9270-05074de56b39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8134 | 2024.08.14 22:35:27.849258 [ 3 ] {e7c6709b-8f7e-4463-9270-05074de56b39} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8135 | 2024.08.14 22:35:27.849585 [ 3 ] {e7c6709b-8f7e-4463-9270-05074de56b39} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8136 | 2024.08.14 22:35:27.849745 [ 3 ] {e7c6709b-8f7e-4463-9270-05074de56b39} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001642 sec., 10353.227771010963 rows/sec., 749.97 KiB/sec. | ||
8137 | 2024.08.14 22:35:27.849938 [ 3 ] {e7c6709b-8f7e-4463-9270-05074de56b39} <Debug> DynamicQueryHandler: Done processing query | ||
8138 | 2024.08.14 22:35:27.849963 [ 3 ] {e7c6709b-8f7e-4463-9270-05074de56b39} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8139 | 2024.08.14 22:35:27.849980 [ 3 ] {} <Debug> HTTP-Session: 9a92728c-3a96-4341-a4e6-de05757e7949 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8140 | 2024.08.14 22:35:27.850108 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8141 | 2024.08.14 22:35:27.850156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8142 | 2024.08.14 22:35:27.850175 [ 3 ] {} <Debug> HTTP-Session: a64fd79a-b86d-4af2-adc6-20f7b73b893c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8143 | 2024.08.14 22:35:27.850191 [ 3 ] {} <Debug> HTTP-Session: a64fd79a-b86d-4af2-adc6-20f7b73b893c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8144 | 2024.08.14 22:35:27.850205 [ 3 ] {} <Debug> HTTP-Session: a64fd79a-b86d-4af2-adc6-20f7b73b893c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8145 | 2024.08.14 22:35:27.850236 [ 3 ] {} <Trace> HTTP-Session: a64fd79a-b86d-4af2-adc6-20f7b73b893c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8146 | 2024.08.14 22:35:27.850330 [ 3 ] {22109968-0559-478a-82c5-5009809efc40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8147 | 2024.08.14 22:35:27.850372 [ 3 ] {22109968-0559-478a-82c5-5009809efc40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8148 | 2024.08.14 22:35:27.850499 [ 3 ] {22109968-0559-478a-82c5-5009809efc40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8149 | 2024.08.14 22:35:27.850843 [ 3 ] {22109968-0559-478a-82c5-5009809efc40} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8150 | 2024.08.14 22:35:27.850881 [ 3 ] {22109968-0559-478a-82c5-5009809efc40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8151 | 2024.08.14 22:35:27.851179 [ 3 ] {22109968-0559-478a-82c5-5009809efc40} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
8152 | 2024.08.14 22:35:27.851480 [ 3 ] {22109968-0559-478a-82c5-5009809efc40} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8153 | 2024.08.14 22:35:27.851632 [ 3 ] {22109968-0559-478a-82c5-5009809efc40} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00132 sec., 1515.1515151515152 rows/sec., 123.55 KiB/sec. | ||
8154 | 2024.08.14 22:35:27.851965 [ 3 ] {22109968-0559-478a-82c5-5009809efc40} <Debug> DynamicQueryHandler: Done processing query | ||
8155 | 2024.08.14 22:35:27.851990 [ 3 ] {22109968-0559-478a-82c5-5009809efc40} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8156 | 2024.08.14 22:35:27.852006 [ 3 ] {} <Debug> HTTP-Session: a64fd79a-b86d-4af2-adc6-20f7b73b893c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8157 | 2024.08.14 22:35:27.852197 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 29477, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8158 | 2024.08.14 22:35:27.852247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8159 | 2024.08.14 22:35:27.852266 [ 3 ] {} <Debug> HTTP-Session: c31928fa-580d-4aca-a012-982888be62dd Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8160 | 2024.08.14 22:35:27.852282 [ 3 ] {} <Debug> HTTP-Session: c31928fa-580d-4aca-a012-982888be62dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8161 | 2024.08.14 22:35:27.852295 [ 3 ] {} <Debug> HTTP-Session: c31928fa-580d-4aca-a012-982888be62dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8162 | 2024.08.14 22:35:27.852325 [ 3 ] {} <Trace> HTTP-Session: c31928fa-580d-4aca-a012-982888be62dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8163 | 2024.08.14 22:35:27.852489 [ 3 ] {761c4637-2d1f-4ad9-815c-0973b0eab628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8164 | 2024.08.14 22:35:27.852532 [ 3 ] {761c4637-2d1f-4ad9-815c-0973b0eab628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8165 | 2024.08.14 22:35:27.852676 [ 3 ] {761c4637-2d1f-4ad9-815c-0973b0eab628} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8166 | 2024.08.14 22:35:27.853090 [ 3 ] {761c4637-2d1f-4ad9-815c-0973b0eab628} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8167 | 2024.08.14 22:35:27.853127 [ 3 ] {761c4637-2d1f-4ad9-815c-0973b0eab628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8168 | 2024.08.14 22:35:27.853449 [ 3 ] {761c4637-2d1f-4ad9-815c-0973b0eab628} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8169 | 2024.08.14 22:35:27.853760 [ 3 ] {761c4637-2d1f-4ad9-815c-0973b0eab628} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8170 | 2024.08.14 22:35:27.853916 [ 3 ] {761c4637-2d1f-4ad9-815c-0973b0eab628} <Debug> executeQuery: Read 195 rows, 17.62 KiB in 0.001492 sec., 130697.0509383378 rows/sec., 11.53 MiB/sec. | ||
8171 | 2024.08.14 22:35:27.853928 [ 55 ] {} <Debug> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8172 | 2024.08.14 22:35:27.854049 [ 55 ] {} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8173 | 2024.08.14 22:35:27.854084 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8174 | 2024.08.14 22:35:27.854144 [ 3 ] {761c4637-2d1f-4ad9-815c-0973b0eab628} <Debug> DynamicQueryHandler: Done processing query | ||
8175 | 2024.08.14 22:35:27.854200 [ 3 ] {761c4637-2d1f-4ad9-815c-0973b0eab628} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
8176 | 2024.08.14 22:35:27.854262 [ 3 ] {} <Debug> HTTP-Session: c31928fa-580d-4aca-a012-982888be62dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8177 | 2024.08.14 22:35:27.854329 [ 199 ] {99dad827-b692-4668-b096-a1f8f01ac229::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 | ||
8178 | 2024.08.14 22:35:27.854518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8179 | 2024.08.14 22:35:27.854540 [ 199 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8180 | 2024.08.14 22:35:27.854607 [ 199 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1406 rows starting from the beginning of the part | ||
8181 | 2024.08.14 22:35:27.854609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8182 | 2024.08.14 22:35:27.854662 [ 3 ] {} <Debug> HTTP-Session: 72491515-5a8c-4800-8811-0419b09f9195 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8183 | 2024.08.14 22:35:27.854705 [ 3 ] {} <Debug> HTTP-Session: 72491515-5a8c-4800-8811-0419b09f9195 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8184 | 2024.08.14 22:35:27.854821 [ 3 ] {} <Debug> HTTP-Session: 72491515-5a8c-4800-8811-0419b09f9195 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8185 | 2024.08.14 22:35:27.854837 [ 199 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1334 rows starting from the beginning of the part | ||
8186 | 2024.08.14 22:35:27.854951 [ 3 ] {} <Trace> HTTP-Session: 72491515-5a8c-4800-8811-0419b09f9195 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8187 | 2024.08.14 22:35:27.855118 [ 199 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 119 rows starting from the beginning of the part | ||
8188 | 2024.08.14 22:35:27.855260 [ 3 ] {ac3788a0-fe15-496f-aaa7-4bffefe39c92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8189 | 2024.08.14 22:35:27.855399 [ 199 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 194 rows starting from the beginning of the part | ||
8190 | 2024.08.14 22:35:27.855485 [ 3 ] {ac3788a0-fe15-496f-aaa7-4bffefe39c92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8191 | 2024.08.14 22:35:27.855687 [ 199 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 119 rows starting from the beginning of the part | ||
8192 | 2024.08.14 22:35:27.855970 [ 199 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 195 rows starting from the beginning of the part | ||
8193 | 2024.08.14 22:35:27.856711 [ 3 ] {ac3788a0-fe15-496f-aaa7-4bffefe39c92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8194 | 2024.08.14 22:35:27.857405 [ 3 ] {ac3788a0-fe15-496f-aaa7-4bffefe39c92} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8195 | 2024.08.14 22:35:27.857460 [ 3 ] {ac3788a0-fe15-496f-aaa7-4bffefe39c92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8196 | 2024.08.14 22:35:27.858271 [ 3 ] {ac3788a0-fe15-496f-aaa7-4bffefe39c92} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
8197 | 2024.08.14 22:35:27.859010 [ 3 ] {ac3788a0-fe15-496f-aaa7-4bffefe39c92} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8198 | 2024.08.14 22:35:27.859196 [ 3 ] {ac3788a0-fe15-496f-aaa7-4bffefe39c92} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004034 sec., 495.7858205255329 rows/sec., 34.62 KiB/sec. | ||
8199 | 2024.08.14 22:35:27.859777 [ 3 ] {ac3788a0-fe15-496f-aaa7-4bffefe39c92} <Debug> DynamicQueryHandler: Done processing query | ||
8200 | 2024.08.14 22:35:27.859846 [ 3 ] {ac3788a0-fe15-496f-aaa7-4bffefe39c92} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8201 | 2024.08.14 22:35:27.859914 [ 3 ] {} <Debug> HTTP-Session: 72491515-5a8c-4800-8811-0419b09f9195 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8202 | 2024.08.14 22:35:27.860063 [ 199 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3367 rows, containing 4 columns (4 merged, 0 gathered) in 0.005889676 sec., 571678.3062429919 rows/sec., 48.06 MiB/sec. | ||
8203 | 2024.08.14 22:35:27.860174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 63753, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8204 | 2024.08.14 22:35:27.860241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8205 | 2024.08.14 22:35:27.860266 [ 3 ] {} <Debug> HTTP-Session: e037fcd1-43bd-42ff-bd6d-0d04c927b587 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8206 | 2024.08.14 22:35:27.860290 [ 3 ] {} <Debug> HTTP-Session: e037fcd1-43bd-42ff-bd6d-0d04c927b587 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8207 | 2024.08.14 22:35:27.860307 [ 195 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8208 | 2024.08.14 22:35:27.860318 [ 3 ] {} <Debug> HTTP-Session: e037fcd1-43bd-42ff-bd6d-0d04c927b587 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8209 | 2024.08.14 22:35:27.860425 [ 3 ] {} <Trace> HTTP-Session: e037fcd1-43bd-42ff-bd6d-0d04c927b587 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8210 | 2024.08.14 22:35:27.860811 [ 3 ] {25c70127-da6f-4fed-ad53-74947ebc1a94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8211 | 2024.08.14 22:35:27.860885 [ 3 ] {25c70127-da6f-4fed-ad53-74947ebc1a94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8212 | 2024.08.14 22:35:27.860960 [ 195 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_41_8} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8213 | 2024.08.14 22:35:27.861220 [ 195 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_41_8} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8214 | 2024.08.14 22:35:27.861281 [ 3 ] {25c70127-da6f-4fed-ad53-74947ebc1a94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8215 | 2024.08.14 22:35:27.861391 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
8216 | 2024.08.14 22:35:27.861953 [ 3 ] {25c70127-da6f-4fed-ad53-74947ebc1a94} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8217 | 2024.08.14 22:35:27.862002 [ 3 ] {25c70127-da6f-4fed-ad53-74947ebc1a94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8218 | 2024.08.14 22:35:27.862348 [ 3 ] {25c70127-da6f-4fed-ad53-74947ebc1a94} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8219 | 2024.08.14 22:35:27.862668 [ 3 ] {25c70127-da6f-4fed-ad53-74947ebc1a94} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8220 | 2024.08.14 22:35:27.862836 [ 3 ] {25c70127-da6f-4fed-ad53-74947ebc1a94} <Debug> executeQuery: Read 395 rows, 28.52 KiB in 0.00226 sec., 174778.76106194692 rows/sec., 12.32 MiB/sec. | ||
8221 | 2024.08.14 22:35:27.862847 [ 55 ] {} <Debug> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8222 | 2024.08.14 22:35:27.862935 [ 55 ] {} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8223 | 2024.08.14 22:35:27.862995 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8224 | 2024.08.14 22:35:27.863186 [ 3 ] {25c70127-da6f-4fed-ad53-74947ebc1a94} <Debug> DynamicQueryHandler: Done processing query | ||
8225 | 2024.08.14 22:35:27.863262 [ 189 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::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 | ||
8226 | 2024.08.14 22:35:27.863256 [ 3 ] {25c70127-da6f-4fed-ad53-74947ebc1a94} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
8227 | 2024.08.14 22:35:27.863399 [ 3 ] {} <Debug> HTTP-Session: e037fcd1-43bd-42ff-bd6d-0d04c927b587 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8228 | 2024.08.14 22:35:27.863587 [ 189 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8229 | 2024.08.14 22:35:27.863626 [ 189 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 904 rows starting from the beginning of the part | ||
8230 | 2024.08.14 22:35:27.863807 [ 189 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 849 rows starting from the beginning of the part | ||
8231 | 2024.08.14 22:35:27.863828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8232 | 2024.08.14 22:35:27.863997 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8233 | 2024.08.14 22:35:27.864024 [ 189 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 85 rows starting from the beginning of the part | ||
8234 | 2024.08.14 22:35:27.864079 [ 3 ] {} <Debug> HTTP-Session: a9cccf43-1238-4231-aa6d-14baf325715d Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8235 | 2024.08.14 22:35:27.864271 [ 3 ] {} <Debug> HTTP-Session: a9cccf43-1238-4231-aa6d-14baf325715d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8236 | 2024.08.14 22:35:27.864347 [ 189 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 393 rows starting from the beginning of the part | ||
8237 | 2024.08.14 22:35:27.864384 [ 3 ] {} <Debug> HTTP-Session: a9cccf43-1238-4231-aa6d-14baf325715d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8238 | 2024.08.14 22:35:27.864558 [ 189 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 85 rows starting from the beginning of the part | ||
8239 | 2024.08.14 22:35:27.864572 [ 3 ] {} <Trace> HTTP-Session: a9cccf43-1238-4231-aa6d-14baf325715d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8240 | 2024.08.14 22:35:27.864817 [ 189 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 395 rows starting from the beginning of the part | ||
8241 | 2024.08.14 22:35:27.865137 [ 3 ] {6aae78c5-0096-4d30-8a3e-825234ac4a2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8242 | 2024.08.14 22:35:27.865287 [ 3 ] {6aae78c5-0096-4d30-8a3e-825234ac4a2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8243 | 2024.08.14 22:35:27.865694 [ 3 ] {6aae78c5-0096-4d30-8a3e-825234ac4a2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8244 | 2024.08.14 22:35:27.866350 [ 3 ] {6aae78c5-0096-4d30-8a3e-825234ac4a2e} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8245 | 2024.08.14 22:35:27.866436 [ 3 ] {6aae78c5-0096-4d30-8a3e-825234ac4a2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8246 | 2024.08.14 22:35:27.867297 [ 3 ] {6aae78c5-0096-4d30-8a3e-825234ac4a2e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8247 | 2024.08.14 22:35:27.867888 [ 199 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2711 rows, containing 4 columns (4 merged, 0 gathered) in 0.00479723 sec., 565117.7867227546 rows/sec., 40.75 MiB/sec. | ||
8248 | 2024.08.14 22:35:27.867971 [ 3 ] {6aae78c5-0096-4d30-8a3e-825234ac4a2e} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8249 | 2024.08.14 22:35:27.868198 [ 199 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8250 | 2024.08.14 22:35:27.868279 [ 3 ] {6aae78c5-0096-4d30-8a3e-825234ac4a2e} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003358 sec., 1786.777843954735 rows/sec., 76.78 KiB/sec. | ||
8251 | 2024.08.14 22:35:27.868648 [ 3 ] {6aae78c5-0096-4d30-8a3e-825234ac4a2e} <Debug> DynamicQueryHandler: Done processing query | ||
8252 | 2024.08.14 22:35:27.868701 [ 3 ] {6aae78c5-0096-4d30-8a3e-825234ac4a2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8253 | 2024.08.14 22:35:27.868728 [ 3 ] {} <Debug> HTTP-Session: a9cccf43-1238-4231-aa6d-14baf325715d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8254 | 2024.08.14 22:35:27.868904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8255 | 2024.08.14 22:35:27.868914 [ 199 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_41_8} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8256 | 2024.08.14 22:35:27.869002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8257 | 2024.08.14 22:35:27.869052 [ 3 ] {} <Debug> HTTP-Session: f06450a4-a2f2-4381-a9c7-d63e772598b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8258 | 2024.08.14 22:35:27.869072 [ 3 ] {} <Debug> HTTP-Session: f06450a4-a2f2-4381-a9c7-d63e772598b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8259 | 2024.08.14 22:35:27.869087 [ 199 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_41_8} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8260 | 2024.08.14 22:35:27.869094 [ 3 ] {} <Debug> HTTP-Session: f06450a4-a2f2-4381-a9c7-d63e772598b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8261 | 2024.08.14 22:35:27.869176 [ 3 ] {} <Trace> HTTP-Session: f06450a4-a2f2-4381-a9c7-d63e772598b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8262 | 2024.08.14 22:35:27.869237 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
8263 | 2024.08.14 22:35:27.869388 [ 3 ] {1c405cd2-7aa9-4ce3-a812-58dbe640edc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
8264 | 2024.08.14 22:35:27.869441 [ 3 ] {1c405cd2-7aa9-4ce3-a812-58dbe640edc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
8265 | 2024.08.14 22:35:27.869610 [ 3 ] {1c405cd2-7aa9-4ce3-a812-58dbe640edc3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8266 | 2024.08.14 22:35:27.869948 [ 3 ] {1c405cd2-7aa9-4ce3-a812-58dbe640edc3} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8267 | 2024.08.14 22:35:27.869984 [ 3 ] {1c405cd2-7aa9-4ce3-a812-58dbe640edc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8268 | 2024.08.14 22:35:27.870354 [ 3 ] {1c405cd2-7aa9-4ce3-a812-58dbe640edc3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8269 | 2024.08.14 22:35:27.870694 [ 3 ] {1c405cd2-7aa9-4ce3-a812-58dbe640edc3} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8270 | 2024.08.14 22:35:27.870858 [ 3 ] {1c405cd2-7aa9-4ce3-a812-58dbe640edc3} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001535 sec., 50162.866449511406 rows/sec., 3.09 MiB/sec. | ||
8271 | 2024.08.14 22:35:27.871020 [ 3 ] {1c405cd2-7aa9-4ce3-a812-58dbe640edc3} <Debug> DynamicQueryHandler: Done processing query | ||
8272 | 2024.08.14 22:35:27.871044 [ 3 ] {1c405cd2-7aa9-4ce3-a812-58dbe640edc3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8273 | 2024.08.14 22:35:27.871061 [ 3 ] {} <Debug> HTTP-Session: f06450a4-a2f2-4381-a9c7-d63e772598b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8274 | 2024.08.14 22:35:27.871286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8275 | 2024.08.14 22:35:27.871334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8276 | 2024.08.14 22:35:27.871353 [ 3 ] {} <Debug> HTTP-Session: 927b1721-ec0d-4e9b-a03d-f85d1f777703 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8277 | 2024.08.14 22:35:27.871369 [ 3 ] {} <Debug> HTTP-Session: 927b1721-ec0d-4e9b-a03d-f85d1f777703 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8278 | 2024.08.14 22:35:27.871383 [ 3 ] {} <Debug> HTTP-Session: 927b1721-ec0d-4e9b-a03d-f85d1f777703 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8279 | 2024.08.14 22:35:27.871414 [ 3 ] {} <Trace> HTTP-Session: 927b1721-ec0d-4e9b-a03d-f85d1f777703 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8280 | 2024.08.14 22:35:27.871582 [ 3 ] {68795ee1-6013-4c4b-9a84-3abde9cda5fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8281 | 2024.08.14 22:35:27.871627 [ 3 ] {68795ee1-6013-4c4b-9a84-3abde9cda5fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8282 | 2024.08.14 22:35:27.871772 [ 3 ] {68795ee1-6013-4c4b-9a84-3abde9cda5fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8283 | 2024.08.14 22:35:27.872154 [ 3 ] {68795ee1-6013-4c4b-9a84-3abde9cda5fa} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8284 | 2024.08.14 22:35:27.872191 [ 3 ] {68795ee1-6013-4c4b-9a84-3abde9cda5fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8285 | 2024.08.14 22:35:27.872570 [ 3 ] {68795ee1-6013-4c4b-9a84-3abde9cda5fa} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
8286 | 2024.08.14 22:35:27.872913 [ 3 ] {68795ee1-6013-4c4b-9a84-3abde9cda5fa} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8287 | 2024.08.14 22:35:27.873064 [ 3 ] {68795ee1-6013-4c4b-9a84-3abde9cda5fa} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001562 sec., 103072.98335467349 rows/sec., 7.18 MiB/sec. | ||
8288 | 2024.08.14 22:35:27.873367 [ 3 ] {68795ee1-6013-4c4b-9a84-3abde9cda5fa} <Debug> DynamicQueryHandler: Done processing query | ||
8289 | 2024.08.14 22:35:27.873408 [ 3 ] {68795ee1-6013-4c4b-9a84-3abde9cda5fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8290 | 2024.08.14 22:35:27.873430 [ 3 ] {} <Debug> HTTP-Session: 927b1721-ec0d-4e9b-a03d-f85d1f777703 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8291 | 2024.08.14 22:35:27.873597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8292 | 2024.08.14 22:35:27.873646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8293 | 2024.08.14 22:35:27.873665 [ 3 ] {} <Debug> HTTP-Session: 07ad5354-4ab6-4340-bb24-b6a14ccdd4a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8294 | 2024.08.14 22:35:27.873682 [ 3 ] {} <Debug> HTTP-Session: 07ad5354-4ab6-4340-bb24-b6a14ccdd4a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8295 | 2024.08.14 22:35:27.873695 [ 3 ] {} <Debug> HTTP-Session: 07ad5354-4ab6-4340-bb24-b6a14ccdd4a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8296 | 2024.08.14 22:35:27.873725 [ 3 ] {} <Trace> HTTP-Session: 07ad5354-4ab6-4340-bb24-b6a14ccdd4a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8297 | 2024.08.14 22:35:27.873948 [ 3 ] {c7777417-689a-40c9-b989-50016ba9f1f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8298 | 2024.08.14 22:35:27.874020 [ 3 ] {c7777417-689a-40c9-b989-50016ba9f1f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
8299 | 2024.08.14 22:35:27.874502 [ 3 ] {c7777417-689a-40c9-b989-50016ba9f1f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8300 | 2024.08.14 22:35:27.875047 [ 3 ] {c7777417-689a-40c9-b989-50016ba9f1f2} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8301 | 2024.08.14 22:35:27.875085 [ 3 ] {c7777417-689a-40c9-b989-50016ba9f1f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8302 | 2024.08.14 22:35:27.875695 [ 3 ] {c7777417-689a-40c9-b989-50016ba9f1f2} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
8303 | 2024.08.14 22:35:27.876120 [ 3 ] {c7777417-689a-40c9-b989-50016ba9f1f2} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8304 | 2024.08.14 22:35:27.876302 [ 3 ] {c7777417-689a-40c9-b989-50016ba9f1f2} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.00249 sec., 4417.6706827309235 rows/sec., 7.92 MiB/sec. | ||
8305 | 2024.08.14 22:35:27.876754 [ 3 ] {c7777417-689a-40c9-b989-50016ba9f1f2} <Debug> DynamicQueryHandler: Done processing query | ||
8306 | 2024.08.14 22:35:27.876791 [ 3 ] {c7777417-689a-40c9-b989-50016ba9f1f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
8307 | 2024.08.14 22:35:27.876808 [ 3 ] {} <Debug> HTTP-Session: 07ad5354-4ab6-4340-bb24-b6a14ccdd4a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8308 | 2024.08.14 22:35:27.876944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8309 | 2024.08.14 22:35:27.876994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8310 | 2024.08.14 22:35:27.877014 [ 3 ] {} <Debug> HTTP-Session: a7408665-77dd-4e35-b817-f075ba76fa8f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8311 | 2024.08.14 22:35:27.877030 [ 3 ] {} <Debug> HTTP-Session: a7408665-77dd-4e35-b817-f075ba76fa8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8312 | 2024.08.14 22:35:27.877044 [ 3 ] {} <Debug> HTTP-Session: a7408665-77dd-4e35-b817-f075ba76fa8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8313 | 2024.08.14 22:35:27.877075 [ 3 ] {} <Trace> HTTP-Session: a7408665-77dd-4e35-b817-f075ba76fa8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8314 | 2024.08.14 22:35:27.877190 [ 3 ] {9f3355d1-ebcd-4e6a-8afe-d0fbc128841b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
8315 | 2024.08.14 22:35:27.877239 [ 3 ] {9f3355d1-ebcd-4e6a-8afe-d0fbc128841b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
8316 | 2024.08.14 22:35:27.877387 [ 3 ] {9f3355d1-ebcd-4e6a-8afe-d0fbc128841b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8317 | 2024.08.14 22:35:27.877677 [ 3 ] {9f3355d1-ebcd-4e6a-8afe-d0fbc128841b} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8318 | 2024.08.14 22:35:27.877714 [ 3 ] {9f3355d1-ebcd-4e6a-8afe-d0fbc128841b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8319 | 2024.08.14 22:35:27.878085 [ 3 ] {9f3355d1-ebcd-4e6a-8afe-d0fbc128841b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8320 | 2024.08.14 22:35:27.878444 [ 3 ] {9f3355d1-ebcd-4e6a-8afe-d0fbc128841b} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8321 | 2024.08.14 22:35:27.878601 [ 3 ] {9f3355d1-ebcd-4e6a-8afe-d0fbc128841b} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001432 sec., 16061.452513966482 rows/sec., 868.81 KiB/sec. | ||
8322 | 2024.08.14 22:35:27.878771 [ 3 ] {9f3355d1-ebcd-4e6a-8afe-d0fbc128841b} <Debug> DynamicQueryHandler: Done processing query | ||
8323 | 2024.08.14 22:35:27.878795 [ 3 ] {9f3355d1-ebcd-4e6a-8afe-d0fbc128841b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8324 | 2024.08.14 22:35:27.878811 [ 3 ] {} <Debug> HTTP-Session: a7408665-77dd-4e35-b817-f075ba76fa8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8325 | 2024.08.14 22:35:27.878935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8326 | 2024.08.14 22:35:27.878985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8327 | 2024.08.14 22:35:27.879003 [ 3 ] {} <Debug> HTTP-Session: 8b759d64-1598-4c1d-a9a0-5751a678493c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8328 | 2024.08.14 22:35:27.879019 [ 3 ] {} <Debug> HTTP-Session: 8b759d64-1598-4c1d-a9a0-5751a678493c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8329 | 2024.08.14 22:35:27.879033 [ 3 ] {} <Debug> HTTP-Session: 8b759d64-1598-4c1d-a9a0-5751a678493c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8330 | 2024.08.14 22:35:27.879065 [ 3 ] {} <Trace> HTTP-Session: 8b759d64-1598-4c1d-a9a0-5751a678493c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8331 | 2024.08.14 22:35:27.879180 [ 3 ] {7e7303fc-5c22-4aef-a395-517f8f83a362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8332 | 2024.08.14 22:35:27.879224 [ 3 ] {7e7303fc-5c22-4aef-a395-517f8f83a362} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8333 | 2024.08.14 22:35:27.879355 [ 3 ] {7e7303fc-5c22-4aef-a395-517f8f83a362} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8334 | 2024.08.14 22:35:27.879682 [ 3 ] {7e7303fc-5c22-4aef-a395-517f8f83a362} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8335 | 2024.08.14 22:35:27.879716 [ 3 ] {7e7303fc-5c22-4aef-a395-517f8f83a362} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8336 | 2024.08.14 22:35:27.880078 [ 3 ] {7e7303fc-5c22-4aef-a395-517f8f83a362} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
8337 | 2024.08.14 22:35:27.880401 [ 3 ] {7e7303fc-5c22-4aef-a395-517f8f83a362} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8338 | 2024.08.14 22:35:27.880549 [ 3 ] {7e7303fc-5c22-4aef-a395-517f8f83a362} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001401 sec., 42826.55246252677 rows/sec., 2.89 MiB/sec. | ||
8339 | 2024.08.14 22:35:27.881082 [ 3 ] {7e7303fc-5c22-4aef-a395-517f8f83a362} <Debug> DynamicQueryHandler: Done processing query | ||
8340 | 2024.08.14 22:35:27.881177 [ 3 ] {7e7303fc-5c22-4aef-a395-517f8f83a362} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8341 | 2024.08.14 22:35:27.881288 [ 3 ] {} <Debug> HTTP-Session: 8b759d64-1598-4c1d-a9a0-5751a678493c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8342 | 2024.08.14 22:35:32.843753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8343 | 2024.08.14 22:35:32.843943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8344 | 2024.08.14 22:35:32.843989 [ 3 ] {} <Debug> HTTP-Session: 7852c7f0-08ca-4a47-ac7c-58c93250a0e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8345 | 2024.08.14 22:35:32.844031 [ 3 ] {} <Debug> HTTP-Session: 7852c7f0-08ca-4a47-ac7c-58c93250a0e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8346 | 2024.08.14 22:35:32.844062 [ 3 ] {} <Debug> HTTP-Session: 7852c7f0-08ca-4a47-ac7c-58c93250a0e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8347 | 2024.08.14 22:35:32.844142 [ 3 ] {} <Trace> HTTP-Session: 7852c7f0-08ca-4a47-ac7c-58c93250a0e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8348 | 2024.08.14 22:35:32.844431 [ 3 ] {a1ee7d22-8033-4e8c-9532-24a4fc310555} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8349 | 2024.08.14 22:35:32.844537 [ 3 ] {a1ee7d22-8033-4e8c-9532-24a4fc310555} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8350 | 2024.08.14 22:35:32.844820 [ 3 ] {a1ee7d22-8033-4e8c-9532-24a4fc310555} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8351 | 2024.08.14 22:35:32.845250 [ 3 ] {a1ee7d22-8033-4e8c-9532-24a4fc310555} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8352 | 2024.08.14 22:35:32.845291 [ 3 ] {a1ee7d22-8033-4e8c-9532-24a4fc310555} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8353 | 2024.08.14 22:35:32.845655 [ 3 ] {a1ee7d22-8033-4e8c-9532-24a4fc310555} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8354 | 2024.08.14 22:35:32.845998 [ 3 ] {a1ee7d22-8033-4e8c-9532-24a4fc310555} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8355 | 2024.08.14 22:35:32.846186 [ 3 ] {a1ee7d22-8033-4e8c-9532-24a4fc310555} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.00184 sec., 11413.04347826087 rows/sec., 925.08 KiB/sec. | ||
8356 | 2024.08.14 22:35:32.846199 [ 49 ] {} <Debug> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8357 | 2024.08.14 22:35:32.846334 [ 49 ] {} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8358 | 2024.08.14 22:35:32.846396 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8359 | 2024.08.14 22:35:32.846438 [ 3 ] {a1ee7d22-8033-4e8c-9532-24a4fc310555} <Debug> DynamicQueryHandler: Done processing query | ||
8360 | 2024.08.14 22:35:32.846500 [ 3 ] {a1ee7d22-8033-4e8c-9532-24a4fc310555} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8361 | 2024.08.14 22:35:32.846573 [ 3 ] {} <Debug> HTTP-Session: 7852c7f0-08ca-4a47-ac7c-58c93250a0e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8362 | 2024.08.14 22:35:32.846744 [ 195 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::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 | ||
8363 | 2024.08.14 22:35:32.846913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8364 | 2024.08.14 22:35:32.847037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8365 | 2024.08.14 22:35:32.847094 [ 3 ] {} <Debug> HTTP-Session: 70699c38-9781-41b4-8218-65e4be3c7269 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8366 | 2024.08.14 22:35:32.847150 [ 3 ] {} <Debug> HTTP-Session: 70699c38-9781-41b4-8218-65e4be3c7269 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8367 | 2024.08.14 22:35:32.847166 [ 195 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8368 | 2024.08.14 22:35:32.847178 [ 3 ] {} <Debug> HTTP-Session: 70699c38-9781-41b4-8218-65e4be3c7269 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8369 | 2024.08.14 22:35:32.847236 [ 195 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 38 rows starting from the beginning of the part | ||
8370 | 2024.08.14 22:35:32.847253 [ 3 ] {} <Trace> HTTP-Session: 70699c38-9781-41b4-8218-65e4be3c7269 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8371 | 2024.08.14 22:35:32.847429 [ 195 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 21 rows starting from the beginning of the part | ||
8372 | 2024.08.14 22:35:32.847719 [ 195 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 17 rows starting from the beginning of the part | ||
8373 | 2024.08.14 22:35:32.847732 [ 3 ] {5fc2e6ca-f0a7-4d52-bd0d-94159c9060ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8374 | 2024.08.14 22:35:32.847973 [ 195 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 21 rows starting from the beginning of the part | ||
8375 | 2024.08.14 22:35:32.848034 [ 3 ] {5fc2e6ca-f0a7-4d52-bd0d-94159c9060ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8376 | 2024.08.14 22:35:32.848260 [ 195 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 17 rows starting from the beginning of the part | ||
8377 | 2024.08.14 22:35:32.848518 [ 195 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 21 rows starting from the beginning of the part | ||
8378 | 2024.08.14 22:35:32.849219 [ 3 ] {5fc2e6ca-f0a7-4d52-bd0d-94159c9060ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8379 | 2024.08.14 22:35:32.850000 [ 3 ] {5fc2e6ca-f0a7-4d52-bd0d-94159c9060ed} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8380 | 2024.08.14 22:35:32.850063 [ 3 ] {5fc2e6ca-f0a7-4d52-bd0d-94159c9060ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8381 | 2024.08.14 22:35:32.850886 [ 3 ] {5fc2e6ca-f0a7-4d52-bd0d-94159c9060ed} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
8382 | 2024.08.14 22:35:32.851381 [ 199 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 135 rows, containing 4 columns (4 merged, 0 gathered) in 0.004848741 sec., 27842.279057594536 rows/sec., 2.12 MiB/sec. | ||
8383 | 2024.08.14 22:35:32.851595 [ 199 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8384 | 2024.08.14 22:35:32.851755 [ 3 ] {5fc2e6ca-f0a7-4d52-bd0d-94159c9060ed} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8385 | 2024.08.14 22:35:32.852150 [ 3 ] {5fc2e6ca-f0a7-4d52-bd0d-94159c9060ed} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004726 sec., 423.1908590774439 rows/sec., 34.51 KiB/sec. | ||
8386 | 2024.08.14 22:35:32.852506 [ 3 ] {5fc2e6ca-f0a7-4d52-bd0d-94159c9060ed} <Debug> DynamicQueryHandler: Done processing query | ||
8387 | 2024.08.14 22:35:32.852532 [ 199 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_41_8} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8388 | 2024.08.14 22:35:32.852544 [ 3 ] {5fc2e6ca-f0a7-4d52-bd0d-94159c9060ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8389 | 2024.08.14 22:35:32.852595 [ 3 ] {} <Debug> HTTP-Session: 70699c38-9781-41b4-8218-65e4be3c7269 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8390 | 2024.08.14 22:35:32.852677 [ 199 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_41_8} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8391 | 2024.08.14 22:35:32.852799 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
8392 | 2024.08.14 22:35:32.852809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17463, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8393 | 2024.08.14 22:35:32.852884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8394 | 2024.08.14 22:35:32.852904 [ 3 ] {} <Debug> HTTP-Session: 67b50ced-bc9e-4868-b02c-afd7ee399a11 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8395 | 2024.08.14 22:35:32.852921 [ 3 ] {} <Debug> HTTP-Session: 67b50ced-bc9e-4868-b02c-afd7ee399a11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8396 | 2024.08.14 22:35:32.852935 [ 3 ] {} <Debug> HTTP-Session: 67b50ced-bc9e-4868-b02c-afd7ee399a11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8397 | 2024.08.14 22:35:32.852969 [ 3 ] {} <Trace> HTTP-Session: 67b50ced-bc9e-4868-b02c-afd7ee399a11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8398 | 2024.08.14 22:35:32.853109 [ 3 ] {787e630d-3d6e-436d-92db-9a72179c1d80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8399 | 2024.08.14 22:35:32.853154 [ 3 ] {787e630d-3d6e-436d-92db-9a72179c1d80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8400 | 2024.08.14 22:35:32.853300 [ 3 ] {787e630d-3d6e-436d-92db-9a72179c1d80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8401 | 2024.08.14 22:35:32.853679 [ 3 ] {787e630d-3d6e-436d-92db-9a72179c1d80} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8402 | 2024.08.14 22:35:32.853716 [ 3 ] {787e630d-3d6e-436d-92db-9a72179c1d80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8403 | 2024.08.14 22:35:32.854042 [ 3 ] {787e630d-3d6e-436d-92db-9a72179c1d80} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8404 | 2024.08.14 22:35:32.854357 [ 3 ] {787e630d-3d6e-436d-92db-9a72179c1d80} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8405 | 2024.08.14 22:35:32.854531 [ 3 ] {787e630d-3d6e-436d-92db-9a72179c1d80} <Debug> executeQuery: Read 120 rows, 10.15 KiB in 0.001464 sec., 81967.2131147541 rows/sec., 6.77 MiB/sec. | ||
8406 | 2024.08.14 22:35:32.854705 [ 3 ] {787e630d-3d6e-436d-92db-9a72179c1d80} <Debug> DynamicQueryHandler: Done processing query | ||
8407 | 2024.08.14 22:35:32.854730 [ 3 ] {787e630d-3d6e-436d-92db-9a72179c1d80} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8408 | 2024.08.14 22:35:32.854747 [ 3 ] {} <Debug> HTTP-Session: 67b50ced-bc9e-4868-b02c-afd7ee399a11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8409 | 2024.08.14 22:35:32.854867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8410 | 2024.08.14 22:35:32.854917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8411 | 2024.08.14 22:35:32.854935 [ 3 ] {} <Debug> HTTP-Session: b5f7c368-48a0-4f9a-a336-436da1c8b6cd Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8412 | 2024.08.14 22:35:32.854952 [ 3 ] {} <Debug> HTTP-Session: b5f7c368-48a0-4f9a-a336-436da1c8b6cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8413 | 2024.08.14 22:35:32.854966 [ 3 ] {} <Debug> HTTP-Session: b5f7c368-48a0-4f9a-a336-436da1c8b6cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8414 | 2024.08.14 22:35:32.854997 [ 3 ] {} <Trace> HTTP-Session: b5f7c368-48a0-4f9a-a336-436da1c8b6cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8415 | 2024.08.14 22:35:32.855090 [ 3 ] {b191b340-156f-45fd-90cd-1931280d3436} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8416 | 2024.08.14 22:35:32.855132 [ 3 ] {b191b340-156f-45fd-90cd-1931280d3436} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8417 | 2024.08.14 22:35:32.855263 [ 3 ] {b191b340-156f-45fd-90cd-1931280d3436} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8418 | 2024.08.14 22:35:32.855526 [ 3 ] {b191b340-156f-45fd-90cd-1931280d3436} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8419 | 2024.08.14 22:35:32.855563 [ 3 ] {b191b340-156f-45fd-90cd-1931280d3436} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8420 | 2024.08.14 22:35:32.855860 [ 3 ] {b191b340-156f-45fd-90cd-1931280d3436} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
8421 | 2024.08.14 22:35:32.856164 [ 3 ] {b191b340-156f-45fd-90cd-1931280d3436} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8422 | 2024.08.14 22:35:32.856320 [ 3 ] {b191b340-156f-45fd-90cd-1931280d3436} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001252 sec., 1597.4440894568688 rows/sec., 111.54 KiB/sec. | ||
8423 | 2024.08.14 22:35:32.856480 [ 3 ] {b191b340-156f-45fd-90cd-1931280d3436} <Debug> DynamicQueryHandler: Done processing query | ||
8424 | 2024.08.14 22:35:32.856503 [ 3 ] {b191b340-156f-45fd-90cd-1931280d3436} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8425 | 2024.08.14 22:35:32.856518 [ 3 ] {} <Debug> HTTP-Session: b5f7c368-48a0-4f9a-a336-436da1c8b6cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8426 | 2024.08.14 22:35:32.856644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8427 | 2024.08.14 22:35:32.856692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8428 | 2024.08.14 22:35:32.856711 [ 3 ] {} <Debug> HTTP-Session: 7e2faa92-d8c0-4a1a-9ad7-07f3d810ada5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8429 | 2024.08.14 22:35:32.856727 [ 3 ] {} <Debug> HTTP-Session: 7e2faa92-d8c0-4a1a-9ad7-07f3d810ada5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8430 | 2024.08.14 22:35:32.856741 [ 3 ] {} <Debug> HTTP-Session: 7e2faa92-d8c0-4a1a-9ad7-07f3d810ada5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8431 | 2024.08.14 22:35:32.856771 [ 3 ] {} <Trace> HTTP-Session: 7e2faa92-d8c0-4a1a-9ad7-07f3d810ada5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8432 | 2024.08.14 22:35:32.856893 [ 3 ] {e41ed063-36c6-4441-ad25-3b9120f8265b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8433 | 2024.08.14 22:35:32.856936 [ 3 ] {e41ed063-36c6-4441-ad25-3b9120f8265b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8434 | 2024.08.14 22:35:32.857066 [ 3 ] {e41ed063-36c6-4441-ad25-3b9120f8265b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8435 | 2024.08.14 22:35:32.857383 [ 3 ] {e41ed063-36c6-4441-ad25-3b9120f8265b} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8436 | 2024.08.14 22:35:32.857422 [ 3 ] {e41ed063-36c6-4441-ad25-3b9120f8265b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8437 | 2024.08.14 22:35:32.857733 [ 3 ] {e41ed063-36c6-4441-ad25-3b9120f8265b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8438 | 2024.08.14 22:35:32.858050 [ 3 ] {e41ed063-36c6-4441-ad25-3b9120f8265b} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8439 | 2024.08.14 22:35:32.858194 [ 3 ] {e41ed063-36c6-4441-ad25-3b9120f8265b} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001344 sec., 64732.14285714286 rows/sec., 5.06 MiB/sec. | ||
8440 | 2024.08.14 22:35:32.858351 [ 3 ] {e41ed063-36c6-4441-ad25-3b9120f8265b} <Debug> DynamicQueryHandler: Done processing query | ||
8441 | 2024.08.14 22:35:32.858375 [ 3 ] {e41ed063-36c6-4441-ad25-3b9120f8265b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8442 | 2024.08.14 22:35:32.858391 [ 3 ] {} <Debug> HTTP-Session: 7e2faa92-d8c0-4a1a-9ad7-07f3d810ada5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8443 | 2024.08.14 22:35:32.858540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30849, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8444 | 2024.08.14 22:35:32.858590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8445 | 2024.08.14 22:35:32.858609 [ 3 ] {} <Debug> HTTP-Session: 8ef66658-49d6-41af-9958-8279419d8890 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8446 | 2024.08.14 22:35:32.858625 [ 3 ] {} <Debug> HTTP-Session: 8ef66658-49d6-41af-9958-8279419d8890 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8447 | 2024.08.14 22:35:32.858639 [ 3 ] {} <Debug> HTTP-Session: 8ef66658-49d6-41af-9958-8279419d8890 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8448 | 2024.08.14 22:35:32.858669 [ 3 ] {} <Trace> HTTP-Session: 8ef66658-49d6-41af-9958-8279419d8890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8449 | 2024.08.14 22:35:32.858816 [ 3 ] {2614602f-50f9-4e07-83c8-4a0b30abbbee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8450 | 2024.08.14 22:35:32.858863 [ 3 ] {2614602f-50f9-4e07-83c8-4a0b30abbbee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8451 | 2024.08.14 22:35:32.859008 [ 3 ] {2614602f-50f9-4e07-83c8-4a0b30abbbee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8452 | 2024.08.14 22:35:32.859393 [ 3 ] {2614602f-50f9-4e07-83c8-4a0b30abbbee} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8453 | 2024.08.14 22:35:32.859431 [ 3 ] {2614602f-50f9-4e07-83c8-4a0b30abbbee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8454 | 2024.08.14 22:35:32.859821 [ 3 ] {2614602f-50f9-4e07-83c8-4a0b30abbbee} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
8455 | 2024.08.14 22:35:32.860159 [ 3 ] {2614602f-50f9-4e07-83c8-4a0b30abbbee} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8456 | 2024.08.14 22:35:32.860320 [ 3 ] {2614602f-50f9-4e07-83c8-4a0b30abbbee} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001565 sec., 102875.39936102237 rows/sec., 7.16 MiB/sec. | ||
8457 | 2024.08.14 22:35:32.860499 [ 3 ] {2614602f-50f9-4e07-83c8-4a0b30abbbee} <Debug> DynamicQueryHandler: Done processing query | ||
8458 | 2024.08.14 22:35:32.860523 [ 3 ] {2614602f-50f9-4e07-83c8-4a0b30abbbee} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8459 | 2024.08.14 22:35:32.860539 [ 3 ] {} <Debug> HTTP-Session: 8ef66658-49d6-41af-9958-8279419d8890 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8460 | 2024.08.14 22:35:32.860695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33756, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8461 | 2024.08.14 22:35:32.860745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8462 | 2024.08.14 22:35:32.860765 [ 3 ] {} <Debug> HTTP-Session: 6c05211c-1842-4218-afe3-f67b6afbc1fc Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8463 | 2024.08.14 22:35:32.860782 [ 3 ] {} <Debug> HTTP-Session: 6c05211c-1842-4218-afe3-f67b6afbc1fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8464 | 2024.08.14 22:35:32.860795 [ 3 ] {} <Debug> HTTP-Session: 6c05211c-1842-4218-afe3-f67b6afbc1fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8465 | 2024.08.14 22:35:32.860825 [ 3 ] {} <Trace> HTTP-Session: 6c05211c-1842-4218-afe3-f67b6afbc1fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8466 | 2024.08.14 22:35:32.861079 [ 3 ] {1e2265b5-8065-42eb-b954-1dc2da4bef07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8467 | 2024.08.14 22:35:32.861143 [ 3 ] {1e2265b5-8065-42eb-b954-1dc2da4bef07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
8468 | 2024.08.14 22:35:32.861572 [ 3 ] {1e2265b5-8065-42eb-b954-1dc2da4bef07} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8469 | 2024.08.14 22:35:32.862188 [ 3 ] {1e2265b5-8065-42eb-b954-1dc2da4bef07} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8470 | 2024.08.14 22:35:32.862224 [ 3 ] {1e2265b5-8065-42eb-b954-1dc2da4bef07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8471 | 2024.08.14 22:35:32.862813 [ 3 ] {1e2265b5-8065-42eb-b954-1dc2da4bef07} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8472 | 2024.08.14 22:35:32.863229 [ 3 ] {1e2265b5-8065-42eb-b954-1dc2da4bef07} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8473 | 2024.08.14 22:35:32.863425 [ 3 ] {1e2265b5-8065-42eb-b954-1dc2da4bef07} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002516 sec., 8346.581875993641 rows/sec., 14.96 MiB/sec. | ||
8474 | 2024.08.14 22:35:32.863627 [ 3 ] {1e2265b5-8065-42eb-b954-1dc2da4bef07} <Debug> DynamicQueryHandler: Done processing query | ||
8475 | 2024.08.14 22:35:32.863651 [ 3 ] {1e2265b5-8065-42eb-b954-1dc2da4bef07} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
8476 | 2024.08.14 22:35:32.863667 [ 3 ] {} <Debug> HTTP-Session: 6c05211c-1842-4218-afe3-f67b6afbc1fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8477 | 2024.08.14 22:35:32.863796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8478 | 2024.08.14 22:35:32.863846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8479 | 2024.08.14 22:35:32.863865 [ 3 ] {} <Debug> HTTP-Session: eb16f0d6-1f17-4b9b-99c9-f23b5ce1427a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8480 | 2024.08.14 22:35:32.863881 [ 3 ] {} <Debug> HTTP-Session: eb16f0d6-1f17-4b9b-99c9-f23b5ce1427a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8481 | 2024.08.14 22:35:32.863895 [ 3 ] {} <Debug> HTTP-Session: eb16f0d6-1f17-4b9b-99c9-f23b5ce1427a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8482 | 2024.08.14 22:35:32.863926 [ 3 ] {} <Trace> HTTP-Session: eb16f0d6-1f17-4b9b-99c9-f23b5ce1427a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8483 | 2024.08.14 22:35:32.864043 [ 3 ] {0ff4628d-de6d-4a98-a5a5-bb19cce8315a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8484 | 2024.08.14 22:35:32.864088 [ 3 ] {0ff4628d-de6d-4a98-a5a5-bb19cce8315a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8485 | 2024.08.14 22:35:32.864216 [ 3 ] {0ff4628d-de6d-4a98-a5a5-bb19cce8315a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8486 | 2024.08.14 22:35:32.864506 [ 3 ] {0ff4628d-de6d-4a98-a5a5-bb19cce8315a} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8487 | 2024.08.14 22:35:32.864543 [ 3 ] {0ff4628d-de6d-4a98-a5a5-bb19cce8315a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8488 | 2024.08.14 22:35:32.864920 [ 3 ] {0ff4628d-de6d-4a98-a5a5-bb19cce8315a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
8489 | 2024.08.14 22:35:32.865253 [ 3 ] {0ff4628d-de6d-4a98-a5a5-bb19cce8315a} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8490 | 2024.08.14 22:35:32.865416 [ 3 ] {0ff4628d-de6d-4a98-a5a5-bb19cce8315a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001411 sec., 42523.033309709426 rows/sec., 2.87 MiB/sec. | ||
8491 | 2024.08.14 22:35:32.865589 [ 3 ] {0ff4628d-de6d-4a98-a5a5-bb19cce8315a} <Debug> DynamicQueryHandler: Done processing query | ||
8492 | 2024.08.14 22:35:32.865613 [ 3 ] {0ff4628d-de6d-4a98-a5a5-bb19cce8315a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8493 | 2024.08.14 22:35:32.865629 [ 3 ] {} <Debug> HTTP-Session: eb16f0d6-1f17-4b9b-99c9-f23b5ce1427a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8494 | 2024.08.14 22:35:37.730319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8495 | 2024.08.14 22:35:37.730453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8496 | 2024.08.14 22:35:37.730482 [ 3 ] {} <Debug> HTTP-Session: ee9380da-652a-4dba-a7c6-01a0ef1b76df Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8497 | 2024.08.14 22:35:37.730510 [ 3 ] {} <Debug> HTTP-Session: ee9380da-652a-4dba-a7c6-01a0ef1b76df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8498 | 2024.08.14 22:35:37.730528 [ 3 ] {} <Debug> HTTP-Session: ee9380da-652a-4dba-a7c6-01a0ef1b76df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8499 | 2024.08.14 22:35:37.730582 [ 3 ] {} <Trace> HTTP-Session: ee9380da-652a-4dba-a7c6-01a0ef1b76df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8500 | 2024.08.14 22:35:37.730793 [ 3 ] {c69b3c14-9c15-434f-a4bf-96359aa2d9f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8501 | 2024.08.14 22:35:37.730887 [ 3 ] {c69b3c14-9c15-434f-a4bf-96359aa2d9f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8502 | 2024.08.14 22:35:37.731276 [ 3 ] {c69b3c14-9c15-434f-a4bf-96359aa2d9f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8503 | 2024.08.14 22:35:37.731769 [ 3 ] {c69b3c14-9c15-434f-a4bf-96359aa2d9f0} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8504 | 2024.08.14 22:35:37.731820 [ 3 ] {c69b3c14-9c15-434f-a4bf-96359aa2d9f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8505 | 2024.08.14 22:35:37.732204 [ 3 ] {c69b3c14-9c15-434f-a4bf-96359aa2d9f0} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8506 | 2024.08.14 22:35:37.732538 [ 3 ] {c69b3c14-9c15-434f-a4bf-96359aa2d9f0} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8507 | 2024.08.14 22:35:37.732682 [ 3 ] {c69b3c14-9c15-434f-a4bf-96359aa2d9f0} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001964 sec., 8655.804480651732 rows/sec., 627.01 KiB/sec. | ||
8508 | 2024.08.14 22:35:37.732873 [ 3 ] {c69b3c14-9c15-434f-a4bf-96359aa2d9f0} <Debug> DynamicQueryHandler: Done processing query | ||
8509 | 2024.08.14 22:35:37.732903 [ 3 ] {c69b3c14-9c15-434f-a4bf-96359aa2d9f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8510 | 2024.08.14 22:35:37.732920 [ 3 ] {} <Debug> HTTP-Session: ee9380da-652a-4dba-a7c6-01a0ef1b76df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8511 | 2024.08.14 22:35:37.733043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8512 | 2024.08.14 22:35:37.733094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8513 | 2024.08.14 22:35:37.733115 [ 3 ] {} <Debug> HTTP-Session: 200d3a0f-5a8e-4271-a99f-f8890ed8e514 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8514 | 2024.08.14 22:35:37.733132 [ 3 ] {} <Debug> HTTP-Session: 200d3a0f-5a8e-4271-a99f-f8890ed8e514 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8515 | 2024.08.14 22:35:37.733147 [ 3 ] {} <Debug> HTTP-Session: 200d3a0f-5a8e-4271-a99f-f8890ed8e514 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8516 | 2024.08.14 22:35:37.733181 [ 3 ] {} <Trace> HTTP-Session: 200d3a0f-5a8e-4271-a99f-f8890ed8e514 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8517 | 2024.08.14 22:35:37.733285 [ 3 ] {f42ab925-9280-478f-842f-d26698751819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8518 | 2024.08.14 22:35:37.733330 [ 3 ] {f42ab925-9280-478f-842f-d26698751819} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8519 | 2024.08.14 22:35:37.733461 [ 3 ] {f42ab925-9280-478f-842f-d26698751819} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8520 | 2024.08.14 22:35:37.733765 [ 3 ] {f42ab925-9280-478f-842f-d26698751819} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8521 | 2024.08.14 22:35:37.733803 [ 3 ] {f42ab925-9280-478f-842f-d26698751819} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8522 | 2024.08.14 22:35:37.734112 [ 3 ] {f42ab925-9280-478f-842f-d26698751819} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
8523 | 2024.08.14 22:35:37.734422 [ 3 ] {f42ab925-9280-478f-842f-d26698751819} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8524 | 2024.08.14 22:35:37.734561 [ 3 ] {f42ab925-9280-478f-842f-d26698751819} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001301 sec., 4611.837048424289 rows/sec., 376.06 KiB/sec. | ||
8525 | 2024.08.14 22:35:37.734767 [ 3 ] {f42ab925-9280-478f-842f-d26698751819} <Debug> DynamicQueryHandler: Done processing query | ||
8526 | 2024.08.14 22:35:37.734792 [ 3 ] {f42ab925-9280-478f-842f-d26698751819} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8527 | 2024.08.14 22:35:37.734808 [ 3 ] {} <Debug> HTTP-Session: 200d3a0f-5a8e-4271-a99f-f8890ed8e514 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8528 | 2024.08.14 22:35:37.735114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 195159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8529 | 2024.08.14 22:35:37.735165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8530 | 2024.08.14 22:35:37.735185 [ 3 ] {} <Debug> HTTP-Session: 76cdbebf-078f-4501-897e-e911e8e025de Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8531 | 2024.08.14 22:35:37.735203 [ 3 ] {} <Debug> HTTP-Session: 76cdbebf-078f-4501-897e-e911e8e025de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8532 | 2024.08.14 22:35:37.735217 [ 3 ] {} <Debug> HTTP-Session: 76cdbebf-078f-4501-897e-e911e8e025de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8533 | 2024.08.14 22:35:37.735248 [ 3 ] {} <Trace> HTTP-Session: 76cdbebf-078f-4501-897e-e911e8e025de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8534 | 2024.08.14 22:35:37.735787 [ 3 ] {656ad3ad-c32e-4cbb-9f23-035c6b1f9b0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8535 | 2024.08.14 22:35:37.735833 [ 3 ] {656ad3ad-c32e-4cbb-9f23-035c6b1f9b0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8536 | 2024.08.14 22:35:37.735956 [ 3 ] {656ad3ad-c32e-4cbb-9f23-035c6b1f9b0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8537 | 2024.08.14 22:35:37.737030 [ 3 ] {656ad3ad-c32e-4cbb-9f23-035c6b1f9b0a} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8538 | 2024.08.14 22:35:37.737067 [ 3 ] {656ad3ad-c32e-4cbb-9f23-035c6b1f9b0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8539 | 2024.08.14 22:35:37.737454 [ 3 ] {656ad3ad-c32e-4cbb-9f23-035c6b1f9b0a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8540 | 2024.08.14 22:35:37.737779 [ 3 ] {656ad3ad-c32e-4cbb-9f23-035c6b1f9b0a} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8541 | 2024.08.14 22:35:37.737905 [ 3 ] {656ad3ad-c32e-4cbb-9f23-035c6b1f9b0a} <Debug> executeQuery: Read 1337 rows, 114.33 KiB in 0.002513 sec., 532033.426183844 rows/sec., 44.43 MiB/sec. | ||
8542 | 2024.08.14 22:35:37.738056 [ 3 ] {656ad3ad-c32e-4cbb-9f23-035c6b1f9b0a} <Debug> DynamicQueryHandler: Done processing query | ||
8543 | 2024.08.14 22:35:37.738080 [ 3 ] {656ad3ad-c32e-4cbb-9f23-035c6b1f9b0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
8544 | 2024.08.14 22:35:37.738097 [ 3 ] {} <Debug> HTTP-Session: 76cdbebf-078f-4501-897e-e911e8e025de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8545 | 2024.08.14 22:35:37.738492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8546 | 2024.08.14 22:35:37.738539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8547 | 2024.08.14 22:35:37.738559 [ 3 ] {} <Debug> HTTP-Session: 2967fc20-ee30-4da5-8b94-3f3117ca1994 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8548 | 2024.08.14 22:35:37.738575 [ 3 ] {} <Debug> HTTP-Session: 2967fc20-ee30-4da5-8b94-3f3117ca1994 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8549 | 2024.08.14 22:35:37.738589 [ 3 ] {} <Debug> HTTP-Session: 2967fc20-ee30-4da5-8b94-3f3117ca1994 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8550 | 2024.08.14 22:35:37.738619 [ 3 ] {} <Trace> HTTP-Session: 2967fc20-ee30-4da5-8b94-3f3117ca1994 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8551 | 2024.08.14 22:35:37.738715 [ 3 ] {62094071-c76b-45c5-a0a1-edcdf46e9961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8552 | 2024.08.14 22:35:37.738757 [ 3 ] {62094071-c76b-45c5-a0a1-edcdf46e9961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8553 | 2024.08.14 22:35:37.738879 [ 3 ] {62094071-c76b-45c5-a0a1-edcdf46e9961} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8554 | 2024.08.14 22:35:37.739142 [ 3 ] {62094071-c76b-45c5-a0a1-edcdf46e9961} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8555 | 2024.08.14 22:35:37.739178 [ 3 ] {62094071-c76b-45c5-a0a1-edcdf46e9961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8556 | 2024.08.14 22:35:37.739466 [ 3 ] {62094071-c76b-45c5-a0a1-edcdf46e9961} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
8557 | 2024.08.14 22:35:37.739766 [ 3 ] {62094071-c76b-45c5-a0a1-edcdf46e9961} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8558 | 2024.08.14 22:35:37.739893 [ 3 ] {62094071-c76b-45c5-a0a1-edcdf46e9961} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001203 sec., 4987.5311720698255 rows/sec., 348.25 KiB/sec. | ||
8559 | 2024.08.14 22:35:37.740052 [ 3 ] {62094071-c76b-45c5-a0a1-edcdf46e9961} <Debug> DynamicQueryHandler: Done processing query | ||
8560 | 2024.08.14 22:35:37.740076 [ 3 ] {62094071-c76b-45c5-a0a1-edcdf46e9961} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8561 | 2024.08.14 22:35:37.740092 [ 3 ] {} <Debug> HTTP-Session: 2967fc20-ee30-4da5-8b94-3f3117ca1994 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8562 | 2024.08.14 22:35:37.740269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8563 | 2024.08.14 22:35:37.740318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8564 | 2024.08.14 22:35:37.740339 [ 3 ] {} <Debug> HTTP-Session: 5915c467-bac4-47c7-8428-42486d8c160f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8565 | 2024.08.14 22:35:37.740355 [ 3 ] {} <Debug> HTTP-Session: 5915c467-bac4-47c7-8428-42486d8c160f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8566 | 2024.08.14 22:35:37.740369 [ 3 ] {} <Debug> HTTP-Session: 5915c467-bac4-47c7-8428-42486d8c160f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8567 | 2024.08.14 22:35:37.740400 [ 3 ] {} <Trace> HTTP-Session: 5915c467-bac4-47c7-8428-42486d8c160f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8568 | 2024.08.14 22:35:37.740541 [ 3 ] {893c1b71-a7e8-4e70-9daf-fa63a84e49fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8569 | 2024.08.14 22:35:37.740583 [ 3 ] {893c1b71-a7e8-4e70-9daf-fa63a84e49fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8570 | 2024.08.14 22:35:37.740705 [ 3 ] {893c1b71-a7e8-4e70-9daf-fa63a84e49fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8571 | 2024.08.14 22:35:37.741073 [ 3 ] {893c1b71-a7e8-4e70-9daf-fa63a84e49fb} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8572 | 2024.08.14 22:35:37.741109 [ 3 ] {893c1b71-a7e8-4e70-9daf-fa63a84e49fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8573 | 2024.08.14 22:35:37.741417 [ 3 ] {893c1b71-a7e8-4e70-9daf-fa63a84e49fb} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
8574 | 2024.08.14 22:35:37.741722 [ 3 ] {893c1b71-a7e8-4e70-9daf-fa63a84e49fb} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8575 | 2024.08.14 22:35:37.741850 [ 3 ] {893c1b71-a7e8-4e70-9daf-fa63a84e49fb} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001371 sec., 166301.9693654267 rows/sec., 11.26 MiB/sec. | ||
8576 | 2024.08.14 22:35:37.742191 [ 3 ] {893c1b71-a7e8-4e70-9daf-fa63a84e49fb} <Debug> DynamicQueryHandler: Done processing query | ||
8577 | 2024.08.14 22:35:37.742216 [ 3 ] {893c1b71-a7e8-4e70-9daf-fa63a84e49fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
8578 | 2024.08.14 22:35:37.742233 [ 3 ] {} <Debug> HTTP-Session: 5915c467-bac4-47c7-8428-42486d8c160f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8579 | 2024.08.14 22:35:37.742529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 139387, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8580 | 2024.08.14 22:35:37.742578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8581 | 2024.08.14 22:35:37.742598 [ 3 ] {} <Debug> HTTP-Session: ef619542-3088-4325-ad78-c00e5efac545 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8582 | 2024.08.14 22:35:37.742615 [ 3 ] {} <Debug> HTTP-Session: ef619542-3088-4325-ad78-c00e5efac545 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8583 | 2024.08.14 22:35:37.742629 [ 3 ] {} <Debug> HTTP-Session: ef619542-3088-4325-ad78-c00e5efac545 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8584 | 2024.08.14 22:35:37.742659 [ 3 ] {} <Trace> HTTP-Session: ef619542-3088-4325-ad78-c00e5efac545 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8585 | 2024.08.14 22:35:37.742998 [ 3 ] {d154c479-5846-4255-b712-6e4c4d8c5cc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8586 | 2024.08.14 22:35:37.743041 [ 3 ] {d154c479-5846-4255-b712-6e4c4d8c5cc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8587 | 2024.08.14 22:35:37.743166 [ 3 ] {d154c479-5846-4255-b712-6e4c4d8c5cc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8588 | 2024.08.14 22:35:37.744003 [ 3 ] {d154c479-5846-4255-b712-6e4c4d8c5cc5} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8589 | 2024.08.14 22:35:37.744040 [ 3 ] {d154c479-5846-4255-b712-6e4c4d8c5cc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8590 | 2024.08.14 22:35:37.744376 [ 3 ] {d154c479-5846-4255-b712-6e4c4d8c5cc5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8591 | 2024.08.14 22:35:37.744699 [ 3 ] {d154c479-5846-4255-b712-6e4c4d8c5cc5} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8592 | 2024.08.14 22:35:37.744824 [ 3 ] {d154c479-5846-4255-b712-6e4c4d8c5cc5} <Debug> executeQuery: Read 855 rows, 63.13 KiB in 0.00203 sec., 421182.2660098522 rows/sec., 30.37 MiB/sec. | ||
8593 | 2024.08.14 22:35:37.744989 [ 3 ] {d154c479-5846-4255-b712-6e4c4d8c5cc5} <Debug> DynamicQueryHandler: Done processing query | ||
8594 | 2024.08.14 22:35:37.745013 [ 3 ] {d154c479-5846-4255-b712-6e4c4d8c5cc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
8595 | 2024.08.14 22:35:37.745029 [ 3 ] {} <Debug> HTTP-Session: ef619542-3088-4325-ad78-c00e5efac545 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8596 | 2024.08.14 22:35:37.745306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8597 | 2024.08.14 22:35:37.745355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8598 | 2024.08.14 22:35:37.745374 [ 3 ] {} <Debug> HTTP-Session: 98c74166-5b81-46cb-8a5e-022a458f013a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8599 | 2024.08.14 22:35:37.745390 [ 3 ] {} <Debug> HTTP-Session: 98c74166-5b81-46cb-8a5e-022a458f013a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8600 | 2024.08.14 22:35:37.745404 [ 3 ] {} <Debug> HTTP-Session: 98c74166-5b81-46cb-8a5e-022a458f013a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8601 | 2024.08.14 22:35:37.745463 [ 3 ] {} <Trace> HTTP-Session: 98c74166-5b81-46cb-8a5e-022a458f013a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8602 | 2024.08.14 22:35:37.745559 [ 3 ] {4828bbee-025e-4f14-abed-8398d1ce44bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8603 | 2024.08.14 22:35:37.745603 [ 3 ] {4828bbee-025e-4f14-abed-8398d1ce44bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8604 | 2024.08.14 22:35:37.745730 [ 3 ] {4828bbee-025e-4f14-abed-8398d1ce44bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8605 | 2024.08.14 22:35:37.746115 [ 3 ] {4828bbee-025e-4f14-abed-8398d1ce44bc} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8606 | 2024.08.14 22:35:37.746151 [ 3 ] {4828bbee-025e-4f14-abed-8398d1ce44bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8607 | 2024.08.14 22:35:37.746501 [ 3 ] {4828bbee-025e-4f14-abed-8398d1ce44bc} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8608 | 2024.08.14 22:35:37.746820 [ 3 ] {4828bbee-025e-4f14-abed-8398d1ce44bc} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8609 | 2024.08.14 22:35:37.746952 [ 3 ] {4828bbee-025e-4f14-abed-8398d1ce44bc} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001418 sec., 4231.311706629055 rows/sec., 181.81 KiB/sec. | ||
8610 | 2024.08.14 22:35:37.747415 [ 3 ] {4828bbee-025e-4f14-abed-8398d1ce44bc} <Debug> DynamicQueryHandler: Done processing query | ||
8611 | 2024.08.14 22:35:37.747523 [ 3 ] {4828bbee-025e-4f14-abed-8398d1ce44bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8612 | 2024.08.14 22:35:37.747573 [ 3 ] {} <Debug> HTTP-Session: 98c74166-5b81-46cb-8a5e-022a458f013a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8613 | 2024.08.14 22:35:37.747720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8614 | 2024.08.14 22:35:37.747771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8615 | 2024.08.14 22:35:37.747791 [ 3 ] {} <Debug> HTTP-Session: 655352cf-889c-424e-833f-396649c00b97 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8616 | 2024.08.14 22:35:37.747808 [ 3 ] {} <Debug> HTTP-Session: 655352cf-889c-424e-833f-396649c00b97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8617 | 2024.08.14 22:35:37.747822 [ 3 ] {} <Debug> HTTP-Session: 655352cf-889c-424e-833f-396649c00b97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8618 | 2024.08.14 22:35:37.747854 [ 3 ] {} <Trace> HTTP-Session: 655352cf-889c-424e-833f-396649c00b97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8619 | 2024.08.14 22:35:37.747974 [ 3 ] {837fbb70-cecd-4332-8504-5021f06dd677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
8620 | 2024.08.14 22:35:37.748022 [ 3 ] {837fbb70-cecd-4332-8504-5021f06dd677} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
8621 | 2024.08.14 22:35:37.748171 [ 3 ] {837fbb70-cecd-4332-8504-5021f06dd677} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8622 | 2024.08.14 22:35:37.748536 [ 3 ] {837fbb70-cecd-4332-8504-5021f06dd677} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8623 | 2024.08.14 22:35:37.748572 [ 3 ] {837fbb70-cecd-4332-8504-5021f06dd677} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8624 | 2024.08.14 22:35:37.748919 [ 3 ] {837fbb70-cecd-4332-8504-5021f06dd677} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8625 | 2024.08.14 22:35:37.749249 [ 3 ] {837fbb70-cecd-4332-8504-5021f06dd677} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8626 | 2024.08.14 22:35:37.749394 [ 3 ] {837fbb70-cecd-4332-8504-5021f06dd677} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001464 sec., 52595.62841530055 rows/sec., 3.24 MiB/sec. | ||
8627 | 2024.08.14 22:35:37.749605 [ 3 ] {837fbb70-cecd-4332-8504-5021f06dd677} <Debug> DynamicQueryHandler: Done processing query | ||
8628 | 2024.08.14 22:35:37.749629 [ 3 ] {837fbb70-cecd-4332-8504-5021f06dd677} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8629 | 2024.08.14 22:35:37.749645 [ 3 ] {} <Debug> HTTP-Session: 655352cf-889c-424e-833f-396649c00b97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8630 | 2024.08.14 22:35:37.749898 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 160857, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8631 | 2024.08.14 22:35:37.749946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8632 | 2024.08.14 22:35:37.749966 [ 3 ] {} <Debug> HTTP-Session: 66decc5e-59f8-4c8d-9b23-7221aa320239 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8633 | 2024.08.14 22:35:37.749981 [ 3 ] {} <Debug> HTTP-Session: 66decc5e-59f8-4c8d-9b23-7221aa320239 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8634 | 2024.08.14 22:35:37.749995 [ 3 ] {} <Debug> HTTP-Session: 66decc5e-59f8-4c8d-9b23-7221aa320239 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8635 | 2024.08.14 22:35:37.750025 [ 3 ] {} <Trace> HTTP-Session: 66decc5e-59f8-4c8d-9b23-7221aa320239 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8636 | 2024.08.14 22:35:37.750423 [ 3 ] {ffca1886-53d0-402a-b04b-d0fd7b10de9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8637 | 2024.08.14 22:35:37.750469 [ 3 ] {ffca1886-53d0-402a-b04b-d0fd7b10de9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8638 | 2024.08.14 22:35:37.750612 [ 3 ] {ffca1886-53d0-402a-b04b-d0fd7b10de9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8639 | 2024.08.14 22:35:37.751449 [ 3 ] {ffca1886-53d0-402a-b04b-d0fd7b10de9c} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8640 | 2024.08.14 22:35:37.751486 [ 3 ] {ffca1886-53d0-402a-b04b-d0fd7b10de9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8641 | 2024.08.14 22:35:37.751891 [ 3 ] {ffca1886-53d0-402a-b04b-d0fd7b10de9c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
8642 | 2024.08.14 22:35:37.752231 [ 3 ] {ffca1886-53d0-402a-b04b-d0fd7b10de9c} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8643 | 2024.08.14 22:35:37.752388 [ 3 ] {ffca1886-53d0-402a-b04b-d0fd7b10de9c} <Debug> executeQuery: Read 847 rows, 58.38 KiB in 0.002214 sec., 382565.4923215899 rows/sec., 25.75 MiB/sec. | ||
8644 | 2024.08.14 22:35:37.752566 [ 3 ] {ffca1886-53d0-402a-b04b-d0fd7b10de9c} <Debug> DynamicQueryHandler: Done processing query | ||
8645 | 2024.08.14 22:35:37.752590 [ 3 ] {ffca1886-53d0-402a-b04b-d0fd7b10de9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
8646 | 2024.08.14 22:35:37.752605 [ 3 ] {} <Debug> HTTP-Session: 66decc5e-59f8-4c8d-9b23-7221aa320239 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8647 | 2024.08.14 22:35:37.752914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17702, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8648 | 2024.08.14 22:35:37.752963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8649 | 2024.08.14 22:35:37.752983 [ 3 ] {} <Debug> HTTP-Session: b1e6fd1e-67c7-42f5-8e0a-b127cf5653fa Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8650 | 2024.08.14 22:35:37.752999 [ 3 ] {} <Debug> HTTP-Session: b1e6fd1e-67c7-42f5-8e0a-b127cf5653fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8651 | 2024.08.14 22:35:37.753013 [ 3 ] {} <Debug> HTTP-Session: b1e6fd1e-67c7-42f5-8e0a-b127cf5653fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8652 | 2024.08.14 22:35:37.753042 [ 3 ] {} <Trace> HTTP-Session: b1e6fd1e-67c7-42f5-8e0a-b127cf5653fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8653 | 2024.08.14 22:35:37.753315 [ 3 ] {2f370848-d818-4471-b778-1a238df6830b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8654 | 2024.08.14 22:35:37.753379 [ 3 ] {2f370848-d818-4471-b778-1a238df6830b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
8655 | 2024.08.14 22:35:37.753785 [ 3 ] {2f370848-d818-4471-b778-1a238df6830b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8656 | 2024.08.14 22:35:37.754340 [ 3 ] {2f370848-d818-4471-b778-1a238df6830b} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8657 | 2024.08.14 22:35:37.754377 [ 3 ] {2f370848-d818-4471-b778-1a238df6830b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8658 | 2024.08.14 22:35:37.754952 [ 3 ] {2f370848-d818-4471-b778-1a238df6830b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8659 | 2024.08.14 22:35:37.755361 [ 3 ] {2f370848-d818-4471-b778-1a238df6830b} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8660 | 2024.08.14 22:35:37.755542 [ 42 ] {} <Debug> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8661 | 2024.08.14 22:35:37.755557 [ 3 ] {2f370848-d818-4471-b778-1a238df6830b} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002434 sec., 4519.309778142974 rows/sec., 8.10 MiB/sec. | ||
8662 | 2024.08.14 22:35:37.755625 [ 42 ] {} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8663 | 2024.08.14 22:35:37.755712 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
8664 | 2024.08.14 22:35:37.756052 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::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 | ||
8665 | 2024.08.14 22:35:37.756121 [ 3 ] {2f370848-d818-4471-b778-1a238df6830b} <Debug> DynamicQueryHandler: Done processing query | ||
8666 | 2024.08.14 22:35:37.756157 [ 3 ] {2f370848-d818-4471-b778-1a238df6830b} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
8667 | 2024.08.14 22:35:37.756198 [ 3 ] {} <Debug> HTTP-Session: b1e6fd1e-67c7-42f5-8e0a-b127cf5653fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8668 | 2024.08.14 22:35:37.756396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8669 | 2024.08.14 22:35:37.756521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8670 | 2024.08.14 22:35:37.756571 [ 3 ] {} <Debug> HTTP-Session: bd89a1a6-0913-4ab7-a2be-4ae4f32c2e3a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8671 | 2024.08.14 22:35:37.756616 [ 3 ] {} <Debug> HTTP-Session: bd89a1a6-0913-4ab7-a2be-4ae4f32c2e3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8672 | 2024.08.14 22:35:37.756653 [ 3 ] {} <Debug> HTTP-Session: bd89a1a6-0913-4ab7-a2be-4ae4f32c2e3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8673 | 2024.08.14 22:35:37.756741 [ 3 ] {} <Trace> HTTP-Session: bd89a1a6-0913-4ab7-a2be-4ae4f32c2e3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8674 | 2024.08.14 22:35:37.756987 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8675 | 2024.08.14 22:35:37.757002 [ 3 ] {cd5ace69-66ba-40de-a797-ef84f6eb31cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
8676 | 2024.08.14 22:35:37.757124 [ 3 ] {cd5ace69-66ba-40de-a797-ef84f6eb31cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
8677 | 2024.08.14 22:35:37.757162 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 603 rows starting from the beginning of the part | ||
8678 | 2024.08.14 22:35:37.757998 [ 3 ] {cd5ace69-66ba-40de-a797-ef84f6eb31cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8679 | 2024.08.14 22:35:37.758063 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 11 rows starting from the beginning of the part | ||
8680 | 2024.08.14 22:35:37.758757 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 21 rows starting from the beginning of the part | ||
8681 | 2024.08.14 22:35:37.759000 [ 3 ] {cd5ace69-66ba-40de-a797-ef84f6eb31cc} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8682 | 2024.08.14 22:35:37.759110 [ 3 ] {cd5ace69-66ba-40de-a797-ef84f6eb31cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
8683 | 2024.08.14 22:35:37.759520 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 11 rows starting from the beginning of the part | ||
8684 | 2024.08.14 22:35:37.760157 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 21 rows starting from the beginning of the part | ||
8685 | 2024.08.14 22:35:37.760534 [ 3 ] {cd5ace69-66ba-40de-a797-ef84f6eb31cc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8686 | 2024.08.14 22:35:37.760805 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 11 rows starting from the beginning of the part | ||
8687 | 2024.08.14 22:35:37.761654 [ 3 ] {cd5ace69-66ba-40de-a797-ef84f6eb31cc} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8688 | 2024.08.14 22:35:37.762037 [ 3 ] {cd5ace69-66ba-40de-a797-ef84f6eb31cc} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005141 sec., 4473.837774751994 rows/sec., 242.00 KiB/sec. | ||
8689 | 2024.08.14 22:35:37.762395 [ 3 ] {cd5ace69-66ba-40de-a797-ef84f6eb31cc} <Debug> DynamicQueryHandler: Done processing query | ||
8690 | 2024.08.14 22:35:37.762442 [ 3 ] {cd5ace69-66ba-40de-a797-ef84f6eb31cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8691 | 2024.08.14 22:35:37.762470 [ 3 ] {} <Debug> HTTP-Session: bd89a1a6-0913-4ab7-a2be-4ae4f32c2e3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8692 | 2024.08.14 22:35:37.762645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8693 | 2024.08.14 22:35:37.762769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8694 | 2024.08.14 22:35:37.762837 [ 3 ] {} <Debug> HTTP-Session: 0e2ec521-9f18-4676-a439-8d30cdefcfe7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8695 | 2024.08.14 22:35:37.762893 [ 3 ] {} <Debug> HTTP-Session: 0e2ec521-9f18-4676-a439-8d30cdefcfe7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8696 | 2024.08.14 22:35:37.762936 [ 3 ] {} <Debug> HTTP-Session: 0e2ec521-9f18-4676-a439-8d30cdefcfe7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8697 | 2024.08.14 22:35:37.763013 [ 3 ] {} <Trace> HTTP-Session: 0e2ec521-9f18-4676-a439-8d30cdefcfe7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8698 | 2024.08.14 22:35:37.763230 [ 3 ] {eb4562ff-c1e0-4ba7-8053-6042550960e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8699 | 2024.08.14 22:35:37.763282 [ 3 ] {eb4562ff-c1e0-4ba7-8053-6042550960e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8700 | 2024.08.14 22:35:37.763430 [ 3 ] {eb4562ff-c1e0-4ba7-8053-6042550960e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8701 | 2024.08.14 22:35:37.763893 [ 3 ] {eb4562ff-c1e0-4ba7-8053-6042550960e6} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8702 | 2024.08.14 22:35:37.763963 [ 3 ] {eb4562ff-c1e0-4ba7-8053-6042550960e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
8703 | 2024.08.14 22:35:37.765031 [ 3 ] {eb4562ff-c1e0-4ba7-8053-6042550960e6} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
8704 | 2024.08.14 22:35:37.765994 [ 3 ] {eb4562ff-c1e0-4ba7-8053-6042550960e6} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8705 | 2024.08.14 22:35:37.766444 [ 3 ] {eb4562ff-c1e0-4ba7-8053-6042550960e6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003283 sec., 18275.967103259216 rows/sec., 1.23 MiB/sec. | ||
8706 | 2024.08.14 22:35:37.766810 [ 3 ] {eb4562ff-c1e0-4ba7-8053-6042550960e6} <Debug> DynamicQueryHandler: Done processing query | ||
8707 | 2024.08.14 22:35:37.766864 [ 3 ] {eb4562ff-c1e0-4ba7-8053-6042550960e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8708 | 2024.08.14 22:35:37.766912 [ 3 ] {} <Debug> HTTP-Session: 0e2ec521-9f18-4676-a439-8d30cdefcfe7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8709 | 2024.08.14 22:35:37.768921 [ 188 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 678 rows, containing 19 columns (19 merged, 0 gathered) in 0.013068611 sec., 51880.03529984938 rows/sec., 92.97 MiB/sec. | ||
8710 | 2024.08.14 22:35:37.769947 [ 188 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8711 | 2024.08.14 22:35:37.770527 [ 188 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8712 | 2024.08.14 22:35:37.770605 [ 188 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8713 | 2024.08.14 22:35:37.770743 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.40 MiB. | ||
8714 | 2024.08.14 22:35:41.084755 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8715 | 2024.08.14 22:35:41.084830 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8716 | 2024.08.14 22:35:42.843224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8717 | 2024.08.14 22:35:42.843339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8718 | 2024.08.14 22:35:42.843365 [ 3 ] {} <Debug> HTTP-Session: dbe7aa1d-9541-4617-8188-1245ee5c2488 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8719 | 2024.08.14 22:35:42.843389 [ 3 ] {} <Debug> HTTP-Session: dbe7aa1d-9541-4617-8188-1245ee5c2488 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8720 | 2024.08.14 22:35:42.843404 [ 3 ] {} <Debug> HTTP-Session: dbe7aa1d-9541-4617-8188-1245ee5c2488 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8721 | 2024.08.14 22:35:42.843452 [ 3 ] {} <Trace> HTTP-Session: dbe7aa1d-9541-4617-8188-1245ee5c2488 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8722 | 2024.08.14 22:35:42.843644 [ 3 ] {28636234-2f2f-4ebb-8972-c8633ffe370a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8723 | 2024.08.14 22:35:42.843708 [ 3 ] {28636234-2f2f-4ebb-8972-c8633ffe370a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8724 | 2024.08.14 22:35:42.843896 [ 3 ] {28636234-2f2f-4ebb-8972-c8633ffe370a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8725 | 2024.08.14 22:35:42.844362 [ 3 ] {28636234-2f2f-4ebb-8972-c8633ffe370a} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8726 | 2024.08.14 22:35:42.844404 [ 3 ] {28636234-2f2f-4ebb-8972-c8633ffe370a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
8727 | 2024.08.14 22:35:42.844770 [ 3 ] {28636234-2f2f-4ebb-8972-c8633ffe370a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8728 | 2024.08.14 22:35:42.845122 [ 3 ] {28636234-2f2f-4ebb-8972-c8633ffe370a} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8729 | 2024.08.14 22:35:42.845283 [ 3 ] {28636234-2f2f-4ebb-8972-c8633ffe370a} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001696 sec., 12382.075471698114 rows/sec., 1003.63 KiB/sec. | ||
8730 | 2024.08.14 22:35:42.845489 [ 3 ] {28636234-2f2f-4ebb-8972-c8633ffe370a} <Debug> DynamicQueryHandler: Done processing query | ||
8731 | 2024.08.14 22:35:42.845516 [ 3 ] {28636234-2f2f-4ebb-8972-c8633ffe370a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8732 | 2024.08.14 22:35:42.845534 [ 3 ] {} <Debug> HTTP-Session: dbe7aa1d-9541-4617-8188-1245ee5c2488 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8733 | 2024.08.14 22:35:42.845671 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8734 | 2024.08.14 22:35:42.845721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8735 | 2024.08.14 22:35:42.845742 [ 3 ] {} <Debug> HTTP-Session: 669f85d8-0d3a-4d1a-b499-3df079dbc68e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8736 | 2024.08.14 22:35:42.845758 [ 3 ] {} <Debug> HTTP-Session: 669f85d8-0d3a-4d1a-b499-3df079dbc68e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8737 | 2024.08.14 22:35:42.845772 [ 3 ] {} <Debug> HTTP-Session: 669f85d8-0d3a-4d1a-b499-3df079dbc68e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8738 | 2024.08.14 22:35:42.845804 [ 3 ] {} <Trace> HTTP-Session: 669f85d8-0d3a-4d1a-b499-3df079dbc68e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8739 | 2024.08.14 22:35:42.845901 [ 3 ] {d2f1c54a-6bae-4867-b41a-bd0f1496f29b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8740 | 2024.08.14 22:35:42.845945 [ 3 ] {d2f1c54a-6bae-4867-b41a-bd0f1496f29b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8741 | 2024.08.14 22:35:42.846075 [ 3 ] {d2f1c54a-6bae-4867-b41a-bd0f1496f29b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8742 | 2024.08.14 22:35:42.846385 [ 3 ] {d2f1c54a-6bae-4867-b41a-bd0f1496f29b} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8743 | 2024.08.14 22:35:42.846422 [ 3 ] {d2f1c54a-6bae-4867-b41a-bd0f1496f29b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
8744 | 2024.08.14 22:35:42.846725 [ 3 ] {d2f1c54a-6bae-4867-b41a-bd0f1496f29b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
8745 | 2024.08.14 22:35:42.847048 [ 3 ] {d2f1c54a-6bae-4867-b41a-bd0f1496f29b} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8746 | 2024.08.14 22:35:42.847208 [ 3 ] {d2f1c54a-6bae-4867-b41a-bd0f1496f29b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001323 sec., 3023.4315948601666 rows/sec., 246.54 KiB/sec. | ||
8747 | 2024.08.14 22:35:42.847383 [ 3 ] {d2f1c54a-6bae-4867-b41a-bd0f1496f29b} <Debug> DynamicQueryHandler: Done processing query | ||
8748 | 2024.08.14 22:35:42.847409 [ 3 ] {d2f1c54a-6bae-4867-b41a-bd0f1496f29b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8749 | 2024.08.14 22:35:42.847425 [ 3 ] {} <Debug> HTTP-Session: 669f85d8-0d3a-4d1a-b499-3df079dbc68e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8750 | 2024.08.14 22:35:42.847579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8751 | 2024.08.14 22:35:42.847629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8752 | 2024.08.14 22:35:42.847650 [ 3 ] {} <Debug> HTTP-Session: f2092d39-88f6-43d5-8988-db273a805a65 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8753 | 2024.08.14 22:35:42.847667 [ 3 ] {} <Debug> HTTP-Session: f2092d39-88f6-43d5-8988-db273a805a65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8754 | 2024.08.14 22:35:42.847681 [ 3 ] {} <Debug> HTTP-Session: f2092d39-88f6-43d5-8988-db273a805a65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8755 | 2024.08.14 22:35:42.847712 [ 3 ] {} <Trace> HTTP-Session: f2092d39-88f6-43d5-8988-db273a805a65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8756 | 2024.08.14 22:35:42.847858 [ 3 ] {d85850cb-f7e4-4c4d-b27b-fb25a273aa43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8757 | 2024.08.14 22:35:42.847900 [ 3 ] {d85850cb-f7e4-4c4d-b27b-fb25a273aa43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8758 | 2024.08.14 22:35:42.848033 [ 3 ] {d85850cb-f7e4-4c4d-b27b-fb25a273aa43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8759 | 2024.08.14 22:35:42.848419 [ 3 ] {d85850cb-f7e4-4c4d-b27b-fb25a273aa43} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8760 | 2024.08.14 22:35:42.848458 [ 3 ] {d85850cb-f7e4-4c4d-b27b-fb25a273aa43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
8761 | 2024.08.14 22:35:42.848777 [ 3 ] {d85850cb-f7e4-4c4d-b27b-fb25a273aa43} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8762 | 2024.08.14 22:35:42.849097 [ 3 ] {d85850cb-f7e4-4c4d-b27b-fb25a273aa43} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8763 | 2024.08.14 22:35:42.849254 [ 3 ] {d85850cb-f7e4-4c4d-b27b-fb25a273aa43} <Debug> executeQuery: Read 121 rows, 10.22 KiB in 0.001441 sec., 83969.46564885497 rows/sec., 6.93 MiB/sec. | ||
8764 | 2024.08.14 22:35:42.849502 [ 3 ] {d85850cb-f7e4-4c4d-b27b-fb25a273aa43} <Debug> DynamicQueryHandler: Done processing query | ||
8765 | 2024.08.14 22:35:42.849574 [ 3 ] {d85850cb-f7e4-4c4d-b27b-fb25a273aa43} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8766 | 2024.08.14 22:35:42.849632 [ 3 ] {} <Debug> HTTP-Session: f2092d39-88f6-43d5-8988-db273a805a65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8767 | 2024.08.14 22:35:42.849798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8768 | 2024.08.14 22:35:42.849851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8769 | 2024.08.14 22:35:42.849872 [ 3 ] {} <Debug> HTTP-Session: 2b1e9dd2-cdca-4495-a3fc-8b24e9933463 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8770 | 2024.08.14 22:35:42.849889 [ 3 ] {} <Debug> HTTP-Session: 2b1e9dd2-cdca-4495-a3fc-8b24e9933463 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8771 | 2024.08.14 22:35:42.849903 [ 3 ] {} <Debug> HTTP-Session: 2b1e9dd2-cdca-4495-a3fc-8b24e9933463 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8772 | 2024.08.14 22:35:42.849935 [ 3 ] {} <Trace> HTTP-Session: 2b1e9dd2-cdca-4495-a3fc-8b24e9933463 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8773 | 2024.08.14 22:35:42.850037 [ 3 ] {e8755ecb-39a9-4702-9be2-8a30089a3051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8774 | 2024.08.14 22:35:42.850082 [ 3 ] {e8755ecb-39a9-4702-9be2-8a30089a3051} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8775 | 2024.08.14 22:35:42.850231 [ 3 ] {e8755ecb-39a9-4702-9be2-8a30089a3051} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8776 | 2024.08.14 22:35:42.850517 [ 3 ] {e8755ecb-39a9-4702-9be2-8a30089a3051} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8777 | 2024.08.14 22:35:42.850557 [ 3 ] {e8755ecb-39a9-4702-9be2-8a30089a3051} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
8778 | 2024.08.14 22:35:42.850859 [ 3 ] {e8755ecb-39a9-4702-9be2-8a30089a3051} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
8779 | 2024.08.14 22:35:42.851176 [ 3 ] {e8755ecb-39a9-4702-9be2-8a30089a3051} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8780 | 2024.08.14 22:35:42.851331 [ 3 ] {e8755ecb-39a9-4702-9be2-8a30089a3051} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001313 sec., 3046.4584920030466 rows/sec., 212.72 KiB/sec. | ||
8781 | 2024.08.14 22:35:42.851530 [ 3 ] {e8755ecb-39a9-4702-9be2-8a30089a3051} <Debug> DynamicQueryHandler: Done processing query | ||
8782 | 2024.08.14 22:35:42.851555 [ 3 ] {e8755ecb-39a9-4702-9be2-8a30089a3051} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8783 | 2024.08.14 22:35:42.851571 [ 3 ] {} <Debug> HTTP-Session: 2b1e9dd2-cdca-4495-a3fc-8b24e9933463 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8784 | 2024.08.14 22:35:42.851702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 15131, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8785 | 2024.08.14 22:35:42.851753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8786 | 2024.08.14 22:35:42.851773 [ 3 ] {} <Debug> HTTP-Session: 5bb88641-b11c-42f4-977a-ff53f0442059 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8787 | 2024.08.14 22:35:42.851790 [ 3 ] {} <Debug> HTTP-Session: 5bb88641-b11c-42f4-977a-ff53f0442059 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8788 | 2024.08.14 22:35:42.851803 [ 3 ] {} <Debug> HTTP-Session: 5bb88641-b11c-42f4-977a-ff53f0442059 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8789 | 2024.08.14 22:35:42.851833 [ 3 ] {} <Trace> HTTP-Session: 5bb88641-b11c-42f4-977a-ff53f0442059 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8790 | 2024.08.14 22:35:42.851957 [ 3 ] {35df27fe-2008-408c-b74f-451c0945e40c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8791 | 2024.08.14 22:35:42.852000 [ 3 ] {35df27fe-2008-408c-b74f-451c0945e40c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8792 | 2024.08.14 22:35:42.852127 [ 3 ] {35df27fe-2008-408c-b74f-451c0945e40c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8793 | 2024.08.14 22:35:42.852456 [ 3 ] {35df27fe-2008-408c-b74f-451c0945e40c} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8794 | 2024.08.14 22:35:42.852494 [ 3 ] {35df27fe-2008-408c-b74f-451c0945e40c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
8795 | 2024.08.14 22:35:42.852811 [ 3 ] {35df27fe-2008-408c-b74f-451c0945e40c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8796 | 2024.08.14 22:35:42.853127 [ 3 ] {35df27fe-2008-408c-b74f-451c0945e40c} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8797 | 2024.08.14 22:35:42.853284 [ 3 ] {35df27fe-2008-408c-b74f-451c0945e40c} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.00137 sec., 64963.503649635044 rows/sec., 5.08 MiB/sec. | ||
8798 | 2024.08.14 22:35:42.853447 [ 3 ] {35df27fe-2008-408c-b74f-451c0945e40c} <Debug> DynamicQueryHandler: Done processing query | ||
8799 | 2024.08.14 22:35:42.853472 [ 3 ] {35df27fe-2008-408c-b74f-451c0945e40c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8800 | 2024.08.14 22:35:42.853488 [ 3 ] {} <Debug> HTTP-Session: 5bb88641-b11c-42f4-977a-ff53f0442059 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8801 | 2024.08.14 22:35:42.853642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 31040, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8802 | 2024.08.14 22:35:42.853702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8803 | 2024.08.14 22:35:42.853722 [ 3 ] {} <Debug> HTTP-Session: 12080365-1f70-42f8-a289-606e43681d31 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8804 | 2024.08.14 22:35:42.853739 [ 3 ] {} <Debug> HTTP-Session: 12080365-1f70-42f8-a289-606e43681d31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8805 | 2024.08.14 22:35:42.853753 [ 3 ] {} <Debug> HTTP-Session: 12080365-1f70-42f8-a289-606e43681d31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8806 | 2024.08.14 22:35:42.853784 [ 3 ] {} <Trace> HTTP-Session: 12080365-1f70-42f8-a289-606e43681d31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8807 | 2024.08.14 22:35:42.853934 [ 3 ] {dc650684-846e-4b87-8ced-bd74ea629bcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8808 | 2024.08.14 22:35:42.853980 [ 3 ] {dc650684-846e-4b87-8ced-bd74ea629bcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8809 | 2024.08.14 22:35:42.854125 [ 3 ] {dc650684-846e-4b87-8ced-bd74ea629bcf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8810 | 2024.08.14 22:35:42.854520 [ 3 ] {dc650684-846e-4b87-8ced-bd74ea629bcf} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8811 | 2024.08.14 22:35:42.854557 [ 3 ] {dc650684-846e-4b87-8ced-bd74ea629bcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
8812 | 2024.08.14 22:35:42.854956 [ 3 ] {dc650684-846e-4b87-8ced-bd74ea629bcf} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8813 | 2024.08.14 22:35:42.855282 [ 3 ] {dc650684-846e-4b87-8ced-bd74ea629bcf} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8814 | 2024.08.14 22:35:42.855440 [ 3 ] {dc650684-846e-4b87-8ced-bd74ea629bcf} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001563 sec., 103646.83301343571 rows/sec., 7.22 MiB/sec. | ||
8815 | 2024.08.14 22:35:42.855733 [ 3 ] {dc650684-846e-4b87-8ced-bd74ea629bcf} <Debug> DynamicQueryHandler: Done processing query | ||
8816 | 2024.08.14 22:35:42.855785 [ 3 ] {dc650684-846e-4b87-8ced-bd74ea629bcf} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8817 | 2024.08.14 22:35:42.855839 [ 3 ] {} <Debug> HTTP-Session: 12080365-1f70-42f8-a289-606e43681d31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8818 | 2024.08.14 22:35:42.856136 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8819 | 2024.08.14 22:35:42.856190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8820 | 2024.08.14 22:35:42.856209 [ 3 ] {} <Debug> HTTP-Session: 22717996-9e3d-486a-a6ec-3a1ec67d363d Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8821 | 2024.08.14 22:35:42.856226 [ 3 ] {} <Debug> HTTP-Session: 22717996-9e3d-486a-a6ec-3a1ec67d363d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8822 | 2024.08.14 22:35:42.856239 [ 3 ] {} <Debug> HTTP-Session: 22717996-9e3d-486a-a6ec-3a1ec67d363d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8823 | 2024.08.14 22:35:42.856272 [ 3 ] {} <Trace> HTTP-Session: 22717996-9e3d-486a-a6ec-3a1ec67d363d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8824 | 2024.08.14 22:35:42.856551 [ 3 ] {5186e4e5-c0dd-440c-a71f-e294357e467a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8825 | 2024.08.14 22:35:42.856621 [ 3 ] {5186e4e5-c0dd-440c-a71f-e294357e467a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
8826 | 2024.08.14 22:35:42.857040 [ 3 ] {5186e4e5-c0dd-440c-a71f-e294357e467a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8827 | 2024.08.14 22:35:42.857587 [ 3 ] {5186e4e5-c0dd-440c-a71f-e294357e467a} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8828 | 2024.08.14 22:35:42.857621 [ 3 ] {5186e4e5-c0dd-440c-a71f-e294357e467a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
8829 | 2024.08.14 22:35:42.858218 [ 3 ] {5186e4e5-c0dd-440c-a71f-e294357e467a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8830 | 2024.08.14 22:35:42.858690 [ 3 ] {5186e4e5-c0dd-440c-a71f-e294357e467a} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8831 | 2024.08.14 22:35:42.858880 [ 3 ] {5186e4e5-c0dd-440c-a71f-e294357e467a} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002518 sec., 8339.95234312947 rows/sec., 14.94 MiB/sec. | ||
8832 | 2024.08.14 22:35:42.859091 [ 3 ] {5186e4e5-c0dd-440c-a71f-e294357e467a} <Debug> DynamicQueryHandler: Done processing query | ||
8833 | 2024.08.14 22:35:42.859116 [ 3 ] {5186e4e5-c0dd-440c-a71f-e294357e467a} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
8834 | 2024.08.14 22:35:42.859132 [ 3 ] {} <Debug> HTTP-Session: 22717996-9e3d-486a-a6ec-3a1ec67d363d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8835 | 2024.08.14 22:35:42.859268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8836 | 2024.08.14 22:35:42.859315 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8837 | 2024.08.14 22:35:42.859334 [ 3 ] {} <Debug> HTTP-Session: 4ca5b0f3-b917-4725-90a4-9d5664c5b3b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8838 | 2024.08.14 22:35:42.859350 [ 3 ] {} <Debug> HTTP-Session: 4ca5b0f3-b917-4725-90a4-9d5664c5b3b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8839 | 2024.08.14 22:35:42.859364 [ 3 ] {} <Debug> HTTP-Session: 4ca5b0f3-b917-4725-90a4-9d5664c5b3b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8840 | 2024.08.14 22:35:42.859394 [ 3 ] {} <Trace> HTTP-Session: 4ca5b0f3-b917-4725-90a4-9d5664c5b3b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8841 | 2024.08.14 22:35:42.859510 [ 3 ] {08e8b0bd-60f5-44d1-9022-e519fd1bb45b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8842 | 2024.08.14 22:35:42.859555 [ 3 ] {08e8b0bd-60f5-44d1-9022-e519fd1bb45b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8843 | 2024.08.14 22:35:42.859679 [ 3 ] {08e8b0bd-60f5-44d1-9022-e519fd1bb45b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8844 | 2024.08.14 22:35:42.859987 [ 3 ] {08e8b0bd-60f5-44d1-9022-e519fd1bb45b} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8845 | 2024.08.14 22:35:42.860023 [ 3 ] {08e8b0bd-60f5-44d1-9022-e519fd1bb45b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
8846 | 2024.08.14 22:35:42.860377 [ 3 ] {08e8b0bd-60f5-44d1-9022-e519fd1bb45b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8847 | 2024.08.14 22:35:42.860691 [ 3 ] {08e8b0bd-60f5-44d1-9022-e519fd1bb45b} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8848 | 2024.08.14 22:35:42.860843 [ 3 ] {08e8b0bd-60f5-44d1-9022-e519fd1bb45b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001371 sec., 43763.6761487965 rows/sec., 2.95 MiB/sec. | ||
8849 | 2024.08.14 22:35:42.861041 [ 3 ] {08e8b0bd-60f5-44d1-9022-e519fd1bb45b} <Debug> DynamicQueryHandler: Done processing query | ||
8850 | 2024.08.14 22:35:42.861070 [ 3 ] {08e8b0bd-60f5-44d1-9022-e519fd1bb45b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8851 | 2024.08.14 22:35:42.861089 [ 3 ] {} <Debug> HTTP-Session: 4ca5b0f3-b917-4725-90a4-9d5664c5b3b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8852 | 2024.08.14 22:35:47.847310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8853 | 2024.08.14 22:35:47.847507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8854 | 2024.08.14 22:35:47.847552 [ 3 ] {} <Debug> HTTP-Session: 4028bbd7-908a-450a-a150-c042622ad299 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8855 | 2024.08.14 22:35:47.847593 [ 3 ] {} <Debug> HTTP-Session: 4028bbd7-908a-450a-a150-c042622ad299 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8856 | 2024.08.14 22:35:47.847620 [ 3 ] {} <Debug> HTTP-Session: 4028bbd7-908a-450a-a150-c042622ad299 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8857 | 2024.08.14 22:35:47.847700 [ 3 ] {} <Trace> HTTP-Session: 4028bbd7-908a-450a-a150-c042622ad299 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8858 | 2024.08.14 22:35:47.847994 [ 3 ] {f36b15a9-9ef4-4900-9c26-293d5ba4ee95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8859 | 2024.08.14 22:35:47.848104 [ 3 ] {f36b15a9-9ef4-4900-9c26-293d5ba4ee95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8860 | 2024.08.14 22:35:47.848361 [ 3 ] {f36b15a9-9ef4-4900-9c26-293d5ba4ee95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8861 | 2024.08.14 22:35:47.848783 [ 3 ] {f36b15a9-9ef4-4900-9c26-293d5ba4ee95} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8862 | 2024.08.14 22:35:47.848829 [ 3 ] {f36b15a9-9ef4-4900-9c26-293d5ba4ee95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
8863 | 2024.08.14 22:35:47.849199 [ 3 ] {f36b15a9-9ef4-4900-9c26-293d5ba4ee95} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8864 | 2024.08.14 22:35:47.849536 [ 3 ] {f36b15a9-9ef4-4900-9c26-293d5ba4ee95} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8865 | 2024.08.14 22:35:47.849708 [ 3 ] {f36b15a9-9ef4-4900-9c26-293d5ba4ee95} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001808 sec., 9402.654867256637 rows/sec., 681.11 KiB/sec. | ||
8866 | 2024.08.14 22:35:47.849942 [ 3 ] {f36b15a9-9ef4-4900-9c26-293d5ba4ee95} <Debug> DynamicQueryHandler: Done processing query | ||
8867 | 2024.08.14 22:35:47.849969 [ 3 ] {f36b15a9-9ef4-4900-9c26-293d5ba4ee95} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8868 | 2024.08.14 22:35:47.849985 [ 3 ] {} <Debug> HTTP-Session: 4028bbd7-908a-450a-a150-c042622ad299 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8869 | 2024.08.14 22:35:47.850182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 29344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8870 | 2024.08.14 22:35:47.850235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8871 | 2024.08.14 22:35:47.850255 [ 3 ] {} <Debug> HTTP-Session: 33dad0cb-813e-45ec-8b13-1500f6945cbe Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8872 | 2024.08.14 22:35:47.850272 [ 3 ] {} <Debug> HTTP-Session: 33dad0cb-813e-45ec-8b13-1500f6945cbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8873 | 2024.08.14 22:35:47.850287 [ 3 ] {} <Debug> HTTP-Session: 33dad0cb-813e-45ec-8b13-1500f6945cbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8874 | 2024.08.14 22:35:47.850322 [ 3 ] {} <Trace> HTTP-Session: 33dad0cb-813e-45ec-8b13-1500f6945cbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8875 | 2024.08.14 22:35:47.850477 [ 3 ] {f0adc27f-ef73-487a-bd7b-0f0749a99230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8876 | 2024.08.14 22:35:47.850523 [ 3 ] {f0adc27f-ef73-487a-bd7b-0f0749a99230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8877 | 2024.08.14 22:35:47.850652 [ 3 ] {f0adc27f-ef73-487a-bd7b-0f0749a99230} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8878 | 2024.08.14 22:35:47.851115 [ 3 ] {f0adc27f-ef73-487a-bd7b-0f0749a99230} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8879 | 2024.08.14 22:35:47.851151 [ 3 ] {f0adc27f-ef73-487a-bd7b-0f0749a99230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
8880 | 2024.08.14 22:35:47.851475 [ 3 ] {f0adc27f-ef73-487a-bd7b-0f0749a99230} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8881 | 2024.08.14 22:35:47.851780 [ 3 ] {f0adc27f-ef73-487a-bd7b-0f0749a99230} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8882 | 2024.08.14 22:35:47.851940 [ 3 ] {f0adc27f-ef73-487a-bd7b-0f0749a99230} <Debug> executeQuery: Read 194 rows, 17.54 KiB in 0.001526 sec., 127129.750982962 rows/sec., 11.23 MiB/sec. | ||
8883 | 2024.08.14 22:35:47.852113 [ 3 ] {f0adc27f-ef73-487a-bd7b-0f0749a99230} <Debug> DynamicQueryHandler: Done processing query | ||
8884 | 2024.08.14 22:35:47.852136 [ 3 ] {f0adc27f-ef73-487a-bd7b-0f0749a99230} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
8885 | 2024.08.14 22:35:47.852151 [ 3 ] {} <Debug> HTTP-Session: 33dad0cb-813e-45ec-8b13-1500f6945cbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8886 | 2024.08.14 22:35:47.852354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 63412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8887 | 2024.08.14 22:35:47.852405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8888 | 2024.08.14 22:35:47.852424 [ 3 ] {} <Debug> HTTP-Session: b49a89b1-e32c-4f89-9303-663905d593ec Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8889 | 2024.08.14 22:35:47.852441 [ 3 ] {} <Debug> HTTP-Session: b49a89b1-e32c-4f89-9303-663905d593ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8890 | 2024.08.14 22:35:47.852454 [ 3 ] {} <Debug> HTTP-Session: b49a89b1-e32c-4f89-9303-663905d593ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8891 | 2024.08.14 22:35:47.852487 [ 3 ] {} <Trace> HTTP-Session: b49a89b1-e32c-4f89-9303-663905d593ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8892 | 2024.08.14 22:35:47.852700 [ 3 ] {02ded05a-ad76-4870-b798-f6f9ad2b298b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8893 | 2024.08.14 22:35:47.852745 [ 3 ] {02ded05a-ad76-4870-b798-f6f9ad2b298b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8894 | 2024.08.14 22:35:47.852873 [ 3 ] {02ded05a-ad76-4870-b798-f6f9ad2b298b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8895 | 2024.08.14 22:35:47.853385 [ 3 ] {02ded05a-ad76-4870-b798-f6f9ad2b298b} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8896 | 2024.08.14 22:35:47.853421 [ 3 ] {02ded05a-ad76-4870-b798-f6f9ad2b298b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
8897 | 2024.08.14 22:35:47.853743 [ 3 ] {02ded05a-ad76-4870-b798-f6f9ad2b298b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8898 | 2024.08.14 22:35:47.854058 [ 3 ] {02ded05a-ad76-4870-b798-f6f9ad2b298b} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8899 | 2024.08.14 22:35:47.854208 [ 3 ] {02ded05a-ad76-4870-b798-f6f9ad2b298b} <Debug> executeQuery: Read 393 rows, 28.36 KiB in 0.001624 sec., 241995.07389162562 rows/sec., 17.05 MiB/sec. | ||
8900 | 2024.08.14 22:35:47.854363 [ 3 ] {02ded05a-ad76-4870-b798-f6f9ad2b298b} <Debug> DynamicQueryHandler: Done processing query | ||
8901 | 2024.08.14 22:35:47.854386 [ 3 ] {02ded05a-ad76-4870-b798-f6f9ad2b298b} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
8902 | 2024.08.14 22:35:47.854401 [ 3 ] {} <Debug> HTTP-Session: b49a89b1-e32c-4f89-9303-663905d593ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8903 | 2024.08.14 22:35:47.854540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8904 | 2024.08.14 22:35:47.854587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8905 | 2024.08.14 22:35:47.854625 [ 3 ] {} <Debug> HTTP-Session: f4b62b48-352d-44ec-aa82-2f3d030b6cf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8906 | 2024.08.14 22:35:47.854645 [ 3 ] {} <Debug> HTTP-Session: f4b62b48-352d-44ec-aa82-2f3d030b6cf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8907 | 2024.08.14 22:35:47.854660 [ 3 ] {} <Debug> HTTP-Session: f4b62b48-352d-44ec-aa82-2f3d030b6cf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8908 | 2024.08.14 22:35:47.854692 [ 3 ] {} <Trace> HTTP-Session: f4b62b48-352d-44ec-aa82-2f3d030b6cf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8909 | 2024.08.14 22:35:47.854796 [ 3 ] {760c515e-2e66-4fd5-a910-7dca4a9dc1a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8910 | 2024.08.14 22:35:47.854845 [ 3 ] {760c515e-2e66-4fd5-a910-7dca4a9dc1a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8911 | 2024.08.14 22:35:47.854969 [ 3 ] {760c515e-2e66-4fd5-a910-7dca4a9dc1a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8912 | 2024.08.14 22:35:47.855241 [ 3 ] {760c515e-2e66-4fd5-a910-7dca4a9dc1a8} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8913 | 2024.08.14 22:35:47.855278 [ 3 ] {760c515e-2e66-4fd5-a910-7dca4a9dc1a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
8914 | 2024.08.14 22:35:47.855641 [ 3 ] {760c515e-2e66-4fd5-a910-7dca4a9dc1a8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8915 | 2024.08.14 22:35:47.855973 [ 3 ] {760c515e-2e66-4fd5-a910-7dca4a9dc1a8} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8916 | 2024.08.14 22:35:47.856130 [ 3 ] {760c515e-2e66-4fd5-a910-7dca4a9dc1a8} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001357 sec., 4421.518054532056 rows/sec., 189.99 KiB/sec. | ||
8917 | 2024.08.14 22:35:47.856297 [ 3 ] {760c515e-2e66-4fd5-a910-7dca4a9dc1a8} <Debug> DynamicQueryHandler: Done processing query | ||
8918 | 2024.08.14 22:35:47.856321 [ 3 ] {760c515e-2e66-4fd5-a910-7dca4a9dc1a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8919 | 2024.08.14 22:35:47.856336 [ 3 ] {} <Debug> HTTP-Session: f4b62b48-352d-44ec-aa82-2f3d030b6cf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8920 | 2024.08.14 22:35:47.856457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8921 | 2024.08.14 22:35:47.856506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8922 | 2024.08.14 22:35:47.856525 [ 3 ] {} <Debug> HTTP-Session: 5e9904a0-c31d-4a6f-95ee-3abf5c3481e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8923 | 2024.08.14 22:35:47.856541 [ 3 ] {} <Debug> HTTP-Session: 5e9904a0-c31d-4a6f-95ee-3abf5c3481e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8924 | 2024.08.14 22:35:47.856555 [ 3 ] {} <Debug> HTTP-Session: 5e9904a0-c31d-4a6f-95ee-3abf5c3481e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8925 | 2024.08.14 22:35:47.856586 [ 3 ] {} <Trace> HTTP-Session: 5e9904a0-c31d-4a6f-95ee-3abf5c3481e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8926 | 2024.08.14 22:35:47.856722 [ 3 ] {7441db68-c74a-4402-ab14-2148c15ac5c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
8927 | 2024.08.14 22:35:47.856768 [ 3 ] {7441db68-c74a-4402-ab14-2148c15ac5c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
8928 | 2024.08.14 22:35:47.856909 [ 3 ] {7441db68-c74a-4402-ab14-2148c15ac5c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8929 | 2024.08.14 22:35:47.857223 [ 3 ] {7441db68-c74a-4402-ab14-2148c15ac5c9} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8930 | 2024.08.14 22:35:47.857259 [ 3 ] {7441db68-c74a-4402-ab14-2148c15ac5c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
8931 | 2024.08.14 22:35:47.857610 [ 3 ] {7441db68-c74a-4402-ab14-2148c15ac5c9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8932 | 2024.08.14 22:35:47.857944 [ 3 ] {7441db68-c74a-4402-ab14-2148c15ac5c9} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8933 | 2024.08.14 22:35:47.858103 [ 3 ] {7441db68-c74a-4402-ab14-2148c15ac5c9} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001438 sec., 53546.592489568844 rows/sec., 3.30 MiB/sec. | ||
8934 | 2024.08.14 22:35:47.858414 [ 3 ] {7441db68-c74a-4402-ab14-2148c15ac5c9} <Debug> DynamicQueryHandler: Done processing query | ||
8935 | 2024.08.14 22:35:47.858437 [ 3 ] {7441db68-c74a-4402-ab14-2148c15ac5c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8936 | 2024.08.14 22:35:47.858454 [ 3 ] {} <Debug> HTTP-Session: 5e9904a0-c31d-4a6f-95ee-3abf5c3481e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8937 | 2024.08.14 22:35:47.858622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8938 | 2024.08.14 22:35:47.858671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8939 | 2024.08.14 22:35:47.858690 [ 3 ] {} <Debug> HTTP-Session: 7ed4a0db-2bde-4d05-a155-aa05b949405a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8940 | 2024.08.14 22:35:47.858706 [ 3 ] {} <Debug> HTTP-Session: 7ed4a0db-2bde-4d05-a155-aa05b949405a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8941 | 2024.08.14 22:35:47.858721 [ 3 ] {} <Debug> HTTP-Session: 7ed4a0db-2bde-4d05-a155-aa05b949405a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8942 | 2024.08.14 22:35:47.858751 [ 3 ] {} <Trace> HTTP-Session: 7ed4a0db-2bde-4d05-a155-aa05b949405a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8943 | 2024.08.14 22:35:47.858895 [ 3 ] {beca0338-4cfa-47bc-abd0-84ce8183ea56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8944 | 2024.08.14 22:35:47.858942 [ 3 ] {beca0338-4cfa-47bc-abd0-84ce8183ea56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8945 | 2024.08.14 22:35:47.859099 [ 3 ] {beca0338-4cfa-47bc-abd0-84ce8183ea56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8946 | 2024.08.14 22:35:47.859482 [ 3 ] {beca0338-4cfa-47bc-abd0-84ce8183ea56} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8947 | 2024.08.14 22:35:47.859518 [ 3 ] {beca0338-4cfa-47bc-abd0-84ce8183ea56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
8948 | 2024.08.14 22:35:47.859884 [ 3 ] {beca0338-4cfa-47bc-abd0-84ce8183ea56} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8949 | 2024.08.14 22:35:47.860212 [ 3 ] {beca0338-4cfa-47bc-abd0-84ce8183ea56} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8950 | 2024.08.14 22:35:47.860367 [ 3 ] {beca0338-4cfa-47bc-abd0-84ce8183ea56} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00153 sec., 104575.16339869282 rows/sec., 7.28 MiB/sec. | ||
8951 | 2024.08.14 22:35:47.860371 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8952 | 2024.08.14 22:35:47.860479 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8953 | 2024.08.14 22:35:47.860530 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
8954 | 2024.08.14 22:35:47.860628 [ 3 ] {beca0338-4cfa-47bc-abd0-84ce8183ea56} <Debug> DynamicQueryHandler: Done processing query | ||
8955 | 2024.08.14 22:35:47.860699 [ 3 ] {beca0338-4cfa-47bc-abd0-84ce8183ea56} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8956 | 2024.08.14 22:35:47.860770 [ 3 ] {} <Debug> HTTP-Session: 7ed4a0db-2bde-4d05-a155-aa05b949405a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8957 | 2024.08.14 22:35:47.861056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8958 | 2024.08.14 22:35:47.861266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8959 | 2024.08.14 22:35:47.861334 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::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 | ||
8960 | 2024.08.14 22:35:47.861359 [ 3 ] {} <Debug> HTTP-Session: bb171794-e5f7-49c7-a0f1-163ddfc1c127 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8961 | 2024.08.14 22:35:47.861466 [ 3 ] {} <Debug> HTTP-Session: bb171794-e5f7-49c7-a0f1-163ddfc1c127 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8962 | 2024.08.14 22:35:47.861542 [ 3 ] {} <Debug> HTTP-Session: bb171794-e5f7-49c7-a0f1-163ddfc1c127 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8963 | 2024.08.14 22:35:47.861644 [ 3 ] {} <Trace> HTTP-Session: bb171794-e5f7-49c7-a0f1-163ddfc1c127 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8964 | 2024.08.14 22:35:47.861817 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8965 | 2024.08.14 22:35:47.861877 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11151 rows starting from the beginning of the part | ||
8966 | 2024.08.14 22:35:47.862049 [ 3 ] {4656e913-fe22-4f75-afb1-210a086dca88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8967 | 2024.08.14 22:35:47.862131 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::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 | ||
8968 | 2024.08.14 22:35:47.862419 [ 3 ] {4656e913-fe22-4f75-afb1-210a086dca88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
8969 | 2024.08.14 22:35:47.862523 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 161 rows starting from the beginning of the part | ||
8970 | 2024.08.14 22:35:47.862865 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 847 rows starting from the beginning of the part | ||
8971 | 2024.08.14 22:35:47.863263 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 162 rows starting from the beginning of the part | ||
8972 | 2024.08.14 22:35:47.863621 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
8973 | 2024.08.14 22:35:47.865174 [ 3 ] {4656e913-fe22-4f75-afb1-210a086dca88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8974 | 2024.08.14 22:35:47.866216 [ 3 ] {4656e913-fe22-4f75-afb1-210a086dca88} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8975 | 2024.08.14 22:35:47.866280 [ 3 ] {4656e913-fe22-4f75-afb1-210a086dca88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
8976 | 2024.08.14 22:35:47.868134 [ 3 ] {4656e913-fe22-4f75-afb1-210a086dca88} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8977 | 2024.08.14 22:35:47.868853 [ 3 ] {4656e913-fe22-4f75-afb1-210a086dca88} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8978 | 2024.08.14 22:35:47.869161 [ 3 ] {4656e913-fe22-4f75-afb1-210a086dca88} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.007343 sec., 1498.0253302464932 rows/sec., 2.68 MiB/sec. | ||
8979 | 2024.08.14 22:35:47.869465 [ 3 ] {4656e913-fe22-4f75-afb1-210a086dca88} <Debug> DynamicQueryHandler: Done processing query | ||
8980 | 2024.08.14 22:35:47.869490 [ 3 ] {4656e913-fe22-4f75-afb1-210a086dca88} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
8981 | 2024.08.14 22:35:47.869506 [ 3 ] {} <Debug> HTTP-Session: bb171794-e5f7-49c7-a0f1-163ddfc1c127 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8982 | 2024.08.14 22:35:47.869691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8983 | 2024.08.14 22:35:47.869742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8984 | 2024.08.14 22:35:47.869762 [ 3 ] {} <Debug> HTTP-Session: b01e4e38-9407-41e9-b1a7-191424a6a65f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
8985 | 2024.08.14 22:35:47.869778 [ 3 ] {} <Debug> HTTP-Session: b01e4e38-9407-41e9-b1a7-191424a6a65f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8986 | 2024.08.14 22:35:47.869792 [ 3 ] {} <Debug> HTTP-Session: b01e4e38-9407-41e9-b1a7-191424a6a65f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8987 | 2024.08.14 22:35:47.869824 [ 3 ] {} <Trace> HTTP-Session: b01e4e38-9407-41e9-b1a7-191424a6a65f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8988 | 2024.08.14 22:35:47.869962 [ 3 ] {2993426e-e488-48a9-9c1e-bce01e896714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
8989 | 2024.08.14 22:35:47.870009 [ 3 ] {2993426e-e488-48a9-9c1e-bce01e896714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
8990 | 2024.08.14 22:35:47.870276 [ 3 ] {2993426e-e488-48a9-9c1e-bce01e896714} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8991 | 2024.08.14 22:35:47.870690 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12642 rows, containing 5 columns (5 merged, 0 gathered) in 0.010015297 sec., 1262269.106947103 rows/sec., 85.96 MiB/sec. | ||
8992 | 2024.08.14 22:35:47.870816 [ 3 ] {2993426e-e488-48a9-9c1e-bce01e896714} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8993 | 2024.08.14 22:35:47.870858 [ 3 ] {2993426e-e488-48a9-9c1e-bce01e896714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
8994 | 2024.08.14 22:35:47.871062 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8995 | 2024.08.14 22:35:47.871583 [ 3 ] {2993426e-e488-48a9-9c1e-bce01e896714} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8996 | 2024.08.14 22:35:47.872034 [ 194 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8997 | 2024.08.14 22:35:47.872220 [ 194 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8998 | 2024.08.14 22:35:47.872298 [ 3 ] {2993426e-e488-48a9-9c1e-bce01e896714} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8999 | 2024.08.14 22:35:47.872434 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.36 MiB. | ||
9000 | 2024.08.14 22:35:47.872536 [ 3 ] {2993426e-e488-48a9-9c1e-bce01e896714} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.002628 sec., 8751.902587519025 rows/sec., 473.42 KiB/sec. | ||
9001 | 2024.08.14 22:35:47.872549 [ 24 ] {} <Debug> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
9002 | 2024.08.14 22:35:47.872623 [ 24 ] {} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9003 | 2024.08.14 22:35:47.872670 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9004 | 2024.08.14 22:35:47.872790 [ 3 ] {2993426e-e488-48a9-9c1e-bce01e896714} <Debug> DynamicQueryHandler: Done processing query | ||
9005 | 2024.08.14 22:35:47.872836 [ 3 ] {2993426e-e488-48a9-9c1e-bce01e896714} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9006 | 2024.08.14 22:35:47.872851 [ 193 ] {4180da31-a909-4070-bdf9-4242cb91783a::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 | ||
9007 | 2024.08.14 22:35:47.872861 [ 3 ] {} <Debug> HTTP-Session: b01e4e38-9407-41e9-b1a7-191424a6a65f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9008 | 2024.08.14 22:35:47.873030 [ 193 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9009 | 2024.08.14 22:35:47.873055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9010 | 2024.08.14 22:35:47.873087 [ 193 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 372 rows starting from the beginning of the part | ||
9011 | 2024.08.14 22:35:47.873154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9012 | 2024.08.14 22:35:47.873266 [ 3 ] {} <Debug> HTTP-Session: feb685b2-9d48-495f-b620-7b1c6dd7fe8a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9013 | 2024.08.14 22:35:47.873304 [ 193 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 23 rows starting from the beginning of the part | ||
9014 | 2024.08.14 22:35:47.873343 [ 3 ] {} <Debug> HTTP-Session: feb685b2-9d48-495f-b620-7b1c6dd7fe8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9015 | 2024.08.14 22:35:47.873404 [ 3 ] {} <Debug> HTTP-Session: feb685b2-9d48-495f-b620-7b1c6dd7fe8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9016 | 2024.08.14 22:35:47.873523 [ 193 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 23 rows starting from the beginning of the part | ||
9017 | 2024.08.14 22:35:47.873561 [ 3 ] {} <Trace> HTTP-Session: feb685b2-9d48-495f-b620-7b1c6dd7fe8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9018 | 2024.08.14 22:35:47.873805 [ 193 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 23 rows starting from the beginning of the part | ||
9019 | 2024.08.14 22:35:47.874008 [ 193 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 23 rows starting from the beginning of the part | ||
9020 | 2024.08.14 22:35:47.874362 [ 193 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 23 rows starting from the beginning of the part | ||
9021 | 2024.08.14 22:35:47.874405 [ 3 ] {56ca89a9-9c95-44c0-9b9d-ec5772eae4f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9022 | 2024.08.14 22:35:47.874640 [ 3 ] {56ca89a9-9c95-44c0-9b9d-ec5772eae4f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9023 | 2024.08.14 22:35:47.875158 [ 3 ] {56ca89a9-9c95-44c0-9b9d-ec5772eae4f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9024 | 2024.08.14 22:35:47.876017 [ 3 ] {56ca89a9-9c95-44c0-9b9d-ec5772eae4f5} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9025 | 2024.08.14 22:35:47.876090 [ 3 ] {56ca89a9-9c95-44c0-9b9d-ec5772eae4f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9026 | 2024.08.14 22:35:47.877152 [ 193 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 487 rows, containing 4 columns (4 merged, 0 gathered) in 0.004397634 sec., 110741.36683498445 rows/sec., 5.97 MiB/sec. | ||
9027 | 2024.08.14 22:35:47.877162 [ 3 ] {56ca89a9-9c95-44c0-9b9d-ec5772eae4f5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
9028 | 2024.08.14 22:35:47.877344 [ 193 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
9029 | 2024.08.14 22:35:47.878015 [ 3 ] {56ca89a9-9c95-44c0-9b9d-ec5772eae4f5} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9030 | 2024.08.14 22:35:47.878294 [ 24 ] {} <Debug> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
9031 | 2024.08.14 22:35:47.878339 [ 193 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_21_4} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9032 | 2024.08.14 22:35:47.878356 [ 3 ] {56ca89a9-9c95-44c0-9b9d-ec5772eae4f5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004358 sec., 13767.783386874713 rows/sec., 950.12 KiB/sec. | ||
9033 | 2024.08.14 22:35:47.878365 [ 24 ] {} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9034 | 2024.08.14 22:35:47.878448 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9035 | 2024.08.14 22:35:47.878755 [ 193 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_21_4} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
9036 | 2024.08.14 22:35:47.879072 [ 186 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
9037 | 2024.08.14 22:35:47.879176 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
9038 | 2024.08.14 22:35:47.879396 [ 3 ] {56ca89a9-9c95-44c0-9b9d-ec5772eae4f5} <Debug> DynamicQueryHandler: Done processing query | ||
9039 | 2024.08.14 22:35:47.879507 [ 3 ] {56ca89a9-9c95-44c0-9b9d-ec5772eae4f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9040 | 2024.08.14 22:35:47.879618 [ 3 ] {} <Debug> HTTP-Session: feb685b2-9d48-495f-b620-7b1c6dd7fe8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9041 | 2024.08.14 22:35:47.879742 [ 186 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9042 | 2024.08.14 22:35:47.879793 [ 186 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1906 rows starting from the beginning of the part | ||
9043 | 2024.08.14 22:35:47.879895 [ 186 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
9044 | 2024.08.14 22:35:47.880069 [ 186 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
9045 | 2024.08.14 22:35:47.880210 [ 186 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
9046 | 2024.08.14 22:35:47.880398 [ 186 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
9047 | 2024.08.14 22:35:47.880600 [ 186 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
9048 | 2024.08.14 22:35:47.882096 [ 187 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2206 rows, containing 4 columns (4 merged, 0 gathered) in 0.003415701 sec., 645841.0733257976 rows/sec., 43.46 MiB/sec. | ||
9049 | 2024.08.14 22:35:47.882450 [ 200 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
9050 | 2024.08.14 22:35:47.883139 [ 200 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_41_8} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9051 | 2024.08.14 22:35:47.883279 [ 200 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_41_8} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
9052 | 2024.08.14 22:35:47.883377 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
9053 | 2024.08.14 22:35:52.844594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9054 | 2024.08.14 22:35:52.844739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9055 | 2024.08.14 22:35:52.844769 [ 3 ] {} <Debug> HTTP-Session: 96c7fd7f-d27a-4a96-a687-4371427ea082 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9056 | 2024.08.14 22:35:52.844797 [ 3 ] {} <Debug> HTTP-Session: 96c7fd7f-d27a-4a96-a687-4371427ea082 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9057 | 2024.08.14 22:35:52.844815 [ 3 ] {} <Debug> HTTP-Session: 96c7fd7f-d27a-4a96-a687-4371427ea082 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9058 | 2024.08.14 22:35:52.844869 [ 3 ] {} <Trace> HTTP-Session: 96c7fd7f-d27a-4a96-a687-4371427ea082 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9059 | 2024.08.14 22:35:52.845073 [ 3 ] {b63911f7-e37e-4e85-8b1e-bd58f95b6f74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9060 | 2024.08.14 22:35:52.845147 [ 3 ] {b63911f7-e37e-4e85-8b1e-bd58f95b6f74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9061 | 2024.08.14 22:35:52.845363 [ 3 ] {b63911f7-e37e-4e85-8b1e-bd58f95b6f74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9062 | 2024.08.14 22:35:52.845903 [ 3 ] {b63911f7-e37e-4e85-8b1e-bd58f95b6f74} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9063 | 2024.08.14 22:35:52.845944 [ 3 ] {b63911f7-e37e-4e85-8b1e-bd58f95b6f74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9064 | 2024.08.14 22:35:52.846323 [ 3 ] {b63911f7-e37e-4e85-8b1e-bd58f95b6f74} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
9065 | 2024.08.14 22:35:52.846674 [ 3 ] {b63911f7-e37e-4e85-8b1e-bd58f95b6f74} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9066 | 2024.08.14 22:35:52.846823 [ 3 ] {b63911f7-e37e-4e85-8b1e-bd58f95b6f74} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001813 sec., 11583.011583011583 rows/sec., 938.86 KiB/sec. | ||
9067 | 2024.08.14 22:35:52.847129 [ 3 ] {b63911f7-e37e-4e85-8b1e-bd58f95b6f74} <Debug> DynamicQueryHandler: Done processing query | ||
9068 | 2024.08.14 22:35:52.847186 [ 3 ] {b63911f7-e37e-4e85-8b1e-bd58f95b6f74} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9069 | 2024.08.14 22:35:52.847237 [ 3 ] {} <Debug> HTTP-Session: 96c7fd7f-d27a-4a96-a687-4371427ea082 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9070 | 2024.08.14 22:35:52.847405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9071 | 2024.08.14 22:35:52.847458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9072 | 2024.08.14 22:35:52.847478 [ 3 ] {} <Debug> HTTP-Session: 9bc328ce-d7e0-4dda-a4da-c9de911de228 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9073 | 2024.08.14 22:35:52.847495 [ 3 ] {} <Debug> HTTP-Session: 9bc328ce-d7e0-4dda-a4da-c9de911de228 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9074 | 2024.08.14 22:35:52.847509 [ 3 ] {} <Debug> HTTP-Session: 9bc328ce-d7e0-4dda-a4da-c9de911de228 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9075 | 2024.08.14 22:35:52.847541 [ 3 ] {} <Trace> HTTP-Session: 9bc328ce-d7e0-4dda-a4da-c9de911de228 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9076 | 2024.08.14 22:35:52.847644 [ 3 ] {4ca93f31-4dcf-4eda-a4d3-b25fa13e95c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9077 | 2024.08.14 22:35:52.847691 [ 3 ] {4ca93f31-4dcf-4eda-a4d3-b25fa13e95c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9078 | 2024.08.14 22:35:52.847841 [ 3 ] {4ca93f31-4dcf-4eda-a4d3-b25fa13e95c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9079 | 2024.08.14 22:35:52.848185 [ 3 ] {4ca93f31-4dcf-4eda-a4d3-b25fa13e95c8} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9080 | 2024.08.14 22:35:52.848221 [ 3 ] {4ca93f31-4dcf-4eda-a4d3-b25fa13e95c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9081 | 2024.08.14 22:35:52.848527 [ 3 ] {4ca93f31-4dcf-4eda-a4d3-b25fa13e95c8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
9082 | 2024.08.14 22:35:52.848839 [ 3 ] {4ca93f31-4dcf-4eda-a4d3-b25fa13e95c8} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9083 | 2024.08.14 22:35:52.848959 [ 48 ] {} <Debug> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
9084 | 2024.08.14 22:35:52.848966 [ 3 ] {4ca93f31-4dcf-4eda-a4d3-b25fa13e95c8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001347 sec., 1484.7809948032664 rows/sec., 121.07 KiB/sec. | ||
9085 | 2024.08.14 22:35:52.849004 [ 48 ] {} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9086 | 2024.08.14 22:35:52.849042 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9087 | 2024.08.14 22:35:52.849200 [ 3 ] {4ca93f31-4dcf-4eda-a4d3-b25fa13e95c8} <Debug> DynamicQueryHandler: Done processing query | ||
9088 | 2024.08.14 22:35:52.849240 [ 3 ] {4ca93f31-4dcf-4eda-a4d3-b25fa13e95c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9089 | 2024.08.14 22:35:52.849251 [ 187 ] {5de7b388-dbe3-411a-ab63-47f138d10478::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 | ||
9090 | 2024.08.14 22:35:52.849267 [ 3 ] {} <Debug> HTTP-Session: 9bc328ce-d7e0-4dda-a4da-c9de911de228 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9091 | 2024.08.14 22:35:52.849504 [ 187 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9092 | 2024.08.14 22:35:52.849517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17462, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9093 | 2024.08.14 22:35:52.849567 [ 187 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 16 rows starting from the beginning of the part | ||
9094 | 2024.08.14 22:35:52.849615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9095 | 2024.08.14 22:35:52.849680 [ 3 ] {} <Debug> HTTP-Session: ba1791fb-a8a7-4a63-ab88-753af9e2b434 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9096 | 2024.08.14 22:35:52.849753 [ 3 ] {} <Debug> HTTP-Session: ba1791fb-a8a7-4a63-ab88-753af9e2b434 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9097 | 2024.08.14 22:35:52.849760 [ 187 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
9098 | 2024.08.14 22:35:52.849820 [ 3 ] {} <Debug> HTTP-Session: ba1791fb-a8a7-4a63-ab88-753af9e2b434 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9099 | 2024.08.14 22:35:52.850005 [ 3 ] {} <Trace> HTTP-Session: ba1791fb-a8a7-4a63-ab88-753af9e2b434 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9100 | 2024.08.14 22:35:52.850127 [ 187 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
9101 | 2024.08.14 22:35:52.850498 [ 3 ] {683d7a63-b188-4373-95d7-5601b1613536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9102 | 2024.08.14 22:35:52.850571 [ 187 ] {5de7b388-dbe3-411a-ab63-47f138d10478::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 | ||
9103 | 2024.08.14 22:35:52.850676 [ 3 ] {683d7a63-b188-4373-95d7-5601b1613536} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9104 | 2024.08.14 22:35:52.850929 [ 187 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
9105 | 2024.08.14 22:35:52.851255 [ 187 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
9106 | 2024.08.14 22:35:52.851733 [ 3 ] {683d7a63-b188-4373-95d7-5601b1613536} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9107 | 2024.08.14 22:35:52.852623 [ 3 ] {683d7a63-b188-4373-95d7-5601b1613536} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9108 | 2024.08.14 22:35:52.852683 [ 3 ] {683d7a63-b188-4373-95d7-5601b1613536} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9109 | 2024.08.14 22:35:52.853534 [ 3 ] {683d7a63-b188-4373-95d7-5601b1613536} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9110 | 2024.08.14 22:35:52.854161 [ 190 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.005027703 sec., 6364.735546232544 rows/sec., 519.00 KiB/sec. | ||
9111 | 2024.08.14 22:35:52.854391 [ 3 ] {683d7a63-b188-4373-95d7-5601b1613536} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9112 | 2024.08.14 22:35:52.854413 [ 190 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
9113 | 2024.08.14 22:35:52.854617 [ 48 ] {} <Debug> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9114 | 2024.08.14 22:35:52.854635 [ 3 ] {683d7a63-b188-4373-95d7-5601b1613536} <Debug> executeQuery: Read 120 rows, 10.15 KiB in 0.004406 sec., 27235.587834770766 rows/sec., 2.25 MiB/sec. | ||
9115 | 2024.08.14 22:35:52.854704 [ 48 ] {} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9116 | 2024.08.14 22:35:52.854800 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9117 | 2024.08.14 22:35:52.855386 [ 3 ] {683d7a63-b188-4373-95d7-5601b1613536} <Debug> DynamicQueryHandler: Done processing query | ||
9118 | 2024.08.14 22:35:52.855398 [ 196 ] {99dad827-b692-4668-b096-a1f8f01ac229::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 | ||
9119 | 2024.08.14 22:35:52.855464 [ 3 ] {683d7a63-b188-4373-95d7-5601b1613536} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9120 | 2024.08.14 22:35:52.855523 [ 3 ] {} <Debug> HTTP-Session: ba1791fb-a8a7-4a63-ab88-753af9e2b434 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9121 | 2024.08.14 22:35:52.855748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9122 | 2024.08.14 22:35:52.855749 [ 196 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9123 | 2024.08.14 22:35:52.855846 [ 196 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1406 rows starting from the beginning of the part | ||
9124 | 2024.08.14 22:35:52.855858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9125 | 2024.08.14 22:35:52.855921 [ 3 ] {} <Debug> HTTP-Session: 31f36bac-b985-4393-8017-88ec9ccabe6a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9126 | 2024.08.14 22:35:52.855954 [ 190 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_16_3} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9127 | 2024.08.14 22:35:52.855991 [ 3 ] {} <Debug> HTTP-Session: 31f36bac-b985-4393-8017-88ec9ccabe6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9128 | 2024.08.14 22:35:52.856157 [ 3 ] {} <Debug> HTTP-Session: 31f36bac-b985-4393-8017-88ec9ccabe6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9129 | 2024.08.14 22:35:52.856249 [ 196 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 120 rows starting from the beginning of the part | ||
9130 | 2024.08.14 22:35:52.856319 [ 3 ] {} <Trace> HTTP-Session: 31f36bac-b985-4393-8017-88ec9ccabe6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9131 | 2024.08.14 22:35:52.856377 [ 190 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_16_3} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
9132 | 2024.08.14 22:35:52.856656 [ 196 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1337 rows starting from the beginning of the part | ||
9133 | 2024.08.14 22:35:52.856795 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
9134 | 2024.08.14 22:35:52.856825 [ 3 ] {0384189c-5b20-4d2c-9274-5a359a1996de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9135 | 2024.08.14 22:35:52.856980 [ 3 ] {0384189c-5b20-4d2c-9274-5a359a1996de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9136 | 2024.08.14 22:35:52.856990 [ 196 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 121 rows starting from the beginning of the part | ||
9137 | 2024.08.14 22:35:52.857203 [ 196 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 194 rows starting from the beginning of the part | ||
9138 | 2024.08.14 22:35:52.857421 [ 196 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 120 rows starting from the beginning of the part | ||
9139 | 2024.08.14 22:35:52.857733 [ 3 ] {0384189c-5b20-4d2c-9274-5a359a1996de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9140 | 2024.08.14 22:35:52.858196 [ 3 ] {0384189c-5b20-4d2c-9274-5a359a1996de} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9141 | 2024.08.14 22:35:52.858237 [ 3 ] {0384189c-5b20-4d2c-9274-5a359a1996de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9142 | 2024.08.14 22:35:52.858674 [ 3 ] {0384189c-5b20-4d2c-9274-5a359a1996de} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
9143 | 2024.08.14 22:35:52.859131 [ 3 ] {0384189c-5b20-4d2c-9274-5a359a1996de} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9144 | 2024.08.14 22:35:52.859307 [ 48 ] {} <Debug> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
9145 | 2024.08.14 22:35:52.859318 [ 3 ] {0384189c-5b20-4d2c-9274-5a359a1996de} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.002704 sec., 739.6449704142012 rows/sec., 51.65 KiB/sec. | ||
9146 | 2024.08.14 22:35:52.859342 [ 48 ] {} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9147 | 2024.08.14 22:35:52.859411 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9148 | 2024.08.14 22:35:52.859794 [ 3 ] {0384189c-5b20-4d2c-9274-5a359a1996de} <Debug> DynamicQueryHandler: Done processing query | ||
9149 | 2024.08.14 22:35:52.859897 [ 3 ] {0384189c-5b20-4d2c-9274-5a359a1996de} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9150 | 2024.08.14 22:35:52.859970 [ 190 ] {3461738d-5c06-4228-8543-114414f8678d::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 | ||
9151 | 2024.08.14 22:35:52.859994 [ 3 ] {} <Debug> HTTP-Session: 31f36bac-b985-4393-8017-88ec9ccabe6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9152 | 2024.08.14 22:35:52.860259 [ 201 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3298 rows, containing 4 columns (4 merged, 0 gathered) in 0.005239966 sec., 629393.3968273839 rows/sec., 52.71 MiB/sec. | ||
9153 | 2024.08.14 22:35:52.860349 [ 190 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9154 | 2024.08.14 22:35:52.860286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9155 | 2024.08.14 22:35:52.860440 [ 190 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 16 rows starting from the beginning of the part | ||
9156 | 2024.08.14 22:35:52.860483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9157 | 2024.08.14 22:35:52.860567 [ 3 ] {} <Debug> HTTP-Session: 0ca94da9-ff31-483b-b5f9-e5a6c5224cf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9158 | 2024.08.14 22:35:52.860694 [ 3 ] {} <Debug> HTTP-Session: 0ca94da9-ff31-483b-b5f9-e5a6c5224cf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9159 | 2024.08.14 22:35:52.860766 [ 3 ] {} <Debug> HTTP-Session: 0ca94da9-ff31-483b-b5f9-e5a6c5224cf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9160 | 2024.08.14 22:35:52.860798 [ 190 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
9161 | 2024.08.14 22:35:52.860915 [ 198 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9162 | 2024.08.14 22:35:52.860943 [ 3 ] {} <Trace> HTTP-Session: 0ca94da9-ff31-483b-b5f9-e5a6c5224cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9163 | 2024.08.14 22:35:52.861270 [ 190 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
9164 | 2024.08.14 22:35:52.861522 [ 3 ] {115db9d4-a8ae-46d6-913a-269a42f97003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9165 | 2024.08.14 22:35:52.861786 [ 3 ] {115db9d4-a8ae-46d6-913a-269a42f97003} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9166 | 2024.08.14 22:35:52.861814 [ 190 ] {3461738d-5c06-4228-8543-114414f8678d::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 | ||
9167 | 2024.08.14 22:35:52.862466 [ 190 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
9168 | 2024.08.14 22:35:52.863232 [ 190 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
9169 | 2024.08.14 22:35:52.863639 [ 3 ] {115db9d4-a8ae-46d6-913a-269a42f97003} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9170 | 2024.08.14 22:35:52.864134 [ 198 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_46_9} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9171 | 2024.08.14 22:35:52.864391 [ 198 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_46_9} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9172 | 2024.08.14 22:35:52.864710 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
9173 | 2024.08.14 22:35:52.865093 [ 3 ] {115db9d4-a8ae-46d6-913a-269a42f97003} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9174 | 2024.08.14 22:35:52.865166 [ 3 ] {115db9d4-a8ae-46d6-913a-269a42f97003} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9175 | 2024.08.14 22:35:52.866075 [ 3 ] {115db9d4-a8ae-46d6-913a-269a42f97003} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9176 | 2024.08.14 22:35:52.866366 [ 201 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.006805719 sec., 4701.927893290922 rows/sec., 328.31 KiB/sec. | ||
9177 | 2024.08.14 22:35:52.866636 [ 201 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
9178 | 2024.08.14 22:35:52.866795 [ 3 ] {115db9d4-a8ae-46d6-913a-269a42f97003} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9179 | 2024.08.14 22:35:52.867129 [ 48 ] {} <Debug> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9180 | 2024.08.14 22:35:52.867252 [ 48 ] {} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9181 | 2024.08.14 22:35:52.867257 [ 3 ] {115db9d4-a8ae-46d6-913a-269a42f97003} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.006 sec., 14500 rows/sec., 1.13 MiB/sec. | ||
9182 | 2024.08.14 22:35:52.867345 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9183 | 2024.08.14 22:35:52.868086 [ 189 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::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 | ||
9184 | 2024.08.14 22:35:52.868195 [ 3 ] {115db9d4-a8ae-46d6-913a-269a42f97003} <Debug> DynamicQueryHandler: Done processing query | ||
9185 | 2024.08.14 22:35:52.868299 [ 201 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_16_3} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9186 | 2024.08.14 22:35:52.868322 [ 3 ] {115db9d4-a8ae-46d6-913a-269a42f97003} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9187 | 2024.08.14 22:35:52.868447 [ 3 ] {} <Debug> HTTP-Session: 0ca94da9-ff31-483b-b5f9-e5a6c5224cf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9188 | 2024.08.14 22:35:52.868841 [ 201 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_16_3} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
9189 | 2024.08.14 22:35:52.868875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9190 | 2024.08.14 22:35:52.869146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9191 | 2024.08.14 22:35:52.869157 [ 189 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9192 | 2024.08.14 22:35:52.869304 [ 3 ] {} <Debug> HTTP-Session: c9a01e1e-0e42-4578-8684-cd1068daca08 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9193 | 2024.08.14 22:35:52.869328 [ 189 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 904 rows starting from the beginning of the part | ||
9194 | 2024.08.14 22:35:52.869296 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
9195 | 2024.08.14 22:35:52.869403 [ 3 ] {} <Debug> HTTP-Session: c9a01e1e-0e42-4578-8684-cd1068daca08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9196 | 2024.08.14 22:35:52.869501 [ 3 ] {} <Debug> HTTP-Session: c9a01e1e-0e42-4578-8684-cd1068daca08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9197 | 2024.08.14 22:35:52.869679 [ 189 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 87 rows starting from the beginning of the part | ||
9198 | 2024.08.14 22:35:52.869701 [ 3 ] {} <Trace> HTTP-Session: c9a01e1e-0e42-4578-8684-cd1068daca08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9199 | 2024.08.14 22:35:52.869921 [ 189 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 855 rows starting from the beginning of the part | ||
9200 | 2024.08.14 22:35:52.870130 [ 189 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 89 rows starting from the beginning of the part | ||
9201 | 2024.08.14 22:35:52.870374 [ 189 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 393 rows starting from the beginning of the part | ||
9202 | 2024.08.14 22:35:52.870367 [ 3 ] {dbde7e9c-d0bb-4fee-884b-4bffd9972659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9203 | 2024.08.14 22:35:52.870656 [ 189 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 87 rows starting from the beginning of the part | ||
9204 | 2024.08.14 22:35:52.870674 [ 3 ] {dbde7e9c-d0bb-4fee-884b-4bffd9972659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9205 | 2024.08.14 22:35:52.871490 [ 3 ] {dbde7e9c-d0bb-4fee-884b-4bffd9972659} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9206 | 2024.08.14 22:35:52.872398 [ 3 ] {dbde7e9c-d0bb-4fee-884b-4bffd9972659} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9207 | 2024.08.14 22:35:52.872457 [ 3 ] {dbde7e9c-d0bb-4fee-884b-4bffd9972659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9208 | 2024.08.14 22:35:52.873360 [ 3 ] {dbde7e9c-d0bb-4fee-884b-4bffd9972659} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
9209 | 2024.08.14 22:35:52.874115 [ 199 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2415 rows, containing 4 columns (4 merged, 0 gathered) in 0.006562726 sec., 367987.3272173789 rows/sec., 26.73 MiB/sec. | ||
9210 | 2024.08.14 22:35:52.874278 [ 3 ] {dbde7e9c-d0bb-4fee-884b-4bffd9972659} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9211 | 2024.08.14 22:35:52.874498 [ 3 ] {dbde7e9c-d0bb-4fee-884b-4bffd9972659} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004467 sec., 36042.08641146183 rows/sec., 2.51 MiB/sec. | ||
9212 | 2024.08.14 22:35:52.874553 [ 199 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9213 | 2024.08.14 22:35:52.874835 [ 3 ] {dbde7e9c-d0bb-4fee-884b-4bffd9972659} <Debug> DynamicQueryHandler: Done processing query | ||
9214 | 2024.08.14 22:35:52.874900 [ 3 ] {dbde7e9c-d0bb-4fee-884b-4bffd9972659} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9215 | 2024.08.14 22:35:52.874956 [ 3 ] {} <Debug> HTTP-Session: c9a01e1e-0e42-4578-8684-cd1068daca08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9216 | 2024.08.14 22:35:52.875176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33743, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9217 | 2024.08.14 22:35:52.875264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9218 | 2024.08.14 22:35:52.875283 [ 199 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_46_9} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9219 | 2024.08.14 22:35:52.875299 [ 3 ] {} <Debug> HTTP-Session: 630b8b53-a419-4b64-8d77-4d6cd265fb4f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9220 | 2024.08.14 22:35:52.875350 [ 3 ] {} <Debug> HTTP-Session: 630b8b53-a419-4b64-8d77-4d6cd265fb4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9221 | 2024.08.14 22:35:52.875384 [ 3 ] {} <Debug> HTTP-Session: 630b8b53-a419-4b64-8d77-4d6cd265fb4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9222 | 2024.08.14 22:35:52.875449 [ 3 ] {} <Trace> HTTP-Session: 630b8b53-a419-4b64-8d77-4d6cd265fb4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9223 | 2024.08.14 22:35:52.875473 [ 199 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_46_9} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9224 | 2024.08.14 22:35:52.875636 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
9225 | 2024.08.14 22:35:52.875927 [ 3 ] {cf92ef97-52c2-4872-b262-443adb7acb01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9226 | 2024.08.14 22:35:52.876006 [ 3 ] {cf92ef97-52c2-4872-b262-443adb7acb01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
9227 | 2024.08.14 22:35:52.876470 [ 3 ] {cf92ef97-52c2-4872-b262-443adb7acb01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9228 | 2024.08.14 22:35:52.877062 [ 3 ] {cf92ef97-52c2-4872-b262-443adb7acb01} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9229 | 2024.08.14 22:35:52.877098 [ 3 ] {cf92ef97-52c2-4872-b262-443adb7acb01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9230 | 2024.08.14 22:35:52.877726 [ 3 ] {cf92ef97-52c2-4872-b262-443adb7acb01} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
9231 | 2024.08.14 22:35:52.878154 [ 3 ] {cf92ef97-52c2-4872-b262-443adb7acb01} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9232 | 2024.08.14 22:35:52.878306 [ 3 ] {cf92ef97-52c2-4872-b262-443adb7acb01} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002711 sec., 7746.219107340466 rows/sec., 13.88 MiB/sec. | ||
9233 | 2024.08.14 22:35:52.878505 [ 3 ] {cf92ef97-52c2-4872-b262-443adb7acb01} <Debug> DynamicQueryHandler: Done processing query | ||
9234 | 2024.08.14 22:35:52.878530 [ 3 ] {cf92ef97-52c2-4872-b262-443adb7acb01} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
9235 | 2024.08.14 22:35:52.878547 [ 3 ] {} <Debug> HTTP-Session: 630b8b53-a419-4b64-8d77-4d6cd265fb4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9236 | 2024.08.14 22:35:52.878720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9237 | 2024.08.14 22:35:52.878769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9238 | 2024.08.14 22:35:52.878789 [ 3 ] {} <Debug> HTTP-Session: 7764f1e6-c937-4de4-bb8d-738ac2338032 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9239 | 2024.08.14 22:35:52.878806 [ 3 ] {} <Debug> HTTP-Session: 7764f1e6-c937-4de4-bb8d-738ac2338032 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9240 | 2024.08.14 22:35:52.878820 [ 3 ] {} <Debug> HTTP-Session: 7764f1e6-c937-4de4-bb8d-738ac2338032 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9241 | 2024.08.14 22:35:52.878854 [ 3 ] {} <Trace> HTTP-Session: 7764f1e6-c937-4de4-bb8d-738ac2338032 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9242 | 2024.08.14 22:35:52.878971 [ 3 ] {637b5e60-412e-4871-9a41-ec96497dbec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9243 | 2024.08.14 22:35:52.879015 [ 3 ] {637b5e60-412e-4871-9a41-ec96497dbec5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9244 | 2024.08.14 22:35:52.879143 [ 3 ] {637b5e60-412e-4871-9a41-ec96497dbec5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9245 | 2024.08.14 22:35:52.879556 [ 3 ] {637b5e60-412e-4871-9a41-ec96497dbec5} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9246 | 2024.08.14 22:35:52.879596 [ 3 ] {637b5e60-412e-4871-9a41-ec96497dbec5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9247 | 2024.08.14 22:35:52.879968 [ 3 ] {637b5e60-412e-4871-9a41-ec96497dbec5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
9248 | 2024.08.14 22:35:52.880315 [ 3 ] {637b5e60-412e-4871-9a41-ec96497dbec5} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9249 | 2024.08.14 22:35:52.880449 [ 3 ] {637b5e60-412e-4871-9a41-ec96497dbec5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001516 sec., 39577.836411609496 rows/sec., 2.67 MiB/sec. | ||
9250 | 2024.08.14 22:35:52.880747 [ 3 ] {637b5e60-412e-4871-9a41-ec96497dbec5} <Debug> DynamicQueryHandler: Done processing query | ||
9251 | 2024.08.14 22:35:52.880797 [ 3 ] {637b5e60-412e-4871-9a41-ec96497dbec5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9252 | 2024.08.14 22:35:52.880826 [ 3 ] {} <Debug> HTTP-Session: 7764f1e6-c937-4de4-bb8d-738ac2338032 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9253 | 2024.08.14 22:35:56.084891 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9254 | 2024.08.14 22:35:56.084963 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9255 | 2024.08.14 22:35:57.847694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9256 | 2024.08.14 22:35:57.847817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9257 | 2024.08.14 22:35:57.847846 [ 3 ] {} <Debug> HTTP-Session: f64a3909-e5f9-445e-a7be-8e30493c037b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9258 | 2024.08.14 22:35:57.847874 [ 3 ] {} <Debug> HTTP-Session: f64a3909-e5f9-445e-a7be-8e30493c037b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9259 | 2024.08.14 22:35:57.847892 [ 3 ] {} <Debug> HTTP-Session: f64a3909-e5f9-445e-a7be-8e30493c037b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9260 | 2024.08.14 22:35:57.847947 [ 3 ] {} <Trace> HTTP-Session: f64a3909-e5f9-445e-a7be-8e30493c037b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9261 | 2024.08.14 22:35:57.848149 [ 3 ] {df24c09a-de47-48ef-9d5e-ddac57c15465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9262 | 2024.08.14 22:35:57.848222 [ 3 ] {df24c09a-de47-48ef-9d5e-ddac57c15465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9263 | 2024.08.14 22:35:57.848431 [ 3 ] {df24c09a-de47-48ef-9d5e-ddac57c15465} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9264 | 2024.08.14 22:35:57.848904 [ 3 ] {df24c09a-de47-48ef-9d5e-ddac57c15465} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9265 | 2024.08.14 22:35:57.848947 [ 3 ] {df24c09a-de47-48ef-9d5e-ddac57c15465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9266 | 2024.08.14 22:35:57.849310 [ 3 ] {df24c09a-de47-48ef-9d5e-ddac57c15465} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9267 | 2024.08.14 22:35:57.849634 [ 3 ] {df24c09a-de47-48ef-9d5e-ddac57c15465} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9268 | 2024.08.14 22:35:57.849799 [ 3 ] {df24c09a-de47-48ef-9d5e-ddac57c15465} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001711 sec., 9935.710111046172 rows/sec., 719.72 KiB/sec. | ||
9269 | 2024.08.14 22:35:57.849822 [ 110 ] {} <Debug> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9270 | 2024.08.14 22:35:57.849936 [ 110 ] {} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9271 | 2024.08.14 22:35:57.849977 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9272 | 2024.08.14 22:35:57.850109 [ 3 ] {df24c09a-de47-48ef-9d5e-ddac57c15465} <Debug> DynamicQueryHandler: Done processing query | ||
9273 | 2024.08.14 22:35:57.850205 [ 3 ] {df24c09a-de47-48ef-9d5e-ddac57c15465} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9274 | 2024.08.14 22:35:57.850313 [ 3 ] {} <Debug> HTTP-Session: f64a3909-e5f9-445e-a7be-8e30493c037b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9275 | 2024.08.14 22:35:57.850651 [ 189 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::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 | ||
9276 | 2024.08.14 22:35:57.850689 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 29344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9277 | 2024.08.14 22:35:57.850800 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9278 | 2024.08.14 22:35:57.850853 [ 3 ] {} <Debug> HTTP-Session: 074f2a6a-0e87-435a-9310-7ddbc86f57ec Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9279 | 2024.08.14 22:35:57.850902 [ 3 ] {} <Debug> HTTP-Session: 074f2a6a-0e87-435a-9310-7ddbc86f57ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9280 | 2024.08.14 22:35:57.850950 [ 3 ] {} <Debug> HTTP-Session: 074f2a6a-0e87-435a-9310-7ddbc86f57ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9281 | 2024.08.14 22:35:57.851033 [ 3 ] {} <Trace> HTTP-Session: 074f2a6a-0e87-435a-9310-7ddbc86f57ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9282 | 2024.08.14 22:35:57.851046 [ 189 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9283 | 2024.08.14 22:35:57.851100 [ 189 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 38 rows starting from the beginning of the part | ||
9284 | 2024.08.14 22:35:57.851266 [ 189 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 17 rows starting from the beginning of the part | ||
9285 | 2024.08.14 22:35:57.851402 [ 3 ] {b2b0c6b2-777f-4867-bd9e-e892d1638a03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9286 | 2024.08.14 22:35:57.851618 [ 189 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 21 rows starting from the beginning of the part | ||
9287 | 2024.08.14 22:35:57.851740 [ 3 ] {b2b0c6b2-777f-4867-bd9e-e892d1638a03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9288 | 2024.08.14 22:35:57.851919 [ 189 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 17 rows starting from the beginning of the part | ||
9289 | 2024.08.14 22:35:57.852249 [ 189 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 21 rows starting from the beginning of the part | ||
9290 | 2024.08.14 22:35:57.852516 [ 189 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 17 rows starting from the beginning of the part | ||
9291 | 2024.08.14 22:35:57.853173 [ 3 ] {b2b0c6b2-777f-4867-bd9e-e892d1638a03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9292 | 2024.08.14 22:35:57.854091 [ 3 ] {b2b0c6b2-777f-4867-bd9e-e892d1638a03} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9293 | 2024.08.14 22:35:57.854169 [ 3 ] {b2b0c6b2-777f-4867-bd9e-e892d1638a03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9294 | 2024.08.14 22:35:57.855107 [ 199 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 131 rows, containing 4 columns (4 merged, 0 gathered) in 0.004988103 sec., 26262.48896624629 rows/sec., 1.96 MiB/sec. | ||
9295 | 2024.08.14 22:35:57.855120 [ 3 ] {b2b0c6b2-777f-4867-bd9e-e892d1638a03} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9296 | 2024.08.14 22:35:57.855389 [ 199 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9297 | 2024.08.14 22:35:57.855871 [ 3 ] {b2b0c6b2-777f-4867-bd9e-e892d1638a03} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9298 | 2024.08.14 22:35:57.856239 [ 3 ] {b2b0c6b2-777f-4867-bd9e-e892d1638a03} <Debug> executeQuery: Read 194 rows, 17.54 KiB in 0.005049 sec., 38423.45018815607 rows/sec., 3.39 MiB/sec. | ||
9299 | 2024.08.14 22:35:57.856469 [ 199 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_46_9} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9300 | 2024.08.14 22:35:57.856582 [ 3 ] {b2b0c6b2-777f-4867-bd9e-e892d1638a03} <Debug> DynamicQueryHandler: Done processing query | ||
9301 | 2024.08.14 22:35:57.856636 [ 199 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_46_9} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9302 | 2024.08.14 22:35:57.856639 [ 3 ] {b2b0c6b2-777f-4867-bd9e-e892d1638a03} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
9303 | 2024.08.14 22:35:57.856684 [ 3 ] {} <Debug> HTTP-Session: 074f2a6a-0e87-435a-9310-7ddbc86f57ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9304 | 2024.08.14 22:35:57.856802 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
9305 | 2024.08.14 22:35:57.856906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 63412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9306 | 2024.08.14 22:35:57.856968 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9307 | 2024.08.14 22:35:57.856989 [ 3 ] {} <Debug> HTTP-Session: 34652741-b92f-4f27-acab-ce048cc435fd Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9308 | 2024.08.14 22:35:57.857006 [ 3 ] {} <Debug> HTTP-Session: 34652741-b92f-4f27-acab-ce048cc435fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9309 | 2024.08.14 22:35:57.857047 [ 3 ] {} <Debug> HTTP-Session: 34652741-b92f-4f27-acab-ce048cc435fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9310 | 2024.08.14 22:35:57.857082 [ 3 ] {} <Trace> HTTP-Session: 34652741-b92f-4f27-acab-ce048cc435fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9311 | 2024.08.14 22:35:57.857305 [ 3 ] {8ec95a9a-3849-49e2-bf33-9a9a82657075} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9312 | 2024.08.14 22:35:57.857352 [ 3 ] {8ec95a9a-3849-49e2-bf33-9a9a82657075} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9313 | 2024.08.14 22:35:57.857511 [ 3 ] {8ec95a9a-3849-49e2-bf33-9a9a82657075} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9314 | 2024.08.14 22:35:57.858098 [ 3 ] {8ec95a9a-3849-49e2-bf33-9a9a82657075} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9315 | 2024.08.14 22:35:57.858135 [ 3 ] {8ec95a9a-3849-49e2-bf33-9a9a82657075} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9316 | 2024.08.14 22:35:57.858480 [ 3 ] {8ec95a9a-3849-49e2-bf33-9a9a82657075} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9317 | 2024.08.14 22:35:57.858802 [ 3 ] {8ec95a9a-3849-49e2-bf33-9a9a82657075} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9318 | 2024.08.14 22:35:57.858954 [ 3 ] {8ec95a9a-3849-49e2-bf33-9a9a82657075} <Debug> executeQuery: Read 393 rows, 28.36 KiB in 0.001765 sec., 222662.88951841358 rows/sec., 15.69 MiB/sec. | ||
9319 | 2024.08.14 22:35:57.859148 [ 3 ] {8ec95a9a-3849-49e2-bf33-9a9a82657075} <Debug> DynamicQueryHandler: Done processing query | ||
9320 | 2024.08.14 22:35:57.859174 [ 3 ] {8ec95a9a-3849-49e2-bf33-9a9a82657075} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
9321 | 2024.08.14 22:35:57.859191 [ 3 ] {} <Debug> HTTP-Session: 34652741-b92f-4f27-acab-ce048cc435fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9322 | 2024.08.14 22:35:57.859342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9323 | 2024.08.14 22:35:57.859395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9324 | 2024.08.14 22:35:57.859415 [ 3 ] {} <Debug> HTTP-Session: b2c691d6-3bab-4134-a17e-eda4c0bd21db Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9325 | 2024.08.14 22:35:57.859432 [ 3 ] {} <Debug> HTTP-Session: b2c691d6-3bab-4134-a17e-eda4c0bd21db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9326 | 2024.08.14 22:35:57.859446 [ 3 ] {} <Debug> HTTP-Session: b2c691d6-3bab-4134-a17e-eda4c0bd21db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9327 | 2024.08.14 22:35:57.859477 [ 3 ] {} <Trace> HTTP-Session: b2c691d6-3bab-4134-a17e-eda4c0bd21db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9328 | 2024.08.14 22:35:57.859574 [ 3 ] {9d9a456e-5581-4476-9b79-9fee4c95b1e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9329 | 2024.08.14 22:35:57.859620 [ 3 ] {9d9a456e-5581-4476-9b79-9fee4c95b1e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9330 | 2024.08.14 22:35:57.859756 [ 3 ] {9d9a456e-5581-4476-9b79-9fee4c95b1e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9331 | 2024.08.14 22:35:57.860041 [ 3 ] {9d9a456e-5581-4476-9b79-9fee4c95b1e5} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9332 | 2024.08.14 22:35:57.860078 [ 3 ] {9d9a456e-5581-4476-9b79-9fee4c95b1e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9333 | 2024.08.14 22:35:57.860448 [ 3 ] {9d9a456e-5581-4476-9b79-9fee4c95b1e5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9334 | 2024.08.14 22:35:57.860801 [ 3 ] {9d9a456e-5581-4476-9b79-9fee4c95b1e5} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9335 | 2024.08.14 22:35:57.860951 [ 110 ] {} <Debug> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
9336 | 2024.08.14 22:35:57.860964 [ 3 ] {9d9a456e-5581-4476-9b79-9fee4c95b1e5} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001405 sec., 4270.462633451957 rows/sec., 183.50 KiB/sec. | ||
9337 | 2024.08.14 22:35:57.861014 [ 110 ] {} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9338 | 2024.08.14 22:35:57.861076 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9339 | 2024.08.14 22:35:57.861276 [ 3 ] {9d9a456e-5581-4476-9b79-9fee4c95b1e5} <Debug> DynamicQueryHandler: Done processing query | ||
9340 | 2024.08.14 22:35:57.861296 [ 195 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
9341 | 2024.08.14 22:35:57.861311 [ 3 ] {9d9a456e-5581-4476-9b79-9fee4c95b1e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9342 | 2024.08.14 22:35:57.861362 [ 3 ] {} <Debug> HTTP-Session: b2c691d6-3bab-4134-a17e-eda4c0bd21db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9343 | 2024.08.14 22:35:57.861540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9344 | 2024.08.14 22:35:57.861595 [ 195 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9345 | 2024.08.14 22:35:57.861627 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9346 | 2024.08.14 22:35:57.861665 [ 195 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
9347 | 2024.08.14 22:35:57.861676 [ 3 ] {} <Debug> HTTP-Session: 8e61e2bc-617f-46e1-a49a-1fed5d64b742 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9348 | 2024.08.14 22:35:57.861727 [ 3 ] {} <Debug> HTTP-Session: 8e61e2bc-617f-46e1-a49a-1fed5d64b742 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9349 | 2024.08.14 22:35:57.861769 [ 3 ] {} <Debug> HTTP-Session: 8e61e2bc-617f-46e1-a49a-1fed5d64b742 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9350 | 2024.08.14 22:35:57.861901 [ 3 ] {} <Trace> HTTP-Session: 8e61e2bc-617f-46e1-a49a-1fed5d64b742 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9351 | 2024.08.14 22:35:57.861969 [ 195 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
9352 | 2024.08.14 22:35:57.862205 [ 195 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
9353 | 2024.08.14 22:35:57.862266 [ 3 ] {5ae83644-6926-4c64-987e-f81e8935ec00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
9354 | 2024.08.14 22:35:57.862445 [ 3 ] {5ae83644-6926-4c64-987e-f81e8935ec00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
9355 | 2024.08.14 22:35:57.862479 [ 195 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
9356 | 2024.08.14 22:35:57.862829 [ 195 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
9357 | 2024.08.14 22:35:57.863167 [ 195 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
9358 | 2024.08.14 22:35:57.863650 [ 3 ] {5ae83644-6926-4c64-987e-f81e8935ec00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9359 | 2024.08.14 22:35:57.864492 [ 3 ] {5ae83644-6926-4c64-987e-f81e8935ec00} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9360 | 2024.08.14 22:35:57.864571 [ 3 ] {5ae83644-6926-4c64-987e-f81e8935ec00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9361 | 2024.08.14 22:35:57.865670 [ 3 ] {5ae83644-6926-4c64-987e-f81e8935ec00} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9362 | 2024.08.14 22:35:57.866053 [ 189 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.004848341 sec., 25988.271039516403 rows/sec., 1.09 MiB/sec. | ||
9363 | 2024.08.14 22:35:57.866327 [ 189 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
9364 | 2024.08.14 22:35:57.866535 [ 3 ] {5ae83644-6926-4c64-987e-f81e8935ec00} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9365 | 2024.08.14 22:35:57.866818 [ 110 ] {} <Debug> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
9366 | 2024.08.14 22:35:57.866948 [ 3 ] {5ae83644-6926-4c64-987e-f81e8935ec00} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004782 sec., 16102.049351735675 rows/sec., 1015.36 KiB/sec. | ||
9367 | 2024.08.14 22:35:57.866960 [ 110 ] {} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9368 | 2024.08.14 22:35:57.867096 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9369 | 2024.08.14 22:35:57.867528 [ 195 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::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 | ||
9370 | 2024.08.14 22:35:57.867790 [ 192 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_21_4} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9371 | 2024.08.14 22:35:57.867824 [ 3 ] {5ae83644-6926-4c64-987e-f81e8935ec00} <Debug> DynamicQueryHandler: Done processing query | ||
9372 | 2024.08.14 22:35:57.867910 [ 3 ] {5ae83644-6926-4c64-987e-f81e8935ec00} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9373 | 2024.08.14 22:35:57.867987 [ 3 ] {} <Debug> HTTP-Session: 8e61e2bc-617f-46e1-a49a-1fed5d64b742 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9374 | 2024.08.14 22:35:57.868134 [ 195 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9375 | 2024.08.14 22:35:57.868160 [ 192 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_21_4} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
9376 | 2024.08.14 22:35:57.868222 [ 195 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1232 rows starting from the beginning of the part | ||
9377 | 2024.08.14 22:35:57.868244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9378 | 2024.08.14 22:35:57.868442 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
9379 | 2024.08.14 22:35:57.868469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9380 | 2024.08.14 22:35:57.868597 [ 3 ] {} <Debug> HTTP-Session: 3c2ba66d-5342-4b4c-a6d1-cc023bd34c64 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9381 | 2024.08.14 22:35:57.868676 [ 3 ] {} <Debug> HTTP-Session: 3c2ba66d-5342-4b4c-a6d1-cc023bd34c64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9382 | 2024.08.14 22:35:57.868716 [ 195 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 77 rows starting from the beginning of the part | ||
9383 | 2024.08.14 22:35:57.868729 [ 3 ] {} <Debug> HTTP-Session: 3c2ba66d-5342-4b4c-a6d1-cc023bd34c64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9384 | 2024.08.14 22:35:57.868860 [ 3 ] {} <Trace> HTTP-Session: 3c2ba66d-5342-4b4c-a6d1-cc023bd34c64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9385 | 2024.08.14 22:35:57.868990 [ 195 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 77 rows starting from the beginning of the part | ||
9386 | 2024.08.14 22:35:57.869264 [ 3 ] {be19f47d-3ce3-42a0-a841-23a939546354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9387 | 2024.08.14 22:35:57.869265 [ 195 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 77 rows starting from the beginning of the part | ||
9388 | 2024.08.14 22:35:57.869400 [ 3 ] {be19f47d-3ce3-42a0-a841-23a939546354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9389 | 2024.08.14 22:35:57.869615 [ 195 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 77 rows starting from the beginning of the part | ||
9390 | 2024.08.14 22:35:57.869999 [ 195 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 77 rows starting from the beginning of the part | ||
9391 | 2024.08.14 22:35:57.870527 [ 3 ] {be19f47d-3ce3-42a0-a841-23a939546354} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9392 | 2024.08.14 22:35:57.871361 [ 3 ] {be19f47d-3ce3-42a0-a841-23a939546354} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9393 | 2024.08.14 22:35:57.871440 [ 3 ] {be19f47d-3ce3-42a0-a841-23a939546354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9394 | 2024.08.14 22:35:57.872509 [ 3 ] {be19f47d-3ce3-42a0-a841-23a939546354} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
9395 | 2024.08.14 22:35:57.873330 [ 189 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1617 rows, containing 5 columns (5 merged, 0 gathered) in 0.006077278 sec., 266073.0675805846 rows/sec., 16.38 MiB/sec. | ||
9396 | 2024.08.14 22:35:57.873444 [ 3 ] {be19f47d-3ce3-42a0-a841-23a939546354} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9397 | 2024.08.14 22:35:57.873647 [ 189 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
9398 | 2024.08.14 22:35:57.873749 [ 3 ] {be19f47d-3ce3-42a0-a841-23a939546354} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004676 sec., 34217.27972626177 rows/sec., 2.38 MiB/sec. | ||
9399 | 2024.08.14 22:35:57.874126 [ 3 ] {be19f47d-3ce3-42a0-a841-23a939546354} <Debug> DynamicQueryHandler: Done processing query | ||
9400 | 2024.08.14 22:35:57.874176 [ 3 ] {be19f47d-3ce3-42a0-a841-23a939546354} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9401 | 2024.08.14 22:35:57.874235 [ 3 ] {} <Debug> HTTP-Session: 3c2ba66d-5342-4b4c-a6d1-cc023bd34c64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9402 | 2024.08.14 22:35:57.874396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9403 | 2024.08.14 22:35:57.874486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9404 | 2024.08.14 22:35:57.874496 [ 189 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_21_4} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9405 | 2024.08.14 22:35:57.874517 [ 3 ] {} <Debug> HTTP-Session: 2f5e7656-eee8-4371-bddf-30561e56eba9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9406 | 2024.08.14 22:35:57.874569 [ 3 ] {} <Debug> HTTP-Session: 2f5e7656-eee8-4371-bddf-30561e56eba9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9407 | 2024.08.14 22:35:57.874593 [ 3 ] {} <Debug> HTTP-Session: 2f5e7656-eee8-4371-bddf-30561e56eba9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9408 | 2024.08.14 22:35:57.874650 [ 3 ] {} <Trace> HTTP-Session: 2f5e7656-eee8-4371-bddf-30561e56eba9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9409 | 2024.08.14 22:35:57.874670 [ 189 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_21_4} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
9410 | 2024.08.14 22:35:57.874846 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
9411 | 2024.08.14 22:35:57.874962 [ 3 ] {7f0feeae-7ad5-4432-b853-30c2bce8baa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9412 | 2024.08.14 22:35:57.875038 [ 3 ] {7f0feeae-7ad5-4432-b853-30c2bce8baa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
9413 | 2024.08.14 22:35:57.875504 [ 3 ] {7f0feeae-7ad5-4432-b853-30c2bce8baa6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9414 | 2024.08.14 22:35:57.876043 [ 3 ] {7f0feeae-7ad5-4432-b853-30c2bce8baa6} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9415 | 2024.08.14 22:35:57.876077 [ 3 ] {7f0feeae-7ad5-4432-b853-30c2bce8baa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9416 | 2024.08.14 22:35:57.876634 [ 3 ] {7f0feeae-7ad5-4432-b853-30c2bce8baa6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
9417 | 2024.08.14 22:35:57.877101 [ 3 ] {7f0feeae-7ad5-4432-b853-30c2bce8baa6} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9418 | 2024.08.14 22:35:57.877301 [ 3 ] {7f0feeae-7ad5-4432-b853-30c2bce8baa6} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.00251 sec., 4382.470119521912 rows/sec., 7.85 MiB/sec. | ||
9419 | 2024.08.14 22:35:57.877805 [ 3 ] {7f0feeae-7ad5-4432-b853-30c2bce8baa6} <Debug> DynamicQueryHandler: Done processing query | ||
9420 | 2024.08.14 22:35:57.877830 [ 3 ] {7f0feeae-7ad5-4432-b853-30c2bce8baa6} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
9421 | 2024.08.14 22:35:57.877846 [ 3 ] {} <Debug> HTTP-Session: 2f5e7656-eee8-4371-bddf-30561e56eba9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9422 | 2024.08.14 22:35:57.877962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9423 | 2024.08.14 22:35:57.878013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9424 | 2024.08.14 22:35:57.878032 [ 3 ] {} <Debug> HTTP-Session: 80ccd0e6-e470-4515-beb0-caa22464f077 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9425 | 2024.08.14 22:35:57.878048 [ 3 ] {} <Debug> HTTP-Session: 80ccd0e6-e470-4515-beb0-caa22464f077 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9426 | 2024.08.14 22:35:57.878062 [ 3 ] {} <Debug> HTTP-Session: 80ccd0e6-e470-4515-beb0-caa22464f077 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9427 | 2024.08.14 22:35:57.878092 [ 3 ] {} <Trace> HTTP-Session: 80ccd0e6-e470-4515-beb0-caa22464f077 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9428 | 2024.08.14 22:35:57.878197 [ 3 ] {30d8c8c1-4452-4766-85f2-3c09a24cc96d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
9429 | 2024.08.14 22:35:57.878241 [ 3 ] {30d8c8c1-4452-4766-85f2-3c09a24cc96d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
9430 | 2024.08.14 22:35:57.878389 [ 3 ] {30d8c8c1-4452-4766-85f2-3c09a24cc96d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9431 | 2024.08.14 22:35:57.878681 [ 3 ] {30d8c8c1-4452-4766-85f2-3c09a24cc96d} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9432 | 2024.08.14 22:35:57.878716 [ 3 ] {30d8c8c1-4452-4766-85f2-3c09a24cc96d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9433 | 2024.08.14 22:35:57.879069 [ 3 ] {30d8c8c1-4452-4766-85f2-3c09a24cc96d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9434 | 2024.08.14 22:35:57.879404 [ 3 ] {30d8c8c1-4452-4766-85f2-3c09a24cc96d} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9435 | 2024.08.14 22:35:57.879551 [ 3 ] {30d8c8c1-4452-4766-85f2-3c09a24cc96d} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001379 sec., 16678.752719361855 rows/sec., 902.20 KiB/sec. | ||
9436 | 2024.08.14 22:35:57.879704 [ 3 ] {30d8c8c1-4452-4766-85f2-3c09a24cc96d} <Debug> DynamicQueryHandler: Done processing query | ||
9437 | 2024.08.14 22:35:57.879728 [ 3 ] {30d8c8c1-4452-4766-85f2-3c09a24cc96d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9438 | 2024.08.14 22:35:57.879743 [ 3 ] {} <Debug> HTTP-Session: 80ccd0e6-e470-4515-beb0-caa22464f077 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9439 | 2024.08.14 22:35:57.879856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9440 | 2024.08.14 22:35:57.879903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9441 | 2024.08.14 22:35:57.879922 [ 3 ] {} <Debug> HTTP-Session: d0dd82d7-b4b6-4df8-a271-8526cb2d430c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9442 | 2024.08.14 22:35:57.879938 [ 3 ] {} <Debug> HTTP-Session: d0dd82d7-b4b6-4df8-a271-8526cb2d430c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9443 | 2024.08.14 22:35:57.879951 [ 3 ] {} <Debug> HTTP-Session: d0dd82d7-b4b6-4df8-a271-8526cb2d430c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9444 | 2024.08.14 22:35:57.879981 [ 3 ] {} <Trace> HTTP-Session: d0dd82d7-b4b6-4df8-a271-8526cb2d430c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9445 | 2024.08.14 22:35:57.880093 [ 3 ] {73e69627-2747-4bc8-9428-9509cd665adf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9446 | 2024.08.14 22:35:57.880135 [ 3 ] {73e69627-2747-4bc8-9428-9509cd665adf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9447 | 2024.08.14 22:35:57.880259 [ 3 ] {73e69627-2747-4bc8-9428-9509cd665adf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9448 | 2024.08.14 22:35:57.880550 [ 3 ] {73e69627-2747-4bc8-9428-9509cd665adf} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9449 | 2024.08.14 22:35:57.880586 [ 3 ] {73e69627-2747-4bc8-9428-9509cd665adf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9450 | 2024.08.14 22:35:57.880931 [ 3 ] {73e69627-2747-4bc8-9428-9509cd665adf} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
9451 | 2024.08.14 22:35:57.881244 [ 3 ] {73e69627-2747-4bc8-9428-9509cd665adf} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9452 | 2024.08.14 22:35:57.881397 [ 3 ] {73e69627-2747-4bc8-9428-9509cd665adf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001332 sec., 45045.045045045044 rows/sec., 3.04 MiB/sec. | ||
9453 | 2024.08.14 22:35:57.881664 [ 3 ] {73e69627-2747-4bc8-9428-9509cd665adf} <Debug> DynamicQueryHandler: Done processing query | ||
9454 | 2024.08.14 22:35:57.881728 [ 3 ] {73e69627-2747-4bc8-9428-9509cd665adf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9455 | 2024.08.14 22:35:57.881776 [ 3 ] {} <Debug> HTTP-Session: d0dd82d7-b4b6-4df8-a271-8526cb2d430c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9456 | 2024.08.14 22:36:02.843647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9457 | 2024.08.14 22:36:02.843790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9458 | 2024.08.14 22:36:02.843828 [ 3 ] {} <Debug> HTTP-Session: 6e7e644a-bbd2-435b-a1b3-bb3a65a2ca2a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9459 | 2024.08.14 22:36:02.843856 [ 3 ] {} <Debug> HTTP-Session: 6e7e644a-bbd2-435b-a1b3-bb3a65a2ca2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9460 | 2024.08.14 22:36:02.843875 [ 3 ] {} <Debug> HTTP-Session: 6e7e644a-bbd2-435b-a1b3-bb3a65a2ca2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9461 | 2024.08.14 22:36:02.843930 [ 3 ] {} <Trace> HTTP-Session: 6e7e644a-bbd2-435b-a1b3-bb3a65a2ca2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9462 | 2024.08.14 22:36:02.844135 [ 3 ] {a1ddce99-7236-4092-8274-9baac9f49c1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9463 | 2024.08.14 22:36:02.844209 [ 3 ] {a1ddce99-7236-4092-8274-9baac9f49c1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9464 | 2024.08.14 22:36:02.844425 [ 3 ] {a1ddce99-7236-4092-8274-9baac9f49c1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9465 | 2024.08.14 22:36:02.844905 [ 3 ] {a1ddce99-7236-4092-8274-9baac9f49c1b} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9466 | 2024.08.14 22:36:02.844948 [ 3 ] {a1ddce99-7236-4092-8274-9baac9f49c1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9467 | 2024.08.14 22:36:02.845308 [ 3 ] {a1ddce99-7236-4092-8274-9baac9f49c1b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9468 | 2024.08.14 22:36:02.845640 [ 3 ] {a1ddce99-7236-4092-8274-9baac9f49c1b} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9469 | 2024.08.14 22:36:02.845813 [ 3 ] {a1ddce99-7236-4092-8274-9baac9f49c1b} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001738 sec., 12082.853855005755 rows/sec., 979.37 KiB/sec. | ||
9470 | 2024.08.14 22:36:02.846000 [ 3 ] {a1ddce99-7236-4092-8274-9baac9f49c1b} <Debug> DynamicQueryHandler: Done processing query | ||
9471 | 2024.08.14 22:36:02.846027 [ 3 ] {a1ddce99-7236-4092-8274-9baac9f49c1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9472 | 2024.08.14 22:36:02.846042 [ 3 ] {} <Debug> HTTP-Session: 6e7e644a-bbd2-435b-a1b3-bb3a65a2ca2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9473 | 2024.08.14 22:36:02.846171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9474 | 2024.08.14 22:36:02.846219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9475 | 2024.08.14 22:36:02.846239 [ 3 ] {} <Debug> HTTP-Session: 694ec7e9-06ce-4426-b57e-f4694d78cd8a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9476 | 2024.08.14 22:36:02.846255 [ 3 ] {} <Debug> HTTP-Session: 694ec7e9-06ce-4426-b57e-f4694d78cd8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9477 | 2024.08.14 22:36:02.846269 [ 3 ] {} <Debug> HTTP-Session: 694ec7e9-06ce-4426-b57e-f4694d78cd8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9478 | 2024.08.14 22:36:02.846300 [ 3 ] {} <Trace> HTTP-Session: 694ec7e9-06ce-4426-b57e-f4694d78cd8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9479 | 2024.08.14 22:36:02.846424 [ 3 ] {b9ca6acc-b77b-450f-b011-92235cf2da89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9480 | 2024.08.14 22:36:02.846466 [ 3 ] {b9ca6acc-b77b-450f-b011-92235cf2da89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9481 | 2024.08.14 22:36:02.846591 [ 3 ] {b9ca6acc-b77b-450f-b011-92235cf2da89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9482 | 2024.08.14 22:36:02.846977 [ 3 ] {b9ca6acc-b77b-450f-b011-92235cf2da89} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9483 | 2024.08.14 22:36:02.847014 [ 3 ] {b9ca6acc-b77b-450f-b011-92235cf2da89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9484 | 2024.08.14 22:36:02.847326 [ 3 ] {b9ca6acc-b77b-450f-b011-92235cf2da89} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9485 | 2024.08.14 22:36:02.847640 [ 3 ] {b9ca6acc-b77b-450f-b011-92235cf2da89} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9486 | 2024.08.14 22:36:02.847793 [ 3 ] {b9ca6acc-b77b-450f-b011-92235cf2da89} <Debug> executeQuery: Read 119 rows, 10.08 KiB in 0.001412 sec., 84277.62039660056 rows/sec., 6.97 MiB/sec. | ||
9487 | 2024.08.14 22:36:02.848055 [ 3 ] {b9ca6acc-b77b-450f-b011-92235cf2da89} <Debug> DynamicQueryHandler: Done processing query | ||
9488 | 2024.08.14 22:36:02.848119 [ 3 ] {b9ca6acc-b77b-450f-b011-92235cf2da89} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9489 | 2024.08.14 22:36:02.848168 [ 3 ] {} <Debug> HTTP-Session: 694ec7e9-06ce-4426-b57e-f4694d78cd8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9490 | 2024.08.14 22:36:02.848342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9491 | 2024.08.14 22:36:02.848394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9492 | 2024.08.14 22:36:02.848413 [ 3 ] {} <Debug> HTTP-Session: c682861e-3db5-4176-aa3a-0c62ab177566 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9493 | 2024.08.14 22:36:02.848430 [ 3 ] {} <Debug> HTTP-Session: c682861e-3db5-4176-aa3a-0c62ab177566 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9494 | 2024.08.14 22:36:02.848443 [ 3 ] {} <Debug> HTTP-Session: c682861e-3db5-4176-aa3a-0c62ab177566 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9495 | 2024.08.14 22:36:02.848475 [ 3 ] {} <Trace> HTTP-Session: c682861e-3db5-4176-aa3a-0c62ab177566 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9496 | 2024.08.14 22:36:02.848596 [ 3 ] {c328ae9f-ce29-4b27-bf79-a9788b2c7931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9497 | 2024.08.14 22:36:02.848640 [ 3 ] {c328ae9f-ce29-4b27-bf79-a9788b2c7931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9498 | 2024.08.14 22:36:02.848784 [ 3 ] {c328ae9f-ce29-4b27-bf79-a9788b2c7931} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9499 | 2024.08.14 22:36:02.849132 [ 3 ] {c328ae9f-ce29-4b27-bf79-a9788b2c7931} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9500 | 2024.08.14 22:36:02.849168 [ 3 ] {c328ae9f-ce29-4b27-bf79-a9788b2c7931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9501 | 2024.08.14 22:36:02.849475 [ 3 ] {c328ae9f-ce29-4b27-bf79-a9788b2c7931} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9502 | 2024.08.14 22:36:02.849781 [ 3 ] {c328ae9f-ce29-4b27-bf79-a9788b2c7931} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9503 | 2024.08.14 22:36:02.849931 [ 3 ] {c328ae9f-ce29-4b27-bf79-a9788b2c7931} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001373 sec., 61908.23015294974 rows/sec., 4.83 MiB/sec. | ||
9504 | 2024.08.14 22:36:02.850088 [ 3 ] {c328ae9f-ce29-4b27-bf79-a9788b2c7931} <Debug> DynamicQueryHandler: Done processing query | ||
9505 | 2024.08.14 22:36:02.850113 [ 3 ] {c328ae9f-ce29-4b27-bf79-a9788b2c7931} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9506 | 2024.08.14 22:36:02.850128 [ 3 ] {} <Debug> HTTP-Session: c682861e-3db5-4176-aa3a-0c62ab177566 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9507 | 2024.08.14 22:36:02.850282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9508 | 2024.08.14 22:36:02.850330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9509 | 2024.08.14 22:36:02.850349 [ 3 ] {} <Debug> HTTP-Session: 491d218d-fc43-4dd8-bc9d-e057eb55c3ed Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9510 | 2024.08.14 22:36:02.850365 [ 3 ] {} <Debug> HTTP-Session: 491d218d-fc43-4dd8-bc9d-e057eb55c3ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9511 | 2024.08.14 22:36:02.850379 [ 3 ] {} <Debug> HTTP-Session: 491d218d-fc43-4dd8-bc9d-e057eb55c3ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9512 | 2024.08.14 22:36:02.850409 [ 3 ] {} <Trace> HTTP-Session: 491d218d-fc43-4dd8-bc9d-e057eb55c3ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9513 | 2024.08.14 22:36:02.850549 [ 3 ] {2b992a23-2317-48ab-a2e5-940e5e853870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9514 | 2024.08.14 22:36:02.850597 [ 3 ] {2b992a23-2317-48ab-a2e5-940e5e853870} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9515 | 2024.08.14 22:36:02.850739 [ 3 ] {2b992a23-2317-48ab-a2e5-940e5e853870} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9516 | 2024.08.14 22:36:02.851133 [ 3 ] {2b992a23-2317-48ab-a2e5-940e5e853870} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9517 | 2024.08.14 22:36:02.851169 [ 3 ] {2b992a23-2317-48ab-a2e5-940e5e853870} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9518 | 2024.08.14 22:36:02.851554 [ 3 ] {2b992a23-2317-48ab-a2e5-940e5e853870} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
9519 | 2024.08.14 22:36:02.851892 [ 3 ] {2b992a23-2317-48ab-a2e5-940e5e853870} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9520 | 2024.08.14 22:36:02.852049 [ 3 ] {2b992a23-2317-48ab-a2e5-940e5e853870} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001555 sec., 102893.89067524116 rows/sec., 7.17 MiB/sec. | ||
9521 | 2024.08.14 22:36:02.852343 [ 3 ] {2b992a23-2317-48ab-a2e5-940e5e853870} <Debug> DynamicQueryHandler: Done processing query | ||
9522 | 2024.08.14 22:36:02.852386 [ 3 ] {2b992a23-2317-48ab-a2e5-940e5e853870} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9523 | 2024.08.14 22:36:02.852409 [ 3 ] {} <Debug> HTTP-Session: 491d218d-fc43-4dd8-bc9d-e057eb55c3ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9524 | 2024.08.14 22:36:02.852552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33767, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9525 | 2024.08.14 22:36:02.852602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9526 | 2024.08.14 22:36:02.852622 [ 3 ] {} <Debug> HTTP-Session: 0312d178-738c-4f73-8a4e-81c8fa40a6a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9527 | 2024.08.14 22:36:02.852638 [ 3 ] {} <Debug> HTTP-Session: 0312d178-738c-4f73-8a4e-81c8fa40a6a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9528 | 2024.08.14 22:36:02.852652 [ 3 ] {} <Debug> HTTP-Session: 0312d178-738c-4f73-8a4e-81c8fa40a6a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9529 | 2024.08.14 22:36:02.852682 [ 3 ] {} <Trace> HTTP-Session: 0312d178-738c-4f73-8a4e-81c8fa40a6a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9530 | 2024.08.14 22:36:02.852940 [ 3 ] {0fb3bda4-b065-4565-8d57-e1282353aabf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9531 | 2024.08.14 22:36:02.853005 [ 3 ] {0fb3bda4-b065-4565-8d57-e1282353aabf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
9532 | 2024.08.14 22:36:02.853435 [ 3 ] {0fb3bda4-b065-4565-8d57-e1282353aabf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9533 | 2024.08.14 22:36:02.854024 [ 3 ] {0fb3bda4-b065-4565-8d57-e1282353aabf} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9534 | 2024.08.14 22:36:02.854062 [ 3 ] {0fb3bda4-b065-4565-8d57-e1282353aabf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9535 | 2024.08.14 22:36:02.854635 [ 3 ] {0fb3bda4-b065-4565-8d57-e1282353aabf} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9536 | 2024.08.14 22:36:02.855043 [ 3 ] {0fb3bda4-b065-4565-8d57-e1282353aabf} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9537 | 2024.08.14 22:36:02.855227 [ 138 ] {} <Debug> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9538 | 2024.08.14 22:36:02.855244 [ 3 ] {0fb3bda4-b065-4565-8d57-e1282353aabf} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002465 sec., 8519.269776876266 rows/sec., 15.27 MiB/sec. | ||
9539 | 2024.08.14 22:36:02.855311 [ 138 ] {} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9540 | 2024.08.14 22:36:02.855395 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9541 | 2024.08.14 22:36:02.855720 [ 194 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::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 | ||
9542 | 2024.08.14 22:36:02.855811 [ 3 ] {0fb3bda4-b065-4565-8d57-e1282353aabf} <Debug> DynamicQueryHandler: Done processing query | ||
9543 | 2024.08.14 22:36:02.855859 [ 3 ] {0fb3bda4-b065-4565-8d57-e1282353aabf} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
9544 | 2024.08.14 22:36:02.855898 [ 3 ] {} <Debug> HTTP-Session: 0312d178-738c-4f73-8a4e-81c8fa40a6a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9545 | 2024.08.14 22:36:02.856081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9546 | 2024.08.14 22:36:02.856191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9547 | 2024.08.14 22:36:02.856254 [ 3 ] {} <Debug> HTTP-Session: b135ac0a-25ec-47ba-babb-3c78ee6828cc Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9548 | 2024.08.14 22:36:02.856300 [ 3 ] {} <Debug> HTTP-Session: b135ac0a-25ec-47ba-babb-3c78ee6828cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9549 | 2024.08.14 22:36:02.856343 [ 3 ] {} <Debug> HTTP-Session: b135ac0a-25ec-47ba-babb-3c78ee6828cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9550 | 2024.08.14 22:36:02.856405 [ 194 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9551 | 2024.08.14 22:36:02.856422 [ 3 ] {} <Trace> HTTP-Session: b135ac0a-25ec-47ba-babb-3c78ee6828cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9552 | 2024.08.14 22:36:02.856526 [ 194 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 678 rows starting from the beginning of the part | ||
9553 | 2024.08.14 22:36:02.856679 [ 3 ] {37220a2f-308a-4854-a685-29db85d728c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9554 | 2024.08.14 22:36:02.856845 [ 3 ] {37220a2f-308a-4854-a685-29db85d728c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9555 | 2024.08.14 22:36:02.857241 [ 194 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 21 rows starting from the beginning of the part | ||
9556 | 2024.08.14 22:36:02.857681 [ 3 ] {37220a2f-308a-4854-a685-29db85d728c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9557 | 2024.08.14 22:36:02.858025 [ 194 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 11 rows starting from the beginning of the part | ||
9558 | 2024.08.14 22:36:02.858667 [ 194 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 21 rows starting from the beginning of the part | ||
9559 | 2024.08.14 22:36:02.858844 [ 3 ] {37220a2f-308a-4854-a685-29db85d728c0} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9560 | 2024.08.14 22:36:02.858962 [ 3 ] {37220a2f-308a-4854-a685-29db85d728c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9561 | 2024.08.14 22:36:02.859333 [ 194 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 11 rows starting from the beginning of the part | ||
9562 | 2024.08.14 22:36:02.859946 [ 194 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 21 rows starting from the beginning of the part | ||
9563 | 2024.08.14 22:36:02.860556 [ 3 ] {37220a2f-308a-4854-a685-29db85d728c0} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
9564 | 2024.08.14 22:36:02.861337 [ 3 ] {37220a2f-308a-4854-a685-29db85d728c0} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9565 | 2024.08.14 22:36:02.861741 [ 3 ] {37220a2f-308a-4854-a685-29db85d728c0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005167 sec., 11612.154054577124 rows/sec., 801.36 KiB/sec. | ||
9566 | 2024.08.14 22:36:02.862035 [ 3 ] {37220a2f-308a-4854-a685-29db85d728c0} <Debug> DynamicQueryHandler: Done processing query | ||
9567 | 2024.08.14 22:36:02.862062 [ 3 ] {37220a2f-308a-4854-a685-29db85d728c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9568 | 2024.08.14 22:36:02.862086 [ 3 ] {} <Debug> HTTP-Session: b135ac0a-25ec-47ba-babb-3c78ee6828cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9569 | 2024.08.14 22:36:02.865238 [ 186 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 763 rows, containing 19 columns (19 merged, 0 gathered) in 0.009705772 sec., 78613.01501827985 rows/sec., 140.87 MiB/sec. | ||
9570 | 2024.08.14 22:36:02.866351 [ 186 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9571 | 2024.08.14 22:36:02.866945 [ 186 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9572 | 2024.08.14 22:36:02.867031 [ 186 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9573 | 2024.08.14 22:36:02.867159 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. | ||
9574 | 2024.08.14 22:36:07.728323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9575 | 2024.08.14 22:36:07.728445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9576 | 2024.08.14 22:36:07.728469 [ 3 ] {} <Debug> HTTP-Session: 596439b0-d7ce-453d-ac06-2167b86d3730 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9577 | 2024.08.14 22:36:07.728492 [ 3 ] {} <Debug> HTTP-Session: 596439b0-d7ce-453d-ac06-2167b86d3730 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9578 | 2024.08.14 22:36:07.728507 [ 3 ] {} <Debug> HTTP-Session: 596439b0-d7ce-453d-ac06-2167b86d3730 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9579 | 2024.08.14 22:36:07.728554 [ 3 ] {} <Trace> HTTP-Session: 596439b0-d7ce-453d-ac06-2167b86d3730 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9580 | 2024.08.14 22:36:07.728724 [ 3 ] {4dde0690-a310-484f-a776-490fb80bc26c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9581 | 2024.08.14 22:36:07.728786 [ 3 ] {4dde0690-a310-484f-a776-490fb80bc26c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9582 | 2024.08.14 22:36:07.728971 [ 3 ] {4dde0690-a310-484f-a776-490fb80bc26c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9583 | 2024.08.14 22:36:07.729364 [ 3 ] {4dde0690-a310-484f-a776-490fb80bc26c} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9584 | 2024.08.14 22:36:07.729403 [ 3 ] {4dde0690-a310-484f-a776-490fb80bc26c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9585 | 2024.08.14 22:36:07.729754 [ 3 ] {4dde0690-a310-484f-a776-490fb80bc26c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9586 | 2024.08.14 22:36:07.730084 [ 3 ] {4dde0690-a310-484f-a776-490fb80bc26c} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9587 | 2024.08.14 22:36:07.730223 [ 3 ] {4dde0690-a310-484f-a776-490fb80bc26c} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001552 sec., 10953.60824742268 rows/sec., 793.46 KiB/sec. | ||
9588 | 2024.08.14 22:36:07.730395 [ 3 ] {4dde0690-a310-484f-a776-490fb80bc26c} <Debug> DynamicQueryHandler: Done processing query | ||
9589 | 2024.08.14 22:36:07.730421 [ 3 ] {4dde0690-a310-484f-a776-490fb80bc26c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9590 | 2024.08.14 22:36:07.730437 [ 3 ] {} <Debug> HTTP-Session: 596439b0-d7ce-453d-ac06-2167b86d3730 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9591 | 2024.08.14 22:36:07.730673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 194759, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9592 | 2024.08.14 22:36:07.730722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9593 | 2024.08.14 22:36:07.730741 [ 3 ] {} <Debug> HTTP-Session: 5ddfd806-8725-4200-b6ca-4bd28a9f3283 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9594 | 2024.08.14 22:36:07.730758 [ 3 ] {} <Debug> HTTP-Session: 5ddfd806-8725-4200-b6ca-4bd28a9f3283 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9595 | 2024.08.14 22:36:07.730773 [ 3 ] {} <Debug> HTTP-Session: 5ddfd806-8725-4200-b6ca-4bd28a9f3283 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9596 | 2024.08.14 22:36:07.730803 [ 3 ] {} <Trace> HTTP-Session: 5ddfd806-8725-4200-b6ca-4bd28a9f3283 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9597 | 2024.08.14 22:36:07.731357 [ 3 ] {c675a26a-93df-48f8-b2ea-474f15591453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9598 | 2024.08.14 22:36:07.731402 [ 3 ] {c675a26a-93df-48f8-b2ea-474f15591453} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9599 | 2024.08.14 22:36:07.731524 [ 3 ] {c675a26a-93df-48f8-b2ea-474f15591453} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9600 | 2024.08.14 22:36:07.732729 [ 3 ] {c675a26a-93df-48f8-b2ea-474f15591453} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9601 | 2024.08.14 22:36:07.732766 [ 3 ] {c675a26a-93df-48f8-b2ea-474f15591453} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9602 | 2024.08.14 22:36:07.733150 [ 3 ] {c675a26a-93df-48f8-b2ea-474f15591453} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9603 | 2024.08.14 22:36:07.733460 [ 3 ] {c675a26a-93df-48f8-b2ea-474f15591453} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9604 | 2024.08.14 22:36:07.733579 [ 3 ] {c675a26a-93df-48f8-b2ea-474f15591453} <Debug> executeQuery: Read 1334 rows, 114.11 KiB in 0.002646 sec., 504157.21844293276 rows/sec., 42.11 MiB/sec. | ||
9605 | 2024.08.14 22:36:07.733748 [ 3 ] {c675a26a-93df-48f8-b2ea-474f15591453} <Debug> DynamicQueryHandler: Done processing query | ||
9606 | 2024.08.14 22:36:07.733773 [ 3 ] {c675a26a-93df-48f8-b2ea-474f15591453} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
9607 | 2024.08.14 22:36:07.733789 [ 3 ] {} <Debug> HTTP-Session: 5ddfd806-8725-4200-b6ca-4bd28a9f3283 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9608 | 2024.08.14 22:36:07.733995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9609 | 2024.08.14 22:36:07.734043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9610 | 2024.08.14 22:36:07.734063 [ 3 ] {} <Debug> HTTP-Session: 78b67b09-561d-4d4c-9469-a2c40e91e96e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9611 | 2024.08.14 22:36:07.734079 [ 3 ] {} <Debug> HTTP-Session: 78b67b09-561d-4d4c-9469-a2c40e91e96e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9612 | 2024.08.14 22:36:07.734092 [ 3 ] {} <Debug> HTTP-Session: 78b67b09-561d-4d4c-9469-a2c40e91e96e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9613 | 2024.08.14 22:36:07.734123 [ 3 ] {} <Trace> HTTP-Session: 78b67b09-561d-4d4c-9469-a2c40e91e96e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9614 | 2024.08.14 22:36:07.734282 [ 3 ] {fbee91e3-ee45-4fb2-a50a-0dd32536c6db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9615 | 2024.08.14 22:36:07.734325 [ 3 ] {fbee91e3-ee45-4fb2-a50a-0dd32536c6db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9616 | 2024.08.14 22:36:07.734450 [ 3 ] {fbee91e3-ee45-4fb2-a50a-0dd32536c6db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9617 | 2024.08.14 22:36:07.734938 [ 3 ] {fbee91e3-ee45-4fb2-a50a-0dd32536c6db} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9618 | 2024.08.14 22:36:07.734974 [ 3 ] {fbee91e3-ee45-4fb2-a50a-0dd32536c6db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9619 | 2024.08.14 22:36:07.735289 [ 3 ] {fbee91e3-ee45-4fb2-a50a-0dd32536c6db} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
9620 | 2024.08.14 22:36:07.735599 [ 3 ] {fbee91e3-ee45-4fb2-a50a-0dd32536c6db} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9621 | 2024.08.14 22:36:07.735720 [ 3 ] {fbee91e3-ee45-4fb2-a50a-0dd32536c6db} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001509 sec., 151093.4393638171 rows/sec., 10.23 MiB/sec. | ||
9622 | 2024.08.14 22:36:07.736036 [ 3 ] {fbee91e3-ee45-4fb2-a50a-0dd32536c6db} <Debug> DynamicQueryHandler: Done processing query | ||
9623 | 2024.08.14 22:36:07.736068 [ 3 ] {fbee91e3-ee45-4fb2-a50a-0dd32536c6db} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
9624 | 2024.08.14 22:36:07.736084 [ 3 ] {} <Debug> HTTP-Session: 78b67b09-561d-4d4c-9469-a2c40e91e96e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9625 | 2024.08.14 22:36:07.736416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 138362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9626 | 2024.08.14 22:36:07.736467 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9627 | 2024.08.14 22:36:07.736486 [ 3 ] {} <Debug> HTTP-Session: 7a8cc495-31c7-47a4-83ba-014cf9dfeda0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9628 | 2024.08.14 22:36:07.736503 [ 3 ] {} <Debug> HTTP-Session: 7a8cc495-31c7-47a4-83ba-014cf9dfeda0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9629 | 2024.08.14 22:36:07.736520 [ 3 ] {} <Debug> HTTP-Session: 7a8cc495-31c7-47a4-83ba-014cf9dfeda0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9630 | 2024.08.14 22:36:07.736556 [ 3 ] {} <Trace> HTTP-Session: 7a8cc495-31c7-47a4-83ba-014cf9dfeda0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9631 | 2024.08.14 22:36:07.736964 [ 3 ] {028a4b32-1537-42c8-8ac2-f81eec82465b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9632 | 2024.08.14 22:36:07.737009 [ 3 ] {028a4b32-1537-42c8-8ac2-f81eec82465b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9633 | 2024.08.14 22:36:07.737145 [ 3 ] {028a4b32-1537-42c8-8ac2-f81eec82465b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9634 | 2024.08.14 22:36:07.737937 [ 3 ] {028a4b32-1537-42c8-8ac2-f81eec82465b} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9635 | 2024.08.14 22:36:07.737973 [ 3 ] {028a4b32-1537-42c8-8ac2-f81eec82465b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9636 | 2024.08.14 22:36:07.738306 [ 3 ] {028a4b32-1537-42c8-8ac2-f81eec82465b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9637 | 2024.08.14 22:36:07.738612 [ 3 ] {028a4b32-1537-42c8-8ac2-f81eec82465b} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9638 | 2024.08.14 22:36:07.738731 [ 3 ] {028a4b32-1537-42c8-8ac2-f81eec82465b} <Debug> executeQuery: Read 849 rows, 62.64 KiB in 0.002066 sec., 410939.01258470473 rows/sec., 29.61 MiB/sec. | ||
9639 | 2024.08.14 22:36:07.738878 [ 3 ] {028a4b32-1537-42c8-8ac2-f81eec82465b} <Debug> DynamicQueryHandler: Done processing query | ||
9640 | 2024.08.14 22:36:07.738903 [ 3 ] {028a4b32-1537-42c8-8ac2-f81eec82465b} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
9641 | 2024.08.14 22:36:07.738918 [ 3 ] {} <Debug> HTTP-Session: 7a8cc495-31c7-47a4-83ba-014cf9dfeda0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9642 | 2024.08.14 22:36:07.739096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9643 | 2024.08.14 22:36:07.739145 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9644 | 2024.08.14 22:36:07.739165 [ 3 ] {} <Debug> HTTP-Session: c092c140-aea3-45b9-b82e-88aa262a82eb Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9645 | 2024.08.14 22:36:07.739182 [ 3 ] {} <Debug> HTTP-Session: c092c140-aea3-45b9-b82e-88aa262a82eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9646 | 2024.08.14 22:36:07.739195 [ 3 ] {} <Debug> HTTP-Session: c092c140-aea3-45b9-b82e-88aa262a82eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9647 | 2024.08.14 22:36:07.739226 [ 3 ] {} <Trace> HTTP-Session: c092c140-aea3-45b9-b82e-88aa262a82eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9648 | 2024.08.14 22:36:07.739320 [ 3 ] {4f045aa3-aff3-427e-a671-b0e15fead1be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9649 | 2024.08.14 22:36:07.739364 [ 3 ] {4f045aa3-aff3-427e-a671-b0e15fead1be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9650 | 2024.08.14 22:36:07.739490 [ 3 ] {4f045aa3-aff3-427e-a671-b0e15fead1be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9651 | 2024.08.14 22:36:07.739759 [ 3 ] {4f045aa3-aff3-427e-a671-b0e15fead1be} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9652 | 2024.08.14 22:36:07.739795 [ 3 ] {4f045aa3-aff3-427e-a671-b0e15fead1be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9653 | 2024.08.14 22:36:07.740151 [ 3 ] {4f045aa3-aff3-427e-a671-b0e15fead1be} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9654 | 2024.08.14 22:36:07.740479 [ 3 ] {4f045aa3-aff3-427e-a671-b0e15fead1be} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9655 | 2024.08.14 22:36:07.740603 [ 3 ] {4f045aa3-aff3-427e-a671-b0e15fead1be} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001308 sec., 4587.155963302753 rows/sec., 197.10 KiB/sec. | ||
9656 | 2024.08.14 22:36:07.740762 [ 3 ] {4f045aa3-aff3-427e-a671-b0e15fead1be} <Debug> DynamicQueryHandler: Done processing query | ||
9657 | 2024.08.14 22:36:07.740787 [ 3 ] {4f045aa3-aff3-427e-a671-b0e15fead1be} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9658 | 2024.08.14 22:36:07.740802 [ 3 ] {} <Debug> HTTP-Session: c092c140-aea3-45b9-b82e-88aa262a82eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9659 | 2024.08.14 22:36:07.740943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9660 | 2024.08.14 22:36:07.740992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9661 | 2024.08.14 22:36:07.741011 [ 3 ] {} <Debug> HTTP-Session: 85da0c8c-c827-4732-89a9-a7c3a28903c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9662 | 2024.08.14 22:36:07.741027 [ 3 ] {} <Debug> HTTP-Session: 85da0c8c-c827-4732-89a9-a7c3a28903c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9663 | 2024.08.14 22:36:07.741041 [ 3 ] {} <Debug> HTTP-Session: 85da0c8c-c827-4732-89a9-a7c3a28903c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9664 | 2024.08.14 22:36:07.741070 [ 3 ] {} <Trace> HTTP-Session: 85da0c8c-c827-4732-89a9-a7c3a28903c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9665 | 2024.08.14 22:36:07.741193 [ 3 ] {ae9d946b-b5cb-4aff-9e60-06a715bbc35b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
9666 | 2024.08.14 22:36:07.741239 [ 3 ] {ae9d946b-b5cb-4aff-9e60-06a715bbc35b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
9667 | 2024.08.14 22:36:07.741377 [ 3 ] {ae9d946b-b5cb-4aff-9e60-06a715bbc35b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9668 | 2024.08.14 22:36:07.741676 [ 3 ] {ae9d946b-b5cb-4aff-9e60-06a715bbc35b} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9669 | 2024.08.14 22:36:07.741711 [ 3 ] {ae9d946b-b5cb-4aff-9e60-06a715bbc35b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9670 | 2024.08.14 22:36:07.742064 [ 3 ] {ae9d946b-b5cb-4aff-9e60-06a715bbc35b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9671 | 2024.08.14 22:36:07.742398 [ 3 ] {ae9d946b-b5cb-4aff-9e60-06a715bbc35b} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9672 | 2024.08.14 22:36:07.742527 [ 3 ] {ae9d946b-b5cb-4aff-9e60-06a715bbc35b} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001381 sec., 55756.698044895 rows/sec., 3.43 MiB/sec. | ||
9673 | 2024.08.14 22:36:07.742713 [ 3 ] {ae9d946b-b5cb-4aff-9e60-06a715bbc35b} <Debug> DynamicQueryHandler: Done processing query | ||
9674 | 2024.08.14 22:36:07.742737 [ 3 ] {ae9d946b-b5cb-4aff-9e60-06a715bbc35b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9675 | 2024.08.14 22:36:07.742753 [ 3 ] {} <Debug> HTTP-Session: 85da0c8c-c827-4732-89a9-a7c3a28903c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9676 | 2024.08.14 22:36:07.742986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 160313, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9677 | 2024.08.14 22:36:07.743034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9678 | 2024.08.14 22:36:07.743053 [ 3 ] {} <Debug> HTTP-Session: 4c8a9f32-8ed7-4cb7-a7a6-c637da60f00d Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9679 | 2024.08.14 22:36:07.743069 [ 3 ] {} <Debug> HTTP-Session: 4c8a9f32-8ed7-4cb7-a7a6-c637da60f00d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9680 | 2024.08.14 22:36:07.743082 [ 3 ] {} <Debug> HTTP-Session: 4c8a9f32-8ed7-4cb7-a7a6-c637da60f00d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9681 | 2024.08.14 22:36:07.743113 [ 3 ] {} <Trace> HTTP-Session: 4c8a9f32-8ed7-4cb7-a7a6-c637da60f00d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9682 | 2024.08.14 22:36:07.743482 [ 3 ] {787f4444-9619-4379-ae73-cbe77e35209a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9683 | 2024.08.14 22:36:07.743528 [ 3 ] {787f4444-9619-4379-ae73-cbe77e35209a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9684 | 2024.08.14 22:36:07.743674 [ 3 ] {787f4444-9619-4379-ae73-cbe77e35209a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9685 | 2024.08.14 22:36:07.744493 [ 3 ] {787f4444-9619-4379-ae73-cbe77e35209a} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9686 | 2024.08.14 22:36:07.744530 [ 3 ] {787f4444-9619-4379-ae73-cbe77e35209a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9687 | 2024.08.14 22:36:07.744940 [ 3 ] {787f4444-9619-4379-ae73-cbe77e35209a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
9688 | 2024.08.14 22:36:07.745275 [ 3 ] {787f4444-9619-4379-ae73-cbe77e35209a} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9689 | 2024.08.14 22:36:07.745439 [ 3 ] {787f4444-9619-4379-ae73-cbe77e35209a} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.002178 sec., 387511.4784205694 rows/sec., 26.08 MiB/sec. | ||
9690 | 2024.08.14 22:36:07.745615 [ 3 ] {787f4444-9619-4379-ae73-cbe77e35209a} <Debug> DynamicQueryHandler: Done processing query | ||
9691 | 2024.08.14 22:36:07.745639 [ 3 ] {787f4444-9619-4379-ae73-cbe77e35209a} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
9692 | 2024.08.14 22:36:07.745655 [ 3 ] {} <Debug> HTTP-Session: 4c8a9f32-8ed7-4cb7-a7a6-c637da60f00d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9693 | 2024.08.14 22:36:07.745889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17714, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9694 | 2024.08.14 22:36:07.745938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9695 | 2024.08.14 22:36:07.745959 [ 3 ] {} <Debug> HTTP-Session: 238c0e32-3643-46ff-99ca-1f59d271c378 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9696 | 2024.08.14 22:36:07.745974 [ 3 ] {} <Debug> HTTP-Session: 238c0e32-3643-46ff-99ca-1f59d271c378 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9697 | 2024.08.14 22:36:07.745988 [ 3 ] {} <Debug> HTTP-Session: 238c0e32-3643-46ff-99ca-1f59d271c378 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9698 | 2024.08.14 22:36:07.746018 [ 3 ] {} <Trace> HTTP-Session: 238c0e32-3643-46ff-99ca-1f59d271c378 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9699 | 2024.08.14 22:36:07.746188 [ 3 ] {d5e67d0b-36ec-4b3e-863a-c181881b31fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9700 | 2024.08.14 22:36:07.746251 [ 3 ] {d5e67d0b-36ec-4b3e-863a-c181881b31fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
9701 | 2024.08.14 22:36:07.746651 [ 3 ] {d5e67d0b-36ec-4b3e-863a-c181881b31fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9702 | 2024.08.14 22:36:07.747141 [ 3 ] {d5e67d0b-36ec-4b3e-863a-c181881b31fa} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9703 | 2024.08.14 22:36:07.747178 [ 3 ] {d5e67d0b-36ec-4b3e-863a-c181881b31fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9704 | 2024.08.14 22:36:07.747745 [ 3 ] {d5e67d0b-36ec-4b3e-863a-c181881b31fa} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9705 | 2024.08.14 22:36:07.748150 [ 3 ] {d5e67d0b-36ec-4b3e-863a-c181881b31fa} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9706 | 2024.08.14 22:36:07.748334 [ 3 ] {d5e67d0b-36ec-4b3e-863a-c181881b31fa} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002235 sec., 4921.700223713647 rows/sec., 8.82 MiB/sec. | ||
9707 | 2024.08.14 22:36:07.748534 [ 3 ] {d5e67d0b-36ec-4b3e-863a-c181881b31fa} <Debug> DynamicQueryHandler: Done processing query | ||
9708 | 2024.08.14 22:36:07.748559 [ 3 ] {d5e67d0b-36ec-4b3e-863a-c181881b31fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
9709 | 2024.08.14 22:36:07.748574 [ 3 ] {} <Debug> HTTP-Session: 238c0e32-3643-46ff-99ca-1f59d271c378 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9710 | 2024.08.14 22:36:07.748687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9711 | 2024.08.14 22:36:07.748735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9712 | 2024.08.14 22:36:07.748754 [ 3 ] {} <Debug> HTTP-Session: 2c3d8deb-08cb-4f16-ad11-569380ccb197 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9713 | 2024.08.14 22:36:07.748770 [ 3 ] {} <Debug> HTTP-Session: 2c3d8deb-08cb-4f16-ad11-569380ccb197 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9714 | 2024.08.14 22:36:07.748784 [ 3 ] {} <Debug> HTTP-Session: 2c3d8deb-08cb-4f16-ad11-569380ccb197 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9715 | 2024.08.14 22:36:07.748814 [ 3 ] {} <Trace> HTTP-Session: 2c3d8deb-08cb-4f16-ad11-569380ccb197 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9716 | 2024.08.14 22:36:07.748914 [ 3 ] {f4b6ebd2-8bc2-4fd8-896b-7595b3330686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
9717 | 2024.08.14 22:36:07.748958 [ 3 ] {f4b6ebd2-8bc2-4fd8-896b-7595b3330686} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
9718 | 2024.08.14 22:36:07.749084 [ 3 ] {f4b6ebd2-8bc2-4fd8-896b-7595b3330686} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9719 | 2024.08.14 22:36:07.749388 [ 3 ] {f4b6ebd2-8bc2-4fd8-896b-7595b3330686} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9720 | 2024.08.14 22:36:07.749425 [ 3 ] {f4b6ebd2-8bc2-4fd8-896b-7595b3330686} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9721 | 2024.08.14 22:36:07.749778 [ 3 ] {f4b6ebd2-8bc2-4fd8-896b-7595b3330686} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9722 | 2024.08.14 22:36:07.750102 [ 3 ] {f4b6ebd2-8bc2-4fd8-896b-7595b3330686} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9723 | 2024.08.14 22:36:07.750257 [ 3 ] {f4b6ebd2-8bc2-4fd8-896b-7595b3330686} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00137 sec., 16788.321167883212 rows/sec., 908.13 KiB/sec. | ||
9724 | 2024.08.14 22:36:07.750428 [ 3 ] {f4b6ebd2-8bc2-4fd8-896b-7595b3330686} <Debug> DynamicQueryHandler: Done processing query | ||
9725 | 2024.08.14 22:36:07.750453 [ 3 ] {f4b6ebd2-8bc2-4fd8-896b-7595b3330686} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9726 | 2024.08.14 22:36:07.750468 [ 3 ] {} <Debug> HTTP-Session: 2c3d8deb-08cb-4f16-ad11-569380ccb197 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9727 | 2024.08.14 22:36:07.750602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9728 | 2024.08.14 22:36:07.750652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9729 | 2024.08.14 22:36:07.750671 [ 3 ] {} <Debug> HTTP-Session: 8a98e153-dc75-4e03-a205-3c4c0fc4cb88 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9730 | 2024.08.14 22:36:07.750687 [ 3 ] {} <Debug> HTTP-Session: 8a98e153-dc75-4e03-a205-3c4c0fc4cb88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9731 | 2024.08.14 22:36:07.750700 [ 3 ] {} <Debug> HTTP-Session: 8a98e153-dc75-4e03-a205-3c4c0fc4cb88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9732 | 2024.08.14 22:36:07.750730 [ 3 ] {} <Trace> HTTP-Session: 8a98e153-dc75-4e03-a205-3c4c0fc4cb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9733 | 2024.08.14 22:36:07.750840 [ 3 ] {8d32d759-c7d9-40d0-b66c-4f8d4d4fcc80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9734 | 2024.08.14 22:36:07.750882 [ 3 ] {8d32d759-c7d9-40d0-b66c-4f8d4d4fcc80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9735 | 2024.08.14 22:36:07.751007 [ 3 ] {8d32d759-c7d9-40d0-b66c-4f8d4d4fcc80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9736 | 2024.08.14 22:36:07.751278 [ 3 ] {8d32d759-c7d9-40d0-b66c-4f8d4d4fcc80} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9737 | 2024.08.14 22:36:07.751315 [ 3 ] {8d32d759-c7d9-40d0-b66c-4f8d4d4fcc80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
9738 | 2024.08.14 22:36:07.751661 [ 3 ] {8d32d759-c7d9-40d0-b66c-4f8d4d4fcc80} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
9739 | 2024.08.14 22:36:07.751983 [ 3 ] {8d32d759-c7d9-40d0-b66c-4f8d4d4fcc80} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9740 | 2024.08.14 22:36:07.752133 [ 3 ] {8d32d759-c7d9-40d0-b66c-4f8d4d4fcc80} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001325 sec., 45283.018867924526 rows/sec., 3.05 MiB/sec. | ||
9741 | 2024.08.14 22:36:07.752295 [ 3 ] {8d32d759-c7d9-40d0-b66c-4f8d4d4fcc80} <Debug> DynamicQueryHandler: Done processing query | ||
9742 | 2024.08.14 22:36:07.752320 [ 3 ] {8d32d759-c7d9-40d0-b66c-4f8d4d4fcc80} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9743 | 2024.08.14 22:36:07.752335 [ 3 ] {} <Debug> HTTP-Session: 8a98e153-dc75-4e03-a205-3c4c0fc4cb88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9744 | 2024.08.14 22:36:11.085206 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9745 | 2024.08.14 22:36:11.085284 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9746 | 2024.08.14 22:36:12.843055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9747 | 2024.08.14 22:36:12.843177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9748 | 2024.08.14 22:36:12.843205 [ 3 ] {} <Debug> HTTP-Session: 3ade9cee-7813-4711-8d30-933b08192ab3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9749 | 2024.08.14 22:36:12.843232 [ 3 ] {} <Debug> HTTP-Session: 3ade9cee-7813-4711-8d30-933b08192ab3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9750 | 2024.08.14 22:36:12.843249 [ 3 ] {} <Debug> HTTP-Session: 3ade9cee-7813-4711-8d30-933b08192ab3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9751 | 2024.08.14 22:36:12.843302 [ 3 ] {} <Trace> HTTP-Session: 3ade9cee-7813-4711-8d30-933b08192ab3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9752 | 2024.08.14 22:36:12.843504 [ 3 ] {29999b88-ae51-45f4-a3a3-6a297841aa46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9753 | 2024.08.14 22:36:12.843575 [ 3 ] {29999b88-ae51-45f4-a3a3-6a297841aa46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9754 | 2024.08.14 22:36:12.843785 [ 3 ] {29999b88-ae51-45f4-a3a3-6a297841aa46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9755 | 2024.08.14 22:36:12.844222 [ 3 ] {29999b88-ae51-45f4-a3a3-6a297841aa46} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9756 | 2024.08.14 22:36:12.844265 [ 3 ] {29999b88-ae51-45f4-a3a3-6a297841aa46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
9757 | 2024.08.14 22:36:12.844637 [ 3 ] {29999b88-ae51-45f4-a3a3-6a297841aa46} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9758 | 2024.08.14 22:36:12.844981 [ 3 ] {29999b88-ae51-45f4-a3a3-6a297841aa46} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9759 | 2024.08.14 22:36:12.845124 [ 3 ] {29999b88-ae51-45f4-a3a3-6a297841aa46} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001683 sec., 12477.718360071302 rows/sec., 1011.38 KiB/sec. | ||
9760 | 2024.08.14 22:36:12.845333 [ 3 ] {29999b88-ae51-45f4-a3a3-6a297841aa46} <Debug> DynamicQueryHandler: Done processing query | ||
9761 | 2024.08.14 22:36:12.845360 [ 3 ] {29999b88-ae51-45f4-a3a3-6a297841aa46} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9762 | 2024.08.14 22:36:12.845377 [ 3 ] {} <Debug> HTTP-Session: 3ade9cee-7813-4711-8d30-933b08192ab3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9763 | 2024.08.14 22:36:12.845559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9764 | 2024.08.14 22:36:12.845614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9765 | 2024.08.14 22:36:12.845635 [ 3 ] {} <Debug> HTTP-Session: d2473657-e67c-4271-acb0-5e0311138b0c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9766 | 2024.08.14 22:36:12.845652 [ 3 ] {} <Debug> HTTP-Session: d2473657-e67c-4271-acb0-5e0311138b0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9767 | 2024.08.14 22:36:12.845666 [ 3 ] {} <Debug> HTTP-Session: d2473657-e67c-4271-acb0-5e0311138b0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9768 | 2024.08.14 22:36:12.845701 [ 3 ] {} <Trace> HTTP-Session: d2473657-e67c-4271-acb0-5e0311138b0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9769 | 2024.08.14 22:36:12.845835 [ 3 ] {f12de00b-ef6f-4644-96c1-50b0548dc9db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9770 | 2024.08.14 22:36:12.845881 [ 3 ] {f12de00b-ef6f-4644-96c1-50b0548dc9db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9771 | 2024.08.14 22:36:12.846007 [ 3 ] {f12de00b-ef6f-4644-96c1-50b0548dc9db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9772 | 2024.08.14 22:36:12.846384 [ 3 ] {f12de00b-ef6f-4644-96c1-50b0548dc9db} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9773 | 2024.08.14 22:36:12.846420 [ 3 ] {f12de00b-ef6f-4644-96c1-50b0548dc9db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
9774 | 2024.08.14 22:36:12.846735 [ 3 ] {f12de00b-ef6f-4644-96c1-50b0548dc9db} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9775 | 2024.08.14 22:36:12.847041 [ 3 ] {f12de00b-ef6f-4644-96c1-50b0548dc9db} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9776 | 2024.08.14 22:36:12.847167 [ 3 ] {f12de00b-ef6f-4644-96c1-50b0548dc9db} <Debug> executeQuery: Read 119 rows, 10.08 KiB in 0.001387 sec., 85796.68348954579 rows/sec., 7.10 MiB/sec. | ||
9777 | 2024.08.14 22:36:12.847319 [ 3 ] {f12de00b-ef6f-4644-96c1-50b0548dc9db} <Debug> DynamicQueryHandler: Done processing query | ||
9778 | 2024.08.14 22:36:12.847344 [ 3 ] {f12de00b-ef6f-4644-96c1-50b0548dc9db} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9779 | 2024.08.14 22:36:12.847359 [ 3 ] {} <Debug> HTTP-Session: d2473657-e67c-4271-acb0-5e0311138b0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9780 | 2024.08.14 22:36:12.847484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9781 | 2024.08.14 22:36:12.847533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9782 | 2024.08.14 22:36:12.847554 [ 3 ] {} <Debug> HTTP-Session: a169ba9c-b507-4139-a592-06cdc245cc50 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9783 | 2024.08.14 22:36:12.847570 [ 3 ] {} <Debug> HTTP-Session: a169ba9c-b507-4139-a592-06cdc245cc50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9784 | 2024.08.14 22:36:12.847584 [ 3 ] {} <Debug> HTTP-Session: a169ba9c-b507-4139-a592-06cdc245cc50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9785 | 2024.08.14 22:36:12.847616 [ 3 ] {} <Trace> HTTP-Session: a169ba9c-b507-4139-a592-06cdc245cc50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9786 | 2024.08.14 22:36:12.847742 [ 3 ] {3874c0ee-06ff-4319-a45f-78fef51218dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9787 | 2024.08.14 22:36:12.847784 [ 3 ] {3874c0ee-06ff-4319-a45f-78fef51218dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9788 | 2024.08.14 22:36:12.847905 [ 3 ] {3874c0ee-06ff-4319-a45f-78fef51218dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9789 | 2024.08.14 22:36:12.848241 [ 3 ] {3874c0ee-06ff-4319-a45f-78fef51218dd} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9790 | 2024.08.14 22:36:12.848278 [ 3 ] {3874c0ee-06ff-4319-a45f-78fef51218dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
9791 | 2024.08.14 22:36:12.848585 [ 3 ] {3874c0ee-06ff-4319-a45f-78fef51218dd} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9792 | 2024.08.14 22:36:12.848893 [ 3 ] {3874c0ee-06ff-4319-a45f-78fef51218dd} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9793 | 2024.08.14 22:36:12.849020 [ 3 ] {3874c0ee-06ff-4319-a45f-78fef51218dd} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001326 sec., 64102.56410256411 rows/sec., 5.01 MiB/sec. | ||
9794 | 2024.08.14 22:36:12.849282 [ 3 ] {3874c0ee-06ff-4319-a45f-78fef51218dd} <Debug> DynamicQueryHandler: Done processing query | ||
9795 | 2024.08.14 22:36:12.849336 [ 3 ] {3874c0ee-06ff-4319-a45f-78fef51218dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9796 | 2024.08.14 22:36:12.849391 [ 3 ] {} <Debug> HTTP-Session: a169ba9c-b507-4139-a592-06cdc245cc50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9797 | 2024.08.14 22:36:12.849628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9798 | 2024.08.14 22:36:12.849681 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9799 | 2024.08.14 22:36:12.849700 [ 3 ] {} <Debug> HTTP-Session: b0406e98-7353-457f-911f-2ed5b9e7188b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9800 | 2024.08.14 22:36:12.849718 [ 3 ] {} <Debug> HTTP-Session: b0406e98-7353-457f-911f-2ed5b9e7188b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9801 | 2024.08.14 22:36:12.849732 [ 3 ] {} <Debug> HTTP-Session: b0406e98-7353-457f-911f-2ed5b9e7188b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9802 | 2024.08.14 22:36:12.849764 [ 3 ] {} <Trace> HTTP-Session: b0406e98-7353-457f-911f-2ed5b9e7188b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9803 | 2024.08.14 22:36:12.849912 [ 3 ] {08e5ec66-aa49-45f5-a868-af901698d223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9804 | 2024.08.14 22:36:12.849961 [ 3 ] {08e5ec66-aa49-45f5-a868-af901698d223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9805 | 2024.08.14 22:36:12.850121 [ 3 ] {08e5ec66-aa49-45f5-a868-af901698d223} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9806 | 2024.08.14 22:36:12.850472 [ 3 ] {08e5ec66-aa49-45f5-a868-af901698d223} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9807 | 2024.08.14 22:36:12.850508 [ 3 ] {08e5ec66-aa49-45f5-a868-af901698d223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
9808 | 2024.08.14 22:36:12.850901 [ 3 ] {08e5ec66-aa49-45f5-a868-af901698d223} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9809 | 2024.08.14 22:36:12.851234 [ 3 ] {08e5ec66-aa49-45f5-a868-af901698d223} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9810 | 2024.08.14 22:36:12.851355 [ 144 ] {} <Debug> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9811 | 2024.08.14 22:36:12.851357 [ 3 ] {08e5ec66-aa49-45f5-a868-af901698d223} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001512 sec., 105820.10582010582 rows/sec., 7.37 MiB/sec. | ||
9812 | 2024.08.14 22:36:12.851403 [ 144 ] {} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9813 | 2024.08.14 22:36:12.851444 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
9814 | 2024.08.14 22:36:12.851598 [ 3 ] {08e5ec66-aa49-45f5-a868-af901698d223} <Debug> DynamicQueryHandler: Done processing query | ||
9815 | 2024.08.14 22:36:12.851677 [ 3 ] {08e5ec66-aa49-45f5-a868-af901698d223} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9816 | 2024.08.14 22:36:12.851751 [ 3 ] {} <Debug> HTTP-Session: b0406e98-7353-457f-911f-2ed5b9e7188b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9817 | 2024.08.14 22:36:12.851933 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::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 | ||
9818 | 2024.08.14 22:36:12.852059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9819 | 2024.08.14 22:36:12.852180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9820 | 2024.08.14 22:36:12.852239 [ 3 ] {} <Debug> HTTP-Session: 2f0a2b21-911d-4176-98f3-512c10f3cb02 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9821 | 2024.08.14 22:36:12.852282 [ 3 ] {} <Debug> HTTP-Session: 2f0a2b21-911d-4176-98f3-512c10f3cb02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9822 | 2024.08.14 22:36:12.852320 [ 3 ] {} <Debug> HTTP-Session: 2f0a2b21-911d-4176-98f3-512c10f3cb02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9823 | 2024.08.14 22:36:12.852359 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9824 | 2024.08.14 22:36:12.852388 [ 3 ] {} <Trace> HTTP-Session: 2f0a2b21-911d-4176-98f3-512c10f3cb02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9825 | 2024.08.14 22:36:12.852433 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12642 rows starting from the beginning of the part | ||
9826 | 2024.08.14 22:36:12.852651 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 161 rows starting from the beginning of the part | ||
9827 | 2024.08.14 22:36:12.852730 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part | ||
9828 | 2024.08.14 22:36:12.852916 [ 3 ] {7a27dbab-ffbd-43b9-84da-c99368c111f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9829 | 2024.08.14 22:36:12.853175 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part | ||
9830 | 2024.08.14 22:36:12.853286 [ 3 ] {7a27dbab-ffbd-43b9-84da-c99368c111f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
9831 | 2024.08.14 22:36:12.853483 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 844 rows starting from the beginning of the part | ||
9832 | 2024.08.14 22:36:12.853911 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part | ||
9833 | 2024.08.14 22:36:12.855650 [ 3 ] {7a27dbab-ffbd-43b9-84da-c99368c111f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9834 | 2024.08.14 22:36:12.856883 [ 3 ] {7a27dbab-ffbd-43b9-84da-c99368c111f8} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9835 | 2024.08.14 22:36:12.856959 [ 3 ] {7a27dbab-ffbd-43b9-84da-c99368c111f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
9836 | 2024.08.14 22:36:12.858492 [ 3 ] {7a27dbab-ffbd-43b9-84da-c99368c111f8} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9837 | 2024.08.14 22:36:12.859334 [ 3 ] {7a27dbab-ffbd-43b9-84da-c99368c111f8} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9838 | 2024.08.14 22:36:12.859514 [ 3 ] {7a27dbab-ffbd-43b9-84da-c99368c111f8} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.006961 sec., 3016.8079298951297 rows/sec., 5.41 MiB/sec. | ||
9839 | 2024.08.14 22:36:12.859795 [ 3 ] {7a27dbab-ffbd-43b9-84da-c99368c111f8} <Debug> DynamicQueryHandler: Done processing query | ||
9840 | 2024.08.14 22:36:12.859824 [ 3 ] {7a27dbab-ffbd-43b9-84da-c99368c111f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
9841 | 2024.08.14 22:36:12.859840 [ 3 ] {} <Debug> HTTP-Session: 2f0a2b21-911d-4176-98f3-512c10f3cb02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9842 | 2024.08.14 22:36:12.860004 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9843 | 2024.08.14 22:36:12.860058 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9844 | 2024.08.14 22:36:12.860078 [ 3 ] {} <Debug> HTTP-Session: 2c818cc7-6fb0-495f-b571-aa9edea8049f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9845 | 2024.08.14 22:36:12.860094 [ 3 ] {} <Debug> HTTP-Session: 2c818cc7-6fb0-495f-b571-aa9edea8049f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9846 | 2024.08.14 22:36:12.860108 [ 3 ] {} <Debug> HTTP-Session: 2c818cc7-6fb0-495f-b571-aa9edea8049f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9847 | 2024.08.14 22:36:12.860149 [ 3 ] {} <Trace> HTTP-Session: 2c818cc7-6fb0-495f-b571-aa9edea8049f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9848 | 2024.08.14 22:36:12.860303 [ 3 ] {4ad3b299-38fd-4892-898f-4b89a25d60b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9849 | 2024.08.14 22:36:12.860347 [ 3 ] {4ad3b299-38fd-4892-898f-4b89a25d60b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9850 | 2024.08.14 22:36:12.860527 [ 3 ] {4ad3b299-38fd-4892-898f-4b89a25d60b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9851 | 2024.08.14 22:36:12.861212 [ 3 ] {4ad3b299-38fd-4892-898f-4b89a25d60b4} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9852 | 2024.08.14 22:36:12.861295 [ 3 ] {4ad3b299-38fd-4892-898f-4b89a25d60b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
9853 | 2024.08.14 22:36:12.861364 [ 191 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14127 rows, containing 5 columns (5 merged, 0 gathered) in 0.009800883 sec., 1441400.739096671 rows/sec., 98.20 MiB/sec. | ||
9854 | 2024.08.14 22:36:12.861743 [ 3 ] {4ad3b299-38fd-4892-898f-4b89a25d60b4} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9855 | 2024.08.14 22:36:12.861936 [ 191 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9856 | 2024.08.14 22:36:12.862443 [ 3 ] {4ad3b299-38fd-4892-898f-4b89a25d60b4} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9857 | 2024.08.14 22:36:12.862867 [ 3 ] {4ad3b299-38fd-4892-898f-4b89a25d60b4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002599 sec., 23085.80223162755 rows/sec., 1.56 MiB/sec. | ||
9858 | 2024.08.14 22:36:12.862891 [ 142 ] {} <Debug> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9859 | 2024.08.14 22:36:12.863048 [ 142 ] {} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9860 | 2024.08.14 22:36:12.863162 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
9861 | 2024.08.14 22:36:12.863182 [ 191 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9862 | 2024.08.14 22:36:12.863473 [ 3 ] {4ad3b299-38fd-4892-898f-4b89a25d60b4} <Debug> DynamicQueryHandler: Done processing query | ||
9863 | 2024.08.14 22:36:12.863604 [ 191 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9864 | 2024.08.14 22:36:12.863606 [ 3 ] {4ad3b299-38fd-4892-898f-4b89a25d60b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9865 | 2024.08.14 22:36:12.863886 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
9866 | 2024.08.14 22:36:12.863978 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.77 MiB. | ||
9867 | 2024.08.14 22:36:12.863972 [ 3 ] {} <Debug> HTTP-Session: 2c818cc7-6fb0-495f-b571-aa9edea8049f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9868 | 2024.08.14 22:36:12.864520 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9869 | 2024.08.14 22:36:12.864566 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2206 rows starting from the beginning of the part | ||
9870 | 2024.08.14 22:36:12.864672 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
9871 | 2024.08.14 22:36:12.864854 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
9872 | 2024.08.14 22:36:12.865008 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part | ||
9873 | 2024.08.14 22:36:12.865109 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
9874 | 2024.08.14 22:36:12.865244 [ 198 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
9875 | 2024.08.14 22:36:12.866662 [ 201 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2506 rows, containing 4 columns (4 merged, 0 gathered) in 0.003304068 sec., 758458.9663408864 rows/sec., 51.05 MiB/sec. | ||
9876 | 2024.08.14 22:36:12.866901 [ 190 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9877 | 2024.08.14 22:36:12.867295 [ 190 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_46_9} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9878 | 2024.08.14 22:36:12.867375 [ 190 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_46_9} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9879 | 2024.08.14 22:36:12.867458 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
9880 | 2024.08.14 22:36:17.846316 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9881 | 2024.08.14 22:36:17.846440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9882 | 2024.08.14 22:36:17.846464 [ 3 ] {} <Debug> HTTP-Session: c1191e64-9ebf-4c96-8387-6c2a72a1120a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9883 | 2024.08.14 22:36:17.846487 [ 3 ] {} <Debug> HTTP-Session: c1191e64-9ebf-4c96-8387-6c2a72a1120a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9884 | 2024.08.14 22:36:17.846502 [ 3 ] {} <Debug> HTTP-Session: c1191e64-9ebf-4c96-8387-6c2a72a1120a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9885 | 2024.08.14 22:36:17.846549 [ 3 ] {} <Trace> HTTP-Session: c1191e64-9ebf-4c96-8387-6c2a72a1120a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9886 | 2024.08.14 22:36:17.846733 [ 3 ] {a66ea7f2-4be1-4c0e-ae8c-dd4dd53c7372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9887 | 2024.08.14 22:36:17.846798 [ 3 ] {a66ea7f2-4be1-4c0e-ae8c-dd4dd53c7372} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9888 | 2024.08.14 22:36:17.846983 [ 3 ] {a66ea7f2-4be1-4c0e-ae8c-dd4dd53c7372} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9889 | 2024.08.14 22:36:17.847403 [ 3 ] {a66ea7f2-4be1-4c0e-ae8c-dd4dd53c7372} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9890 | 2024.08.14 22:36:17.847444 [ 3 ] {a66ea7f2-4be1-4c0e-ae8c-dd4dd53c7372} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
9891 | 2024.08.14 22:36:17.847801 [ 3 ] {a66ea7f2-4be1-4c0e-ae8c-dd4dd53c7372} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9892 | 2024.08.14 22:36:17.848134 [ 3 ] {a66ea7f2-4be1-4c0e-ae8c-dd4dd53c7372} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9893 | 2024.08.14 22:36:17.848295 [ 3 ] {a66ea7f2-4be1-4c0e-ae8c-dd4dd53c7372} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.00162 sec., 10493.827160493827 rows/sec., 760.15 KiB/sec. | ||
9894 | 2024.08.14 22:36:17.848490 [ 3 ] {a66ea7f2-4be1-4c0e-ae8c-dd4dd53c7372} <Debug> DynamicQueryHandler: Done processing query | ||
9895 | 2024.08.14 22:36:17.848515 [ 3 ] {a66ea7f2-4be1-4c0e-ae8c-dd4dd53c7372} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9896 | 2024.08.14 22:36:17.848531 [ 3 ] {} <Debug> HTTP-Session: c1191e64-9ebf-4c96-8387-6c2a72a1120a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9897 | 2024.08.14 22:36:17.848685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 29344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9898 | 2024.08.14 22:36:17.848736 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9899 | 2024.08.14 22:36:17.848755 [ 3 ] {} <Debug> HTTP-Session: 6a0a7631-7d6c-412f-9b54-40c4bc622827 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9900 | 2024.08.14 22:36:17.848771 [ 3 ] {} <Debug> HTTP-Session: 6a0a7631-7d6c-412f-9b54-40c4bc622827 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9901 | 2024.08.14 22:36:17.848785 [ 3 ] {} <Debug> HTTP-Session: 6a0a7631-7d6c-412f-9b54-40c4bc622827 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9902 | 2024.08.14 22:36:17.848815 [ 3 ] {} <Trace> HTTP-Session: 6a0a7631-7d6c-412f-9b54-40c4bc622827 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9903 | 2024.08.14 22:36:17.848960 [ 3 ] {873fba7c-f12c-4275-9ad2-39c93c50015a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9904 | 2024.08.14 22:36:17.849003 [ 3 ] {873fba7c-f12c-4275-9ad2-39c93c50015a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9905 | 2024.08.14 22:36:17.849129 [ 3 ] {873fba7c-f12c-4275-9ad2-39c93c50015a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9906 | 2024.08.14 22:36:17.849531 [ 3 ] {873fba7c-f12c-4275-9ad2-39c93c50015a} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9907 | 2024.08.14 22:36:17.849568 [ 3 ] {873fba7c-f12c-4275-9ad2-39c93c50015a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
9908 | 2024.08.14 22:36:17.849897 [ 3 ] {873fba7c-f12c-4275-9ad2-39c93c50015a} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9909 | 2024.08.14 22:36:17.850193 [ 3 ] {873fba7c-f12c-4275-9ad2-39c93c50015a} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9910 | 2024.08.14 22:36:17.850358 [ 3 ] {873fba7c-f12c-4275-9ad2-39c93c50015a} <Debug> executeQuery: Read 194 rows, 17.54 KiB in 0.00146 sec., 132876.71232876714 rows/sec., 11.73 MiB/sec. | ||
9911 | 2024.08.14 22:36:17.850364 [ 137 ] {} <Debug> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9912 | 2024.08.14 22:36:17.850482 [ 137 ] {} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9913 | 2024.08.14 22:36:17.850526 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
9914 | 2024.08.14 22:36:17.850590 [ 3 ] {873fba7c-f12c-4275-9ad2-39c93c50015a} <Debug> DynamicQueryHandler: Done processing query | ||
9915 | 2024.08.14 22:36:17.850667 [ 3 ] {873fba7c-f12c-4275-9ad2-39c93c50015a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
9916 | 2024.08.14 22:36:17.850748 [ 3 ] {} <Debug> HTTP-Session: 6a0a7631-7d6c-412f-9b54-40c4bc622827 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9917 | 2024.08.14 22:36:17.850898 [ 198 ] {99dad827-b692-4668-b096-a1f8f01ac229::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 | ||
9918 | 2024.08.14 22:36:17.851041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 63412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9919 | 2024.08.14 22:36:17.851157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9920 | 2024.08.14 22:36:17.851213 [ 3 ] {} <Debug> HTTP-Session: 41c2d4df-3bb5-413a-81f8-63d235d3d946 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9921 | 2024.08.14 22:36:17.851264 [ 3 ] {} <Debug> HTTP-Session: 41c2d4df-3bb5-413a-81f8-63d235d3d946 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9922 | 2024.08.14 22:36:17.851305 [ 3 ] {} <Debug> HTTP-Session: 41c2d4df-3bb5-413a-81f8-63d235d3d946 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9923 | 2024.08.14 22:36:17.851304 [ 198 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9924 | 2024.08.14 22:36:17.851367 [ 3 ] {} <Trace> HTTP-Session: 41c2d4df-3bb5-413a-81f8-63d235d3d946 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9925 | 2024.08.14 22:36:17.851385 [ 198 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1406 rows starting from the beginning of the part | ||
9926 | 2024.08.14 22:36:17.851610 [ 198 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 194 rows starting from the beginning of the part | ||
9927 | 2024.08.14 22:36:17.851838 [ 3 ] {3d4af070-c5c9-49ec-8f3e-2e0f870172ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9928 | 2024.08.14 22:36:17.851872 [ 198 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 119 rows starting from the beginning of the part | ||
9929 | 2024.08.14 22:36:17.851981 [ 3 ] {3d4af070-c5c9-49ec-8f3e-2e0f870172ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9930 | 2024.08.14 22:36:17.852213 [ 198 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1334 rows starting from the beginning of the part | ||
9931 | 2024.08.14 22:36:17.852523 [ 198 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 119 rows starting from the beginning of the part | ||
9932 | 2024.08.14 22:36:17.852873 [ 198 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 194 rows starting from the beginning of the part | ||
9933 | 2024.08.14 22:36:17.853154 [ 3 ] {3d4af070-c5c9-49ec-8f3e-2e0f870172ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9934 | 2024.08.14 22:36:17.854176 [ 3 ] {3d4af070-c5c9-49ec-8f3e-2e0f870172ef} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9935 | 2024.08.14 22:36:17.854271 [ 3 ] {3d4af070-c5c9-49ec-8f3e-2e0f870172ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
9936 | 2024.08.14 22:36:17.855079 [ 3 ] {3d4af070-c5c9-49ec-8f3e-2e0f870172ef} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9937 | 2024.08.14 22:36:17.855478 [ 3 ] {3d4af070-c5c9-49ec-8f3e-2e0f870172ef} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9938 | 2024.08.14 22:36:17.855677 [ 137 ] {} <Debug> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9939 | 2024.08.14 22:36:17.855770 [ 137 ] {} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9940 | 2024.08.14 22:36:17.855831 [ 3 ] {3d4af070-c5c9-49ec-8f3e-2e0f870172ef} <Debug> executeQuery: Read 393 rows, 28.36 KiB in 0.004243 sec., 92623.14400188545 rows/sec., 6.53 MiB/sec. | ||
9941 | 2024.08.14 22:36:17.855857 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
9942 | 2024.08.14 22:36:17.856402 [ 190 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::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 | ||
9943 | 2024.08.14 22:36:17.856477 [ 201 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3366 rows, containing 4 columns (4 merged, 0 gathered) in 0.005845075 sec., 575869.4285359897 rows/sec., 48.42 MiB/sec. | ||
9944 | 2024.08.14 22:36:17.856513 [ 3 ] {3d4af070-c5c9-49ec-8f3e-2e0f870172ef} <Debug> DynamicQueryHandler: Done processing query | ||
9945 | 2024.08.14 22:36:17.856584 [ 3 ] {3d4af070-c5c9-49ec-8f3e-2e0f870172ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
9946 | 2024.08.14 22:36:17.856633 [ 3 ] {} <Debug> HTTP-Session: 41c2d4df-3bb5-413a-81f8-63d235d3d946 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9947 | 2024.08.14 22:36:17.856725 [ 190 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9948 | 2024.08.14 22:36:17.856767 [ 190 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 904 rows starting from the beginning of the part | ||
9949 | 2024.08.14 22:36:17.856923 [ 201 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9950 | 2024.08.14 22:36:17.856936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9951 | 2024.08.14 22:36:17.857061 [ 190 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 393 rows starting from the beginning of the part | ||
9952 | 2024.08.14 22:36:17.857218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9953 | 2024.08.14 22:36:17.857403 [ 3 ] {} <Debug> HTTP-Session: 1ddd1e66-b2de-4c71-b7c7-1c48435b17f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9954 | 2024.08.14 22:36:17.857446 [ 190 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 85 rows starting from the beginning of the part | ||
9955 | 2024.08.14 22:36:17.857515 [ 3 ] {} <Debug> HTTP-Session: 1ddd1e66-b2de-4c71-b7c7-1c48435b17f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9956 | 2024.08.14 22:36:17.857721 [ 3 ] {} <Debug> HTTP-Session: 1ddd1e66-b2de-4c71-b7c7-1c48435b17f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9957 | 2024.08.14 22:36:17.858107 [ 190 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 849 rows starting from the beginning of the part | ||
9958 | 2024.08.14 22:36:17.858214 [ 3 ] {} <Trace> HTTP-Session: 1ddd1e66-b2de-4c71-b7c7-1c48435b17f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9959 | 2024.08.14 22:36:17.858474 [ 190 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 85 rows starting from the beginning of the part | ||
9960 | 2024.08.14 22:36:17.858851 [ 190 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 393 rows starting from the beginning of the part | ||
9961 | 2024.08.14 22:36:17.858974 [ 187 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_51_10} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9962 | 2024.08.14 22:36:17.859322 [ 3 ] {0305e8c8-112f-4377-95b3-aed5f555dc33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9963 | 2024.08.14 22:36:17.859444 [ 187 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_51_10} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9964 | 2024.08.14 22:36:17.859498 [ 3 ] {0305e8c8-112f-4377-95b3-aed5f555dc33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9965 | 2024.08.14 22:36:17.859753 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
9966 | 2024.08.14 22:36:17.860192 [ 3 ] {0305e8c8-112f-4377-95b3-aed5f555dc33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9967 | 2024.08.14 22:36:17.860940 [ 3 ] {0305e8c8-112f-4377-95b3-aed5f555dc33} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9968 | 2024.08.14 22:36:17.861000 [ 3 ] {0305e8c8-112f-4377-95b3-aed5f555dc33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
9969 | 2024.08.14 22:36:17.861737 [ 3 ] {0305e8c8-112f-4377-95b3-aed5f555dc33} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9970 | 2024.08.14 22:36:17.862344 [ 201 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2709 rows, containing 4 columns (4 merged, 0 gathered) in 0.006317312 sec., 428821.62540017016 rows/sec., 30.92 MiB/sec. | ||
9971 | 2024.08.14 22:36:17.862457 [ 3 ] {0305e8c8-112f-4377-95b3-aed5f555dc33} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9972 | 2024.08.14 22:36:17.862629 [ 201 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9973 | 2024.08.14 22:36:17.862754 [ 3 ] {0305e8c8-112f-4377-95b3-aed5f555dc33} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003936 sec., 1524.390243902439 rows/sec., 65.50 KiB/sec. | ||
9974 | 2024.08.14 22:36:17.863088 [ 3 ] {0305e8c8-112f-4377-95b3-aed5f555dc33} <Debug> DynamicQueryHandler: Done processing query | ||
9975 | 2024.08.14 22:36:17.863148 [ 3 ] {0305e8c8-112f-4377-95b3-aed5f555dc33} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9976 | 2024.08.14 22:36:17.863173 [ 3 ] {} <Debug> HTTP-Session: 1ddd1e66-b2de-4c71-b7c7-1c48435b17f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9977 | 2024.08.14 22:36:17.863353 [ 201 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_51_10} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9978 | 2024.08.14 22:36:17.863397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9979 | 2024.08.14 22:36:17.863487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9980 | 2024.08.14 22:36:17.863511 [ 3 ] {} <Debug> HTTP-Session: 4d7ca14d-34b5-4935-8b93-6c6c8ea0ffb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
9981 | 2024.08.14 22:36:17.863525 [ 201 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_51_10} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9982 | 2024.08.14 22:36:17.863545 [ 3 ] {} <Debug> HTTP-Session: 4d7ca14d-34b5-4935-8b93-6c6c8ea0ffb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9983 | 2024.08.14 22:36:17.863577 [ 3 ] {} <Debug> HTTP-Session: 4d7ca14d-34b5-4935-8b93-6c6c8ea0ffb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9984 | 2024.08.14 22:36:17.863658 [ 3 ] {} <Trace> HTTP-Session: 4d7ca14d-34b5-4935-8b93-6c6c8ea0ffb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9985 | 2024.08.14 22:36:17.863691 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
9986 | 2024.08.14 22:36:17.863845 [ 3 ] {ec969e67-332c-4d54-8b8f-e7e9f3b63e1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
9987 | 2024.08.14 22:36:17.863897 [ 3 ] {ec969e67-332c-4d54-8b8f-e7e9f3b63e1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
9988 | 2024.08.14 22:36:17.864060 [ 3 ] {ec969e67-332c-4d54-8b8f-e7e9f3b63e1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9989 | 2024.08.14 22:36:17.864373 [ 3 ] {ec969e67-332c-4d54-8b8f-e7e9f3b63e1f} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9990 | 2024.08.14 22:36:17.864410 [ 3 ] {ec969e67-332c-4d54-8b8f-e7e9f3b63e1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
9991 | 2024.08.14 22:36:17.864793 [ 3 ] {ec969e67-332c-4d54-8b8f-e7e9f3b63e1f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9992 | 2024.08.14 22:36:17.865131 [ 3 ] {ec969e67-332c-4d54-8b8f-e7e9f3b63e1f} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9993 | 2024.08.14 22:36:17.865289 [ 3 ] {ec969e67-332c-4d54-8b8f-e7e9f3b63e1f} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001501 sec., 51299.13391072618 rows/sec., 3.16 MiB/sec. | ||
9994 | 2024.08.14 22:36:17.865570 [ 3 ] {ec969e67-332c-4d54-8b8f-e7e9f3b63e1f} <Debug> DynamicQueryHandler: Done processing query | ||
9995 | 2024.08.14 22:36:17.865617 [ 3 ] {ec969e67-332c-4d54-8b8f-e7e9f3b63e1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9996 | 2024.08.14 22:36:17.865652 [ 3 ] {} <Debug> HTTP-Session: 4d7ca14d-34b5-4935-8b93-6c6c8ea0ffb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9997 | 2024.08.14 22:36:17.865895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9998 | 2024.08.14 22:36:17.865947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9999 | 2024.08.14 22:36:17.865968 [ 3 ] {} <Debug> HTTP-Session: d1ada8c0-3617-44e0-b801-6da568b8acd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10000 | 2024.08.14 22:36:17.865984 [ 3 ] {} <Debug> HTTP-Session: d1ada8c0-3617-44e0-b801-6da568b8acd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10001 | 2024.08.14 22:36:17.865998 [ 3 ] {} <Debug> HTTP-Session: d1ada8c0-3617-44e0-b801-6da568b8acd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10002 | 2024.08.14 22:36:17.866030 [ 3 ] {} <Trace> HTTP-Session: d1ada8c0-3617-44e0-b801-6da568b8acd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10003 | 2024.08.14 22:36:17.866210 [ 3 ] {6dda74dd-01f1-46a1-bb53-49f2bb450ba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10004 | 2024.08.14 22:36:17.866258 [ 3 ] {6dda74dd-01f1-46a1-bb53-49f2bb450ba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10005 | 2024.08.14 22:36:17.866422 [ 3 ] {6dda74dd-01f1-46a1-bb53-49f2bb450ba4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10006 | 2024.08.14 22:36:17.866776 [ 3 ] {6dda74dd-01f1-46a1-bb53-49f2bb450ba4} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10007 | 2024.08.14 22:36:17.866815 [ 3 ] {6dda74dd-01f1-46a1-bb53-49f2bb450ba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10008 | 2024.08.14 22:36:17.867195 [ 3 ] {6dda74dd-01f1-46a1-bb53-49f2bb450ba4} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
10009 | 2024.08.14 22:36:17.867537 [ 3 ] {6dda74dd-01f1-46a1-bb53-49f2bb450ba4} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10010 | 2024.08.14 22:36:17.867687 [ 3 ] {6dda74dd-01f1-46a1-bb53-49f2bb450ba4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001564 sec., 102301.79028132992 rows/sec., 7.13 MiB/sec. | ||
10011 | 2024.08.14 22:36:17.867874 [ 3 ] {6dda74dd-01f1-46a1-bb53-49f2bb450ba4} <Debug> DynamicQueryHandler: Done processing query | ||
10012 | 2024.08.14 22:36:17.867900 [ 3 ] {6dda74dd-01f1-46a1-bb53-49f2bb450ba4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10013 | 2024.08.14 22:36:17.867916 [ 3 ] {} <Debug> HTTP-Session: d1ada8c0-3617-44e0-b801-6da568b8acd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10014 | 2024.08.14 22:36:17.868084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17724, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10015 | 2024.08.14 22:36:17.868132 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10016 | 2024.08.14 22:36:17.868151 [ 3 ] {} <Debug> HTTP-Session: aa2ab098-ea1e-4ad6-9e66-66de9a0e79c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10017 | 2024.08.14 22:36:17.868168 [ 3 ] {} <Debug> HTTP-Session: aa2ab098-ea1e-4ad6-9e66-66de9a0e79c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10018 | 2024.08.14 22:36:17.868206 [ 3 ] {} <Debug> HTTP-Session: aa2ab098-ea1e-4ad6-9e66-66de9a0e79c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10019 | 2024.08.14 22:36:17.868237 [ 3 ] {} <Trace> HTTP-Session: aa2ab098-ea1e-4ad6-9e66-66de9a0e79c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10020 | 2024.08.14 22:36:17.868433 [ 3 ] {4473b247-14cf-49fc-bcde-24a3463364d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10021 | 2024.08.14 22:36:17.868496 [ 3 ] {4473b247-14cf-49fc-bcde-24a3463364d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
10022 | 2024.08.14 22:36:17.868921 [ 3 ] {4473b247-14cf-49fc-bcde-24a3463364d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10023 | 2024.08.14 22:36:17.869413 [ 3 ] {4473b247-14cf-49fc-bcde-24a3463364d8} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10024 | 2024.08.14 22:36:17.869449 [ 3 ] {4473b247-14cf-49fc-bcde-24a3463364d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10025 | 2024.08.14 22:36:17.870034 [ 3 ] {4473b247-14cf-49fc-bcde-24a3463364d8} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
10026 | 2024.08.14 22:36:17.870459 [ 3 ] {4473b247-14cf-49fc-bcde-24a3463364d8} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10027 | 2024.08.14 22:36:17.870634 [ 3 ] {4473b247-14cf-49fc-bcde-24a3463364d8} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002312 sec., 4757.785467128028 rows/sec., 8.53 MiB/sec. | ||
10028 | 2024.08.14 22:36:17.870839 [ 3 ] {4473b247-14cf-49fc-bcde-24a3463364d8} <Debug> DynamicQueryHandler: Done processing query | ||
10029 | 2024.08.14 22:36:17.870872 [ 3 ] {4473b247-14cf-49fc-bcde-24a3463364d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
10030 | 2024.08.14 22:36:17.870889 [ 3 ] {} <Debug> HTTP-Session: aa2ab098-ea1e-4ad6-9e66-66de9a0e79c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10031 | 2024.08.14 22:36:17.871006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10032 | 2024.08.14 22:36:17.871062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10033 | 2024.08.14 22:36:17.871081 [ 3 ] {} <Debug> HTTP-Session: ce0f9f9d-becb-4372-a78b-693e37f68cf3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10034 | 2024.08.14 22:36:17.871097 [ 3 ] {} <Debug> HTTP-Session: ce0f9f9d-becb-4372-a78b-693e37f68cf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10035 | 2024.08.14 22:36:17.871111 [ 3 ] {} <Debug> HTTP-Session: ce0f9f9d-becb-4372-a78b-693e37f68cf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10036 | 2024.08.14 22:36:17.871150 [ 3 ] {} <Trace> HTTP-Session: ce0f9f9d-becb-4372-a78b-693e37f68cf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10037 | 2024.08.14 22:36:17.871262 [ 3 ] {bfd62788-427d-4b2b-9a23-9e17901b8388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10038 | 2024.08.14 22:36:17.871309 [ 3 ] {bfd62788-427d-4b2b-9a23-9e17901b8388} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10039 | 2024.08.14 22:36:17.871443 [ 3 ] {bfd62788-427d-4b2b-9a23-9e17901b8388} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10040 | 2024.08.14 22:36:17.871686 [ 3 ] {bfd62788-427d-4b2b-9a23-9e17901b8388} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10041 | 2024.08.14 22:36:17.871724 [ 3 ] {bfd62788-427d-4b2b-9a23-9e17901b8388} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10042 | 2024.08.14 22:36:17.872070 [ 3 ] {bfd62788-427d-4b2b-9a23-9e17901b8388} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10043 | 2024.08.14 22:36:17.872397 [ 3 ] {bfd62788-427d-4b2b-9a23-9e17901b8388} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10044 | 2024.08.14 22:36:17.872560 [ 3 ] {bfd62788-427d-4b2b-9a23-9e17901b8388} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001322 sec., 17397.88199697428 rows/sec., 941.10 KiB/sec. | ||
10045 | 2024.08.14 22:36:17.872714 [ 3 ] {bfd62788-427d-4b2b-9a23-9e17901b8388} <Debug> DynamicQueryHandler: Done processing query | ||
10046 | 2024.08.14 22:36:17.872738 [ 3 ] {bfd62788-427d-4b2b-9a23-9e17901b8388} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10047 | 2024.08.14 22:36:17.872753 [ 3 ] {} <Debug> HTTP-Session: ce0f9f9d-becb-4372-a78b-693e37f68cf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10048 | 2024.08.14 22:36:17.872878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10049 | 2024.08.14 22:36:17.872926 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10050 | 2024.08.14 22:36:17.872945 [ 3 ] {} <Debug> HTTP-Session: 06e4c9ac-d3aa-49e3-8c21-85f6745574d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10051 | 2024.08.14 22:36:17.872961 [ 3 ] {} <Debug> HTTP-Session: 06e4c9ac-d3aa-49e3-8c21-85f6745574d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10052 | 2024.08.14 22:36:17.872974 [ 3 ] {} <Debug> HTTP-Session: 06e4c9ac-d3aa-49e3-8c21-85f6745574d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10053 | 2024.08.14 22:36:17.873004 [ 3 ] {} <Trace> HTTP-Session: 06e4c9ac-d3aa-49e3-8c21-85f6745574d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10054 | 2024.08.14 22:36:17.873117 [ 3 ] {5a85a6f2-2af2-4c05-97bf-685084116390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10055 | 2024.08.14 22:36:17.873160 [ 3 ] {5a85a6f2-2af2-4c05-97bf-685084116390} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10056 | 2024.08.14 22:36:17.873286 [ 3 ] {5a85a6f2-2af2-4c05-97bf-685084116390} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10057 | 2024.08.14 22:36:17.873534 [ 3 ] {5a85a6f2-2af2-4c05-97bf-685084116390} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10058 | 2024.08.14 22:36:17.873570 [ 3 ] {5a85a6f2-2af2-4c05-97bf-685084116390} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10059 | 2024.08.14 22:36:17.873959 [ 3 ] {5a85a6f2-2af2-4c05-97bf-685084116390} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
10060 | 2024.08.14 22:36:17.874289 [ 3 ] {5a85a6f2-2af2-4c05-97bf-685084116390} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10061 | 2024.08.14 22:36:17.874442 [ 3 ] {5a85a6f2-2af2-4c05-97bf-685084116390} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001362 sec., 44052.86343612335 rows/sec., 2.97 MiB/sec. | ||
10062 | 2024.08.14 22:36:17.874622 [ 3 ] {5a85a6f2-2af2-4c05-97bf-685084116390} <Debug> DynamicQueryHandler: Done processing query | ||
10063 | 2024.08.14 22:36:17.874657 [ 3 ] {5a85a6f2-2af2-4c05-97bf-685084116390} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10064 | 2024.08.14 22:36:17.874681 [ 3 ] {} <Debug> HTTP-Session: 06e4c9ac-d3aa-49e3-8c21-85f6745574d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10065 | 2024.08.14 22:36:22.843246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10066 | 2024.08.14 22:36:22.843365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10067 | 2024.08.14 22:36:22.843390 [ 3 ] {} <Debug> HTTP-Session: 633854c5-c7d8-4a4b-97f8-00abed97d206 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10068 | 2024.08.14 22:36:22.843414 [ 3 ] {} <Debug> HTTP-Session: 633854c5-c7d8-4a4b-97f8-00abed97d206 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10069 | 2024.08.14 22:36:22.843429 [ 3 ] {} <Debug> HTTP-Session: 633854c5-c7d8-4a4b-97f8-00abed97d206 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10070 | 2024.08.14 22:36:22.843477 [ 3 ] {} <Trace> HTTP-Session: 633854c5-c7d8-4a4b-97f8-00abed97d206 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10071 | 2024.08.14 22:36:22.843659 [ 3 ] {5b6ca452-b76a-4ecd-9410-ceccaa1c11c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10072 | 2024.08.14 22:36:22.843724 [ 3 ] {5b6ca452-b76a-4ecd-9410-ceccaa1c11c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10073 | 2024.08.14 22:36:22.843912 [ 3 ] {5b6ca452-b76a-4ecd-9410-ceccaa1c11c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10074 | 2024.08.14 22:36:22.844273 [ 3 ] {5b6ca452-b76a-4ecd-9410-ceccaa1c11c5} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10075 | 2024.08.14 22:36:22.844320 [ 3 ] {5b6ca452-b76a-4ecd-9410-ceccaa1c11c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10076 | 2024.08.14 22:36:22.844677 [ 3 ] {5b6ca452-b76a-4ecd-9410-ceccaa1c11c5} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
10077 | 2024.08.14 22:36:22.845007 [ 3 ] {5b6ca452-b76a-4ecd-9410-ceccaa1c11c5} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10078 | 2024.08.14 22:36:22.845160 [ 3 ] {5b6ca452-b76a-4ecd-9410-ceccaa1c11c5} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001557 sec., 13487.47591522158 rows/sec., 1.07 MiB/sec. | ||
10079 | 2024.08.14 22:36:22.845211 [ 102 ] {} <Debug> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
10080 | 2024.08.14 22:36:22.845319 [ 102 ] {} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10081 | 2024.08.14 22:36:22.845347 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10082 | 2024.08.14 22:36:22.845433 [ 3 ] {5b6ca452-b76a-4ecd-9410-ceccaa1c11c5} <Debug> DynamicQueryHandler: Done processing query | ||
10083 | 2024.08.14 22:36:22.845475 [ 3 ] {5b6ca452-b76a-4ecd-9410-ceccaa1c11c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10084 | 2024.08.14 22:36:22.845483 [ 196 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::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 | ||
10085 | 2024.08.14 22:36:22.845497 [ 3 ] {} <Debug> HTTP-Session: 633854c5-c7d8-4a4b-97f8-00abed97d206 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10086 | 2024.08.14 22:36:22.845605 [ 196 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10087 | 2024.08.14 22:36:22.845639 [ 196 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 38 rows starting from the beginning of the part | ||
10088 | 2024.08.14 22:36:22.845649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10089 | 2024.08.14 22:36:22.845721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10090 | 2024.08.14 22:36:22.845725 [ 196 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 21 rows starting from the beginning of the part | ||
10091 | 2024.08.14 22:36:22.845798 [ 3 ] {} <Debug> HTTP-Session: bf736ee4-b931-4528-95a5-ca0462e15a79 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10092 | 2024.08.14 22:36:22.845877 [ 3 ] {} <Debug> HTTP-Session: bf736ee4-b931-4528-95a5-ca0462e15a79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10093 | 2024.08.14 22:36:22.845965 [ 3 ] {} <Debug> HTTP-Session: bf736ee4-b931-4528-95a5-ca0462e15a79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10094 | 2024.08.14 22:36:22.846116 [ 196 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 17 rows starting from the beginning of the part | ||
10095 | 2024.08.14 22:36:22.846148 [ 3 ] {} <Trace> HTTP-Session: bf736ee4-b931-4528-95a5-ca0462e15a79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10096 | 2024.08.14 22:36:22.846379 [ 196 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 21 rows starting from the beginning of the part | ||
10097 | 2024.08.14 22:36:22.846434 [ 3 ] {3b599239-a0aa-4466-8d58-967d1c5bf1b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10098 | 2024.08.14 22:36:22.846530 [ 3 ] {3b599239-a0aa-4466-8d58-967d1c5bf1b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10099 | 2024.08.14 22:36:22.846537 [ 196 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 17 rows starting from the beginning of the part | ||
10100 | 2024.08.14 22:36:22.846788 [ 196 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 21 rows starting from the beginning of the part | ||
10101 | 2024.08.14 22:36:22.847294 [ 3 ] {3b599239-a0aa-4466-8d58-967d1c5bf1b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10102 | 2024.08.14 22:36:22.847956 [ 3 ] {3b599239-a0aa-4466-8d58-967d1c5bf1b6} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10103 | 2024.08.14 22:36:22.848009 [ 3 ] {3b599239-a0aa-4466-8d58-967d1c5bf1b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10104 | 2024.08.14 22:36:22.848407 [ 196 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 135 rows, containing 4 columns (4 merged, 0 gathered) in 0.002987594 sec., 45186.86273971631 rows/sec., 3.43 MiB/sec. | ||
10105 | 2024.08.14 22:36:22.848509 [ 3 ] {3b599239-a0aa-4466-8d58-967d1c5bf1b6} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10106 | 2024.08.14 22:36:22.848516 [ 196 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
10107 | 2024.08.14 22:36:22.848995 [ 3 ] {3b599239-a0aa-4466-8d58-967d1c5bf1b6} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10108 | 2024.08.14 22:36:22.849020 [ 196 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_51_10} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10109 | 2024.08.14 22:36:22.849131 [ 196 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_51_10} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
10110 | 2024.08.14 22:36:22.849232 [ 3 ] {3b599239-a0aa-4466-8d58-967d1c5bf1b6} <Debug> executeQuery: Read 119 rows, 10.08 KiB in 0.002869 sec., 41477.86685256187 rows/sec., 3.43 MiB/sec. | ||
10111 | 2024.08.14 22:36:22.849301 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
10112 | 2024.08.14 22:36:22.849638 [ 3 ] {3b599239-a0aa-4466-8d58-967d1c5bf1b6} <Debug> DynamicQueryHandler: Done processing query | ||
10113 | 2024.08.14 22:36:22.849680 [ 3 ] {3b599239-a0aa-4466-8d58-967d1c5bf1b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10114 | 2024.08.14 22:36:22.849703 [ 3 ] {} <Debug> HTTP-Session: bf736ee4-b931-4528-95a5-ca0462e15a79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10115 | 2024.08.14 22:36:22.849830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10116 | 2024.08.14 22:36:22.849881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10117 | 2024.08.14 22:36:22.849900 [ 3 ] {} <Debug> HTTP-Session: 2f7a43c6-966c-4e79-b223-fbe237c4d618 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10118 | 2024.08.14 22:36:22.849918 [ 3 ] {} <Debug> HTTP-Session: 2f7a43c6-966c-4e79-b223-fbe237c4d618 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10119 | 2024.08.14 22:36:22.849932 [ 3 ] {} <Debug> HTTP-Session: 2f7a43c6-966c-4e79-b223-fbe237c4d618 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10120 | 2024.08.14 22:36:22.849966 [ 3 ] {} <Trace> HTTP-Session: 2f7a43c6-966c-4e79-b223-fbe237c4d618 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10121 | 2024.08.14 22:36:22.850097 [ 3 ] {c92e910c-2a7c-4d71-9924-1371f12961bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10122 | 2024.08.14 22:36:22.850143 [ 3 ] {c92e910c-2a7c-4d71-9924-1371f12961bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10123 | 2024.08.14 22:36:22.850292 [ 3 ] {c92e910c-2a7c-4d71-9924-1371f12961bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10124 | 2024.08.14 22:36:22.850631 [ 3 ] {c92e910c-2a7c-4d71-9924-1371f12961bb} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10125 | 2024.08.14 22:36:22.850668 [ 3 ] {c92e910c-2a7c-4d71-9924-1371f12961bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10126 | 2024.08.14 22:36:22.850978 [ 3 ] {c92e910c-2a7c-4d71-9924-1371f12961bb} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10127 | 2024.08.14 22:36:22.851276 [ 3 ] {c92e910c-2a7c-4d71-9924-1371f12961bb} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10128 | 2024.08.14 22:36:22.851425 [ 3 ] {c92e910c-2a7c-4d71-9924-1371f12961bb} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001373 sec., 61908.23015294974 rows/sec., 4.83 MiB/sec. | ||
10129 | 2024.08.14 22:36:22.851583 [ 3 ] {c92e910c-2a7c-4d71-9924-1371f12961bb} <Debug> DynamicQueryHandler: Done processing query | ||
10130 | 2024.08.14 22:36:22.851608 [ 3 ] {c92e910c-2a7c-4d71-9924-1371f12961bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10131 | 2024.08.14 22:36:22.851623 [ 3 ] {} <Debug> HTTP-Session: 2f7a43c6-966c-4e79-b223-fbe237c4d618 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10132 | 2024.08.14 22:36:22.851786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10133 | 2024.08.14 22:36:22.851839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10134 | 2024.08.14 22:36:22.851860 [ 3 ] {} <Debug> HTTP-Session: 579fe8c8-f7a8-4155-9144-6ac692cb0223 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10135 | 2024.08.14 22:36:22.851878 [ 3 ] {} <Debug> HTTP-Session: 579fe8c8-f7a8-4155-9144-6ac692cb0223 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10136 | 2024.08.14 22:36:22.851892 [ 3 ] {} <Debug> HTTP-Session: 579fe8c8-f7a8-4155-9144-6ac692cb0223 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10137 | 2024.08.14 22:36:22.851924 [ 3 ] {} <Trace> HTTP-Session: 579fe8c8-f7a8-4155-9144-6ac692cb0223 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10138 | 2024.08.14 22:36:22.852080 [ 3 ] {78216734-9ed9-4586-b7ee-2002ee987ef1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10139 | 2024.08.14 22:36:22.852128 [ 3 ] {78216734-9ed9-4586-b7ee-2002ee987ef1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10140 | 2024.08.14 22:36:22.852276 [ 3 ] {78216734-9ed9-4586-b7ee-2002ee987ef1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10141 | 2024.08.14 22:36:22.852651 [ 3 ] {78216734-9ed9-4586-b7ee-2002ee987ef1} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10142 | 2024.08.14 22:36:22.852688 [ 3 ] {78216734-9ed9-4586-b7ee-2002ee987ef1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10143 | 2024.08.14 22:36:22.853080 [ 3 ] {78216734-9ed9-4586-b7ee-2002ee987ef1} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
10144 | 2024.08.14 22:36:22.853414 [ 3 ] {78216734-9ed9-4586-b7ee-2002ee987ef1} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10145 | 2024.08.14 22:36:22.853574 [ 3 ] {78216734-9ed9-4586-b7ee-2002ee987ef1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001556 sec., 102827.76349614395 rows/sec., 7.16 MiB/sec. | ||
10146 | 2024.08.14 22:36:22.853741 [ 3 ] {78216734-9ed9-4586-b7ee-2002ee987ef1} <Debug> DynamicQueryHandler: Done processing query | ||
10147 | 2024.08.14 22:36:22.853765 [ 3 ] {78216734-9ed9-4586-b7ee-2002ee987ef1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10148 | 2024.08.14 22:36:22.853784 [ 3 ] {} <Debug> HTTP-Session: 579fe8c8-f7a8-4155-9144-6ac692cb0223 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10149 | 2024.08.14 22:36:22.853927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10150 | 2024.08.14 22:36:22.853977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10151 | 2024.08.14 22:36:22.853996 [ 3 ] {} <Debug> HTTP-Session: a890c9e6-1e22-4c5c-8f54-2b38dfde7a93 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10152 | 2024.08.14 22:36:22.854013 [ 3 ] {} <Debug> HTTP-Session: a890c9e6-1e22-4c5c-8f54-2b38dfde7a93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10153 | 2024.08.14 22:36:22.854026 [ 3 ] {} <Debug> HTTP-Session: a890c9e6-1e22-4c5c-8f54-2b38dfde7a93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10154 | 2024.08.14 22:36:22.854058 [ 3 ] {} <Trace> HTTP-Session: a890c9e6-1e22-4c5c-8f54-2b38dfde7a93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10155 | 2024.08.14 22:36:22.854313 [ 3 ] {5535e16b-1ca3-4aa8-b966-7b7db45cc2df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10156 | 2024.08.14 22:36:22.854375 [ 3 ] {5535e16b-1ca3-4aa8-b966-7b7db45cc2df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
10157 | 2024.08.14 22:36:22.854776 [ 3 ] {5535e16b-1ca3-4aa8-b966-7b7db45cc2df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10158 | 2024.08.14 22:36:22.855324 [ 3 ] {5535e16b-1ca3-4aa8-b966-7b7db45cc2df} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10159 | 2024.08.14 22:36:22.855360 [ 3 ] {5535e16b-1ca3-4aa8-b966-7b7db45cc2df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10160 | 2024.08.14 22:36:22.855945 [ 3 ] {5535e16b-1ca3-4aa8-b966-7b7db45cc2df} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
10161 | 2024.08.14 22:36:22.856351 [ 3 ] {5535e16b-1ca3-4aa8-b966-7b7db45cc2df} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10162 | 2024.08.14 22:36:22.856532 [ 3 ] {5535e16b-1ca3-4aa8-b966-7b7db45cc2df} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002387 sec., 8797.653958944282 rows/sec., 15.76 MiB/sec. | ||
10163 | 2024.08.14 22:36:22.856735 [ 3 ] {5535e16b-1ca3-4aa8-b966-7b7db45cc2df} <Debug> DynamicQueryHandler: Done processing query | ||
10164 | 2024.08.14 22:36:22.856759 [ 3 ] {5535e16b-1ca3-4aa8-b966-7b7db45cc2df} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
10165 | 2024.08.14 22:36:22.856775 [ 3 ] {} <Debug> HTTP-Session: a890c9e6-1e22-4c5c-8f54-2b38dfde7a93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10166 | 2024.08.14 22:36:22.856891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10167 | 2024.08.14 22:36:22.856939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10168 | 2024.08.14 22:36:22.856959 [ 3 ] {} <Debug> HTTP-Session: 9aff513d-a6ca-4f75-9fd5-75e2941933db Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10169 | 2024.08.14 22:36:22.856976 [ 3 ] {} <Debug> HTTP-Session: 9aff513d-a6ca-4f75-9fd5-75e2941933db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10170 | 2024.08.14 22:36:22.856991 [ 3 ] {} <Debug> HTTP-Session: 9aff513d-a6ca-4f75-9fd5-75e2941933db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10171 | 2024.08.14 22:36:22.857022 [ 3 ] {} <Trace> HTTP-Session: 9aff513d-a6ca-4f75-9fd5-75e2941933db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10172 | 2024.08.14 22:36:22.857136 [ 3 ] {4d637e64-1366-4c8a-bc6e-681f5bafb94f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10173 | 2024.08.14 22:36:22.857179 [ 3 ] {4d637e64-1366-4c8a-bc6e-681f5bafb94f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10174 | 2024.08.14 22:36:22.857305 [ 3 ] {4d637e64-1366-4c8a-bc6e-681f5bafb94f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10175 | 2024.08.14 22:36:22.857597 [ 3 ] {4d637e64-1366-4c8a-bc6e-681f5bafb94f} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10176 | 2024.08.14 22:36:22.857634 [ 3 ] {4d637e64-1366-4c8a-bc6e-681f5bafb94f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10177 | 2024.08.14 22:36:22.857985 [ 3 ] {4d637e64-1366-4c8a-bc6e-681f5bafb94f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
10178 | 2024.08.14 22:36:22.858298 [ 3 ] {4d637e64-1366-4c8a-bc6e-681f5bafb94f} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10179 | 2024.08.14 22:36:22.858449 [ 3 ] {4d637e64-1366-4c8a-bc6e-681f5bafb94f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001345 sec., 44609.665427509295 rows/sec., 3.01 MiB/sec. | ||
10180 | 2024.08.14 22:36:22.858637 [ 3 ] {4d637e64-1366-4c8a-bc6e-681f5bafb94f} <Debug> DynamicQueryHandler: Done processing query | ||
10181 | 2024.08.14 22:36:22.858664 [ 3 ] {4d637e64-1366-4c8a-bc6e-681f5bafb94f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10182 | 2024.08.14 22:36:22.858684 [ 3 ] {} <Debug> HTTP-Session: 9aff513d-a6ca-4f75-9fd5-75e2941933db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10183 | 2024.08.14 22:36:26.085329 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10184 | 2024.08.14 22:36:26.085396 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10185 | 2024.08.14 22:36:27.846857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10186 | 2024.08.14 22:36:27.846983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10187 | 2024.08.14 22:36:27.847010 [ 3 ] {} <Debug> HTTP-Session: 3f95aebf-c9cb-4f05-9c88-48bc1a9ceba0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10188 | 2024.08.14 22:36:27.847038 [ 3 ] {} <Debug> HTTP-Session: 3f95aebf-c9cb-4f05-9c88-48bc1a9ceba0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10189 | 2024.08.14 22:36:27.847056 [ 3 ] {} <Debug> HTTP-Session: 3f95aebf-c9cb-4f05-9c88-48bc1a9ceba0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10190 | 2024.08.14 22:36:27.847112 [ 3 ] {} <Trace> HTTP-Session: 3f95aebf-c9cb-4f05-9c88-48bc1a9ceba0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10191 | 2024.08.14 22:36:27.847315 [ 3 ] {8435612e-bfc1-4c82-8df6-2352865681b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10192 | 2024.08.14 22:36:27.847386 [ 3 ] {8435612e-bfc1-4c82-8df6-2352865681b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10193 | 2024.08.14 22:36:27.847575 [ 3 ] {8435612e-bfc1-4c82-8df6-2352865681b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10194 | 2024.08.14 22:36:27.847981 [ 3 ] {8435612e-bfc1-4c82-8df6-2352865681b6} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10195 | 2024.08.14 22:36:27.848022 [ 3 ] {8435612e-bfc1-4c82-8df6-2352865681b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10196 | 2024.08.14 22:36:27.848494 [ 3 ] {8435612e-bfc1-4c82-8df6-2352865681b6} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10197 | 2024.08.14 22:36:27.848909 [ 3 ] {8435612e-bfc1-4c82-8df6-2352865681b6} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10198 | 2024.08.14 22:36:27.849099 [ 3 ] {8435612e-bfc1-4c82-8df6-2352865681b6} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001844 sec., 9219.088937093276 rows/sec., 667.81 KiB/sec. | ||
10199 | 2024.08.14 22:36:27.849411 [ 3 ] {8435612e-bfc1-4c82-8df6-2352865681b6} <Debug> DynamicQueryHandler: Done processing query | ||
10200 | 2024.08.14 22:36:27.849476 [ 3 ] {8435612e-bfc1-4c82-8df6-2352865681b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10201 | 2024.08.14 22:36:27.849536 [ 3 ] {} <Debug> HTTP-Session: 3f95aebf-c9cb-4f05-9c88-48bc1a9ceba0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10202 | 2024.08.14 22:36:27.849690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10203 | 2024.08.14 22:36:27.849744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10204 | 2024.08.14 22:36:27.849764 [ 3 ] {} <Debug> HTTP-Session: cf29fe27-915a-4590-b06f-dd1688924ab6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10205 | 2024.08.14 22:36:27.849782 [ 3 ] {} <Debug> HTTP-Session: cf29fe27-915a-4590-b06f-dd1688924ab6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10206 | 2024.08.14 22:36:27.849796 [ 3 ] {} <Debug> HTTP-Session: cf29fe27-915a-4590-b06f-dd1688924ab6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10207 | 2024.08.14 22:36:27.849830 [ 3 ] {} <Trace> HTTP-Session: cf29fe27-915a-4590-b06f-dd1688924ab6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10208 | 2024.08.14 22:36:27.849931 [ 3 ] {e7921204-8153-4d11-af06-20f227e2da30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10209 | 2024.08.14 22:36:27.849976 [ 3 ] {e7921204-8153-4d11-af06-20f227e2da30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10210 | 2024.08.14 22:36:27.850126 [ 3 ] {e7921204-8153-4d11-af06-20f227e2da30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10211 | 2024.08.14 22:36:27.850431 [ 3 ] {e7921204-8153-4d11-af06-20f227e2da30} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10212 | 2024.08.14 22:36:27.850468 [ 3 ] {e7921204-8153-4d11-af06-20f227e2da30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10213 | 2024.08.14 22:36:27.850781 [ 3 ] {e7921204-8153-4d11-af06-20f227e2da30} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
10214 | 2024.08.14 22:36:27.851102 [ 3 ] {e7921204-8153-4d11-af06-20f227e2da30} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10215 | 2024.08.14 22:36:27.851259 [ 3 ] {e7921204-8153-4d11-af06-20f227e2da30} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001345 sec., 1486.988847583643 rows/sec., 121.25 KiB/sec. | ||
10216 | 2024.08.14 22:36:27.851565 [ 3 ] {e7921204-8153-4d11-af06-20f227e2da30} <Debug> DynamicQueryHandler: Done processing query | ||
10217 | 2024.08.14 22:36:27.851590 [ 3 ] {e7921204-8153-4d11-af06-20f227e2da30} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10218 | 2024.08.14 22:36:27.851606 [ 3 ] {} <Debug> HTTP-Session: cf29fe27-915a-4590-b06f-dd1688924ab6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10219 | 2024.08.14 22:36:27.851739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 29477, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10220 | 2024.08.14 22:36:27.851790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10221 | 2024.08.14 22:36:27.851809 [ 3 ] {} <Debug> HTTP-Session: 78b3f91f-a9ad-4f61-8896-7b0be6947490 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10222 | 2024.08.14 22:36:27.851825 [ 3 ] {} <Debug> HTTP-Session: 78b3f91f-a9ad-4f61-8896-7b0be6947490 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10223 | 2024.08.14 22:36:27.851839 [ 3 ] {} <Debug> HTTP-Session: 78b3f91f-a9ad-4f61-8896-7b0be6947490 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10224 | 2024.08.14 22:36:27.851870 [ 3 ] {} <Trace> HTTP-Session: 78b3f91f-a9ad-4f61-8896-7b0be6947490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10225 | 2024.08.14 22:36:27.852018 [ 3 ] {c02ba213-84b9-4b34-a9eb-cc92a3486b54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10226 | 2024.08.14 22:36:27.852062 [ 3 ] {c02ba213-84b9-4b34-a9eb-cc92a3486b54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10227 | 2024.08.14 22:36:27.852210 [ 3 ] {c02ba213-84b9-4b34-a9eb-cc92a3486b54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10228 | 2024.08.14 22:36:27.852599 [ 3 ] {c02ba213-84b9-4b34-a9eb-cc92a3486b54} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10229 | 2024.08.14 22:36:27.852637 [ 3 ] {c02ba213-84b9-4b34-a9eb-cc92a3486b54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10230 | 2024.08.14 22:36:27.852971 [ 3 ] {c02ba213-84b9-4b34-a9eb-cc92a3486b54} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10231 | 2024.08.14 22:36:27.853293 [ 3 ] {c02ba213-84b9-4b34-a9eb-cc92a3486b54} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10232 | 2024.08.14 22:36:27.853448 [ 3 ] {c02ba213-84b9-4b34-a9eb-cc92a3486b54} <Debug> executeQuery: Read 195 rows, 17.62 KiB in 0.001492 sec., 130697.0509383378 rows/sec., 11.53 MiB/sec. | ||
10233 | 2024.08.14 22:36:27.853601 [ 3 ] {c02ba213-84b9-4b34-a9eb-cc92a3486b54} <Debug> DynamicQueryHandler: Done processing query | ||
10234 | 2024.08.14 22:36:27.853626 [ 3 ] {c02ba213-84b9-4b34-a9eb-cc92a3486b54} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
10235 | 2024.08.14 22:36:27.853641 [ 3 ] {} <Debug> HTTP-Session: 78b3f91f-a9ad-4f61-8896-7b0be6947490 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10236 | 2024.08.14 22:36:27.853743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10237 | 2024.08.14 22:36:27.853792 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10238 | 2024.08.14 22:36:27.853812 [ 3 ] {} <Debug> HTTP-Session: 68ae7b16-7003-48bb-aa20-274ff848f80e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10239 | 2024.08.14 22:36:27.853828 [ 3 ] {} <Debug> HTTP-Session: 68ae7b16-7003-48bb-aa20-274ff848f80e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10240 | 2024.08.14 22:36:27.853842 [ 3 ] {} <Debug> HTTP-Session: 68ae7b16-7003-48bb-aa20-274ff848f80e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10241 | 2024.08.14 22:36:27.853872 [ 3 ] {} <Trace> HTTP-Session: 68ae7b16-7003-48bb-aa20-274ff848f80e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10242 | 2024.08.14 22:36:27.853965 [ 3 ] {a9117e51-9038-4159-ab8c-340bf0649899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10243 | 2024.08.14 22:36:27.854007 [ 3 ] {a9117e51-9038-4159-ab8c-340bf0649899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10244 | 2024.08.14 22:36:27.854134 [ 3 ] {a9117e51-9038-4159-ab8c-340bf0649899} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10245 | 2024.08.14 22:36:27.854398 [ 3 ] {a9117e51-9038-4159-ab8c-340bf0649899} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10246 | 2024.08.14 22:36:27.854436 [ 3 ] {a9117e51-9038-4159-ab8c-340bf0649899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10247 | 2024.08.14 22:36:27.854733 [ 3 ] {a9117e51-9038-4159-ab8c-340bf0649899} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
10248 | 2024.08.14 22:36:27.855047 [ 3 ] {a9117e51-9038-4159-ab8c-340bf0649899} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10249 | 2024.08.14 22:36:27.855176 [ 3 ] {a9117e51-9038-4159-ab8c-340bf0649899} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00123 sec., 1626.0162601626016 rows/sec., 113.54 KiB/sec. | ||
10250 | 2024.08.14 22:36:27.855358 [ 3 ] {a9117e51-9038-4159-ab8c-340bf0649899} <Debug> DynamicQueryHandler: Done processing query | ||
10251 | 2024.08.14 22:36:27.855382 [ 3 ] {a9117e51-9038-4159-ab8c-340bf0649899} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10252 | 2024.08.14 22:36:27.855397 [ 3 ] {} <Debug> HTTP-Session: 68ae7b16-7003-48bb-aa20-274ff848f80e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10253 | 2024.08.14 22:36:27.855545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 63753, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10254 | 2024.08.14 22:36:27.855593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10255 | 2024.08.14 22:36:27.855612 [ 3 ] {} <Debug> HTTP-Session: 399232c8-82d6-457d-affb-5c02a697b872 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10256 | 2024.08.14 22:36:27.855628 [ 3 ] {} <Debug> HTTP-Session: 399232c8-82d6-457d-affb-5c02a697b872 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10257 | 2024.08.14 22:36:27.855642 [ 3 ] {} <Debug> HTTP-Session: 399232c8-82d6-457d-affb-5c02a697b872 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10258 | 2024.08.14 22:36:27.855671 [ 3 ] {} <Trace> HTTP-Session: 399232c8-82d6-457d-affb-5c02a697b872 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10259 | 2024.08.14 22:36:27.855873 [ 3 ] {7b8cdf7d-6132-49c0-a2ee-6bcf1125bcaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10260 | 2024.08.14 22:36:27.855916 [ 3 ] {7b8cdf7d-6132-49c0-a2ee-6bcf1125bcaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10261 | 2024.08.14 22:36:27.856073 [ 3 ] {7b8cdf7d-6132-49c0-a2ee-6bcf1125bcaa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10262 | 2024.08.14 22:36:27.856591 [ 3 ] {7b8cdf7d-6132-49c0-a2ee-6bcf1125bcaa} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10263 | 2024.08.14 22:36:27.856627 [ 3 ] {7b8cdf7d-6132-49c0-a2ee-6bcf1125bcaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10264 | 2024.08.14 22:36:27.856951 [ 3 ] {7b8cdf7d-6132-49c0-a2ee-6bcf1125bcaa} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10265 | 2024.08.14 22:36:27.857261 [ 3 ] {7b8cdf7d-6132-49c0-a2ee-6bcf1125bcaa} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10266 | 2024.08.14 22:36:27.857414 [ 3 ] {7b8cdf7d-6132-49c0-a2ee-6bcf1125bcaa} <Debug> executeQuery: Read 395 rows, 28.52 KiB in 0.001648 sec., 239684.46601941748 rows/sec., 16.90 MiB/sec. | ||
10267 | 2024.08.14 22:36:27.857572 [ 3 ] {7b8cdf7d-6132-49c0-a2ee-6bcf1125bcaa} <Debug> DynamicQueryHandler: Done processing query | ||
10268 | 2024.08.14 22:36:27.857596 [ 3 ] {7b8cdf7d-6132-49c0-a2ee-6bcf1125bcaa} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
10269 | 2024.08.14 22:36:27.857612 [ 3 ] {} <Debug> HTTP-Session: 399232c8-82d6-457d-affb-5c02a697b872 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10270 | 2024.08.14 22:36:27.857726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10271 | 2024.08.14 22:36:27.857777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10272 | 2024.08.14 22:36:27.857798 [ 3 ] {} <Debug> HTTP-Session: 0592b40d-6ba2-4c43-8807-30d627da4656 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10273 | 2024.08.14 22:36:27.857815 [ 3 ] {} <Debug> HTTP-Session: 0592b40d-6ba2-4c43-8807-30d627da4656 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10274 | 2024.08.14 22:36:27.857829 [ 3 ] {} <Debug> HTTP-Session: 0592b40d-6ba2-4c43-8807-30d627da4656 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10275 | 2024.08.14 22:36:27.857859 [ 3 ] {} <Trace> HTTP-Session: 0592b40d-6ba2-4c43-8807-30d627da4656 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10276 | 2024.08.14 22:36:27.857954 [ 3 ] {610fad3e-072a-4b60-aec2-7dea0af7ba7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10277 | 2024.08.14 22:36:27.857998 [ 3 ] {610fad3e-072a-4b60-aec2-7dea0af7ba7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10278 | 2024.08.14 22:36:27.858130 [ 3 ] {610fad3e-072a-4b60-aec2-7dea0af7ba7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10279 | 2024.08.14 22:36:27.858379 [ 3 ] {610fad3e-072a-4b60-aec2-7dea0af7ba7e} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10280 | 2024.08.14 22:36:27.858414 [ 3 ] {610fad3e-072a-4b60-aec2-7dea0af7ba7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10281 | 2024.08.14 22:36:27.858779 [ 3 ] {610fad3e-072a-4b60-aec2-7dea0af7ba7e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10282 | 2024.08.14 22:36:27.859121 [ 3 ] {610fad3e-072a-4b60-aec2-7dea0af7ba7e} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10283 | 2024.08.14 22:36:27.859270 [ 3 ] {610fad3e-072a-4b60-aec2-7dea0af7ba7e} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001331 sec., 4507.888805409467 rows/sec., 193.70 KiB/sec. | ||
10284 | 2024.08.14 22:36:27.859425 [ 3 ] {610fad3e-072a-4b60-aec2-7dea0af7ba7e} <Debug> DynamicQueryHandler: Done processing query | ||
10285 | 2024.08.14 22:36:27.859449 [ 3 ] {610fad3e-072a-4b60-aec2-7dea0af7ba7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10286 | 2024.08.14 22:36:27.859465 [ 3 ] {} <Debug> HTTP-Session: 0592b40d-6ba2-4c43-8807-30d627da4656 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10287 | 2024.08.14 22:36:27.859583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10288 | 2024.08.14 22:36:27.859632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10289 | 2024.08.14 22:36:27.859651 [ 3 ] {} <Debug> HTTP-Session: e6e9af3e-793f-4775-a15b-d087fbf4a6d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10290 | 2024.08.14 22:36:27.859667 [ 3 ] {} <Debug> HTTP-Session: e6e9af3e-793f-4775-a15b-d087fbf4a6d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10291 | 2024.08.14 22:36:27.859681 [ 3 ] {} <Debug> HTTP-Session: e6e9af3e-793f-4775-a15b-d087fbf4a6d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10292 | 2024.08.14 22:36:27.859711 [ 3 ] {} <Trace> HTTP-Session: e6e9af3e-793f-4775-a15b-d087fbf4a6d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10293 | 2024.08.14 22:36:27.859825 [ 3 ] {cd41d74e-7249-4f24-8e53-59d52c8da90b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
10294 | 2024.08.14 22:36:27.859873 [ 3 ] {cd41d74e-7249-4f24-8e53-59d52c8da90b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
10295 | 2024.08.14 22:36:27.860014 [ 3 ] {cd41d74e-7249-4f24-8e53-59d52c8da90b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10296 | 2024.08.14 22:36:27.860295 [ 3 ] {cd41d74e-7249-4f24-8e53-59d52c8da90b} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10297 | 2024.08.14 22:36:27.860330 [ 3 ] {cd41d74e-7249-4f24-8e53-59d52c8da90b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10298 | 2024.08.14 22:36:27.860689 [ 3 ] {cd41d74e-7249-4f24-8e53-59d52c8da90b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10299 | 2024.08.14 22:36:27.861052 [ 3 ] {cd41d74e-7249-4f24-8e53-59d52c8da90b} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10300 | 2024.08.14 22:36:27.861220 [ 3 ] {cd41d74e-7249-4f24-8e53-59d52c8da90b} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001427 sec., 53959.3552908199 rows/sec., 3.32 MiB/sec. | ||
10301 | 2024.08.14 22:36:27.861376 [ 3 ] {cd41d74e-7249-4f24-8e53-59d52c8da90b} <Debug> DynamicQueryHandler: Done processing query | ||
10302 | 2024.08.14 22:36:27.861408 [ 3 ] {cd41d74e-7249-4f24-8e53-59d52c8da90b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10303 | 2024.08.14 22:36:27.861432 [ 3 ] {} <Debug> HTTP-Session: e6e9af3e-793f-4775-a15b-d087fbf4a6d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10304 | 2024.08.14 22:36:27.861600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10305 | 2024.08.14 22:36:27.861668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10306 | 2024.08.14 22:36:27.861696 [ 3 ] {} <Debug> HTTP-Session: 1a4e4472-407e-4872-a02a-553a08180de3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10307 | 2024.08.14 22:36:27.861721 [ 3 ] {} <Debug> HTTP-Session: 1a4e4472-407e-4872-a02a-553a08180de3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10308 | 2024.08.14 22:36:27.861742 [ 3 ] {} <Debug> HTTP-Session: 1a4e4472-407e-4872-a02a-553a08180de3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10309 | 2024.08.14 22:36:27.861784 [ 3 ] {} <Trace> HTTP-Session: 1a4e4472-407e-4872-a02a-553a08180de3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10310 | 2024.08.14 22:36:27.861973 [ 3 ] {bf864a11-2454-433d-b190-82d28eb13e20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10311 | 2024.08.14 22:36:27.862025 [ 3 ] {bf864a11-2454-433d-b190-82d28eb13e20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10312 | 2024.08.14 22:36:27.862171 [ 3 ] {bf864a11-2454-433d-b190-82d28eb13e20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10313 | 2024.08.14 22:36:27.862563 [ 3 ] {bf864a11-2454-433d-b190-82d28eb13e20} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10314 | 2024.08.14 22:36:27.862613 [ 3 ] {bf864a11-2454-433d-b190-82d28eb13e20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10315 | 2024.08.14 22:36:27.863008 [ 3 ] {bf864a11-2454-433d-b190-82d28eb13e20} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
10316 | 2024.08.14 22:36:27.863353 [ 3 ] {bf864a11-2454-433d-b190-82d28eb13e20} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10317 | 2024.08.14 22:36:27.863505 [ 3 ] {bf864a11-2454-433d-b190-82d28eb13e20} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001618 sec., 99505.56242274413 rows/sec., 6.93 MiB/sec. | ||
10318 | 2024.08.14 22:36:27.863785 [ 3 ] {bf864a11-2454-433d-b190-82d28eb13e20} <Debug> DynamicQueryHandler: Done processing query | ||
10319 | 2024.08.14 22:36:27.863851 [ 3 ] {bf864a11-2454-433d-b190-82d28eb13e20} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10320 | 2024.08.14 22:36:27.863901 [ 3 ] {} <Debug> HTTP-Session: 1a4e4472-407e-4872-a02a-553a08180de3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10321 | 2024.08.14 22:36:27.864076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17712, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10322 | 2024.08.14 22:36:27.864128 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10323 | 2024.08.14 22:36:27.864148 [ 3 ] {} <Debug> HTTP-Session: ce34ced2-96bf-49fe-99f2-059a14b5ef19 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10324 | 2024.08.14 22:36:27.864165 [ 3 ] {} <Debug> HTTP-Session: ce34ced2-96bf-49fe-99f2-059a14b5ef19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10325 | 2024.08.14 22:36:27.864178 [ 3 ] {} <Debug> HTTP-Session: ce34ced2-96bf-49fe-99f2-059a14b5ef19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10326 | 2024.08.14 22:36:27.864210 [ 3 ] {} <Trace> HTTP-Session: ce34ced2-96bf-49fe-99f2-059a14b5ef19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10327 | 2024.08.14 22:36:27.864384 [ 3 ] {b6d387f6-0f1f-4371-846c-3611c9f8bb65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10328 | 2024.08.14 22:36:27.864454 [ 3 ] {b6d387f6-0f1f-4371-846c-3611c9f8bb65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
10329 | 2024.08.14 22:36:27.864876 [ 3 ] {b6d387f6-0f1f-4371-846c-3611c9f8bb65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10330 | 2024.08.14 22:36:27.865332 [ 3 ] {b6d387f6-0f1f-4371-846c-3611c9f8bb65} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10331 | 2024.08.14 22:36:27.865367 [ 3 ] {b6d387f6-0f1f-4371-846c-3611c9f8bb65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10332 | 2024.08.14 22:36:27.865939 [ 3 ] {b6d387f6-0f1f-4371-846c-3611c9f8bb65} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
10333 | 2024.08.14 22:36:27.866355 [ 3 ] {b6d387f6-0f1f-4371-846c-3611c9f8bb65} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10334 | 2024.08.14 22:36:27.866544 [ 3 ] {b6d387f6-0f1f-4371-846c-3611c9f8bb65} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002245 sec., 4899.77728285078 rows/sec., 8.78 MiB/sec. | ||
10335 | 2024.08.14 22:36:27.866544 [ 67 ] {} <Debug> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
10336 | 2024.08.14 22:36:27.866669 [ 67 ] {} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10337 | 2024.08.14 22:36:27.866743 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10338 | 2024.08.14 22:36:27.866892 [ 3 ] {b6d387f6-0f1f-4371-846c-3611c9f8bb65} <Debug> DynamicQueryHandler: Done processing query | ||
10339 | 2024.08.14 22:36:27.866905 [ 200 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::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 | ||
10340 | 2024.08.14 22:36:27.866923 [ 3 ] {b6d387f6-0f1f-4371-846c-3611c9f8bb65} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
10341 | 2024.08.14 22:36:27.866954 [ 3 ] {} <Debug> HTTP-Session: ce34ced2-96bf-49fe-99f2-059a14b5ef19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10342 | 2024.08.14 22:36:27.867088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10343 | 2024.08.14 22:36:27.867162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10344 | 2024.08.14 22:36:27.867200 [ 3 ] {} <Debug> HTTP-Session: ee91f6cd-6185-4abf-bb3c-97021a453157 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10345 | 2024.08.14 22:36:27.867228 [ 3 ] {} <Debug> HTTP-Session: ee91f6cd-6185-4abf-bb3c-97021a453157 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10346 | 2024.08.14 22:36:27.867256 [ 3 ] {} <Debug> HTTP-Session: ee91f6cd-6185-4abf-bb3c-97021a453157 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10347 | 2024.08.14 22:36:27.867305 [ 3 ] {} <Trace> HTTP-Session: ee91f6cd-6185-4abf-bb3c-97021a453157 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10348 | 2024.08.14 22:36:27.867324 [ 200 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10349 | 2024.08.14 22:36:27.867406 [ 200 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 763 rows starting from the beginning of the part | ||
10350 | 2024.08.14 22:36:27.867441 [ 3 ] {a96d9aa2-6af5-45c6-aafe-accc68ddd995} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10351 | 2024.08.14 22:36:27.867507 [ 3 ] {a96d9aa2-6af5-45c6-aafe-accc68ddd995} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10352 | 2024.08.14 22:36:27.867849 [ 200 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 11 rows starting from the beginning of the part | ||
10353 | 2024.08.14 22:36:27.867968 [ 3 ] {a96d9aa2-6af5-45c6-aafe-accc68ddd995} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10354 | 2024.08.14 22:36:27.868255 [ 200 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 21 rows starting from the beginning of the part | ||
10355 | 2024.08.14 22:36:27.868700 [ 200 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 11 rows starting from the beginning of the part | ||
10356 | 2024.08.14 22:36:27.868709 [ 3 ] {a96d9aa2-6af5-45c6-aafe-accc68ddd995} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10357 | 2024.08.14 22:36:27.868756 [ 3 ] {a96d9aa2-6af5-45c6-aafe-accc68ddd995} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10358 | 2024.08.14 22:36:27.869036 [ 200 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 21 rows starting from the beginning of the part | ||
10359 | 2024.08.14 22:36:27.869395 [ 200 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 11 rows starting from the beginning of the part | ||
10360 | 2024.08.14 22:36:27.869669 [ 3 ] {a96d9aa2-6af5-45c6-aafe-accc68ddd995} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10361 | 2024.08.14 22:36:27.870212 [ 3 ] {a96d9aa2-6af5-45c6-aafe-accc68ddd995} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10362 | 2024.08.14 22:36:27.870504 [ 3 ] {a96d9aa2-6af5-45c6-aafe-accc68ddd995} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.003093 sec., 7436.146136437116 rows/sec., 402.24 KiB/sec. | ||
10363 | 2024.08.14 22:36:27.870712 [ 3 ] {a96d9aa2-6af5-45c6-aafe-accc68ddd995} <Debug> DynamicQueryHandler: Done processing query | ||
10364 | 2024.08.14 22:36:27.870748 [ 3 ] {a96d9aa2-6af5-45c6-aafe-accc68ddd995} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10365 | 2024.08.14 22:36:27.870765 [ 3 ] {} <Debug> HTTP-Session: ee91f6cd-6185-4abf-bb3c-97021a453157 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10366 | 2024.08.14 22:36:27.870892 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10367 | 2024.08.14 22:36:27.870940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10368 | 2024.08.14 22:36:27.870959 [ 3 ] {} <Debug> HTTP-Session: baacce40-2cd6-409d-81c7-b9b3d96880c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10369 | 2024.08.14 22:36:27.870975 [ 3 ] {} <Debug> HTTP-Session: baacce40-2cd6-409d-81c7-b9b3d96880c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10370 | 2024.08.14 22:36:27.870988 [ 3 ] {} <Debug> HTTP-Session: baacce40-2cd6-409d-81c7-b9b3d96880c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10371 | 2024.08.14 22:36:27.871019 [ 3 ] {} <Trace> HTTP-Session: baacce40-2cd6-409d-81c7-b9b3d96880c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10372 | 2024.08.14 22:36:27.871148 [ 3 ] {20268cf5-e560-4747-811b-cfffde0d25a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10373 | 2024.08.14 22:36:27.871195 [ 3 ] {20268cf5-e560-4747-811b-cfffde0d25a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10374 | 2024.08.14 22:36:27.871583 [ 3 ] {20268cf5-e560-4747-811b-cfffde0d25a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10375 | 2024.08.14 22:36:27.872050 [ 3 ] {20268cf5-e560-4747-811b-cfffde0d25a4} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10376 | 2024.08.14 22:36:27.872097 [ 3 ] {20268cf5-e560-4747-811b-cfffde0d25a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10377 | 2024.08.14 22:36:27.872736 [ 3 ] {20268cf5-e560-4747-811b-cfffde0d25a4} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
10378 | 2024.08.14 22:36:27.873361 [ 3 ] {20268cf5-e560-4747-811b-cfffde0d25a4} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10379 | 2024.08.14 22:36:27.873615 [ 3 ] {20268cf5-e560-4747-811b-cfffde0d25a4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00251 sec., 23904.382470119523 rows/sec., 1.61 MiB/sec. | ||
10380 | 2024.08.14 22:36:27.873786 [ 3 ] {20268cf5-e560-4747-811b-cfffde0d25a4} <Debug> DynamicQueryHandler: Done processing query | ||
10381 | 2024.08.14 22:36:27.873811 [ 3 ] {20268cf5-e560-4747-811b-cfffde0d25a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10382 | 2024.08.14 22:36:27.873827 [ 3 ] {} <Debug> HTTP-Session: baacce40-2cd6-409d-81c7-b9b3d96880c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10383 | 2024.08.14 22:36:27.877445 [ 199 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 838 rows, containing 19 columns (19 merged, 0 gathered) in 0.010593195 sec., 79107.38922487503 rows/sec., 141.76 MiB/sec. | ||
10384 | 2024.08.14 22:36:27.878125 [ 192 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
10385 | 2024.08.14 22:36:27.878663 [ 192 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10386 | 2024.08.14 22:36:27.878741 [ 192 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
10387 | 2024.08.14 22:36:27.878850 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.46 MiB. | ||
10388 | 2024.08.14 22:36:32.843193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10389 | 2024.08.14 22:36:32.843341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10390 | 2024.08.14 22:36:32.843371 [ 3 ] {} <Debug> HTTP-Session: 3e5c604f-cf0d-4887-9c10-bd16a4a7ace2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10391 | 2024.08.14 22:36:32.843399 [ 3 ] {} <Debug> HTTP-Session: 3e5c604f-cf0d-4887-9c10-bd16a4a7ace2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10392 | 2024.08.14 22:36:32.843417 [ 3 ] {} <Debug> HTTP-Session: 3e5c604f-cf0d-4887-9c10-bd16a4a7ace2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10393 | 2024.08.14 22:36:32.843474 [ 3 ] {} <Trace> HTTP-Session: 3e5c604f-cf0d-4887-9c10-bd16a4a7ace2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10394 | 2024.08.14 22:36:32.843678 [ 3 ] {2286a018-54d2-434f-9003-a8ba2201f743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10395 | 2024.08.14 22:36:32.843746 [ 3 ] {2286a018-54d2-434f-9003-a8ba2201f743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10396 | 2024.08.14 22:36:32.843989 [ 3 ] {2286a018-54d2-434f-9003-a8ba2201f743} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10397 | 2024.08.14 22:36:32.844717 [ 3 ] {2286a018-54d2-434f-9003-a8ba2201f743} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10398 | 2024.08.14 22:36:32.844781 [ 3 ] {2286a018-54d2-434f-9003-a8ba2201f743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10399 | 2024.08.14 22:36:32.845219 [ 3 ] {2286a018-54d2-434f-9003-a8ba2201f743} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10400 | 2024.08.14 22:36:32.845596 [ 3 ] {2286a018-54d2-434f-9003-a8ba2201f743} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10401 | 2024.08.14 22:36:32.845771 [ 3 ] {2286a018-54d2-434f-9003-a8ba2201f743} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.00215 sec., 9767.441860465116 rows/sec., 791.70 KiB/sec. | ||
10402 | 2024.08.14 22:36:32.845999 [ 3 ] {2286a018-54d2-434f-9003-a8ba2201f743} <Debug> DynamicQueryHandler: Done processing query | ||
10403 | 2024.08.14 22:36:32.846027 [ 3 ] {2286a018-54d2-434f-9003-a8ba2201f743} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10404 | 2024.08.14 22:36:32.846043 [ 3 ] {} <Debug> HTTP-Session: 3e5c604f-cf0d-4887-9c10-bd16a4a7ace2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10405 | 2024.08.14 22:36:32.846196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10406 | 2024.08.14 22:36:32.846260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10407 | 2024.08.14 22:36:32.846280 [ 3 ] {} <Debug> HTTP-Session: eeecbac9-4b82-47a7-84e1-baf8aacab20e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10408 | 2024.08.14 22:36:32.846298 [ 3 ] {} <Debug> HTTP-Session: eeecbac9-4b82-47a7-84e1-baf8aacab20e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10409 | 2024.08.14 22:36:32.846313 [ 3 ] {} <Debug> HTTP-Session: eeecbac9-4b82-47a7-84e1-baf8aacab20e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10410 | 2024.08.14 22:36:32.846349 [ 3 ] {} <Trace> HTTP-Session: eeecbac9-4b82-47a7-84e1-baf8aacab20e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10411 | 2024.08.14 22:36:32.846460 [ 3 ] {4f395d8d-871f-454c-b7e9-9b29a096c33a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10412 | 2024.08.14 22:36:32.846508 [ 3 ] {4f395d8d-871f-454c-b7e9-9b29a096c33a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10413 | 2024.08.14 22:36:32.846647 [ 3 ] {4f395d8d-871f-454c-b7e9-9b29a096c33a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10414 | 2024.08.14 22:36:32.846975 [ 3 ] {4f395d8d-871f-454c-b7e9-9b29a096c33a} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10415 | 2024.08.14 22:36:32.847013 [ 3 ] {4f395d8d-871f-454c-b7e9-9b29a096c33a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10416 | 2024.08.14 22:36:32.847325 [ 3 ] {4f395d8d-871f-454c-b7e9-9b29a096c33a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
10417 | 2024.08.14 22:36:32.847644 [ 3 ] {4f395d8d-871f-454c-b7e9-9b29a096c33a} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10418 | 2024.08.14 22:36:32.847808 [ 3 ] {4f395d8d-871f-454c-b7e9-9b29a096c33a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001372 sec., 1457.725947521866 rows/sec., 118.87 KiB/sec. | ||
10419 | 2024.08.14 22:36:32.848109 [ 3 ] {4f395d8d-871f-454c-b7e9-9b29a096c33a} <Debug> DynamicQueryHandler: Done processing query | ||
10420 | 2024.08.14 22:36:32.848134 [ 3 ] {4f395d8d-871f-454c-b7e9-9b29a096c33a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10421 | 2024.08.14 22:36:32.848150 [ 3 ] {} <Debug> HTTP-Session: eeecbac9-4b82-47a7-84e1-baf8aacab20e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10422 | 2024.08.14 22:36:32.848300 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17463, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10423 | 2024.08.14 22:36:32.848354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10424 | 2024.08.14 22:36:32.848373 [ 3 ] {} <Debug> HTTP-Session: e57c4265-cc03-4075-8add-4bae050bdad0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10425 | 2024.08.14 22:36:32.848389 [ 3 ] {} <Debug> HTTP-Session: e57c4265-cc03-4075-8add-4bae050bdad0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10426 | 2024.08.14 22:36:32.848403 [ 3 ] {} <Debug> HTTP-Session: e57c4265-cc03-4075-8add-4bae050bdad0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10427 | 2024.08.14 22:36:32.848437 [ 3 ] {} <Trace> HTTP-Session: e57c4265-cc03-4075-8add-4bae050bdad0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10428 | 2024.08.14 22:36:32.848568 [ 3 ] {f5a5a083-5692-4f48-ae99-320db650835b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10429 | 2024.08.14 22:36:32.848612 [ 3 ] {f5a5a083-5692-4f48-ae99-320db650835b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10430 | 2024.08.14 22:36:32.848760 [ 3 ] {f5a5a083-5692-4f48-ae99-320db650835b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10431 | 2024.08.14 22:36:32.849153 [ 3 ] {f5a5a083-5692-4f48-ae99-320db650835b} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10432 | 2024.08.14 22:36:32.849192 [ 3 ] {f5a5a083-5692-4f48-ae99-320db650835b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10433 | 2024.08.14 22:36:32.849516 [ 3 ] {f5a5a083-5692-4f48-ae99-320db650835b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10434 | 2024.08.14 22:36:32.849842 [ 3 ] {f5a5a083-5692-4f48-ae99-320db650835b} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10435 | 2024.08.14 22:36:32.849991 [ 3 ] {f5a5a083-5692-4f48-ae99-320db650835b} <Debug> executeQuery: Read 120 rows, 10.15 KiB in 0.001472 sec., 81521.73913043478 rows/sec., 6.73 MiB/sec. | ||
10436 | 2024.08.14 22:36:32.850174 [ 3 ] {f5a5a083-5692-4f48-ae99-320db650835b} <Debug> DynamicQueryHandler: Done processing query | ||
10437 | 2024.08.14 22:36:32.850199 [ 3 ] {f5a5a083-5692-4f48-ae99-320db650835b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10438 | 2024.08.14 22:36:32.850215 [ 3 ] {} <Debug> HTTP-Session: e57c4265-cc03-4075-8add-4bae050bdad0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10439 | 2024.08.14 22:36:32.850339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10440 | 2024.08.14 22:36:32.850391 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10441 | 2024.08.14 22:36:32.850410 [ 3 ] {} <Debug> HTTP-Session: 79ba33ca-afa8-49e4-9d39-19d0ffea5856 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10442 | 2024.08.14 22:36:32.850426 [ 3 ] {} <Debug> HTTP-Session: 79ba33ca-afa8-49e4-9d39-19d0ffea5856 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10443 | 2024.08.14 22:36:32.850441 [ 3 ] {} <Debug> HTTP-Session: 79ba33ca-afa8-49e4-9d39-19d0ffea5856 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10444 | 2024.08.14 22:36:32.850472 [ 3 ] {} <Trace> HTTP-Session: 79ba33ca-afa8-49e4-9d39-19d0ffea5856 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10445 | 2024.08.14 22:36:32.850579 [ 3 ] {7c15182d-994f-4d0c-bea3-78698bd76919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10446 | 2024.08.14 22:36:32.850622 [ 3 ] {7c15182d-994f-4d0c-bea3-78698bd76919} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10447 | 2024.08.14 22:36:32.850754 [ 3 ] {7c15182d-994f-4d0c-bea3-78698bd76919} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10448 | 2024.08.14 22:36:32.851038 [ 3 ] {7c15182d-994f-4d0c-bea3-78698bd76919} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10449 | 2024.08.14 22:36:32.851075 [ 3 ] {7c15182d-994f-4d0c-bea3-78698bd76919} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10450 | 2024.08.14 22:36:32.851376 [ 3 ] {7c15182d-994f-4d0c-bea3-78698bd76919} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
10451 | 2024.08.14 22:36:32.851689 [ 3 ] {7c15182d-994f-4d0c-bea3-78698bd76919} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10452 | 2024.08.14 22:36:32.851854 [ 3 ] {7c15182d-994f-4d0c-bea3-78698bd76919} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00129 sec., 1550.387596899225 rows/sec., 108.25 KiB/sec. | ||
10453 | 2024.08.14 22:36:32.852404 [ 3 ] {7c15182d-994f-4d0c-bea3-78698bd76919} <Debug> DynamicQueryHandler: Done processing query | ||
10454 | 2024.08.14 22:36:32.852485 [ 3 ] {7c15182d-994f-4d0c-bea3-78698bd76919} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10455 | 2024.08.14 22:36:32.852546 [ 3 ] {} <Debug> HTTP-Session: 79ba33ca-afa8-49e4-9d39-19d0ffea5856 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10456 | 2024.08.14 22:36:32.852698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10457 | 2024.08.14 22:36:32.852751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10458 | 2024.08.14 22:36:32.852770 [ 3 ] {} <Debug> HTTP-Session: adc407e8-2a4f-41b2-b953-84a06cea08df Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10459 | 2024.08.14 22:36:32.852787 [ 3 ] {} <Debug> HTTP-Session: adc407e8-2a4f-41b2-b953-84a06cea08df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10460 | 2024.08.14 22:36:32.852801 [ 3 ] {} <Debug> HTTP-Session: adc407e8-2a4f-41b2-b953-84a06cea08df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10461 | 2024.08.14 22:36:32.852834 [ 3 ] {} <Trace> HTTP-Session: adc407e8-2a4f-41b2-b953-84a06cea08df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10462 | 2024.08.14 22:36:32.852964 [ 3 ] {6ca16a42-a061-4905-b482-141f3cee08c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10463 | 2024.08.14 22:36:32.853010 [ 3 ] {6ca16a42-a061-4905-b482-141f3cee08c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10464 | 2024.08.14 22:36:32.853151 [ 3 ] {6ca16a42-a061-4905-b482-141f3cee08c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10465 | 2024.08.14 22:36:32.853516 [ 3 ] {6ca16a42-a061-4905-b482-141f3cee08c7} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10466 | 2024.08.14 22:36:32.853552 [ 3 ] {6ca16a42-a061-4905-b482-141f3cee08c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10467 | 2024.08.14 22:36:32.853879 [ 3 ] {6ca16a42-a061-4905-b482-141f3cee08c7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10468 | 2024.08.14 22:36:32.854193 [ 3 ] {6ca16a42-a061-4905-b482-141f3cee08c7} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10469 | 2024.08.14 22:36:32.854348 [ 3 ] {6ca16a42-a061-4905-b482-141f3cee08c7} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001428 sec., 60924.36974789916 rows/sec., 4.76 MiB/sec. | ||
10470 | 2024.08.14 22:36:32.854518 [ 3 ] {6ca16a42-a061-4905-b482-141f3cee08c7} <Debug> DynamicQueryHandler: Done processing query | ||
10471 | 2024.08.14 22:36:32.854542 [ 3 ] {6ca16a42-a061-4905-b482-141f3cee08c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10472 | 2024.08.14 22:36:32.854558 [ 3 ] {} <Debug> HTTP-Session: adc407e8-2a4f-41b2-b953-84a06cea08df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10473 | 2024.08.14 22:36:32.854739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30849, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10474 | 2024.08.14 22:36:32.854791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10475 | 2024.08.14 22:36:32.854810 [ 3 ] {} <Debug> HTTP-Session: 625c0654-91cb-4e3f-aaec-fb6021031096 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10476 | 2024.08.14 22:36:32.854827 [ 3 ] {} <Debug> HTTP-Session: 625c0654-91cb-4e3f-aaec-fb6021031096 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10477 | 2024.08.14 22:36:32.854841 [ 3 ] {} <Debug> HTTP-Session: 625c0654-91cb-4e3f-aaec-fb6021031096 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10478 | 2024.08.14 22:36:32.854872 [ 3 ] {} <Trace> HTTP-Session: 625c0654-91cb-4e3f-aaec-fb6021031096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10479 | 2024.08.14 22:36:32.855017 [ 3 ] {5ee60b82-efe8-4d46-aae1-ffd23cb23392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10480 | 2024.08.14 22:36:32.855065 [ 3 ] {5ee60b82-efe8-4d46-aae1-ffd23cb23392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10481 | 2024.08.14 22:36:32.855214 [ 3 ] {5ee60b82-efe8-4d46-aae1-ffd23cb23392} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10482 | 2024.08.14 22:36:32.855668 [ 3 ] {5ee60b82-efe8-4d46-aae1-ffd23cb23392} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10483 | 2024.08.14 22:36:32.855710 [ 3 ] {5ee60b82-efe8-4d46-aae1-ffd23cb23392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10484 | 2024.08.14 22:36:32.856105 [ 3 ] {5ee60b82-efe8-4d46-aae1-ffd23cb23392} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
10485 | 2024.08.14 22:36:32.856460 [ 3 ] {5ee60b82-efe8-4d46-aae1-ffd23cb23392} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10486 | 2024.08.14 22:36:32.856607 [ 3 ] {5ee60b82-efe8-4d46-aae1-ffd23cb23392} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001651 sec., 97516.65657177469 rows/sec., 6.79 MiB/sec. | ||
10487 | 2024.08.14 22:36:32.856826 [ 3 ] {5ee60b82-efe8-4d46-aae1-ffd23cb23392} <Debug> DynamicQueryHandler: Done processing query | ||
10488 | 2024.08.14 22:36:32.856862 [ 3 ] {5ee60b82-efe8-4d46-aae1-ffd23cb23392} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10489 | 2024.08.14 22:36:32.856883 [ 3 ] {} <Debug> HTTP-Session: 625c0654-91cb-4e3f-aaec-fb6021031096 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10490 | 2024.08.14 22:36:32.857050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10491 | 2024.08.14 22:36:32.857100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10492 | 2024.08.14 22:36:32.857120 [ 3 ] {} <Debug> HTTP-Session: 249d5d5b-cdc3-4f33-a728-5986559ab45f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10493 | 2024.08.14 22:36:32.857136 [ 3 ] {} <Debug> HTTP-Session: 249d5d5b-cdc3-4f33-a728-5986559ab45f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10494 | 2024.08.14 22:36:32.857150 [ 3 ] {} <Debug> HTTP-Session: 249d5d5b-cdc3-4f33-a728-5986559ab45f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10495 | 2024.08.14 22:36:32.857181 [ 3 ] {} <Trace> HTTP-Session: 249d5d5b-cdc3-4f33-a728-5986559ab45f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10496 | 2024.08.14 22:36:32.857442 [ 3 ] {0bd83cba-41d1-404b-bfa6-a2d3ba84419f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10497 | 2024.08.14 22:36:32.857506 [ 3 ] {0bd83cba-41d1-404b-bfa6-a2d3ba84419f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
10498 | 2024.08.14 22:36:32.857912 [ 3 ] {0bd83cba-41d1-404b-bfa6-a2d3ba84419f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10499 | 2024.08.14 22:36:32.858586 [ 3 ] {0bd83cba-41d1-404b-bfa6-a2d3ba84419f} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10500 | 2024.08.14 22:36:32.858622 [ 3 ] {0bd83cba-41d1-404b-bfa6-a2d3ba84419f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10501 | 2024.08.14 22:36:32.859238 [ 3 ] {0bd83cba-41d1-404b-bfa6-a2d3ba84419f} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10502 | 2024.08.14 22:36:32.859651 [ 3 ] {0bd83cba-41d1-404b-bfa6-a2d3ba84419f} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10503 | 2024.08.14 22:36:32.859829 [ 3 ] {0bd83cba-41d1-404b-bfa6-a2d3ba84419f} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002557 sec., 8212.749315604224 rows/sec., 14.72 MiB/sec. | ||
10504 | 2024.08.14 22:36:32.860055 [ 3 ] {0bd83cba-41d1-404b-bfa6-a2d3ba84419f} <Debug> DynamicQueryHandler: Done processing query | ||
10505 | 2024.08.14 22:36:32.860081 [ 3 ] {0bd83cba-41d1-404b-bfa6-a2d3ba84419f} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
10506 | 2024.08.14 22:36:32.860097 [ 3 ] {} <Debug> HTTP-Session: 249d5d5b-cdc3-4f33-a728-5986559ab45f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10507 | 2024.08.14 22:36:32.860230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10508 | 2024.08.14 22:36:32.860282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10509 | 2024.08.14 22:36:32.860302 [ 3 ] {} <Debug> HTTP-Session: 765bc4fd-7698-4674-a35f-9cb88a41313b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10510 | 2024.08.14 22:36:32.860319 [ 3 ] {} <Debug> HTTP-Session: 765bc4fd-7698-4674-a35f-9cb88a41313b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10511 | 2024.08.14 22:36:32.860332 [ 3 ] {} <Debug> HTTP-Session: 765bc4fd-7698-4674-a35f-9cb88a41313b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10512 | 2024.08.14 22:36:32.860363 [ 3 ] {} <Trace> HTTP-Session: 765bc4fd-7698-4674-a35f-9cb88a41313b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10513 | 2024.08.14 22:36:32.860477 [ 3 ] {2a36f5e8-e07b-460f-aaf8-6aa26c01fbb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10514 | 2024.08.14 22:36:32.860521 [ 3 ] {2a36f5e8-e07b-460f-aaf8-6aa26c01fbb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10515 | 2024.08.14 22:36:32.860650 [ 3 ] {2a36f5e8-e07b-460f-aaf8-6aa26c01fbb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10516 | 2024.08.14 22:36:32.860951 [ 3 ] {2a36f5e8-e07b-460f-aaf8-6aa26c01fbb6} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10517 | 2024.08.14 22:36:32.860988 [ 3 ] {2a36f5e8-e07b-460f-aaf8-6aa26c01fbb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10518 | 2024.08.14 22:36:32.861349 [ 3 ] {2a36f5e8-e07b-460f-aaf8-6aa26c01fbb6} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
10519 | 2024.08.14 22:36:32.861673 [ 3 ] {2a36f5e8-e07b-460f-aaf8-6aa26c01fbb6} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10520 | 2024.08.14 22:36:32.861832 [ 3 ] {2a36f5e8-e07b-460f-aaf8-6aa26c01fbb6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001386 sec., 43290.043290043286 rows/sec., 2.92 MiB/sec. | ||
10521 | 2024.08.14 22:36:32.862126 [ 3 ] {2a36f5e8-e07b-460f-aaf8-6aa26c01fbb6} <Debug> DynamicQueryHandler: Done processing query | ||
10522 | 2024.08.14 22:36:32.862177 [ 3 ] {2a36f5e8-e07b-460f-aaf8-6aa26c01fbb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10523 | 2024.08.14 22:36:32.862214 [ 3 ] {} <Debug> HTTP-Session: 765bc4fd-7698-4674-a35f-9cb88a41313b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10524 | 2024.08.14 22:36:37.729621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10525 | 2024.08.14 22:36:37.729758 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10526 | 2024.08.14 22:36:37.729784 [ 3 ] {} <Debug> HTTP-Session: 0cf4d0e6-a4f7-4189-ba6c-b8ff24b81374 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10527 | 2024.08.14 22:36:37.729807 [ 3 ] {} <Debug> HTTP-Session: 0cf4d0e6-a4f7-4189-ba6c-b8ff24b81374 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10528 | 2024.08.14 22:36:37.729822 [ 3 ] {} <Debug> HTTP-Session: 0cf4d0e6-a4f7-4189-ba6c-b8ff24b81374 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10529 | 2024.08.14 22:36:37.729876 [ 3 ] {} <Trace> HTTP-Session: 0cf4d0e6-a4f7-4189-ba6c-b8ff24b81374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10530 | 2024.08.14 22:36:37.730062 [ 3 ] {179f93e0-be86-472f-aa15-268c5d9103df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10531 | 2024.08.14 22:36:37.730127 [ 3 ] {179f93e0-be86-472f-aa15-268c5d9103df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10532 | 2024.08.14 22:36:37.730316 [ 3 ] {179f93e0-be86-472f-aa15-268c5d9103df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10533 | 2024.08.14 22:36:37.730749 [ 3 ] {179f93e0-be86-472f-aa15-268c5d9103df} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10534 | 2024.08.14 22:36:37.730793 [ 3 ] {179f93e0-be86-472f-aa15-268c5d9103df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10535 | 2024.08.14 22:36:37.731168 [ 3 ] {179f93e0-be86-472f-aa15-268c5d9103df} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10536 | 2024.08.14 22:36:37.731524 [ 3 ] {179f93e0-be86-472f-aa15-268c5d9103df} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10537 | 2024.08.14 22:36:37.731677 [ 3 ] {179f93e0-be86-472f-aa15-268c5d9103df} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001668 sec., 10191.846522781774 rows/sec., 738.28 KiB/sec. | ||
10538 | 2024.08.14 22:36:37.731919 [ 3 ] {179f93e0-be86-472f-aa15-268c5d9103df} <Debug> DynamicQueryHandler: Done processing query | ||
10539 | 2024.08.14 22:36:37.731947 [ 3 ] {179f93e0-be86-472f-aa15-268c5d9103df} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10540 | 2024.08.14 22:36:37.731963 [ 3 ] {} <Debug> HTTP-Session: 0cf4d0e6-a4f7-4189-ba6c-b8ff24b81374 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10541 | 2024.08.14 22:36:37.732082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10542 | 2024.08.14 22:36:37.732140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10543 | 2024.08.14 22:36:37.732160 [ 3 ] {} <Debug> HTTP-Session: c6d0b81d-a44d-40dc-ae72-0038341b1e56 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10544 | 2024.08.14 22:36:37.732178 [ 3 ] {} <Debug> HTTP-Session: c6d0b81d-a44d-40dc-ae72-0038341b1e56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10545 | 2024.08.14 22:36:37.732192 [ 3 ] {} <Debug> HTTP-Session: c6d0b81d-a44d-40dc-ae72-0038341b1e56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10546 | 2024.08.14 22:36:37.732227 [ 3 ] {} <Trace> HTTP-Session: c6d0b81d-a44d-40dc-ae72-0038341b1e56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10547 | 2024.08.14 22:36:37.732334 [ 3 ] {342a704a-868d-4890-b72d-3829e1098ae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10548 | 2024.08.14 22:36:37.732381 [ 3 ] {342a704a-868d-4890-b72d-3829e1098ae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10549 | 2024.08.14 22:36:37.732525 [ 3 ] {342a704a-868d-4890-b72d-3829e1098ae3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10550 | 2024.08.14 22:36:37.732813 [ 3 ] {342a704a-868d-4890-b72d-3829e1098ae3} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10551 | 2024.08.14 22:36:37.732850 [ 3 ] {342a704a-868d-4890-b72d-3829e1098ae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10552 | 2024.08.14 22:36:37.733158 [ 3 ] {342a704a-868d-4890-b72d-3829e1098ae3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
10553 | 2024.08.14 22:36:37.733472 [ 3 ] {342a704a-868d-4890-b72d-3829e1098ae3} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10554 | 2024.08.14 22:36:37.733634 [ 3 ] {342a704a-868d-4890-b72d-3829e1098ae3} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001319 sec., 4548.900682335102 rows/sec., 370.93 KiB/sec. | ||
10555 | 2024.08.14 22:36:37.733903 [ 3 ] {342a704a-868d-4890-b72d-3829e1098ae3} <Debug> DynamicQueryHandler: Done processing query | ||
10556 | 2024.08.14 22:36:37.733941 [ 3 ] {342a704a-868d-4890-b72d-3829e1098ae3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10557 | 2024.08.14 22:36:37.733961 [ 3 ] {} <Debug> HTTP-Session: c6d0b81d-a44d-40dc-ae72-0038341b1e56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10558 | 2024.08.14 22:36:37.734212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 195159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10559 | 2024.08.14 22:36:37.734268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10560 | 2024.08.14 22:36:37.734287 [ 3 ] {} <Debug> HTTP-Session: 31eac287-2359-45e1-a1d8-6ad61d2117e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10561 | 2024.08.14 22:36:37.734304 [ 3 ] {} <Debug> HTTP-Session: 31eac287-2359-45e1-a1d8-6ad61d2117e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10562 | 2024.08.14 22:36:37.734317 [ 3 ] {} <Debug> HTTP-Session: 31eac287-2359-45e1-a1d8-6ad61d2117e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10563 | 2024.08.14 22:36:37.734350 [ 3 ] {} <Trace> HTTP-Session: 31eac287-2359-45e1-a1d8-6ad61d2117e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10564 | 2024.08.14 22:36:37.734856 [ 3 ] {30b23777-4cdd-43be-8600-5e6ea806f0d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10565 | 2024.08.14 22:36:37.734909 [ 3 ] {30b23777-4cdd-43be-8600-5e6ea806f0d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10566 | 2024.08.14 22:36:37.735058 [ 3 ] {30b23777-4cdd-43be-8600-5e6ea806f0d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10567 | 2024.08.14 22:36:37.736238 [ 3 ] {30b23777-4cdd-43be-8600-5e6ea806f0d7} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10568 | 2024.08.14 22:36:37.736277 [ 3 ] {30b23777-4cdd-43be-8600-5e6ea806f0d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10569 | 2024.08.14 22:36:37.736671 [ 3 ] {30b23777-4cdd-43be-8600-5e6ea806f0d7} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10570 | 2024.08.14 22:36:37.736990 [ 3 ] {30b23777-4cdd-43be-8600-5e6ea806f0d7} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10571 | 2024.08.14 22:36:37.737151 [ 3 ] {30b23777-4cdd-43be-8600-5e6ea806f0d7} <Debug> executeQuery: Read 1337 rows, 114.33 KiB in 0.002635 sec., 507400.37950664136 rows/sec., 42.37 MiB/sec. | ||
10572 | 2024.08.14 22:36:37.737329 [ 3 ] {30b23777-4cdd-43be-8600-5e6ea806f0d7} <Debug> DynamicQueryHandler: Done processing query | ||
10573 | 2024.08.14 22:36:37.737353 [ 3 ] {30b23777-4cdd-43be-8600-5e6ea806f0d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
10574 | 2024.08.14 22:36:37.737369 [ 3 ] {} <Debug> HTTP-Session: 31eac287-2359-45e1-a1d8-6ad61d2117e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10575 | 2024.08.14 22:36:37.737765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10576 | 2024.08.14 22:36:37.737818 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10577 | 2024.08.14 22:36:37.737837 [ 3 ] {} <Debug> HTTP-Session: a76a1cea-b179-4adc-b92f-46df310d40cd Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10578 | 2024.08.14 22:36:37.737854 [ 3 ] {} <Debug> HTTP-Session: a76a1cea-b179-4adc-b92f-46df310d40cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10579 | 2024.08.14 22:36:37.737869 [ 3 ] {} <Debug> HTTP-Session: a76a1cea-b179-4adc-b92f-46df310d40cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10580 | 2024.08.14 22:36:37.737900 [ 3 ] {} <Trace> HTTP-Session: a76a1cea-b179-4adc-b92f-46df310d40cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10581 | 2024.08.14 22:36:37.737999 [ 3 ] {1e41f762-dcf1-4e01-baf5-d44680bbc423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10582 | 2024.08.14 22:36:37.738042 [ 3 ] {1e41f762-dcf1-4e01-baf5-d44680bbc423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10583 | 2024.08.14 22:36:37.738170 [ 3 ] {1e41f762-dcf1-4e01-baf5-d44680bbc423} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10584 | 2024.08.14 22:36:37.738448 [ 3 ] {1e41f762-dcf1-4e01-baf5-d44680bbc423} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10585 | 2024.08.14 22:36:37.738486 [ 3 ] {1e41f762-dcf1-4e01-baf5-d44680bbc423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10586 | 2024.08.14 22:36:37.738786 [ 3 ] {1e41f762-dcf1-4e01-baf5-d44680bbc423} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
10587 | 2024.08.14 22:36:37.739106 [ 3 ] {1e41f762-dcf1-4e01-baf5-d44680bbc423} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10588 | 2024.08.14 22:36:37.739261 [ 3 ] {1e41f762-dcf1-4e01-baf5-d44680bbc423} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001278 sec., 4694.835680751174 rows/sec., 327.81 KiB/sec. | ||
10589 | 2024.08.14 22:36:37.739426 [ 3 ] {1e41f762-dcf1-4e01-baf5-d44680bbc423} <Debug> DynamicQueryHandler: Done processing query | ||
10590 | 2024.08.14 22:36:37.739450 [ 3 ] {1e41f762-dcf1-4e01-baf5-d44680bbc423} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10591 | 2024.08.14 22:36:37.739466 [ 3 ] {} <Debug> HTTP-Session: a76a1cea-b179-4adc-b92f-46df310d40cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10592 | 2024.08.14 22:36:37.739617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10593 | 2024.08.14 22:36:37.739667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10594 | 2024.08.14 22:36:37.739686 [ 3 ] {} <Debug> HTTP-Session: c2df430b-ca40-429b-94ad-a1e41bac0950 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10595 | 2024.08.14 22:36:37.739703 [ 3 ] {} <Debug> HTTP-Session: c2df430b-ca40-429b-94ad-a1e41bac0950 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10596 | 2024.08.14 22:36:37.739716 [ 3 ] {} <Debug> HTTP-Session: c2df430b-ca40-429b-94ad-a1e41bac0950 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10597 | 2024.08.14 22:36:37.739747 [ 3 ] {} <Trace> HTTP-Session: c2df430b-ca40-429b-94ad-a1e41bac0950 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10598 | 2024.08.14 22:36:37.739947 [ 3 ] {c53757ac-6801-413d-9ee9-ef8e86e4269f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10599 | 2024.08.14 22:36:37.739991 [ 3 ] {c53757ac-6801-413d-9ee9-ef8e86e4269f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10600 | 2024.08.14 22:36:37.740117 [ 3 ] {c53757ac-6801-413d-9ee9-ef8e86e4269f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10601 | 2024.08.14 22:36:37.740527 [ 3 ] {c53757ac-6801-413d-9ee9-ef8e86e4269f} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10602 | 2024.08.14 22:36:37.740563 [ 3 ] {c53757ac-6801-413d-9ee9-ef8e86e4269f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10603 | 2024.08.14 22:36:37.740888 [ 3 ] {c53757ac-6801-413d-9ee9-ef8e86e4269f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
10604 | 2024.08.14 22:36:37.741200 [ 3 ] {c53757ac-6801-413d-9ee9-ef8e86e4269f} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10605 | 2024.08.14 22:36:37.741356 [ 3 ] {c53757ac-6801-413d-9ee9-ef8e86e4269f} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001527 sec., 149312.37721021613 rows/sec., 10.11 MiB/sec. | ||
10606 | 2024.08.14 22:36:37.741788 [ 3 ] {c53757ac-6801-413d-9ee9-ef8e86e4269f} <Debug> DynamicQueryHandler: Done processing query | ||
10607 | 2024.08.14 22:36:37.741825 [ 3 ] {c53757ac-6801-413d-9ee9-ef8e86e4269f} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
10608 | 2024.08.14 22:36:37.741841 [ 3 ] {} <Debug> HTTP-Session: c2df430b-ca40-429b-94ad-a1e41bac0950 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10609 | 2024.08.14 22:36:37.742174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 139387, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10610 | 2024.08.14 22:36:37.742225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10611 | 2024.08.14 22:36:37.742245 [ 3 ] {} <Debug> HTTP-Session: 88e08949-fb1f-46dc-96e1-d99c27c847c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10612 | 2024.08.14 22:36:37.742261 [ 3 ] {} <Debug> HTTP-Session: 88e08949-fb1f-46dc-96e1-d99c27c847c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10613 | 2024.08.14 22:36:37.742274 [ 3 ] {} <Debug> HTTP-Session: 88e08949-fb1f-46dc-96e1-d99c27c847c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10614 | 2024.08.14 22:36:37.742305 [ 3 ] {} <Trace> HTTP-Session: 88e08949-fb1f-46dc-96e1-d99c27c847c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10615 | 2024.08.14 22:36:37.742648 [ 3 ] {32db6c8b-4af7-43b1-842e-9c44e2ece402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10616 | 2024.08.14 22:36:37.742692 [ 3 ] {32db6c8b-4af7-43b1-842e-9c44e2ece402} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10617 | 2024.08.14 22:36:37.742827 [ 3 ] {32db6c8b-4af7-43b1-842e-9c44e2ece402} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10618 | 2024.08.14 22:36:37.743716 [ 3 ] {32db6c8b-4af7-43b1-842e-9c44e2ece402} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10619 | 2024.08.14 22:36:37.743753 [ 3 ] {32db6c8b-4af7-43b1-842e-9c44e2ece402} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10620 | 2024.08.14 22:36:37.744099 [ 3 ] {32db6c8b-4af7-43b1-842e-9c44e2ece402} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10621 | 2024.08.14 22:36:37.744413 [ 3 ] {32db6c8b-4af7-43b1-842e-9c44e2ece402} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10622 | 2024.08.14 22:36:37.744561 [ 3 ] {32db6c8b-4af7-43b1-842e-9c44e2ece402} <Debug> executeQuery: Read 855 rows, 63.13 KiB in 0.002095 sec., 408114.5584725537 rows/sec., 29.43 MiB/sec. | ||
10623 | 2024.08.14 22:36:37.744731 [ 3 ] {32db6c8b-4af7-43b1-842e-9c44e2ece402} <Debug> DynamicQueryHandler: Done processing query | ||
10624 | 2024.08.14 22:36:37.744755 [ 3 ] {32db6c8b-4af7-43b1-842e-9c44e2ece402} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
10625 | 2024.08.14 22:36:37.744771 [ 3 ] {} <Debug> HTTP-Session: 88e08949-fb1f-46dc-96e1-d99c27c847c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10626 | 2024.08.14 22:36:37.744921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10627 | 2024.08.14 22:36:37.744971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10628 | 2024.08.14 22:36:37.744989 [ 3 ] {} <Debug> HTTP-Session: c01e90eb-293c-4dfb-a00c-a06762476608 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10629 | 2024.08.14 22:36:37.745005 [ 3 ] {} <Debug> HTTP-Session: c01e90eb-293c-4dfb-a00c-a06762476608 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10630 | 2024.08.14 22:36:37.745020 [ 3 ] {} <Debug> HTTP-Session: c01e90eb-293c-4dfb-a00c-a06762476608 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10631 | 2024.08.14 22:36:37.745051 [ 3 ] {} <Trace> HTTP-Session: c01e90eb-293c-4dfb-a00c-a06762476608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10632 | 2024.08.14 22:36:37.745146 [ 3 ] {e352e456-d926-4c20-a010-de5197417fba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10633 | 2024.08.14 22:36:37.745191 [ 3 ] {e352e456-d926-4c20-a010-de5197417fba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10634 | 2024.08.14 22:36:37.745320 [ 3 ] {e352e456-d926-4c20-a010-de5197417fba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10635 | 2024.08.14 22:36:37.745593 [ 3 ] {e352e456-d926-4c20-a010-de5197417fba} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10636 | 2024.08.14 22:36:37.745629 [ 3 ] {e352e456-d926-4c20-a010-de5197417fba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10637 | 2024.08.14 22:36:37.746031 [ 3 ] {e352e456-d926-4c20-a010-de5197417fba} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10638 | 2024.08.14 22:36:37.746450 [ 3 ] {e352e456-d926-4c20-a010-de5197417fba} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10639 | 2024.08.14 22:36:37.746648 [ 3 ] {e352e456-d926-4c20-a010-de5197417fba} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001519 sec., 3949.9670836076366 rows/sec., 169.73 KiB/sec. | ||
10640 | 2024.08.14 22:36:37.746998 [ 3 ] {e352e456-d926-4c20-a010-de5197417fba} <Debug> DynamicQueryHandler: Done processing query | ||
10641 | 2024.08.14 22:36:37.747028 [ 3 ] {e352e456-d926-4c20-a010-de5197417fba} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10642 | 2024.08.14 22:36:37.747049 [ 3 ] {} <Debug> HTTP-Session: c01e90eb-293c-4dfb-a00c-a06762476608 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10643 | 2024.08.14 22:36:37.747196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10644 | 2024.08.14 22:36:37.747259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10645 | 2024.08.14 22:36:37.747286 [ 3 ] {} <Debug> HTTP-Session: c4993ba3-9003-475a-b8af-e8dafe0581a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10646 | 2024.08.14 22:36:37.747310 [ 3 ] {} <Debug> HTTP-Session: c4993ba3-9003-475a-b8af-e8dafe0581a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10647 | 2024.08.14 22:36:37.747330 [ 3 ] {} <Debug> HTTP-Session: c4993ba3-9003-475a-b8af-e8dafe0581a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10648 | 2024.08.14 22:36:37.747369 [ 3 ] {} <Trace> HTTP-Session: c4993ba3-9003-475a-b8af-e8dafe0581a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10649 | 2024.08.14 22:36:37.747521 [ 3 ] {466c4a5e-f1b4-4286-b8ba-e774d1de68ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
10650 | 2024.08.14 22:36:37.747578 [ 3 ] {466c4a5e-f1b4-4286-b8ba-e774d1de68ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
10651 | 2024.08.14 22:36:37.747797 [ 3 ] {466c4a5e-f1b4-4286-b8ba-e774d1de68ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10652 | 2024.08.14 22:36:37.748150 [ 3 ] {466c4a5e-f1b4-4286-b8ba-e774d1de68ed} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10653 | 2024.08.14 22:36:37.748188 [ 3 ] {466c4a5e-f1b4-4286-b8ba-e774d1de68ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10654 | 2024.08.14 22:36:37.748554 [ 3 ] {466c4a5e-f1b4-4286-b8ba-e774d1de68ed} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10655 | 2024.08.14 22:36:37.748893 [ 3 ] {466c4a5e-f1b4-4286-b8ba-e774d1de68ed} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10656 | 2024.08.14 22:36:37.749063 [ 3 ] {466c4a5e-f1b4-4286-b8ba-e774d1de68ed} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001594 sec., 48306.14805520703 rows/sec., 2.97 MiB/sec. | ||
10657 | 2024.08.14 22:36:37.749401 [ 3 ] {466c4a5e-f1b4-4286-b8ba-e774d1de68ed} <Debug> DynamicQueryHandler: Done processing query | ||
10658 | 2024.08.14 22:36:37.749438 [ 3 ] {466c4a5e-f1b4-4286-b8ba-e774d1de68ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10659 | 2024.08.14 22:36:37.749455 [ 3 ] {} <Debug> HTTP-Session: c4993ba3-9003-475a-b8af-e8dafe0581a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10660 | 2024.08.14 22:36:37.749698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 160916, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10661 | 2024.08.14 22:36:37.749749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10662 | 2024.08.14 22:36:37.749767 [ 3 ] {} <Debug> HTTP-Session: fddcf56f-78af-4107-b001-90d174744c0e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10663 | 2024.08.14 22:36:37.749783 [ 3 ] {} <Debug> HTTP-Session: fddcf56f-78af-4107-b001-90d174744c0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10664 | 2024.08.14 22:36:37.749797 [ 3 ] {} <Debug> HTTP-Session: fddcf56f-78af-4107-b001-90d174744c0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10665 | 2024.08.14 22:36:37.749829 [ 3 ] {} <Trace> HTTP-Session: fddcf56f-78af-4107-b001-90d174744c0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10666 | 2024.08.14 22:36:37.750299 [ 3 ] {91b4cf10-9e31-46ef-8fd6-c9c50e2cc05d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10667 | 2024.08.14 22:36:37.750348 [ 3 ] {91b4cf10-9e31-46ef-8fd6-c9c50e2cc05d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10668 | 2024.08.14 22:36:37.750519 [ 3 ] {91b4cf10-9e31-46ef-8fd6-c9c50e2cc05d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10669 | 2024.08.14 22:36:37.751297 [ 3 ] {91b4cf10-9e31-46ef-8fd6-c9c50e2cc05d} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10670 | 2024.08.14 22:36:37.751339 [ 3 ] {91b4cf10-9e31-46ef-8fd6-c9c50e2cc05d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10671 | 2024.08.14 22:36:37.751765 [ 3 ] {91b4cf10-9e31-46ef-8fd6-c9c50e2cc05d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
10672 | 2024.08.14 22:36:37.752112 [ 3 ] {91b4cf10-9e31-46ef-8fd6-c9c50e2cc05d} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10673 | 2024.08.14 22:36:37.752276 [ 3 ] {91b4cf10-9e31-46ef-8fd6-c9c50e2cc05d} <Debug> executeQuery: Read 847 rows, 58.38 KiB in 0.002251 sec., 376277.2101288316 rows/sec., 25.33 MiB/sec. | ||
10674 | 2024.08.14 22:36:37.752281 [ 37 ] {} <Debug> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
10675 | 2024.08.14 22:36:37.752406 [ 37 ] {} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10676 | 2024.08.14 22:36:37.752448 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10677 | 2024.08.14 22:36:37.752536 [ 3 ] {91b4cf10-9e31-46ef-8fd6-c9c50e2cc05d} <Debug> DynamicQueryHandler: Done processing query | ||
10678 | 2024.08.14 22:36:37.752614 [ 3 ] {91b4cf10-9e31-46ef-8fd6-c9c50e2cc05d} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
10679 | 2024.08.14 22:36:37.752684 [ 3 ] {} <Debug> HTTP-Session: fddcf56f-78af-4107-b001-90d174744c0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10680 | 2024.08.14 22:36:37.752803 [ 195 ] {d127de5d-82c0-4259-80d1-97db5b726b22::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 | ||
10681 | 2024.08.14 22:36:37.753009 [ 195 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10682 | 2024.08.14 22:36:37.753051 [ 195 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14127 rows starting from the beginning of the part | ||
10683 | 2024.08.14 22:36:37.753187 [ 195 ] {d127de5d-82c0-4259-80d1-97db5b726b22::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 | ||
10684 | 2024.08.14 22:36:37.753209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10685 | 2024.08.14 22:36:37.753442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10686 | 2024.08.14 22:36:37.753490 [ 195 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part | ||
10687 | 2024.08.14 22:36:37.753611 [ 3 ] {} <Debug> HTTP-Session: a61ef063-2914-4b6c-bcd6-e1cdcba70925 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10688 | 2024.08.14 22:36:37.753724 [ 3 ] {} <Debug> HTTP-Session: a61ef063-2914-4b6c-bcd6-e1cdcba70925 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10689 | 2024.08.14 22:36:37.753819 [ 195 ] {d127de5d-82c0-4259-80d1-97db5b726b22::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 | ||
10690 | 2024.08.14 22:36:37.753824 [ 3 ] {} <Debug> HTTP-Session: a61ef063-2914-4b6c-bcd6-e1cdcba70925 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10691 | 2024.08.14 22:36:37.753975 [ 3 ] {} <Trace> HTTP-Session: a61ef063-2914-4b6c-bcd6-e1cdcba70925 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10692 | 2024.08.14 22:36:37.754068 [ 195 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 161 rows starting from the beginning of the part | ||
10693 | 2024.08.14 22:36:37.754338 [ 195 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 847 rows starting from the beginning of the part | ||
10694 | 2024.08.14 22:36:37.754746 [ 3 ] {74ae4885-1b1c-44e3-a1ad-7fd5ddc72966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10695 | 2024.08.14 22:36:37.754897 [ 3 ] {74ae4885-1b1c-44e3-a1ad-7fd5ddc72966} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
10696 | 2024.08.14 22:36:37.756044 [ 3 ] {74ae4885-1b1c-44e3-a1ad-7fd5ddc72966} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10697 | 2024.08.14 22:36:37.756987 [ 3 ] {74ae4885-1b1c-44e3-a1ad-7fd5ddc72966} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10698 | 2024.08.14 22:36:37.757050 [ 3 ] {74ae4885-1b1c-44e3-a1ad-7fd5ddc72966} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10699 | 2024.08.14 22:36:37.758807 [ 3 ] {74ae4885-1b1c-44e3-a1ad-7fd5ddc72966} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10700 | 2024.08.14 22:36:37.759495 [ 3 ] {74ae4885-1b1c-44e3-a1ad-7fd5ddc72966} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10701 | 2024.08.14 22:36:37.759960 [ 3 ] {74ae4885-1b1c-44e3-a1ad-7fd5ddc72966} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.005644 sec., 1948.9723600283487 rows/sec., 3.49 MiB/sec. | ||
10702 | 2024.08.14 22:36:37.760346 [ 3 ] {74ae4885-1b1c-44e3-a1ad-7fd5ddc72966} <Debug> DynamicQueryHandler: Done processing query | ||
10703 | 2024.08.14 22:36:37.760388 [ 3 ] {74ae4885-1b1c-44e3-a1ad-7fd5ddc72966} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
10704 | 2024.08.14 22:36:37.760410 [ 3 ] {} <Debug> HTTP-Session: a61ef063-2914-4b6c-bcd6-e1cdcba70925 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10705 | 2024.08.14 22:36:37.760593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10706 | 2024.08.14 22:36:37.760665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10707 | 2024.08.14 22:36:37.760690 [ 3 ] {} <Debug> HTTP-Session: 15606fe8-ba55-4c5d-88f3-2398b136872a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10708 | 2024.08.14 22:36:37.760711 [ 3 ] {} <Debug> HTTP-Session: 15606fe8-ba55-4c5d-88f3-2398b136872a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10709 | 2024.08.14 22:36:37.760728 [ 3 ] {} <Debug> HTTP-Session: 15606fe8-ba55-4c5d-88f3-2398b136872a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10710 | 2024.08.14 22:36:37.760766 [ 3 ] {} <Trace> HTTP-Session: 15606fe8-ba55-4c5d-88f3-2398b136872a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10711 | 2024.08.14 22:36:37.760896 [ 3 ] {a7c18c57-142e-4eae-a648-9289fdee431d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10712 | 2024.08.14 22:36:37.760952 [ 3 ] {a7c18c57-142e-4eae-a648-9289fdee431d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10713 | 2024.08.14 22:36:37.761157 [ 3 ] {a7c18c57-142e-4eae-a648-9289fdee431d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10714 | 2024.08.14 22:36:37.761515 [ 3 ] {a7c18c57-142e-4eae-a648-9289fdee431d} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10715 | 2024.08.14 22:36:37.761560 [ 3 ] {a7c18c57-142e-4eae-a648-9289fdee431d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10716 | 2024.08.14 22:36:37.761998 [ 195 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15616 rows, containing 5 columns (5 merged, 0 gathered) in 0.009443738 sec., 1653582.511501272 rows/sec., 112.68 MiB/sec. | ||
10717 | 2024.08.14 22:36:37.762315 [ 3 ] {a7c18c57-142e-4eae-a648-9289fdee431d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
10718 | 2024.08.14 22:36:37.762494 [ 195 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
10719 | 2024.08.14 22:36:37.763206 [ 3 ] {a7c18c57-142e-4eae-a648-9289fdee431d} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10720 | 2024.08.14 22:36:37.763487 [ 37 ] {} <Debug> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
10721 | 2024.08.14 22:36:37.763529 [ 3 ] {a7c18c57-142e-4eae-a648-9289fdee431d} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.002666 sec., 8627.156789197299 rows/sec., 466.67 KiB/sec. | ||
10722 | 2024.08.14 22:36:37.763594 [ 37 ] {} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10723 | 2024.08.14 22:36:37.763609 [ 195 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10724 | 2024.08.14 22:36:37.763698 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10725 | 2024.08.14 22:36:37.764041 [ 195 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
10726 | 2024.08.14 22:36:37.764414 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.87 MiB. | ||
10727 | 2024.08.14 22:36:37.764534 [ 193 ] {4180da31-a909-4070-bdf9-4242cb91783a::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 | ||
10728 | 2024.08.14 22:36:37.764659 [ 3 ] {a7c18c57-142e-4eae-a648-9289fdee431d} <Debug> DynamicQueryHandler: Done processing query | ||
10729 | 2024.08.14 22:36:37.764721 [ 3 ] {a7c18c57-142e-4eae-a648-9289fdee431d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10730 | 2024.08.14 22:36:37.764755 [ 3 ] {} <Debug> HTTP-Session: 15606fe8-ba55-4c5d-88f3-2398b136872a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10731 | 2024.08.14 22:36:37.764872 [ 193 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10732 | 2024.08.14 22:36:37.764926 [ 193 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 487 rows starting from the beginning of the part | ||
10733 | 2024.08.14 22:36:37.764949 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10734 | 2024.08.14 22:36:37.765062 [ 193 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 23 rows starting from the beginning of the part | ||
10735 | 2024.08.14 22:36:37.765151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10736 | 2024.08.14 22:36:37.765279 [ 3 ] {} <Debug> HTTP-Session: 4980f661-f709-4ab9-9122-1fb06fe619d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10737 | 2024.08.14 22:36:37.765345 [ 193 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 23 rows starting from the beginning of the part | ||
10738 | 2024.08.14 22:36:37.765366 [ 3 ] {} <Debug> HTTP-Session: 4980f661-f709-4ab9-9122-1fb06fe619d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10739 | 2024.08.14 22:36:37.765447 [ 3 ] {} <Debug> HTTP-Session: 4980f661-f709-4ab9-9122-1fb06fe619d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10740 | 2024.08.14 22:36:37.765581 [ 3 ] {} <Trace> HTTP-Session: 4980f661-f709-4ab9-9122-1fb06fe619d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10741 | 2024.08.14 22:36:37.765634 [ 193 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 23 rows starting from the beginning of the part | ||
10742 | 2024.08.14 22:36:37.765909 [ 193 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 23 rows starting from the beginning of the part | ||
10743 | 2024.08.14 22:36:37.765925 [ 3 ] {0fdaa6ce-4595-4e6b-a339-bcb7af8e0d59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10744 | 2024.08.14 22:36:37.766110 [ 3 ] {0fdaa6ce-4595-4e6b-a339-bcb7af8e0d59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10745 | 2024.08.14 22:36:37.766191 [ 193 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 23 rows starting from the beginning of the part | ||
10746 | 2024.08.14 22:36:37.766906 [ 3 ] {0fdaa6ce-4595-4e6b-a339-bcb7af8e0d59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10747 | 2024.08.14 22:36:37.767765 [ 3 ] {0fdaa6ce-4595-4e6b-a339-bcb7af8e0d59} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10748 | 2024.08.14 22:36:37.767825 [ 3 ] {0fdaa6ce-4595-4e6b-a339-bcb7af8e0d59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10749 | 2024.08.14 22:36:37.768858 [ 3 ] {0fdaa6ce-4595-4e6b-a339-bcb7af8e0d59} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
10750 | 2024.08.14 22:36:37.769015 [ 186 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 602 rows, containing 4 columns (4 merged, 0 gathered) in 0.005152275 sec., 116841.58939497599 rows/sec., 6.27 MiB/sec. | ||
10751 | 2024.08.14 22:36:37.769364 [ 186 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
10752 | 2024.08.14 22:36:37.769506 [ 3 ] {0fdaa6ce-4595-4e6b-a339-bcb7af8e0d59} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10753 | 2024.08.14 22:36:37.769755 [ 37 ] {} <Debug> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
10754 | 2024.08.14 22:36:37.769839 [ 3 ] {0fdaa6ce-4595-4e6b-a339-bcb7af8e0d59} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004035 sec., 14869.88847583643 rows/sec., 1.00 MiB/sec. | ||
10755 | 2024.08.14 22:36:37.769854 [ 37 ] {} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10756 | 2024.08.14 22:36:37.769952 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10757 | 2024.08.14 22:36:37.770495 [ 194 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
10758 | 2024.08.14 22:36:37.770650 [ 3 ] {0fdaa6ce-4595-4e6b-a339-bcb7af8e0d59} <Debug> DynamicQueryHandler: Done processing query | ||
10759 | 2024.08.14 22:36:37.770731 [ 3 ] {0fdaa6ce-4595-4e6b-a339-bcb7af8e0d59} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10760 | 2024.08.14 22:36:37.770810 [ 3 ] {} <Debug> HTTP-Session: 4980f661-f709-4ab9-9122-1fb06fe619d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10761 | 2024.08.14 22:36:37.770876 [ 194 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10762 | 2024.08.14 22:36:37.770899 [ 186 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_26_5} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10763 | 2024.08.14 22:36:37.770931 [ 194 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2506 rows starting from the beginning of the part | ||
10764 | 2024.08.14 22:36:37.771046 [ 186 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_26_5} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
10765 | 2024.08.14 22:36:37.771089 [ 194 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
10766 | 2024.08.14 22:36:37.771421 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
10767 | 2024.08.14 22:36:37.771429 [ 194 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
10768 | 2024.08.14 22:36:37.771561 [ 194 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
10769 | 2024.08.14 22:36:37.771729 [ 194 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part | ||
10770 | 2024.08.14 22:36:37.771811 [ 194 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
10771 | 2024.08.14 22:36:37.773383 [ 188 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.003236398 sec., 867013.2659827375 rows/sec., 58.37 MiB/sec. | ||
10772 | 2024.08.14 22:36:37.773660 [ 186 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
10773 | 2024.08.14 22:36:37.774027 [ 186 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_51_10} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10774 | 2024.08.14 22:36:37.774106 [ 186 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_51_10} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
10775 | 2024.08.14 22:36:37.774177 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
10776 | 2024.08.14 22:36:41.085642 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10777 | 2024.08.14 22:36:41.085713 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10778 | 2024.08.14 22:36:42.843852 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10779 | 2024.08.14 22:36:42.843975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10780 | 2024.08.14 22:36:42.844003 [ 3 ] {} <Debug> HTTP-Session: 2c692b74-2649-48da-a3f2-e7585e469112 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10781 | 2024.08.14 22:36:42.844030 [ 3 ] {} <Debug> HTTP-Session: 2c692b74-2649-48da-a3f2-e7585e469112 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10782 | 2024.08.14 22:36:42.844048 [ 3 ] {} <Debug> HTTP-Session: 2c692b74-2649-48da-a3f2-e7585e469112 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10783 | 2024.08.14 22:36:42.844104 [ 3 ] {} <Trace> HTTP-Session: 2c692b74-2649-48da-a3f2-e7585e469112 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10784 | 2024.08.14 22:36:42.844305 [ 3 ] {23739a2c-5a0d-4f03-b367-d4dab750c961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10785 | 2024.08.14 22:36:42.844377 [ 3 ] {23739a2c-5a0d-4f03-b367-d4dab750c961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10786 | 2024.08.14 22:36:42.844591 [ 3 ] {23739a2c-5a0d-4f03-b367-d4dab750c961} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10787 | 2024.08.14 22:36:42.845052 [ 3 ] {23739a2c-5a0d-4f03-b367-d4dab750c961} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10788 | 2024.08.14 22:36:42.845093 [ 3 ] {23739a2c-5a0d-4f03-b367-d4dab750c961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10789 | 2024.08.14 22:36:42.845454 [ 3 ] {23739a2c-5a0d-4f03-b367-d4dab750c961} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10790 | 2024.08.14 22:36:42.845781 [ 3 ] {23739a2c-5a0d-4f03-b367-d4dab750c961} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10791 | 2024.08.14 22:36:42.845951 [ 3 ] {23739a2c-5a0d-4f03-b367-d4dab750c961} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001702 sec., 12338.425381903644 rows/sec., 1000.09 KiB/sec. | ||
10792 | 2024.08.14 22:36:42.846232 [ 3 ] {23739a2c-5a0d-4f03-b367-d4dab750c961} <Debug> DynamicQueryHandler: Done processing query | ||
10793 | 2024.08.14 22:36:42.846286 [ 3 ] {23739a2c-5a0d-4f03-b367-d4dab750c961} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10794 | 2024.08.14 22:36:42.846321 [ 3 ] {} <Debug> HTTP-Session: 2c692b74-2649-48da-a3f2-e7585e469112 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10795 | 2024.08.14 22:36:42.846445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10796 | 2024.08.14 22:36:42.846495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10797 | 2024.08.14 22:36:42.846514 [ 3 ] {} <Debug> HTTP-Session: e4ee5b1e-3db7-464c-8954-c60b1655be9f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10798 | 2024.08.14 22:36:42.846531 [ 3 ] {} <Debug> HTTP-Session: e4ee5b1e-3db7-464c-8954-c60b1655be9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10799 | 2024.08.14 22:36:42.846544 [ 3 ] {} <Debug> HTTP-Session: e4ee5b1e-3db7-464c-8954-c60b1655be9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10800 | 2024.08.14 22:36:42.846575 [ 3 ] {} <Trace> HTTP-Session: e4ee5b1e-3db7-464c-8954-c60b1655be9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10801 | 2024.08.14 22:36:42.846675 [ 3 ] {6921ba25-9206-4938-8088-b379c402e2d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10802 | 2024.08.14 22:36:42.846718 [ 3 ] {6921ba25-9206-4938-8088-b379c402e2d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10803 | 2024.08.14 22:36:42.846859 [ 3 ] {6921ba25-9206-4938-8088-b379c402e2d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10804 | 2024.08.14 22:36:42.847164 [ 3 ] {6921ba25-9206-4938-8088-b379c402e2d1} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10805 | 2024.08.14 22:36:42.847201 [ 3 ] {6921ba25-9206-4938-8088-b379c402e2d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10806 | 2024.08.14 22:36:42.847507 [ 3 ] {6921ba25-9206-4938-8088-b379c402e2d1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
10807 | 2024.08.14 22:36:42.847810 [ 3 ] {6921ba25-9206-4938-8088-b379c402e2d1} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10808 | 2024.08.14 22:36:42.847968 [ 3 ] {6921ba25-9206-4938-8088-b379c402e2d1} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001309 sec., 3055.7677616501146 rows/sec., 249.18 KiB/sec. | ||
10809 | 2024.08.14 22:36:42.848269 [ 3 ] {6921ba25-9206-4938-8088-b379c402e2d1} <Debug> DynamicQueryHandler: Done processing query | ||
10810 | 2024.08.14 22:36:42.848293 [ 3 ] {6921ba25-9206-4938-8088-b379c402e2d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10811 | 2024.08.14 22:36:42.848309 [ 3 ] {} <Debug> HTTP-Session: e4ee5b1e-3db7-464c-8954-c60b1655be9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10812 | 2024.08.14 22:36:42.848431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10813 | 2024.08.14 22:36:42.848480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10814 | 2024.08.14 22:36:42.848499 [ 3 ] {} <Debug> HTTP-Session: 0b1757b0-241b-4d72-9319-646cc368bdbe Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10815 | 2024.08.14 22:36:42.848515 [ 3 ] {} <Debug> HTTP-Session: 0b1757b0-241b-4d72-9319-646cc368bdbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10816 | 2024.08.14 22:36:42.848528 [ 3 ] {} <Debug> HTTP-Session: 0b1757b0-241b-4d72-9319-646cc368bdbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10817 | 2024.08.14 22:36:42.848559 [ 3 ] {} <Trace> HTTP-Session: 0b1757b0-241b-4d72-9319-646cc368bdbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10818 | 2024.08.14 22:36:42.848691 [ 3 ] {c6178171-682e-4707-bb7d-9adffa7e4bbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10819 | 2024.08.14 22:36:42.848733 [ 3 ] {c6178171-682e-4707-bb7d-9adffa7e4bbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10820 | 2024.08.14 22:36:42.848872 [ 3 ] {c6178171-682e-4707-bb7d-9adffa7e4bbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10821 | 2024.08.14 22:36:42.849266 [ 3 ] {c6178171-682e-4707-bb7d-9adffa7e4bbd} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10822 | 2024.08.14 22:36:42.849303 [ 3 ] {c6178171-682e-4707-bb7d-9adffa7e4bbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10823 | 2024.08.14 22:36:42.849609 [ 3 ] {c6178171-682e-4707-bb7d-9adffa7e4bbd} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10824 | 2024.08.14 22:36:42.849908 [ 3 ] {c6178171-682e-4707-bb7d-9adffa7e4bbd} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10825 | 2024.08.14 22:36:42.850058 [ 3 ] {c6178171-682e-4707-bb7d-9adffa7e4bbd} <Debug> executeQuery: Read 121 rows, 10.22 KiB in 0.001415 sec., 85512.36749116608 rows/sec., 7.06 MiB/sec. | ||
10826 | 2024.08.14 22:36:42.850058 [ 58 ] {} <Debug> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10827 | 2024.08.14 22:36:42.850165 [ 58 ] {} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10828 | 2024.08.14 22:36:42.850204 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10829 | 2024.08.14 22:36:42.850292 [ 3 ] {c6178171-682e-4707-bb7d-9adffa7e4bbd} <Debug> DynamicQueryHandler: Done processing query | ||
10830 | 2024.08.14 22:36:42.850377 [ 3 ] {c6178171-682e-4707-bb7d-9adffa7e4bbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10831 | 2024.08.14 22:36:42.850464 [ 3 ] {} <Debug> HTTP-Session: 0b1757b0-241b-4d72-9319-646cc368bdbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10832 | 2024.08.14 22:36:42.850554 [ 186 ] {99dad827-b692-4668-b096-a1f8f01ac229::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 | ||
10833 | 2024.08.14 22:36:42.850764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10834 | 2024.08.14 22:36:42.851068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10835 | 2024.08.14 22:36:42.851219 [ 3 ] {} <Debug> HTTP-Session: 40da77d7-2e81-4fc4-9443-259264d64a1f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10836 | 2024.08.14 22:36:42.851285 [ 186 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10837 | 2024.08.14 22:36:42.851314 [ 3 ] {} <Debug> HTTP-Session: 40da77d7-2e81-4fc4-9443-259264d64a1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10838 | 2024.08.14 22:36:42.851364 [ 3 ] {} <Debug> HTTP-Session: 40da77d7-2e81-4fc4-9443-259264d64a1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10839 | 2024.08.14 22:36:42.851363 [ 186 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1406 rows starting from the beginning of the part | ||
10840 | 2024.08.14 22:36:42.851431 [ 3 ] {} <Trace> HTTP-Session: 40da77d7-2e81-4fc4-9443-259264d64a1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10841 | 2024.08.14 22:36:42.851573 [ 186 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 119 rows starting from the beginning of the part | ||
10842 | 2024.08.14 22:36:42.851821 [ 3 ] {09930bac-45ec-400e-b326-ec91125c40c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10843 | 2024.08.14 22:36:42.851868 [ 186 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 195 rows starting from the beginning of the part | ||
10844 | 2024.08.14 22:36:42.851956 [ 3 ] {09930bac-45ec-400e-b326-ec91125c40c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10845 | 2024.08.14 22:36:42.852137 [ 186 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 120 rows starting from the beginning of the part | ||
10846 | 2024.08.14 22:36:42.852478 [ 186 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1337 rows starting from the beginning of the part | ||
10847 | 2024.08.14 22:36:42.852809 [ 186 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 121 rows starting from the beginning of the part | ||
10848 | 2024.08.14 22:36:42.853252 [ 3 ] {09930bac-45ec-400e-b326-ec91125c40c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10849 | 2024.08.14 22:36:42.853985 [ 3 ] {09930bac-45ec-400e-b326-ec91125c40c6} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10850 | 2024.08.14 22:36:42.854040 [ 3 ] {09930bac-45ec-400e-b326-ec91125c40c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10851 | 2024.08.14 22:36:42.854768 [ 3 ] {09930bac-45ec-400e-b326-ec91125c40c6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
10852 | 2024.08.14 22:36:42.855459 [ 3 ] {09930bac-45ec-400e-b326-ec91125c40c6} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10853 | 2024.08.14 22:36:42.855653 [ 3 ] {09930bac-45ec-400e-b326-ec91125c40c6} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.004002 sec., 999.5002498750624 rows/sec., 69.79 KiB/sec. | ||
10854 | 2024.08.14 22:36:42.856031 [ 3 ] {09930bac-45ec-400e-b326-ec91125c40c6} <Debug> DynamicQueryHandler: Done processing query | ||
10855 | 2024.08.14 22:36:42.856075 [ 3 ] {09930bac-45ec-400e-b326-ec91125c40c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10856 | 2024.08.14 22:36:42.856097 [ 3 ] {} <Debug> HTTP-Session: 40da77d7-2e81-4fc4-9443-259264d64a1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10857 | 2024.08.14 22:36:42.856111 [ 188 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3298 rows, containing 4 columns (4 merged, 0 gathered) in 0.005811545 sec., 567491.0888584704 rows/sec., 47.53 MiB/sec. | ||
10858 | 2024.08.14 22:36:42.856241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 15131, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10859 | 2024.08.14 22:36:42.856289 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10860 | 2024.08.14 22:36:42.856314 [ 3 ] {} <Debug> HTTP-Session: cd1b9bed-d92d-4e62-b60c-d4528999cd0a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10861 | 2024.08.14 22:36:42.856335 [ 3 ] {} <Debug> HTTP-Session: cd1b9bed-d92d-4e62-b60c-d4528999cd0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10862 | 2024.08.14 22:36:42.856350 [ 3 ] {} <Debug> HTTP-Session: cd1b9bed-d92d-4e62-b60c-d4528999cd0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10863 | 2024.08.14 22:36:42.856386 [ 3 ] {} <Trace> HTTP-Session: cd1b9bed-d92d-4e62-b60c-d4528999cd0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10864 | 2024.08.14 22:36:42.856403 [ 188 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10865 | 2024.08.14 22:36:42.856570 [ 3 ] {46d0892d-c9ab-4da6-aa66-f974693d5e05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10866 | 2024.08.14 22:36:42.856639 [ 3 ] {46d0892d-c9ab-4da6-aa66-f974693d5e05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10867 | 2024.08.14 22:36:42.856920 [ 3 ] {46d0892d-c9ab-4da6-aa66-f974693d5e05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10868 | 2024.08.14 22:36:42.857034 [ 188 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_56_11} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10869 | 2024.08.14 22:36:42.857128 [ 188 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_56_11} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10870 | 2024.08.14 22:36:42.857231 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
10871 | 2024.08.14 22:36:42.857345 [ 3 ] {46d0892d-c9ab-4da6-aa66-f974693d5e05} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10872 | 2024.08.14 22:36:42.857381 [ 3 ] {46d0892d-c9ab-4da6-aa66-f974693d5e05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10873 | 2024.08.14 22:36:42.857693 [ 3 ] {46d0892d-c9ab-4da6-aa66-f974693d5e05} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10874 | 2024.08.14 22:36:42.857992 [ 3 ] {46d0892d-c9ab-4da6-aa66-f974693d5e05} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10875 | 2024.08.14 22:36:42.858144 [ 54 ] {} <Debug> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10876 | 2024.08.14 22:36:42.858152 [ 3 ] {46d0892d-c9ab-4da6-aa66-f974693d5e05} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001659 sec., 53646.775165762505 rows/sec., 4.19 MiB/sec. | ||
10877 | 2024.08.14 22:36:42.858200 [ 54 ] {} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10878 | 2024.08.14 22:36:42.858265 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10879 | 2024.08.14 22:36:42.858466 [ 3 ] {46d0892d-c9ab-4da6-aa66-f974693d5e05} <Debug> DynamicQueryHandler: Done processing query | ||
10880 | 2024.08.14 22:36:42.858471 [ 191 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::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 | ||
10881 | 2024.08.14 22:36:42.858501 [ 3 ] {46d0892d-c9ab-4da6-aa66-f974693d5e05} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10882 | 2024.08.14 22:36:42.858555 [ 3 ] {} <Debug> HTTP-Session: cd1b9bed-d92d-4e62-b60c-d4528999cd0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10883 | 2024.08.14 22:36:42.858689 [ 191 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10884 | 2024.08.14 22:36:42.858733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 31040, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10885 | 2024.08.14 22:36:42.858744 [ 191 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 904 rows starting from the beginning of the part | ||
10886 | 2024.08.14 22:36:42.858819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10887 | 2024.08.14 22:36:42.858883 [ 3 ] {} <Debug> HTTP-Session: b0a3020e-0928-45e3-8325-c375bb41b8b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10888 | 2024.08.14 22:36:42.858928 [ 191 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 85 rows starting from the beginning of the part | ||
10889 | 2024.08.14 22:36:42.858969 [ 3 ] {} <Debug> HTTP-Session: b0a3020e-0928-45e3-8325-c375bb41b8b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10890 | 2024.08.14 22:36:42.859046 [ 3 ] {} <Debug> HTTP-Session: b0a3020e-0928-45e3-8325-c375bb41b8b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10891 | 2024.08.14 22:36:42.859182 [ 191 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 395 rows starting from the beginning of the part | ||
10892 | 2024.08.14 22:36:42.859278 [ 3 ] {} <Trace> HTTP-Session: b0a3020e-0928-45e3-8325-c375bb41b8b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10893 | 2024.08.14 22:36:42.859457 [ 191 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 87 rows starting from the beginning of the part | ||
10894 | 2024.08.14 22:36:42.859766 [ 191 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 855 rows starting from the beginning of the part | ||
10895 | 2024.08.14 22:36:42.859994 [ 3 ] {e92a74ee-3aa7-4b31-bf89-005e6fd31b38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10896 | 2024.08.14 22:36:42.860022 [ 191 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 89 rows starting from the beginning of the part | ||
10897 | 2024.08.14 22:36:42.860282 [ 3 ] {e92a74ee-3aa7-4b31-bf89-005e6fd31b38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10898 | 2024.08.14 22:36:42.860935 [ 3 ] {e92a74ee-3aa7-4b31-bf89-005e6fd31b38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10899 | 2024.08.14 22:36:42.861857 [ 3 ] {e92a74ee-3aa7-4b31-bf89-005e6fd31b38} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10900 | 2024.08.14 22:36:42.861927 [ 3 ] {e92a74ee-3aa7-4b31-bf89-005e6fd31b38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10901 | 2024.08.14 22:36:42.862709 [ 3 ] {e92a74ee-3aa7-4b31-bf89-005e6fd31b38} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10902 | 2024.08.14 22:36:42.863423 [ 187 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2415 rows, containing 4 columns (4 merged, 0 gathered) in 0.005040164 sec., 479151.07524278975 rows/sec., 34.80 MiB/sec. | ||
10903 | 2024.08.14 22:36:42.863639 [ 3 ] {e92a74ee-3aa7-4b31-bf89-005e6fd31b38} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10904 | 2024.08.14 22:36:42.863703 [ 187 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10905 | 2024.08.14 22:36:42.863928 [ 3 ] {e92a74ee-3aa7-4b31-bf89-005e6fd31b38} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.004184 sec., 38718.9292543021 rows/sec., 2.70 MiB/sec. | ||
10906 | 2024.08.14 22:36:42.864491 [ 3 ] {e92a74ee-3aa7-4b31-bf89-005e6fd31b38} <Debug> DynamicQueryHandler: Done processing query | ||
10907 | 2024.08.14 22:36:42.864534 [ 3 ] {e92a74ee-3aa7-4b31-bf89-005e6fd31b38} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10908 | 2024.08.14 22:36:42.864559 [ 3 ] {} <Debug> HTTP-Session: b0a3020e-0928-45e3-8325-c375bb41b8b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10909 | 2024.08.14 22:36:42.864676 [ 187 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_56_11} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10910 | 2024.08.14 22:36:42.864753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33770, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10911 | 2024.08.14 22:36:42.864854 [ 187 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_56_11} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10912 | 2024.08.14 22:36:42.864864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10913 | 2024.08.14 22:36:42.864905 [ 3 ] {} <Debug> HTTP-Session: 02b52941-f539-4701-ac65-51118ee26590 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10914 | 2024.08.14 22:36:42.864951 [ 3 ] {} <Debug> HTTP-Session: 02b52941-f539-4701-ac65-51118ee26590 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10915 | 2024.08.14 22:36:42.864987 [ 3 ] {} <Debug> HTTP-Session: 02b52941-f539-4701-ac65-51118ee26590 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10916 | 2024.08.14 22:36:42.865005 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
10917 | 2024.08.14 22:36:42.865047 [ 3 ] {} <Trace> HTTP-Session: 02b52941-f539-4701-ac65-51118ee26590 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10918 | 2024.08.14 22:36:42.865362 [ 3 ] {68d612d3-bfa2-4e99-a02a-3c71d39cbe3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10919 | 2024.08.14 22:36:42.865435 [ 3 ] {68d612d3-bfa2-4e99-a02a-3c71d39cbe3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
10920 | 2024.08.14 22:36:42.865899 [ 3 ] {68d612d3-bfa2-4e99-a02a-3c71d39cbe3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10921 | 2024.08.14 22:36:42.866526 [ 3 ] {68d612d3-bfa2-4e99-a02a-3c71d39cbe3e} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10922 | 2024.08.14 22:36:42.866563 [ 3 ] {68d612d3-bfa2-4e99-a02a-3c71d39cbe3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10923 | 2024.08.14 22:36:42.867180 [ 3 ] {68d612d3-bfa2-4e99-a02a-3c71d39cbe3e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10924 | 2024.08.14 22:36:42.867596 [ 3 ] {68d612d3-bfa2-4e99-a02a-3c71d39cbe3e} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10925 | 2024.08.14 22:36:42.867797 [ 3 ] {68d612d3-bfa2-4e99-a02a-3c71d39cbe3e} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002638 sec., 7960.576194086429 rows/sec., 14.26 MiB/sec. | ||
10926 | 2024.08.14 22:36:42.868287 [ 3 ] {68d612d3-bfa2-4e99-a02a-3c71d39cbe3e} <Debug> DynamicQueryHandler: Done processing query | ||
10927 | 2024.08.14 22:36:42.868317 [ 3 ] {68d612d3-bfa2-4e99-a02a-3c71d39cbe3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
10928 | 2024.08.14 22:36:42.868334 [ 3 ] {} <Debug> HTTP-Session: 02b52941-f539-4701-ac65-51118ee26590 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10929 | 2024.08.14 22:36:42.868447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10930 | 2024.08.14 22:36:42.868496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10931 | 2024.08.14 22:36:42.868516 [ 3 ] {} <Debug> HTTP-Session: 02f734c8-8d73-4743-b264-a10a1d20f527 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10932 | 2024.08.14 22:36:42.868532 [ 3 ] {} <Debug> HTTP-Session: 02f734c8-8d73-4743-b264-a10a1d20f527 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10933 | 2024.08.14 22:36:42.868546 [ 3 ] {} <Debug> HTTP-Session: 02f734c8-8d73-4743-b264-a10a1d20f527 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10934 | 2024.08.14 22:36:42.868575 [ 3 ] {} <Trace> HTTP-Session: 02f734c8-8d73-4743-b264-a10a1d20f527 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10935 | 2024.08.14 22:36:42.868696 [ 3 ] {b7b8519a-f8f1-4a8e-b73a-148053b8e949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10936 | 2024.08.14 22:36:42.868742 [ 3 ] {b7b8519a-f8f1-4a8e-b73a-148053b8e949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10937 | 2024.08.14 22:36:42.868892 [ 3 ] {b7b8519a-f8f1-4a8e-b73a-148053b8e949} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10938 | 2024.08.14 22:36:42.869333 [ 3 ] {b7b8519a-f8f1-4a8e-b73a-148053b8e949} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10939 | 2024.08.14 22:36:42.869371 [ 3 ] {b7b8519a-f8f1-4a8e-b73a-148053b8e949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10940 | 2024.08.14 22:36:42.869726 [ 3 ] {b7b8519a-f8f1-4a8e-b73a-148053b8e949} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10941 | 2024.08.14 22:36:42.870051 [ 3 ] {b7b8519a-f8f1-4a8e-b73a-148053b8e949} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10942 | 2024.08.14 22:36:42.870194 [ 3 ] {b7b8519a-f8f1-4a8e-b73a-148053b8e949} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001536 sec., 39062.5 rows/sec., 2.63 MiB/sec. | ||
10943 | 2024.08.14 22:36:42.870359 [ 3 ] {b7b8519a-f8f1-4a8e-b73a-148053b8e949} <Debug> DynamicQueryHandler: Done processing query | ||
10944 | 2024.08.14 22:36:42.870384 [ 3 ] {b7b8519a-f8f1-4a8e-b73a-148053b8e949} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10945 | 2024.08.14 22:36:42.870401 [ 3 ] {} <Debug> HTTP-Session: 02f734c8-8d73-4743-b264-a10a1d20f527 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10946 | 2024.08.14 22:36:47.846509 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10947 | 2024.08.14 22:36:47.846646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10948 | 2024.08.14 22:36:47.846675 [ 3 ] {} <Debug> HTTP-Session: 3f7db4bf-acf4-4031-8c7d-705a2a8268bc Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10949 | 2024.08.14 22:36:47.846701 [ 3 ] {} <Debug> HTTP-Session: 3f7db4bf-acf4-4031-8c7d-705a2a8268bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10950 | 2024.08.14 22:36:47.846718 [ 3 ] {} <Debug> HTTP-Session: 3f7db4bf-acf4-4031-8c7d-705a2a8268bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10951 | 2024.08.14 22:36:47.846773 [ 3 ] {} <Trace> HTTP-Session: 3f7db4bf-acf4-4031-8c7d-705a2a8268bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10952 | 2024.08.14 22:36:47.846981 [ 3 ] {6285cdcb-2d07-44c9-a16c-3cc02f597703} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10953 | 2024.08.14 22:36:47.847055 [ 3 ] {6285cdcb-2d07-44c9-a16c-3cc02f597703} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10954 | 2024.08.14 22:36:47.847254 [ 3 ] {6285cdcb-2d07-44c9-a16c-3cc02f597703} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10955 | 2024.08.14 22:36:47.847664 [ 3 ] {6285cdcb-2d07-44c9-a16c-3cc02f597703} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10956 | 2024.08.14 22:36:47.847711 [ 3 ] {6285cdcb-2d07-44c9-a16c-3cc02f597703} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10957 | 2024.08.14 22:36:47.848086 [ 3 ] {6285cdcb-2d07-44c9-a16c-3cc02f597703} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10958 | 2024.08.14 22:36:47.848416 [ 3 ] {6285cdcb-2d07-44c9-a16c-3cc02f597703} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10959 | 2024.08.14 22:36:47.848586 [ 3 ] {6285cdcb-2d07-44c9-a16c-3cc02f597703} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001665 sec., 10210.21021021021 rows/sec., 739.61 KiB/sec. | ||
10960 | 2024.08.14 22:36:47.848586 [ 66 ] {} <Debug> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10961 | 2024.08.14 22:36:47.848695 [ 66 ] {} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10962 | 2024.08.14 22:36:47.848745 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10963 | 2024.08.14 22:36:47.848869 [ 3 ] {6285cdcb-2d07-44c9-a16c-3cc02f597703} <Debug> DynamicQueryHandler: Done processing query | ||
10964 | 2024.08.14 22:36:47.848923 [ 3 ] {6285cdcb-2d07-44c9-a16c-3cc02f597703} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10965 | 2024.08.14 22:36:47.848946 [ 3 ] {} <Debug> HTTP-Session: 3f7db4bf-acf4-4031-8c7d-705a2a8268bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10966 | 2024.08.14 22:36:47.848955 [ 197 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::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 | ||
10967 | 2024.08.14 22:36:47.849158 [ 197 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10968 | 2024.08.14 22:36:47.849204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 29344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10969 | 2024.08.14 22:36:47.849222 [ 197 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 38 rows starting from the beginning of the part | ||
10970 | 2024.08.14 22:36:47.849296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10971 | 2024.08.14 22:36:47.849398 [ 3 ] {} <Debug> HTTP-Session: 9b53eba3-b756-4a55-ad39-ed3d2b25f259 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10972 | 2024.08.14 22:36:47.849427 [ 197 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 17 rows starting from the beginning of the part | ||
10973 | 2024.08.14 22:36:47.849484 [ 3 ] {} <Debug> HTTP-Session: 9b53eba3-b756-4a55-ad39-ed3d2b25f259 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10974 | 2024.08.14 22:36:47.849546 [ 3 ] {} <Debug> HTTP-Session: 9b53eba3-b756-4a55-ad39-ed3d2b25f259 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10975 | 2024.08.14 22:36:47.849746 [ 197 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 21 rows starting from the beginning of the part | ||
10976 | 2024.08.14 22:36:47.849803 [ 3 ] {} <Trace> HTTP-Session: 9b53eba3-b756-4a55-ad39-ed3d2b25f259 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10977 | 2024.08.14 22:36:47.850021 [ 197 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 17 rows starting from the beginning of the part | ||
10978 | 2024.08.14 22:36:47.850256 [ 197 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 21 rows starting from the beginning of the part | ||
10979 | 2024.08.14 22:36:47.850444 [ 3 ] {cd2a70e3-3fa0-484c-9262-0204c18e088e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10980 | 2024.08.14 22:36:47.850527 [ 197 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 17 rows starting from the beginning of the part | ||
10981 | 2024.08.14 22:36:47.850582 [ 3 ] {cd2a70e3-3fa0-484c-9262-0204c18e088e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10982 | 2024.08.14 22:36:47.851264 [ 3 ] {cd2a70e3-3fa0-484c-9262-0204c18e088e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10983 | 2024.08.14 22:36:47.852313 [ 3 ] {cd2a70e3-3fa0-484c-9262-0204c18e088e} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10984 | 2024.08.14 22:36:47.852378 [ 3 ] {cd2a70e3-3fa0-484c-9262-0204c18e088e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
10985 | 2024.08.14 22:36:47.853305 [ 3 ] {cd2a70e3-3fa0-484c-9262-0204c18e088e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10986 | 2024.08.14 22:36:47.853305 [ 197 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 131 rows, containing 4 columns (4 merged, 0 gathered) in 0.004465445 sec., 29336.38192834085 rows/sec., 2.19 MiB/sec. | ||
10987 | 2024.08.14 22:36:47.853632 [ 187 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10988 | 2024.08.14 22:36:47.853914 [ 3 ] {cd2a70e3-3fa0-484c-9262-0204c18e088e} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10989 | 2024.08.14 22:36:47.854409 [ 3 ] {cd2a70e3-3fa0-484c-9262-0204c18e088e} <Debug> executeQuery: Read 194 rows, 17.54 KiB in 0.004274 sec., 45390.73467477773 rows/sec., 4.01 MiB/sec. | ||
10990 | 2024.08.14 22:36:47.854721 [ 3 ] {cd2a70e3-3fa0-484c-9262-0204c18e088e} <Debug> DynamicQueryHandler: Done processing query | ||
10991 | 2024.08.14 22:36:47.854730 [ 187 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_56_11} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10992 | 2024.08.14 22:36:47.854762 [ 3 ] {cd2a70e3-3fa0-484c-9262-0204c18e088e} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
10993 | 2024.08.14 22:36:47.854810 [ 3 ] {} <Debug> HTTP-Session: 9b53eba3-b756-4a55-ad39-ed3d2b25f259 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10994 | 2024.08.14 22:36:47.854912 [ 187 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_56_11} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10995 | 2024.08.14 22:36:47.855062 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
10996 | 2024.08.14 22:36:47.855074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 63412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10997 | 2024.08.14 22:36:47.855147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10998 | 2024.08.14 22:36:47.855165 [ 3 ] {} <Debug> HTTP-Session: 36c44dad-a4f9-4aec-9391-e65a6eda933e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
10999 | 2024.08.14 22:36:47.855182 [ 3 ] {} <Debug> HTTP-Session: 36c44dad-a4f9-4aec-9391-e65a6eda933e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11000 | 2024.08.14 22:36:47.855195 [ 3 ] {} <Debug> HTTP-Session: 36c44dad-a4f9-4aec-9391-e65a6eda933e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11001 | 2024.08.14 22:36:47.855228 [ 3 ] {} <Trace> HTTP-Session: 36c44dad-a4f9-4aec-9391-e65a6eda933e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11002 | 2024.08.14 22:36:47.855439 [ 3 ] {52aab8f8-e42b-4d24-8739-e9eec61b0bc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11003 | 2024.08.14 22:36:47.855486 [ 3 ] {52aab8f8-e42b-4d24-8739-e9eec61b0bc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11004 | 2024.08.14 22:36:47.855636 [ 3 ] {52aab8f8-e42b-4d24-8739-e9eec61b0bc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11005 | 2024.08.14 22:36:47.856153 [ 3 ] {52aab8f8-e42b-4d24-8739-e9eec61b0bc6} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11006 | 2024.08.14 22:36:47.856188 [ 3 ] {52aab8f8-e42b-4d24-8739-e9eec61b0bc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11007 | 2024.08.14 22:36:47.856516 [ 3 ] {52aab8f8-e42b-4d24-8739-e9eec61b0bc6} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11008 | 2024.08.14 22:36:47.856819 [ 3 ] {52aab8f8-e42b-4d24-8739-e9eec61b0bc6} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11009 | 2024.08.14 22:36:47.856942 [ 3 ] {52aab8f8-e42b-4d24-8739-e9eec61b0bc6} <Debug> executeQuery: Read 393 rows, 28.36 KiB in 0.001622 sec., 242293.46485819976 rows/sec., 17.07 MiB/sec. | ||
11010 | 2024.08.14 22:36:47.857097 [ 3 ] {52aab8f8-e42b-4d24-8739-e9eec61b0bc6} <Debug> DynamicQueryHandler: Done processing query | ||
11011 | 2024.08.14 22:36:47.857121 [ 3 ] {52aab8f8-e42b-4d24-8739-e9eec61b0bc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
11012 | 2024.08.14 22:36:47.857136 [ 3 ] {} <Debug> HTTP-Session: 36c44dad-a4f9-4aec-9391-e65a6eda933e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11013 | 2024.08.14 22:36:47.857427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11014 | 2024.08.14 22:36:47.857475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11015 | 2024.08.14 22:36:47.857494 [ 3 ] {} <Debug> HTTP-Session: 1425e199-d85b-4544-ba69-5e1c80d3608b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11016 | 2024.08.14 22:36:47.857510 [ 3 ] {} <Debug> HTTP-Session: 1425e199-d85b-4544-ba69-5e1c80d3608b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11017 | 2024.08.14 22:36:47.857523 [ 3 ] {} <Debug> HTTP-Session: 1425e199-d85b-4544-ba69-5e1c80d3608b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11018 | 2024.08.14 22:36:47.857554 [ 3 ] {} <Trace> HTTP-Session: 1425e199-d85b-4544-ba69-5e1c80d3608b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11019 | 2024.08.14 22:36:47.857658 [ 3 ] {a19049e3-45de-4f30-b457-b157c5987259} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11020 | 2024.08.14 22:36:47.857703 [ 3 ] {a19049e3-45de-4f30-b457-b157c5987259} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11021 | 2024.08.14 22:36:47.857829 [ 3 ] {a19049e3-45de-4f30-b457-b157c5987259} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11022 | 2024.08.14 22:36:47.858085 [ 3 ] {a19049e3-45de-4f30-b457-b157c5987259} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11023 | 2024.08.14 22:36:47.858119 [ 3 ] {a19049e3-45de-4f30-b457-b157c5987259} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11024 | 2024.08.14 22:36:47.858473 [ 3 ] {a19049e3-45de-4f30-b457-b157c5987259} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11025 | 2024.08.14 22:36:47.858788 [ 3 ] {a19049e3-45de-4f30-b457-b157c5987259} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11026 | 2024.08.14 22:36:47.858909 [ 64 ] {} <Debug> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
11027 | 2024.08.14 22:36:47.858914 [ 3 ] {a19049e3-45de-4f30-b457-b157c5987259} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00128 sec., 4687.5 rows/sec., 201.42 KiB/sec. | ||
11028 | 2024.08.14 22:36:47.858950 [ 64 ] {} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11029 | 2024.08.14 22:36:47.858988 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11030 | 2024.08.14 22:36:47.859163 [ 3 ] {a19049e3-45de-4f30-b457-b157c5987259} <Debug> DynamicQueryHandler: Done processing query | ||
11031 | 2024.08.14 22:36:47.859177 [ 201 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
11032 | 2024.08.14 22:36:47.859196 [ 3 ] {a19049e3-45de-4f30-b457-b157c5987259} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11033 | 2024.08.14 22:36:47.859258 [ 3 ] {} <Debug> HTTP-Session: 1425e199-d85b-4544-ba69-5e1c80d3608b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11034 | 2024.08.14 22:36:47.859384 [ 201 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11035 | 2024.08.14 22:36:47.859414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11036 | 2024.08.14 22:36:47.859448 [ 201 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
11037 | 2024.08.14 22:36:47.859510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11038 | 2024.08.14 22:36:47.859632 [ 3 ] {} <Debug> HTTP-Session: 84a48fdf-b44d-446f-a4c5-4ee5d0af54ce Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11039 | 2024.08.14 22:36:47.859692 [ 201 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
11040 | 2024.08.14 22:36:47.859712 [ 3 ] {} <Debug> HTTP-Session: 84a48fdf-b44d-446f-a4c5-4ee5d0af54ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11041 | 2024.08.14 22:36:47.859794 [ 3 ] {} <Debug> HTTP-Session: 84a48fdf-b44d-446f-a4c5-4ee5d0af54ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11042 | 2024.08.14 22:36:47.859940 [ 3 ] {} <Trace> HTTP-Session: 84a48fdf-b44d-446f-a4c5-4ee5d0af54ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11043 | 2024.08.14 22:36:47.860013 [ 201 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
11044 | 2024.08.14 22:36:47.860310 [ 201 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
11045 | 2024.08.14 22:36:47.860325 [ 3 ] {778f67f1-28c8-4966-9f62-92499d645917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
11046 | 2024.08.14 22:36:47.860525 [ 3 ] {778f67f1-28c8-4966-9f62-92499d645917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
11047 | 2024.08.14 22:36:47.860602 [ 201 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
11048 | 2024.08.14 22:36:47.860941 [ 201 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
11049 | 2024.08.14 22:36:47.861620 [ 3 ] {778f67f1-28c8-4966-9f62-92499d645917} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11050 | 2024.08.14 22:36:47.862476 [ 3 ] {778f67f1-28c8-4966-9f62-92499d645917} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11051 | 2024.08.14 22:36:47.862541 [ 3 ] {778f67f1-28c8-4966-9f62-92499d645917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11052 | 2024.08.14 22:36:47.863681 [ 3 ] {778f67f1-28c8-4966-9f62-92499d645917} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11053 | 2024.08.14 22:36:47.863741 [ 190 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.004657917 sec., 33491.365346355466 rows/sec., 1.41 MiB/sec. | ||
11054 | 2024.08.14 22:36:47.863999 [ 190 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
11055 | 2024.08.14 22:36:47.864302 [ 3 ] {778f67f1-28c8-4966-9f62-92499d645917} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11056 | 2024.08.14 22:36:47.864676 [ 64 ] {} <Debug> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
11057 | 2024.08.14 22:36:47.864751 [ 3 ] {778f67f1-28c8-4966-9f62-92499d645917} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004607 sec., 16713.696548730193 rows/sec., 1.03 MiB/sec. | ||
11058 | 2024.08.14 22:36:47.864756 [ 64 ] {} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11059 | 2024.08.14 22:36:47.864840 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11060 | 2024.08.14 22:36:47.865214 [ 190 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_26_5} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11061 | 2024.08.14 22:36:47.865268 [ 198 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::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 | ||
11062 | 2024.08.14 22:36:47.865350 [ 3 ] {778f67f1-28c8-4966-9f62-92499d645917} <Debug> DynamicQueryHandler: Done processing query | ||
11063 | 2024.08.14 22:36:47.865414 [ 3 ] {778f67f1-28c8-4966-9f62-92499d645917} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11064 | 2024.08.14 22:36:47.865446 [ 190 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_26_5} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
11065 | 2024.08.14 22:36:47.865507 [ 3 ] {} <Debug> HTTP-Session: 84a48fdf-b44d-446f-a4c5-4ee5d0af54ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11066 | 2024.08.14 22:36:47.865669 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11067 | 2024.08.14 22:36:47.865679 [ 198 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11068 | 2024.08.14 22:36:47.865725 [ 198 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1617 rows starting from the beginning of the part | ||
11069 | 2024.08.14 22:36:47.865782 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11070 | 2024.08.14 22:36:47.865910 [ 198 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 77 rows starting from the beginning of the part | ||
11071 | 2024.08.14 22:36:47.865948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11072 | 2024.08.14 22:36:47.866008 [ 3 ] {} <Debug> HTTP-Session: 7972b2ef-8c78-4e60-a30a-fb3cc6683798 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11073 | 2024.08.14 22:36:47.866087 [ 3 ] {} <Debug> HTTP-Session: 7972b2ef-8c78-4e60-a30a-fb3cc6683798 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11074 | 2024.08.14 22:36:47.866176 [ 3 ] {} <Debug> HTTP-Session: 7972b2ef-8c78-4e60-a30a-fb3cc6683798 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11075 | 2024.08.14 22:36:47.866193 [ 198 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 77 rows starting from the beginning of the part | ||
11076 | 2024.08.14 22:36:47.866289 [ 3 ] {} <Trace> HTTP-Session: 7972b2ef-8c78-4e60-a30a-fb3cc6683798 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11077 | 2024.08.14 22:36:47.866451 [ 198 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 77 rows starting from the beginning of the part | ||
11078 | 2024.08.14 22:36:47.866632 [ 198 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 77 rows starting from the beginning of the part | ||
11079 | 2024.08.14 22:36:47.866757 [ 3 ] {187f55cf-846d-4023-9ae2-8d11a9aaea08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11080 | 2024.08.14 22:36:47.866911 [ 198 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 77 rows starting from the beginning of the part | ||
11081 | 2024.08.14 22:36:47.866994 [ 3 ] {187f55cf-846d-4023-9ae2-8d11a9aaea08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11082 | 2024.08.14 22:36:47.867723 [ 3 ] {187f55cf-846d-4023-9ae2-8d11a9aaea08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11083 | 2024.08.14 22:36:47.868598 [ 3 ] {187f55cf-846d-4023-9ae2-8d11a9aaea08} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11084 | 2024.08.14 22:36:47.868673 [ 3 ] {187f55cf-846d-4023-9ae2-8d11a9aaea08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11085 | 2024.08.14 22:36:47.869579 [ 3 ] {187f55cf-846d-4023-9ae2-8d11a9aaea08} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
11086 | 2024.08.14 22:36:47.870042 [ 198 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2002 rows, containing 5 columns (5 merged, 0 gathered) in 0.005027714 sec., 398192.8964137578 rows/sec., 24.52 MiB/sec. | ||
11087 | 2024.08.14 22:36:47.870301 [ 198 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
11088 | 2024.08.14 22:36:47.870454 [ 3 ] {187f55cf-846d-4023-9ae2-8d11a9aaea08} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11089 | 2024.08.14 22:36:47.870783 [ 3 ] {187f55cf-846d-4023-9ae2-8d11a9aaea08} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00423 sec., 37825.05910165484 rows/sec., 2.63 MiB/sec. | ||
11090 | 2024.08.14 22:36:47.871267 [ 3 ] {187f55cf-846d-4023-9ae2-8d11a9aaea08} <Debug> DynamicQueryHandler: Done processing query | ||
11091 | 2024.08.14 22:36:47.871295 [ 3 ] {187f55cf-846d-4023-9ae2-8d11a9aaea08} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11092 | 2024.08.14 22:36:47.871334 [ 3 ] {} <Debug> HTTP-Session: 7972b2ef-8c78-4e60-a30a-fb3cc6683798 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11093 | 2024.08.14 22:36:47.871375 [ 198 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_26_5} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11094 | 2024.08.14 22:36:47.871466 [ 198 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_26_5} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
11095 | 2024.08.14 22:36:47.871542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17721, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11096 | 2024.08.14 22:36:47.871606 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
11097 | 2024.08.14 22:36:47.871655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11098 | 2024.08.14 22:36:47.871679 [ 3 ] {} <Debug> HTTP-Session: 69d03579-1ef8-4e1e-ad41-364f3647afdc Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11099 | 2024.08.14 22:36:47.871695 [ 3 ] {} <Debug> HTTP-Session: 69d03579-1ef8-4e1e-ad41-364f3647afdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11100 | 2024.08.14 22:36:47.871709 [ 3 ] {} <Debug> HTTP-Session: 69d03579-1ef8-4e1e-ad41-364f3647afdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11101 | 2024.08.14 22:36:47.871740 [ 3 ] {} <Trace> HTTP-Session: 69d03579-1ef8-4e1e-ad41-364f3647afdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11102 | 2024.08.14 22:36:47.871983 [ 3 ] {83ef4428-51ca-4fef-8125-e4cf121b8b33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11103 | 2024.08.14 22:36:47.872054 [ 3 ] {83ef4428-51ca-4fef-8125-e4cf121b8b33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
11104 | 2024.08.14 22:36:47.872508 [ 3 ] {83ef4428-51ca-4fef-8125-e4cf121b8b33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11105 | 2024.08.14 22:36:47.873030 [ 3 ] {83ef4428-51ca-4fef-8125-e4cf121b8b33} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11106 | 2024.08.14 22:36:47.873064 [ 3 ] {83ef4428-51ca-4fef-8125-e4cf121b8b33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11107 | 2024.08.14 22:36:47.873654 [ 3 ] {83ef4428-51ca-4fef-8125-e4cf121b8b33} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
11108 | 2024.08.14 22:36:47.874138 [ 3 ] {83ef4428-51ca-4fef-8125-e4cf121b8b33} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11109 | 2024.08.14 22:36:47.874330 [ 3 ] {83ef4428-51ca-4fef-8125-e4cf121b8b33} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002509 sec., 4384.21681944998 rows/sec., 7.86 MiB/sec. | ||
11110 | 2024.08.14 22:36:47.874593 [ 3 ] {83ef4428-51ca-4fef-8125-e4cf121b8b33} <Debug> DynamicQueryHandler: Done processing query | ||
11111 | 2024.08.14 22:36:47.874624 [ 3 ] {83ef4428-51ca-4fef-8125-e4cf121b8b33} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
11112 | 2024.08.14 22:36:47.874644 [ 3 ] {} <Debug> HTTP-Session: 69d03579-1ef8-4e1e-ad41-364f3647afdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11113 | 2024.08.14 22:36:47.874777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11114 | 2024.08.14 22:36:47.874834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11115 | 2024.08.14 22:36:47.874858 [ 3 ] {} <Debug> HTTP-Session: 06dfbf88-2384-4f71-bff4-88b33b657a98 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11116 | 2024.08.14 22:36:47.874878 [ 3 ] {} <Debug> HTTP-Session: 06dfbf88-2384-4f71-bff4-88b33b657a98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11117 | 2024.08.14 22:36:47.874895 [ 3 ] {} <Debug> HTTP-Session: 06dfbf88-2384-4f71-bff4-88b33b657a98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11118 | 2024.08.14 22:36:47.874933 [ 3 ] {} <Trace> HTTP-Session: 06dfbf88-2384-4f71-bff4-88b33b657a98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11119 | 2024.08.14 22:36:47.875056 [ 3 ] {fb8d98e3-61e1-4dcd-8deb-9ce681ead825} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11120 | 2024.08.14 22:36:47.875109 [ 3 ] {fb8d98e3-61e1-4dcd-8deb-9ce681ead825} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11121 | 2024.08.14 22:36:47.875237 [ 3 ] {fb8d98e3-61e1-4dcd-8deb-9ce681ead825} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11122 | 2024.08.14 22:36:47.875518 [ 3 ] {fb8d98e3-61e1-4dcd-8deb-9ce681ead825} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11123 | 2024.08.14 22:36:47.875554 [ 3 ] {fb8d98e3-61e1-4dcd-8deb-9ce681ead825} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11124 | 2024.08.14 22:36:47.875914 [ 3 ] {fb8d98e3-61e1-4dcd-8deb-9ce681ead825} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11125 | 2024.08.14 22:36:47.876236 [ 3 ] {fb8d98e3-61e1-4dcd-8deb-9ce681ead825} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11126 | 2024.08.14 22:36:47.876360 [ 3 ] {fb8d98e3-61e1-4dcd-8deb-9ce681ead825} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001343 sec., 17125.83767684289 rows/sec., 926.39 KiB/sec. | ||
11127 | 2024.08.14 22:36:47.876531 [ 3 ] {fb8d98e3-61e1-4dcd-8deb-9ce681ead825} <Debug> DynamicQueryHandler: Done processing query | ||
11128 | 2024.08.14 22:36:47.876557 [ 3 ] {fb8d98e3-61e1-4dcd-8deb-9ce681ead825} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11129 | 2024.08.14 22:36:47.876573 [ 3 ] {} <Debug> HTTP-Session: 06dfbf88-2384-4f71-bff4-88b33b657a98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11130 | 2024.08.14 22:36:47.876682 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11131 | 2024.08.14 22:36:47.876731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11132 | 2024.08.14 22:36:47.876750 [ 3 ] {} <Debug> HTTP-Session: aba9769d-7065-4a98-a9cf-1bfa2c9548f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11133 | 2024.08.14 22:36:47.876767 [ 3 ] {} <Debug> HTTP-Session: aba9769d-7065-4a98-a9cf-1bfa2c9548f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11134 | 2024.08.14 22:36:47.876780 [ 3 ] {} <Debug> HTTP-Session: aba9769d-7065-4a98-a9cf-1bfa2c9548f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11135 | 2024.08.14 22:36:47.876810 [ 3 ] {} <Trace> HTTP-Session: aba9769d-7065-4a98-a9cf-1bfa2c9548f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11136 | 2024.08.14 22:36:47.876922 [ 3 ] {4f5597d7-74d9-4783-822c-ddba4233c281} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11137 | 2024.08.14 22:36:47.876965 [ 3 ] {4f5597d7-74d9-4783-822c-ddba4233c281} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11138 | 2024.08.14 22:36:47.877091 [ 3 ] {4f5597d7-74d9-4783-822c-ddba4233c281} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11139 | 2024.08.14 22:36:47.877377 [ 3 ] {4f5597d7-74d9-4783-822c-ddba4233c281} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11140 | 2024.08.14 22:36:47.877421 [ 3 ] {4f5597d7-74d9-4783-822c-ddba4233c281} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11141 | 2024.08.14 22:36:47.878173 [ 3 ] {4f5597d7-74d9-4783-822c-ddba4233c281} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
11142 | 2024.08.14 22:36:47.878509 [ 3 ] {4f5597d7-74d9-4783-822c-ddba4233c281} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11143 | 2024.08.14 22:36:47.878636 [ 3 ] {4f5597d7-74d9-4783-822c-ddba4233c281} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001753 sec., 34227.03936109527 rows/sec., 2.31 MiB/sec. | ||
11144 | 2024.08.14 22:36:47.878823 [ 3 ] {4f5597d7-74d9-4783-822c-ddba4233c281} <Debug> DynamicQueryHandler: Done processing query | ||
11145 | 2024.08.14 22:36:47.878858 [ 3 ] {4f5597d7-74d9-4783-822c-ddba4233c281} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11146 | 2024.08.14 22:36:47.878875 [ 3 ] {} <Debug> HTTP-Session: aba9769d-7065-4a98-a9cf-1bfa2c9548f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11147 | 2024.08.14 22:36:50.969458 [ 79 ] {} <Debug> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
11148 | 2024.08.14 22:36:50.969555 [ 79 ] {} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11149 | 2024.08.14 22:36:50.969582 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11150 | 2024.08.14 22:36:50.969742 [ 201 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::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 | ||
11151 | 2024.08.14 22:36:50.969914 [ 201 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11152 | 2024.08.14 22:36:50.969947 [ 201 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 229 rows starting from the beginning of the part | ||
11153 | 2024.08.14 22:36:50.970027 [ 201 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 228 rows starting from the beginning of the part | ||
11154 | 2024.08.14 22:36:50.970197 [ 201 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 228 rows starting from the beginning of the part | ||
11155 | 2024.08.14 22:36:50.970464 [ 201 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 228 rows starting from the beginning of the part | ||
11156 | 2024.08.14 22:36:50.970643 [ 201 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 228 rows starting from the beginning of the part | ||
11157 | 2024.08.14 22:36:50.971916 [ 196 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1141 rows, containing 4 columns (4 merged, 0 gathered) in 0.002250593 sec., 506977.49437592673 rows/sec., 32.42 MiB/sec. | ||
11158 | 2024.08.14 22:36:50.972137 [ 192 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
11159 | 2024.08.14 22:36:50.972567 [ 192 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::all_1_9_2} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11160 | 2024.08.14 22:36:50.972656 [ 192 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::all_1_9_2} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
11161 | 2024.08.14 22:36:50.972752 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
11162 | 2024.08.14 22:36:52.842720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11163 | 2024.08.14 22:36:52.842890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11164 | 2024.08.14 22:36:52.842934 [ 3 ] {} <Debug> HTTP-Session: bb26b2ef-22de-4e9d-895b-3c6846076cf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11165 | 2024.08.14 22:36:52.842973 [ 3 ] {} <Debug> HTTP-Session: bb26b2ef-22de-4e9d-895b-3c6846076cf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11166 | 2024.08.14 22:36:52.843001 [ 3 ] {} <Debug> HTTP-Session: bb26b2ef-22de-4e9d-895b-3c6846076cf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11167 | 2024.08.14 22:36:52.843080 [ 3 ] {} <Trace> HTTP-Session: bb26b2ef-22de-4e9d-895b-3c6846076cf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11168 | 2024.08.14 22:36:52.843344 [ 3 ] {dd49b37c-790b-438f-83b7-c78d695355a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11169 | 2024.08.14 22:36:52.843408 [ 3 ] {dd49b37c-790b-438f-83b7-c78d695355a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11170 | 2024.08.14 22:36:52.843593 [ 3 ] {dd49b37c-790b-438f-83b7-c78d695355a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11171 | 2024.08.14 22:36:52.844012 [ 3 ] {dd49b37c-790b-438f-83b7-c78d695355a7} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11172 | 2024.08.14 22:36:52.844056 [ 3 ] {dd49b37c-790b-438f-83b7-c78d695355a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11173 | 2024.08.14 22:36:52.844424 [ 3 ] {dd49b37c-790b-438f-83b7-c78d695355a7} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11174 | 2024.08.14 22:36:52.844758 [ 3 ] {dd49b37c-790b-438f-83b7-c78d695355a7} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11175 | 2024.08.14 22:36:52.844897 [ 3 ] {dd49b37c-790b-438f-83b7-c78d695355a7} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001631 sec., 12875.536480686695 rows/sec., 1.02 MiB/sec. | ||
11176 | 2024.08.14 22:36:52.845106 [ 3 ] {dd49b37c-790b-438f-83b7-c78d695355a7} <Debug> DynamicQueryHandler: Done processing query | ||
11177 | 2024.08.14 22:36:52.845132 [ 3 ] {dd49b37c-790b-438f-83b7-c78d695355a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11178 | 2024.08.14 22:36:52.845148 [ 3 ] {} <Debug> HTTP-Session: bb26b2ef-22de-4e9d-895b-3c6846076cf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11179 | 2024.08.14 22:36:52.845317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11180 | 2024.08.14 22:36:52.845370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11181 | 2024.08.14 22:36:52.845390 [ 3 ] {} <Debug> HTTP-Session: 3160e36b-eda8-4e7d-a744-409229f6621d Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11182 | 2024.08.14 22:36:52.845408 [ 3 ] {} <Debug> HTTP-Session: 3160e36b-eda8-4e7d-a744-409229f6621d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11183 | 2024.08.14 22:36:52.845422 [ 3 ] {} <Debug> HTTP-Session: 3160e36b-eda8-4e7d-a744-409229f6621d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11184 | 2024.08.14 22:36:52.845458 [ 3 ] {} <Trace> HTTP-Session: 3160e36b-eda8-4e7d-a744-409229f6621d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11185 | 2024.08.14 22:36:52.845562 [ 3 ] {552144e2-4947-48ab-822b-9ea21e183e2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11186 | 2024.08.14 22:36:52.845608 [ 3 ] {552144e2-4947-48ab-822b-9ea21e183e2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11187 | 2024.08.14 22:36:52.845738 [ 3 ] {552144e2-4947-48ab-822b-9ea21e183e2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11188 | 2024.08.14 22:36:52.846013 [ 3 ] {552144e2-4947-48ab-822b-9ea21e183e2c} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11189 | 2024.08.14 22:36:52.846049 [ 3 ] {552144e2-4947-48ab-822b-9ea21e183e2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11190 | 2024.08.14 22:36:52.846358 [ 3 ] {552144e2-4947-48ab-822b-9ea21e183e2c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
11191 | 2024.08.14 22:36:52.846667 [ 3 ] {552144e2-4947-48ab-822b-9ea21e183e2c} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11192 | 2024.08.14 22:36:52.846783 [ 76 ] {} <Debug> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
11193 | 2024.08.14 22:36:52.846788 [ 3 ] {552144e2-4947-48ab-822b-9ea21e183e2c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001253 sec., 1596.1691939345571 rows/sec., 130.16 KiB/sec. | ||
11194 | 2024.08.14 22:36:52.846821 [ 76 ] {} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11195 | 2024.08.14 22:36:52.846857 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11196 | 2024.08.14 22:36:52.847014 [ 3 ] {552144e2-4947-48ab-822b-9ea21e183e2c} <Debug> DynamicQueryHandler: Done processing query | ||
11197 | 2024.08.14 22:36:52.847022 [ 200 ] {5de7b388-dbe3-411a-ab63-47f138d10478::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 | ||
11198 | 2024.08.14 22:36:52.847051 [ 3 ] {552144e2-4947-48ab-822b-9ea21e183e2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11199 | 2024.08.14 22:36:52.847103 [ 3 ] {} <Debug> HTTP-Session: 3160e36b-eda8-4e7d-a744-409229f6621d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11200 | 2024.08.14 22:36:52.847233 [ 200 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11201 | 2024.08.14 22:36:52.847275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17462, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11202 | 2024.08.14 22:36:52.847276 [ 200 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 16 rows starting from the beginning of the part | ||
11203 | 2024.08.14 22:36:52.847331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11204 | 2024.08.14 22:36:52.847369 [ 3 ] {} <Debug> HTTP-Session: 0bc90428-84fb-4ea2-8ff3-755166b76056 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11205 | 2024.08.14 22:36:52.847378 [ 200 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
11206 | 2024.08.14 22:36:52.847396 [ 3 ] {} <Debug> HTTP-Session: 0bc90428-84fb-4ea2-8ff3-755166b76056 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11207 | 2024.08.14 22:36:52.847476 [ 3 ] {} <Debug> HTTP-Session: 0bc90428-84fb-4ea2-8ff3-755166b76056 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11208 | 2024.08.14 22:36:52.847608 [ 3 ] {} <Trace> HTTP-Session: 0bc90428-84fb-4ea2-8ff3-755166b76056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11209 | 2024.08.14 22:36:52.847737 [ 200 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
11210 | 2024.08.14 22:36:52.848056 [ 3 ] {da526aec-ee48-478a-affa-519b8148c69b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11211 | 2024.08.14 22:36:52.848138 [ 200 ] {5de7b388-dbe3-411a-ab63-47f138d10478::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 | ||
11212 | 2024.08.14 22:36:52.848178 [ 3 ] {da526aec-ee48-478a-affa-519b8148c69b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11213 | 2024.08.14 22:36:52.848407 [ 200 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
11214 | 2024.08.14 22:36:52.848715 [ 200 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
11215 | 2024.08.14 22:36:52.849031 [ 3 ] {da526aec-ee48-478a-affa-519b8148c69b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11216 | 2024.08.14 22:36:52.849578 [ 3 ] {da526aec-ee48-478a-affa-519b8148c69b} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11217 | 2024.08.14 22:36:52.849621 [ 3 ] {da526aec-ee48-478a-affa-519b8148c69b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11218 | 2024.08.14 22:36:52.850128 [ 3 ] {da526aec-ee48-478a-affa-519b8148c69b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11219 | 2024.08.14 22:36:52.850184 [ 200 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.003266628 sec., 9796.034320406241 rows/sec., 798.80 KiB/sec. | ||
11220 | 2024.08.14 22:36:52.850332 [ 192 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
11221 | 2024.08.14 22:36:52.850562 [ 3 ] {da526aec-ee48-478a-affa-519b8148c69b} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11222 | 2024.08.14 22:36:52.850756 [ 3 ] {da526aec-ee48-478a-affa-519b8148c69b} <Debug> executeQuery: Read 120 rows, 10.15 KiB in 0.002899 sec., 41393.583994480854 rows/sec., 3.42 MiB/sec. | ||
11223 | 2024.08.14 22:36:52.850853 [ 192 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_21_4} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11224 | 2024.08.14 22:36:52.850938 [ 192 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_21_4} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
11225 | 2024.08.14 22:36:52.850967 [ 3 ] {da526aec-ee48-478a-affa-519b8148c69b} <Debug> DynamicQueryHandler: Done processing query | ||
11226 | 2024.08.14 22:36:52.851013 [ 3 ] {da526aec-ee48-478a-affa-519b8148c69b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11227 | 2024.08.14 22:36:52.851017 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11228 | 2024.08.14 22:36:52.851033 [ 3 ] {} <Debug> HTTP-Session: 0bc90428-84fb-4ea2-8ff3-755166b76056 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11229 | 2024.08.14 22:36:52.851161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11230 | 2024.08.14 22:36:52.851210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11231 | 2024.08.14 22:36:52.851229 [ 3 ] {} <Debug> HTTP-Session: 8e7e9f13-c947-47ab-997a-6bb4b2b0775d Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11232 | 2024.08.14 22:36:52.851246 [ 3 ] {} <Debug> HTTP-Session: 8e7e9f13-c947-47ab-997a-6bb4b2b0775d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11233 | 2024.08.14 22:36:52.851260 [ 3 ] {} <Debug> HTTP-Session: 8e7e9f13-c947-47ab-997a-6bb4b2b0775d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11234 | 2024.08.14 22:36:52.851291 [ 3 ] {} <Trace> HTTP-Session: 8e7e9f13-c947-47ab-997a-6bb4b2b0775d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11235 | 2024.08.14 22:36:52.851383 [ 3 ] {4655c5d7-7139-42bb-9a66-8ec78476545d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11236 | 2024.08.14 22:36:52.851424 [ 3 ] {4655c5d7-7139-42bb-9a66-8ec78476545d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11237 | 2024.08.14 22:36:52.851546 [ 3 ] {4655c5d7-7139-42bb-9a66-8ec78476545d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11238 | 2024.08.14 22:36:52.851875 [ 3 ] {4655c5d7-7139-42bb-9a66-8ec78476545d} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11239 | 2024.08.14 22:36:52.851911 [ 3 ] {4655c5d7-7139-42bb-9a66-8ec78476545d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11240 | 2024.08.14 22:36:52.852202 [ 3 ] {4655c5d7-7139-42bb-9a66-8ec78476545d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
11241 | 2024.08.14 22:36:52.852506 [ 3 ] {4655c5d7-7139-42bb-9a66-8ec78476545d} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11242 | 2024.08.14 22:36:52.852625 [ 76 ] {} <Debug> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
11243 | 2024.08.14 22:36:52.852630 [ 3 ] {4655c5d7-7139-42bb-9a66-8ec78476545d} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001269 sec., 1576.0441292356186 rows/sec., 110.05 KiB/sec. | ||
11244 | 2024.08.14 22:36:52.852672 [ 76 ] {} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11245 | 2024.08.14 22:36:52.852712 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11246 | 2024.08.14 22:36:52.852818 [ 196 ] {3461738d-5c06-4228-8543-114414f8678d::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 | ||
11247 | 2024.08.14 22:36:52.852827 [ 3 ] {4655c5d7-7139-42bb-9a66-8ec78476545d} <Debug> DynamicQueryHandler: Done processing query | ||
11248 | 2024.08.14 22:36:52.852867 [ 3 ] {4655c5d7-7139-42bb-9a66-8ec78476545d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11249 | 2024.08.14 22:36:52.852887 [ 3 ] {} <Debug> HTTP-Session: 8e7e9f13-c947-47ab-997a-6bb4b2b0775d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11250 | 2024.08.14 22:36:52.852944 [ 196 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11251 | 2024.08.14 22:36:52.852972 [ 196 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 16 rows starting from the beginning of the part | ||
11252 | 2024.08.14 22:36:52.853034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11253 | 2024.08.14 22:36:52.853069 [ 196 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
11254 | 2024.08.14 22:36:52.853129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11255 | 2024.08.14 22:36:52.853239 [ 3 ] {} <Debug> HTTP-Session: 1126238f-7383-451b-9e9d-f1d057034365 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11256 | 2024.08.14 22:36:52.853329 [ 3 ] {} <Debug> HTTP-Session: 1126238f-7383-451b-9e9d-f1d057034365 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11257 | 2024.08.14 22:36:52.853348 [ 196 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
11258 | 2024.08.14 22:36:52.853381 [ 3 ] {} <Debug> HTTP-Session: 1126238f-7383-451b-9e9d-f1d057034365 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11259 | 2024.08.14 22:36:52.853524 [ 3 ] {} <Trace> HTTP-Session: 1126238f-7383-451b-9e9d-f1d057034365 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11260 | 2024.08.14 22:36:52.853638 [ 196 ] {3461738d-5c06-4228-8543-114414f8678d::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 | ||
11261 | 2024.08.14 22:36:52.853905 [ 3 ] {f7f184d0-7bc6-40f5-87af-e8a76ed8a582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11262 | 2024.08.14 22:36:52.853913 [ 196 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
11263 | 2024.08.14 22:36:52.854028 [ 3 ] {f7f184d0-7bc6-40f5-87af-e8a76ed8a582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11264 | 2024.08.14 22:36:52.854144 [ 196 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
11265 | 2024.08.14 22:36:52.854762 [ 3 ] {f7f184d0-7bc6-40f5-87af-e8a76ed8a582} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11266 | 2024.08.14 22:36:52.855320 [ 3 ] {f7f184d0-7bc6-40f5-87af-e8a76ed8a582} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11267 | 2024.08.14 22:36:52.855357 [ 3 ] {f7f184d0-7bc6-40f5-87af-e8a76ed8a582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11268 | 2024.08.14 22:36:52.855866 [ 3 ] {f7f184d0-7bc6-40f5-87af-e8a76ed8a582} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11269 | 2024.08.14 22:36:52.855885 [ 189 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.003104656 sec., 10307.100045866595 rows/sec., 719.69 KiB/sec. | ||
11270 | 2024.08.14 22:36:52.856220 [ 189 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
11271 | 2024.08.14 22:36:52.856481 [ 3 ] {f7f184d0-7bc6-40f5-87af-e8a76ed8a582} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11272 | 2024.08.14 22:36:52.856909 [ 3 ] {f7f184d0-7bc6-40f5-87af-e8a76ed8a582} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.003179 sec., 27367.09657124882 rows/sec., 2.14 MiB/sec. | ||
11273 | 2024.08.14 22:36:52.857334 [ 189 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_21_4} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11274 | 2024.08.14 22:36:52.857540 [ 3 ] {f7f184d0-7bc6-40f5-87af-e8a76ed8a582} <Debug> DynamicQueryHandler: Done processing query | ||
11275 | 2024.08.14 22:36:52.857648 [ 189 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_21_4} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
11276 | 2024.08.14 22:36:52.857655 [ 3 ] {f7f184d0-7bc6-40f5-87af-e8a76ed8a582} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11277 | 2024.08.14 22:36:52.857740 [ 3 ] {} <Debug> HTTP-Session: 1126238f-7383-451b-9e9d-f1d057034365 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11278 | 2024.08.14 22:36:52.857875 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11279 | 2024.08.14 22:36:52.857957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11280 | 2024.08.14 22:36:52.858014 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11281 | 2024.08.14 22:36:52.858035 [ 3 ] {} <Debug> HTTP-Session: 6341021b-3791-4b5f-8e45-4fe3e17e0875 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11282 | 2024.08.14 22:36:52.858051 [ 3 ] {} <Debug> HTTP-Session: 6341021b-3791-4b5f-8e45-4fe3e17e0875 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11283 | 2024.08.14 22:36:52.858065 [ 3 ] {} <Debug> HTTP-Session: 6341021b-3791-4b5f-8e45-4fe3e17e0875 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11284 | 2024.08.14 22:36:52.858096 [ 3 ] {} <Trace> HTTP-Session: 6341021b-3791-4b5f-8e45-4fe3e17e0875 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11285 | 2024.08.14 22:36:52.858264 [ 3 ] {51689145-b1f8-42a8-ac29-78d91b9e6ba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11286 | 2024.08.14 22:36:52.858310 [ 3 ] {51689145-b1f8-42a8-ac29-78d91b9e6ba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11287 | 2024.08.14 22:36:52.858485 [ 3 ] {51689145-b1f8-42a8-ac29-78d91b9e6ba9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11288 | 2024.08.14 22:36:52.858894 [ 3 ] {51689145-b1f8-42a8-ac29-78d91b9e6ba9} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11289 | 2024.08.14 22:36:52.858929 [ 3 ] {51689145-b1f8-42a8-ac29-78d91b9e6ba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11290 | 2024.08.14 22:36:52.859328 [ 3 ] {51689145-b1f8-42a8-ac29-78d91b9e6ba9} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
11291 | 2024.08.14 22:36:52.859663 [ 3 ] {51689145-b1f8-42a8-ac29-78d91b9e6ba9} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11292 | 2024.08.14 22:36:52.859791 [ 3 ] {51689145-b1f8-42a8-ac29-78d91b9e6ba9} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001607 sec., 100186.6832607343 rows/sec., 6.98 MiB/sec. | ||
11293 | 2024.08.14 22:36:52.859993 [ 3 ] {51689145-b1f8-42a8-ac29-78d91b9e6ba9} <Debug> DynamicQueryHandler: Done processing query | ||
11294 | 2024.08.14 22:36:52.860030 [ 3 ] {51689145-b1f8-42a8-ac29-78d91b9e6ba9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11295 | 2024.08.14 22:36:52.860057 [ 3 ] {} <Debug> HTTP-Session: 6341021b-3791-4b5f-8e45-4fe3e17e0875 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11296 | 2024.08.14 22:36:52.860279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33785, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11297 | 2024.08.14 22:36:52.860328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11298 | 2024.08.14 22:36:52.860347 [ 3 ] {} <Debug> HTTP-Session: d9e7db3b-1736-4b38-be28-c67ed7ad767f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11299 | 2024.08.14 22:36:52.860363 [ 3 ] {} <Debug> HTTP-Session: d9e7db3b-1736-4b38-be28-c67ed7ad767f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11300 | 2024.08.14 22:36:52.860377 [ 3 ] {} <Debug> HTTP-Session: d9e7db3b-1736-4b38-be28-c67ed7ad767f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11301 | 2024.08.14 22:36:52.860408 [ 3 ] {} <Trace> HTTP-Session: d9e7db3b-1736-4b38-be28-c67ed7ad767f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11302 | 2024.08.14 22:36:52.860661 [ 3 ] {d47dcc81-ce49-42f3-94af-fc8d3c7a91e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11303 | 2024.08.14 22:36:52.860725 [ 3 ] {d47dcc81-ce49-42f3-94af-fc8d3c7a91e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
11304 | 2024.08.14 22:36:52.861126 [ 3 ] {d47dcc81-ce49-42f3-94af-fc8d3c7a91e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11305 | 2024.08.14 22:36:52.861761 [ 3 ] {d47dcc81-ce49-42f3-94af-fc8d3c7a91e1} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11306 | 2024.08.14 22:36:52.861795 [ 3 ] {d47dcc81-ce49-42f3-94af-fc8d3c7a91e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11307 | 2024.08.14 22:36:52.862388 [ 3 ] {d47dcc81-ce49-42f3-94af-fc8d3c7a91e1} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
11308 | 2024.08.14 22:36:52.862804 [ 3 ] {d47dcc81-ce49-42f3-94af-fc8d3c7a91e1} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11309 | 2024.08.14 22:36:52.862939 [ 76 ] {} <Debug> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
11310 | 2024.08.14 22:36:52.862953 [ 3 ] {d47dcc81-ce49-42f3-94af-fc8d3c7a91e1} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002461 sec., 8533.116619260463 rows/sec., 15.29 MiB/sec. | ||
11311 | 2024.08.14 22:36:52.862986 [ 76 ] {} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11312 | 2024.08.14 22:36:52.863038 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11313 | 2024.08.14 22:36:52.863553 [ 189 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::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 | ||
11314 | 2024.08.14 22:36:52.863604 [ 3 ] {d47dcc81-ce49-42f3-94af-fc8d3c7a91e1} <Debug> DynamicQueryHandler: Done processing query | ||
11315 | 2024.08.14 22:36:52.863717 [ 3 ] {d47dcc81-ce49-42f3-94af-fc8d3c7a91e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
11316 | 2024.08.14 22:36:52.863808 [ 3 ] {} <Debug> HTTP-Session: d9e7db3b-1736-4b38-be28-c67ed7ad767f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11317 | 2024.08.14 22:36:52.864127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11318 | 2024.08.14 22:36:52.864316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11319 | 2024.08.14 22:36:52.864433 [ 3 ] {} <Debug> HTTP-Session: bf7ec666-7f86-48ec-9b68-2681daa50a7b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11320 | 2024.08.14 22:36:52.864553 [ 3 ] {} <Debug> HTTP-Session: bf7ec666-7f86-48ec-9b68-2681daa50a7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11321 | 2024.08.14 22:36:52.864656 [ 3 ] {} <Debug> HTTP-Session: bf7ec666-7f86-48ec-9b68-2681daa50a7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11322 | 2024.08.14 22:36:52.864851 [ 3 ] {} <Trace> HTTP-Session: bf7ec666-7f86-48ec-9b68-2681daa50a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11323 | 2024.08.14 22:36:52.865173 [ 3 ] {0447fe97-f023-42c3-ab6f-e420c1d2ba5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11324 | 2024.08.14 22:36:52.865295 [ 189 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11325 | 2024.08.14 22:36:52.865297 [ 3 ] {0447fe97-f023-42c3-ab6f-e420c1d2ba5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11326 | 2024.08.14 22:36:52.865522 [ 189 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 838 rows starting from the beginning of the part | ||
11327 | 2024.08.14 22:36:52.866031 [ 3 ] {0447fe97-f023-42c3-ab6f-e420c1d2ba5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11328 | 2024.08.14 22:36:52.866337 [ 189 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 21 rows starting from the beginning of the part | ||
11329 | 2024.08.14 22:36:52.866879 [ 189 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 11 rows starting from the beginning of the part | ||
11330 | 2024.08.14 22:36:52.867398 [ 3 ] {0447fe97-f023-42c3-ab6f-e420c1d2ba5c} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11331 | 2024.08.14 22:36:52.867507 [ 3 ] {0447fe97-f023-42c3-ab6f-e420c1d2ba5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11332 | 2024.08.14 22:36:52.867576 [ 189 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 21 rows starting from the beginning of the part | ||
11333 | 2024.08.14 22:36:52.868250 [ 189 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 11 rows starting from the beginning of the part | ||
11334 | 2024.08.14 22:36:52.868899 [ 189 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 21 rows starting from the beginning of the part | ||
11335 | 2024.08.14 22:36:52.868969 [ 3 ] {0447fe97-f023-42c3-ab6f-e420c1d2ba5c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
11336 | 2024.08.14 22:36:52.869979 [ 3 ] {0447fe97-f023-42c3-ab6f-e420c1d2ba5c} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11337 | 2024.08.14 22:36:52.870243 [ 3 ] {0447fe97-f023-42c3-ab6f-e420c1d2ba5c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005212 sec., 11511.895625479663 rows/sec., 794.44 KiB/sec. | ||
11338 | 2024.08.14 22:36:52.870659 [ 3 ] {0447fe97-f023-42c3-ab6f-e420c1d2ba5c} <Debug> DynamicQueryHandler: Done processing query | ||
11339 | 2024.08.14 22:36:52.870701 [ 3 ] {0447fe97-f023-42c3-ab6f-e420c1d2ba5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11340 | 2024.08.14 22:36:52.870756 [ 3 ] {} <Debug> HTTP-Session: bf7ec666-7f86-48ec-9b68-2681daa50a7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11341 | 2024.08.14 22:36:52.874360 [ 199 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 923 rows, containing 19 columns (19 merged, 0 gathered) in 0.011205473 sec., 82370.46307639133 rows/sec., 147.60 MiB/sec. | ||
11342 | 2024.08.14 22:36:52.875619 [ 192 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
11343 | 2024.08.14 22:36:52.876197 [ 192 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11344 | 2024.08.14 22:36:52.876273 [ 192 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
11345 | 2024.08.14 22:36:52.876409 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.99 MiB. | ||
11346 | 2024.08.14 22:36:56.085756 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11347 | 2024.08.14 22:36:56.085823 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11348 | 2024.08.14 22:36:57.847659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11349 | 2024.08.14 22:36:57.847781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11350 | 2024.08.14 22:36:57.847806 [ 3 ] {} <Debug> HTTP-Session: 86c30032-4cb3-44f7-a4c2-66cfe510fa76 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11351 | 2024.08.14 22:36:57.847831 [ 3 ] {} <Debug> HTTP-Session: 86c30032-4cb3-44f7-a4c2-66cfe510fa76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11352 | 2024.08.14 22:36:57.847846 [ 3 ] {} <Debug> HTTP-Session: 86c30032-4cb3-44f7-a4c2-66cfe510fa76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11353 | 2024.08.14 22:36:57.847894 [ 3 ] {} <Trace> HTTP-Session: 86c30032-4cb3-44f7-a4c2-66cfe510fa76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11354 | 2024.08.14 22:36:57.848101 [ 3 ] {61b29eb8-fca5-44fc-838c-bff8c3d4cf1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11355 | 2024.08.14 22:36:57.848168 [ 3 ] {61b29eb8-fca5-44fc-838c-bff8c3d4cf1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11356 | 2024.08.14 22:36:57.848361 [ 3 ] {61b29eb8-fca5-44fc-838c-bff8c3d4cf1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11357 | 2024.08.14 22:36:57.848817 [ 3 ] {61b29eb8-fca5-44fc-838c-bff8c3d4cf1c} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11358 | 2024.08.14 22:36:57.848865 [ 3 ] {61b29eb8-fca5-44fc-838c-bff8c3d4cf1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11359 | 2024.08.14 22:36:57.849264 [ 3 ] {61b29eb8-fca5-44fc-838c-bff8c3d4cf1c} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11360 | 2024.08.14 22:36:57.849614 [ 3 ] {61b29eb8-fca5-44fc-838c-bff8c3d4cf1c} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11361 | 2024.08.14 22:36:57.849799 [ 3 ] {61b29eb8-fca5-44fc-838c-bff8c3d4cf1c} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001748 sec., 9725.400457665904 rows/sec., 704.49 KiB/sec. | ||
11362 | 2024.08.14 22:36:57.850011 [ 3 ] {61b29eb8-fca5-44fc-838c-bff8c3d4cf1c} <Debug> DynamicQueryHandler: Done processing query | ||
11363 | 2024.08.14 22:36:57.850038 [ 3 ] {61b29eb8-fca5-44fc-838c-bff8c3d4cf1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11364 | 2024.08.14 22:36:57.850054 [ 3 ] {} <Debug> HTTP-Session: 86c30032-4cb3-44f7-a4c2-66cfe510fa76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11365 | 2024.08.14 22:36:57.850266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 29344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11366 | 2024.08.14 22:36:57.850325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11367 | 2024.08.14 22:36:57.850345 [ 3 ] {} <Debug> HTTP-Session: 5ec8b567-27f5-4702-9b8e-78f75b7dc304 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11368 | 2024.08.14 22:36:57.850363 [ 3 ] {} <Debug> HTTP-Session: 5ec8b567-27f5-4702-9b8e-78f75b7dc304 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11369 | 2024.08.14 22:36:57.850377 [ 3 ] {} <Debug> HTTP-Session: 5ec8b567-27f5-4702-9b8e-78f75b7dc304 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11370 | 2024.08.14 22:36:57.850412 [ 3 ] {} <Trace> HTTP-Session: 5ec8b567-27f5-4702-9b8e-78f75b7dc304 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11371 | 2024.08.14 22:36:57.850568 [ 3 ] {47a61c7a-5e9c-4591-81c8-d41fc47c578a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11372 | 2024.08.14 22:36:57.850614 [ 3 ] {47a61c7a-5e9c-4591-81c8-d41fc47c578a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11373 | 2024.08.14 22:36:57.850746 [ 3 ] {47a61c7a-5e9c-4591-81c8-d41fc47c578a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11374 | 2024.08.14 22:36:57.851211 [ 3 ] {47a61c7a-5e9c-4591-81c8-d41fc47c578a} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11375 | 2024.08.14 22:36:57.851247 [ 3 ] {47a61c7a-5e9c-4591-81c8-d41fc47c578a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11376 | 2024.08.14 22:36:57.851581 [ 3 ] {47a61c7a-5e9c-4591-81c8-d41fc47c578a} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11377 | 2024.08.14 22:36:57.851899 [ 3 ] {47a61c7a-5e9c-4591-81c8-d41fc47c578a} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11378 | 2024.08.14 22:36:57.852052 [ 3 ] {47a61c7a-5e9c-4591-81c8-d41fc47c578a} <Debug> executeQuery: Read 194 rows, 17.54 KiB in 0.001546 sec., 125485.12289780077 rows/sec., 11.08 MiB/sec. | ||
11379 | 2024.08.14 22:36:57.852305 [ 3 ] {47a61c7a-5e9c-4591-81c8-d41fc47c578a} <Debug> DynamicQueryHandler: Done processing query | ||
11380 | 2024.08.14 22:36:57.852362 [ 3 ] {47a61c7a-5e9c-4591-81c8-d41fc47c578a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
11381 | 2024.08.14 22:36:57.852422 [ 3 ] {} <Debug> HTTP-Session: 5ec8b567-27f5-4702-9b8e-78f75b7dc304 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11382 | 2024.08.14 22:36:57.852663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 63412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11383 | 2024.08.14 22:36:57.852720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11384 | 2024.08.14 22:36:57.852739 [ 3 ] {} <Debug> HTTP-Session: 1a74919c-16c9-4aa3-bf55-c37d652e7292 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11385 | 2024.08.14 22:36:57.852756 [ 3 ] {} <Debug> HTTP-Session: 1a74919c-16c9-4aa3-bf55-c37d652e7292 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11386 | 2024.08.14 22:36:57.852770 [ 3 ] {} <Debug> HTTP-Session: 1a74919c-16c9-4aa3-bf55-c37d652e7292 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11387 | 2024.08.14 22:36:57.852804 [ 3 ] {} <Trace> HTTP-Session: 1a74919c-16c9-4aa3-bf55-c37d652e7292 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11388 | 2024.08.14 22:36:57.853020 [ 3 ] {19e1622c-7b79-4150-aa86-901edfa26d47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11389 | 2024.08.14 22:36:57.853067 [ 3 ] {19e1622c-7b79-4150-aa86-901edfa26d47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11390 | 2024.08.14 22:36:57.853215 [ 3 ] {19e1622c-7b79-4150-aa86-901edfa26d47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11391 | 2024.08.14 22:36:57.853767 [ 3 ] {19e1622c-7b79-4150-aa86-901edfa26d47} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11392 | 2024.08.14 22:36:57.853804 [ 3 ] {19e1622c-7b79-4150-aa86-901edfa26d47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11393 | 2024.08.14 22:36:57.854140 [ 3 ] {19e1622c-7b79-4150-aa86-901edfa26d47} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11394 | 2024.08.14 22:36:57.854468 [ 3 ] {19e1622c-7b79-4150-aa86-901edfa26d47} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11395 | 2024.08.14 22:36:57.854621 [ 3 ] {19e1622c-7b79-4150-aa86-901edfa26d47} <Debug> executeQuery: Read 393 rows, 28.36 KiB in 0.001704 sec., 230633.8028169014 rows/sec., 16.25 MiB/sec. | ||
11396 | 2024.08.14 22:36:57.854790 [ 3 ] {19e1622c-7b79-4150-aa86-901edfa26d47} <Debug> DynamicQueryHandler: Done processing query | ||
11397 | 2024.08.14 22:36:57.854814 [ 3 ] {19e1622c-7b79-4150-aa86-901edfa26d47} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
11398 | 2024.08.14 22:36:57.854829 [ 3 ] {} <Debug> HTTP-Session: 1a74919c-16c9-4aa3-bf55-c37d652e7292 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11399 | 2024.08.14 22:36:57.855005 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11400 | 2024.08.14 22:36:57.855056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11401 | 2024.08.14 22:36:57.855076 [ 3 ] {} <Debug> HTTP-Session: 34623a6f-1161-4ec3-9ce6-8b2cfed5d06d Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11402 | 2024.08.14 22:36:57.855092 [ 3 ] {} <Debug> HTTP-Session: 34623a6f-1161-4ec3-9ce6-8b2cfed5d06d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11403 | 2024.08.14 22:36:57.855106 [ 3 ] {} <Debug> HTTP-Session: 34623a6f-1161-4ec3-9ce6-8b2cfed5d06d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11404 | 2024.08.14 22:36:57.855137 [ 3 ] {} <Trace> HTTP-Session: 34623a6f-1161-4ec3-9ce6-8b2cfed5d06d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11405 | 2024.08.14 22:36:57.855234 [ 3 ] {ceb7947e-16d8-4eb3-b72e-78d774c42ae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11406 | 2024.08.14 22:36:57.855279 [ 3 ] {ceb7947e-16d8-4eb3-b72e-78d774c42ae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11407 | 2024.08.14 22:36:57.855412 [ 3 ] {ceb7947e-16d8-4eb3-b72e-78d774c42ae1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11408 | 2024.08.14 22:36:57.855751 [ 3 ] {ceb7947e-16d8-4eb3-b72e-78d774c42ae1} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11409 | 2024.08.14 22:36:57.855787 [ 3 ] {ceb7947e-16d8-4eb3-b72e-78d774c42ae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11410 | 2024.08.14 22:36:57.856162 [ 3 ] {ceb7947e-16d8-4eb3-b72e-78d774c42ae1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11411 | 2024.08.14 22:36:57.856499 [ 3 ] {ceb7947e-16d8-4eb3-b72e-78d774c42ae1} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11412 | 2024.08.14 22:36:57.856658 [ 3 ] {ceb7947e-16d8-4eb3-b72e-78d774c42ae1} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001442 sec., 4160.887656033287 rows/sec., 178.79 KiB/sec. | ||
11413 | 2024.08.14 22:36:57.857003 [ 3 ] {ceb7947e-16d8-4eb3-b72e-78d774c42ae1} <Debug> DynamicQueryHandler: Done processing query | ||
11414 | 2024.08.14 22:36:57.857034 [ 3 ] {ceb7947e-16d8-4eb3-b72e-78d774c42ae1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11415 | 2024.08.14 22:36:57.857050 [ 3 ] {} <Debug> HTTP-Session: 34623a6f-1161-4ec3-9ce6-8b2cfed5d06d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11416 | 2024.08.14 22:36:57.857171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11417 | 2024.08.14 22:36:57.857223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11418 | 2024.08.14 22:36:57.857242 [ 3 ] {} <Debug> HTTP-Session: 3d5f78c3-577a-4c4d-a9e6-4a4cb95a0927 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11419 | 2024.08.14 22:36:57.857258 [ 3 ] {} <Debug> HTTP-Session: 3d5f78c3-577a-4c4d-a9e6-4a4cb95a0927 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11420 | 2024.08.14 22:36:57.857272 [ 3 ] {} <Debug> HTTP-Session: 3d5f78c3-577a-4c4d-a9e6-4a4cb95a0927 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11421 | 2024.08.14 22:36:57.857302 [ 3 ] {} <Trace> HTTP-Session: 3d5f78c3-577a-4c4d-a9e6-4a4cb95a0927 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11422 | 2024.08.14 22:36:57.857455 [ 3 ] {01d4b210-408a-4b22-993e-2574fa24c3ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
11423 | 2024.08.14 22:36:57.857504 [ 3 ] {01d4b210-408a-4b22-993e-2574fa24c3ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
11424 | 2024.08.14 22:36:57.857675 [ 3 ] {01d4b210-408a-4b22-993e-2574fa24c3ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11425 | 2024.08.14 22:36:57.858013 [ 3 ] {01d4b210-408a-4b22-993e-2574fa24c3ce} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11426 | 2024.08.14 22:36:57.858049 [ 3 ] {01d4b210-408a-4b22-993e-2574fa24c3ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11427 | 2024.08.14 22:36:57.858415 [ 3 ] {01d4b210-408a-4b22-993e-2574fa24c3ce} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11428 | 2024.08.14 22:36:57.858758 [ 3 ] {01d4b210-408a-4b22-993e-2574fa24c3ce} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11429 | 2024.08.14 22:36:57.858918 [ 3 ] {01d4b210-408a-4b22-993e-2574fa24c3ce} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001537 sec., 50097.59271307742 rows/sec., 3.09 MiB/sec. | ||
11430 | 2024.08.14 22:36:57.859088 [ 3 ] {01d4b210-408a-4b22-993e-2574fa24c3ce} <Debug> DynamicQueryHandler: Done processing query | ||
11431 | 2024.08.14 22:36:57.859112 [ 3 ] {01d4b210-408a-4b22-993e-2574fa24c3ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11432 | 2024.08.14 22:36:57.859128 [ 3 ] {} <Debug> HTTP-Session: 3d5f78c3-577a-4c4d-a9e6-4a4cb95a0927 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11433 | 2024.08.14 22:36:57.859301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11434 | 2024.08.14 22:36:57.859350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11435 | 2024.08.14 22:36:57.859369 [ 3 ] {} <Debug> HTTP-Session: ecd38787-c426-417c-b52a-9c20770ae634 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11436 | 2024.08.14 22:36:57.859385 [ 3 ] {} <Debug> HTTP-Session: ecd38787-c426-417c-b52a-9c20770ae634 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11437 | 2024.08.14 22:36:57.859399 [ 3 ] {} <Debug> HTTP-Session: ecd38787-c426-417c-b52a-9c20770ae634 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11438 | 2024.08.14 22:36:57.859430 [ 3 ] {} <Trace> HTTP-Session: ecd38787-c426-417c-b52a-9c20770ae634 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11439 | 2024.08.14 22:36:57.859610 [ 3 ] {6b240f09-db7f-4e33-8766-e1c7975f6dee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11440 | 2024.08.14 22:36:57.859681 [ 3 ] {6b240f09-db7f-4e33-8766-e1c7975f6dee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11441 | 2024.08.14 22:36:57.859828 [ 3 ] {6b240f09-db7f-4e33-8766-e1c7975f6dee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11442 | 2024.08.14 22:36:57.860233 [ 3 ] {6b240f09-db7f-4e33-8766-e1c7975f6dee} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11443 | 2024.08.14 22:36:57.860269 [ 3 ] {6b240f09-db7f-4e33-8766-e1c7975f6dee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11444 | 2024.08.14 22:36:57.860641 [ 3 ] {6b240f09-db7f-4e33-8766-e1c7975f6dee} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
11445 | 2024.08.14 22:36:57.860984 [ 3 ] {6b240f09-db7f-4e33-8766-e1c7975f6dee} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11446 | 2024.08.14 22:36:57.861143 [ 3 ] {6b240f09-db7f-4e33-8766-e1c7975f6dee} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001624 sec., 98522.16748768472 rows/sec., 6.86 MiB/sec. | ||
11447 | 2024.08.14 22:36:57.861313 [ 3 ] {6b240f09-db7f-4e33-8766-e1c7975f6dee} <Debug> DynamicQueryHandler: Done processing query | ||
11448 | 2024.08.14 22:36:57.861336 [ 3 ] {6b240f09-db7f-4e33-8766-e1c7975f6dee} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11449 | 2024.08.14 22:36:57.861352 [ 3 ] {} <Debug> HTTP-Session: ecd38787-c426-417c-b52a-9c20770ae634 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11450 | 2024.08.14 22:36:57.861497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11451 | 2024.08.14 22:36:57.861547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11452 | 2024.08.14 22:36:57.861567 [ 3 ] {} <Debug> HTTP-Session: 3d3594e9-8522-4696-9d20-0bfaa1f2a4db Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11453 | 2024.08.14 22:36:57.861583 [ 3 ] {} <Debug> HTTP-Session: 3d3594e9-8522-4696-9d20-0bfaa1f2a4db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11454 | 2024.08.14 22:36:57.861596 [ 3 ] {} <Debug> HTTP-Session: 3d3594e9-8522-4696-9d20-0bfaa1f2a4db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11455 | 2024.08.14 22:36:57.861627 [ 3 ] {} <Trace> HTTP-Session: 3d3594e9-8522-4696-9d20-0bfaa1f2a4db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11456 | 2024.08.14 22:36:57.861808 [ 3 ] {3a8db9cf-af3d-4069-8969-f553272d492a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11457 | 2024.08.14 22:36:57.861872 [ 3 ] {3a8db9cf-af3d-4069-8969-f553272d492a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
11458 | 2024.08.14 22:36:57.862284 [ 3 ] {3a8db9cf-af3d-4069-8969-f553272d492a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11459 | 2024.08.14 22:36:57.862845 [ 3 ] {3a8db9cf-af3d-4069-8969-f553272d492a} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11460 | 2024.08.14 22:36:57.862881 [ 3 ] {3a8db9cf-af3d-4069-8969-f553272d492a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11461 | 2024.08.14 22:36:57.863469 [ 3 ] {3a8db9cf-af3d-4069-8969-f553272d492a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11462 | 2024.08.14 22:36:57.863888 [ 3 ] {3a8db9cf-af3d-4069-8969-f553272d492a} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11463 | 2024.08.14 22:36:57.864064 [ 3 ] {3a8db9cf-af3d-4069-8969-f553272d492a} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.00236 sec., 4661.016949152542 rows/sec., 8.35 MiB/sec. | ||
11464 | 2024.08.14 22:36:57.864284 [ 3 ] {3a8db9cf-af3d-4069-8969-f553272d492a} <Debug> DynamicQueryHandler: Done processing query | ||
11465 | 2024.08.14 22:36:57.864309 [ 3 ] {3a8db9cf-af3d-4069-8969-f553272d492a} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
11466 | 2024.08.14 22:36:57.864325 [ 3 ] {} <Debug> HTTP-Session: 3d3594e9-8522-4696-9d20-0bfaa1f2a4db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11467 | 2024.08.14 22:36:57.864447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11468 | 2024.08.14 22:36:57.864498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11469 | 2024.08.14 22:36:57.864517 [ 3 ] {} <Debug> HTTP-Session: d305ceeb-bf82-4d2d-bb7d-4f572e63ce00 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11470 | 2024.08.14 22:36:57.864533 [ 3 ] {} <Debug> HTTP-Session: d305ceeb-bf82-4d2d-bb7d-4f572e63ce00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11471 | 2024.08.14 22:36:57.864546 [ 3 ] {} <Debug> HTTP-Session: d305ceeb-bf82-4d2d-bb7d-4f572e63ce00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11472 | 2024.08.14 22:36:57.864577 [ 3 ] {} <Trace> HTTP-Session: d305ceeb-bf82-4d2d-bb7d-4f572e63ce00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11473 | 2024.08.14 22:36:57.864683 [ 3 ] {86e3e61d-66cc-498c-851e-ffcd64321e46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11474 | 2024.08.14 22:36:57.864727 [ 3 ] {86e3e61d-66cc-498c-851e-ffcd64321e46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11475 | 2024.08.14 22:36:57.864856 [ 3 ] {86e3e61d-66cc-498c-851e-ffcd64321e46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11476 | 2024.08.14 22:36:57.865174 [ 3 ] {86e3e61d-66cc-498c-851e-ffcd64321e46} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11477 | 2024.08.14 22:36:57.865211 [ 3 ] {86e3e61d-66cc-498c-851e-ffcd64321e46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11478 | 2024.08.14 22:36:57.865568 [ 3 ] {86e3e61d-66cc-498c-851e-ffcd64321e46} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11479 | 2024.08.14 22:36:57.865897 [ 3 ] {86e3e61d-66cc-498c-851e-ffcd64321e46} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11480 | 2024.08.14 22:36:57.866060 [ 3 ] {86e3e61d-66cc-498c-851e-ffcd64321e46} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001405 sec., 16370.106761565836 rows/sec., 885.51 KiB/sec. | ||
11481 | 2024.08.14 22:36:57.866268 [ 3 ] {86e3e61d-66cc-498c-851e-ffcd64321e46} <Debug> DynamicQueryHandler: Done processing query | ||
11482 | 2024.08.14 22:36:57.866292 [ 3 ] {86e3e61d-66cc-498c-851e-ffcd64321e46} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11483 | 2024.08.14 22:36:57.866308 [ 3 ] {} <Debug> HTTP-Session: d305ceeb-bf82-4d2d-bb7d-4f572e63ce00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11484 | 2024.08.14 22:36:57.866426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11485 | 2024.08.14 22:36:57.866477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11486 | 2024.08.14 22:36:57.866496 [ 3 ] {} <Debug> HTTP-Session: 662dd985-0812-440e-ac40-c08e5f909f72 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11487 | 2024.08.14 22:36:57.866512 [ 3 ] {} <Debug> HTTP-Session: 662dd985-0812-440e-ac40-c08e5f909f72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11488 | 2024.08.14 22:36:57.866526 [ 3 ] {} <Debug> HTTP-Session: 662dd985-0812-440e-ac40-c08e5f909f72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11489 | 2024.08.14 22:36:57.866556 [ 3 ] {} <Trace> HTTP-Session: 662dd985-0812-440e-ac40-c08e5f909f72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11490 | 2024.08.14 22:36:57.866673 [ 3 ] {ceab3100-0e7d-4d7a-aae0-dda74aa29355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11491 | 2024.08.14 22:36:57.866716 [ 3 ] {ceab3100-0e7d-4d7a-aae0-dda74aa29355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11492 | 2024.08.14 22:36:57.866843 [ 3 ] {ceab3100-0e7d-4d7a-aae0-dda74aa29355} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11493 | 2024.08.14 22:36:57.867138 [ 3 ] {ceab3100-0e7d-4d7a-aae0-dda74aa29355} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11494 | 2024.08.14 22:36:57.867175 [ 3 ] {ceab3100-0e7d-4d7a-aae0-dda74aa29355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11495 | 2024.08.14 22:36:57.867550 [ 3 ] {ceab3100-0e7d-4d7a-aae0-dda74aa29355} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
11496 | 2024.08.14 22:36:57.867872 [ 3 ] {ceab3100-0e7d-4d7a-aae0-dda74aa29355} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11497 | 2024.08.14 22:36:57.868027 [ 3 ] {ceab3100-0e7d-4d7a-aae0-dda74aa29355} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001384 sec., 43352.601156069366 rows/sec., 2.92 MiB/sec. | ||
11498 | 2024.08.14 22:36:57.868274 [ 3 ] {ceab3100-0e7d-4d7a-aae0-dda74aa29355} <Debug> DynamicQueryHandler: Done processing query | ||
11499 | 2024.08.14 22:36:57.868332 [ 3 ] {ceab3100-0e7d-4d7a-aae0-dda74aa29355} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11500 | 2024.08.14 22:36:57.868374 [ 3 ] {} <Debug> HTTP-Session: 662dd985-0812-440e-ac40-c08e5f909f72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11501 | 2024.08.14 22:37:02.843344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11502 | 2024.08.14 22:37:02.843544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11503 | 2024.08.14 22:37:02.843590 [ 3 ] {} <Debug> HTTP-Session: d3c486a9-53fa-43d8-9ab0-0a03de170ba7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11504 | 2024.08.14 22:37:02.843632 [ 3 ] {} <Debug> HTTP-Session: d3c486a9-53fa-43d8-9ab0-0a03de170ba7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11505 | 2024.08.14 22:37:02.843661 [ 3 ] {} <Debug> HTTP-Session: d3c486a9-53fa-43d8-9ab0-0a03de170ba7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11506 | 2024.08.14 22:37:02.843726 [ 3 ] {} <Trace> HTTP-Session: d3c486a9-53fa-43d8-9ab0-0a03de170ba7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11507 | 2024.08.14 22:37:02.843915 [ 3 ] {545e219b-8450-48b6-9286-57b5c206ef0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11508 | 2024.08.14 22:37:02.843983 [ 3 ] {545e219b-8450-48b6-9286-57b5c206ef0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11509 | 2024.08.14 22:37:02.844177 [ 3 ] {545e219b-8450-48b6-9286-57b5c206ef0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11510 | 2024.08.14 22:37:02.844650 [ 3 ] {545e219b-8450-48b6-9286-57b5c206ef0e} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11511 | 2024.08.14 22:37:02.844697 [ 3 ] {545e219b-8450-48b6-9286-57b5c206ef0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11512 | 2024.08.14 22:37:02.845076 [ 3 ] {545e219b-8450-48b6-9286-57b5c206ef0e} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11513 | 2024.08.14 22:37:02.845415 [ 3 ] {545e219b-8450-48b6-9286-57b5c206ef0e} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11514 | 2024.08.14 22:37:02.845584 [ 3 ] {545e219b-8450-48b6-9286-57b5c206ef0e} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001719 sec., 12216.404886561955 rows/sec., 990.20 KiB/sec. | ||
11515 | 2024.08.14 22:37:02.845812 [ 3 ] {545e219b-8450-48b6-9286-57b5c206ef0e} <Debug> DynamicQueryHandler: Done processing query | ||
11516 | 2024.08.14 22:37:02.845839 [ 3 ] {545e219b-8450-48b6-9286-57b5c206ef0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11517 | 2024.08.14 22:37:02.845856 [ 3 ] {} <Debug> HTTP-Session: d3c486a9-53fa-43d8-9ab0-0a03de170ba7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11518 | 2024.08.14 22:37:02.846037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11519 | 2024.08.14 22:37:02.846094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11520 | 2024.08.14 22:37:02.846114 [ 3 ] {} <Debug> HTTP-Session: 193f770c-6ca6-48b5-87fb-af3ae6f69dc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11521 | 2024.08.14 22:37:02.846132 [ 3 ] {} <Debug> HTTP-Session: 193f770c-6ca6-48b5-87fb-af3ae6f69dc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11522 | 2024.08.14 22:37:02.846146 [ 3 ] {} <Debug> HTTP-Session: 193f770c-6ca6-48b5-87fb-af3ae6f69dc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11523 | 2024.08.14 22:37:02.846181 [ 3 ] {} <Trace> HTTP-Session: 193f770c-6ca6-48b5-87fb-af3ae6f69dc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11524 | 2024.08.14 22:37:02.846320 [ 3 ] {216240f7-70a0-4f8c-8b0e-03c3a961de9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11525 | 2024.08.14 22:37:02.846368 [ 3 ] {216240f7-70a0-4f8c-8b0e-03c3a961de9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11526 | 2024.08.14 22:37:02.846503 [ 3 ] {216240f7-70a0-4f8c-8b0e-03c3a961de9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11527 | 2024.08.14 22:37:02.846903 [ 3 ] {216240f7-70a0-4f8c-8b0e-03c3a961de9a} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11528 | 2024.08.14 22:37:02.846941 [ 3 ] {216240f7-70a0-4f8c-8b0e-03c3a961de9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11529 | 2024.08.14 22:37:02.847270 [ 3 ] {216240f7-70a0-4f8c-8b0e-03c3a961de9a} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11530 | 2024.08.14 22:37:02.847590 [ 3 ] {216240f7-70a0-4f8c-8b0e-03c3a961de9a} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11531 | 2024.08.14 22:37:02.847752 [ 3 ] {216240f7-70a0-4f8c-8b0e-03c3a961de9a} <Debug> executeQuery: Read 119 rows, 10.08 KiB in 0.001477 sec., 80568.72037914692 rows/sec., 6.66 MiB/sec. | ||
11532 | 2024.08.14 22:37:02.848032 [ 3 ] {216240f7-70a0-4f8c-8b0e-03c3a961de9a} <Debug> DynamicQueryHandler: Done processing query | ||
11533 | 2024.08.14 22:37:02.848079 [ 3 ] {216240f7-70a0-4f8c-8b0e-03c3a961de9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11534 | 2024.08.14 22:37:02.848121 [ 3 ] {} <Debug> HTTP-Session: 193f770c-6ca6-48b5-87fb-af3ae6f69dc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11535 | 2024.08.14 22:37:02.848288 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11536 | 2024.08.14 22:37:02.848340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11537 | 2024.08.14 22:37:02.848360 [ 3 ] {} <Debug> HTTP-Session: 2b3886ee-e716-438f-b990-cc8b7a485ad1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11538 | 2024.08.14 22:37:02.848377 [ 3 ] {} <Debug> HTTP-Session: 2b3886ee-e716-438f-b990-cc8b7a485ad1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11539 | 2024.08.14 22:37:02.848391 [ 3 ] {} <Debug> HTTP-Session: 2b3886ee-e716-438f-b990-cc8b7a485ad1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11540 | 2024.08.14 22:37:02.848423 [ 3 ] {} <Trace> HTTP-Session: 2b3886ee-e716-438f-b990-cc8b7a485ad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11541 | 2024.08.14 22:37:02.848560 [ 3 ] {4db77392-b3d2-43a6-abf5-da0227d8ec1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11542 | 2024.08.14 22:37:02.848607 [ 3 ] {4db77392-b3d2-43a6-abf5-da0227d8ec1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11543 | 2024.08.14 22:37:02.848747 [ 3 ] {4db77392-b3d2-43a6-abf5-da0227d8ec1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11544 | 2024.08.14 22:37:02.849101 [ 3 ] {4db77392-b3d2-43a6-abf5-da0227d8ec1a} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11545 | 2024.08.14 22:37:02.849140 [ 3 ] {4db77392-b3d2-43a6-abf5-da0227d8ec1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11546 | 2024.08.14 22:37:02.849464 [ 3 ] {4db77392-b3d2-43a6-abf5-da0227d8ec1a} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11547 | 2024.08.14 22:37:02.849767 [ 3 ] {4db77392-b3d2-43a6-abf5-da0227d8ec1a} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11548 | 2024.08.14 22:37:02.849920 [ 3 ] {4db77392-b3d2-43a6-abf5-da0227d8ec1a} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001407 sec., 60412.22459132907 rows/sec., 4.72 MiB/sec. | ||
11549 | 2024.08.14 22:37:02.850175 [ 3 ] {4db77392-b3d2-43a6-abf5-da0227d8ec1a} <Debug> DynamicQueryHandler: Done processing query | ||
11550 | 2024.08.14 22:37:02.850233 [ 3 ] {4db77392-b3d2-43a6-abf5-da0227d8ec1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11551 | 2024.08.14 22:37:02.850296 [ 3 ] {} <Debug> HTTP-Session: 2b3886ee-e716-438f-b990-cc8b7a485ad1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11552 | 2024.08.14 22:37:02.850503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11553 | 2024.08.14 22:37:02.850556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11554 | 2024.08.14 22:37:02.850576 [ 3 ] {} <Debug> HTTP-Session: 3bdc8030-7fcb-4419-a39d-52492388c3ed Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11555 | 2024.08.14 22:37:02.850594 [ 3 ] {} <Debug> HTTP-Session: 3bdc8030-7fcb-4419-a39d-52492388c3ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11556 | 2024.08.14 22:37:02.850608 [ 3 ] {} <Debug> HTTP-Session: 3bdc8030-7fcb-4419-a39d-52492388c3ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11557 | 2024.08.14 22:37:02.850640 [ 3 ] {} <Trace> HTTP-Session: 3bdc8030-7fcb-4419-a39d-52492388c3ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11558 | 2024.08.14 22:37:02.850794 [ 3 ] {1f5674d9-7b97-4d4f-b431-0be57d8d7631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11559 | 2024.08.14 22:37:02.850845 [ 3 ] {1f5674d9-7b97-4d4f-b431-0be57d8d7631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11560 | 2024.08.14 22:37:02.851006 [ 3 ] {1f5674d9-7b97-4d4f-b431-0be57d8d7631} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11561 | 2024.08.14 22:37:02.851407 [ 3 ] {1f5674d9-7b97-4d4f-b431-0be57d8d7631} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11562 | 2024.08.14 22:37:02.851445 [ 3 ] {1f5674d9-7b97-4d4f-b431-0be57d8d7631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11563 | 2024.08.14 22:37:02.851838 [ 3 ] {1f5674d9-7b97-4d4f-b431-0be57d8d7631} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
11564 | 2024.08.14 22:37:02.852181 [ 3 ] {1f5674d9-7b97-4d4f-b431-0be57d8d7631} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11565 | 2024.08.14 22:37:02.852333 [ 126 ] {} <Debug> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
11566 | 2024.08.14 22:37:02.852344 [ 3 ] {1f5674d9-7b97-4d4f-b431-0be57d8d7631} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001609 sec., 99440.64636420137 rows/sec., 6.93 MiB/sec. | ||
11567 | 2024.08.14 22:37:02.852410 [ 126 ] {} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11568 | 2024.08.14 22:37:02.852483 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11569 | 2024.08.14 22:37:02.852783 [ 193 ] {d127de5d-82c0-4259-80d1-97db5b726b22::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 | ||
11570 | 2024.08.14 22:37:02.852803 [ 3 ] {1f5674d9-7b97-4d4f-b431-0be57d8d7631} <Debug> DynamicQueryHandler: Done processing query | ||
11571 | 2024.08.14 22:37:02.852918 [ 3 ] {1f5674d9-7b97-4d4f-b431-0be57d8d7631} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11572 | 2024.08.14 22:37:02.852949 [ 3 ] {} <Debug> HTTP-Session: 3bdc8030-7fcb-4419-a39d-52492388c3ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11573 | 2024.08.14 22:37:02.853156 [ 193 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11574 | 2024.08.14 22:37:02.853260 [ 193 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15616 rows starting from the beginning of the part | ||
11575 | 2024.08.14 22:37:02.853264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11576 | 2024.08.14 22:37:02.853411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11577 | 2024.08.14 22:37:02.853543 [ 3 ] {} <Debug> HTTP-Session: 4779c2c4-9bea-4dfe-970d-f231f9f2c4d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11578 | 2024.08.14 22:37:02.853624 [ 3 ] {} <Debug> HTTP-Session: 4779c2c4-9bea-4dfe-970d-f231f9f2c4d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11579 | 2024.08.14 22:37:02.853695 [ 193 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 162 rows starting from the beginning of the part | ||
11580 | 2024.08.14 22:37:02.853715 [ 3 ] {} <Debug> HTTP-Session: 4779c2c4-9bea-4dfe-970d-f231f9f2c4d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11581 | 2024.08.14 22:37:02.853856 [ 3 ] {} <Trace> HTTP-Session: 4779c2c4-9bea-4dfe-970d-f231f9f2c4d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11582 | 2024.08.14 22:37:02.853953 [ 193 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part | ||
11583 | 2024.08.14 22:37:02.854314 [ 193 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 161 rows starting from the beginning of the part | ||
11584 | 2024.08.14 22:37:02.854476 [ 193 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
11585 | 2024.08.14 22:37:02.854656 [ 3 ] {084df76f-0e7b-40cd-9817-187ad71059dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11586 | 2024.08.14 22:37:02.854827 [ 193 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part | ||
11587 | 2024.08.14 22:37:02.854959 [ 3 ] {084df76f-0e7b-40cd-9817-187ad71059dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
11588 | 2024.08.14 22:37:02.856637 [ 3 ] {084df76f-0e7b-40cd-9817-187ad71059dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11589 | 2024.08.14 22:37:02.857654 [ 3 ] {084df76f-0e7b-40cd-9817-187ad71059dd} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11590 | 2024.08.14 22:37:02.857728 [ 3 ] {084df76f-0e7b-40cd-9817-187ad71059dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11591 | 2024.08.14 22:37:02.859635 [ 3 ] {084df76f-0e7b-40cd-9817-187ad71059dd} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11592 | 2024.08.14 22:37:02.860423 [ 3 ] {084df76f-0e7b-40cd-9817-187ad71059dd} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11593 | 2024.08.14 22:37:02.860660 [ 3 ] {084df76f-0e7b-40cd-9817-187ad71059dd} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.006394 sec., 3284.3290584923366 rows/sec., 5.89 MiB/sec. | ||
11594 | 2024.08.14 22:37:02.860945 [ 3 ] {084df76f-0e7b-40cd-9817-187ad71059dd} <Debug> DynamicQueryHandler: Done processing query | ||
11595 | 2024.08.14 22:37:02.860969 [ 3 ] {084df76f-0e7b-40cd-9817-187ad71059dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
11596 | 2024.08.14 22:37:02.860985 [ 3 ] {} <Debug> HTTP-Session: 4779c2c4-9bea-4dfe-970d-f231f9f2c4d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11597 | 2024.08.14 22:37:02.861120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11598 | 2024.08.14 22:37:02.861170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11599 | 2024.08.14 22:37:02.861189 [ 3 ] {} <Debug> HTTP-Session: 3dace8d8-842c-4d41-aea8-df8eea795c5a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11600 | 2024.08.14 22:37:02.861206 [ 3 ] {} <Debug> HTTP-Session: 3dace8d8-842c-4d41-aea8-df8eea795c5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11601 | 2024.08.14 22:37:02.861220 [ 3 ] {} <Debug> HTTP-Session: 3dace8d8-842c-4d41-aea8-df8eea795c5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11602 | 2024.08.14 22:37:02.861252 [ 3 ] {} <Trace> HTTP-Session: 3dace8d8-842c-4d41-aea8-df8eea795c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11603 | 2024.08.14 22:37:02.861400 [ 3 ] {19f7d379-0307-495f-88ce-816219127d92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11604 | 2024.08.14 22:37:02.861452 [ 3 ] {19f7d379-0307-495f-88ce-816219127d92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11605 | 2024.08.14 22:37:02.861610 [ 3 ] {19f7d379-0307-495f-88ce-816219127d92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11606 | 2024.08.14 22:37:02.862102 [ 3 ] {19f7d379-0307-495f-88ce-816219127d92} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11607 | 2024.08.14 22:37:02.862139 [ 3 ] {19f7d379-0307-495f-88ce-816219127d92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11608 | 2024.08.14 22:37:02.862861 [ 199 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16419 rows, containing 5 columns (5 merged, 0 gathered) in 0.01025771 sec., 1600649.6576721314 rows/sec., 109.19 MiB/sec. | ||
11609 | 2024.08.14 22:37:02.862884 [ 3 ] {19f7d379-0307-495f-88ce-816219127d92} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
11610 | 2024.08.14 22:37:02.863192 [ 199 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
11611 | 2024.08.14 22:37:02.863450 [ 3 ] {19f7d379-0307-495f-88ce-816219127d92} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11612 | 2024.08.14 22:37:02.863707 [ 126 ] {} <Debug> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
11613 | 2024.08.14 22:37:02.863793 [ 126 ] {} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11614 | 2024.08.14 22:37:02.863869 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11615 | 2024.08.14 22:37:02.864136 [ 3 ] {19f7d379-0307-495f-88ce-816219127d92} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002721 sec., 22050.71664829107 rows/sec., 1.49 MiB/sec. | ||
11616 | 2024.08.14 22:37:02.864375 [ 188 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
11617 | 2024.08.14 22:37:02.864743 [ 3 ] {19f7d379-0307-495f-88ce-816219127d92} <Debug> DynamicQueryHandler: Done processing query | ||
11618 | 2024.08.14 22:37:02.864763 [ 188 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11619 | 2024.08.14 22:37:02.864776 [ 199 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11620 | 2024.08.14 22:37:02.864796 [ 3 ] {19f7d379-0307-495f-88ce-816219127d92} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11621 | 2024.08.14 22:37:02.864836 [ 188 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2806 rows starting from the beginning of the part | ||
11622 | 2024.08.14 22:37:02.864853 [ 3 ] {} <Debug> HTTP-Session: 3dace8d8-842c-4d41-aea8-df8eea795c5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11623 | 2024.08.14 22:37:02.865104 [ 199 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
11624 | 2024.08.14 22:37:02.865152 [ 188 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part | ||
11625 | 2024.08.14 22:37:02.865384 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.39 MiB. | ||
11626 | 2024.08.14 22:37:02.865458 [ 188 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
11627 | 2024.08.14 22:37:02.865624 [ 188 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
11628 | 2024.08.14 22:37:02.865754 [ 188 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
11629 | 2024.08.14 22:37:02.865840 [ 188 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part | ||
11630 | 2024.08.14 22:37:02.867247 [ 199 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003213057 sec., 966680.6408974382 rows/sec., 65.08 MiB/sec. | ||
11631 | 2024.08.14 22:37:02.867570 [ 191 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
11632 | 2024.08.14 22:37:02.867985 [ 191 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_56_11} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11633 | 2024.08.14 22:37:02.868069 [ 191 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_56_11} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
11634 | 2024.08.14 22:37:02.868159 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
11635 | 2024.08.14 22:37:07.728696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11636 | 2024.08.14 22:37:07.728837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11637 | 2024.08.14 22:37:07.728862 [ 3 ] {} <Debug> HTTP-Session: 3b79ce9d-a586-417c-bb5c-a077c440d900 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11638 | 2024.08.14 22:37:07.728886 [ 3 ] {} <Debug> HTTP-Session: 3b79ce9d-a586-417c-bb5c-a077c440d900 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11639 | 2024.08.14 22:37:07.728901 [ 3 ] {} <Debug> HTTP-Session: 3b79ce9d-a586-417c-bb5c-a077c440d900 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11640 | 2024.08.14 22:37:07.728950 [ 3 ] {} <Trace> HTTP-Session: 3b79ce9d-a586-417c-bb5c-a077c440d900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11641 | 2024.08.14 22:37:07.729138 [ 3 ] {608f6628-9374-43e0-9c56-2a39e25f98ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11642 | 2024.08.14 22:37:07.729206 [ 3 ] {608f6628-9374-43e0-9c56-2a39e25f98ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11643 | 2024.08.14 22:37:07.729393 [ 3 ] {608f6628-9374-43e0-9c56-2a39e25f98ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11644 | 2024.08.14 22:37:07.729805 [ 3 ] {608f6628-9374-43e0-9c56-2a39e25f98ca} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11645 | 2024.08.14 22:37:07.729851 [ 3 ] {608f6628-9374-43e0-9c56-2a39e25f98ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11646 | 2024.08.14 22:37:07.730217 [ 3 ] {608f6628-9374-43e0-9c56-2a39e25f98ca} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11647 | 2024.08.14 22:37:07.730551 [ 3 ] {608f6628-9374-43e0-9c56-2a39e25f98ca} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11648 | 2024.08.14 22:37:07.730721 [ 3 ] {608f6628-9374-43e0-9c56-2a39e25f98ca} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001639 sec., 10372.178157413056 rows/sec., 751.34 KiB/sec. | ||
11649 | 2024.08.14 22:37:07.730922 [ 3 ] {608f6628-9374-43e0-9c56-2a39e25f98ca} <Debug> DynamicQueryHandler: Done processing query | ||
11650 | 2024.08.14 22:37:07.730948 [ 3 ] {608f6628-9374-43e0-9c56-2a39e25f98ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11651 | 2024.08.14 22:37:07.730964 [ 3 ] {} <Debug> HTTP-Session: 3b79ce9d-a586-417c-bb5c-a077c440d900 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11652 | 2024.08.14 22:37:07.731230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 194759, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11653 | 2024.08.14 22:37:07.731283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11654 | 2024.08.14 22:37:07.731302 [ 3 ] {} <Debug> HTTP-Session: bda393f9-90db-4cec-acd4-0fbce794780e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11655 | 2024.08.14 22:37:07.731320 [ 3 ] {} <Debug> HTTP-Session: bda393f9-90db-4cec-acd4-0fbce794780e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11656 | 2024.08.14 22:37:07.731333 [ 3 ] {} <Debug> HTTP-Session: bda393f9-90db-4cec-acd4-0fbce794780e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11657 | 2024.08.14 22:37:07.731368 [ 3 ] {} <Trace> HTTP-Session: bda393f9-90db-4cec-acd4-0fbce794780e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11658 | 2024.08.14 22:37:07.731848 [ 3 ] {3744df12-e91c-44b9-b250-7902d5f7553e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11659 | 2024.08.14 22:37:07.731896 [ 3 ] {3744df12-e91c-44b9-b250-7902d5f7553e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11660 | 2024.08.14 22:37:07.732030 [ 3 ] {3744df12-e91c-44b9-b250-7902d5f7553e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11661 | 2024.08.14 22:37:07.733145 [ 3 ] {3744df12-e91c-44b9-b250-7902d5f7553e} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11662 | 2024.08.14 22:37:07.733183 [ 3 ] {3744df12-e91c-44b9-b250-7902d5f7553e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11663 | 2024.08.14 22:37:07.733581 [ 3 ] {3744df12-e91c-44b9-b250-7902d5f7553e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11664 | 2024.08.14 22:37:07.733901 [ 3 ] {3744df12-e91c-44b9-b250-7902d5f7553e} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11665 | 2024.08.14 22:37:07.734061 [ 3 ] {3744df12-e91c-44b9-b250-7902d5f7553e} <Debug> executeQuery: Read 1334 rows, 114.11 KiB in 0.002532 sec., 526856.2401263823 rows/sec., 44.01 MiB/sec. | ||
11666 | 2024.08.14 22:37:07.734072 [ 130 ] {} <Debug> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11667 | 2024.08.14 22:37:07.734180 [ 130 ] {} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11668 | 2024.08.14 22:37:07.734317 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11669 | 2024.08.14 22:37:07.734356 [ 3 ] {3744df12-e91c-44b9-b250-7902d5f7553e} <Debug> DynamicQueryHandler: Done processing query | ||
11670 | 2024.08.14 22:37:07.734402 [ 3 ] {3744df12-e91c-44b9-b250-7902d5f7553e} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
11671 | 2024.08.14 22:37:07.734452 [ 3 ] {} <Debug> HTTP-Session: bda393f9-90db-4cec-acd4-0fbce794780e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11672 | 2024.08.14 22:37:07.734605 [ 188 ] {99dad827-b692-4668-b096-a1f8f01ac229::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 | ||
11673 | 2024.08.14 22:37:07.734691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11674 | 2024.08.14 22:37:07.734873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11675 | 2024.08.14 22:37:07.734970 [ 3 ] {} <Debug> HTTP-Session: 5f9b7dd0-7ea0-45d5-9860-e79d901e6208 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11676 | 2024.08.14 22:37:07.735054 [ 3 ] {} <Debug> HTTP-Session: 5f9b7dd0-7ea0-45d5-9860-e79d901e6208 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11677 | 2024.08.14 22:37:07.735124 [ 3 ] {} <Debug> HTTP-Session: 5f9b7dd0-7ea0-45d5-9860-e79d901e6208 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11678 | 2024.08.14 22:37:07.735199 [ 188 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11679 | 2024.08.14 22:37:07.735280 [ 3 ] {} <Trace> HTTP-Session: 5f9b7dd0-7ea0-45d5-9860-e79d901e6208 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11680 | 2024.08.14 22:37:07.735308 [ 188 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1406 rows starting from the beginning of the part | ||
11681 | 2024.08.14 22:37:07.735796 [ 188 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 194 rows starting from the beginning of the part | ||
11682 | 2024.08.14 22:37:07.735900 [ 3 ] {a2d20e0a-51af-4270-a3a7-9d9df5728e9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11683 | 2024.08.14 22:37:07.736225 [ 3 ] {a2d20e0a-51af-4270-a3a7-9d9df5728e9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11684 | 2024.08.14 22:37:07.736364 [ 188 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 120 rows starting from the beginning of the part | ||
11685 | 2024.08.14 22:37:07.736679 [ 188 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 194 rows starting from the beginning of the part | ||
11686 | 2024.08.14 22:37:07.736859 [ 188 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 119 rows starting from the beginning of the part | ||
11687 | 2024.08.14 22:37:07.737065 [ 188 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1334 rows starting from the beginning of the part | ||
11688 | 2024.08.14 22:37:07.737222 [ 3 ] {a2d20e0a-51af-4270-a3a7-9d9df5728e9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11689 | 2024.08.14 22:37:07.737804 [ 3 ] {a2d20e0a-51af-4270-a3a7-9d9df5728e9e} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11690 | 2024.08.14 22:37:07.737852 [ 3 ] {a2d20e0a-51af-4270-a3a7-9d9df5728e9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11691 | 2024.08.14 22:37:07.738358 [ 3 ] {a2d20e0a-51af-4270-a3a7-9d9df5728e9e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
11692 | 2024.08.14 22:37:07.738741 [ 3 ] {a2d20e0a-51af-4270-a3a7-9d9df5728e9e} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11693 | 2024.08.14 22:37:07.738911 [ 3 ] {a2d20e0a-51af-4270-a3a7-9d9df5728e9e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.003346 sec., 68141.06395696354 rows/sec., 4.61 MiB/sec. | ||
11694 | 2024.08.14 22:37:07.739270 [ 3 ] {a2d20e0a-51af-4270-a3a7-9d9df5728e9e} <Debug> DynamicQueryHandler: Done processing query | ||
11695 | 2024.08.14 22:37:07.739327 [ 3 ] {a2d20e0a-51af-4270-a3a7-9d9df5728e9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
11696 | 2024.08.14 22:37:07.739351 [ 3 ] {} <Debug> HTTP-Session: 5f9b7dd0-7ea0-45d5-9860-e79d901e6208 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11697 | 2024.08.14 22:37:07.739370 [ 188 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3367 rows, containing 4 columns (4 merged, 0 gathered) in 0.004961962 sec., 678562.2300211085 rows/sec., 57.05 MiB/sec. | ||
11698 | 2024.08.14 22:37:07.739642 [ 191 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11699 | 2024.08.14 22:37:07.739756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 138362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11700 | 2024.08.14 22:37:07.739816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11701 | 2024.08.14 22:37:07.739846 [ 3 ] {} <Debug> HTTP-Session: c26f665c-7786-4bc5-961a-7e196ded120b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11702 | 2024.08.14 22:37:07.739879 [ 3 ] {} <Debug> HTTP-Session: c26f665c-7786-4bc5-961a-7e196ded120b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11703 | 2024.08.14 22:37:07.739907 [ 3 ] {} <Debug> HTTP-Session: c26f665c-7786-4bc5-961a-7e196ded120b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11704 | 2024.08.14 22:37:07.740035 [ 3 ] {} <Trace> HTTP-Session: c26f665c-7786-4bc5-961a-7e196ded120b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11705 | 2024.08.14 22:37:07.740446 [ 191 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_61_12} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11706 | 2024.08.14 22:37:07.740567 [ 191 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_61_12} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11707 | 2024.08.14 22:37:07.740605 [ 3 ] {40c4c1d2-b3f9-44a7-becb-5150ddd6f950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11708 | 2024.08.14 22:37:07.740701 [ 3 ] {40c4c1d2-b3f9-44a7-becb-5150ddd6f950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11709 | 2024.08.14 22:37:07.740739 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
11710 | 2024.08.14 22:37:07.740902 [ 3 ] {40c4c1d2-b3f9-44a7-becb-5150ddd6f950} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11711 | 2024.08.14 22:37:07.741753 [ 3 ] {40c4c1d2-b3f9-44a7-becb-5150ddd6f950} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11712 | 2024.08.14 22:37:07.741791 [ 3 ] {40c4c1d2-b3f9-44a7-becb-5150ddd6f950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11713 | 2024.08.14 22:37:07.742130 [ 3 ] {40c4c1d2-b3f9-44a7-becb-5150ddd6f950} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11714 | 2024.08.14 22:37:07.742435 [ 3 ] {40c4c1d2-b3f9-44a7-becb-5150ddd6f950} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): 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.14 22:37:07.742588 [ 3 ] {40c4c1d2-b3f9-44a7-becb-5150ddd6f950} <Debug> executeQuery: Read 849 rows, 62.64 KiB in 0.002314 sec., 366897.14779602416 rows/sec., 26.44 MiB/sec. | ||
11716 | 2024.08.14 22:37:07.742596 [ 130 ] {} <Debug> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11717 | 2024.08.14 22:37:07.742681 [ 130 ] {} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11718 | 2024.08.14 22:37:07.742729 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11719 | 2024.08.14 22:37:07.742912 [ 3 ] {40c4c1d2-b3f9-44a7-becb-5150ddd6f950} <Debug> DynamicQueryHandler: Done processing query | ||
11720 | 2024.08.14 22:37:07.742996 [ 3 ] {40c4c1d2-b3f9-44a7-becb-5150ddd6f950} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
11721 | 2024.08.14 22:37:07.743065 [ 3 ] {} <Debug> HTTP-Session: c26f665c-7786-4bc5-961a-7e196ded120b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11722 | 2024.08.14 22:37:07.743183 [ 186 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::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 | ||
11723 | 2024.08.14 22:37:07.743384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11724 | 2024.08.14 22:37:07.743562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11725 | 2024.08.14 22:37:07.743643 [ 3 ] {} <Debug> HTTP-Session: 9b86c64e-7253-4d8c-a5c2-075b4aea77df Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11726 | 2024.08.14 22:37:07.743716 [ 3 ] {} <Debug> HTTP-Session: 9b86c64e-7253-4d8c-a5c2-075b4aea77df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11727 | 2024.08.14 22:37:07.743784 [ 3 ] {} <Debug> HTTP-Session: 9b86c64e-7253-4d8c-a5c2-075b4aea77df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11728 | 2024.08.14 22:37:07.744122 [ 3 ] {} <Trace> HTTP-Session: 9b86c64e-7253-4d8c-a5c2-075b4aea77df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11729 | 2024.08.14 22:37:07.744150 [ 186 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11730 | 2024.08.14 22:37:07.744304 [ 186 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 904 rows starting from the beginning of the part | ||
11731 | 2024.08.14 22:37:07.744487 [ 3 ] {4bcd98b3-9de3-4664-8d7e-5133b99d1480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11732 | 2024.08.14 22:37:07.744566 [ 186 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 393 rows starting from the beginning of the part | ||
11733 | 2024.08.14 22:37:07.744624 [ 3 ] {4bcd98b3-9de3-4664-8d7e-5133b99d1480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11734 | 2024.08.14 22:37:07.744880 [ 186 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 87 rows starting from the beginning of the part | ||
11735 | 2024.08.14 22:37:07.745164 [ 186 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 393 rows starting from the beginning of the part | ||
11736 | 2024.08.14 22:37:07.745533 [ 186 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 85 rows starting from the beginning of the part | ||
11737 | 2024.08.14 22:37:07.745817 [ 186 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 849 rows starting from the beginning of the part | ||
11738 | 2024.08.14 22:37:07.745825 [ 3 ] {4bcd98b3-9de3-4664-8d7e-5133b99d1480} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11739 | 2024.08.14 22:37:07.746861 [ 3 ] {4bcd98b3-9de3-4664-8d7e-5133b99d1480} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11740 | 2024.08.14 22:37:07.746927 [ 3 ] {4bcd98b3-9de3-4664-8d7e-5133b99d1480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11741 | 2024.08.14 22:37:07.747856 [ 3 ] {4bcd98b3-9de3-4664-8d7e-5133b99d1480} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11742 | 2024.08.14 22:37:07.748522 [ 3 ] {4bcd98b3-9de3-4664-8d7e-5133b99d1480} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11743 | 2024.08.14 22:37:07.748736 [ 3 ] {4bcd98b3-9de3-4664-8d7e-5133b99d1480} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004327 sec., 1386.642015253062 rows/sec., 59.58 KiB/sec. | ||
11744 | 2024.08.14 22:37:07.749581 [ 3 ] {4bcd98b3-9de3-4664-8d7e-5133b99d1480} <Debug> DynamicQueryHandler: Done processing query | ||
11745 | 2024.08.14 22:37:07.749600 [ 186 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2711 rows, containing 4 columns (4 merged, 0 gathered) in 0.006789419 sec., 399297.7896930503 rows/sec., 28.79 MiB/sec. | ||
11746 | 2024.08.14 22:37:07.749668 [ 3 ] {4bcd98b3-9de3-4664-8d7e-5133b99d1480} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11747 | 2024.08.14 22:37:07.749753 [ 3 ] {} <Debug> HTTP-Session: 9b86c64e-7253-4d8c-a5c2-075b4aea77df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11748 | 2024.08.14 22:37:07.749920 [ 186 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11749 | 2024.08.14 22:37:07.750017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11750 | 2024.08.14 22:37:07.750104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11751 | 2024.08.14 22:37:07.750137 [ 3 ] {} <Debug> HTTP-Session: f6093f16-4f4f-4afc-a432-a59a20cef42f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11752 | 2024.08.14 22:37:07.750201 [ 3 ] {} <Debug> HTTP-Session: f6093f16-4f4f-4afc-a432-a59a20cef42f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11753 | 2024.08.14 22:37:07.750281 [ 3 ] {} <Debug> HTTP-Session: f6093f16-4f4f-4afc-a432-a59a20cef42f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11754 | 2024.08.14 22:37:07.750391 [ 3 ] {} <Trace> HTTP-Session: f6093f16-4f4f-4afc-a432-a59a20cef42f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11755 | 2024.08.14 22:37:07.750641 [ 3 ] {aa3dd631-9c27-4ab8-a788-ce3ee501dcab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
11756 | 2024.08.14 22:37:07.750715 [ 186 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_61_12} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11757 | 2024.08.14 22:37:07.750736 [ 3 ] {aa3dd631-9c27-4ab8-a788-ce3ee501dcab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
11758 | 2024.08.14 22:37:07.750924 [ 186 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_61_12} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11759 | 2024.08.14 22:37:07.751113 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
11760 | 2024.08.14 22:37:07.751207 [ 3 ] {aa3dd631-9c27-4ab8-a788-ce3ee501dcab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11761 | 2024.08.14 22:37:07.751557 [ 3 ] {aa3dd631-9c27-4ab8-a788-ce3ee501dcab} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11762 | 2024.08.14 22:37:07.751594 [ 3 ] {aa3dd631-9c27-4ab8-a788-ce3ee501dcab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11763 | 2024.08.14 22:37:07.751964 [ 3 ] {aa3dd631-9c27-4ab8-a788-ce3ee501dcab} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11764 | 2024.08.14 22:37:07.752304 [ 3 ] {aa3dd631-9c27-4ab8-a788-ce3ee501dcab} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11765 | 2024.08.14 22:37:07.752458 [ 3 ] {aa3dd631-9c27-4ab8-a788-ce3ee501dcab} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00191 sec., 40314.13612565445 rows/sec., 2.48 MiB/sec. | ||
11766 | 2024.08.14 22:37:07.752630 [ 3 ] {aa3dd631-9c27-4ab8-a788-ce3ee501dcab} <Debug> DynamicQueryHandler: Done processing query | ||
11767 | 2024.08.14 22:37:07.752655 [ 3 ] {aa3dd631-9c27-4ab8-a788-ce3ee501dcab} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11768 | 2024.08.14 22:37:07.752671 [ 3 ] {} <Debug> HTTP-Session: f6093f16-4f4f-4afc-a432-a59a20cef42f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11769 | 2024.08.14 22:37:07.752917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 160368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11770 | 2024.08.14 22:37:07.752966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11771 | 2024.08.14 22:37:07.752985 [ 3 ] {} <Debug> HTTP-Session: 1c6a1da6-5404-4d55-95e7-3e78db30ec01 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11772 | 2024.08.14 22:37:07.753001 [ 3 ] {} <Debug> HTTP-Session: 1c6a1da6-5404-4d55-95e7-3e78db30ec01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11773 | 2024.08.14 22:37:07.753014 [ 3 ] {} <Debug> HTTP-Session: 1c6a1da6-5404-4d55-95e7-3e78db30ec01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11774 | 2024.08.14 22:37:07.753045 [ 3 ] {} <Trace> HTTP-Session: 1c6a1da6-5404-4d55-95e7-3e78db30ec01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11775 | 2024.08.14 22:37:07.753511 [ 3 ] {41ebb4d5-c513-4315-85a7-60bc7007bd6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11776 | 2024.08.14 22:37:07.753557 [ 3 ] {41ebb4d5-c513-4315-85a7-60bc7007bd6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11777 | 2024.08.14 22:37:07.753703 [ 3 ] {41ebb4d5-c513-4315-85a7-60bc7007bd6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11778 | 2024.08.14 22:37:07.754505 [ 3 ] {41ebb4d5-c513-4315-85a7-60bc7007bd6b} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11779 | 2024.08.14 22:37:07.754541 [ 3 ] {41ebb4d5-c513-4315-85a7-60bc7007bd6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11780 | 2024.08.14 22:37:07.754955 [ 3 ] {41ebb4d5-c513-4315-85a7-60bc7007bd6b} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11781 | 2024.08.14 22:37:07.755284 [ 3 ] {41ebb4d5-c513-4315-85a7-60bc7007bd6b} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11782 | 2024.08.14 22:37:07.755431 [ 3 ] {41ebb4d5-c513-4315-85a7-60bc7007bd6b} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.002225 sec., 379325.84269662923 rows/sec., 25.53 MiB/sec. | ||
11783 | 2024.08.14 22:37:07.755588 [ 3 ] {41ebb4d5-c513-4315-85a7-60bc7007bd6b} <Debug> DynamicQueryHandler: Done processing query | ||
11784 | 2024.08.14 22:37:07.755611 [ 3 ] {41ebb4d5-c513-4315-85a7-60bc7007bd6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
11785 | 2024.08.14 22:37:07.755626 [ 3 ] {} <Debug> HTTP-Session: 1c6a1da6-5404-4d55-95e7-3e78db30ec01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11786 | 2024.08.14 22:37:07.756002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17724, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11787 | 2024.08.14 22:37:07.756050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11788 | 2024.08.14 22:37:07.756068 [ 3 ] {} <Debug> HTTP-Session: b30ac343-adaa-43b4-a3b1-158f0d0c53e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11789 | 2024.08.14 22:37:07.756084 [ 3 ] {} <Debug> HTTP-Session: b30ac343-adaa-43b4-a3b1-158f0d0c53e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11790 | 2024.08.14 22:37:07.756097 [ 3 ] {} <Debug> HTTP-Session: b30ac343-adaa-43b4-a3b1-158f0d0c53e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11791 | 2024.08.14 22:37:07.756127 [ 3 ] {} <Trace> HTTP-Session: b30ac343-adaa-43b4-a3b1-158f0d0c53e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11792 | 2024.08.14 22:37:07.756293 [ 3 ] {39d246fd-d841-42e4-9a76-7976383d7f20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11793 | 2024.08.14 22:37:07.756355 [ 3 ] {39d246fd-d841-42e4-9a76-7976383d7f20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
11794 | 2024.08.14 22:37:07.756778 [ 3 ] {39d246fd-d841-42e4-9a76-7976383d7f20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11795 | 2024.08.14 22:37:07.757325 [ 3 ] {39d246fd-d841-42e4-9a76-7976383d7f20} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11796 | 2024.08.14 22:37:07.757361 [ 3 ] {39d246fd-d841-42e4-9a76-7976383d7f20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11797 | 2024.08.14 22:37:07.757954 [ 3 ] {39d246fd-d841-42e4-9a76-7976383d7f20} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11798 | 2024.08.14 22:37:07.758354 [ 3 ] {39d246fd-d841-42e4-9a76-7976383d7f20} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11799 | 2024.08.14 22:37:07.758537 [ 3 ] {39d246fd-d841-42e4-9a76-7976383d7f20} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002338 sec., 4704.875962360993 rows/sec., 8.43 MiB/sec. | ||
11800 | 2024.08.14 22:37:07.758759 [ 3 ] {39d246fd-d841-42e4-9a76-7976383d7f20} <Debug> DynamicQueryHandler: Done processing query | ||
11801 | 2024.08.14 22:37:07.758782 [ 3 ] {39d246fd-d841-42e4-9a76-7976383d7f20} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
11802 | 2024.08.14 22:37:07.758799 [ 3 ] {} <Debug> HTTP-Session: b30ac343-adaa-43b4-a3b1-158f0d0c53e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11803 | 2024.08.14 22:37:07.758917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11804 | 2024.08.14 22:37:07.758967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11805 | 2024.08.14 22:37:07.758985 [ 3 ] {} <Debug> HTTP-Session: fa6552cc-7f27-4325-9d44-71736e867388 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11806 | 2024.08.14 22:37:07.759001 [ 3 ] {} <Debug> HTTP-Session: fa6552cc-7f27-4325-9d44-71736e867388 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11807 | 2024.08.14 22:37:07.759015 [ 3 ] {} <Debug> HTTP-Session: fa6552cc-7f27-4325-9d44-71736e867388 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11808 | 2024.08.14 22:37:07.759045 [ 3 ] {} <Trace> HTTP-Session: fa6552cc-7f27-4325-9d44-71736e867388 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11809 | 2024.08.14 22:37:07.759144 [ 3 ] {f6615fbe-8dbb-4025-a55b-89b2a59178e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11810 | 2024.08.14 22:37:07.759187 [ 3 ] {f6615fbe-8dbb-4025-a55b-89b2a59178e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11811 | 2024.08.14 22:37:07.759316 [ 3 ] {f6615fbe-8dbb-4025-a55b-89b2a59178e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11812 | 2024.08.14 22:37:07.759604 [ 3 ] {f6615fbe-8dbb-4025-a55b-89b2a59178e2} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11813 | 2024.08.14 22:37:07.759640 [ 3 ] {f6615fbe-8dbb-4025-a55b-89b2a59178e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11814 | 2024.08.14 22:37:07.759990 [ 3 ] {f6615fbe-8dbb-4025-a55b-89b2a59178e2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
11815 | 2024.08.14 22:37:07.760299 [ 3 ] {f6615fbe-8dbb-4025-a55b-89b2a59178e2} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11816 | 2024.08.14 22:37:07.760455 [ 3 ] {f6615fbe-8dbb-4025-a55b-89b2a59178e2} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001335 sec., 17228.464419475655 rows/sec., 931.94 KiB/sec. | ||
11817 | 2024.08.14 22:37:07.760606 [ 3 ] {f6615fbe-8dbb-4025-a55b-89b2a59178e2} <Debug> DynamicQueryHandler: Done processing query | ||
11818 | 2024.08.14 22:37:07.760629 [ 3 ] {f6615fbe-8dbb-4025-a55b-89b2a59178e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11819 | 2024.08.14 22:37:07.760644 [ 3 ] {} <Debug> HTTP-Session: fa6552cc-7f27-4325-9d44-71736e867388 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11820 | 2024.08.14 22:37:07.760764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11821 | 2024.08.14 22:37:07.760811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11822 | 2024.08.14 22:37:07.760830 [ 3 ] {} <Debug> HTTP-Session: de7c201b-a600-4d8b-861e-a973ce934923 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11823 | 2024.08.14 22:37:07.760846 [ 3 ] {} <Debug> HTTP-Session: de7c201b-a600-4d8b-861e-a973ce934923 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11824 | 2024.08.14 22:37:07.760860 [ 3 ] {} <Debug> HTTP-Session: de7c201b-a600-4d8b-861e-a973ce934923 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11825 | 2024.08.14 22:37:07.760889 [ 3 ] {} <Trace> HTTP-Session: de7c201b-a600-4d8b-861e-a973ce934923 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11826 | 2024.08.14 22:37:07.761002 [ 3 ] {120001bf-4830-4ea3-9a23-0737e6f36702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11827 | 2024.08.14 22:37:07.761045 [ 3 ] {120001bf-4830-4ea3-9a23-0737e6f36702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11828 | 2024.08.14 22:37:07.761168 [ 3 ] {120001bf-4830-4ea3-9a23-0737e6f36702} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11829 | 2024.08.14 22:37:07.761453 [ 3 ] {120001bf-4830-4ea3-9a23-0737e6f36702} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11830 | 2024.08.14 22:37:07.761489 [ 3 ] {120001bf-4830-4ea3-9a23-0737e6f36702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11831 | 2024.08.14 22:37:07.761835 [ 3 ] {120001bf-4830-4ea3-9a23-0737e6f36702} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11832 | 2024.08.14 22:37:07.762154 [ 3 ] {120001bf-4830-4ea3-9a23-0737e6f36702} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11833 | 2024.08.14 22:37:07.762303 [ 3 ] {120001bf-4830-4ea3-9a23-0737e6f36702} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001333 sec., 45011.252813203304 rows/sec., 3.03 MiB/sec. | ||
11834 | 2024.08.14 22:37:07.762571 [ 3 ] {120001bf-4830-4ea3-9a23-0737e6f36702} <Debug> DynamicQueryHandler: Done processing query | ||
11835 | 2024.08.14 22:37:07.762627 [ 3 ] {120001bf-4830-4ea3-9a23-0737e6f36702} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11836 | 2024.08.14 22:37:07.762687 [ 3 ] {} <Debug> HTTP-Session: de7c201b-a600-4d8b-861e-a973ce934923 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11837 | 2024.08.14 22:37:11.085872 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11838 | 2024.08.14 22:37:11.085953 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11839 | 2024.08.14 22:37:12.843126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11840 | 2024.08.14 22:37:12.843249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11841 | 2024.08.14 22:37:12.843278 [ 3 ] {} <Debug> HTTP-Session: 4bb29dc7-875e-41c6-9a1f-2a1070901a39 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11842 | 2024.08.14 22:37:12.843306 [ 3 ] {} <Debug> HTTP-Session: 4bb29dc7-875e-41c6-9a1f-2a1070901a39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11843 | 2024.08.14 22:37:12.843324 [ 3 ] {} <Debug> HTTP-Session: 4bb29dc7-875e-41c6-9a1f-2a1070901a39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11844 | 2024.08.14 22:37:12.843378 [ 3 ] {} <Trace> HTTP-Session: 4bb29dc7-875e-41c6-9a1f-2a1070901a39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11845 | 2024.08.14 22:37:12.843585 [ 3 ] {62f4e9d3-9d40-42d2-a966-96dbfb452eda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11846 | 2024.08.14 22:37:12.843660 [ 3 ] {62f4e9d3-9d40-42d2-a966-96dbfb452eda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11847 | 2024.08.14 22:37:12.843878 [ 3 ] {62f4e9d3-9d40-42d2-a966-96dbfb452eda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11848 | 2024.08.14 22:37:12.844339 [ 3 ] {62f4e9d3-9d40-42d2-a966-96dbfb452eda} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11849 | 2024.08.14 22:37:12.844383 [ 3 ] {62f4e9d3-9d40-42d2-a966-96dbfb452eda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11850 | 2024.08.14 22:37:12.844757 [ 3 ] {62f4e9d3-9d40-42d2-a966-96dbfb452eda} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11851 | 2024.08.14 22:37:12.845087 [ 3 ] {62f4e9d3-9d40-42d2-a966-96dbfb452eda} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11852 | 2024.08.14 22:37:12.845260 [ 3 ] {62f4e9d3-9d40-42d2-a966-96dbfb452eda} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001733 sec., 12117.714945181766 rows/sec., 982.20 KiB/sec. | ||
11853 | 2024.08.14 22:37:12.845271 [ 118 ] {} <Debug> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11854 | 2024.08.14 22:37:12.845380 [ 118 ] {} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11855 | 2024.08.14 22:37:12.845432 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11856 | 2024.08.14 22:37:12.845557 [ 3 ] {62f4e9d3-9d40-42d2-a966-96dbfb452eda} <Debug> DynamicQueryHandler: Done processing query | ||
11857 | 2024.08.14 22:37:12.845618 [ 3 ] {62f4e9d3-9d40-42d2-a966-96dbfb452eda} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11858 | 2024.08.14 22:37:12.845653 [ 3 ] {} <Debug> HTTP-Session: 4bb29dc7-875e-41c6-9a1f-2a1070901a39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11859 | 2024.08.14 22:37:12.845662 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::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 | ||
11860 | 2024.08.14 22:37:12.845815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11861 | 2024.08.14 22:37:12.845939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11862 | 2024.08.14 22:37:12.845979 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11863 | 2024.08.14 22:37:12.845992 [ 3 ] {} <Debug> HTTP-Session: ed7cd03a-61f8-484d-b791-218d20c21441 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11864 | 2024.08.14 22:37:12.846046 [ 3 ] {} <Debug> HTTP-Session: ed7cd03a-61f8-484d-b791-218d20c21441 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11865 | 2024.08.14 22:37:12.846052 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 38 rows starting from the beginning of the part | ||
11866 | 2024.08.14 22:37:12.846068 [ 3 ] {} <Debug> HTTP-Session: ed7cd03a-61f8-484d-b791-218d20c21441 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11867 | 2024.08.14 22:37:12.846151 [ 3 ] {} <Trace> HTTP-Session: ed7cd03a-61f8-484d-b791-218d20c21441 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11868 | 2024.08.14 22:37:12.846250 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 21 rows starting from the beginning of the part | ||
11869 | 2024.08.14 22:37:12.846509 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 17 rows starting from the beginning of the part | ||
11870 | 2024.08.14 22:37:12.846754 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 21 rows starting from the beginning of the part | ||
11871 | 2024.08.14 22:37:12.847011 [ 3 ] {0f5f0dc5-a8a2-48f7-8b11-f6bb76fe3ca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11872 | 2024.08.14 22:37:12.847075 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 17 rows starting from the beginning of the part | ||
11873 | 2024.08.14 22:37:12.847169 [ 3 ] {0f5f0dc5-a8a2-48f7-8b11-f6bb76fe3ca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11874 | 2024.08.14 22:37:12.847445 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 21 rows starting from the beginning of the part | ||
11875 | 2024.08.14 22:37:12.848119 [ 3 ] {0f5f0dc5-a8a2-48f7-8b11-f6bb76fe3ca8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11876 | 2024.08.14 22:37:12.848886 [ 3 ] {0f5f0dc5-a8a2-48f7-8b11-f6bb76fe3ca8} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11877 | 2024.08.14 22:37:12.848958 [ 3 ] {0f5f0dc5-a8a2-48f7-8b11-f6bb76fe3ca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11878 | 2024.08.14 22:37:12.849839 [ 3 ] {0f5f0dc5-a8a2-48f7-8b11-f6bb76fe3ca8} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11879 | 2024.08.14 22:37:12.850203 [ 198 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 135 rows, containing 4 columns (4 merged, 0 gathered) in 0.004673828 sec., 28884.24648917333 rows/sec., 2.19 MiB/sec. | ||
11880 | 2024.08.14 22:37:12.850459 [ 198 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11881 | 2024.08.14 22:37:12.850515 [ 3 ] {0f5f0dc5-a8a2-48f7-8b11-f6bb76fe3ca8} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11882 | 2024.08.14 22:37:12.850822 [ 3 ] {0f5f0dc5-a8a2-48f7-8b11-f6bb76fe3ca8} <Debug> executeQuery: Read 119 rows, 10.08 KiB in 0.00435 sec., 27356.32183908046 rows/sec., 2.26 MiB/sec. | ||
11883 | 2024.08.14 22:37:12.851325 [ 3 ] {0f5f0dc5-a8a2-48f7-8b11-f6bb76fe3ca8} <Debug> DynamicQueryHandler: Done processing query | ||
11884 | 2024.08.14 22:37:12.851362 [ 3 ] {0f5f0dc5-a8a2-48f7-8b11-f6bb76fe3ca8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11885 | 2024.08.14 22:37:12.851410 [ 3 ] {} <Debug> HTTP-Session: ed7cd03a-61f8-484d-b791-218d20c21441 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11886 | 2024.08.14 22:37:12.851492 [ 198 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_61_12} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11887 | 2024.08.14 22:37:12.851588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11888 | 2024.08.14 22:37:12.851604 [ 198 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_61_12} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11889 | 2024.08.14 22:37:12.851665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11890 | 2024.08.14 22:37:12.851738 [ 3 ] {} <Debug> HTTP-Session: 7eefcf68-7421-46c3-8e29-e56c4f3b0238 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11891 | 2024.08.14 22:37:12.851766 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11892 | 2024.08.14 22:37:12.851779 [ 3 ] {} <Debug> HTTP-Session: 7eefcf68-7421-46c3-8e29-e56c4f3b0238 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11893 | 2024.08.14 22:37:12.851825 [ 3 ] {} <Debug> HTTP-Session: 7eefcf68-7421-46c3-8e29-e56c4f3b0238 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11894 | 2024.08.14 22:37:12.851859 [ 3 ] {} <Trace> HTTP-Session: 7eefcf68-7421-46c3-8e29-e56c4f3b0238 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11895 | 2024.08.14 22:37:12.851991 [ 3 ] {2cf861ba-cfe7-49d7-881b-f90059def89f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11896 | 2024.08.14 22:37:12.852037 [ 3 ] {2cf861ba-cfe7-49d7-881b-f90059def89f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11897 | 2024.08.14 22:37:12.852186 [ 3 ] {2cf861ba-cfe7-49d7-881b-f90059def89f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11898 | 2024.08.14 22:37:12.852557 [ 3 ] {2cf861ba-cfe7-49d7-881b-f90059def89f} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11899 | 2024.08.14 22:37:12.852594 [ 3 ] {2cf861ba-cfe7-49d7-881b-f90059def89f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11900 | 2024.08.14 22:37:12.852917 [ 3 ] {2cf861ba-cfe7-49d7-881b-f90059def89f} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11901 | 2024.08.14 22:37:12.853241 [ 3 ] {2cf861ba-cfe7-49d7-881b-f90059def89f} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11902 | 2024.08.14 22:37:12.853391 [ 3 ] {2cf861ba-cfe7-49d7-881b-f90059def89f} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001442 sec., 58945.90846047157 rows/sec., 4.60 MiB/sec. | ||
11903 | 2024.08.14 22:37:12.853578 [ 3 ] {2cf861ba-cfe7-49d7-881b-f90059def89f} <Debug> DynamicQueryHandler: Done processing query | ||
11904 | 2024.08.14 22:37:12.853612 [ 3 ] {2cf861ba-cfe7-49d7-881b-f90059def89f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11905 | 2024.08.14 22:37:12.853634 [ 3 ] {} <Debug> HTTP-Session: 7eefcf68-7421-46c3-8e29-e56c4f3b0238 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11906 | 2024.08.14 22:37:12.853799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11907 | 2024.08.14 22:37:12.853862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11908 | 2024.08.14 22:37:12.853887 [ 3 ] {} <Debug> HTTP-Session: cc8fce32-be07-48f0-a2ca-a7a69c69bbd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11909 | 2024.08.14 22:37:12.853908 [ 3 ] {} <Debug> HTTP-Session: cc8fce32-be07-48f0-a2ca-a7a69c69bbd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11910 | 2024.08.14 22:37:12.853926 [ 3 ] {} <Debug> HTTP-Session: cc8fce32-be07-48f0-a2ca-a7a69c69bbd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11911 | 2024.08.14 22:37:12.853966 [ 3 ] {} <Trace> HTTP-Session: cc8fce32-be07-48f0-a2ca-a7a69c69bbd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11912 | 2024.08.14 22:37:12.854140 [ 3 ] {434a9031-ed7d-4c19-8afd-010361818654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11913 | 2024.08.14 22:37:12.854188 [ 3 ] {434a9031-ed7d-4c19-8afd-010361818654} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11914 | 2024.08.14 22:37:12.854339 [ 3 ] {434a9031-ed7d-4c19-8afd-010361818654} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11915 | 2024.08.14 22:37:12.854812 [ 3 ] {434a9031-ed7d-4c19-8afd-010361818654} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11916 | 2024.08.14 22:37:12.854850 [ 3 ] {434a9031-ed7d-4c19-8afd-010361818654} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11917 | 2024.08.14 22:37:12.855248 [ 3 ] {434a9031-ed7d-4c19-8afd-010361818654} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11918 | 2024.08.14 22:37:12.855588 [ 3 ] {434a9031-ed7d-4c19-8afd-010361818654} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11919 | 2024.08.14 22:37:12.855755 [ 3 ] {434a9031-ed7d-4c19-8afd-010361818654} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001692 sec., 94562.64775413711 rows/sec., 6.59 MiB/sec. | ||
11920 | 2024.08.14 22:37:12.855923 [ 3 ] {434a9031-ed7d-4c19-8afd-010361818654} <Debug> DynamicQueryHandler: Done processing query | ||
11921 | 2024.08.14 22:37:12.855948 [ 3 ] {434a9031-ed7d-4c19-8afd-010361818654} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11922 | 2024.08.14 22:37:12.855965 [ 3 ] {} <Debug> HTTP-Session: cc8fce32-be07-48f0-a2ca-a7a69c69bbd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11923 | 2024.08.14 22:37:12.856106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11924 | 2024.08.14 22:37:12.856158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11925 | 2024.08.14 22:37:12.856178 [ 3 ] {} <Debug> HTTP-Session: 47b5545f-7335-481a-9238-cbd3263e394c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11926 | 2024.08.14 22:37:12.856195 [ 3 ] {} <Debug> HTTP-Session: 47b5545f-7335-481a-9238-cbd3263e394c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11927 | 2024.08.14 22:37:12.856209 [ 3 ] {} <Debug> HTTP-Session: 47b5545f-7335-481a-9238-cbd3263e394c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11928 | 2024.08.14 22:37:12.856240 [ 3 ] {} <Trace> HTTP-Session: 47b5545f-7335-481a-9238-cbd3263e394c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11929 | 2024.08.14 22:37:12.856485 [ 3 ] {abdbe602-0d92-4d89-98e5-498c6ad8534b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11930 | 2024.08.14 22:37:12.856549 [ 3 ] {abdbe602-0d92-4d89-98e5-498c6ad8534b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
11931 | 2024.08.14 22:37:12.856975 [ 3 ] {abdbe602-0d92-4d89-98e5-498c6ad8534b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11932 | 2024.08.14 22:37:12.857530 [ 3 ] {abdbe602-0d92-4d89-98e5-498c6ad8534b} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11933 | 2024.08.14 22:37:12.857567 [ 3 ] {abdbe602-0d92-4d89-98e5-498c6ad8534b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11934 | 2024.08.14 22:37:12.858144 [ 3 ] {abdbe602-0d92-4d89-98e5-498c6ad8534b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11935 | 2024.08.14 22:37:12.858539 [ 3 ] {abdbe602-0d92-4d89-98e5-498c6ad8534b} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11936 | 2024.08.14 22:37:12.858742 [ 3 ] {abdbe602-0d92-4d89-98e5-498c6ad8534b} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.00242 sec., 8677.685950413224 rows/sec., 15.55 MiB/sec. | ||
11937 | 2024.08.14 22:37:12.858938 [ 3 ] {abdbe602-0d92-4d89-98e5-498c6ad8534b} <Debug> DynamicQueryHandler: Done processing query | ||
11938 | 2024.08.14 22:37:12.858962 [ 3 ] {abdbe602-0d92-4d89-98e5-498c6ad8534b} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
11939 | 2024.08.14 22:37:12.858979 [ 3 ] {} <Debug> HTTP-Session: 47b5545f-7335-481a-9238-cbd3263e394c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11940 | 2024.08.14 22:37:12.859105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11941 | 2024.08.14 22:37:12.859155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11942 | 2024.08.14 22:37:12.859175 [ 3 ] {} <Debug> HTTP-Session: c2847f93-8129-4df2-bde5-86bf234a7db9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11943 | 2024.08.14 22:37:12.859191 [ 3 ] {} <Debug> HTTP-Session: c2847f93-8129-4df2-bde5-86bf234a7db9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11944 | 2024.08.14 22:37:12.859205 [ 3 ] {} <Debug> HTTP-Session: c2847f93-8129-4df2-bde5-86bf234a7db9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11945 | 2024.08.14 22:37:12.859235 [ 3 ] {} <Trace> HTTP-Session: c2847f93-8129-4df2-bde5-86bf234a7db9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11946 | 2024.08.14 22:37:12.859361 [ 3 ] {d1279c43-21e1-4508-b77e-c7d1cb7ef641} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11947 | 2024.08.14 22:37:12.859405 [ 3 ] {d1279c43-21e1-4508-b77e-c7d1cb7ef641} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11948 | 2024.08.14 22:37:12.859533 [ 3 ] {d1279c43-21e1-4508-b77e-c7d1cb7ef641} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11949 | 2024.08.14 22:37:12.859882 [ 3 ] {d1279c43-21e1-4508-b77e-c7d1cb7ef641} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11950 | 2024.08.14 22:37:12.859918 [ 3 ] {d1279c43-21e1-4508-b77e-c7d1cb7ef641} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11951 | 2024.08.14 22:37:12.860276 [ 3 ] {d1279c43-21e1-4508-b77e-c7d1cb7ef641} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11952 | 2024.08.14 22:37:12.860593 [ 3 ] {d1279c43-21e1-4508-b77e-c7d1cb7ef641} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11953 | 2024.08.14 22:37:12.860748 [ 3 ] {d1279c43-21e1-4508-b77e-c7d1cb7ef641} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001425 sec., 42105.26315789473 rows/sec., 2.84 MiB/sec. | ||
11954 | 2024.08.14 22:37:12.860909 [ 3 ] {d1279c43-21e1-4508-b77e-c7d1cb7ef641} <Debug> DynamicQueryHandler: Done processing query | ||
11955 | 2024.08.14 22:37:12.860934 [ 3 ] {d1279c43-21e1-4508-b77e-c7d1cb7ef641} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11956 | 2024.08.14 22:37:12.860950 [ 3 ] {} <Debug> HTTP-Session: c2847f93-8129-4df2-bde5-86bf234a7db9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11957 | 2024.08.14 22:37:17.847816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11958 | 2024.08.14 22:37:17.848003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11959 | 2024.08.14 22:37:17.848048 [ 3 ] {} <Debug> HTTP-Session: cfe3f47c-1476-4064-af8e-e3a71e588723 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11960 | 2024.08.14 22:37:17.848090 [ 3 ] {} <Debug> HTTP-Session: cfe3f47c-1476-4064-af8e-e3a71e588723 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11961 | 2024.08.14 22:37:17.848118 [ 3 ] {} <Debug> HTTP-Session: cfe3f47c-1476-4064-af8e-e3a71e588723 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11962 | 2024.08.14 22:37:17.848205 [ 3 ] {} <Trace> HTTP-Session: cfe3f47c-1476-4064-af8e-e3a71e588723 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11963 | 2024.08.14 22:37:17.848446 [ 3 ] {15bc1566-d77b-4bce-9e8c-04d9444783d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11964 | 2024.08.14 22:37:17.848508 [ 3 ] {15bc1566-d77b-4bce-9e8c-04d9444783d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11965 | 2024.08.14 22:37:17.848695 [ 3 ] {15bc1566-d77b-4bce-9e8c-04d9444783d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11966 | 2024.08.14 22:37:17.849100 [ 3 ] {15bc1566-d77b-4bce-9e8c-04d9444783d5} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11967 | 2024.08.14 22:37:17.849139 [ 3 ] {15bc1566-d77b-4bce-9e8c-04d9444783d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11968 | 2024.08.14 22:37:17.849504 [ 3 ] {15bc1566-d77b-4bce-9e8c-04d9444783d5} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11969 | 2024.08.14 22:37:17.849832 [ 3 ] {15bc1566-d77b-4bce-9e8c-04d9444783d5} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11970 | 2024.08.14 22:37:17.849974 [ 3 ] {15bc1566-d77b-4bce-9e8c-04d9444783d5} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001584 sec., 10732.323232323233 rows/sec., 777.43 KiB/sec. | ||
11971 | 2024.08.14 22:37:17.850162 [ 3 ] {15bc1566-d77b-4bce-9e8c-04d9444783d5} <Debug> DynamicQueryHandler: Done processing query | ||
11972 | 2024.08.14 22:37:17.850188 [ 3 ] {15bc1566-d77b-4bce-9e8c-04d9444783d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11973 | 2024.08.14 22:37:17.850204 [ 3 ] {} <Debug> HTTP-Session: cfe3f47c-1476-4064-af8e-e3a71e588723 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11974 | 2024.08.14 22:37:17.850379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 29344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11975 | 2024.08.14 22:37:17.850428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11976 | 2024.08.14 22:37:17.850448 [ 3 ] {} <Debug> HTTP-Session: 8059c9dd-f69d-4b95-9522-94356e6e2f5a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11977 | 2024.08.14 22:37:17.850464 [ 3 ] {} <Debug> HTTP-Session: 8059c9dd-f69d-4b95-9522-94356e6e2f5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11978 | 2024.08.14 22:37:17.850478 [ 3 ] {} <Debug> HTTP-Session: 8059c9dd-f69d-4b95-9522-94356e6e2f5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11979 | 2024.08.14 22:37:17.850510 [ 3 ] {} <Trace> HTTP-Session: 8059c9dd-f69d-4b95-9522-94356e6e2f5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11980 | 2024.08.14 22:37:17.850654 [ 3 ] {2bfbbd00-b418-48c3-acad-8804e7166918} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11981 | 2024.08.14 22:37:17.850696 [ 3 ] {2bfbbd00-b418-48c3-acad-8804e7166918} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11982 | 2024.08.14 22:37:17.850821 [ 3 ] {2bfbbd00-b418-48c3-acad-8804e7166918} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11983 | 2024.08.14 22:37:17.851236 [ 3 ] {2bfbbd00-b418-48c3-acad-8804e7166918} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11984 | 2024.08.14 22:37:17.851273 [ 3 ] {2bfbbd00-b418-48c3-acad-8804e7166918} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
11985 | 2024.08.14 22:37:17.851590 [ 3 ] {2bfbbd00-b418-48c3-acad-8804e7166918} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11986 | 2024.08.14 22:37:17.851897 [ 3 ] {2bfbbd00-b418-48c3-acad-8804e7166918} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11987 | 2024.08.14 22:37:17.852021 [ 3 ] {2bfbbd00-b418-48c3-acad-8804e7166918} <Debug> executeQuery: Read 194 rows, 17.54 KiB in 0.001434 sec., 135285.91352859137 rows/sec., 11.95 MiB/sec. | ||
11988 | 2024.08.14 22:37:17.852273 [ 3 ] {2bfbbd00-b418-48c3-acad-8804e7166918} <Debug> DynamicQueryHandler: Done processing query | ||
11989 | 2024.08.14 22:37:17.852334 [ 3 ] {2bfbbd00-b418-48c3-acad-8804e7166918} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
11990 | 2024.08.14 22:37:17.852406 [ 3 ] {} <Debug> HTTP-Session: 8059c9dd-f69d-4b95-9522-94356e6e2f5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11991 | 2024.08.14 22:37:17.852667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 63412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11992 | 2024.08.14 22:37:17.852721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11993 | 2024.08.14 22:37:17.852741 [ 3 ] {} <Debug> HTTP-Session: 4c39f643-95a6-4af9-832e-d158f606b680 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
11994 | 2024.08.14 22:37:17.852757 [ 3 ] {} <Debug> HTTP-Session: 4c39f643-95a6-4af9-832e-d158f606b680 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11995 | 2024.08.14 22:37:17.852771 [ 3 ] {} <Debug> HTTP-Session: 4c39f643-95a6-4af9-832e-d158f606b680 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11996 | 2024.08.14 22:37:17.852804 [ 3 ] {} <Trace> HTTP-Session: 4c39f643-95a6-4af9-832e-d158f606b680 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11997 | 2024.08.14 22:37:17.853002 [ 3 ] {1ba3f7c4-41ff-474d-993c-8d692c1a042e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11998 | 2024.08.14 22:37:17.853047 [ 3 ] {1ba3f7c4-41ff-474d-993c-8d692c1a042e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11999 | 2024.08.14 22:37:17.853190 [ 3 ] {1ba3f7c4-41ff-474d-993c-8d692c1a042e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12000 | 2024.08.14 22:37:17.853678 [ 3 ] {1ba3f7c4-41ff-474d-993c-8d692c1a042e} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12001 | 2024.08.14 22:37:17.853714 [ 3 ] {1ba3f7c4-41ff-474d-993c-8d692c1a042e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12002 | 2024.08.14 22:37:17.854032 [ 3 ] {1ba3f7c4-41ff-474d-993c-8d692c1a042e} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12003 | 2024.08.14 22:37:17.854333 [ 3 ] {1ba3f7c4-41ff-474d-993c-8d692c1a042e} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12004 | 2024.08.14 22:37:17.854454 [ 3 ] {1ba3f7c4-41ff-474d-993c-8d692c1a042e} <Debug> executeQuery: Read 393 rows, 28.36 KiB in 0.001559 sec., 252084.6696600385 rows/sec., 17.76 MiB/sec. | ||
12005 | 2024.08.14 22:37:17.854604 [ 3 ] {1ba3f7c4-41ff-474d-993c-8d692c1a042e} <Debug> DynamicQueryHandler: Done processing query | ||
12006 | 2024.08.14 22:37:17.854628 [ 3 ] {1ba3f7c4-41ff-474d-993c-8d692c1a042e} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
12007 | 2024.08.14 22:37:17.854643 [ 3 ] {} <Debug> HTTP-Session: 4c39f643-95a6-4af9-832e-d158f606b680 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12008 | 2024.08.14 22:37:17.854774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12009 | 2024.08.14 22:37:17.854821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12010 | 2024.08.14 22:37:17.854840 [ 3 ] {} <Debug> HTTP-Session: 58db5ced-fdb1-4979-a531-4fe56ff9db66 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12011 | 2024.08.14 22:37:17.854856 [ 3 ] {} <Debug> HTTP-Session: 58db5ced-fdb1-4979-a531-4fe56ff9db66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12012 | 2024.08.14 22:37:17.854869 [ 3 ] {} <Debug> HTTP-Session: 58db5ced-fdb1-4979-a531-4fe56ff9db66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12013 | 2024.08.14 22:37:17.854899 [ 3 ] {} <Trace> HTTP-Session: 58db5ced-fdb1-4979-a531-4fe56ff9db66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12014 | 2024.08.14 22:37:17.854992 [ 3 ] {cee8ad58-ca27-425e-bc4e-a21f39f5c43b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12015 | 2024.08.14 22:37:17.855035 [ 3 ] {cee8ad58-ca27-425e-bc4e-a21f39f5c43b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12016 | 2024.08.14 22:37:17.855161 [ 3 ] {cee8ad58-ca27-425e-bc4e-a21f39f5c43b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12017 | 2024.08.14 22:37:17.855534 [ 3 ] {cee8ad58-ca27-425e-bc4e-a21f39f5c43b} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12018 | 2024.08.14 22:37:17.855569 [ 3 ] {cee8ad58-ca27-425e-bc4e-a21f39f5c43b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12019 | 2024.08.14 22:37:17.855923 [ 3 ] {cee8ad58-ca27-425e-bc4e-a21f39f5c43b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12020 | 2024.08.14 22:37:17.856234 [ 3 ] {cee8ad58-ca27-425e-bc4e-a21f39f5c43b} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12021 | 2024.08.14 22:37:17.856361 [ 3 ] {cee8ad58-ca27-425e-bc4e-a21f39f5c43b} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001393 sec., 4307.250538406318 rows/sec., 185.08 KiB/sec. | ||
12022 | 2024.08.14 22:37:17.856518 [ 3 ] {cee8ad58-ca27-425e-bc4e-a21f39f5c43b} <Debug> DynamicQueryHandler: Done processing query | ||
12023 | 2024.08.14 22:37:17.856542 [ 3 ] {cee8ad58-ca27-425e-bc4e-a21f39f5c43b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12024 | 2024.08.14 22:37:17.856557 [ 3 ] {} <Debug> HTTP-Session: 58db5ced-fdb1-4979-a531-4fe56ff9db66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12025 | 2024.08.14 22:37:17.856677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12026 | 2024.08.14 22:37:17.856725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12027 | 2024.08.14 22:37:17.856744 [ 3 ] {} <Debug> HTTP-Session: 5c59856e-2413-4f35-88a8-1cf007ec3d13 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12028 | 2024.08.14 22:37:17.856760 [ 3 ] {} <Debug> HTTP-Session: 5c59856e-2413-4f35-88a8-1cf007ec3d13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12029 | 2024.08.14 22:37:17.856774 [ 3 ] {} <Debug> HTTP-Session: 5c59856e-2413-4f35-88a8-1cf007ec3d13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12030 | 2024.08.14 22:37:17.856804 [ 3 ] {} <Trace> HTTP-Session: 5c59856e-2413-4f35-88a8-1cf007ec3d13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12031 | 2024.08.14 22:37:17.856940 [ 3 ] {29db568f-f6c3-4dff-988d-6884665b8b60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
12032 | 2024.08.14 22:37:17.856985 [ 3 ] {29db568f-f6c3-4dff-988d-6884665b8b60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
12033 | 2024.08.14 22:37:17.857123 [ 3 ] {29db568f-f6c3-4dff-988d-6884665b8b60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12034 | 2024.08.14 22:37:17.857471 [ 3 ] {29db568f-f6c3-4dff-988d-6884665b8b60} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12035 | 2024.08.14 22:37:17.857507 [ 3 ] {29db568f-f6c3-4dff-988d-6884665b8b60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12036 | 2024.08.14 22:37:17.857858 [ 3 ] {29db568f-f6c3-4dff-988d-6884665b8b60} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12037 | 2024.08.14 22:37:17.858195 [ 3 ] {29db568f-f6c3-4dff-988d-6884665b8b60} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12038 | 2024.08.14 22:37:17.858327 [ 3 ] {29db568f-f6c3-4dff-988d-6884665b8b60} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001451 sec., 53066.85044796692 rows/sec., 3.27 MiB/sec. | ||
12039 | 2024.08.14 22:37:17.858490 [ 3 ] {29db568f-f6c3-4dff-988d-6884665b8b60} <Debug> DynamicQueryHandler: Done processing query | ||
12040 | 2024.08.14 22:37:17.858513 [ 3 ] {29db568f-f6c3-4dff-988d-6884665b8b60} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12041 | 2024.08.14 22:37:17.858528 [ 3 ] {} <Debug> HTTP-Session: 5c59856e-2413-4f35-88a8-1cf007ec3d13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12042 | 2024.08.14 22:37:17.858674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12043 | 2024.08.14 22:37:17.858722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12044 | 2024.08.14 22:37:17.858741 [ 3 ] {} <Debug> HTTP-Session: 79680d2a-9430-4fb5-8495-3fbcf0fb1b9e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12045 | 2024.08.14 22:37:17.858757 [ 3 ] {} <Debug> HTTP-Session: 79680d2a-9430-4fb5-8495-3fbcf0fb1b9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12046 | 2024.08.14 22:37:17.858771 [ 3 ] {} <Debug> HTTP-Session: 79680d2a-9430-4fb5-8495-3fbcf0fb1b9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12047 | 2024.08.14 22:37:17.858801 [ 3 ] {} <Trace> HTTP-Session: 79680d2a-9430-4fb5-8495-3fbcf0fb1b9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12048 | 2024.08.14 22:37:17.858944 [ 3 ] {40f53436-a69c-40b4-bec0-5686c473effb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12049 | 2024.08.14 22:37:17.858989 [ 3 ] {40f53436-a69c-40b4-bec0-5686c473effb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12050 | 2024.08.14 22:37:17.859125 [ 3 ] {40f53436-a69c-40b4-bec0-5686c473effb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12051 | 2024.08.14 22:37:17.859571 [ 3 ] {40f53436-a69c-40b4-bec0-5686c473effb} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12052 | 2024.08.14 22:37:17.859620 [ 3 ] {40f53436-a69c-40b4-bec0-5686c473effb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12053 | 2024.08.14 22:37:17.860084 [ 3 ] {40f53436-a69c-40b4-bec0-5686c473effb} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
12054 | 2024.08.14 22:37:17.860437 [ 3 ] {40f53436-a69c-40b4-bec0-5686c473effb} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12055 | 2024.08.14 22:37:17.860564 [ 3 ] {40f53436-a69c-40b4-bec0-5686c473effb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001688 sec., 94786.7298578199 rows/sec., 6.60 MiB/sec. | ||
12056 | 2024.08.14 22:37:17.860715 [ 3 ] {40f53436-a69c-40b4-bec0-5686c473effb} <Debug> DynamicQueryHandler: Done processing query | ||
12057 | 2024.08.14 22:37:17.860738 [ 3 ] {40f53436-a69c-40b4-bec0-5686c473effb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12058 | 2024.08.14 22:37:17.860753 [ 3 ] {} <Debug> HTTP-Session: 79680d2a-9430-4fb5-8495-3fbcf0fb1b9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12059 | 2024.08.14 22:37:17.860957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17724, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12060 | 2024.08.14 22:37:17.861006 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12061 | 2024.08.14 22:37:17.861025 [ 3 ] {} <Debug> HTTP-Session: f7042d4f-68d1-434f-b01c-f747f5f04848 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12062 | 2024.08.14 22:37:17.861042 [ 3 ] {} <Debug> HTTP-Session: f7042d4f-68d1-434f-b01c-f747f5f04848 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12063 | 2024.08.14 22:37:17.861056 [ 3 ] {} <Debug> HTTP-Session: f7042d4f-68d1-434f-b01c-f747f5f04848 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12064 | 2024.08.14 22:37:17.861088 [ 3 ] {} <Trace> HTTP-Session: f7042d4f-68d1-434f-b01c-f747f5f04848 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12065 | 2024.08.14 22:37:17.861258 [ 3 ] {17fcf995-e6ec-4c2c-ba0b-166a57217d69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12066 | 2024.08.14 22:37:17.861319 [ 3 ] {17fcf995-e6ec-4c2c-ba0b-166a57217d69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
12067 | 2024.08.14 22:37:17.861692 [ 3 ] {17fcf995-e6ec-4c2c-ba0b-166a57217d69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12068 | 2024.08.14 22:37:17.862185 [ 3 ] {17fcf995-e6ec-4c2c-ba0b-166a57217d69} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12069 | 2024.08.14 22:37:17.862218 [ 3 ] {17fcf995-e6ec-4c2c-ba0b-166a57217d69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12070 | 2024.08.14 22:37:17.862852 [ 3 ] {17fcf995-e6ec-4c2c-ba0b-166a57217d69} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
12071 | 2024.08.14 22:37:17.863245 [ 3 ] {17fcf995-e6ec-4c2c-ba0b-166a57217d69} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12072 | 2024.08.14 22:37:17.863382 [ 116 ] {} <Debug> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
12073 | 2024.08.14 22:37:17.863396 [ 3 ] {17fcf995-e6ec-4c2c-ba0b-166a57217d69} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002234 sec., 4923.903312444047 rows/sec., 8.82 MiB/sec. | ||
12074 | 2024.08.14 22:37:17.863431 [ 116 ] {} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12075 | 2024.08.14 22:37:17.863476 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12076 | 2024.08.14 22:37:17.863958 [ 3 ] {17fcf995-e6ec-4c2c-ba0b-166a57217d69} <Debug> DynamicQueryHandler: Done processing query | ||
12077 | 2024.08.14 22:37:17.863969 [ 187 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::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 | ||
12078 | 2024.08.14 22:37:17.864021 [ 3 ] {17fcf995-e6ec-4c2c-ba0b-166a57217d69} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
12079 | 2024.08.14 22:37:17.864133 [ 3 ] {} <Debug> HTTP-Session: f7042d4f-68d1-434f-b01c-f747f5f04848 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12080 | 2024.08.14 22:37:17.864460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12081 | 2024.08.14 22:37:17.864697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12082 | 2024.08.14 22:37:17.864830 [ 3 ] {} <Debug> HTTP-Session: aa47db26-1593-4d9c-af71-7ae1d7dd3469 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12083 | 2024.08.14 22:37:17.864932 [ 3 ] {} <Debug> HTTP-Session: aa47db26-1593-4d9c-af71-7ae1d7dd3469 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12084 | 2024.08.14 22:37:17.865005 [ 3 ] {} <Debug> HTTP-Session: aa47db26-1593-4d9c-af71-7ae1d7dd3469 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12085 | 2024.08.14 22:37:17.865104 [ 3 ] {} <Trace> HTTP-Session: aa47db26-1593-4d9c-af71-7ae1d7dd3469 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12086 | 2024.08.14 22:37:17.865378 [ 3 ] {d93c450e-95f7-45aa-9a73-539c8c49f836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
12087 | 2024.08.14 22:37:17.865496 [ 3 ] {d93c450e-95f7-45aa-9a73-539c8c49f836} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
12088 | 2024.08.14 22:37:17.865510 [ 187 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12089 | 2024.08.14 22:37:17.865753 [ 187 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 923 rows starting from the beginning of the part | ||
12090 | 2024.08.14 22:37:17.866051 [ 3 ] {d93c450e-95f7-45aa-9a73-539c8c49f836} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12091 | 2024.08.14 22:37:17.866579 [ 187 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 11 rows starting from the beginning of the part | ||
12092 | 2024.08.14 22:37:17.867272 [ 3 ] {d93c450e-95f7-45aa-9a73-539c8c49f836} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12093 | 2024.08.14 22:37:17.867378 [ 3 ] {d93c450e-95f7-45aa-9a73-539c8c49f836} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12094 | 2024.08.14 22:37:17.867401 [ 187 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 21 rows starting from the beginning of the part | ||
12095 | 2024.08.14 22:37:17.868108 [ 187 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 11 rows starting from the beginning of the part | ||
12096 | 2024.08.14 22:37:17.868779 [ 187 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 21 rows starting from the beginning of the part | ||
12097 | 2024.08.14 22:37:17.868846 [ 3 ] {d93c450e-95f7-45aa-9a73-539c8c49f836} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12098 | 2024.08.14 22:37:17.869428 [ 187 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 11 rows starting from the beginning of the part | ||
12099 | 2024.08.14 22:37:17.870111 [ 3 ] {d93c450e-95f7-45aa-9a73-539c8c49f836} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12100 | 2024.08.14 22:37:17.870455 [ 3 ] {d93c450e-95f7-45aa-9a73-539c8c49f836} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005181 sec., 4439.297432928006 rows/sec., 240.14 KiB/sec. | ||
12101 | 2024.08.14 22:37:17.870864 [ 3 ] {d93c450e-95f7-45aa-9a73-539c8c49f836} <Debug> DynamicQueryHandler: Done processing query | ||
12102 | 2024.08.14 22:37:17.870903 [ 3 ] {d93c450e-95f7-45aa-9a73-539c8c49f836} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12103 | 2024.08.14 22:37:17.870927 [ 3 ] {} <Debug> HTTP-Session: aa47db26-1593-4d9c-af71-7ae1d7dd3469 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12104 | 2024.08.14 22:37:17.871102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12105 | 2024.08.14 22:37:17.871217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12106 | 2024.08.14 22:37:17.871280 [ 3 ] {} <Debug> HTTP-Session: a41b74d9-42ce-42cd-af17-dedaffc7a838 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12107 | 2024.08.14 22:37:17.871328 [ 3 ] {} <Debug> HTTP-Session: a41b74d9-42ce-42cd-af17-dedaffc7a838 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12108 | 2024.08.14 22:37:17.871371 [ 3 ] {} <Debug> HTTP-Session: a41b74d9-42ce-42cd-af17-dedaffc7a838 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12109 | 2024.08.14 22:37:17.871463 [ 3 ] {} <Trace> HTTP-Session: a41b74d9-42ce-42cd-af17-dedaffc7a838 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12110 | 2024.08.14 22:37:17.871694 [ 3 ] {bd4c3cfe-2e91-4ef1-a781-5c800b287768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12111 | 2024.08.14 22:37:17.871756 [ 3 ] {bd4c3cfe-2e91-4ef1-a781-5c800b287768} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12112 | 2024.08.14 22:37:17.871909 [ 3 ] {bd4c3cfe-2e91-4ef1-a781-5c800b287768} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12113 | 2024.08.14 22:37:17.872261 [ 3 ] {bd4c3cfe-2e91-4ef1-a781-5c800b287768} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12114 | 2024.08.14 22:37:17.872299 [ 3 ] {bd4c3cfe-2e91-4ef1-a781-5c800b287768} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12115 | 2024.08.14 22:37:17.872800 [ 3 ] {bd4c3cfe-2e91-4ef1-a781-5c800b287768} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
12116 | 2024.08.14 22:37:17.873717 [ 3 ] {bd4c3cfe-2e91-4ef1-a781-5c800b287768} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12117 | 2024.08.14 22:37:17.874124 [ 3 ] {bd4c3cfe-2e91-4ef1-a781-5c800b287768} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002523 sec., 23781.212841854933 rows/sec., 1.60 MiB/sec. | ||
12118 | 2024.08.14 22:37:17.874500 [ 3 ] {bd4c3cfe-2e91-4ef1-a781-5c800b287768} <Debug> DynamicQueryHandler: Done processing query | ||
12119 | 2024.08.14 22:37:17.874555 [ 3 ] {bd4c3cfe-2e91-4ef1-a781-5c800b287768} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12120 | 2024.08.14 22:37:17.874604 [ 3 ] {} <Debug> HTTP-Session: a41b74d9-42ce-42cd-af17-dedaffc7a838 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12121 | 2024.08.14 22:37:17.877021 [ 198 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 998 rows, containing 19 columns (19 merged, 0 gathered) in 0.013379726 sec., 74590.46620237216 rows/sec., 133.66 MiB/sec. | ||
12122 | 2024.08.14 22:37:17.877971 [ 198 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
12123 | 2024.08.14 22:37:17.878601 [ 198 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12124 | 2024.08.14 22:37:17.878694 [ 198 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
12125 | 2024.08.14 22:37:17.878855 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.11 MiB. | ||
12126 | 2024.08.14 22:37:22.843746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12127 | 2024.08.14 22:37:22.843885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12128 | 2024.08.14 22:37:22.843917 [ 3 ] {} <Debug> HTTP-Session: dd065f03-df3a-4a9d-be98-add210d1f993 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12129 | 2024.08.14 22:37:22.843946 [ 3 ] {} <Debug> HTTP-Session: dd065f03-df3a-4a9d-be98-add210d1f993 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12130 | 2024.08.14 22:37:22.843964 [ 3 ] {} <Debug> HTTP-Session: dd065f03-df3a-4a9d-be98-add210d1f993 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12131 | 2024.08.14 22:37:22.844019 [ 3 ] {} <Trace> HTTP-Session: dd065f03-df3a-4a9d-be98-add210d1f993 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12132 | 2024.08.14 22:37:22.844233 [ 3 ] {ca1729af-da23-49d1-a424-fce15ee05238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12133 | 2024.08.14 22:37:22.844308 [ 3 ] {ca1729af-da23-49d1-a424-fce15ee05238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12134 | 2024.08.14 22:37:22.844506 [ 3 ] {ca1729af-da23-49d1-a424-fce15ee05238} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12135 | 2024.08.14 22:37:22.844914 [ 3 ] {ca1729af-da23-49d1-a424-fce15ee05238} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12136 | 2024.08.14 22:37:22.844961 [ 3 ] {ca1729af-da23-49d1-a424-fce15ee05238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12137 | 2024.08.14 22:37:22.845334 [ 3 ] {ca1729af-da23-49d1-a424-fce15ee05238} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12138 | 2024.08.14 22:37:22.845687 [ 3 ] {ca1729af-da23-49d1-a424-fce15ee05238} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12139 | 2024.08.14 22:37:22.845867 [ 3 ] {ca1729af-da23-49d1-a424-fce15ee05238} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001693 sec., 12404.016538688718 rows/sec., 1005.40 KiB/sec. | ||
12140 | 2024.08.14 22:37:22.846155 [ 3 ] {ca1729af-da23-49d1-a424-fce15ee05238} <Debug> DynamicQueryHandler: Done processing query | ||
12141 | 2024.08.14 22:37:22.846215 [ 3 ] {ca1729af-da23-49d1-a424-fce15ee05238} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12142 | 2024.08.14 22:37:22.846248 [ 3 ] {} <Debug> HTTP-Session: dd065f03-df3a-4a9d-be98-add210d1f993 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12143 | 2024.08.14 22:37:22.846378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12144 | 2024.08.14 22:37:22.846434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12145 | 2024.08.14 22:37:22.846455 [ 3 ] {} <Debug> HTTP-Session: a0d52732-f60f-48f1-ac41-9a9e908c55ee Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12146 | 2024.08.14 22:37:22.846473 [ 3 ] {} <Debug> HTTP-Session: a0d52732-f60f-48f1-ac41-9a9e908c55ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12147 | 2024.08.14 22:37:22.846489 [ 3 ] {} <Debug> HTTP-Session: a0d52732-f60f-48f1-ac41-9a9e908c55ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12148 | 2024.08.14 22:37:22.846525 [ 3 ] {} <Trace> HTTP-Session: a0d52732-f60f-48f1-ac41-9a9e908c55ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12149 | 2024.08.14 22:37:22.846696 [ 3 ] {f881fc58-e2db-4081-b72f-8efc50cf936f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12150 | 2024.08.14 22:37:22.846744 [ 3 ] {f881fc58-e2db-4081-b72f-8efc50cf936f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12151 | 2024.08.14 22:37:22.846886 [ 3 ] {f881fc58-e2db-4081-b72f-8efc50cf936f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12152 | 2024.08.14 22:37:22.847279 [ 3 ] {f881fc58-e2db-4081-b72f-8efc50cf936f} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12153 | 2024.08.14 22:37:22.847318 [ 3 ] {f881fc58-e2db-4081-b72f-8efc50cf936f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12154 | 2024.08.14 22:37:22.847644 [ 3 ] {f881fc58-e2db-4081-b72f-8efc50cf936f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12155 | 2024.08.14 22:37:22.847959 [ 3 ] {f881fc58-e2db-4081-b72f-8efc50cf936f} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12156 | 2024.08.14 22:37:22.848112 [ 3 ] {f881fc58-e2db-4081-b72f-8efc50cf936f} <Debug> executeQuery: Read 119 rows, 10.08 KiB in 0.00147 sec., 80952.38095238096 rows/sec., 6.70 MiB/sec. | ||
12157 | 2024.08.14 22:37:22.848380 [ 3 ] {f881fc58-e2db-4081-b72f-8efc50cf936f} <Debug> DynamicQueryHandler: Done processing query | ||
12158 | 2024.08.14 22:37:22.848443 [ 3 ] {f881fc58-e2db-4081-b72f-8efc50cf936f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12159 | 2024.08.14 22:37:22.848524 [ 3 ] {} <Debug> HTTP-Session: a0d52732-f60f-48f1-ac41-9a9e908c55ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12160 | 2024.08.14 22:37:22.848740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12161 | 2024.08.14 22:37:22.848824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12162 | 2024.08.14 22:37:22.848845 [ 3 ] {} <Debug> HTTP-Session: 9cbb4eb2-46ec-41b8-8fd0-3727347a8a72 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12163 | 2024.08.14 22:37:22.848863 [ 3 ] {} <Debug> HTTP-Session: 9cbb4eb2-46ec-41b8-8fd0-3727347a8a72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12164 | 2024.08.14 22:37:22.848877 [ 3 ] {} <Debug> HTTP-Session: 9cbb4eb2-46ec-41b8-8fd0-3727347a8a72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12165 | 2024.08.14 22:37:22.848912 [ 3 ] {} <Trace> HTTP-Session: 9cbb4eb2-46ec-41b8-8fd0-3727347a8a72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12166 | 2024.08.14 22:37:22.849046 [ 3 ] {5dd59bb9-8571-45ac-ae79-176793fe39d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12167 | 2024.08.14 22:37:22.849092 [ 3 ] {5dd59bb9-8571-45ac-ae79-176793fe39d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12168 | 2024.08.14 22:37:22.849247 [ 3 ] {5dd59bb9-8571-45ac-ae79-176793fe39d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12169 | 2024.08.14 22:37:22.849597 [ 3 ] {5dd59bb9-8571-45ac-ae79-176793fe39d5} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12170 | 2024.08.14 22:37:22.849640 [ 3 ] {5dd59bb9-8571-45ac-ae79-176793fe39d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12171 | 2024.08.14 22:37:22.849970 [ 3 ] {5dd59bb9-8571-45ac-ae79-176793fe39d5} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12172 | 2024.08.14 22:37:22.850287 [ 3 ] {5dd59bb9-8571-45ac-ae79-176793fe39d5} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12173 | 2024.08.14 22:37:22.850443 [ 3 ] {5dd59bb9-8571-45ac-ae79-176793fe39d5} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001435 sec., 59233.44947735191 rows/sec., 4.63 MiB/sec. | ||
12174 | 2024.08.14 22:37:22.850679 [ 3 ] {5dd59bb9-8571-45ac-ae79-176793fe39d5} <Debug> DynamicQueryHandler: Done processing query | ||
12175 | 2024.08.14 22:37:22.850741 [ 3 ] {5dd59bb9-8571-45ac-ae79-176793fe39d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
12176 | 2024.08.14 22:37:22.850801 [ 3 ] {} <Debug> HTTP-Session: 9cbb4eb2-46ec-41b8-8fd0-3727347a8a72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12177 | 2024.08.14 22:37:22.851000 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12178 | 2024.08.14 22:37:22.851053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12179 | 2024.08.14 22:37:22.851073 [ 3 ] {} <Debug> HTTP-Session: 5a9dfaa8-dd29-42cb-b286-9526fb2c3a91 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12180 | 2024.08.14 22:37:22.851090 [ 3 ] {} <Debug> HTTP-Session: 5a9dfaa8-dd29-42cb-b286-9526fb2c3a91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12181 | 2024.08.14 22:37:22.851104 [ 3 ] {} <Debug> HTTP-Session: 5a9dfaa8-dd29-42cb-b286-9526fb2c3a91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12182 | 2024.08.14 22:37:22.851136 [ 3 ] {} <Trace> HTTP-Session: 5a9dfaa8-dd29-42cb-b286-9526fb2c3a91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12183 | 2024.08.14 22:37:22.851294 [ 3 ] {f4d2c1e5-67b5-4d4d-9a9f-e63e01aa35a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12184 | 2024.08.14 22:37:22.851344 [ 3 ] {f4d2c1e5-67b5-4d4d-9a9f-e63e01aa35a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12185 | 2024.08.14 22:37:22.851498 [ 3 ] {f4d2c1e5-67b5-4d4d-9a9f-e63e01aa35a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12186 | 2024.08.14 22:37:22.851885 [ 3 ] {f4d2c1e5-67b5-4d4d-9a9f-e63e01aa35a3} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12187 | 2024.08.14 22:37:22.851920 [ 3 ] {f4d2c1e5-67b5-4d4d-9a9f-e63e01aa35a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12188 | 2024.08.14 22:37:22.852287 [ 3 ] {f4d2c1e5-67b5-4d4d-9a9f-e63e01aa35a3} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
12189 | 2024.08.14 22:37:22.852685 [ 3 ] {f4d2c1e5-67b5-4d4d-9a9f-e63e01aa35a3} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12190 | 2024.08.14 22:37:22.852864 [ 3 ] {f4d2c1e5-67b5-4d4d-9a9f-e63e01aa35a3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001623 sec., 98582.87122612445 rows/sec., 6.87 MiB/sec. | ||
12191 | 2024.08.14 22:37:22.853022 [ 3 ] {f4d2c1e5-67b5-4d4d-9a9f-e63e01aa35a3} <Debug> DynamicQueryHandler: Done processing query | ||
12192 | 2024.08.14 22:37:22.853046 [ 3 ] {f4d2c1e5-67b5-4d4d-9a9f-e63e01aa35a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12193 | 2024.08.14 22:37:22.853062 [ 3 ] {} <Debug> HTTP-Session: 5a9dfaa8-dd29-42cb-b286-9526fb2c3a91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12194 | 2024.08.14 22:37:22.853203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12195 | 2024.08.14 22:37:22.853251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12196 | 2024.08.14 22:37:22.853271 [ 3 ] {} <Debug> HTTP-Session: fe2ff4b5-1e90-4fbf-925a-5080879f6637 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12197 | 2024.08.14 22:37:22.853287 [ 3 ] {} <Debug> HTTP-Session: fe2ff4b5-1e90-4fbf-925a-5080879f6637 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12198 | 2024.08.14 22:37:22.853301 [ 3 ] {} <Debug> HTTP-Session: fe2ff4b5-1e90-4fbf-925a-5080879f6637 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12199 | 2024.08.14 22:37:22.853331 [ 3 ] {} <Trace> HTTP-Session: fe2ff4b5-1e90-4fbf-925a-5080879f6637 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12200 | 2024.08.14 22:37:22.853579 [ 3 ] {ea94b830-e28b-4b2a-abc0-146a8775c03d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12201 | 2024.08.14 22:37:22.853643 [ 3 ] {ea94b830-e28b-4b2a-abc0-146a8775c03d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
12202 | 2024.08.14 22:37:22.854051 [ 3 ] {ea94b830-e28b-4b2a-abc0-146a8775c03d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12203 | 2024.08.14 22:37:22.854715 [ 3 ] {ea94b830-e28b-4b2a-abc0-146a8775c03d} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12204 | 2024.08.14 22:37:22.854752 [ 3 ] {ea94b830-e28b-4b2a-abc0-146a8775c03d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12205 | 2024.08.14 22:37:22.855354 [ 3 ] {ea94b830-e28b-4b2a-abc0-146a8775c03d} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
12206 | 2024.08.14 22:37:22.855759 [ 3 ] {ea94b830-e28b-4b2a-abc0-146a8775c03d} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12207 | 2024.08.14 22:37:22.855961 [ 3 ] {ea94b830-e28b-4b2a-abc0-146a8775c03d} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002542 sec., 8261.211644374509 rows/sec., 14.80 MiB/sec. | ||
12208 | 2024.08.14 22:37:22.856449 [ 3 ] {ea94b830-e28b-4b2a-abc0-146a8775c03d} <Debug> DynamicQueryHandler: Done processing query | ||
12209 | 2024.08.14 22:37:22.856509 [ 3 ] {ea94b830-e28b-4b2a-abc0-146a8775c03d} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
12210 | 2024.08.14 22:37:22.856569 [ 3 ] {} <Debug> HTTP-Session: fe2ff4b5-1e90-4fbf-925a-5080879f6637 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12211 | 2024.08.14 22:37:22.856718 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12212 | 2024.08.14 22:37:22.856772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12213 | 2024.08.14 22:37:22.856792 [ 3 ] {} <Debug> HTTP-Session: 262aa599-f63e-4b73-bffe-83989d84939c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12214 | 2024.08.14 22:37:22.856809 [ 3 ] {} <Debug> HTTP-Session: 262aa599-f63e-4b73-bffe-83989d84939c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12215 | 2024.08.14 22:37:22.856823 [ 3 ] {} <Debug> HTTP-Session: 262aa599-f63e-4b73-bffe-83989d84939c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12216 | 2024.08.14 22:37:22.856855 [ 3 ] {} <Trace> HTTP-Session: 262aa599-f63e-4b73-bffe-83989d84939c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12217 | 2024.08.14 22:37:22.856987 [ 3 ] {4f744f3c-3357-49cd-86b4-7c04cb593904} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12218 | 2024.08.14 22:37:22.857034 [ 3 ] {4f744f3c-3357-49cd-86b4-7c04cb593904} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12219 | 2024.08.14 22:37:22.857177 [ 3 ] {4f744f3c-3357-49cd-86b4-7c04cb593904} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12220 | 2024.08.14 22:37:22.857466 [ 3 ] {4f744f3c-3357-49cd-86b4-7c04cb593904} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12221 | 2024.08.14 22:37:22.857503 [ 3 ] {4f744f3c-3357-49cd-86b4-7c04cb593904} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12222 | 2024.08.14 22:37:22.857863 [ 3 ] {4f744f3c-3357-49cd-86b4-7c04cb593904} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
12223 | 2024.08.14 22:37:22.858183 [ 3 ] {4f744f3c-3357-49cd-86b4-7c04cb593904} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12224 | 2024.08.14 22:37:22.858342 [ 3 ] {4f744f3c-3357-49cd-86b4-7c04cb593904} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001392 sec., 43103.448275862065 rows/sec., 2.90 MiB/sec. | ||
12225 | 2024.08.14 22:37:22.858508 [ 3 ] {4f744f3c-3357-49cd-86b4-7c04cb593904} <Debug> DynamicQueryHandler: Done processing query | ||
12226 | 2024.08.14 22:37:22.858532 [ 3 ] {4f744f3c-3357-49cd-86b4-7c04cb593904} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12227 | 2024.08.14 22:37:22.858548 [ 3 ] {} <Debug> HTTP-Session: 262aa599-f63e-4b73-bffe-83989d84939c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12228 | 2024.08.14 22:37:26.086004 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12229 | 2024.08.14 22:37:26.086086 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12230 | 2024.08.14 22:37:27.001676 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001136756 sec. | ||
12231 | 2024.08.14 22:37:27.847954 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12232 | 2024.08.14 22:37:27.848075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12233 | 2024.08.14 22:37:27.848103 [ 3 ] {} <Debug> HTTP-Session: 58224ea8-832f-454f-be27-5234b2349bb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12234 | 2024.08.14 22:37:27.848129 [ 3 ] {} <Debug> HTTP-Session: 58224ea8-832f-454f-be27-5234b2349bb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12235 | 2024.08.14 22:37:27.848147 [ 3 ] {} <Debug> HTTP-Session: 58224ea8-832f-454f-be27-5234b2349bb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12236 | 2024.08.14 22:37:27.848201 [ 3 ] {} <Trace> HTTP-Session: 58224ea8-832f-454f-be27-5234b2349bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12237 | 2024.08.14 22:37:27.848396 [ 3 ] {f4f2a67e-c641-4983-a126-4273ef9d87e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12238 | 2024.08.14 22:37:27.848468 [ 3 ] {f4f2a67e-c641-4983-a126-4273ef9d87e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12239 | 2024.08.14 22:37:27.848668 [ 3 ] {f4f2a67e-c641-4983-a126-4273ef9d87e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12240 | 2024.08.14 22:37:27.849084 [ 3 ] {f4f2a67e-c641-4983-a126-4273ef9d87e7} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12241 | 2024.08.14 22:37:27.849124 [ 3 ] {f4f2a67e-c641-4983-a126-4273ef9d87e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12242 | 2024.08.14 22:37:27.849488 [ 3 ] {f4f2a67e-c641-4983-a126-4273ef9d87e7} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12243 | 2024.08.14 22:37:27.849825 [ 3 ] {f4f2a67e-c641-4983-a126-4273ef9d87e7} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12244 | 2024.08.14 22:37:27.849965 [ 3 ] {f4f2a67e-c641-4983-a126-4273ef9d87e7} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001632 sec., 10416.666666666666 rows/sec., 754.56 KiB/sec. | ||
12245 | 2024.08.14 22:37:27.850150 [ 3 ] {f4f2a67e-c641-4983-a126-4273ef9d87e7} <Debug> DynamicQueryHandler: Done processing query | ||
12246 | 2024.08.14 22:37:27.850176 [ 3 ] {f4f2a67e-c641-4983-a126-4273ef9d87e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12247 | 2024.08.14 22:37:27.850193 [ 3 ] {} <Debug> HTTP-Session: 58224ea8-832f-454f-be27-5234b2349bb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12248 | 2024.08.14 22:37:27.850304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12249 | 2024.08.14 22:37:27.850353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12250 | 2024.08.14 22:37:27.850373 [ 3 ] {} <Debug> HTTP-Session: 858a8309-5368-4009-8670-cecab961c8d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12251 | 2024.08.14 22:37:27.850389 [ 3 ] {} <Debug> HTTP-Session: 858a8309-5368-4009-8670-cecab961c8d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12252 | 2024.08.14 22:37:27.850403 [ 3 ] {} <Debug> HTTP-Session: 858a8309-5368-4009-8670-cecab961c8d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12253 | 2024.08.14 22:37:27.850433 [ 3 ] {} <Trace> HTTP-Session: 858a8309-5368-4009-8670-cecab961c8d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12254 | 2024.08.14 22:37:27.850527 [ 3 ] {b4c441c6-8ea9-4015-af33-4b4a84227560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12255 | 2024.08.14 22:37:27.850570 [ 3 ] {b4c441c6-8ea9-4015-af33-4b4a84227560} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12256 | 2024.08.14 22:37:27.850693 [ 3 ] {b4c441c6-8ea9-4015-af33-4b4a84227560} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12257 | 2024.08.14 22:37:27.850969 [ 3 ] {b4c441c6-8ea9-4015-af33-4b4a84227560} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12258 | 2024.08.14 22:37:27.851011 [ 3 ] {b4c441c6-8ea9-4015-af33-4b4a84227560} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12259 | 2024.08.14 22:37:27.851552 [ 3 ] {b4c441c6-8ea9-4015-af33-4b4a84227560} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
12260 | 2024.08.14 22:37:27.851853 [ 3 ] {b4c441c6-8ea9-4015-af33-4b4a84227560} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12261 | 2024.08.14 22:37:27.851978 [ 3 ] {b4c441c6-8ea9-4015-af33-4b4a84227560} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001473 sec., 1357.7732518669384 rows/sec., 110.72 KiB/sec. | ||
12262 | 2024.08.14 22:37:27.852172 [ 3 ] {b4c441c6-8ea9-4015-af33-4b4a84227560} <Debug> DynamicQueryHandler: Done processing query | ||
12263 | 2024.08.14 22:37:27.852195 [ 3 ] {b4c441c6-8ea9-4015-af33-4b4a84227560} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12264 | 2024.08.14 22:37:27.852211 [ 3 ] {} <Debug> HTTP-Session: 858a8309-5368-4009-8670-cecab961c8d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12265 | 2024.08.14 22:37:27.852346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 29477, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12266 | 2024.08.14 22:37:27.852392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12267 | 2024.08.14 22:37:27.852412 [ 3 ] {} <Debug> HTTP-Session: f50cb06e-054a-40cd-8f9c-2207fd82c33b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12268 | 2024.08.14 22:37:27.852428 [ 3 ] {} <Debug> HTTP-Session: f50cb06e-054a-40cd-8f9c-2207fd82c33b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12269 | 2024.08.14 22:37:27.852443 [ 3 ] {} <Debug> HTTP-Session: f50cb06e-054a-40cd-8f9c-2207fd82c33b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12270 | 2024.08.14 22:37:27.852472 [ 3 ] {} <Trace> HTTP-Session: f50cb06e-054a-40cd-8f9c-2207fd82c33b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12271 | 2024.08.14 22:37:27.852614 [ 3 ] {769a882f-0cf2-48bf-900b-c7eac377c5f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12272 | 2024.08.14 22:37:27.852656 [ 3 ] {769a882f-0cf2-48bf-900b-c7eac377c5f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12273 | 2024.08.14 22:37:27.852776 [ 3 ] {769a882f-0cf2-48bf-900b-c7eac377c5f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12274 | 2024.08.14 22:37:27.853186 [ 3 ] {769a882f-0cf2-48bf-900b-c7eac377c5f3} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12275 | 2024.08.14 22:37:27.853221 [ 3 ] {769a882f-0cf2-48bf-900b-c7eac377c5f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12276 | 2024.08.14 22:37:27.853536 [ 3 ] {769a882f-0cf2-48bf-900b-c7eac377c5f3} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12277 | 2024.08.14 22:37:27.853843 [ 3 ] {769a882f-0cf2-48bf-900b-c7eac377c5f3} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12278 | 2024.08.14 22:37:27.853970 [ 3 ] {769a882f-0cf2-48bf-900b-c7eac377c5f3} <Debug> executeQuery: Read 195 rows, 17.62 KiB in 0.001421 sec., 137227.30471498944 rows/sec., 12.11 MiB/sec. | ||
12279 | 2024.08.14 22:37:27.854124 [ 3 ] {769a882f-0cf2-48bf-900b-c7eac377c5f3} <Debug> DynamicQueryHandler: Done processing query | ||
12280 | 2024.08.14 22:37:27.854148 [ 3 ] {769a882f-0cf2-48bf-900b-c7eac377c5f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
12281 | 2024.08.14 22:37:27.854163 [ 3 ] {} <Debug> HTTP-Session: f50cb06e-054a-40cd-8f9c-2207fd82c33b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12282 | 2024.08.14 22:37:27.854267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12283 | 2024.08.14 22:37:27.854314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12284 | 2024.08.14 22:37:27.854333 [ 3 ] {} <Debug> HTTP-Session: ea4faa16-83c2-413c-b898-a7d56aadfc5d Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12285 | 2024.08.14 22:37:27.854350 [ 3 ] {} <Debug> HTTP-Session: ea4faa16-83c2-413c-b898-a7d56aadfc5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12286 | 2024.08.14 22:37:27.854363 [ 3 ] {} <Debug> HTTP-Session: ea4faa16-83c2-413c-b898-a7d56aadfc5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12287 | 2024.08.14 22:37:27.854393 [ 3 ] {} <Trace> HTTP-Session: ea4faa16-83c2-413c-b898-a7d56aadfc5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12288 | 2024.08.14 22:37:27.854485 [ 3 ] {adc08da3-2386-4161-a87b-9f9355c525e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12289 | 2024.08.14 22:37:27.854526 [ 3 ] {adc08da3-2386-4161-a87b-9f9355c525e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12290 | 2024.08.14 22:37:27.854648 [ 3 ] {adc08da3-2386-4161-a87b-9f9355c525e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12291 | 2024.08.14 22:37:27.854908 [ 3 ] {adc08da3-2386-4161-a87b-9f9355c525e6} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12292 | 2024.08.14 22:37:27.854944 [ 3 ] {adc08da3-2386-4161-a87b-9f9355c525e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12293 | 2024.08.14 22:37:27.855230 [ 3 ] {adc08da3-2386-4161-a87b-9f9355c525e6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
12294 | 2024.08.14 22:37:27.855529 [ 3 ] {adc08da3-2386-4161-a87b-9f9355c525e6} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12295 | 2024.08.14 22:37:27.855657 [ 3 ] {adc08da3-2386-4161-a87b-9f9355c525e6} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001195 sec., 1673.6401673640166 rows/sec., 116.86 KiB/sec. | ||
12296 | 2024.08.14 22:37:27.855800 [ 3 ] {adc08da3-2386-4161-a87b-9f9355c525e6} <Debug> DynamicQueryHandler: Done processing query | ||
12297 | 2024.08.14 22:37:27.855824 [ 3 ] {adc08da3-2386-4161-a87b-9f9355c525e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12298 | 2024.08.14 22:37:27.855839 [ 3 ] {} <Debug> HTTP-Session: ea4faa16-83c2-413c-b898-a7d56aadfc5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12299 | 2024.08.14 22:37:27.855998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 63753, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12300 | 2024.08.14 22:37:27.856045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12301 | 2024.08.14 22:37:27.856064 [ 3 ] {} <Debug> HTTP-Session: 0c03a530-9ae6-4b0e-b589-709100ce7cfd Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12302 | 2024.08.14 22:37:27.856080 [ 3 ] {} <Debug> HTTP-Session: 0c03a530-9ae6-4b0e-b589-709100ce7cfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12303 | 2024.08.14 22:37:27.856094 [ 3 ] {} <Debug> HTTP-Session: 0c03a530-9ae6-4b0e-b589-709100ce7cfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12304 | 2024.08.14 22:37:27.856124 [ 3 ] {} <Trace> HTTP-Session: 0c03a530-9ae6-4b0e-b589-709100ce7cfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12305 | 2024.08.14 22:37:27.856314 [ 3 ] {86846719-4626-4e0e-9343-cfe9c5b4e80d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12306 | 2024.08.14 22:37:27.856356 [ 3 ] {86846719-4626-4e0e-9343-cfe9c5b4e80d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12307 | 2024.08.14 22:37:27.856479 [ 3 ] {86846719-4626-4e0e-9343-cfe9c5b4e80d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12308 | 2024.08.14 22:37:27.856975 [ 3 ] {86846719-4626-4e0e-9343-cfe9c5b4e80d} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12309 | 2024.08.14 22:37:27.857011 [ 3 ] {86846719-4626-4e0e-9343-cfe9c5b4e80d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12310 | 2024.08.14 22:37:27.857327 [ 3 ] {86846719-4626-4e0e-9343-cfe9c5b4e80d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12311 | 2024.08.14 22:37:27.857625 [ 3 ] {86846719-4626-4e0e-9343-cfe9c5b4e80d} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12312 | 2024.08.14 22:37:27.857753 [ 3 ] {86846719-4626-4e0e-9343-cfe9c5b4e80d} <Debug> executeQuery: Read 395 rows, 28.52 KiB in 0.001544 sec., 255829.01554404144 rows/sec., 18.04 MiB/sec. | ||
12313 | 2024.08.14 22:37:27.857908 [ 3 ] {86846719-4626-4e0e-9343-cfe9c5b4e80d} <Debug> DynamicQueryHandler: Done processing query | ||
12314 | 2024.08.14 22:37:27.857933 [ 3 ] {86846719-4626-4e0e-9343-cfe9c5b4e80d} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
12315 | 2024.08.14 22:37:27.857949 [ 3 ] {} <Debug> HTTP-Session: 0c03a530-9ae6-4b0e-b589-709100ce7cfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12316 | 2024.08.14 22:37:27.858078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12317 | 2024.08.14 22:37:27.858125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12318 | 2024.08.14 22:37:27.858144 [ 3 ] {} <Debug> HTTP-Session: 74d46ddf-80bb-4f05-82b3-d37beea6b57a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12319 | 2024.08.14 22:37:27.858161 [ 3 ] {} <Debug> HTTP-Session: 74d46ddf-80bb-4f05-82b3-d37beea6b57a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12320 | 2024.08.14 22:37:27.858175 [ 3 ] {} <Debug> HTTP-Session: 74d46ddf-80bb-4f05-82b3-d37beea6b57a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12321 | 2024.08.14 22:37:27.858204 [ 3 ] {} <Trace> HTTP-Session: 74d46ddf-80bb-4f05-82b3-d37beea6b57a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12322 | 2024.08.14 22:37:27.858296 [ 3 ] {699dc123-434a-41ae-aba3-5964138c4a7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12323 | 2024.08.14 22:37:27.858339 [ 3 ] {699dc123-434a-41ae-aba3-5964138c4a7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12324 | 2024.08.14 22:37:27.858471 [ 3 ] {699dc123-434a-41ae-aba3-5964138c4a7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12325 | 2024.08.14 22:37:27.858748 [ 3 ] {699dc123-434a-41ae-aba3-5964138c4a7d} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12326 | 2024.08.14 22:37:27.858783 [ 3 ] {699dc123-434a-41ae-aba3-5964138c4a7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12327 | 2024.08.14 22:37:27.859133 [ 3 ] {699dc123-434a-41ae-aba3-5964138c4a7d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12328 | 2024.08.14 22:37:27.859453 [ 3 ] {699dc123-434a-41ae-aba3-5964138c4a7d} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12329 | 2024.08.14 22:37:27.859586 [ 3 ] {699dc123-434a-41ae-aba3-5964138c4a7d} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001314 sec., 4566.2100456621 rows/sec., 196.20 KiB/sec. | ||
12330 | 2024.08.14 22:37:27.859733 [ 3 ] {699dc123-434a-41ae-aba3-5964138c4a7d} <Debug> DynamicQueryHandler: Done processing query | ||
12331 | 2024.08.14 22:37:27.859758 [ 3 ] {699dc123-434a-41ae-aba3-5964138c4a7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12332 | 2024.08.14 22:37:27.859774 [ 3 ] {} <Debug> HTTP-Session: 74d46ddf-80bb-4f05-82b3-d37beea6b57a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12333 | 2024.08.14 22:37:27.859883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12334 | 2024.08.14 22:37:27.859931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12335 | 2024.08.14 22:37:27.859950 [ 3 ] {} <Debug> HTTP-Session: 51e76bc3-3e2e-4973-bae9-4bb0a4b91199 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12336 | 2024.08.14 22:37:27.859966 [ 3 ] {} <Debug> HTTP-Session: 51e76bc3-3e2e-4973-bae9-4bb0a4b91199 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12337 | 2024.08.14 22:37:27.859980 [ 3 ] {} <Debug> HTTP-Session: 51e76bc3-3e2e-4973-bae9-4bb0a4b91199 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12338 | 2024.08.14 22:37:27.860010 [ 3 ] {} <Trace> HTTP-Session: 51e76bc3-3e2e-4973-bae9-4bb0a4b91199 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12339 | 2024.08.14 22:37:27.860132 [ 3 ] {602c4469-066d-4a12-94fb-a499e86abe9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
12340 | 2024.08.14 22:37:27.860177 [ 3 ] {602c4469-066d-4a12-94fb-a499e86abe9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
12341 | 2024.08.14 22:37:27.860316 [ 3 ] {602c4469-066d-4a12-94fb-a499e86abe9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12342 | 2024.08.14 22:37:27.860626 [ 3 ] {602c4469-066d-4a12-94fb-a499e86abe9b} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12343 | 2024.08.14 22:37:27.860661 [ 3 ] {602c4469-066d-4a12-94fb-a499e86abe9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12344 | 2024.08.14 22:37:27.861015 [ 3 ] {602c4469-066d-4a12-94fb-a499e86abe9b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12345 | 2024.08.14 22:37:27.861339 [ 3 ] {602c4469-066d-4a12-94fb-a499e86abe9b} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12346 | 2024.08.14 22:37:27.861464 [ 3 ] {602c4469-066d-4a12-94fb-a499e86abe9b} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001385 sec., 55595.6678700361 rows/sec., 3.42 MiB/sec. | ||
12347 | 2024.08.14 22:37:27.861622 [ 3 ] {602c4469-066d-4a12-94fb-a499e86abe9b} <Debug> DynamicQueryHandler: Done processing query | ||
12348 | 2024.08.14 22:37:27.861646 [ 3 ] {602c4469-066d-4a12-94fb-a499e86abe9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12349 | 2024.08.14 22:37:27.861662 [ 3 ] {} <Debug> HTTP-Session: 51e76bc3-3e2e-4973-bae9-4bb0a4b91199 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12350 | 2024.08.14 22:37:27.861805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12351 | 2024.08.14 22:37:27.861852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12352 | 2024.08.14 22:37:27.861872 [ 3 ] {} <Debug> HTTP-Session: c1719be8-7832-43e4-9405-1bfc5d8abf58 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12353 | 2024.08.14 22:37:27.861888 [ 3 ] {} <Debug> HTTP-Session: c1719be8-7832-43e4-9405-1bfc5d8abf58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12354 | 2024.08.14 22:37:27.861902 [ 3 ] {} <Debug> HTTP-Session: c1719be8-7832-43e4-9405-1bfc5d8abf58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12355 | 2024.08.14 22:37:27.861931 [ 3 ] {} <Trace> HTTP-Session: c1719be8-7832-43e4-9405-1bfc5d8abf58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12356 | 2024.08.14 22:37:27.862077 [ 3 ] {7f538100-0e81-4cac-b241-f49745516214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12357 | 2024.08.14 22:37:27.862121 [ 3 ] {7f538100-0e81-4cac-b241-f49745516214} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12358 | 2024.08.14 22:37:27.862259 [ 3 ] {7f538100-0e81-4cac-b241-f49745516214} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12359 | 2024.08.14 22:37:27.862605 [ 3 ] {7f538100-0e81-4cac-b241-f49745516214} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12360 | 2024.08.14 22:37:27.862642 [ 3 ] {7f538100-0e81-4cac-b241-f49745516214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12361 | 2024.08.14 22:37:27.863001 [ 3 ] {7f538100-0e81-4cac-b241-f49745516214} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
12362 | 2024.08.14 22:37:27.863326 [ 3 ] {7f538100-0e81-4cac-b241-f49745516214} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12363 | 2024.08.14 22:37:27.863443 [ 104 ] {} <Debug> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
12364 | 2024.08.14 22:37:27.863448 [ 3 ] {7f538100-0e81-4cac-b241-f49745516214} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001445 sec., 111418.68512110726 rows/sec., 7.76 MiB/sec. | ||
12365 | 2024.08.14 22:37:27.863482 [ 104 ] {} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12366 | 2024.08.14 22:37:27.863517 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12367 | 2024.08.14 22:37:27.863682 [ 3 ] {7f538100-0e81-4cac-b241-f49745516214} <Debug> DynamicQueryHandler: Done processing query | ||
12368 | 2024.08.14 22:37:27.863705 [ 201 ] {d127de5d-82c0-4259-80d1-97db5b726b22::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 | ||
12369 | 2024.08.14 22:37:27.863715 [ 3 ] {7f538100-0e81-4cac-b241-f49745516214} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12370 | 2024.08.14 22:37:27.863812 [ 3 ] {} <Debug> HTTP-Session: c1719be8-7832-43e4-9405-1bfc5d8abf58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12371 | 2024.08.14 22:37:27.863983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17724, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12372 | 2024.08.14 22:37:27.864071 [ 201 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12373 | 2024.08.14 22:37:27.864076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12374 | 2024.08.14 22:37:27.864145 [ 3 ] {} <Debug> HTTP-Session: fa2d468e-a7d8-4a46-ac8d-1ddee7293126 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12375 | 2024.08.14 22:37:27.864156 [ 201 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 16419 rows starting from the beginning of the part | ||
12376 | 2024.08.14 22:37:27.864172 [ 3 ] {} <Debug> HTTP-Session: fa2d468e-a7d8-4a46-ac8d-1ddee7293126 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12377 | 2024.08.14 22:37:27.864215 [ 3 ] {} <Debug> HTTP-Session: fa2d468e-a7d8-4a46-ac8d-1ddee7293126 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12378 | 2024.08.14 22:37:27.864314 [ 3 ] {} <Trace> HTTP-Session: fa2d468e-a7d8-4a46-ac8d-1ddee7293126 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12379 | 2024.08.14 22:37:27.864464 [ 201 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 844 rows starting from the beginning of the part | ||
12380 | 2024.08.14 22:37:27.864718 [ 201 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part | ||
12381 | 2024.08.14 22:37:27.864980 [ 3 ] {85c3de4e-10b3-4783-8358-c9b66b2cf7d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12382 | 2024.08.14 22:37:27.865022 [ 201 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part | ||
12383 | 2024.08.14 22:37:27.865338 [ 201 ] {d127de5d-82c0-4259-80d1-97db5b726b22::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 | ||
12384 | 2024.08.14 22:37:27.865400 [ 3 ] {85c3de4e-10b3-4783-8358-c9b66b2cf7d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
12385 | 2024.08.14 22:37:27.865700 [ 201 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 161 rows starting from the beginning of the part | ||
12386 | 2024.08.14 22:37:27.867522 [ 3 ] {85c3de4e-10b3-4783-8358-c9b66b2cf7d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12387 | 2024.08.14 22:37:27.869124 [ 3 ] {85c3de4e-10b3-4783-8358-c9b66b2cf7d5} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12388 | 2024.08.14 22:37:27.869189 [ 3 ] {85c3de4e-10b3-4783-8358-c9b66b2cf7d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12389 | 2024.08.14 22:37:27.870363 [ 3 ] {85c3de4e-10b3-4783-8358-c9b66b2cf7d5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12390 | 2024.08.14 22:37:27.871515 [ 3 ] {85c3de4e-10b3-4783-8358-c9b66b2cf7d5} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12391 | 2024.08.14 22:37:27.871714 [ 3 ] {85c3de4e-10b3-4783-8358-c9b66b2cf7d5} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.007115 sec., 1546.029515108925 rows/sec., 2.77 MiB/sec. | ||
12392 | 2024.08.14 22:37:27.872019 [ 3 ] {85c3de4e-10b3-4783-8358-c9b66b2cf7d5} <Debug> DynamicQueryHandler: Done processing query | ||
12393 | 2024.08.14 22:37:27.872045 [ 3 ] {85c3de4e-10b3-4783-8358-c9b66b2cf7d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
12394 | 2024.08.14 22:37:27.872061 [ 3 ] {} <Debug> HTTP-Session: fa2d468e-a7d8-4a46-ac8d-1ddee7293126 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12395 | 2024.08.14 22:37:27.872177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12396 | 2024.08.14 22:37:27.872238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12397 | 2024.08.14 22:37:27.872260 [ 3 ] {} <Debug> HTTP-Session: f8ae3eb8-a9b5-4dfd-923d-a0321350c806 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12398 | 2024.08.14 22:37:27.872276 [ 3 ] {} <Debug> HTTP-Session: f8ae3eb8-a9b5-4dfd-923d-a0321350c806 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12399 | 2024.08.14 22:37:27.872290 [ 3 ] {} <Debug> HTTP-Session: f8ae3eb8-a9b5-4dfd-923d-a0321350c806 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12400 | 2024.08.14 22:37:27.872334 [ 3 ] {} <Trace> HTTP-Session: f8ae3eb8-a9b5-4dfd-923d-a0321350c806 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12401 | 2024.08.14 22:37:27.872449 [ 3 ] {67455b5b-c731-45f6-a463-3c323804d35b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
12402 | 2024.08.14 22:37:27.872513 [ 3 ] {67455b5b-c731-45f6-a463-3c323804d35b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
12403 | 2024.08.14 22:37:27.872650 [ 3 ] {67455b5b-c731-45f6-a463-3c323804d35b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12404 | 2024.08.14 22:37:27.873102 [ 3 ] {67455b5b-c731-45f6-a463-3c323804d35b} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12405 | 2024.08.14 22:37:27.873138 [ 3 ] {67455b5b-c731-45f6-a463-3c323804d35b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12406 | 2024.08.14 22:37:27.873892 [ 201 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17904 rows, containing 5 columns (5 merged, 0 gathered) in 0.0102877 sec., 1740330.6861591998 rows/sec., 118.73 MiB/sec. | ||
12407 | 2024.08.14 22:37:27.873895 [ 3 ] {67455b5b-c731-45f6-a463-3c323804d35b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
12408 | 2024.08.14 22:37:27.874193 [ 201 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
12409 | 2024.08.14 22:37:27.874561 [ 3 ] {67455b5b-c731-45f6-a463-3c323804d35b} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12410 | 2024.08.14 22:37:27.874878 [ 104 ] {} <Debug> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
12411 | 2024.08.14 22:37:27.874951 [ 104 ] {} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12412 | 2024.08.14 22:37:27.874960 [ 3 ] {67455b5b-c731-45f6-a463-3c323804d35b} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.002535 sec., 9072.978303747535 rows/sec., 490.79 KiB/sec. | ||
12413 | 2024.08.14 22:37:27.875012 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12414 | 2024.08.14 22:37:27.875334 [ 201 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12415 | 2024.08.14 22:37:27.875681 [ 194 ] {4180da31-a909-4070-bdf9-4242cb91783a::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 | ||
12416 | 2024.08.14 22:37:27.875711 [ 201 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
12417 | 2024.08.14 22:37:27.876088 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.13 MiB. | ||
12418 | 2024.08.14 22:37:27.876394 [ 3 ] {67455b5b-c731-45f6-a463-3c323804d35b} <Debug> DynamicQueryHandler: Done processing query | ||
12419 | 2024.08.14 22:37:27.876409 [ 194 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12420 | 2024.08.14 22:37:27.876442 [ 3 ] {67455b5b-c731-45f6-a463-3c323804d35b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12421 | 2024.08.14 22:37:27.876487 [ 3 ] {} <Debug> HTTP-Session: f8ae3eb8-a9b5-4dfd-923d-a0321350c806 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12422 | 2024.08.14 22:37:27.876487 [ 194 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 602 rows starting from the beginning of the part | ||
12423 | 2024.08.14 22:37:27.876621 [ 194 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 23 rows starting from the beginning of the part | ||
12424 | 2024.08.14 22:37:27.876684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12425 | 2024.08.14 22:37:27.876931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12426 | 2024.08.14 22:37:27.876966 [ 194 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 23 rows starting from the beginning of the part | ||
12427 | 2024.08.14 22:37:27.877018 [ 3 ] {} <Debug> HTTP-Session: 6c6ebaba-10c9-40e3-8541-195f12980316 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12428 | 2024.08.14 22:37:27.877112 [ 3 ] {} <Debug> HTTP-Session: 6c6ebaba-10c9-40e3-8541-195f12980316 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12429 | 2024.08.14 22:37:27.877204 [ 3 ] {} <Debug> HTTP-Session: 6c6ebaba-10c9-40e3-8541-195f12980316 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12430 | 2024.08.14 22:37:27.877266 [ 194 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 23 rows starting from the beginning of the part | ||
12431 | 2024.08.14 22:37:27.877333 [ 3 ] {} <Trace> HTTP-Session: 6c6ebaba-10c9-40e3-8541-195f12980316 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12432 | 2024.08.14 22:37:27.877506 [ 194 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 23 rows starting from the beginning of the part | ||
12433 | 2024.08.14 22:37:27.877808 [ 3 ] {7f8faff1-19d8-4fa7-b076-376090b66a2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12434 | 2024.08.14 22:37:27.877843 [ 194 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 23 rows starting from the beginning of the part | ||
12435 | 2024.08.14 22:37:27.877930 [ 3 ] {7f8faff1-19d8-4fa7-b076-376090b66a2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12436 | 2024.08.14 22:37:27.878586 [ 3 ] {7f8faff1-19d8-4fa7-b076-376090b66a2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12437 | 2024.08.14 22:37:27.879330 [ 3 ] {7f8faff1-19d8-4fa7-b076-376090b66a2a} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12438 | 2024.08.14 22:37:27.879396 [ 3 ] {7f8faff1-19d8-4fa7-b076-376090b66a2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12439 | 2024.08.14 22:37:27.880359 [ 3 ] {7f8faff1-19d8-4fa7-b076-376090b66a2a} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
12440 | 2024.08.14 22:37:27.880523 [ 196 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 717 rows, containing 4 columns (4 merged, 0 gathered) in 0.005318488 sec., 134812.7512932247 rows/sec., 7.22 MiB/sec. | ||
12441 | 2024.08.14 22:37:27.880728 [ 196 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
12442 | 2024.08.14 22:37:27.880842 [ 3 ] {7f8faff1-19d8-4fa7-b076-376090b66a2a} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12443 | 2024.08.14 22:37:27.881072 [ 101 ] {} <Debug> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
12444 | 2024.08.14 22:37:27.881100 [ 3 ] {7f8faff1-19d8-4fa7-b076-376090b66a2a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0035 sec., 17142.85714285714 rows/sec., 1.16 MiB/sec. | ||
12445 | 2024.08.14 22:37:27.881251 [ 101 ] {} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12446 | 2024.08.14 22:37:27.881369 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12447 | 2024.08.14 22:37:27.881670 [ 200 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
12448 | 2024.08.14 22:37:27.881691 [ 3 ] {7f8faff1-19d8-4fa7-b076-376090b66a2a} <Debug> DynamicQueryHandler: Done processing query | ||
12449 | 2024.08.14 22:37:27.881745 [ 3 ] {7f8faff1-19d8-4fa7-b076-376090b66a2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12450 | 2024.08.14 22:37:27.881777 [ 3 ] {} <Debug> HTTP-Session: 6c6ebaba-10c9-40e3-8541-195f12980316 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12451 | 2024.08.14 22:37:27.881836 [ 196 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_31_6} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12452 | 2024.08.14 22:37:27.881902 [ 200 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12453 | 2024.08.14 22:37:27.881935 [ 200 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3106 rows starting from the beginning of the part | ||
12454 | 2024.08.14 22:37:27.881947 [ 196 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_31_6} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
12455 | 2024.08.14 22:37:27.882047 [ 200 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
12456 | 2024.08.14 22:37:27.882109 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
12457 | 2024.08.14 22:37:27.882331 [ 200 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part | ||
12458 | 2024.08.14 22:37:27.882491 [ 200 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part | ||
12459 | 2024.08.14 22:37:27.882618 [ 200 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
12460 | 2024.08.14 22:37:27.882736 [ 200 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part | ||
12461 | 2024.08.14 22:37:27.884118 [ 189 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3406 rows, containing 4 columns (4 merged, 0 gathered) in 0.002588357 sec., 1315892.66859247 rows/sec., 88.60 MiB/sec. | ||
12462 | 2024.08.14 22:37:27.884374 [ 192 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
12463 | 2024.08.14 22:37:27.884746 [ 192 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_61_12} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12464 | 2024.08.14 22:37:27.884821 [ 192 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_61_12} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
12465 | 2024.08.14 22:37:27.884893 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
12466 | 2024.08.14 22:37:32.843300 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12467 | 2024.08.14 22:37:32.843446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12468 | 2024.08.14 22:37:32.843477 [ 3 ] {} <Debug> HTTP-Session: c293cf4b-4da4-4d30-868f-e20d42b66da2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12469 | 2024.08.14 22:37:32.843505 [ 3 ] {} <Debug> HTTP-Session: c293cf4b-4da4-4d30-868f-e20d42b66da2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12470 | 2024.08.14 22:37:32.843523 [ 3 ] {} <Debug> HTTP-Session: c293cf4b-4da4-4d30-868f-e20d42b66da2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12471 | 2024.08.14 22:37:32.843578 [ 3 ] {} <Trace> HTTP-Session: c293cf4b-4da4-4d30-868f-e20d42b66da2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12472 | 2024.08.14 22:37:32.843796 [ 3 ] {e23333bc-5c62-4a74-adfd-f1610a1bd014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12473 | 2024.08.14 22:37:32.843866 [ 3 ] {e23333bc-5c62-4a74-adfd-f1610a1bd014} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12474 | 2024.08.14 22:37:32.844056 [ 3 ] {e23333bc-5c62-4a74-adfd-f1610a1bd014} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12475 | 2024.08.14 22:37:32.844557 [ 3 ] {e23333bc-5c62-4a74-adfd-f1610a1bd014} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12476 | 2024.08.14 22:37:32.844604 [ 3 ] {e23333bc-5c62-4a74-adfd-f1610a1bd014} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12477 | 2024.08.14 22:37:32.844978 [ 3 ] {e23333bc-5c62-4a74-adfd-f1610a1bd014} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12478 | 2024.08.14 22:37:32.845322 [ 3 ] {e23333bc-5c62-4a74-adfd-f1610a1bd014} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12479 | 2024.08.14 22:37:32.845501 [ 3 ] {e23333bc-5c62-4a74-adfd-f1610a1bd014} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001772 sec., 11851.015801354402 rows/sec., 960.58 KiB/sec. | ||
12480 | 2024.08.14 22:37:32.845751 [ 3 ] {e23333bc-5c62-4a74-adfd-f1610a1bd014} <Debug> DynamicQueryHandler: Done processing query | ||
12481 | 2024.08.14 22:37:32.845785 [ 3 ] {e23333bc-5c62-4a74-adfd-f1610a1bd014} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12482 | 2024.08.14 22:37:32.845804 [ 3 ] {} <Debug> HTTP-Session: c293cf4b-4da4-4d30-868f-e20d42b66da2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12483 | 2024.08.14 22:37:32.845927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12484 | 2024.08.14 22:37:32.845984 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12485 | 2024.08.14 22:37:32.846005 [ 3 ] {} <Debug> HTTP-Session: 1d333325-d492-498e-98a6-0e6593299ea4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12486 | 2024.08.14 22:37:32.846023 [ 3 ] {} <Debug> HTTP-Session: 1d333325-d492-498e-98a6-0e6593299ea4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12487 | 2024.08.14 22:37:32.846037 [ 3 ] {} <Debug> HTTP-Session: 1d333325-d492-498e-98a6-0e6593299ea4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12488 | 2024.08.14 22:37:32.846071 [ 3 ] {} <Trace> HTTP-Session: 1d333325-d492-498e-98a6-0e6593299ea4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12489 | 2024.08.14 22:37:32.846171 [ 3 ] {d5f672d6-c0d6-410b-bdb5-555a52059d61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12490 | 2024.08.14 22:37:32.846217 [ 3 ] {d5f672d6-c0d6-410b-bdb5-555a52059d61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12491 | 2024.08.14 22:37:32.846350 [ 3 ] {d5f672d6-c0d6-410b-bdb5-555a52059d61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12492 | 2024.08.14 22:37:32.846657 [ 3 ] {d5f672d6-c0d6-410b-bdb5-555a52059d61} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12493 | 2024.08.14 22:37:32.846695 [ 3 ] {d5f672d6-c0d6-410b-bdb5-555a52059d61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12494 | 2024.08.14 22:37:32.847002 [ 3 ] {d5f672d6-c0d6-410b-bdb5-555a52059d61} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
12495 | 2024.08.14 22:37:32.847318 [ 3 ] {d5f672d6-c0d6-410b-bdb5-555a52059d61} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12496 | 2024.08.14 22:37:32.847482 [ 3 ] {d5f672d6-c0d6-410b-bdb5-555a52059d61} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001329 sec., 1504.8908954100827 rows/sec., 122.71 KiB/sec. | ||
12497 | 2024.08.14 22:37:32.847797 [ 3 ] {d5f672d6-c0d6-410b-bdb5-555a52059d61} <Debug> DynamicQueryHandler: Done processing query | ||
12498 | 2024.08.14 22:37:32.847823 [ 3 ] {d5f672d6-c0d6-410b-bdb5-555a52059d61} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12499 | 2024.08.14 22:37:32.847841 [ 3 ] {} <Debug> HTTP-Session: 1d333325-d492-498e-98a6-0e6593299ea4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12500 | 2024.08.14 22:37:32.847977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17463, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12501 | 2024.08.14 22:37:32.848029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12502 | 2024.08.14 22:37:32.848048 [ 3 ] {} <Debug> HTTP-Session: 8641bf0c-536d-4e4c-9499-6361ed075675 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12503 | 2024.08.14 22:37:32.848066 [ 3 ] {} <Debug> HTTP-Session: 8641bf0c-536d-4e4c-9499-6361ed075675 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12504 | 2024.08.14 22:37:32.848079 [ 3 ] {} <Debug> HTTP-Session: 8641bf0c-536d-4e4c-9499-6361ed075675 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12505 | 2024.08.14 22:37:32.848110 [ 3 ] {} <Trace> HTTP-Session: 8641bf0c-536d-4e4c-9499-6361ed075675 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12506 | 2024.08.14 22:37:32.848242 [ 3 ] {3012cf6f-b6f5-4baa-b1ca-2d65aad6a761} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12507 | 2024.08.14 22:37:32.848286 [ 3 ] {3012cf6f-b6f5-4baa-b1ca-2d65aad6a761} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12508 | 2024.08.14 22:37:32.848432 [ 3 ] {3012cf6f-b6f5-4baa-b1ca-2d65aad6a761} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12509 | 2024.08.14 22:37:32.848833 [ 3 ] {3012cf6f-b6f5-4baa-b1ca-2d65aad6a761} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12510 | 2024.08.14 22:37:32.848869 [ 3 ] {3012cf6f-b6f5-4baa-b1ca-2d65aad6a761} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12511 | 2024.08.14 22:37:32.849187 [ 3 ] {3012cf6f-b6f5-4baa-b1ca-2d65aad6a761} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12512 | 2024.08.14 22:37:32.849505 [ 3 ] {3012cf6f-b6f5-4baa-b1ca-2d65aad6a761} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12513 | 2024.08.14 22:37:32.849663 [ 3 ] {3012cf6f-b6f5-4baa-b1ca-2d65aad6a761} <Debug> executeQuery: Read 120 rows, 10.15 KiB in 0.001468 sec., 81743.86920980927 rows/sec., 6.75 MiB/sec. | ||
12514 | 2024.08.14 22:37:32.849672 [ 98 ] {} <Debug> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12515 | 2024.08.14 22:37:32.849756 [ 98 ] {} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12516 | 2024.08.14 22:37:32.849803 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12517 | 2024.08.14 22:37:32.849913 [ 3 ] {3012cf6f-b6f5-4baa-b1ca-2d65aad6a761} <Debug> DynamicQueryHandler: Done processing query | ||
12518 | 2024.08.14 22:37:32.849943 [ 200 ] {99dad827-b692-4668-b096-a1f8f01ac229::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 | ||
12519 | 2024.08.14 22:37:32.849947 [ 3 ] {3012cf6f-b6f5-4baa-b1ca-2d65aad6a761} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12520 | 2024.08.14 22:37:32.849991 [ 3 ] {} <Debug> HTTP-Session: 8641bf0c-536d-4e4c-9499-6361ed075675 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12521 | 2024.08.14 22:37:32.850075 [ 200 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12522 | 2024.08.14 22:37:32.850106 [ 200 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1406 rows starting from the beginning of the part | ||
12523 | 2024.08.14 22:37:32.850118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12524 | 2024.08.14 22:37:32.850182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12525 | 2024.08.14 22:37:32.850183 [ 200 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 119 rows starting from the beginning of the part | ||
12526 | 2024.08.14 22:37:32.850261 [ 3 ] {} <Debug> HTTP-Session: 30eafb5d-61e5-4c2e-8b19-ffa5c4338965 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12527 | 2024.08.14 22:37:32.850317 [ 3 ] {} <Debug> HTTP-Session: 30eafb5d-61e5-4c2e-8b19-ffa5c4338965 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12528 | 2024.08.14 22:37:32.850396 [ 3 ] {} <Debug> HTTP-Session: 30eafb5d-61e5-4c2e-8b19-ffa5c4338965 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12529 | 2024.08.14 22:37:32.850532 [ 200 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 194 rows starting from the beginning of the part | ||
12530 | 2024.08.14 22:37:32.850551 [ 3 ] {} <Trace> HTTP-Session: 30eafb5d-61e5-4c2e-8b19-ffa5c4338965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12531 | 2024.08.14 22:37:32.850950 [ 200 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 119 rows starting from the beginning of the part | ||
12532 | 2024.08.14 22:37:32.850983 [ 3 ] {df6d4446-3546-4573-83b8-7f5ff2c123a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12533 | 2024.08.14 22:37:32.851203 [ 3 ] {df6d4446-3546-4573-83b8-7f5ff2c123a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12534 | 2024.08.14 22:37:32.851306 [ 200 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 195 rows starting from the beginning of the part | ||
12535 | 2024.08.14 22:37:32.851591 [ 200 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 120 rows starting from the beginning of the part | ||
12536 | 2024.08.14 22:37:32.852154 [ 3 ] {df6d4446-3546-4573-83b8-7f5ff2c123a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12537 | 2024.08.14 22:37:32.852655 [ 3 ] {df6d4446-3546-4573-83b8-7f5ff2c123a4} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12538 | 2024.08.14 22:37:32.852698 [ 3 ] {df6d4446-3546-4573-83b8-7f5ff2c123a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12539 | 2024.08.14 22:37:32.853141 [ 3 ] {df6d4446-3546-4573-83b8-7f5ff2c123a4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
12540 | 2024.08.14 22:37:32.853484 [ 3 ] {df6d4446-3546-4573-83b8-7f5ff2c123a4} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12541 | 2024.08.14 22:37:32.853798 [ 3 ] {df6d4446-3546-4573-83b8-7f5ff2c123a4} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003011 sec., 664.2311524410495 rows/sec., 46.38 KiB/sec. | ||
12542 | 2024.08.14 22:37:32.853864 [ 195 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2153 rows, containing 4 columns (4 merged, 0 gathered) in 0.003970048 sec., 542310.8234459633 rows/sec., 45.73 MiB/sec. | ||
12543 | 2024.08.14 22:37:32.854216 [ 3 ] {df6d4446-3546-4573-83b8-7f5ff2c123a4} <Debug> DynamicQueryHandler: Done processing query | ||
12544 | 2024.08.14 22:37:32.854255 [ 3 ] {df6d4446-3546-4573-83b8-7f5ff2c123a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12545 | 2024.08.14 22:37:32.854277 [ 3 ] {} <Debug> HTTP-Session: 30eafb5d-61e5-4c2e-8b19-ffa5c4338965 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12546 | 2024.08.14 22:37:32.854361 [ 193 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12547 | 2024.08.14 22:37:32.854433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12548 | 2024.08.14 22:37:32.854517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12549 | 2024.08.14 22:37:32.854540 [ 3 ] {} <Debug> HTTP-Session: 7cee816a-c907-49c4-b7cf-56fa584cd076 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12550 | 2024.08.14 22:37:32.854558 [ 3 ] {} <Debug> HTTP-Session: 7cee816a-c907-49c4-b7cf-56fa584cd076 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12551 | 2024.08.14 22:37:32.854583 [ 3 ] {} <Debug> HTTP-Session: 7cee816a-c907-49c4-b7cf-56fa584cd076 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12552 | 2024.08.14 22:37:32.854641 [ 3 ] {} <Trace> HTTP-Session: 7cee816a-c907-49c4-b7cf-56fa584cd076 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12553 | 2024.08.14 22:37:32.854956 [ 3 ] {a9954be5-6f93-4d6a-b6cc-80ff65742718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12554 | 2024.08.14 22:37:32.855022 [ 3 ] {a9954be5-6f93-4d6a-b6cc-80ff65742718} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12555 | 2024.08.14 22:37:32.855262 [ 193 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_66_13} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12556 | 2024.08.14 22:37:32.855354 [ 3 ] {a9954be5-6f93-4d6a-b6cc-80ff65742718} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12557 | 2024.08.14 22:37:32.855491 [ 193 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_66_13} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12558 | 2024.08.14 22:37:32.855645 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
12559 | 2024.08.14 22:37:32.855860 [ 3 ] {a9954be5-6f93-4d6a-b6cc-80ff65742718} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12560 | 2024.08.14 22:37:32.855903 [ 3 ] {a9954be5-6f93-4d6a-b6cc-80ff65742718} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12561 | 2024.08.14 22:37:32.856232 [ 3 ] {a9954be5-6f93-4d6a-b6cc-80ff65742718} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12562 | 2024.08.14 22:37:32.856541 [ 3 ] {a9954be5-6f93-4d6a-b6cc-80ff65742718} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12563 | 2024.08.14 22:37:32.856696 [ 3 ] {a9954be5-6f93-4d6a-b6cc-80ff65742718} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001832 sec., 47489.08296943231 rows/sec., 3.71 MiB/sec. | ||
12564 | 2024.08.14 22:37:32.856707 [ 98 ] {} <Debug> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12565 | 2024.08.14 22:37:32.856787 [ 98 ] {} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12566 | 2024.08.14 22:37:32.856835 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12567 | 2024.08.14 22:37:32.856980 [ 3 ] {a9954be5-6f93-4d6a-b6cc-80ff65742718} <Debug> DynamicQueryHandler: Done processing query | ||
12568 | 2024.08.14 22:37:32.857020 [ 195 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::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 | ||
12569 | 2024.08.14 22:37:32.857020 [ 3 ] {a9954be5-6f93-4d6a-b6cc-80ff65742718} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
12570 | 2024.08.14 22:37:32.857093 [ 3 ] {} <Debug> HTTP-Session: 7cee816a-c907-49c4-b7cf-56fa584cd076 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12571 | 2024.08.14 22:37:32.857217 [ 195 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12572 | 2024.08.14 22:37:32.857272 [ 195 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 904 rows starting from the beginning of the part | ||
12573 | 2024.08.14 22:37:32.857283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30849, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12574 | 2024.08.14 22:37:32.857470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12575 | 2024.08.14 22:37:32.857474 [ 195 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 85 rows starting from the beginning of the part | ||
12576 | 2024.08.14 22:37:32.857569 [ 3 ] {} <Debug> HTTP-Session: 51b2912e-53c1-488b-8463-1164862ec893 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12577 | 2024.08.14 22:37:32.857697 [ 3 ] {} <Debug> HTTP-Session: 51b2912e-53c1-488b-8463-1164862ec893 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12578 | 2024.08.14 22:37:32.857768 [ 3 ] {} <Debug> HTTP-Session: 51b2912e-53c1-488b-8463-1164862ec893 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12579 | 2024.08.14 22:37:32.857825 [ 195 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 393 rows starting from the beginning of the part | ||
12580 | 2024.08.14 22:37:32.857870 [ 3 ] {} <Trace> HTTP-Session: 51b2912e-53c1-488b-8463-1164862ec893 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12581 | 2024.08.14 22:37:32.858114 [ 195 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 85 rows starting from the beginning of the part | ||
12582 | 2024.08.14 22:37:32.858249 [ 3 ] {2e2bd621-a961-4d8b-9ddc-e2cfcb673f16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12583 | 2024.08.14 22:37:32.858415 [ 195 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 395 rows starting from the beginning of the part | ||
12584 | 2024.08.14 22:37:32.858433 [ 3 ] {2e2bd621-a961-4d8b-9ddc-e2cfcb673f16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12585 | 2024.08.14 22:37:32.858754 [ 195 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 87 rows starting from the beginning of the part | ||
12586 | 2024.08.14 22:37:32.859510 [ 3 ] {2e2bd621-a961-4d8b-9ddc-e2cfcb673f16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12587 | 2024.08.14 22:37:32.860328 [ 3 ] {2e2bd621-a961-4d8b-9ddc-e2cfcb673f16} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12588 | 2024.08.14 22:37:32.860401 [ 3 ] {2e2bd621-a961-4d8b-9ddc-e2cfcb673f16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12589 | 2024.08.14 22:37:32.861319 [ 3 ] {2e2bd621-a961-4d8b-9ddc-e2cfcb673f16} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
12590 | 2024.08.14 22:37:32.862047 [ 199 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1949 rows, containing 4 columns (4 merged, 0 gathered) in 0.005127785 sec., 380086.13855690125 rows/sec., 27.52 MiB/sec. | ||
12591 | 2024.08.14 22:37:32.862211 [ 3 ] {2e2bd621-a961-4d8b-9ddc-e2cfcb673f16} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12592 | 2024.08.14 22:37:32.862339 [ 199 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12593 | 2024.08.14 22:37:32.862540 [ 3 ] {2e2bd621-a961-4d8b-9ddc-e2cfcb673f16} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004445 sec., 36220.47244094488 rows/sec., 2.52 MiB/sec. | ||
12594 | 2024.08.14 22:37:32.862928 [ 3 ] {2e2bd621-a961-4d8b-9ddc-e2cfcb673f16} <Debug> DynamicQueryHandler: Done processing query | ||
12595 | 2024.08.14 22:37:32.862982 [ 3 ] {2e2bd621-a961-4d8b-9ddc-e2cfcb673f16} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12596 | 2024.08.14 22:37:32.863007 [ 3 ] {} <Debug> HTTP-Session: 51b2912e-53c1-488b-8463-1164862ec893 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12597 | 2024.08.14 22:37:32.863181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12598 | 2024.08.14 22:37:32.863198 [ 199 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_66_13} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12599 | 2024.08.14 22:37:32.863279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12600 | 2024.08.14 22:37:32.863324 [ 3 ] {} <Debug> HTTP-Session: a5e72625-c614-4289-9be1-b18a55100637 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12601 | 2024.08.14 22:37:32.863344 [ 3 ] {} <Debug> HTTP-Session: a5e72625-c614-4289-9be1-b18a55100637 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12602 | 2024.08.14 22:37:32.863362 [ 199 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_66_13} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12603 | 2024.08.14 22:37:32.863369 [ 3 ] {} <Debug> HTTP-Session: a5e72625-c614-4289-9be1-b18a55100637 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12604 | 2024.08.14 22:37:32.863451 [ 3 ] {} <Trace> HTTP-Session: a5e72625-c614-4289-9be1-b18a55100637 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12605 | 2024.08.14 22:37:32.863518 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
12606 | 2024.08.14 22:37:32.863880 [ 3 ] {bd0d6b24-0c13-4364-acb7-bb6c0c40de20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12607 | 2024.08.14 22:37:32.863956 [ 3 ] {bd0d6b24-0c13-4364-acb7-bb6c0c40de20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12608 | 2024.08.14 22:37:32.864406 [ 3 ] {bd0d6b24-0c13-4364-acb7-bb6c0c40de20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12609 | 2024.08.14 22:37:32.865013 [ 3 ] {bd0d6b24-0c13-4364-acb7-bb6c0c40de20} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12610 | 2024.08.14 22:37:32.865050 [ 3 ] {bd0d6b24-0c13-4364-acb7-bb6c0c40de20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12611 | 2024.08.14 22:37:32.865686 [ 3 ] {bd0d6b24-0c13-4364-acb7-bb6c0c40de20} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12612 | 2024.08.14 22:37:32.866089 [ 3 ] {bd0d6b24-0c13-4364-acb7-bb6c0c40de20} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12613 | 2024.08.14 22:37:32.866278 [ 3 ] {bd0d6b24-0c13-4364-acb7-bb6c0c40de20} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002698 sec., 7783.543365455894 rows/sec., 13.95 MiB/sec. | ||
12614 | 2024.08.14 22:37:32.866494 [ 3 ] {bd0d6b24-0c13-4364-acb7-bb6c0c40de20} <Debug> DynamicQueryHandler: Done processing query | ||
12615 | 2024.08.14 22:37:32.866521 [ 3 ] {bd0d6b24-0c13-4364-acb7-bb6c0c40de20} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
12616 | 2024.08.14 22:37:32.866538 [ 3 ] {} <Debug> HTTP-Session: a5e72625-c614-4289-9be1-b18a55100637 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12617 | 2024.08.14 22:37:32.866649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12618 | 2024.08.14 22:37:32.866699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12619 | 2024.08.14 22:37:32.866719 [ 3 ] {} <Debug> HTTP-Session: b249e8da-1f12-4e74-90d0-8c916d85f023 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12620 | 2024.08.14 22:37:32.866736 [ 3 ] {} <Debug> HTTP-Session: b249e8da-1f12-4e74-90d0-8c916d85f023 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12621 | 2024.08.14 22:37:32.866750 [ 3 ] {} <Debug> HTTP-Session: b249e8da-1f12-4e74-90d0-8c916d85f023 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12622 | 2024.08.14 22:37:32.866780 [ 3 ] {} <Trace> HTTP-Session: b249e8da-1f12-4e74-90d0-8c916d85f023 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12623 | 2024.08.14 22:37:32.866896 [ 3 ] {9243a4d0-1a2f-41cf-8ea2-55e2a9f77d32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12624 | 2024.08.14 22:37:32.866941 [ 3 ] {9243a4d0-1a2f-41cf-8ea2-55e2a9f77d32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12625 | 2024.08.14 22:37:32.867070 [ 3 ] {9243a4d0-1a2f-41cf-8ea2-55e2a9f77d32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12626 | 2024.08.14 22:37:32.867464 [ 3 ] {9243a4d0-1a2f-41cf-8ea2-55e2a9f77d32} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12627 | 2024.08.14 22:37:32.867502 [ 3 ] {9243a4d0-1a2f-41cf-8ea2-55e2a9f77d32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12628 | 2024.08.14 22:37:32.867857 [ 3 ] {9243a4d0-1a2f-41cf-8ea2-55e2a9f77d32} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
12629 | 2024.08.14 22:37:32.868179 [ 3 ] {9243a4d0-1a2f-41cf-8ea2-55e2a9f77d32} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12630 | 2024.08.14 22:37:32.868330 [ 3 ] {9243a4d0-1a2f-41cf-8ea2-55e2a9f77d32} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00147 sec., 40816.32653061225 rows/sec., 2.75 MiB/sec. | ||
12631 | 2024.08.14 22:37:32.868491 [ 3 ] {9243a4d0-1a2f-41cf-8ea2-55e2a9f77d32} <Debug> DynamicQueryHandler: Done processing query | ||
12632 | 2024.08.14 22:37:32.868517 [ 3 ] {9243a4d0-1a2f-41cf-8ea2-55e2a9f77d32} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12633 | 2024.08.14 22:37:32.868533 [ 3 ] {} <Debug> HTTP-Session: b249e8da-1f12-4e74-90d0-8c916d85f023 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12634 | 2024.08.14 22:37:37.731650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12635 | 2024.08.14 22:37:37.731779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12636 | 2024.08.14 22:37:37.731805 [ 3 ] {} <Debug> HTTP-Session: b8e9eb21-2be1-470e-b683-96fded7b9d7d Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12637 | 2024.08.14 22:37:37.731829 [ 3 ] {} <Debug> HTTP-Session: b8e9eb21-2be1-470e-b683-96fded7b9d7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12638 | 2024.08.14 22:37:37.731845 [ 3 ] {} <Debug> HTTP-Session: b8e9eb21-2be1-470e-b683-96fded7b9d7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12639 | 2024.08.14 22:37:37.731893 [ 3 ] {} <Trace> HTTP-Session: b8e9eb21-2be1-470e-b683-96fded7b9d7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12640 | 2024.08.14 22:37:37.732095 [ 3 ] {e818d4b9-f961-4201-a12f-936eb1c51598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12641 | 2024.08.14 22:37:37.732169 [ 3 ] {e818d4b9-f961-4201-a12f-936eb1c51598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12642 | 2024.08.14 22:37:37.732388 [ 3 ] {e818d4b9-f961-4201-a12f-936eb1c51598} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12643 | 2024.08.14 22:37:37.732900 [ 3 ] {e818d4b9-f961-4201-a12f-936eb1c51598} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12644 | 2024.08.14 22:37:37.732946 [ 3 ] {e818d4b9-f961-4201-a12f-936eb1c51598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12645 | 2024.08.14 22:37:37.733326 [ 3 ] {e818d4b9-f961-4201-a12f-936eb1c51598} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12646 | 2024.08.14 22:37:37.733673 [ 3 ] {e818d4b9-f961-4201-a12f-936eb1c51598} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12647 | 2024.08.14 22:37:37.733836 [ 3 ] {e818d4b9-f961-4201-a12f-936eb1c51598} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001802 sec., 9433.962264150943 rows/sec., 683.38 KiB/sec. | ||
12648 | 2024.08.14 22:37:37.733853 [ 95 ] {} <Debug> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12649 | 2024.08.14 22:37:37.733960 [ 95 ] {} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12650 | 2024.08.14 22:37:37.734010 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12651 | 2024.08.14 22:37:37.734126 [ 3 ] {e818d4b9-f961-4201-a12f-936eb1c51598} <Debug> DynamicQueryHandler: Done processing query | ||
12652 | 2024.08.14 22:37:37.734181 [ 3 ] {e818d4b9-f961-4201-a12f-936eb1c51598} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12653 | 2024.08.14 22:37:37.734205 [ 195 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::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 | ||
12654 | 2024.08.14 22:37:37.734218 [ 3 ] {} <Debug> HTTP-Session: b8e9eb21-2be1-470e-b683-96fded7b9d7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12655 | 2024.08.14 22:37:37.734439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12656 | 2024.08.14 22:37:37.734470 [ 195 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12657 | 2024.08.14 22:37:37.734540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12658 | 2024.08.14 22:37:37.734547 [ 195 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 38 rows starting from the beginning of the part | ||
12659 | 2024.08.14 22:37:37.734582 [ 3 ] {} <Debug> HTTP-Session: 6c262952-6a51-4607-a84f-a01faa04df8c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12660 | 2024.08.14 22:37:37.734619 [ 3 ] {} <Debug> HTTP-Session: 6c262952-6a51-4607-a84f-a01faa04df8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12661 | 2024.08.14 22:37:37.734658 [ 3 ] {} <Debug> HTTP-Session: 6c262952-6a51-4607-a84f-a01faa04df8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12662 | 2024.08.14 22:37:37.734786 [ 3 ] {} <Trace> HTTP-Session: 6c262952-6a51-4607-a84f-a01faa04df8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12663 | 2024.08.14 22:37:37.734861 [ 195 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 17 rows starting from the beginning of the part | ||
12664 | 2024.08.14 22:37:37.735125 [ 3 ] {8b9548f1-04ee-4843-8aad-d9da7966ee00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12665 | 2024.08.14 22:37:37.735175 [ 195 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 21 rows starting from the beginning of the part | ||
12666 | 2024.08.14 22:37:37.735260 [ 3 ] {8b9548f1-04ee-4843-8aad-d9da7966ee00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12667 | 2024.08.14 22:37:37.735486 [ 195 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 17 rows starting from the beginning of the part | ||
12668 | 2024.08.14 22:37:37.735850 [ 195 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 21 rows starting from the beginning of the part | ||
12669 | 2024.08.14 22:37:37.736189 [ 195 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 17 rows starting from the beginning of the part | ||
12670 | 2024.08.14 22:37:37.736494 [ 3 ] {8b9548f1-04ee-4843-8aad-d9da7966ee00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12671 | 2024.08.14 22:37:37.737376 [ 3 ] {8b9548f1-04ee-4843-8aad-d9da7966ee00} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12672 | 2024.08.14 22:37:37.737436 [ 3 ] {8b9548f1-04ee-4843-8aad-d9da7966ee00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12673 | 2024.08.14 22:37:37.738308 [ 3 ] {8b9548f1-04ee-4843-8aad-d9da7966ee00} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
12674 | 2024.08.14 22:37:37.739141 [ 186 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 131 rows, containing 4 columns (4 merged, 0 gathered) in 0.005045493 sec., 25963.766077963046 rows/sec., 1.94 MiB/sec. | ||
12675 | 2024.08.14 22:37:37.739210 [ 3 ] {8b9548f1-04ee-4843-8aad-d9da7966ee00} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12676 | 2024.08.14 22:37:37.739432 [ 186 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12677 | 2024.08.14 22:37:37.739557 [ 3 ] {8b9548f1-04ee-4843-8aad-d9da7966ee00} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.004553 sec., 1317.812431363936 rows/sec., 107.46 KiB/sec. | ||
12678 | 2024.08.14 22:37:37.740401 [ 3 ] {8b9548f1-04ee-4843-8aad-d9da7966ee00} <Debug> DynamicQueryHandler: Done processing query | ||
12679 | 2024.08.14 22:37:37.740447 [ 3 ] {8b9548f1-04ee-4843-8aad-d9da7966ee00} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12680 | 2024.08.14 22:37:37.740479 [ 3 ] {} <Debug> HTTP-Session: 6c262952-6a51-4607-a84f-a01faa04df8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12681 | 2024.08.14 22:37:37.740636 [ 186 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_66_13} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12682 | 2024.08.14 22:37:37.740733 [ 186 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_66_13} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12683 | 2024.08.14 22:37:37.740857 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
12684 | 2024.08.14 22:37:37.740899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 195159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12685 | 2024.08.14 22:37:37.740955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12686 | 2024.08.14 22:37:37.740977 [ 3 ] {} <Debug> HTTP-Session: 08b8d0d1-99eb-4c88-9e8d-0875cdb957ff Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12687 | 2024.08.14 22:37:37.740994 [ 3 ] {} <Debug> HTTP-Session: 08b8d0d1-99eb-4c88-9e8d-0875cdb957ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12688 | 2024.08.14 22:37:37.741007 [ 3 ] {} <Debug> HTTP-Session: 08b8d0d1-99eb-4c88-9e8d-0875cdb957ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12689 | 2024.08.14 22:37:37.741039 [ 3 ] {} <Trace> HTTP-Session: 08b8d0d1-99eb-4c88-9e8d-0875cdb957ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12690 | 2024.08.14 22:37:37.741514 [ 3 ] {520d84e4-f243-45bc-9894-4db7b3315354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12691 | 2024.08.14 22:37:37.741565 [ 3 ] {520d84e4-f243-45bc-9894-4db7b3315354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12692 | 2024.08.14 22:37:37.741720 [ 3 ] {520d84e4-f243-45bc-9894-4db7b3315354} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12693 | 2024.08.14 22:37:37.742828 [ 3 ] {520d84e4-f243-45bc-9894-4db7b3315354} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12694 | 2024.08.14 22:37:37.742867 [ 3 ] {520d84e4-f243-45bc-9894-4db7b3315354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12695 | 2024.08.14 22:37:37.743272 [ 3 ] {520d84e4-f243-45bc-9894-4db7b3315354} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12696 | 2024.08.14 22:37:37.743603 [ 3 ] {520d84e4-f243-45bc-9894-4db7b3315354} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12697 | 2024.08.14 22:37:37.743758 [ 3 ] {520d84e4-f243-45bc-9894-4db7b3315354} <Debug> executeQuery: Read 1337 rows, 114.33 KiB in 0.002573 sec., 519626.89467547607 rows/sec., 43.39 MiB/sec. | ||
12698 | 2024.08.14 22:37:37.743921 [ 3 ] {520d84e4-f243-45bc-9894-4db7b3315354} <Debug> DynamicQueryHandler: Done processing query | ||
12699 | 2024.08.14 22:37:37.743945 [ 3 ] {520d84e4-f243-45bc-9894-4db7b3315354} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
12700 | 2024.08.14 22:37:37.743961 [ 3 ] {} <Debug> HTTP-Session: 08b8d0d1-99eb-4c88-9e8d-0875cdb957ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12701 | 2024.08.14 22:37:37.744157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12702 | 2024.08.14 22:37:37.744203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12703 | 2024.08.14 22:37:37.744222 [ 3 ] {} <Debug> HTTP-Session: 0672a64d-8b7f-4a69-9018-8d9965279468 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12704 | 2024.08.14 22:37:37.744238 [ 3 ] {} <Debug> HTTP-Session: 0672a64d-8b7f-4a69-9018-8d9965279468 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12705 | 2024.08.14 22:37:37.744252 [ 3 ] {} <Debug> HTTP-Session: 0672a64d-8b7f-4a69-9018-8d9965279468 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12706 | 2024.08.14 22:37:37.744282 [ 3 ] {} <Trace> HTTP-Session: 0672a64d-8b7f-4a69-9018-8d9965279468 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12707 | 2024.08.14 22:37:37.744377 [ 3 ] {adae212f-4acf-427c-8cc1-f102c7943271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12708 | 2024.08.14 22:37:37.744421 [ 3 ] {adae212f-4acf-427c-8cc1-f102c7943271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12709 | 2024.08.14 22:37:37.744546 [ 3 ] {adae212f-4acf-427c-8cc1-f102c7943271} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12710 | 2024.08.14 22:37:37.744881 [ 3 ] {adae212f-4acf-427c-8cc1-f102c7943271} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12711 | 2024.08.14 22:37:37.744917 [ 3 ] {adae212f-4acf-427c-8cc1-f102c7943271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12712 | 2024.08.14 22:37:37.745218 [ 3 ] {adae212f-4acf-427c-8cc1-f102c7943271} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
12713 | 2024.08.14 22:37:37.745523 [ 3 ] {adae212f-4acf-427c-8cc1-f102c7943271} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12714 | 2024.08.14 22:37:37.745678 [ 3 ] {adae212f-4acf-427c-8cc1-f102c7943271} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001323 sec., 4535.14739229025 rows/sec., 316.66 KiB/sec. | ||
12715 | 2024.08.14 22:37:37.745884 [ 3 ] {adae212f-4acf-427c-8cc1-f102c7943271} <Debug> DynamicQueryHandler: Done processing query | ||
12716 | 2024.08.14 22:37:37.745909 [ 3 ] {adae212f-4acf-427c-8cc1-f102c7943271} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12717 | 2024.08.14 22:37:37.745924 [ 3 ] {} <Debug> HTTP-Session: 0672a64d-8b7f-4a69-9018-8d9965279468 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12718 | 2024.08.14 22:37:37.746089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12719 | 2024.08.14 22:37:37.746137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12720 | 2024.08.14 22:37:37.746157 [ 3 ] {} <Debug> HTTP-Session: 645b1415-e20b-4427-a1d6-a8055efa4454 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12721 | 2024.08.14 22:37:37.746173 [ 3 ] {} <Debug> HTTP-Session: 645b1415-e20b-4427-a1d6-a8055efa4454 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12722 | 2024.08.14 22:37:37.746186 [ 3 ] {} <Debug> HTTP-Session: 645b1415-e20b-4427-a1d6-a8055efa4454 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12723 | 2024.08.14 22:37:37.746216 [ 3 ] {} <Trace> HTTP-Session: 645b1415-e20b-4427-a1d6-a8055efa4454 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12724 | 2024.08.14 22:37:37.746355 [ 3 ] {cbf25572-395a-47bd-b1d7-580ba9df460f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12725 | 2024.08.14 22:37:37.746395 [ 3 ] {cbf25572-395a-47bd-b1d7-580ba9df460f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12726 | 2024.08.14 22:37:37.746522 [ 3 ] {cbf25572-395a-47bd-b1d7-580ba9df460f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12727 | 2024.08.14 22:37:37.746905 [ 3 ] {cbf25572-395a-47bd-b1d7-580ba9df460f} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12728 | 2024.08.14 22:37:37.746941 [ 3 ] {cbf25572-395a-47bd-b1d7-580ba9df460f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12729 | 2024.08.14 22:37:37.747256 [ 3 ] {cbf25572-395a-47bd-b1d7-580ba9df460f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
12730 | 2024.08.14 22:37:37.747557 [ 3 ] {cbf25572-395a-47bd-b1d7-580ba9df460f} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12731 | 2024.08.14 22:37:37.747720 [ 3 ] {cbf25572-395a-47bd-b1d7-580ba9df460f} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001424 sec., 160112.3595505618 rows/sec., 10.84 MiB/sec. | ||
12732 | 2024.08.14 22:37:37.748306 [ 3 ] {cbf25572-395a-47bd-b1d7-580ba9df460f} <Debug> DynamicQueryHandler: Done processing query | ||
12733 | 2024.08.14 22:37:37.748344 [ 3 ] {cbf25572-395a-47bd-b1d7-580ba9df460f} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
12734 | 2024.08.14 22:37:37.748361 [ 3 ] {} <Debug> HTTP-Session: 645b1415-e20b-4427-a1d6-a8055efa4454 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12735 | 2024.08.14 22:37:37.748628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 139387, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12736 | 2024.08.14 22:37:37.748674 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12737 | 2024.08.14 22:37:37.748693 [ 3 ] {} <Debug> HTTP-Session: a3b204ca-965a-433a-905a-9abf8f7b32fc Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12738 | 2024.08.14 22:37:37.748710 [ 3 ] {} <Debug> HTTP-Session: a3b204ca-965a-433a-905a-9abf8f7b32fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12739 | 2024.08.14 22:37:37.748723 [ 3 ] {} <Debug> HTTP-Session: a3b204ca-965a-433a-905a-9abf8f7b32fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12740 | 2024.08.14 22:37:37.748753 [ 3 ] {} <Trace> HTTP-Session: a3b204ca-965a-433a-905a-9abf8f7b32fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12741 | 2024.08.14 22:37:37.749062 [ 3 ] {65fb186e-3cb6-485c-8162-634df36b7afb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12742 | 2024.08.14 22:37:37.749105 [ 3 ] {65fb186e-3cb6-485c-8162-634df36b7afb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12743 | 2024.08.14 22:37:37.749243 [ 3 ] {65fb186e-3cb6-485c-8162-634df36b7afb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12744 | 2024.08.14 22:37:37.750077 [ 3 ] {65fb186e-3cb6-485c-8162-634df36b7afb} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12745 | 2024.08.14 22:37:37.750114 [ 3 ] {65fb186e-3cb6-485c-8162-634df36b7afb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12746 | 2024.08.14 22:37:37.750452 [ 3 ] {65fb186e-3cb6-485c-8162-634df36b7afb} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12747 | 2024.08.14 22:37:37.750769 [ 3 ] {65fb186e-3cb6-485c-8162-634df36b7afb} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12748 | 2024.08.14 22:37:37.750918 [ 3 ] {65fb186e-3cb6-485c-8162-634df36b7afb} <Debug> executeQuery: Read 855 rows, 63.13 KiB in 0.002026 sec., 422013.82033563673 rows/sec., 30.43 MiB/sec. | ||
12749 | 2024.08.14 22:37:37.751087 [ 3 ] {65fb186e-3cb6-485c-8162-634df36b7afb} <Debug> DynamicQueryHandler: Done processing query | ||
12750 | 2024.08.14 22:37:37.751111 [ 3 ] {65fb186e-3cb6-485c-8162-634df36b7afb} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
12751 | 2024.08.14 22:37:37.751127 [ 3 ] {} <Debug> HTTP-Session: a3b204ca-965a-433a-905a-9abf8f7b32fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12752 | 2024.08.14 22:37:37.751414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12753 | 2024.08.14 22:37:37.751462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12754 | 2024.08.14 22:37:37.751481 [ 3 ] {} <Debug> HTTP-Session: 840e0637-bdaa-4289-9014-d89789a1dc8a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12755 | 2024.08.14 22:37:37.751497 [ 3 ] {} <Debug> HTTP-Session: 840e0637-bdaa-4289-9014-d89789a1dc8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12756 | 2024.08.14 22:37:37.751510 [ 3 ] {} <Debug> HTTP-Session: 840e0637-bdaa-4289-9014-d89789a1dc8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12757 | 2024.08.14 22:37:37.751540 [ 3 ] {} <Trace> HTTP-Session: 840e0637-bdaa-4289-9014-d89789a1dc8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12758 | 2024.08.14 22:37:37.751643 [ 3 ] {8dd267cc-b7d2-4d27-bcc9-4acceb3a5e4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12759 | 2024.08.14 22:37:37.751688 [ 3 ] {8dd267cc-b7d2-4d27-bcc9-4acceb3a5e4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12760 | 2024.08.14 22:37:37.751818 [ 3 ] {8dd267cc-b7d2-4d27-bcc9-4acceb3a5e4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12761 | 2024.08.14 22:37:37.752067 [ 3 ] {8dd267cc-b7d2-4d27-bcc9-4acceb3a5e4a} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12762 | 2024.08.14 22:37:37.752103 [ 3 ] {8dd267cc-b7d2-4d27-bcc9-4acceb3a5e4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12763 | 2024.08.14 22:37:37.752454 [ 3 ] {8dd267cc-b7d2-4d27-bcc9-4acceb3a5e4a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
12764 | 2024.08.14 22:37:37.752767 [ 3 ] {8dd267cc-b7d2-4d27-bcc9-4acceb3a5e4a} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12765 | 2024.08.14 22:37:37.752923 [ 95 ] {} <Debug> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
12766 | 2024.08.14 22:37:37.752934 [ 3 ] {8dd267cc-b7d2-4d27-bcc9-4acceb3a5e4a} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001301 sec., 4611.837048424289 rows/sec., 198.16 KiB/sec. | ||
12767 | 2024.08.14 22:37:37.753008 [ 95 ] {} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12768 | 2024.08.14 22:37:37.753105 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12769 | 2024.08.14 22:37:37.753285 [ 3 ] {8dd267cc-b7d2-4d27-bcc9-4acceb3a5e4a} <Debug> DynamicQueryHandler: Done processing query | ||
12770 | 2024.08.14 22:37:37.753371 [ 3 ] {8dd267cc-b7d2-4d27-bcc9-4acceb3a5e4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12771 | 2024.08.14 22:37:37.753453 [ 3 ] {} <Debug> HTTP-Session: 840e0637-bdaa-4289-9014-d89789a1dc8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12772 | 2024.08.14 22:37:37.753756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12773 | 2024.08.14 22:37:37.753832 [ 191 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
12774 | 2024.08.14 22:37:37.753925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12775 | 2024.08.14 22:37:37.754039 [ 3 ] {} <Debug> HTTP-Session: 3eede0e3-f291-4cdd-ab89-55a603094bfd Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12776 | 2024.08.14 22:37:37.754080 [ 3 ] {} <Debug> HTTP-Session: 3eede0e3-f291-4cdd-ab89-55a603094bfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12777 | 2024.08.14 22:37:37.754116 [ 3 ] {} <Debug> HTTP-Session: 3eede0e3-f291-4cdd-ab89-55a603094bfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12778 | 2024.08.14 22:37:37.754206 [ 3 ] {} <Trace> HTTP-Session: 3eede0e3-f291-4cdd-ab89-55a603094bfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12779 | 2024.08.14 22:37:37.754289 [ 191 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12780 | 2024.08.14 22:37:37.754373 [ 191 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
12781 | 2024.08.14 22:37:37.754470 [ 3 ] {44120859-e301-431e-ac54-d4ffdf9856eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
12782 | 2024.08.14 22:37:37.754607 [ 191 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
12783 | 2024.08.14 22:37:37.754725 [ 3 ] {44120859-e301-431e-ac54-d4ffdf9856eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
12784 | 2024.08.14 22:37:37.754949 [ 191 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
12785 | 2024.08.14 22:37:37.755280 [ 191 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
12786 | 2024.08.14 22:37:37.755613 [ 191 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
12787 | 2024.08.14 22:37:37.755919 [ 191 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
12788 | 2024.08.14 22:37:37.756335 [ 3 ] {44120859-e301-431e-ac54-d4ffdf9856eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12789 | 2024.08.14 22:37:37.757162 [ 3 ] {44120859-e301-431e-ac54-d4ffdf9856eb} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12790 | 2024.08.14 22:37:37.757232 [ 3 ] {44120859-e301-431e-ac54-d4ffdf9856eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12791 | 2024.08.14 22:37:37.758293 [ 3 ] {44120859-e301-431e-ac54-d4ffdf9856eb} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
12792 | 2024.08.14 22:37:37.758808 [ 186 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.005562651 sec., 33437.29455613879 rows/sec., 1.40 MiB/sec. | ||
12793 | 2024.08.14 22:37:37.759004 [ 186 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
12794 | 2024.08.14 22:37:37.759187 [ 3 ] {44120859-e301-431e-ac54-d4ffdf9856eb} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12795 | 2024.08.14 22:37:37.759434 [ 95 ] {} <Debug> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
12796 | 2024.08.14 22:37:37.759530 [ 95 ] {} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12797 | 2024.08.14 22:37:37.759601 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12798 | 2024.08.14 22:37:37.760049 [ 190 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::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 | ||
12799 | 2024.08.14 22:37:37.760186 [ 3 ] {44120859-e301-431e-ac54-d4ffdf9856eb} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.005625 sec., 13688.888888888889 rows/sec., 863.19 KiB/sec. | ||
12800 | 2024.08.14 22:37:37.760368 [ 186 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_31_6} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12801 | 2024.08.14 22:37:37.760854 [ 186 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_31_6} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
12802 | 2024.08.14 22:37:37.761022 [ 190 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12803 | 2024.08.14 22:37:37.761119 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
12804 | 2024.08.14 22:37:37.761156 [ 190 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2002 rows starting from the beginning of the part | ||
12805 | 2024.08.14 22:37:37.761482 [ 190 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 77 rows starting from the beginning of the part | ||
12806 | 2024.08.14 22:37:37.761637 [ 190 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 77 rows starting from the beginning of the part | ||
12807 | 2024.08.14 22:37:37.761682 [ 3 ] {44120859-e301-431e-ac54-d4ffdf9856eb} <Debug> DynamicQueryHandler: Done processing query | ||
12808 | 2024.08.14 22:37:37.761781 [ 3 ] {44120859-e301-431e-ac54-d4ffdf9856eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12809 | 2024.08.14 22:37:37.761869 [ 3 ] {} <Debug> HTTP-Session: 3eede0e3-f291-4cdd-ab89-55a603094bfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12810 | 2024.08.14 22:37:37.761926 [ 190 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 77 rows starting from the beginning of the part | ||
12811 | 2024.08.14 22:37:37.762032 [ 190 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 77 rows starting from the beginning of the part | ||
12812 | 2024.08.14 22:37:37.762122 [ 190 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 77 rows starting from the beginning of the part | ||
12813 | 2024.08.14 22:37:37.762360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 160946, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12814 | 2024.08.14 22:37:37.762512 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12815 | 2024.08.14 22:37:37.762563 [ 3 ] {} <Debug> HTTP-Session: 966cf327-0924-4153-9426-8b5cf8cd4dd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12816 | 2024.08.14 22:37:37.762598 [ 3 ] {} <Debug> HTTP-Session: 966cf327-0924-4153-9426-8b5cf8cd4dd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12817 | 2024.08.14 22:37:37.762620 [ 3 ] {} <Debug> HTTP-Session: 966cf327-0924-4153-9426-8b5cf8cd4dd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12818 | 2024.08.14 22:37:37.762680 [ 3 ] {} <Trace> HTTP-Session: 966cf327-0924-4153-9426-8b5cf8cd4dd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12819 | 2024.08.14 22:37:37.763212 [ 3 ] {c8f34ff7-d123-4c70-9c81-5f7d64678a32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12820 | 2024.08.14 22:37:37.763335 [ 3 ] {c8f34ff7-d123-4c70-9c81-5f7d64678a32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12821 | 2024.08.14 22:37:37.764086 [ 3 ] {c8f34ff7-d123-4c70-9c81-5f7d64678a32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12822 | 2024.08.14 22:37:37.764805 [ 198 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2387 rows, containing 5 columns (5 merged, 0 gathered) in 0.005067354 sec., 471054.5187883065 rows/sec., 29.01 MiB/sec. | ||
12823 | 2024.08.14 22:37:37.765142 [ 187 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
12824 | 2024.08.14 22:37:37.765201 [ 3 ] {c8f34ff7-d123-4c70-9c81-5f7d64678a32} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12825 | 2024.08.14 22:37:37.765285 [ 3 ] {c8f34ff7-d123-4c70-9c81-5f7d64678a32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12826 | 2024.08.14 22:37:37.766255 [ 187 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_31_6} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12827 | 2024.08.14 22:37:37.766295 [ 3 ] {c8f34ff7-d123-4c70-9c81-5f7d64678a32} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12828 | 2024.08.14 22:37:37.766410 [ 187 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_31_6} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
12829 | 2024.08.14 22:37:37.766641 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
12830 | 2024.08.14 22:37:37.766942 [ 3 ] {c8f34ff7-d123-4c70-9c81-5f7d64678a32} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12831 | 2024.08.14 22:37:37.767111 [ 3 ] {c8f34ff7-d123-4c70-9c81-5f7d64678a32} <Debug> executeQuery: Read 847 rows, 58.38 KiB in 0.004276 sec., 198082.3199251637 rows/sec., 13.33 MiB/sec. | ||
12832 | 2024.08.14 22:37:37.767295 [ 3 ] {c8f34ff7-d123-4c70-9c81-5f7d64678a32} <Debug> DynamicQueryHandler: Done processing query | ||
12833 | 2024.08.14 22:37:37.767321 [ 3 ] {c8f34ff7-d123-4c70-9c81-5f7d64678a32} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
12834 | 2024.08.14 22:37:37.767338 [ 3 ] {} <Debug> HTTP-Session: 966cf327-0924-4153-9426-8b5cf8cd4dd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12835 | 2024.08.14 22:37:37.767612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17737, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12836 | 2024.08.14 22:37:37.767659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12837 | 2024.08.14 22:37:37.767678 [ 3 ] {} <Debug> HTTP-Session: 08f55ea1-dde5-40c2-9e98-2c461eefbed2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12838 | 2024.08.14 22:37:37.767694 [ 3 ] {} <Debug> HTTP-Session: 08f55ea1-dde5-40c2-9e98-2c461eefbed2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12839 | 2024.08.14 22:37:37.767707 [ 3 ] {} <Debug> HTTP-Session: 08f55ea1-dde5-40c2-9e98-2c461eefbed2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12840 | 2024.08.14 22:37:37.767737 [ 3 ] {} <Trace> HTTP-Session: 08f55ea1-dde5-40c2-9e98-2c461eefbed2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12841 | 2024.08.14 22:37:37.768001 [ 3 ] {01625310-2a03-4a09-a8c5-a07bea7028f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12842 | 2024.08.14 22:37:37.768064 [ 3 ] {01625310-2a03-4a09-a8c5-a07bea7028f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
12843 | 2024.08.14 22:37:37.768499 [ 3 ] {01625310-2a03-4a09-a8c5-a07bea7028f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12844 | 2024.08.14 22:37:37.769074 [ 3 ] {01625310-2a03-4a09-a8c5-a07bea7028f7} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12845 | 2024.08.14 22:37:37.769110 [ 3 ] {01625310-2a03-4a09-a8c5-a07bea7028f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12846 | 2024.08.14 22:37:37.769693 [ 3 ] {01625310-2a03-4a09-a8c5-a07bea7028f7} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12847 | 2024.08.14 22:37:37.770086 [ 3 ] {01625310-2a03-4a09-a8c5-a07bea7028f7} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12848 | 2024.08.14 22:37:37.770273 [ 3 ] {01625310-2a03-4a09-a8c5-a07bea7028f7} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002452 sec., 4486.133768352365 rows/sec., 8.04 MiB/sec. | ||
12849 | 2024.08.14 22:37:37.770493 [ 3 ] {01625310-2a03-4a09-a8c5-a07bea7028f7} <Debug> DynamicQueryHandler: Done processing query | ||
12850 | 2024.08.14 22:37:37.770517 [ 3 ] {01625310-2a03-4a09-a8c5-a07bea7028f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
12851 | 2024.08.14 22:37:37.770532 [ 3 ] {} <Debug> HTTP-Session: 08f55ea1-dde5-40c2-9e98-2c461eefbed2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12852 | 2024.08.14 22:37:37.770653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12853 | 2024.08.14 22:37:37.770700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12854 | 2024.08.14 22:37:37.770718 [ 3 ] {} <Debug> HTTP-Session: dbbc40be-b4f4-4d99-af60-45802fd830f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12855 | 2024.08.14 22:37:37.770734 [ 3 ] {} <Debug> HTTP-Session: dbbc40be-b4f4-4d99-af60-45802fd830f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12856 | 2024.08.14 22:37:37.770748 [ 3 ] {} <Debug> HTTP-Session: dbbc40be-b4f4-4d99-af60-45802fd830f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12857 | 2024.08.14 22:37:37.770804 [ 3 ] {} <Trace> HTTP-Session: dbbc40be-b4f4-4d99-af60-45802fd830f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12858 | 2024.08.14 22:37:37.770902 [ 3 ] {ded47ee2-95fd-429b-975c-24869fa35b3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
12859 | 2024.08.14 22:37:37.770946 [ 3 ] {ded47ee2-95fd-429b-975c-24869fa35b3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
12860 | 2024.08.14 22:37:37.771073 [ 3 ] {ded47ee2-95fd-429b-975c-24869fa35b3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12861 | 2024.08.14 22:37:37.771351 [ 3 ] {ded47ee2-95fd-429b-975c-24869fa35b3b} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12862 | 2024.08.14 22:37:37.771387 [ 3 ] {ded47ee2-95fd-429b-975c-24869fa35b3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12863 | 2024.08.14 22:37:37.771731 [ 3 ] {ded47ee2-95fd-429b-975c-24869fa35b3b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
12864 | 2024.08.14 22:37:37.772042 [ 3 ] {ded47ee2-95fd-429b-975c-24869fa35b3b} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12865 | 2024.08.14 22:37:37.772192 [ 3 ] {ded47ee2-95fd-429b-975c-24869fa35b3b} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001317 sec., 17463.933181473043 rows/sec., 944.68 KiB/sec. | ||
12866 | 2024.08.14 22:37:37.772369 [ 3 ] {ded47ee2-95fd-429b-975c-24869fa35b3b} <Debug> DynamicQueryHandler: Done processing query | ||
12867 | 2024.08.14 22:37:37.772393 [ 3 ] {ded47ee2-95fd-429b-975c-24869fa35b3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12868 | 2024.08.14 22:37:37.772408 [ 3 ] {} <Debug> HTTP-Session: dbbc40be-b4f4-4d99-af60-45802fd830f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12869 | 2024.08.14 22:37:37.772538 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12870 | 2024.08.14 22:37:37.772584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12871 | 2024.08.14 22:37:37.772604 [ 3 ] {} <Debug> HTTP-Session: 4217e30a-50e9-4f7d-8be8-92af2b28554e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12872 | 2024.08.14 22:37:37.772620 [ 3 ] {} <Debug> HTTP-Session: 4217e30a-50e9-4f7d-8be8-92af2b28554e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12873 | 2024.08.14 22:37:37.772633 [ 3 ] {} <Debug> HTTP-Session: 4217e30a-50e9-4f7d-8be8-92af2b28554e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12874 | 2024.08.14 22:37:37.772663 [ 3 ] {} <Trace> HTTP-Session: 4217e30a-50e9-4f7d-8be8-92af2b28554e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12875 | 2024.08.14 22:37:37.772770 [ 3 ] {880c3002-e020-4286-87ac-faf506dc0ab0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12876 | 2024.08.14 22:37:37.772813 [ 3 ] {880c3002-e020-4286-87ac-faf506dc0ab0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12877 | 2024.08.14 22:37:37.772941 [ 3 ] {880c3002-e020-4286-87ac-faf506dc0ab0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12878 | 2024.08.14 22:37:37.773237 [ 3 ] {880c3002-e020-4286-87ac-faf506dc0ab0} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12879 | 2024.08.14 22:37:37.773272 [ 3 ] {880c3002-e020-4286-87ac-faf506dc0ab0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12880 | 2024.08.14 22:37:37.773617 [ 3 ] {880c3002-e020-4286-87ac-faf506dc0ab0} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12881 | 2024.08.14 22:37:37.773934 [ 3 ] {880c3002-e020-4286-87ac-faf506dc0ab0} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12882 | 2024.08.14 22:37:37.774077 [ 3 ] {880c3002-e020-4286-87ac-faf506dc0ab0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00134 sec., 44776.119402985074 rows/sec., 3.02 MiB/sec. | ||
12883 | 2024.08.14 22:37:37.774246 [ 3 ] {880c3002-e020-4286-87ac-faf506dc0ab0} <Debug> DynamicQueryHandler: Done processing query | ||
12884 | 2024.08.14 22:37:37.774270 [ 3 ] {880c3002-e020-4286-87ac-faf506dc0ab0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12885 | 2024.08.14 22:37:37.774285 [ 3 ] {} <Debug> HTTP-Session: 4217e30a-50e9-4f7d-8be8-92af2b28554e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12886 | 2024.08.14 22:37:41.086348 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12887 | 2024.08.14 22:37:41.086451 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12888 | 2024.08.14 22:37:42.844697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12889 | 2024.08.14 22:37:42.844819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12890 | 2024.08.14 22:37:42.844848 [ 3 ] {} <Debug> HTTP-Session: 8c51087c-e446-4298-984f-3dace2ea655e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12891 | 2024.08.14 22:37:42.844875 [ 3 ] {} <Debug> HTTP-Session: 8c51087c-e446-4298-984f-3dace2ea655e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12892 | 2024.08.14 22:37:42.844893 [ 3 ] {} <Debug> HTTP-Session: 8c51087c-e446-4298-984f-3dace2ea655e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12893 | 2024.08.14 22:37:42.844949 [ 3 ] {} <Trace> HTTP-Session: 8c51087c-e446-4298-984f-3dace2ea655e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12894 | 2024.08.14 22:37:42.845151 [ 3 ] {553262dd-f0f5-4787-b530-c24aedcea0a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12895 | 2024.08.14 22:37:42.845217 [ 3 ] {553262dd-f0f5-4787-b530-c24aedcea0a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12896 | 2024.08.14 22:37:42.845405 [ 3 ] {553262dd-f0f5-4787-b530-c24aedcea0a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12897 | 2024.08.14 22:37:42.845818 [ 3 ] {553262dd-f0f5-4787-b530-c24aedcea0a0} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12898 | 2024.08.14 22:37:42.845861 [ 3 ] {553262dd-f0f5-4787-b530-c24aedcea0a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12899 | 2024.08.14 22:37:42.846219 [ 3 ] {553262dd-f0f5-4787-b530-c24aedcea0a0} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12900 | 2024.08.14 22:37:42.846544 [ 3 ] {553262dd-f0f5-4787-b530-c24aedcea0a0} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12901 | 2024.08.14 22:37:42.846710 [ 3 ] {553262dd-f0f5-4787-b530-c24aedcea0a0} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001618 sec., 12978.986402966624 rows/sec., 1.03 MiB/sec. | ||
12902 | 2024.08.14 22:37:42.846892 [ 3 ] {553262dd-f0f5-4787-b530-c24aedcea0a0} <Debug> DynamicQueryHandler: Done processing query | ||
12903 | 2024.08.14 22:37:42.846918 [ 3 ] {553262dd-f0f5-4787-b530-c24aedcea0a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12904 | 2024.08.14 22:37:42.846934 [ 3 ] {} <Debug> HTTP-Session: 8c51087c-e446-4298-984f-3dace2ea655e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12905 | 2024.08.14 22:37:42.847085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12906 | 2024.08.14 22:37:42.847133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12907 | 2024.08.14 22:37:42.847153 [ 3 ] {} <Debug> HTTP-Session: 5c8aa687-c343-4894-94af-72c23462c3cc Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12908 | 2024.08.14 22:37:42.847170 [ 3 ] {} <Debug> HTTP-Session: 5c8aa687-c343-4894-94af-72c23462c3cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12909 | 2024.08.14 22:37:42.847184 [ 3 ] {} <Debug> HTTP-Session: 5c8aa687-c343-4894-94af-72c23462c3cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12910 | 2024.08.14 22:37:42.847215 [ 3 ] {} <Trace> HTTP-Session: 5c8aa687-c343-4894-94af-72c23462c3cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12911 | 2024.08.14 22:37:42.847308 [ 3 ] {0dba32d7-906c-4906-8bf4-4a42ba2d979a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12912 | 2024.08.14 22:37:42.847352 [ 3 ] {0dba32d7-906c-4906-8bf4-4a42ba2d979a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12913 | 2024.08.14 22:37:42.847478 [ 3 ] {0dba32d7-906c-4906-8bf4-4a42ba2d979a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12914 | 2024.08.14 22:37:42.847782 [ 3 ] {0dba32d7-906c-4906-8bf4-4a42ba2d979a} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12915 | 2024.08.14 22:37:42.847819 [ 3 ] {0dba32d7-906c-4906-8bf4-4a42ba2d979a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12916 | 2024.08.14 22:37:42.848114 [ 3 ] {0dba32d7-906c-4906-8bf4-4a42ba2d979a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
12917 | 2024.08.14 22:37:42.848404 [ 3 ] {0dba32d7-906c-4906-8bf4-4a42ba2d979a} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12918 | 2024.08.14 22:37:42.848566 [ 3 ] {0dba32d7-906c-4906-8bf4-4a42ba2d979a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001277 sec., 3132.341425215349 rows/sec., 255.42 KiB/sec. | ||
12919 | 2024.08.14 22:37:42.848731 [ 3 ] {0dba32d7-906c-4906-8bf4-4a42ba2d979a} <Debug> DynamicQueryHandler: Done processing query | ||
12920 | 2024.08.14 22:37:42.848755 [ 3 ] {0dba32d7-906c-4906-8bf4-4a42ba2d979a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12921 | 2024.08.14 22:37:42.848771 [ 3 ] {} <Debug> HTTP-Session: 5c8aa687-c343-4894-94af-72c23462c3cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12922 | 2024.08.14 22:37:42.848894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12923 | 2024.08.14 22:37:42.848942 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12924 | 2024.08.14 22:37:42.848961 [ 3 ] {} <Debug> HTTP-Session: 70e2f019-b1ff-41fe-a4a9-cd0faba36965 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12925 | 2024.08.14 22:37:42.848978 [ 3 ] {} <Debug> HTTP-Session: 70e2f019-b1ff-41fe-a4a9-cd0faba36965 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12926 | 2024.08.14 22:37:42.848992 [ 3 ] {} <Debug> HTTP-Session: 70e2f019-b1ff-41fe-a4a9-cd0faba36965 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12927 | 2024.08.14 22:37:42.849022 [ 3 ] {} <Trace> HTTP-Session: 70e2f019-b1ff-41fe-a4a9-cd0faba36965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12928 | 2024.08.14 22:37:42.849153 [ 3 ] {25760f26-80f9-496c-88ab-88c20ca28ed5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12929 | 2024.08.14 22:37:42.849196 [ 3 ] {25760f26-80f9-496c-88ab-88c20ca28ed5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12930 | 2024.08.14 22:37:42.849320 [ 3 ] {25760f26-80f9-496c-88ab-88c20ca28ed5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12931 | 2024.08.14 22:37:42.849677 [ 3 ] {25760f26-80f9-496c-88ab-88c20ca28ed5} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12932 | 2024.08.14 22:37:42.849714 [ 3 ] {25760f26-80f9-496c-88ab-88c20ca28ed5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12933 | 2024.08.14 22:37:42.850021 [ 3 ] {25760f26-80f9-496c-88ab-88c20ca28ed5} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12934 | 2024.08.14 22:37:42.850324 [ 3 ] {25760f26-80f9-496c-88ab-88c20ca28ed5} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12935 | 2024.08.14 22:37:42.850475 [ 3 ] {25760f26-80f9-496c-88ab-88c20ca28ed5} <Debug> executeQuery: Read 121 rows, 10.22 KiB in 0.00137 sec., 88321.16788321169 rows/sec., 7.29 MiB/sec. | ||
12936 | 2024.08.14 22:37:42.850722 [ 3 ] {25760f26-80f9-496c-88ab-88c20ca28ed5} <Debug> DynamicQueryHandler: Done processing query | ||
12937 | 2024.08.14 22:37:42.850785 [ 3 ] {25760f26-80f9-496c-88ab-88c20ca28ed5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12938 | 2024.08.14 22:37:42.850837 [ 3 ] {} <Debug> HTTP-Session: 70e2f019-b1ff-41fe-a4a9-cd0faba36965 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12939 | 2024.08.14 22:37:42.851039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12940 | 2024.08.14 22:37:42.851090 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12941 | 2024.08.14 22:37:42.851110 [ 3 ] {} <Debug> HTTP-Session: dbe27291-80af-4fdc-8a70-6d8214858fa7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12942 | 2024.08.14 22:37:42.851127 [ 3 ] {} <Debug> HTTP-Session: dbe27291-80af-4fdc-8a70-6d8214858fa7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12943 | 2024.08.14 22:37:42.851141 [ 3 ] {} <Debug> HTTP-Session: dbe27291-80af-4fdc-8a70-6d8214858fa7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12944 | 2024.08.14 22:37:42.851173 [ 3 ] {} <Trace> HTTP-Session: dbe27291-80af-4fdc-8a70-6d8214858fa7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12945 | 2024.08.14 22:37:42.851269 [ 3 ] {6342394c-7fda-412d-a320-8189d42e093b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12946 | 2024.08.14 22:37:42.851313 [ 3 ] {6342394c-7fda-412d-a320-8189d42e093b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12947 | 2024.08.14 22:37:42.851459 [ 3 ] {6342394c-7fda-412d-a320-8189d42e093b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12948 | 2024.08.14 22:37:42.851703 [ 3 ] {6342394c-7fda-412d-a320-8189d42e093b} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12949 | 2024.08.14 22:37:42.851739 [ 3 ] {6342394c-7fda-412d-a320-8189d42e093b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12950 | 2024.08.14 22:37:42.852007 [ 3 ] {6342394c-7fda-412d-a320-8189d42e093b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
12951 | 2024.08.14 22:37:42.852286 [ 3 ] {6342394c-7fda-412d-a320-8189d42e093b} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12952 | 2024.08.14 22:37:42.852435 [ 3 ] {6342394c-7fda-412d-a320-8189d42e093b} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001242 sec., 3220.6119162640903 rows/sec., 224.88 KiB/sec. | ||
12953 | 2024.08.14 22:37:42.852712 [ 3 ] {6342394c-7fda-412d-a320-8189d42e093b} <Debug> DynamicQueryHandler: Done processing query | ||
12954 | 2024.08.14 22:37:42.852745 [ 3 ] {6342394c-7fda-412d-a320-8189d42e093b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12955 | 2024.08.14 22:37:42.852766 [ 3 ] {} <Debug> HTTP-Session: dbe27291-80af-4fdc-8a70-6d8214858fa7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12956 | 2024.08.14 22:37:42.852895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 15131, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12957 | 2024.08.14 22:37:42.852953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12958 | 2024.08.14 22:37:42.852976 [ 3 ] {} <Debug> HTTP-Session: f6dba2ce-9a80-47be-9664-0591d510aa16 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12959 | 2024.08.14 22:37:42.852996 [ 3 ] {} <Debug> HTTP-Session: f6dba2ce-9a80-47be-9664-0591d510aa16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12960 | 2024.08.14 22:37:42.853013 [ 3 ] {} <Debug> HTTP-Session: f6dba2ce-9a80-47be-9664-0591d510aa16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12961 | 2024.08.14 22:37:42.853052 [ 3 ] {} <Trace> HTTP-Session: f6dba2ce-9a80-47be-9664-0591d510aa16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12962 | 2024.08.14 22:37:42.853180 [ 3 ] {272b2f2c-c129-4bab-8388-f038595b8346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12963 | 2024.08.14 22:37:42.853223 [ 3 ] {272b2f2c-c129-4bab-8388-f038595b8346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12964 | 2024.08.14 22:37:42.853350 [ 3 ] {272b2f2c-c129-4bab-8388-f038595b8346} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12965 | 2024.08.14 22:37:42.853655 [ 3 ] {272b2f2c-c129-4bab-8388-f038595b8346} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12966 | 2024.08.14 22:37:42.853692 [ 3 ] {272b2f2c-c129-4bab-8388-f038595b8346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12967 | 2024.08.14 22:37:42.854002 [ 3 ] {272b2f2c-c129-4bab-8388-f038595b8346} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12968 | 2024.08.14 22:37:42.854299 [ 3 ] {272b2f2c-c129-4bab-8388-f038595b8346} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12969 | 2024.08.14 22:37:42.854440 [ 3 ] {272b2f2c-c129-4bab-8388-f038595b8346} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.0013 sec., 68461.53846153847 rows/sec., 5.35 MiB/sec. | ||
12970 | 2024.08.14 22:37:42.854588 [ 3 ] {272b2f2c-c129-4bab-8388-f038595b8346} <Debug> DynamicQueryHandler: Done processing query | ||
12971 | 2024.08.14 22:37:42.854612 [ 3 ] {272b2f2c-c129-4bab-8388-f038595b8346} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
12972 | 2024.08.14 22:37:42.854628 [ 3 ] {} <Debug> HTTP-Session: f6dba2ce-9a80-47be-9664-0591d510aa16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12973 | 2024.08.14 22:37:42.854830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 31040, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12974 | 2024.08.14 22:37:42.854881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12975 | 2024.08.14 22:37:42.854900 [ 3 ] {} <Debug> HTTP-Session: 496fbcd8-2a53-46aa-ac03-9ab76b59b63d Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12976 | 2024.08.14 22:37:42.854917 [ 3 ] {} <Debug> HTTP-Session: 496fbcd8-2a53-46aa-ac03-9ab76b59b63d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12977 | 2024.08.14 22:37:42.854931 [ 3 ] {} <Debug> HTTP-Session: 496fbcd8-2a53-46aa-ac03-9ab76b59b63d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12978 | 2024.08.14 22:37:42.854962 [ 3 ] {} <Trace> HTTP-Session: 496fbcd8-2a53-46aa-ac03-9ab76b59b63d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12979 | 2024.08.14 22:37:42.855106 [ 3 ] {d85fed13-3df7-494f-82bd-ceed7e9802d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12980 | 2024.08.14 22:37:42.855152 [ 3 ] {d85fed13-3df7-494f-82bd-ceed7e9802d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12981 | 2024.08.14 22:37:42.855293 [ 3 ] {d85fed13-3df7-494f-82bd-ceed7e9802d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12982 | 2024.08.14 22:37:42.855623 [ 3 ] {d85fed13-3df7-494f-82bd-ceed7e9802d9} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12983 | 2024.08.14 22:37:42.855659 [ 3 ] {d85fed13-3df7-494f-82bd-ceed7e9802d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
12984 | 2024.08.14 22:37:42.856045 [ 3 ] {d85fed13-3df7-494f-82bd-ceed7e9802d9} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12985 | 2024.08.14 22:37:42.856387 [ 3 ] {d85fed13-3df7-494f-82bd-ceed7e9802d9} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12986 | 2024.08.14 22:37:42.856540 [ 3 ] {d85fed13-3df7-494f-82bd-ceed7e9802d9} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.00149 sec., 108724.8322147651 rows/sec., 7.57 MiB/sec. | ||
12987 | 2024.08.14 22:37:42.856696 [ 3 ] {d85fed13-3df7-494f-82bd-ceed7e9802d9} <Debug> DynamicQueryHandler: Done processing query | ||
12988 | 2024.08.14 22:37:42.856719 [ 3 ] {d85fed13-3df7-494f-82bd-ceed7e9802d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12989 | 2024.08.14 22:37:42.856735 [ 3 ] {} <Debug> HTTP-Session: 496fbcd8-2a53-46aa-ac03-9ab76b59b63d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12990 | 2024.08.14 22:37:42.856878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33816, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12991 | 2024.08.14 22:37:42.856925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12992 | 2024.08.14 22:37:42.856944 [ 3 ] {} <Debug> HTTP-Session: 997f8ea0-0012-4228-8676-b5106a77f982 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
12993 | 2024.08.14 22:37:42.856960 [ 3 ] {} <Debug> HTTP-Session: 997f8ea0-0012-4228-8676-b5106a77f982 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12994 | 2024.08.14 22:37:42.856974 [ 3 ] {} <Debug> HTTP-Session: 997f8ea0-0012-4228-8676-b5106a77f982 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12995 | 2024.08.14 22:37:42.857004 [ 3 ] {} <Trace> HTTP-Session: 997f8ea0-0012-4228-8676-b5106a77f982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12996 | 2024.08.14 22:37:42.857245 [ 3 ] {af314795-3821-4c0e-877d-aec022c115d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12997 | 2024.08.14 22:37:42.857307 [ 3 ] {af314795-3821-4c0e-877d-aec022c115d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
12998 | 2024.08.14 22:37:42.857711 [ 3 ] {af314795-3821-4c0e-877d-aec022c115d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12999 | 2024.08.14 22:37:42.858389 [ 3 ] {af314795-3821-4c0e-877d-aec022c115d5} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13000 | 2024.08.14 22:37:42.858425 [ 3 ] {af314795-3821-4c0e-877d-aec022c115d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13001 | 2024.08.14 22:37:42.859013 [ 3 ] {af314795-3821-4c0e-877d-aec022c115d5} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
13002 | 2024.08.14 22:37:42.859410 [ 3 ] {af314795-3821-4c0e-877d-aec022c115d5} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13003 | 2024.08.14 22:37:42.859581 [ 86 ] {} <Debug> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
13004 | 2024.08.14 22:37:42.859604 [ 3 ] {af314795-3821-4c0e-877d-aec022c115d5} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002522 sec., 8326.724821570182 rows/sec., 14.92 MiB/sec. | ||
13005 | 2024.08.14 22:37:42.859667 [ 86 ] {} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13006 | 2024.08.14 22:37:42.859751 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13007 | 2024.08.14 22:37:42.860001 [ 186 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::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 | ||
13008 | 2024.08.14 22:37:42.860108 [ 3 ] {af314795-3821-4c0e-877d-aec022c115d5} <Debug> DynamicQueryHandler: Done processing query | ||
13009 | 2024.08.14 22:37:42.860159 [ 3 ] {af314795-3821-4c0e-877d-aec022c115d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
13010 | 2024.08.14 22:37:42.860211 [ 3 ] {} <Debug> HTTP-Session: 997f8ea0-0012-4228-8676-b5106a77f982 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13011 | 2024.08.14 22:37:42.860434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13012 | 2024.08.14 22:37:42.860552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13013 | 2024.08.14 22:37:42.860581 [ 186 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13014 | 2024.08.14 22:37:42.860595 [ 3 ] {} <Debug> HTTP-Session: fd0fa40e-01ac-4712-8b25-e95ddc8e8ff4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13015 | 2024.08.14 22:37:42.860652 [ 3 ] {} <Debug> HTTP-Session: fd0fa40e-01ac-4712-8b25-e95ddc8e8ff4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13016 | 2024.08.14 22:37:42.860693 [ 3 ] {} <Debug> HTTP-Session: fd0fa40e-01ac-4712-8b25-e95ddc8e8ff4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13017 | 2024.08.14 22:37:42.860739 [ 186 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 998 rows starting from the beginning of the part | ||
13018 | 2024.08.14 22:37:42.860766 [ 3 ] {} <Trace> HTTP-Session: fd0fa40e-01ac-4712-8b25-e95ddc8e8ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13019 | 2024.08.14 22:37:42.861135 [ 3 ] {aa8a5d2b-ee3a-409a-8533-1f1e72bd13d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13020 | 2024.08.14 22:37:42.861296 [ 3 ] {aa8a5d2b-ee3a-409a-8533-1f1e72bd13d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13021 | 2024.08.14 22:37:42.861364 [ 186 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 21 rows starting from the beginning of the part | ||
13022 | 2024.08.14 22:37:42.862209 [ 3 ] {aa8a5d2b-ee3a-409a-8533-1f1e72bd13d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13023 | 2024.08.14 22:37:42.862247 [ 186 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 11 rows starting from the beginning of the part | ||
13024 | 2024.08.14 22:37:42.862830 [ 186 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 21 rows starting from the beginning of the part | ||
13025 | 2024.08.14 22:37:42.863271 [ 3 ] {aa8a5d2b-ee3a-409a-8533-1f1e72bd13d1} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13026 | 2024.08.14 22:37:42.863368 [ 3 ] {aa8a5d2b-ee3a-409a-8533-1f1e72bd13d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13027 | 2024.08.14 22:37:42.863616 [ 186 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 11 rows starting from the beginning of the part | ||
13028 | 2024.08.14 22:37:42.864262 [ 186 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 21 rows starting from the beginning of the part | ||
13029 | 2024.08.14 22:37:42.864669 [ 3 ] {aa8a5d2b-ee3a-409a-8533-1f1e72bd13d1} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
13030 | 2024.08.14 22:37:42.865567 [ 3 ] {aa8a5d2b-ee3a-409a-8533-1f1e72bd13d1} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13031 | 2024.08.14 22:37:42.865899 [ 3 ] {aa8a5d2b-ee3a-409a-8533-1f1e72bd13d1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004971 sec., 12070.006035003018 rows/sec., 832.96 KiB/sec. | ||
13032 | 2024.08.14 22:37:42.867087 [ 3 ] {aa8a5d2b-ee3a-409a-8533-1f1e72bd13d1} <Debug> DynamicQueryHandler: Done processing query | ||
13033 | 2024.08.14 22:37:42.867224 [ 3 ] {aa8a5d2b-ee3a-409a-8533-1f1e72bd13d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13034 | 2024.08.14 22:37:42.867299 [ 3 ] {} <Debug> HTTP-Session: fd0fa40e-01ac-4712-8b25-e95ddc8e8ff4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13035 | 2024.08.14 22:37:42.870772 [ 198 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1083 rows, containing 19 columns (19 merged, 0 gathered) in 0.01090079 sec., 99350.59752550045 rows/sec., 178.03 MiB/sec. | ||
13036 | 2024.08.14 22:37:42.871873 [ 196 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
13037 | 2024.08.14 22:37:42.872454 [ 196 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13038 | 2024.08.14 22:37:42.872534 [ 196 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
13039 | 2024.08.14 22:37:42.872671 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.30 MiB. | ||
13040 | 2024.08.14 22:37:47.848110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13041 | 2024.08.14 22:37:47.848298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13042 | 2024.08.14 22:37:47.848343 [ 3 ] {} <Debug> HTTP-Session: 90459486-19f7-41d8-9dde-965f32e09173 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13043 | 2024.08.14 22:37:47.848388 [ 3 ] {} <Debug> HTTP-Session: 90459486-19f7-41d8-9dde-965f32e09173 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13044 | 2024.08.14 22:37:47.848418 [ 3 ] {} <Debug> HTTP-Session: 90459486-19f7-41d8-9dde-965f32e09173 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13045 | 2024.08.14 22:37:47.848501 [ 3 ] {} <Trace> HTTP-Session: 90459486-19f7-41d8-9dde-965f32e09173 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13046 | 2024.08.14 22:37:47.848795 [ 3 ] {d235e260-0d9e-4a7c-91db-a376c585d883} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13047 | 2024.08.14 22:37:47.848905 [ 3 ] {d235e260-0d9e-4a7c-91db-a376c585d883} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13048 | 2024.08.14 22:37:47.849225 [ 3 ] {d235e260-0d9e-4a7c-91db-a376c585d883} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13049 | 2024.08.14 22:37:47.849708 [ 3 ] {d235e260-0d9e-4a7c-91db-a376c585d883} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13050 | 2024.08.14 22:37:47.849751 [ 3 ] {d235e260-0d9e-4a7c-91db-a376c585d883} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13051 | 2024.08.14 22:37:47.850132 [ 3 ] {d235e260-0d9e-4a7c-91db-a376c585d883} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
13052 | 2024.08.14 22:37:47.850472 [ 3 ] {d235e260-0d9e-4a7c-91db-a376c585d883} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13053 | 2024.08.14 22:37:47.850643 [ 3 ] {d235e260-0d9e-4a7c-91db-a376c585d883} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001938 sec., 8771.929824561403 rows/sec., 635.42 KiB/sec. | ||
13054 | 2024.08.14 22:37:47.850851 [ 3 ] {d235e260-0d9e-4a7c-91db-a376c585d883} <Debug> DynamicQueryHandler: Done processing query | ||
13055 | 2024.08.14 22:37:47.850878 [ 3 ] {d235e260-0d9e-4a7c-91db-a376c585d883} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13056 | 2024.08.14 22:37:47.850894 [ 3 ] {} <Debug> HTTP-Session: 90459486-19f7-41d8-9dde-965f32e09173 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13057 | 2024.08.14 22:37:47.851066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 29344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13058 | 2024.08.14 22:37:47.851122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13059 | 2024.08.14 22:37:47.851142 [ 3 ] {} <Debug> HTTP-Session: 53197625-ff31-455b-a427-b874a7064d25 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13060 | 2024.08.14 22:37:47.851161 [ 3 ] {} <Debug> HTTP-Session: 53197625-ff31-455b-a427-b874a7064d25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13061 | 2024.08.14 22:37:47.851176 [ 3 ] {} <Debug> HTTP-Session: 53197625-ff31-455b-a427-b874a7064d25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13062 | 2024.08.14 22:37:47.851210 [ 3 ] {} <Trace> HTTP-Session: 53197625-ff31-455b-a427-b874a7064d25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13063 | 2024.08.14 22:37:47.851364 [ 3 ] {f4bb6f0b-ea5c-4f26-88e6-82ff546aa597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13064 | 2024.08.14 22:37:47.851410 [ 3 ] {f4bb6f0b-ea5c-4f26-88e6-82ff546aa597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13065 | 2024.08.14 22:37:47.851542 [ 3 ] {f4bb6f0b-ea5c-4f26-88e6-82ff546aa597} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13066 | 2024.08.14 22:37:47.851945 [ 3 ] {f4bb6f0b-ea5c-4f26-88e6-82ff546aa597} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13067 | 2024.08.14 22:37:47.851984 [ 3 ] {f4bb6f0b-ea5c-4f26-88e6-82ff546aa597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13068 | 2024.08.14 22:37:47.852309 [ 3 ] {f4bb6f0b-ea5c-4f26-88e6-82ff546aa597} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13069 | 2024.08.14 22:37:47.852626 [ 3 ] {f4bb6f0b-ea5c-4f26-88e6-82ff546aa597} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13070 | 2024.08.14 22:37:47.852796 [ 3 ] {f4bb6f0b-ea5c-4f26-88e6-82ff546aa597} <Debug> executeQuery: Read 194 rows, 17.54 KiB in 0.001499 sec., 129419.6130753836 rows/sec., 11.43 MiB/sec. | ||
13071 | 2024.08.14 22:37:47.852962 [ 3 ] {f4bb6f0b-ea5c-4f26-88e6-82ff546aa597} <Debug> DynamicQueryHandler: Done processing query | ||
13072 | 2024.08.14 22:37:47.852986 [ 3 ] {f4bb6f0b-ea5c-4f26-88e6-82ff546aa597} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
13073 | 2024.08.14 22:37:47.853002 [ 3 ] {} <Debug> HTTP-Session: 53197625-ff31-455b-a427-b874a7064d25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13074 | 2024.08.14 22:37:47.853182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 63412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13075 | 2024.08.14 22:37:47.853232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13076 | 2024.08.14 22:37:47.853252 [ 3 ] {} <Debug> HTTP-Session: 72fb3206-9333-4526-8c1f-be632200abcc Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13077 | 2024.08.14 22:37:47.853269 [ 3 ] {} <Debug> HTTP-Session: 72fb3206-9333-4526-8c1f-be632200abcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13078 | 2024.08.14 22:37:47.853283 [ 3 ] {} <Debug> HTTP-Session: 72fb3206-9333-4526-8c1f-be632200abcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13079 | 2024.08.14 22:37:47.853315 [ 3 ] {} <Trace> HTTP-Session: 72fb3206-9333-4526-8c1f-be632200abcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13080 | 2024.08.14 22:37:47.853518 [ 3 ] {8c358c2a-ccf8-4dc8-951c-e3cf22d74907} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13081 | 2024.08.14 22:37:47.853563 [ 3 ] {8c358c2a-ccf8-4dc8-951c-e3cf22d74907} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13082 | 2024.08.14 22:37:47.853692 [ 3 ] {8c358c2a-ccf8-4dc8-951c-e3cf22d74907} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13083 | 2024.08.14 22:37:47.854200 [ 3 ] {8c358c2a-ccf8-4dc8-951c-e3cf22d74907} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13084 | 2024.08.14 22:37:47.854236 [ 3 ] {8c358c2a-ccf8-4dc8-951c-e3cf22d74907} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13085 | 2024.08.14 22:37:47.854559 [ 3 ] {8c358c2a-ccf8-4dc8-951c-e3cf22d74907} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13086 | 2024.08.14 22:37:47.854868 [ 3 ] {8c358c2a-ccf8-4dc8-951c-e3cf22d74907} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13087 | 2024.08.14 22:37:47.855019 [ 3 ] {8c358c2a-ccf8-4dc8-951c-e3cf22d74907} <Debug> executeQuery: Read 393 rows, 28.36 KiB in 0.001607 sec., 244555.07156191661 rows/sec., 17.23 MiB/sec. | ||
13088 | 2024.08.14 22:37:47.855187 [ 3 ] {8c358c2a-ccf8-4dc8-951c-e3cf22d74907} <Debug> DynamicQueryHandler: Done processing query | ||
13089 | 2024.08.14 22:37:47.855211 [ 3 ] {8c358c2a-ccf8-4dc8-951c-e3cf22d74907} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
13090 | 2024.08.14 22:37:47.855227 [ 3 ] {} <Debug> HTTP-Session: 72fb3206-9333-4526-8c1f-be632200abcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13091 | 2024.08.14 22:37:47.855385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13092 | 2024.08.14 22:37:47.855436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13093 | 2024.08.14 22:37:47.855456 [ 3 ] {} <Debug> HTTP-Session: e2c3fd03-e6b1-414a-a21a-44b87c466987 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13094 | 2024.08.14 22:37:47.855472 [ 3 ] {} <Debug> HTTP-Session: e2c3fd03-e6b1-414a-a21a-44b87c466987 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13095 | 2024.08.14 22:37:47.855486 [ 3 ] {} <Debug> HTTP-Session: e2c3fd03-e6b1-414a-a21a-44b87c466987 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13096 | 2024.08.14 22:37:47.855518 [ 3 ] {} <Trace> HTTP-Session: e2c3fd03-e6b1-414a-a21a-44b87c466987 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13097 | 2024.08.14 22:37:47.855614 [ 3 ] {ca7c10d9-8648-4079-9dbb-8bc6775f6917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13098 | 2024.08.14 22:37:47.855659 [ 3 ] {ca7c10d9-8648-4079-9dbb-8bc6775f6917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13099 | 2024.08.14 22:37:47.855787 [ 3 ] {ca7c10d9-8648-4079-9dbb-8bc6775f6917} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13100 | 2024.08.14 22:37:47.856037 [ 3 ] {ca7c10d9-8648-4079-9dbb-8bc6775f6917} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13101 | 2024.08.14 22:37:47.856075 [ 3 ] {ca7c10d9-8648-4079-9dbb-8bc6775f6917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13102 | 2024.08.14 22:37:47.856437 [ 3 ] {ca7c10d9-8648-4079-9dbb-8bc6775f6917} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13103 | 2024.08.14 22:37:47.856763 [ 3 ] {ca7c10d9-8648-4079-9dbb-8bc6775f6917} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13104 | 2024.08.14 22:37:47.856916 [ 3 ] {ca7c10d9-8648-4079-9dbb-8bc6775f6917} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001327 sec., 4521.4770158251695 rows/sec., 194.28 KiB/sec. | ||
13105 | 2024.08.14 22:37:47.857074 [ 3 ] {ca7c10d9-8648-4079-9dbb-8bc6775f6917} <Debug> DynamicQueryHandler: Done processing query | ||
13106 | 2024.08.14 22:37:47.857097 [ 3 ] {ca7c10d9-8648-4079-9dbb-8bc6775f6917} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13107 | 2024.08.14 22:37:47.857112 [ 3 ] {} <Debug> HTTP-Session: e2c3fd03-e6b1-414a-a21a-44b87c466987 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13108 | 2024.08.14 22:37:47.857225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13109 | 2024.08.14 22:37:47.857273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13110 | 2024.08.14 22:37:47.857292 [ 3 ] {} <Debug> HTTP-Session: 18bc2f3b-0ce0-4e24-9509-0ae1c133eafa Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13111 | 2024.08.14 22:37:47.857309 [ 3 ] {} <Debug> HTTP-Session: 18bc2f3b-0ce0-4e24-9509-0ae1c133eafa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13112 | 2024.08.14 22:37:47.857324 [ 3 ] {} <Debug> HTTP-Session: 18bc2f3b-0ce0-4e24-9509-0ae1c133eafa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13113 | 2024.08.14 22:37:47.857355 [ 3 ] {} <Trace> HTTP-Session: 18bc2f3b-0ce0-4e24-9509-0ae1c133eafa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13114 | 2024.08.14 22:37:47.857482 [ 3 ] {1e0834b4-eb37-4f92-a57e-b406b0bc20b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
13115 | 2024.08.14 22:37:47.857530 [ 3 ] {1e0834b4-eb37-4f92-a57e-b406b0bc20b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
13116 | 2024.08.14 22:37:47.857676 [ 3 ] {1e0834b4-eb37-4f92-a57e-b406b0bc20b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13117 | 2024.08.14 22:37:47.857997 [ 3 ] {1e0834b4-eb37-4f92-a57e-b406b0bc20b9} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13118 | 2024.08.14 22:37:47.858033 [ 3 ] {1e0834b4-eb37-4f92-a57e-b406b0bc20b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13119 | 2024.08.14 22:37:47.858401 [ 3 ] {1e0834b4-eb37-4f92-a57e-b406b0bc20b9} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13120 | 2024.08.14 22:37:47.858739 [ 3 ] {1e0834b4-eb37-4f92-a57e-b406b0bc20b9} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13121 | 2024.08.14 22:37:47.858903 [ 3 ] {1e0834b4-eb37-4f92-a57e-b406b0bc20b9} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001464 sec., 52595.62841530055 rows/sec., 3.24 MiB/sec. | ||
13122 | 2024.08.14 22:37:47.859075 [ 3 ] {1e0834b4-eb37-4f92-a57e-b406b0bc20b9} <Debug> DynamicQueryHandler: Done processing query | ||
13123 | 2024.08.14 22:37:47.859098 [ 3 ] {1e0834b4-eb37-4f92-a57e-b406b0bc20b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13124 | 2024.08.14 22:37:47.859114 [ 3 ] {} <Debug> HTTP-Session: 18bc2f3b-0ce0-4e24-9509-0ae1c133eafa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13125 | 2024.08.14 22:37:47.859279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13126 | 2024.08.14 22:37:47.859329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13127 | 2024.08.14 22:37:47.859349 [ 3 ] {} <Debug> HTTP-Session: d328f1c4-21f3-43a8-9a36-1674ae4c73bc Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13128 | 2024.08.14 22:37:47.859366 [ 3 ] {} <Debug> HTTP-Session: d328f1c4-21f3-43a8-9a36-1674ae4c73bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13129 | 2024.08.14 22:37:47.859380 [ 3 ] {} <Debug> HTTP-Session: d328f1c4-21f3-43a8-9a36-1674ae4c73bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13130 | 2024.08.14 22:37:47.859412 [ 3 ] {} <Trace> HTTP-Session: d328f1c4-21f3-43a8-9a36-1674ae4c73bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13131 | 2024.08.14 22:37:47.859562 [ 3 ] {c27d125b-0fa7-484b-b97f-f6dd913d6b9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13132 | 2024.08.14 22:37:47.859606 [ 3 ] {c27d125b-0fa7-484b-b97f-f6dd913d6b9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13133 | 2024.08.14 22:37:47.859748 [ 3 ] {c27d125b-0fa7-484b-b97f-f6dd913d6b9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13134 | 2024.08.14 22:37:47.860094 [ 3 ] {c27d125b-0fa7-484b-b97f-f6dd913d6b9d} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13135 | 2024.08.14 22:37:47.860130 [ 3 ] {c27d125b-0fa7-484b-b97f-f6dd913d6b9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13136 | 2024.08.14 22:37:47.860506 [ 3 ] {c27d125b-0fa7-484b-b97f-f6dd913d6b9d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
13137 | 2024.08.14 22:37:47.860848 [ 3 ] {c27d125b-0fa7-484b-b97f-f6dd913d6b9d} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13138 | 2024.08.14 22:37:47.861014 [ 3 ] {c27d125b-0fa7-484b-b97f-f6dd913d6b9d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001515 sec., 105610.56105610561 rows/sec., 7.36 MiB/sec. | ||
13139 | 2024.08.14 22:37:47.861201 [ 3 ] {c27d125b-0fa7-484b-b97f-f6dd913d6b9d} <Debug> DynamicQueryHandler: Done processing query | ||
13140 | 2024.08.14 22:37:47.861234 [ 3 ] {c27d125b-0fa7-484b-b97f-f6dd913d6b9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13141 | 2024.08.14 22:37:47.861254 [ 3 ] {} <Debug> HTTP-Session: d328f1c4-21f3-43a8-9a36-1674ae4c73bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13142 | 2024.08.14 22:37:47.861389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13143 | 2024.08.14 22:37:47.861448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13144 | 2024.08.14 22:37:47.861472 [ 3 ] {} <Debug> HTTP-Session: 3b5a9f68-1860-4067-882e-1780bc27d73b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13145 | 2024.08.14 22:37:47.861493 [ 3 ] {} <Debug> HTTP-Session: 3b5a9f68-1860-4067-882e-1780bc27d73b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13146 | 2024.08.14 22:37:47.861511 [ 3 ] {} <Debug> HTTP-Session: 3b5a9f68-1860-4067-882e-1780bc27d73b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13147 | 2024.08.14 22:37:47.861550 [ 3 ] {} <Trace> HTTP-Session: 3b5a9f68-1860-4067-882e-1780bc27d73b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13148 | 2024.08.14 22:37:47.861768 [ 3 ] {41e8f1e4-f2f8-4cd2-af05-6162e158a6ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13149 | 2024.08.14 22:37:47.861845 [ 3 ] {41e8f1e4-f2f8-4cd2-af05-6162e158a6ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
13150 | 2024.08.14 22:37:47.862333 [ 3 ] {41e8f1e4-f2f8-4cd2-af05-6162e158a6ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13151 | 2024.08.14 22:37:47.862967 [ 3 ] {41e8f1e4-f2f8-4cd2-af05-6162e158a6ba} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13152 | 2024.08.14 22:37:47.863003 [ 3 ] {41e8f1e4-f2f8-4cd2-af05-6162e158a6ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13153 | 2024.08.14 22:37:47.863585 [ 3 ] {41e8f1e4-f2f8-4cd2-af05-6162e158a6ba} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
13154 | 2024.08.14 22:37:47.863998 [ 3 ] {41e8f1e4-f2f8-4cd2-af05-6162e158a6ba} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13155 | 2024.08.14 22:37:47.864186 [ 3 ] {41e8f1e4-f2f8-4cd2-af05-6162e158a6ba} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002536 sec., 4337.539432176656 rows/sec., 7.77 MiB/sec. | ||
13156 | 2024.08.14 22:37:47.864406 [ 3 ] {41e8f1e4-f2f8-4cd2-af05-6162e158a6ba} <Debug> DynamicQueryHandler: Done processing query | ||
13157 | 2024.08.14 22:37:47.864431 [ 3 ] {41e8f1e4-f2f8-4cd2-af05-6162e158a6ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
13158 | 2024.08.14 22:37:47.864447 [ 3 ] {} <Debug> HTTP-Session: 3b5a9f68-1860-4067-882e-1780bc27d73b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13159 | 2024.08.14 22:37:47.864608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13160 | 2024.08.14 22:37:47.864660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13161 | 2024.08.14 22:37:47.864680 [ 3 ] {} <Debug> HTTP-Session: ce526c4a-05d0-4ab0-9a0a-acd51c7df345 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13162 | 2024.08.14 22:37:47.864697 [ 3 ] {} <Debug> HTTP-Session: ce526c4a-05d0-4ab0-9a0a-acd51c7df345 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13163 | 2024.08.14 22:37:47.864711 [ 3 ] {} <Debug> HTTP-Session: ce526c4a-05d0-4ab0-9a0a-acd51c7df345 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13164 | 2024.08.14 22:37:47.864742 [ 3 ] {} <Trace> HTTP-Session: ce526c4a-05d0-4ab0-9a0a-acd51c7df345 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13165 | 2024.08.14 22:37:47.864850 [ 3 ] {a7b7f541-869d-4cc0-acb2-3dcdc5ea0cbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
13166 | 2024.08.14 22:37:47.864895 [ 3 ] {a7b7f541-869d-4cc0-acb2-3dcdc5ea0cbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
13167 | 2024.08.14 22:37:47.865024 [ 3 ] {a7b7f541-869d-4cc0-acb2-3dcdc5ea0cbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13168 | 2024.08.14 22:37:47.865320 [ 3 ] {a7b7f541-869d-4cc0-acb2-3dcdc5ea0cbe} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13169 | 2024.08.14 22:37:47.865358 [ 3 ] {a7b7f541-869d-4cc0-acb2-3dcdc5ea0cbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13170 | 2024.08.14 22:37:47.865715 [ 3 ] {a7b7f541-869d-4cc0-acb2-3dcdc5ea0cbe} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13171 | 2024.08.14 22:37:47.866039 [ 3 ] {a7b7f541-869d-4cc0-acb2-3dcdc5ea0cbe} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13172 | 2024.08.14 22:37:47.866196 [ 3 ] {a7b7f541-869d-4cc0-acb2-3dcdc5ea0cbe} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001372 sec., 16763.848396501457 rows/sec., 906.81 KiB/sec. | ||
13173 | 2024.08.14 22:37:47.866465 [ 3 ] {a7b7f541-869d-4cc0-acb2-3dcdc5ea0cbe} <Debug> DynamicQueryHandler: Done processing query | ||
13174 | 2024.08.14 22:37:47.866509 [ 3 ] {a7b7f541-869d-4cc0-acb2-3dcdc5ea0cbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13175 | 2024.08.14 22:37:47.866533 [ 3 ] {} <Debug> HTTP-Session: ce526c4a-05d0-4ab0-9a0a-acd51c7df345 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13176 | 2024.08.14 22:37:47.866643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13177 | 2024.08.14 22:37:47.866693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13178 | 2024.08.14 22:37:47.866712 [ 3 ] {} <Debug> HTTP-Session: 1487862b-7c86-4a65-b1ad-2000c08a8642 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13179 | 2024.08.14 22:37:47.866727 [ 3 ] {} <Debug> HTTP-Session: 1487862b-7c86-4a65-b1ad-2000c08a8642 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13180 | 2024.08.14 22:37:47.866741 [ 3 ] {} <Debug> HTTP-Session: 1487862b-7c86-4a65-b1ad-2000c08a8642 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13181 | 2024.08.14 22:37:47.866771 [ 3 ] {} <Trace> HTTP-Session: 1487862b-7c86-4a65-b1ad-2000c08a8642 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13182 | 2024.08.14 22:37:47.866885 [ 3 ] {573cfdfe-19ca-4c94-9cbc-3c3a212d2d78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13183 | 2024.08.14 22:37:47.866929 [ 3 ] {573cfdfe-19ca-4c94-9cbc-3c3a212d2d78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13184 | 2024.08.14 22:37:47.867068 [ 3 ] {573cfdfe-19ca-4c94-9cbc-3c3a212d2d78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13185 | 2024.08.14 22:37:47.867353 [ 3 ] {573cfdfe-19ca-4c94-9cbc-3c3a212d2d78} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13186 | 2024.08.14 22:37:47.867389 [ 3 ] {573cfdfe-19ca-4c94-9cbc-3c3a212d2d78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13187 | 2024.08.14 22:37:47.867744 [ 3 ] {573cfdfe-19ca-4c94-9cbc-3c3a212d2d78} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
13188 | 2024.08.14 22:37:47.868072 [ 3 ] {573cfdfe-19ca-4c94-9cbc-3c3a212d2d78} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13189 | 2024.08.14 22:37:47.868235 [ 3 ] {573cfdfe-19ca-4c94-9cbc-3c3a212d2d78} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001384 sec., 43352.601156069366 rows/sec., 2.92 MiB/sec. | ||
13190 | 2024.08.14 22:37:47.868398 [ 3 ] {573cfdfe-19ca-4c94-9cbc-3c3a212d2d78} <Debug> DynamicQueryHandler: Done processing query | ||
13191 | 2024.08.14 22:37:47.868422 [ 3 ] {573cfdfe-19ca-4c94-9cbc-3c3a212d2d78} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13192 | 2024.08.14 22:37:47.868437 [ 3 ] {} <Debug> HTTP-Session: 1487862b-7c86-4a65-b1ad-2000c08a8642 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13193 | 2024.08.14 22:37:52.844209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13194 | 2024.08.14 22:37:52.844395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13195 | 2024.08.14 22:37:52.844441 [ 3 ] {} <Debug> HTTP-Session: b14a453e-d401-4727-9ab9-6e6436675211 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13196 | 2024.08.14 22:37:52.844488 [ 3 ] {} <Debug> HTTP-Session: b14a453e-d401-4727-9ab9-6e6436675211 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13197 | 2024.08.14 22:37:52.844523 [ 3 ] {} <Debug> HTTP-Session: b14a453e-d401-4727-9ab9-6e6436675211 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13198 | 2024.08.14 22:37:52.844606 [ 3 ] {} <Trace> HTTP-Session: b14a453e-d401-4727-9ab9-6e6436675211 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13199 | 2024.08.14 22:37:52.844791 [ 3 ] {1ffdb565-8114-4f68-a5f8-1dddb04a959b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13200 | 2024.08.14 22:37:52.844857 [ 3 ] {1ffdb565-8114-4f68-a5f8-1dddb04a959b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13201 | 2024.08.14 22:37:52.845049 [ 3 ] {1ffdb565-8114-4f68-a5f8-1dddb04a959b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13202 | 2024.08.14 22:37:52.845456 [ 3 ] {1ffdb565-8114-4f68-a5f8-1dddb04a959b} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13203 | 2024.08.14 22:37:52.845496 [ 3 ] {1ffdb565-8114-4f68-a5f8-1dddb04a959b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13204 | 2024.08.14 22:37:52.845853 [ 3 ] {1ffdb565-8114-4f68-a5f8-1dddb04a959b} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13205 | 2024.08.14 22:37:52.846190 [ 3 ] {1ffdb565-8114-4f68-a5f8-1dddb04a959b} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13206 | 2024.08.14 22:37:52.846341 [ 3 ] {1ffdb565-8114-4f68-a5f8-1dddb04a959b} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001607 sec., 13067.828251400126 rows/sec., 1.03 MiB/sec. | ||
13207 | 2024.08.14 22:37:52.846554 [ 3 ] {1ffdb565-8114-4f68-a5f8-1dddb04a959b} <Debug> DynamicQueryHandler: Done processing query | ||
13208 | 2024.08.14 22:37:52.846580 [ 3 ] {1ffdb565-8114-4f68-a5f8-1dddb04a959b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13209 | 2024.08.14 22:37:52.846597 [ 3 ] {} <Debug> HTTP-Session: b14a453e-d401-4727-9ab9-6e6436675211 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13210 | 2024.08.14 22:37:52.846744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13211 | 2024.08.14 22:37:52.846793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13212 | 2024.08.14 22:37:52.846812 [ 3 ] {} <Debug> HTTP-Session: 12357133-ccbf-4eea-861a-f5b784173915 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13213 | 2024.08.14 22:37:52.846829 [ 3 ] {} <Debug> HTTP-Session: 12357133-ccbf-4eea-861a-f5b784173915 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13214 | 2024.08.14 22:37:52.846843 [ 3 ] {} <Debug> HTTP-Session: 12357133-ccbf-4eea-861a-f5b784173915 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13215 | 2024.08.14 22:37:52.846874 [ 3 ] {} <Trace> HTTP-Session: 12357133-ccbf-4eea-861a-f5b784173915 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13216 | 2024.08.14 22:37:52.846970 [ 3 ] {2fe56928-6464-4ab0-a51d-c1eea9ac7f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13217 | 2024.08.14 22:37:52.847014 [ 3 ] {2fe56928-6464-4ab0-a51d-c1eea9ac7f31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13218 | 2024.08.14 22:37:52.847148 [ 3 ] {2fe56928-6464-4ab0-a51d-c1eea9ac7f31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13219 | 2024.08.14 22:37:52.847434 [ 3 ] {2fe56928-6464-4ab0-a51d-c1eea9ac7f31} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13220 | 2024.08.14 22:37:52.847471 [ 3 ] {2fe56928-6464-4ab0-a51d-c1eea9ac7f31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13221 | 2024.08.14 22:37:52.847769 [ 3 ] {2fe56928-6464-4ab0-a51d-c1eea9ac7f31} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
13222 | 2024.08.14 22:37:52.848076 [ 3 ] {2fe56928-6464-4ab0-a51d-c1eea9ac7f31} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13223 | 2024.08.14 22:37:52.848236 [ 71 ] {} <Debug> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
13224 | 2024.08.14 22:37:52.848240 [ 3 ] {2fe56928-6464-4ab0-a51d-c1eea9ac7f31} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001282 sec., 1560.0624024960998 rows/sec., 127.21 KiB/sec. | ||
13225 | 2024.08.14 22:37:52.848323 [ 71 ] {} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13226 | 2024.08.14 22:37:52.848386 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13227 | 2024.08.14 22:37:52.848535 [ 3 ] {2fe56928-6464-4ab0-a51d-c1eea9ac7f31} <Debug> DynamicQueryHandler: Done processing query | ||
13228 | 2024.08.14 22:37:52.848555 [ 192 ] {5de7b388-dbe3-411a-ab63-47f138d10478::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 | ||
13229 | 2024.08.14 22:37:52.848565 [ 3 ] {2fe56928-6464-4ab0-a51d-c1eea9ac7f31} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13230 | 2024.08.14 22:37:52.848601 [ 3 ] {} <Debug> HTTP-Session: 12357133-ccbf-4eea-861a-f5b784173915 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13231 | 2024.08.14 22:37:52.848705 [ 192 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13232 | 2024.08.14 22:37:52.848747 [ 192 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 16 rows starting from the beginning of the part | ||
13233 | 2024.08.14 22:37:52.848764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17462, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13234 | 2024.08.14 22:37:52.848852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13235 | 2024.08.14 22:37:52.848873 [ 192 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
13236 | 2024.08.14 22:37:52.848892 [ 3 ] {} <Debug> HTTP-Session: afd69a1b-9f1c-4ffe-96a4-25dfba889c1a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13237 | 2024.08.14 22:37:52.848943 [ 3 ] {} <Debug> HTTP-Session: afd69a1b-9f1c-4ffe-96a4-25dfba889c1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13238 | 2024.08.14 22:37:52.848985 [ 3 ] {} <Debug> HTTP-Session: afd69a1b-9f1c-4ffe-96a4-25dfba889c1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13239 | 2024.08.14 22:37:52.849025 [ 192 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
13240 | 2024.08.14 22:37:52.849057 [ 3 ] {} <Trace> HTTP-Session: afd69a1b-9f1c-4ffe-96a4-25dfba889c1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13241 | 2024.08.14 22:37:52.849561 [ 192 ] {5de7b388-dbe3-411a-ab63-47f138d10478::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 | ||
13242 | 2024.08.14 22:37:52.849601 [ 3 ] {d96f63a7-1cb4-4e4c-8f35-73e86e01d69e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13243 | 2024.08.14 22:37:52.849760 [ 3 ] {d96f63a7-1cb4-4e4c-8f35-73e86e01d69e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13244 | 2024.08.14 22:37:52.849847 [ 192 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part | ||
13245 | 2024.08.14 22:37:52.850044 [ 192 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
13246 | 2024.08.14 22:37:52.850386 [ 3 ] {d96f63a7-1cb4-4e4c-8f35-73e86e01d69e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13247 | 2024.08.14 22:37:52.850933 [ 3 ] {d96f63a7-1cb4-4e4c-8f35-73e86e01d69e} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13248 | 2024.08.14 22:37:52.850973 [ 3 ] {d96f63a7-1cb4-4e4c-8f35-73e86e01d69e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13249 | 2024.08.14 22:37:52.851489 [ 196 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.003010874 sec., 10628.143190316167 rows/sec., 866.65 KiB/sec. | ||
13250 | 2024.08.14 22:37:52.851495 [ 3 ] {d96f63a7-1cb4-4e4c-8f35-73e86e01d69e} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13251 | 2024.08.14 22:37:52.851737 [ 194 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
13252 | 2024.08.14 22:37:52.852091 [ 3 ] {d96f63a7-1cb4-4e4c-8f35-73e86e01d69e} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13253 | 2024.08.14 22:37:52.852537 [ 3 ] {d96f63a7-1cb4-4e4c-8f35-73e86e01d69e} <Debug> executeQuery: Read 120 rows, 10.15 KiB in 0.003198 sec., 37523.4521575985 rows/sec., 3.10 MiB/sec. | ||
13254 | 2024.08.14 22:37:52.852774 [ 194 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_26_5} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13255 | 2024.08.14 22:37:52.852843 [ 3 ] {d96f63a7-1cb4-4e4c-8f35-73e86e01d69e} <Debug> DynamicQueryHandler: Done processing query | ||
13256 | 2024.08.14 22:37:52.852883 [ 3 ] {d96f63a7-1cb4-4e4c-8f35-73e86e01d69e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
13257 | 2024.08.14 22:37:52.852913 [ 194 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_26_5} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
13258 | 2024.08.14 22:37:52.852921 [ 3 ] {} <Debug> HTTP-Session: afd69a1b-9f1c-4ffe-96a4-25dfba889c1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13259 | 2024.08.14 22:37:52.853046 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
13260 | 2024.08.14 22:37:52.853102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13261 | 2024.08.14 22:37:52.853156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13262 | 2024.08.14 22:37:52.853174 [ 3 ] {} <Debug> HTTP-Session: c3990c45-19cc-44a9-9b36-17909beb485c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13263 | 2024.08.14 22:37:52.853191 [ 3 ] {} <Debug> HTTP-Session: c3990c45-19cc-44a9-9b36-17909beb485c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13264 | 2024.08.14 22:37:52.853205 [ 3 ] {} <Debug> HTTP-Session: c3990c45-19cc-44a9-9b36-17909beb485c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13265 | 2024.08.14 22:37:52.853238 [ 3 ] {} <Trace> HTTP-Session: c3990c45-19cc-44a9-9b36-17909beb485c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13266 | 2024.08.14 22:37:52.853336 [ 3 ] {9b7a463d-82a2-4800-a1f0-ade6803070f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13267 | 2024.08.14 22:37:52.853381 [ 3 ] {9b7a463d-82a2-4800-a1f0-ade6803070f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13268 | 2024.08.14 22:37:52.853522 [ 3 ] {9b7a463d-82a2-4800-a1f0-ade6803070f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13269 | 2024.08.14 22:37:52.853788 [ 3 ] {9b7a463d-82a2-4800-a1f0-ade6803070f8} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13270 | 2024.08.14 22:37:52.853825 [ 3 ] {9b7a463d-82a2-4800-a1f0-ade6803070f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13271 | 2024.08.14 22:37:52.854119 [ 3 ] {9b7a463d-82a2-4800-a1f0-ade6803070f8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
13272 | 2024.08.14 22:37:52.854422 [ 3 ] {9b7a463d-82a2-4800-a1f0-ade6803070f8} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13273 | 2024.08.14 22:37:52.854577 [ 71 ] {} <Debug> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
13274 | 2024.08.14 22:37:52.854584 [ 3 ] {9b7a463d-82a2-4800-a1f0-ade6803070f8} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001261 sec., 1586.0428231562253 rows/sec., 110.74 KiB/sec. | ||
13275 | 2024.08.14 22:37:52.854634 [ 71 ] {} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13276 | 2024.08.14 22:37:52.854698 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13277 | 2024.08.14 22:37:52.854916 [ 3 ] {9b7a463d-82a2-4800-a1f0-ade6803070f8} <Debug> DynamicQueryHandler: Done processing query | ||
13278 | 2024.08.14 22:37:52.854955 [ 3 ] {9b7a463d-82a2-4800-a1f0-ade6803070f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13279 | 2024.08.14 22:37:52.854961 [ 196 ] {3461738d-5c06-4228-8543-114414f8678d::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 | ||
13280 | 2024.08.14 22:37:52.855007 [ 3 ] {} <Debug> HTTP-Session: c3990c45-19cc-44a9-9b36-17909beb485c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13281 | 2024.08.14 22:37:52.855295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13282 | 2024.08.14 22:37:52.855474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13283 | 2024.08.14 22:37:52.855572 [ 3 ] {} <Debug> HTTP-Session: b6078c22-bb23-403b-8ae9-8d5720a54f13 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13284 | 2024.08.14 22:37:52.855611 [ 196 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13285 | 2024.08.14 22:37:52.855633 [ 3 ] {} <Debug> HTTP-Session: b6078c22-bb23-403b-8ae9-8d5720a54f13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13286 | 2024.08.14 22:37:52.855679 [ 3 ] {} <Debug> HTTP-Session: b6078c22-bb23-403b-8ae9-8d5720a54f13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13287 | 2024.08.14 22:37:52.855692 [ 196 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 16 rows starting from the beginning of the part | ||
13288 | 2024.08.14 22:37:52.855730 [ 3 ] {} <Trace> HTTP-Session: b6078c22-bb23-403b-8ae9-8d5720a54f13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13289 | 2024.08.14 22:37:52.855810 [ 196 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
13290 | 2024.08.14 22:37:52.856034 [ 3 ] {e0608907-91f7-4261-a6f9-832d6d795946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13291 | 2024.08.14 22:37:52.856045 [ 196 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
13292 | 2024.08.14 22:37:52.856196 [ 3 ] {e0608907-91f7-4261-a6f9-832d6d795946} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13293 | 2024.08.14 22:37:52.856286 [ 196 ] {3461738d-5c06-4228-8543-114414f8678d::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 | ||
13294 | 2024.08.14 22:37:52.856553 [ 196 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part | ||
13295 | 2024.08.14 22:37:52.856851 [ 196 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
13296 | 2024.08.14 22:37:52.857371 [ 3 ] {e0608907-91f7-4261-a6f9-832d6d795946} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13297 | 2024.08.14 22:37:52.857900 [ 3 ] {e0608907-91f7-4261-a6f9-832d6d795946} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13298 | 2024.08.14 22:37:52.857944 [ 3 ] {e0608907-91f7-4261-a6f9-832d6d795946} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13299 | 2024.08.14 22:37:52.858519 [ 3 ] {e0608907-91f7-4261-a6f9-832d6d795946} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13300 | 2024.08.14 22:37:52.858529 [ 201 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.003728375 sec., 8582.827639387133 rows/sec., 599.29 KiB/sec. | ||
13301 | 2024.08.14 22:37:52.858838 [ 201 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
13302 | 2024.08.14 22:37:52.859149 [ 3 ] {e0608907-91f7-4261-a6f9-832d6d795946} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13303 | 2024.08.14 22:37:52.859590 [ 3 ] {e0608907-91f7-4261-a6f9-832d6d795946} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.003731 sec., 23318.14526936478 rows/sec., 1.82 MiB/sec. | ||
13304 | 2024.08.14 22:37:52.859830 [ 201 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_26_5} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13305 | 2024.08.14 22:37:52.859936 [ 3 ] {e0608907-91f7-4261-a6f9-832d6d795946} <Debug> DynamicQueryHandler: Done processing query | ||
13306 | 2024.08.14 22:37:52.859988 [ 201 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_26_5} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
13307 | 2024.08.14 22:37:52.859991 [ 3 ] {e0608907-91f7-4261-a6f9-832d6d795946} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
13308 | 2024.08.14 22:37:52.860037 [ 3 ] {} <Debug> HTTP-Session: b6078c22-bb23-403b-8ae9-8d5720a54f13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13309 | 2024.08.14 22:37:52.860156 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
13310 | 2024.08.14 22:37:52.860257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13311 | 2024.08.14 22:37:52.860313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13312 | 2024.08.14 22:37:52.860332 [ 3 ] {} <Debug> HTTP-Session: 84389897-d56d-40cf-8706-f6c0638b9c93 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13313 | 2024.08.14 22:37:52.860349 [ 3 ] {} <Debug> HTTP-Session: 84389897-d56d-40cf-8706-f6c0638b9c93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13314 | 2024.08.14 22:37:52.860363 [ 3 ] {} <Debug> HTTP-Session: 84389897-d56d-40cf-8706-f6c0638b9c93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13315 | 2024.08.14 22:37:52.860395 [ 3 ] {} <Trace> HTTP-Session: 84389897-d56d-40cf-8706-f6c0638b9c93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13316 | 2024.08.14 22:37:52.860565 [ 3 ] {72d1533b-0cfc-4ca3-b7a4-cadf647bd188} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13317 | 2024.08.14 22:37:52.860613 [ 3 ] {72d1533b-0cfc-4ca3-b7a4-cadf647bd188} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13318 | 2024.08.14 22:37:52.860778 [ 3 ] {72d1533b-0cfc-4ca3-b7a4-cadf647bd188} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13319 | 2024.08.14 22:37:52.861210 [ 3 ] {72d1533b-0cfc-4ca3-b7a4-cadf647bd188} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13320 | 2024.08.14 22:37:52.861247 [ 3 ] {72d1533b-0cfc-4ca3-b7a4-cadf647bd188} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13321 | 2024.08.14 22:37:52.861633 [ 3 ] {72d1533b-0cfc-4ca3-b7a4-cadf647bd188} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
13322 | 2024.08.14 22:37:52.861981 [ 3 ] {72d1533b-0cfc-4ca3-b7a4-cadf647bd188} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13323 | 2024.08.14 22:37:52.862132 [ 3 ] {72d1533b-0cfc-4ca3-b7a4-cadf647bd188} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001648 sec., 97694.17475728155 rows/sec., 6.80 MiB/sec. | ||
13324 | 2024.08.14 22:37:52.862138 [ 71 ] {} <Debug> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
13325 | 2024.08.14 22:37:52.862232 [ 71 ] {} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13326 | 2024.08.14 22:37:52.862286 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13327 | 2024.08.14 22:37:52.862439 [ 3 ] {72d1533b-0cfc-4ca3-b7a4-cadf647bd188} <Debug> DynamicQueryHandler: Done processing query | ||
13328 | 2024.08.14 22:37:52.862481 [ 189 ] {d127de5d-82c0-4259-80d1-97db5b726b22::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 | ||
13329 | 2024.08.14 22:37:52.862487 [ 3 ] {72d1533b-0cfc-4ca3-b7a4-cadf647bd188} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13330 | 2024.08.14 22:37:52.862570 [ 3 ] {} <Debug> HTTP-Session: 84389897-d56d-40cf-8706-f6c0638b9c93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13331 | 2024.08.14 22:37:52.862746 [ 189 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13332 | 2024.08.14 22:37:52.862762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13333 | 2024.08.14 22:37:52.862817 [ 189 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 17904 rows starting from the beginning of the part | ||
13334 | 2024.08.14 22:37:52.862850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13335 | 2024.08.14 22:37:52.862896 [ 3 ] {} <Debug> HTTP-Session: 8d293dd0-8c8f-4af2-9b2c-a70d3c7b5b96 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13336 | 2024.08.14 22:37:52.862963 [ 3 ] {} <Debug> HTTP-Session: 8d293dd0-8c8f-4af2-9b2c-a70d3c7b5b96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13337 | 2024.08.14 22:37:52.863057 [ 3 ] {} <Debug> HTTP-Session: 8d293dd0-8c8f-4af2-9b2c-a70d3c7b5b96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13338 | 2024.08.14 22:37:52.863124 [ 189 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 161 rows starting from the beginning of the part | ||
13339 | 2024.08.14 22:37:52.863173 [ 3 ] {} <Trace> HTTP-Session: 8d293dd0-8c8f-4af2-9b2c-a70d3c7b5b96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13340 | 2024.08.14 22:37:52.863457 [ 189 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 847 rows starting from the beginning of the part | ||
13341 | 2024.08.14 22:37:52.863540 [ 189 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 162 rows starting from the beginning of the part | ||
13342 | 2024.08.14 22:37:52.863904 [ 189 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part | ||
13343 | 2024.08.14 22:37:52.863973 [ 3 ] {924f190c-a05f-45de-ae4f-9513a7eeeef5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13344 | 2024.08.14 22:37:52.864183 [ 189 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 161 rows starting from the beginning of the part | ||
13345 | 2024.08.14 22:37:52.864395 [ 3 ] {924f190c-a05f-45de-ae4f-9513a7eeeef5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
13346 | 2024.08.14 22:37:52.866026 [ 3 ] {924f190c-a05f-45de-ae4f-9513a7eeeef5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13347 | 2024.08.14 22:37:52.867516 [ 3 ] {924f190c-a05f-45de-ae4f-9513a7eeeef5} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13348 | 2024.08.14 22:37:52.867586 [ 3 ] {924f190c-a05f-45de-ae4f-9513a7eeeef5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13349 | 2024.08.14 22:37:52.869129 [ 3 ] {924f190c-a05f-45de-ae4f-9513a7eeeef5} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
13350 | 2024.08.14 22:37:52.870181 [ 3 ] {924f190c-a05f-45de-ae4f-9513a7eeeef5} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13351 | 2024.08.14 22:37:52.870390 [ 3 ] {924f190c-a05f-45de-ae4f-9513a7eeeef5} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.00696 sec., 3017.2413793103447 rows/sec., 5.41 MiB/sec. | ||
13352 | 2024.08.14 22:37:52.870672 [ 3 ] {924f190c-a05f-45de-ae4f-9513a7eeeef5} <Debug> DynamicQueryHandler: Done processing query | ||
13353 | 2024.08.14 22:37:52.870697 [ 3 ] {924f190c-a05f-45de-ae4f-9513a7eeeef5} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
13354 | 2024.08.14 22:37:52.870714 [ 3 ] {} <Debug> HTTP-Session: 8d293dd0-8c8f-4af2-9b2c-a70d3c7b5b96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13355 | 2024.08.14 22:37:52.870847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13356 | 2024.08.14 22:37:52.870905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13357 | 2024.08.14 22:37:52.870924 [ 3 ] {} <Debug> HTTP-Session: dd8115cf-a317-419d-9390-73c32ba38868 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13358 | 2024.08.14 22:37:52.870961 [ 3 ] {} <Debug> HTTP-Session: dd8115cf-a317-419d-9390-73c32ba38868 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13359 | 2024.08.14 22:37:52.870977 [ 3 ] {} <Debug> HTTP-Session: dd8115cf-a317-419d-9390-73c32ba38868 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13360 | 2024.08.14 22:37:52.871028 [ 3 ] {} <Trace> HTTP-Session: dd8115cf-a317-419d-9390-73c32ba38868 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13361 | 2024.08.14 22:37:52.871203 [ 3 ] {4a7768de-9a36-4ee4-9fd4-08b49b2e275f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13362 | 2024.08.14 22:37:52.871252 [ 3 ] {4a7768de-9a36-4ee4-9fd4-08b49b2e275f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13363 | 2024.08.14 22:37:52.871462 [ 3 ] {4a7768de-9a36-4ee4-9fd4-08b49b2e275f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13364 | 2024.08.14 22:37:52.871893 [ 3 ] {4a7768de-9a36-4ee4-9fd4-08b49b2e275f} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13365 | 2024.08.14 22:37:52.871941 [ 3 ] {4a7768de-9a36-4ee4-9fd4-08b49b2e275f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13366 | 2024.08.14 22:37:52.872436 [ 3 ] {4a7768de-9a36-4ee4-9fd4-08b49b2e275f} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
13367 | 2024.08.14 22:37:52.873118 [ 199 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19395 rows, containing 5 columns (5 merged, 0 gathered) in 0.010725707 sec., 1808272.405725795 rows/sec., 123.38 MiB/sec. | ||
13368 | 2024.08.14 22:37:52.873179 [ 3 ] {4a7768de-9a36-4ee4-9fd4-08b49b2e275f} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13369 | 2024.08.14 22:37:52.873375 [ 71 ] {} <Debug> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
13370 | 2024.08.14 22:37:52.873385 [ 3 ] {4a7768de-9a36-4ee4-9fd4-08b49b2e275f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002259 sec., 26560.424966799466 rows/sec., 1.79 MiB/sec. | ||
13371 | 2024.08.14 22:37:52.873442 [ 71 ] {} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13372 | 2024.08.14 22:37:52.873526 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13373 | 2024.08.14 22:37:52.873626 [ 199 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
13374 | 2024.08.14 22:37:52.873943 [ 193 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
13375 | 2024.08.14 22:37:52.873983 [ 3 ] {4a7768de-9a36-4ee4-9fd4-08b49b2e275f} <Debug> DynamicQueryHandler: Done processing query | ||
13376 | 2024.08.14 22:37:52.874057 [ 3 ] {4a7768de-9a36-4ee4-9fd4-08b49b2e275f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13377 | 2024.08.14 22:37:52.874138 [ 3 ] {} <Debug> HTTP-Session: dd8115cf-a317-419d-9390-73c32ba38868 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13378 | 2024.08.14 22:37:52.874440 [ 193 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13379 | 2024.08.14 22:37:52.874536 [ 193 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3406 rows starting from the beginning of the part | ||
13380 | 2024.08.14 22:37:52.874744 [ 193 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
13381 | 2024.08.14 22:37:52.874985 [ 193 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part | ||
13382 | 2024.08.14 22:37:52.875226 [ 199 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13383 | 2024.08.14 22:37:52.875337 [ 193 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
13384 | 2024.08.14 22:37:52.875661 [ 199 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
13385 | 2024.08.14 22:37:52.875685 [ 193 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
13386 | 2024.08.14 22:37:52.875994 [ 193 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part | ||
13387 | 2024.08.14 22:37:52.876039 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
13388 | 2024.08.14 22:37:52.877432 [ 199 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3706 rows, containing 4 columns (4 merged, 0 gathered) in 0.003744925 sec., 989605.9333631514 rows/sec., 66.64 MiB/sec. | ||
13389 | 2024.08.14 22:37:52.877820 [ 188 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
13390 | 2024.08.14 22:37:52.878218 [ 188 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_66_13} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13391 | 2024.08.14 22:37:52.878295 [ 188 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_66_13} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
13392 | 2024.08.14 22:37:52.878387 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
13393 | 2024.08.14 22:37:56.086497 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13394 | 2024.08.14 22:37:56.086566 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13395 | 2024.08.14 22:37:57.847442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 2326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13396 | 2024.08.14 22:37:57.847557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13397 | 2024.08.14 22:37:57.847582 [ 3 ] {} <Debug> HTTP-Session: e2444622-e8a1-4ffb-bf18-4b2e55c6ed61 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13398 | 2024.08.14 22:37:57.847606 [ 3 ] {} <Debug> HTTP-Session: e2444622-e8a1-4ffb-bf18-4b2e55c6ed61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13399 | 2024.08.14 22:37:57.847621 [ 3 ] {} <Debug> HTTP-Session: e2444622-e8a1-4ffb-bf18-4b2e55c6ed61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13400 | 2024.08.14 22:37:57.847670 [ 3 ] {} <Trace> HTTP-Session: e2444622-e8a1-4ffb-bf18-4b2e55c6ed61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13401 | 2024.08.14 22:37:57.847856 [ 3 ] {61cc4671-875e-4e29-ad28-2aea76006244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13402 | 2024.08.14 22:37:57.847921 [ 3 ] {61cc4671-875e-4e29-ad28-2aea76006244} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13403 | 2024.08.14 22:37:57.848112 [ 3 ] {61cc4671-875e-4e29-ad28-2aea76006244} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13404 | 2024.08.14 22:37:57.848549 [ 3 ] {61cc4671-875e-4e29-ad28-2aea76006244} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13405 | 2024.08.14 22:37:57.848596 [ 3 ] {61cc4671-875e-4e29-ad28-2aea76006244} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13406 | 2024.08.14 22:37:57.848994 [ 3 ] {61cc4671-875e-4e29-ad28-2aea76006244} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13407 | 2024.08.14 22:37:57.849346 [ 3 ] {61cc4671-875e-4e29-ad28-2aea76006244} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13408 | 2024.08.14 22:37:57.849520 [ 3 ] {61cc4671-875e-4e29-ad28-2aea76006244} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001715 sec., 9912.536443148689 rows/sec., 718.04 KiB/sec. | ||
13409 | 2024.08.14 22:37:57.849734 [ 3 ] {61cc4671-875e-4e29-ad28-2aea76006244} <Debug> DynamicQueryHandler: Done processing query | ||
13410 | 2024.08.14 22:37:57.849761 [ 3 ] {61cc4671-875e-4e29-ad28-2aea76006244} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13411 | 2024.08.14 22:37:57.849778 [ 3 ] {} <Debug> HTTP-Session: e2444622-e8a1-4ffb-bf18-4b2e55c6ed61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13412 | 2024.08.14 22:37:57.849937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 29344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13413 | 2024.08.14 22:37:57.849992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13414 | 2024.08.14 22:37:57.850011 [ 3 ] {} <Debug> HTTP-Session: accea1ab-805e-4222-8e83-f2dd37066644 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13415 | 2024.08.14 22:37:57.850029 [ 3 ] {} <Debug> HTTP-Session: accea1ab-805e-4222-8e83-f2dd37066644 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13416 | 2024.08.14 22:37:57.850043 [ 3 ] {} <Debug> HTTP-Session: accea1ab-805e-4222-8e83-f2dd37066644 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13417 | 2024.08.14 22:37:57.850077 [ 3 ] {} <Trace> HTTP-Session: accea1ab-805e-4222-8e83-f2dd37066644 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13418 | 2024.08.14 22:37:57.850233 [ 3 ] {d0331464-a44c-46eb-9a72-6f0e3e75fb29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13419 | 2024.08.14 22:37:57.850279 [ 3 ] {d0331464-a44c-46eb-9a72-6f0e3e75fb29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13420 | 2024.08.14 22:37:57.850412 [ 3 ] {d0331464-a44c-46eb-9a72-6f0e3e75fb29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13421 | 2024.08.14 22:37:57.850828 [ 3 ] {d0331464-a44c-46eb-9a72-6f0e3e75fb29} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13422 | 2024.08.14 22:37:57.850867 [ 3 ] {d0331464-a44c-46eb-9a72-6f0e3e75fb29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13423 | 2024.08.14 22:37:57.851204 [ 3 ] {d0331464-a44c-46eb-9a72-6f0e3e75fb29} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
13424 | 2024.08.14 22:37:57.851528 [ 3 ] {d0331464-a44c-46eb-9a72-6f0e3e75fb29} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13425 | 2024.08.14 22:37:57.851694 [ 3 ] {d0331464-a44c-46eb-9a72-6f0e3e75fb29} <Debug> executeQuery: Read 194 rows, 17.54 KiB in 0.001526 sec., 127129.750982962 rows/sec., 11.23 MiB/sec. | ||
13426 | 2024.08.14 22:37:57.851707 [ 65 ] {} <Debug> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
13427 | 2024.08.14 22:37:57.851822 [ 65 ] {} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13428 | 2024.08.14 22:37:57.851858 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13429 | 2024.08.14 22:37:57.851940 [ 3 ] {d0331464-a44c-46eb-9a72-6f0e3e75fb29} <Debug> DynamicQueryHandler: Done processing query | ||
13430 | 2024.08.14 22:37:57.852007 [ 3 ] {d0331464-a44c-46eb-9a72-6f0e3e75fb29} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
13431 | 2024.08.14 22:37:57.852065 [ 3 ] {} <Debug> HTTP-Session: accea1ab-805e-4222-8e83-f2dd37066644 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13432 | 2024.08.14 22:37:57.852138 [ 200 ] {99dad827-b692-4668-b096-a1f8f01ac229::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 | ||
13433 | 2024.08.14 22:37:57.852384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 63412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13434 | 2024.08.14 22:37:57.852565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13435 | 2024.08.14 22:37:57.852642 [ 200 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13436 | 2024.08.14 22:37:57.852670 [ 3 ] {} <Debug> HTTP-Session: f164b53b-ab77-41df-8df0-50f235f151c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13437 | 2024.08.14 22:37:57.852760 [ 3 ] {} <Debug> HTTP-Session: f164b53b-ab77-41df-8df0-50f235f151c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13438 | 2024.08.14 22:37:57.852768 [ 200 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1406 rows starting from the beginning of the part | ||
13439 | 2024.08.14 22:37:57.852833 [ 3 ] {} <Debug> HTTP-Session: f164b53b-ab77-41df-8df0-50f235f151c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13440 | 2024.08.14 22:37:57.853028 [ 3 ] {} <Trace> HTTP-Session: f164b53b-ab77-41df-8df0-50f235f151c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13441 | 2024.08.14 22:37:57.853268 [ 200 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1337 rows starting from the beginning of the part | ||
13442 | 2024.08.14 22:37:57.853753 [ 3 ] {ada674b6-36d9-4f7d-bd1c-49664402fb9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13443 | 2024.08.14 22:37:57.853806 [ 200 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 121 rows starting from the beginning of the part | ||
13444 | 2024.08.14 22:37:57.854254 [ 3 ] {ada674b6-36d9-4f7d-bd1c-49664402fb9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13445 | 2024.08.14 22:37:57.854294 [ 200 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 194 rows starting from the beginning of the part | ||
13446 | 2024.08.14 22:37:57.854564 [ 200 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 120 rows starting from the beginning of the part | ||
13447 | 2024.08.14 22:37:57.854866 [ 200 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 194 rows starting from the beginning of the part | ||
13448 | 2024.08.14 22:37:57.855232 [ 3 ] {ada674b6-36d9-4f7d-bd1c-49664402fb9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13449 | 2024.08.14 22:37:57.856121 [ 3 ] {ada674b6-36d9-4f7d-bd1c-49664402fb9e} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13450 | 2024.08.14 22:37:57.856167 [ 3 ] {ada674b6-36d9-4f7d-bd1c-49664402fb9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
13451 | 2024.08.14 22:37:57.856584 [ 3 ] {ada674b6-36d9-4f7d-bd1c-49664402fb9e} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
13452 | 2024.08.14 22:37:57.857005 [ 3 ] {ada674b6-36d9-4f7d-bd1c-49664402fb9e} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13453 | 2024.08.14 22:37:57.857082 [ 200 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3372 rows, containing 4 columns (4 merged, 0 gathered) in 0.005130645 sec., 657227.3076776897 rows/sec., 55.24 MiB/sec. | ||
13454 | 2024.08.14 22:37:57.857245 [ 65 ] {} <Debug> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
13455 | 2024.08.14 22:37:57.857256 [ 3 ] {ada674b6-36d9-4f7d-bd1c-49664402fb9e} <Debug> executeQuery: Read 393 rows, 28.36 KiB in 0.003888 sec., 101080.24691358025 rows/sec., 7.12 MiB/sec. | ||
13456 | 2024.08.14 22:37:57.857331 [ 65 ] {} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13457 | 2024.08.14 22:37:57.857400 [ 200 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
13458 | 2024.08.14 22:37:57.857503 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
13459 | 2024.08.14 22:37:57.857773 [ 188 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::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 | ||
13460 | 2024.08.14 22:37:57.857807 [ 3 ] {ada674b6-36d9-4f7d-bd1c-49664402fb9e} <Debug> DynamicQueryHandler: Done processing query | ||
13461 | 2024.08.14 22:37:57.857865 [ 3 ] {ada674b6-36d9-4f7d-bd1c-49664402fb9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
13462 | 2024.08.14 22:37:57.857933 [ 3 ] {} <Debug> HTTP-Session: f164b53b-ab77-41df-8df0-50f235f151c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13463 | 2024.08.14 22:37:57.858108 [ 188 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13464 | 2024.08.14 22:37:57.858143 [ 188 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 904 rows starting from the beginning of the part | ||
13465 | 2024.08.14 22:37:57.858185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13466 | 2024.08.14 22:37:57.858339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13467 | 2024.08.14 22:37:57.858380 [ 188 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 855 rows starting from the beginning of the part | ||
13468 | 2024.08.14 22:37:57.858424 [ 3 ] {} <Debug> HTTP-Session: 825900de-264c-4441-9e6f-f4cdc89db4ad Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13469 | 2024.08.14 22:37:57.858564 [ 3 ] {} <Debug> HTTP-Session: 825900de-264c-4441-9e6f-f4cdc89db4ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13470 | 2024.08.14 22:37:57.858588 [ 200 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_71_14} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13471 | 2024.08.14 22:37:57.858704 [ 3 ] {} <Debug> HTTP-Session: 825900de-264c-4441-9e6f-f4cdc89db4ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13472 | 2024.08.14 22:37:57.858859 [ 188 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 89 rows starting from the beginning of the part | ||
13473 | 2024.08.14 22:37:57.858932 [ 3 ] {} <Trace> HTTP-Session: 825900de-264c-4441-9e6f-f4cdc89db4ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13474 | 2024.08.14 22:37:57.859228 [ 200 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_71_14} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
13475 | 2024.08.14 22:37:57.859314 [ 188 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 393 rows starting from the beginning of the part | ||
13476 | 2024.08.14 22:37:57.859423 [ 3 ] {37880649-c137-48ad-9bfe-4d3d90e1fe49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13477 | 2024.08.14 22:37:57.859674 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
13478 | 2024.08.14 22:37:57.859700 [ 3 ] {37880649-c137-48ad-9bfe-4d3d90e1fe49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13479 | 2024.08.14 22:37:57.859757 [ 188 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 87 rows starting from the beginning of the part | ||
13480 | 2024.08.14 22:37:57.860033 [ 188 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 393 rows starting from the beginning of the part | ||
13481 | 2024.08.14 22:37:57.860614 [ 3 ] {37880649-c137-48ad-9bfe-4d3d90e1fe49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13482 | 2024.08.14 22:37:57.861032 [ 3 ] {37880649-c137-48ad-9bfe-4d3d90e1fe49} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13483 | 2024.08.14 22:37:57.861076 [ 3 ] {37880649-c137-48ad-9bfe-4d3d90e1fe49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.23 GiB. | ||
13484 | 2024.08.14 22:37:57.861617 [ 3 ] {37880649-c137-48ad-9bfe-4d3d90e1fe49} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13485 | 2024.08.14 22:37:57.862036 [ 3 ] {37880649-c137-48ad-9bfe-4d3d90e1fe49} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13486 | 2024.08.14 22:37:57.862049 [ 188 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2721 rows, containing 4 columns (4 merged, 0 gathered) in 0.004349714 sec., 625558.3700445592 rows/sec., 45.13 MiB/sec. | ||
13487 | 2024.08.14 22:37:57.862279 [ 3 ] {37880649-c137-48ad-9bfe-4d3d90e1fe49} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003068 sec., 1955.671447196871 rows/sec., 84.03 KiB/sec. | ||
13488 | 2024.08.14 22:37:57.862390 [ 197 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
13489 | 2024.08.14 22:37:57.862936 [ 3 ] {37880649-c137-48ad-9bfe-4d3d90e1fe49} <Debug> DynamicQueryHandler: Done processing query | ||
13490 | 2024.08.14 22:37:57.863100 [ 3 ] {37880649-c137-48ad-9bfe-4d3d90e1fe49} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13491 | 2024.08.14 22:37:57.863168 [ 3 ] {} <Debug> HTTP-Session: 825900de-264c-4441-9e6f-f4cdc89db4ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13492 | 2024.08.14 22:37:57.863357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13493 | 2024.08.14 22:37:57.863449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13494 | 2024.08.14 22:37:57.863486 [ 3 ] {} <Debug> HTTP-Session: 9a74990c-806d-4ae8-a4e0-8421b20a6f50 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13495 | 2024.08.14 22:37:57.863526 [ 3 ] {} <Debug> HTTP-Session: 9a74990c-806d-4ae8-a4e0-8421b20a6f50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13496 | 2024.08.14 22:37:57.863551 [ 3 ] {} <Debug> HTTP-Session: 9a74990c-806d-4ae8-a4e0-8421b20a6f50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13497 | 2024.08.14 22:37:57.863559 [ 197 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_71_14} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13498 | 2024.08.14 22:37:57.863620 [ 3 ] {} <Trace> HTTP-Session: 9a74990c-806d-4ae8-a4e0-8421b20a6f50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13499 | 2024.08.14 22:37:57.863775 [ 197 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_71_14} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
13500 | 2024.08.14 22:37:57.863913 [ 3 ] {9d6b0a25-d4cc-448d-bfcb-1ad910aa6d49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
13501 | 2024.08.14 22:37:57.863987 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
13502 | 2024.08.14 22:37:57.864023 [ 3 ] {9d6b0a25-d4cc-448d-bfcb-1ad910aa6d49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
13503 | 2024.08.14 22:37:57.864253 [ 3 ] {9d6b0a25-d4cc-448d-bfcb-1ad910aa6d49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13504 | 2024.08.14 22:37:57.864601 [ 3 ] {9d6b0a25-d4cc-448d-bfcb-1ad910aa6d49} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13505 | 2024.08.14 22:37:57.864640 [ 3 ] {9d6b0a25-d4cc-448d-bfcb-1ad910aa6d49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13506 | 2024.08.14 22:37:57.865019 [ 3 ] {9d6b0a25-d4cc-448d-bfcb-1ad910aa6d49} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13507 | 2024.08.14 22:37:57.865358 [ 3 ] {9d6b0a25-d4cc-448d-bfcb-1ad910aa6d49} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13508 | 2024.08.14 22:37:57.865522 [ 3 ] {9d6b0a25-d4cc-448d-bfcb-1ad910aa6d49} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001705 sec., 45161.290322580644 rows/sec., 2.78 MiB/sec. | ||
13509 | 2024.08.14 22:37:57.865853 [ 3 ] {9d6b0a25-d4cc-448d-bfcb-1ad910aa6d49} <Debug> DynamicQueryHandler: Done processing query | ||
13510 | 2024.08.14 22:37:57.865890 [ 3 ] {9d6b0a25-d4cc-448d-bfcb-1ad910aa6d49} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13511 | 2024.08.14 22:37:57.865906 [ 3 ] {} <Debug> HTTP-Session: 9a74990c-806d-4ae8-a4e0-8421b20a6f50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13512 | 2024.08.14 22:37:57.866094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13513 | 2024.08.14 22:37:57.866143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13514 | 2024.08.14 22:37:57.866162 [ 3 ] {} <Debug> HTTP-Session: 5f02431d-e4e3-4b78-80fa-c0fab02de8ab Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13515 | 2024.08.14 22:37:57.866178 [ 3 ] {} <Debug> HTTP-Session: 5f02431d-e4e3-4b78-80fa-c0fab02de8ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13516 | 2024.08.14 22:37:57.866192 [ 3 ] {} <Debug> HTTP-Session: 5f02431d-e4e3-4b78-80fa-c0fab02de8ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13517 | 2024.08.14 22:37:57.866223 [ 3 ] {} <Trace> HTTP-Session: 5f02431d-e4e3-4b78-80fa-c0fab02de8ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13518 | 2024.08.14 22:37:57.866376 [ 3 ] {1d0f4f57-0988-4f2a-a466-167ca91d6684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13519 | 2024.08.14 22:37:57.866424 [ 3 ] {1d0f4f57-0988-4f2a-a466-167ca91d6684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13520 | 2024.08.14 22:37:57.866590 [ 3 ] {1d0f4f57-0988-4f2a-a466-167ca91d6684} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13521 | 2024.08.14 22:37:57.866967 [ 3 ] {1d0f4f57-0988-4f2a-a466-167ca91d6684} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13522 | 2024.08.14 22:37:57.867003 [ 3 ] {1d0f4f57-0988-4f2a-a466-167ca91d6684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13523 | 2024.08.14 22:37:57.867379 [ 3 ] {1d0f4f57-0988-4f2a-a466-167ca91d6684} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
13524 | 2024.08.14 22:37:57.867713 [ 3 ] {1d0f4f57-0988-4f2a-a466-167ca91d6684} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13525 | 2024.08.14 22:37:57.867875 [ 3 ] {1d0f4f57-0988-4f2a-a466-167ca91d6684} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001568 sec., 102040.81632653062 rows/sec., 7.11 MiB/sec. | ||
13526 | 2024.08.14 22:37:57.868051 [ 3 ] {1d0f4f57-0988-4f2a-a466-167ca91d6684} <Debug> DynamicQueryHandler: Done processing query | ||
13527 | 2024.08.14 22:37:57.868075 [ 3 ] {1d0f4f57-0988-4f2a-a466-167ca91d6684} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13528 | 2024.08.14 22:37:57.868091 [ 3 ] {} <Debug> HTTP-Session: 5f02431d-e4e3-4b78-80fa-c0fab02de8ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13529 | 2024.08.14 22:37:57.868215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13530 | 2024.08.14 22:37:57.868262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13531 | 2024.08.14 22:37:57.868282 [ 3 ] {} <Debug> HTTP-Session: c632b987-c5b7-4800-a5cc-bb3e58524eb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13532 | 2024.08.14 22:37:57.868298 [ 3 ] {} <Debug> HTTP-Session: c632b987-c5b7-4800-a5cc-bb3e58524eb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13533 | 2024.08.14 22:37:57.868311 [ 3 ] {} <Debug> HTTP-Session: c632b987-c5b7-4800-a5cc-bb3e58524eb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13534 | 2024.08.14 22:37:57.868341 [ 3 ] {} <Trace> HTTP-Session: c632b987-c5b7-4800-a5cc-bb3e58524eb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13535 | 2024.08.14 22:37:57.868514 [ 3 ] {8e8d7ee0-b8ba-426c-965d-ee8af7c2bdc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13536 | 2024.08.14 22:37:57.868577 [ 3 ] {8e8d7ee0-b8ba-426c-965d-ee8af7c2bdc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
13537 | 2024.08.14 22:37:57.868987 [ 3 ] {8e8d7ee0-b8ba-426c-965d-ee8af7c2bdc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13538 | 2024.08.14 22:37:57.869563 [ 3 ] {8e8d7ee0-b8ba-426c-965d-ee8af7c2bdc6} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13539 | 2024.08.14 22:37:57.869599 [ 3 ] {8e8d7ee0-b8ba-426c-965d-ee8af7c2bdc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13540 | 2024.08.14 22:37:57.870208 [ 3 ] {8e8d7ee0-b8ba-426c-965d-ee8af7c2bdc6} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13541 | 2024.08.14 22:37:57.870621 [ 3 ] {8e8d7ee0-b8ba-426c-965d-ee8af7c2bdc6} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13542 | 2024.08.14 22:37:57.870810 [ 3 ] {8e8d7ee0-b8ba-426c-965d-ee8af7c2bdc6} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002392 sec., 4598.662207357859 rows/sec., 8.24 MiB/sec. | ||
13543 | 2024.08.14 22:37:57.871035 [ 3 ] {8e8d7ee0-b8ba-426c-965d-ee8af7c2bdc6} <Debug> DynamicQueryHandler: Done processing query | ||
13544 | 2024.08.14 22:37:57.871060 [ 3 ] {8e8d7ee0-b8ba-426c-965d-ee8af7c2bdc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
13545 | 2024.08.14 22:37:57.871075 [ 3 ] {} <Debug> HTTP-Session: c632b987-c5b7-4800-a5cc-bb3e58524eb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13546 | 2024.08.14 22:37:57.871199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13547 | 2024.08.14 22:37:57.871249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13548 | 2024.08.14 22:37:57.871268 [ 3 ] {} <Debug> HTTP-Session: d2cf07bf-9e90-4b5f-971a-75d83c82255e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13549 | 2024.08.14 22:37:57.871284 [ 3 ] {} <Debug> HTTP-Session: d2cf07bf-9e90-4b5f-971a-75d83c82255e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13550 | 2024.08.14 22:37:57.871298 [ 3 ] {} <Debug> HTTP-Session: d2cf07bf-9e90-4b5f-971a-75d83c82255e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13551 | 2024.08.14 22:37:57.871328 [ 3 ] {} <Trace> HTTP-Session: d2cf07bf-9e90-4b5f-971a-75d83c82255e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13552 | 2024.08.14 22:37:57.871430 [ 3 ] {1b3dcf6b-c58a-4433-bfca-8e50c9cf3b9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
13553 | 2024.08.14 22:37:57.871473 [ 3 ] {1b3dcf6b-c58a-4433-bfca-8e50c9cf3b9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
13554 | 2024.08.14 22:37:57.871603 [ 3 ] {1b3dcf6b-c58a-4433-bfca-8e50c9cf3b9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13555 | 2024.08.14 22:37:57.871878 [ 3 ] {1b3dcf6b-c58a-4433-bfca-8e50c9cf3b9d} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13556 | 2024.08.14 22:37:57.871915 [ 3 ] {1b3dcf6b-c58a-4433-bfca-8e50c9cf3b9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13557 | 2024.08.14 22:37:57.872269 [ 3 ] {1b3dcf6b-c58a-4433-bfca-8e50c9cf3b9d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
13558 | 2024.08.14 22:37:57.872587 [ 3 ] {1b3dcf6b-c58a-4433-bfca-8e50c9cf3b9d} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13559 | 2024.08.14 22:37:57.872713 [ 3 ] {1b3dcf6b-c58a-4433-bfca-8e50c9cf3b9d} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001314 sec., 17503.80517503805 rows/sec., 946.83 KiB/sec. | ||
13560 | 2024.08.14 22:37:57.872864 [ 3 ] {1b3dcf6b-c58a-4433-bfca-8e50c9cf3b9d} <Debug> DynamicQueryHandler: Done processing query | ||
13561 | 2024.08.14 22:37:57.872889 [ 3 ] {1b3dcf6b-c58a-4433-bfca-8e50c9cf3b9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13562 | 2024.08.14 22:37:57.872904 [ 3 ] {} <Debug> HTTP-Session: d2cf07bf-9e90-4b5f-971a-75d83c82255e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13563 | 2024.08.14 22:37:57.873021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13564 | 2024.08.14 22:37:57.873067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13565 | 2024.08.14 22:37:57.873085 [ 3 ] {} <Debug> HTTP-Session: 6d1dbd3b-ad54-4dbd-8de9-90d6d4e07178 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13566 | 2024.08.14 22:37:57.873101 [ 3 ] {} <Debug> HTTP-Session: 6d1dbd3b-ad54-4dbd-8de9-90d6d4e07178 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13567 | 2024.08.14 22:37:57.873115 [ 3 ] {} <Debug> HTTP-Session: 6d1dbd3b-ad54-4dbd-8de9-90d6d4e07178 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13568 | 2024.08.14 22:37:57.873173 [ 3 ] {} <Trace> HTTP-Session: 6d1dbd3b-ad54-4dbd-8de9-90d6d4e07178 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13569 | 2024.08.14 22:37:57.873288 [ 3 ] {61282c09-fe6a-4d81-81ec-acb2d16bb2d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13570 | 2024.08.14 22:37:57.873331 [ 3 ] {61282c09-fe6a-4d81-81ec-acb2d16bb2d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13571 | 2024.08.14 22:37:57.873456 [ 3 ] {61282c09-fe6a-4d81-81ec-acb2d16bb2d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13572 | 2024.08.14 22:37:57.873736 [ 3 ] {61282c09-fe6a-4d81-81ec-acb2d16bb2d9} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13573 | 2024.08.14 22:37:57.873770 [ 3 ] {61282c09-fe6a-4d81-81ec-acb2d16bb2d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.24 GiB. | ||
13574 | 2024.08.14 22:37:57.874123 [ 3 ] {61282c09-fe6a-4d81-81ec-acb2d16bb2d9} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
13575 | 2024.08.14 22:37:57.874433 [ 3 ] {61282c09-fe6a-4d81-81ec-acb2d16bb2d9} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13576 | 2024.08.14 22:37:57.874554 [ 3 ] {61282c09-fe6a-4d81-81ec-acb2d16bb2d9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001308 sec., 45871.55963302753 rows/sec., 3.09 MiB/sec. | ||
13577 | 2024.08.14 22:37:57.874739 [ 3 ] {61282c09-fe6a-4d81-81ec-acb2d16bb2d9} <Debug> DynamicQueryHandler: Done processing query | ||
13578 | 2024.08.14 22:37:57.874762 [ 3 ] {61282c09-fe6a-4d81-81ec-acb2d16bb2d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13579 | 2024.08.14 22:37:57.874777 [ 3 ] {} <Debug> HTTP-Session: 6d1dbd3b-ad54-4dbd-8de9-90d6d4e07178 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13580 | 2024.08.14 22:38:02.844846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13581 | 2024.08.14 22:38:02.844973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13582 | 2024.08.14 22:38:02.845002 [ 3 ] {} <Debug> HTTP-Session: dd399ddf-8ff2-4edf-9385-44dcd0eae567 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13583 | 2024.08.14 22:38:02.845029 [ 3 ] {} <Debug> HTTP-Session: dd399ddf-8ff2-4edf-9385-44dcd0eae567 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13584 | 2024.08.14 22:38:02.845047 [ 3 ] {} <Debug> HTTP-Session: dd399ddf-8ff2-4edf-9385-44dcd0eae567 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13585 | 2024.08.14 22:38:02.845101 [ 3 ] {} <Trace> HTTP-Session: dd399ddf-8ff2-4edf-9385-44dcd0eae567 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13586 | 2024.08.14 22:38:02.845301 [ 3 ] {9d05a688-d798-4254-899a-154b8e7393aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13587 | 2024.08.14 22:38:02.845371 [ 3 ] {9d05a688-d798-4254-899a-154b8e7393aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13588 | 2024.08.14 22:38:02.845583 [ 3 ] {9d05a688-d798-4254-899a-154b8e7393aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13589 | 2024.08.14 22:38:02.846019 [ 3 ] {9d05a688-d798-4254-899a-154b8e7393aa} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13590 | 2024.08.14 22:38:02.846060 [ 3 ] {9d05a688-d798-4254-899a-154b8e7393aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13591 | 2024.08.14 22:38:02.846423 [ 3 ] {9d05a688-d798-4254-899a-154b8e7393aa} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
13592 | 2024.08.14 22:38:02.846750 [ 3 ] {9d05a688-d798-4254-899a-154b8e7393aa} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13593 | 2024.08.14 22:38:02.846888 [ 3 ] {9d05a688-d798-4254-899a-154b8e7393aa} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001652 sec., 12711.864406779661 rows/sec., 1.01 MiB/sec. | ||
13594 | 2024.08.14 22:38:02.846902 [ 56 ] {} <Debug> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
13595 | 2024.08.14 22:38:02.846959 [ 56 ] {} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13596 | 2024.08.14 22:38:02.846999 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13597 | 2024.08.14 22:38:02.847131 [ 3 ] {9d05a688-d798-4254-899a-154b8e7393aa} <Debug> DynamicQueryHandler: Done processing query | ||
13598 | 2024.08.14 22:38:02.847187 [ 3 ] {9d05a688-d798-4254-899a-154b8e7393aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13599 | 2024.08.14 22:38:02.847218 [ 3 ] {} <Debug> HTTP-Session: dd399ddf-8ff2-4edf-9385-44dcd0eae567 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13600 | 2024.08.14 22:38:02.847236 [ 190 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::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 | ||
13601 | 2024.08.14 22:38:02.847385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13602 | 2024.08.14 22:38:02.847494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13603 | 2024.08.14 22:38:02.847546 [ 190 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13604 | 2024.08.14 22:38:02.847551 [ 3 ] {} <Debug> HTTP-Session: 9d1f2be8-3671-4ec3-a2fb-0f62490cd71c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13605 | 2024.08.14 22:38:02.847621 [ 3 ] {} <Debug> HTTP-Session: 9d1f2be8-3671-4ec3-a2fb-0f62490cd71c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13606 | 2024.08.14 22:38:02.847626 [ 190 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 38 rows starting from the beginning of the part | ||
13607 | 2024.08.14 22:38:02.847640 [ 3 ] {} <Debug> HTTP-Session: 9d1f2be8-3671-4ec3-a2fb-0f62490cd71c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13608 | 2024.08.14 22:38:02.847717 [ 3 ] {} <Trace> HTTP-Session: 9d1f2be8-3671-4ec3-a2fb-0f62490cd71c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13609 | 2024.08.14 22:38:02.847865 [ 190 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 21 rows starting from the beginning of the part | ||
13610 | 2024.08.14 22:38:02.848174 [ 3 ] {9375b115-ef7c-4b6a-837e-7909824e610f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13611 | 2024.08.14 22:38:02.848186 [ 190 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 17 rows starting from the beginning of the part | ||
13612 | 2024.08.14 22:38:02.848304 [ 3 ] {9375b115-ef7c-4b6a-837e-7909824e610f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13613 | 2024.08.14 22:38:02.848477 [ 190 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 21 rows starting from the beginning of the part | ||
13614 | 2024.08.14 22:38:02.848836 [ 190 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 17 rows starting from the beginning of the part | ||
13615 | 2024.08.14 22:38:02.849176 [ 190 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 21 rows starting from the beginning of the part | ||
13616 | 2024.08.14 22:38:02.849448 [ 3 ] {9375b115-ef7c-4b6a-837e-7909824e610f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13617 | 2024.08.14 22:38:02.850508 [ 3 ] {9375b115-ef7c-4b6a-837e-7909824e610f} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13618 | 2024.08.14 22:38:02.850572 [ 3 ] {9375b115-ef7c-4b6a-837e-7909824e610f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13619 | 2024.08.14 22:38:02.851446 [ 3 ] {9375b115-ef7c-4b6a-837e-7909824e610f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13620 | 2024.08.14 22:38:02.851745 [ 187 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 135 rows, containing 4 columns (4 merged, 0 gathered) in 0.004642898 sec., 29076.667202251694 rows/sec., 2.21 MiB/sec. | ||
13621 | 2024.08.14 22:38:02.852076 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
13622 | 2024.08.14 22:38:02.852103 [ 3 ] {9375b115-ef7c-4b6a-837e-7909824e610f} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13623 | 2024.08.14 22:38:02.852428 [ 3 ] {9375b115-ef7c-4b6a-837e-7909824e610f} <Debug> executeQuery: Read 119 rows, 10.08 KiB in 0.00443 sec., 26862.30248306998 rows/sec., 2.22 MiB/sec. | ||
13624 | 2024.08.14 22:38:02.852886 [ 3 ] {9375b115-ef7c-4b6a-837e-7909824e610f} <Debug> DynamicQueryHandler: Done processing query | ||
13625 | 2024.08.14 22:38:02.852931 [ 3 ] {9375b115-ef7c-4b6a-837e-7909824e610f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
13626 | 2024.08.14 22:38:02.852961 [ 3 ] {} <Debug> HTTP-Session: 9d1f2be8-3671-4ec3-a2fb-0f62490cd71c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13627 | 2024.08.14 22:38:02.853121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13628 | 2024.08.14 22:38:02.853135 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_71_14} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13629 | 2024.08.14 22:38:02.853219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13630 | 2024.08.14 22:38:02.853274 [ 3 ] {} <Debug> HTTP-Session: 19ca67fb-7efd-4a2a-a0dd-32661c37ab7b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13631 | 2024.08.14 22:38:02.853304 [ 3 ] {} <Debug> HTTP-Session: 19ca67fb-7efd-4a2a-a0dd-32661c37ab7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13632 | 2024.08.14 22:38:02.853320 [ 3 ] {} <Debug> HTTP-Session: 19ca67fb-7efd-4a2a-a0dd-32661c37ab7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13633 | 2024.08.14 22:38:02.853338 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_71_14} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
13634 | 2024.08.14 22:38:02.853383 [ 3 ] {} <Trace> HTTP-Session: 19ca67fb-7efd-4a2a-a0dd-32661c37ab7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13635 | 2024.08.14 22:38:02.853514 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
13636 | 2024.08.14 22:38:02.853593 [ 3 ] {b6ee242d-3f54-42fb-bc5c-78f6f1500f8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13637 | 2024.08.14 22:38:02.853641 [ 3 ] {b6ee242d-3f54-42fb-bc5c-78f6f1500f8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13638 | 2024.08.14 22:38:02.853790 [ 3 ] {b6ee242d-3f54-42fb-bc5c-78f6f1500f8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13639 | 2024.08.14 22:38:02.854148 [ 3 ] {b6ee242d-3f54-42fb-bc5c-78f6f1500f8c} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13640 | 2024.08.14 22:38:02.854184 [ 3 ] {b6ee242d-3f54-42fb-bc5c-78f6f1500f8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13641 | 2024.08.14 22:38:02.854499 [ 3 ] {b6ee242d-3f54-42fb-bc5c-78f6f1500f8c} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13642 | 2024.08.14 22:38:02.854814 [ 3 ] {b6ee242d-3f54-42fb-bc5c-78f6f1500f8c} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13643 | 2024.08.14 22:38:02.854934 [ 3 ] {b6ee242d-3f54-42fb-bc5c-78f6f1500f8c} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001414 sec., 60113.15417256012 rows/sec., 4.69 MiB/sec. | ||
13644 | 2024.08.14 22:38:02.855086 [ 3 ] {b6ee242d-3f54-42fb-bc5c-78f6f1500f8c} <Debug> DynamicQueryHandler: Done processing query | ||
13645 | 2024.08.14 22:38:02.855110 [ 3 ] {b6ee242d-3f54-42fb-bc5c-78f6f1500f8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
13646 | 2024.08.14 22:38:02.855126 [ 3 ] {} <Debug> HTTP-Session: 19ca67fb-7efd-4a2a-a0dd-32661c37ab7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13647 | 2024.08.14 22:38:02.855272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13648 | 2024.08.14 22:38:02.855321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13649 | 2024.08.14 22:38:02.855340 [ 3 ] {} <Debug> HTTP-Session: 66128d1b-05b8-49e9-8537-c465c82a181c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13650 | 2024.08.14 22:38:02.855356 [ 3 ] {} <Debug> HTTP-Session: 66128d1b-05b8-49e9-8537-c465c82a181c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13651 | 2024.08.14 22:38:02.855370 [ 3 ] {} <Debug> HTTP-Session: 66128d1b-05b8-49e9-8537-c465c82a181c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13652 | 2024.08.14 22:38:02.855401 [ 3 ] {} <Trace> HTTP-Session: 66128d1b-05b8-49e9-8537-c465c82a181c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13653 | 2024.08.14 22:38:02.855549 [ 3 ] {ff9b4f6d-a5c7-4673-889d-42de42c938c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13654 | 2024.08.14 22:38:02.855596 [ 3 ] {ff9b4f6d-a5c7-4673-889d-42de42c938c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13655 | 2024.08.14 22:38:02.855737 [ 3 ] {ff9b4f6d-a5c7-4673-889d-42de42c938c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13656 | 2024.08.14 22:38:02.856285 [ 3 ] {ff9b4f6d-a5c7-4673-889d-42de42c938c6} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13657 | 2024.08.14 22:38:02.856320 [ 3 ] {ff9b4f6d-a5c7-4673-889d-42de42c938c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13658 | 2024.08.14 22:38:02.856712 [ 3 ] {ff9b4f6d-a5c7-4673-889d-42de42c938c6} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
13659 | 2024.08.14 22:38:02.857073 [ 3 ] {ff9b4f6d-a5c7-4673-889d-42de42c938c6} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13660 | 2024.08.14 22:38:02.857200 [ 3 ] {ff9b4f6d-a5c7-4673-889d-42de42c938c6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001722 sec., 92915.21486643438 rows/sec., 6.47 MiB/sec. | ||
13661 | 2024.08.14 22:38:02.857366 [ 3 ] {ff9b4f6d-a5c7-4673-889d-42de42c938c6} <Debug> DynamicQueryHandler: Done processing query | ||
13662 | 2024.08.14 22:38:02.857389 [ 3 ] {ff9b4f6d-a5c7-4673-889d-42de42c938c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13663 | 2024.08.14 22:38:02.857405 [ 3 ] {} <Debug> HTTP-Session: 66128d1b-05b8-49e9-8537-c465c82a181c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13664 | 2024.08.14 22:38:02.857549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13665 | 2024.08.14 22:38:02.857598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13666 | 2024.08.14 22:38:02.857618 [ 3 ] {} <Debug> HTTP-Session: 4585b0af-8579-4efa-8a30-c8114822b9bf Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13667 | 2024.08.14 22:38:02.857634 [ 3 ] {} <Debug> HTTP-Session: 4585b0af-8579-4efa-8a30-c8114822b9bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13668 | 2024.08.14 22:38:02.857648 [ 3 ] {} <Debug> HTTP-Session: 4585b0af-8579-4efa-8a30-c8114822b9bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13669 | 2024.08.14 22:38:02.857678 [ 3 ] {} <Trace> HTTP-Session: 4585b0af-8579-4efa-8a30-c8114822b9bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13670 | 2024.08.14 22:38:02.857920 [ 3 ] {d20ff510-ca20-42df-afa6-c90d5fd0f83c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13671 | 2024.08.14 22:38:02.857984 [ 3 ] {d20ff510-ca20-42df-afa6-c90d5fd0f83c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
13672 | 2024.08.14 22:38:02.858395 [ 3 ] {d20ff510-ca20-42df-afa6-c90d5fd0f83c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13673 | 2024.08.14 22:38:02.859085 [ 3 ] {d20ff510-ca20-42df-afa6-c90d5fd0f83c} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13674 | 2024.08.14 22:38:02.859118 [ 3 ] {d20ff510-ca20-42df-afa6-c90d5fd0f83c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13675 | 2024.08.14 22:38:02.859682 [ 3 ] {d20ff510-ca20-42df-afa6-c90d5fd0f83c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13676 | 2024.08.14 22:38:02.860154 [ 3 ] {d20ff510-ca20-42df-afa6-c90d5fd0f83c} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13677 | 2024.08.14 22:38:02.860299 [ 3 ] {d20ff510-ca20-42df-afa6-c90d5fd0f83c} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002541 sec., 8264.462809917355 rows/sec., 14.81 MiB/sec. | ||
13678 | 2024.08.14 22:38:02.860513 [ 3 ] {d20ff510-ca20-42df-afa6-c90d5fd0f83c} <Debug> DynamicQueryHandler: Done processing query | ||
13679 | 2024.08.14 22:38:02.860538 [ 3 ] {d20ff510-ca20-42df-afa6-c90d5fd0f83c} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
13680 | 2024.08.14 22:38:02.860553 [ 3 ] {} <Debug> HTTP-Session: 4585b0af-8579-4efa-8a30-c8114822b9bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13681 | 2024.08.14 22:38:02.860663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13682 | 2024.08.14 22:38:02.860713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13683 | 2024.08.14 22:38:02.860733 [ 3 ] {} <Debug> HTTP-Session: ee1cc1a8-aa5e-45e5-9a3d-28ff74d4822b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13684 | 2024.08.14 22:38:02.860749 [ 3 ] {} <Debug> HTTP-Session: ee1cc1a8-aa5e-45e5-9a3d-28ff74d4822b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13685 | 2024.08.14 22:38:02.860762 [ 3 ] {} <Debug> HTTP-Session: ee1cc1a8-aa5e-45e5-9a3d-28ff74d4822b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13686 | 2024.08.14 22:38:02.860793 [ 3 ] {} <Trace> HTTP-Session: ee1cc1a8-aa5e-45e5-9a3d-28ff74d4822b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13687 | 2024.08.14 22:38:02.860916 [ 3 ] {07f9d84f-0c72-4424-b819-37b29edbbb70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13688 | 2024.08.14 22:38:02.860959 [ 3 ] {07f9d84f-0c72-4424-b819-37b29edbbb70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13689 | 2024.08.14 22:38:02.861086 [ 3 ] {07f9d84f-0c72-4424-b819-37b29edbbb70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13690 | 2024.08.14 22:38:02.861445 [ 3 ] {07f9d84f-0c72-4424-b819-37b29edbbb70} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13691 | 2024.08.14 22:38:02.861481 [ 3 ] {07f9d84f-0c72-4424-b819-37b29edbbb70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13692 | 2024.08.14 22:38:02.861838 [ 3 ] {07f9d84f-0c72-4424-b819-37b29edbbb70} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
13693 | 2024.08.14 22:38:02.862157 [ 3 ] {07f9d84f-0c72-4424-b819-37b29edbbb70} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13694 | 2024.08.14 22:38:02.862281 [ 3 ] {07f9d84f-0c72-4424-b819-37b29edbbb70} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001413 sec., 42462.84501061571 rows/sec., 2.86 MiB/sec. | ||
13695 | 2024.08.14 22:38:02.862439 [ 3 ] {07f9d84f-0c72-4424-b819-37b29edbbb70} <Debug> DynamicQueryHandler: Done processing query | ||
13696 | 2024.08.14 22:38:02.862463 [ 3 ] {07f9d84f-0c72-4424-b819-37b29edbbb70} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13697 | 2024.08.14 22:38:02.862479 [ 3 ] {} <Debug> HTTP-Session: ee1cc1a8-aa5e-45e5-9a3d-28ff74d4822b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13698 | 2024.08.14 22:38:07.797808 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13699 | 2024.08.14 22:38:07.797948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13700 | 2024.08.14 22:38:07.797978 [ 3 ] {} <Debug> HTTP-Session: a1140b23-881c-4df8-988a-66486882dd5c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13701 | 2024.08.14 22:38:07.798003 [ 3 ] {} <Debug> HTTP-Session: a1140b23-881c-4df8-988a-66486882dd5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13702 | 2024.08.14 22:38:07.798019 [ 3 ] {} <Debug> HTTP-Session: a1140b23-881c-4df8-988a-66486882dd5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13703 | 2024.08.14 22:38:07.798074 [ 3 ] {} <Trace> HTTP-Session: a1140b23-881c-4df8-988a-66486882dd5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13704 | 2024.08.14 22:38:07.798296 [ 3 ] {b9ec87dc-68b7-4f52-b5d4-cc8fe8077539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13705 | 2024.08.14 22:38:07.798373 [ 3 ] {b9ec87dc-68b7-4f52-b5d4-cc8fe8077539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13706 | 2024.08.14 22:38:07.798593 [ 3 ] {b9ec87dc-68b7-4f52-b5d4-cc8fe8077539} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13707 | 2024.08.14 22:38:07.799107 [ 3 ] {b9ec87dc-68b7-4f52-b5d4-cc8fe8077539} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13708 | 2024.08.14 22:38:07.799155 [ 3 ] {b9ec87dc-68b7-4f52-b5d4-cc8fe8077539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13709 | 2024.08.14 22:38:07.799539 [ 3 ] {b9ec87dc-68b7-4f52-b5d4-cc8fe8077539} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13710 | 2024.08.14 22:38:07.799885 [ 3 ] {b9ec87dc-68b7-4f52-b5d4-cc8fe8077539} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13711 | 2024.08.14 22:38:07.800059 [ 3 ] {b9ec87dc-68b7-4f52-b5d4-cc8fe8077539} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.001829 sec., 13121.924548933845 rows/sec., 983.50 KiB/sec. | ||
13712 | 2024.08.14 22:38:07.800279 [ 3 ] {b9ec87dc-68b7-4f52-b5d4-cc8fe8077539} <Debug> DynamicQueryHandler: Done processing query | ||
13713 | 2024.08.14 22:38:07.800306 [ 3 ] {b9ec87dc-68b7-4f52-b5d4-cc8fe8077539} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13714 | 2024.08.14 22:38:07.800325 [ 3 ] {} <Debug> HTTP-Session: a1140b23-881c-4df8-988a-66486882dd5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13715 | 2024.08.14 22:38:07.800648 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 197914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13716 | 2024.08.14 22:38:07.800710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13717 | 2024.08.14 22:38:07.800732 [ 3 ] {} <Debug> HTTP-Session: acdb77a4-37df-4262-b60f-a75c4a711b56 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13718 | 2024.08.14 22:38:07.800750 [ 3 ] {} <Debug> HTTP-Session: acdb77a4-37df-4262-b60f-a75c4a711b56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13719 | 2024.08.14 22:38:07.800765 [ 3 ] {} <Debug> HTTP-Session: acdb77a4-37df-4262-b60f-a75c4a711b56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13720 | 2024.08.14 22:38:07.800801 [ 3 ] {} <Trace> HTTP-Session: acdb77a4-37df-4262-b60f-a75c4a711b56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13721 | 2024.08.14 22:38:07.801286 [ 3 ] {c140f70c-4c76-4186-a341-66a8ff612155} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13722 | 2024.08.14 22:38:07.801333 [ 3 ] {c140f70c-4c76-4186-a341-66a8ff612155} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13723 | 2024.08.14 22:38:07.801475 [ 3 ] {c140f70c-4c76-4186-a341-66a8ff612155} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13724 | 2024.08.14 22:38:07.802679 [ 3 ] {c140f70c-4c76-4186-a341-66a8ff612155} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13725 | 2024.08.14 22:38:07.802719 [ 3 ] {c140f70c-4c76-4186-a341-66a8ff612155} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13726 | 2024.08.14 22:38:07.803120 [ 3 ] {c140f70c-4c76-4186-a341-66a8ff612155} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13727 | 2024.08.14 22:38:07.803440 [ 3 ] {c140f70c-4c76-4186-a341-66a8ff612155} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13728 | 2024.08.14 22:38:07.803579 [ 3 ] {c140f70c-4c76-4186-a341-66a8ff612155} <Debug> executeQuery: Read 1355 rows, 115.99 KiB in 0.002628 sec., 515601.21765601216 rows/sec., 43.10 MiB/sec. | ||
13729 | 2024.08.14 22:38:07.803843 [ 3 ] {c140f70c-4c76-4186-a341-66a8ff612155} <Debug> DynamicQueryHandler: Done processing query | ||
13730 | 2024.08.14 22:38:07.803902 [ 3 ] {c140f70c-4c76-4186-a341-66a8ff612155} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
13731 | 2024.08.14 22:38:07.803964 [ 3 ] {} <Debug> HTTP-Session: acdb77a4-37df-4262-b60f-a75c4a711b56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13732 | 2024.08.14 22:38:07.804251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13733 | 2024.08.14 22:38:07.804310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13734 | 2024.08.14 22:38:07.804331 [ 3 ] {} <Debug> HTTP-Session: 4b4c172b-ada1-4665-a72b-44ab9a44863d Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13735 | 2024.08.14 22:38:07.804349 [ 3 ] {} <Debug> HTTP-Session: 4b4c172b-ada1-4665-a72b-44ab9a44863d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13736 | 2024.08.14 22:38:07.804363 [ 3 ] {} <Debug> HTTP-Session: 4b4c172b-ada1-4665-a72b-44ab9a44863d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13737 | 2024.08.14 22:38:07.804398 [ 3 ] {} <Trace> HTTP-Session: 4b4c172b-ada1-4665-a72b-44ab9a44863d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13738 | 2024.08.14 22:38:07.804554 [ 3 ] {f89701b7-e2ed-4e86-b918-234a83fe8aad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13739 | 2024.08.14 22:38:07.804599 [ 3 ] {f89701b7-e2ed-4e86-b918-234a83fe8aad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13740 | 2024.08.14 22:38:07.804749 [ 3 ] {f89701b7-e2ed-4e86-b918-234a83fe8aad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13741 | 2024.08.14 22:38:07.805176 [ 3 ] {f89701b7-e2ed-4e86-b918-234a83fe8aad} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13742 | 2024.08.14 22:38:07.805226 [ 3 ] {f89701b7-e2ed-4e86-b918-234a83fe8aad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13743 | 2024.08.14 22:38:07.805570 [ 3 ] {f89701b7-e2ed-4e86-b918-234a83fe8aad} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
13744 | 2024.08.14 22:38:07.805879 [ 3 ] {f89701b7-e2ed-4e86-b918-234a83fe8aad} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13745 | 2024.08.14 22:38:07.806030 [ 3 ] {f89701b7-e2ed-4e86-b918-234a83fe8aad} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001543 sec., 147764.0959170447 rows/sec., 10.01 MiB/sec. | ||
13746 | 2024.08.14 22:38:07.806283 [ 3 ] {f89701b7-e2ed-4e86-b918-234a83fe8aad} <Debug> DynamicQueryHandler: Done processing query | ||
13747 | 2024.08.14 22:38:07.806309 [ 3 ] {f89701b7-e2ed-4e86-b918-234a83fe8aad} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
13748 | 2024.08.14 22:38:07.806325 [ 3 ] {} <Debug> HTTP-Session: 4b4c172b-ada1-4665-a72b-44ab9a44863d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13749 | 2024.08.14 22:38:07.806546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 140594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13750 | 2024.08.14 22:38:07.806599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13751 | 2024.08.14 22:38:07.806618 [ 3 ] {} <Debug> HTTP-Session: 75f89cda-7731-4be7-b1dc-ddadd615fcca Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13752 | 2024.08.14 22:38:07.806635 [ 3 ] {} <Debug> HTTP-Session: 75f89cda-7731-4be7-b1dc-ddadd615fcca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13753 | 2024.08.14 22:38:07.806649 [ 3 ] {} <Debug> HTTP-Session: 75f89cda-7731-4be7-b1dc-ddadd615fcca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13754 | 2024.08.14 22:38:07.806680 [ 3 ] {} <Trace> HTTP-Session: 75f89cda-7731-4be7-b1dc-ddadd615fcca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13755 | 2024.08.14 22:38:07.807077 [ 3 ] {7ce3486b-95c2-4872-8b8a-5adcaab7b480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13756 | 2024.08.14 22:38:07.807121 [ 3 ] {7ce3486b-95c2-4872-8b8a-5adcaab7b480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13757 | 2024.08.14 22:38:07.807273 [ 3 ] {7ce3486b-95c2-4872-8b8a-5adcaab7b480} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13758 | 2024.08.14 22:38:07.808068 [ 3 ] {7ce3486b-95c2-4872-8b8a-5adcaab7b480} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13759 | 2024.08.14 22:38:07.808107 [ 3 ] {7ce3486b-95c2-4872-8b8a-5adcaab7b480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13760 | 2024.08.14 22:38:07.808463 [ 3 ] {7ce3486b-95c2-4872-8b8a-5adcaab7b480} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13761 | 2024.08.14 22:38:07.808768 [ 3 ] {7ce3486b-95c2-4872-8b8a-5adcaab7b480} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13762 | 2024.08.14 22:38:07.808924 [ 3 ] {7ce3486b-95c2-4872-8b8a-5adcaab7b480} <Debug> executeQuery: Read 862 rows, 63.72 KiB in 0.00208 sec., 414423.07692307694 rows/sec., 29.91 MiB/sec. | ||
13763 | 2024.08.14 22:38:07.809093 [ 3 ] {7ce3486b-95c2-4872-8b8a-5adcaab7b480} <Debug> DynamicQueryHandler: Done processing query | ||
13764 | 2024.08.14 22:38:07.809118 [ 3 ] {7ce3486b-95c2-4872-8b8a-5adcaab7b480} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
13765 | 2024.08.14 22:38:07.809134 [ 3 ] {} <Debug> HTTP-Session: 75f89cda-7731-4be7-b1dc-ddadd615fcca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13766 | 2024.08.14 22:38:07.809339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13767 | 2024.08.14 22:38:07.809389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13768 | 2024.08.14 22:38:07.809408 [ 3 ] {} <Debug> HTTP-Session: 2d005e4f-d325-4eb5-bc54-1670d96f77c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13769 | 2024.08.14 22:38:07.809425 [ 3 ] {} <Debug> HTTP-Session: 2d005e4f-d325-4eb5-bc54-1670d96f77c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13770 | 2024.08.14 22:38:07.809439 [ 3 ] {} <Debug> HTTP-Session: 2d005e4f-d325-4eb5-bc54-1670d96f77c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13771 | 2024.08.14 22:38:07.809471 [ 3 ] {} <Trace> HTTP-Session: 2d005e4f-d325-4eb5-bc54-1670d96f77c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13772 | 2024.08.14 22:38:07.809566 [ 3 ] {8217b94e-375a-486d-9aaa-6bfd77583587} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13773 | 2024.08.14 22:38:07.809611 [ 3 ] {8217b94e-375a-486d-9aaa-6bfd77583587} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13774 | 2024.08.14 22:38:07.809741 [ 3 ] {8217b94e-375a-486d-9aaa-6bfd77583587} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13775 | 2024.08.14 22:38:07.810023 [ 3 ] {8217b94e-375a-486d-9aaa-6bfd77583587} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13776 | 2024.08.14 22:38:07.810059 [ 3 ] {8217b94e-375a-486d-9aaa-6bfd77583587} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13777 | 2024.08.14 22:38:07.810413 [ 3 ] {8217b94e-375a-486d-9aaa-6bfd77583587} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
13778 | 2024.08.14 22:38:07.810783 [ 3 ] {8217b94e-375a-486d-9aaa-6bfd77583587} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13779 | 2024.08.14 22:38:07.810941 [ 3 ] {8217b94e-375a-486d-9aaa-6bfd77583587} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001393 sec., 4307.250538406318 rows/sec., 185.08 KiB/sec. | ||
13780 | 2024.08.14 22:38:07.811113 [ 3 ] {8217b94e-375a-486d-9aaa-6bfd77583587} <Debug> DynamicQueryHandler: Done processing query | ||
13781 | 2024.08.14 22:38:07.811137 [ 3 ] {8217b94e-375a-486d-9aaa-6bfd77583587} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13782 | 2024.08.14 22:38:07.811152 [ 3 ] {} <Debug> HTTP-Session: 2d005e4f-d325-4eb5-bc54-1670d96f77c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13783 | 2024.08.14 22:38:07.811276 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13784 | 2024.08.14 22:38:07.811326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13785 | 2024.08.14 22:38:07.811345 [ 3 ] {} <Debug> HTTP-Session: 91fbf65b-18ac-43b5-8eb3-163e6f766ca9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13786 | 2024.08.14 22:38:07.811363 [ 3 ] {} <Debug> HTTP-Session: 91fbf65b-18ac-43b5-8eb3-163e6f766ca9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13787 | 2024.08.14 22:38:07.811376 [ 3 ] {} <Debug> HTTP-Session: 91fbf65b-18ac-43b5-8eb3-163e6f766ca9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13788 | 2024.08.14 22:38:07.811407 [ 3 ] {} <Trace> HTTP-Session: 91fbf65b-18ac-43b5-8eb3-163e6f766ca9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13789 | 2024.08.14 22:38:07.811525 [ 3 ] {33521da6-a509-4641-866c-80b0b34007d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
13790 | 2024.08.14 22:38:07.811573 [ 3 ] {33521da6-a509-4641-866c-80b0b34007d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
13791 | 2024.08.14 22:38:07.811720 [ 3 ] {33521da6-a509-4641-866c-80b0b34007d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13792 | 2024.08.14 22:38:07.812066 [ 3 ] {33521da6-a509-4641-866c-80b0b34007d4} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13793 | 2024.08.14 22:38:07.812104 [ 3 ] {33521da6-a509-4641-866c-80b0b34007d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13794 | 2024.08.14 22:38:07.812489 [ 3 ] {33521da6-a509-4641-866c-80b0b34007d4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
13795 | 2024.08.14 22:38:07.812824 [ 3 ] {33521da6-a509-4641-866c-80b0b34007d4} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13796 | 2024.08.14 22:38:07.812990 [ 3 ] {33521da6-a509-4641-866c-80b0b34007d4} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001495 sec., 51505.01672240803 rows/sec., 3.17 MiB/sec. | ||
13797 | 2024.08.14 22:38:07.813270 [ 3 ] {33521da6-a509-4641-866c-80b0b34007d4} <Debug> DynamicQueryHandler: Done processing query | ||
13798 | 2024.08.14 22:38:07.813302 [ 3 ] {33521da6-a509-4641-866c-80b0b34007d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13799 | 2024.08.14 22:38:07.813318 [ 3 ] {} <Debug> HTTP-Session: 91fbf65b-18ac-43b5-8eb3-163e6f766ca9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13800 | 2024.08.14 22:38:07.813572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 156578, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13801 | 2024.08.14 22:38:07.813621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13802 | 2024.08.14 22:38:07.813641 [ 3 ] {} <Debug> HTTP-Session: 598b3462-2d7e-4b75-b572-6089af1b707d Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13803 | 2024.08.14 22:38:07.813657 [ 3 ] {} <Debug> HTTP-Session: 598b3462-2d7e-4b75-b572-6089af1b707d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13804 | 2024.08.14 22:38:07.813671 [ 3 ] {} <Debug> HTTP-Session: 598b3462-2d7e-4b75-b572-6089af1b707d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13805 | 2024.08.14 22:38:07.813702 [ 3 ] {} <Trace> HTTP-Session: 598b3462-2d7e-4b75-b572-6089af1b707d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13806 | 2024.08.14 22:38:07.814141 [ 3 ] {50a60dcd-319c-433d-88fd-14cd8b0b95fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13807 | 2024.08.14 22:38:07.814191 [ 3 ] {50a60dcd-319c-433d-88fd-14cd8b0b95fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13808 | 2024.08.14 22:38:07.814353 [ 3 ] {50a60dcd-319c-433d-88fd-14cd8b0b95fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13809 | 2024.08.14 22:38:07.815079 [ 3 ] {50a60dcd-319c-433d-88fd-14cd8b0b95fe} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13810 | 2024.08.14 22:38:07.815116 [ 3 ] {50a60dcd-319c-433d-88fd-14cd8b0b95fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13811 | 2024.08.14 22:38:07.815577 [ 3 ] {50a60dcd-319c-433d-88fd-14cd8b0b95fe} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13812 | 2024.08.14 22:38:07.815923 [ 3 ] {50a60dcd-319c-433d-88fd-14cd8b0b95fe} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13813 | 2024.08.14 22:38:07.816075 [ 3 ] {50a60dcd-319c-433d-88fd-14cd8b0b95fe} <Debug> executeQuery: Read 824 rows, 56.75 KiB in 0.002204 sec., 373865.6987295826 rows/sec., 25.14 MiB/sec. | ||
13814 | 2024.08.14 22:38:07.816347 [ 3 ] {50a60dcd-319c-433d-88fd-14cd8b0b95fe} <Debug> DynamicQueryHandler: Done processing query | ||
13815 | 2024.08.14 22:38:07.816415 [ 3 ] {50a60dcd-319c-433d-88fd-14cd8b0b95fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
13816 | 2024.08.14 22:38:07.816464 [ 3 ] {} <Debug> HTTP-Session: 598b3462-2d7e-4b75-b572-6089af1b707d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13817 | 2024.08.14 22:38:07.816688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 28778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13818 | 2024.08.14 22:38:07.816758 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13819 | 2024.08.14 22:38:07.816786 [ 3 ] {} <Debug> HTTP-Session: 3c90fc97-e69d-414b-b8fc-790f7f1892f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13820 | 2024.08.14 22:38:07.816810 [ 3 ] {} <Debug> HTTP-Session: 3c90fc97-e69d-414b-b8fc-790f7f1892f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13821 | 2024.08.14 22:38:07.816830 [ 3 ] {} <Debug> HTTP-Session: 3c90fc97-e69d-414b-b8fc-790f7f1892f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13822 | 2024.08.14 22:38:07.816870 [ 3 ] {} <Trace> HTTP-Session: 3c90fc97-e69d-414b-b8fc-790f7f1892f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13823 | 2024.08.14 22:38:07.817175 [ 3 ] {aa1073e4-6fc2-406e-9693-882172d8cc64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13824 | 2024.08.14 22:38:07.817271 [ 3 ] {aa1073e4-6fc2-406e-9693-882172d8cc64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
13825 | 2024.08.14 22:38:07.817842 [ 3 ] {aa1073e4-6fc2-406e-9693-882172d8cc64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13826 | 2024.08.14 22:38:07.818620 [ 3 ] {aa1073e4-6fc2-406e-9693-882172d8cc64} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13827 | 2024.08.14 22:38:07.818660 [ 3 ] {aa1073e4-6fc2-406e-9693-882172d8cc64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13828 | 2024.08.14 22:38:07.819382 [ 3 ] {aa1073e4-6fc2-406e-9693-882172d8cc64} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
13829 | 2024.08.14 22:38:07.819900 [ 3 ] {aa1073e4-6fc2-406e-9693-882172d8cc64} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13830 | 2024.08.14 22:38:07.820134 [ 3 ] {aa1073e4-6fc2-406e-9693-882172d8cc64} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.003155 sec., 5705.229793977814 rows/sec., 10.22 MiB/sec. | ||
13831 | 2024.08.14 22:38:07.820131 [ 51 ] {} <Debug> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
13832 | 2024.08.14 22:38:07.820279 [ 51 ] {} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13833 | 2024.08.14 22:38:07.820350 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13834 | 2024.08.14 22:38:07.820801 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::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 | ||
13835 | 2024.08.14 22:38:07.820954 [ 3 ] {aa1073e4-6fc2-406e-9693-882172d8cc64} <Debug> DynamicQueryHandler: Done processing query | ||
13836 | 2024.08.14 22:38:07.821092 [ 3 ] {aa1073e4-6fc2-406e-9693-882172d8cc64} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
13837 | 2024.08.14 22:38:07.821224 [ 3 ] {} <Debug> HTTP-Session: 3c90fc97-e69d-414b-b8fc-790f7f1892f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13838 | 2024.08.14 22:38:07.821649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 4178, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13839 | 2024.08.14 22:38:07.821927 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13840 | 2024.08.14 22:38:07.822070 [ 3 ] {} <Debug> HTTP-Session: acd56b86-7bb7-43b6-b3cf-b7a25a9db37b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13841 | 2024.08.14 22:38:07.822155 [ 3 ] {} <Debug> HTTP-Session: acd56b86-7bb7-43b6-b3cf-b7a25a9db37b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13842 | 2024.08.14 22:38:07.822237 [ 3 ] {} <Debug> HTTP-Session: acd56b86-7bb7-43b6-b3cf-b7a25a9db37b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13843 | 2024.08.14 22:38:07.822339 [ 3 ] {} <Trace> HTTP-Session: acd56b86-7bb7-43b6-b3cf-b7a25a9db37b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13844 | 2024.08.14 22:38:07.822548 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13845 | 2024.08.14 22:38:07.822596 [ 3 ] {4b6cf2e4-ec0c-4d65-bff2-537129d0a433} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
13846 | 2024.08.14 22:38:07.822718 [ 3 ] {4b6cf2e4-ec0c-4d65-bff2-537129d0a433} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
13847 | 2024.08.14 22:38:07.822731 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1083 rows starting from the beginning of the part | ||
13848 | 2024.08.14 22:38:07.823747 [ 3 ] {4b6cf2e4-ec0c-4d65-bff2-537129d0a433} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13849 | 2024.08.14 22:38:07.823760 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 11 rows starting from the beginning of the part | ||
13850 | 2024.08.14 22:38:07.824734 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 21 rows starting from the beginning of the part | ||
13851 | 2024.08.14 22:38:07.825770 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 11 rows starting from the beginning of the part | ||
13852 | 2024.08.14 22:38:07.826071 [ 3 ] {4b6cf2e4-ec0c-4d65-bff2-537129d0a433} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13853 | 2024.08.14 22:38:07.826233 [ 3 ] {4b6cf2e4-ec0c-4d65-bff2-537129d0a433} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13854 | 2024.08.14 22:38:07.826464 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 21 rows starting from the beginning of the part | ||
13855 | 2024.08.14 22:38:07.827032 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 18 rows starting from the beginning of the part | ||
13856 | 2024.08.14 22:38:07.827700 [ 3 ] {4b6cf2e4-ec0c-4d65-bff2-537129d0a433} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
13857 | 2024.08.14 22:38:07.828541 [ 3 ] {4b6cf2e4-ec0c-4d65-bff2-537129d0a433} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13858 | 2024.08.14 22:38:07.828995 [ 3 ] {4b6cf2e4-ec0c-4d65-bff2-537129d0a433} <Debug> executeQuery: Read 29 rows, 1.70 KiB in 0.006441 sec., 4502.406458624438 rows/sec., 263.36 KiB/sec. | ||
13859 | 2024.08.14 22:38:07.829732 [ 3 ] {4b6cf2e4-ec0c-4d65-bff2-537129d0a433} <Debug> DynamicQueryHandler: Done processing query | ||
13860 | 2024.08.14 22:38:07.829761 [ 3 ] {4b6cf2e4-ec0c-4d65-bff2-537129d0a433} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13861 | 2024.08.14 22:38:07.829779 [ 3 ] {} <Debug> HTTP-Session: acd56b86-7bb7-43b6-b3cf-b7a25a9db37b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13862 | 2024.08.14 22:38:07.829960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 8201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13863 | 2024.08.14 22:38:07.830036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13864 | 2024.08.14 22:38:07.830061 [ 3 ] {} <Debug> HTTP-Session: 66315205-64d4-413e-bbf8-d560781da068 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13865 | 2024.08.14 22:38:07.830090 [ 3 ] {} <Debug> HTTP-Session: 66315205-64d4-413e-bbf8-d560781da068 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13866 | 2024.08.14 22:38:07.830106 [ 3 ] {} <Debug> HTTP-Session: 66315205-64d4-413e-bbf8-d560781da068 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13867 | 2024.08.14 22:38:07.830150 [ 3 ] {} <Trace> HTTP-Session: 66315205-64d4-413e-bbf8-d560781da068 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13868 | 2024.08.14 22:38:07.830311 [ 3 ] {1637920e-0dbe-46fe-90d4-403d37d39fb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13869 | 2024.08.14 22:38:07.830380 [ 3 ] {1637920e-0dbe-46fe-90d4-403d37d39fb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13870 | 2024.08.14 22:38:07.831094 [ 3 ] {1637920e-0dbe-46fe-90d4-403d37d39fb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13871 | 2024.08.14 22:38:07.832043 [ 3 ] {1637920e-0dbe-46fe-90d4-403d37d39fb8} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13872 | 2024.08.14 22:38:07.832115 [ 3 ] {1637920e-0dbe-46fe-90d4-403d37d39fb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13873 | 2024.08.14 22:38:07.833359 [ 3 ] {1637920e-0dbe-46fe-90d4-403d37d39fb8} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13874 | 2024.08.14 22:38:07.834283 [ 3 ] {1637920e-0dbe-46fe-90d4-403d37d39fb8} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13875 | 2024.08.14 22:38:07.834695 [ 3 ] {1637920e-0dbe-46fe-90d4-403d37d39fb8} <Debug> executeQuery: Read 54 rows, 3.72 KiB in 0.004417 sec., 12225.492415666742 rows/sec., 842.14 KiB/sec. | ||
13876 | 2024.08.14 22:38:07.835078 [ 3 ] {1637920e-0dbe-46fe-90d4-403d37d39fb8} <Debug> DynamicQueryHandler: Done processing query | ||
13877 | 2024.08.14 22:38:07.835120 [ 3 ] {1637920e-0dbe-46fe-90d4-403d37d39fb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13878 | 2024.08.14 22:38:07.835137 [ 3 ] {} <Debug> HTTP-Session: 66315205-64d4-413e-bbf8-d560781da068 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13879 | 2024.08.14 22:38:07.838641 [ 198 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1165 rows, containing 19 columns (19 merged, 0 gathered) in 0.018169065 sec., 64119.97535371247 rows/sec., 114.90 MiB/sec. | ||
13880 | 2024.08.14 22:38:07.839702 [ 187 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
13881 | 2024.08.14 22:38:07.840321 [ 187 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13882 | 2024.08.14 22:38:07.840416 [ 187 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
13883 | 2024.08.14 22:38:07.840550 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.50 MiB. | ||
13884 | 2024.08.14 22:38:11.086825 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13885 | 2024.08.14 22:38:11.086885 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13886 | 2024.08.14 22:38:12.844883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13887 | 2024.08.14 22:38:12.845006 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13888 | 2024.08.14 22:38:12.845032 [ 3 ] {} <Debug> HTTP-Session: 235a74c8-fba6-4e89-8d6c-1abcb247e11d Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13889 | 2024.08.14 22:38:12.845057 [ 3 ] {} <Debug> HTTP-Session: 235a74c8-fba6-4e89-8d6c-1abcb247e11d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13890 | 2024.08.14 22:38:12.845073 [ 3 ] {} <Debug> HTTP-Session: 235a74c8-fba6-4e89-8d6c-1abcb247e11d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13891 | 2024.08.14 22:38:12.845122 [ 3 ] {} <Trace> HTTP-Session: 235a74c8-fba6-4e89-8d6c-1abcb247e11d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13892 | 2024.08.14 22:38:12.845305 [ 3 ] {bcfc8983-6620-4b36-a934-f314b2179d74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13893 | 2024.08.14 22:38:12.845372 [ 3 ] {bcfc8983-6620-4b36-a934-f314b2179d74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13894 | 2024.08.14 22:38:12.845562 [ 3 ] {bcfc8983-6620-4b36-a934-f314b2179d74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13895 | 2024.08.14 22:38:12.845925 [ 3 ] {bcfc8983-6620-4b36-a934-f314b2179d74} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13896 | 2024.08.14 22:38:12.845970 [ 3 ] {bcfc8983-6620-4b36-a934-f314b2179d74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13897 | 2024.08.14 22:38:12.846356 [ 3 ] {bcfc8983-6620-4b36-a934-f314b2179d74} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13898 | 2024.08.14 22:38:12.846710 [ 3 ] {bcfc8983-6620-4b36-a934-f314b2179d74} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13899 | 2024.08.14 22:38:12.846882 [ 3 ] {bcfc8983-6620-4b36-a934-f314b2179d74} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001629 sec., 12891.34438305709 rows/sec., 1.02 MiB/sec. | ||
13900 | 2024.08.14 22:38:12.847086 [ 3 ] {bcfc8983-6620-4b36-a934-f314b2179d74} <Debug> DynamicQueryHandler: Done processing query | ||
13901 | 2024.08.14 22:38:12.847114 [ 3 ] {bcfc8983-6620-4b36-a934-f314b2179d74} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13902 | 2024.08.14 22:38:12.847130 [ 3 ] {} <Debug> HTTP-Session: 235a74c8-fba6-4e89-8d6c-1abcb247e11d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13903 | 2024.08.14 22:38:12.847265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13904 | 2024.08.14 22:38:12.847318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13905 | 2024.08.14 22:38:12.847339 [ 3 ] {} <Debug> HTTP-Session: 2da5f52a-045e-4afb-a2bf-648e233d3aa7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13906 | 2024.08.14 22:38:12.847358 [ 3 ] {} <Debug> HTTP-Session: 2da5f52a-045e-4afb-a2bf-648e233d3aa7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13907 | 2024.08.14 22:38:12.847372 [ 3 ] {} <Debug> HTTP-Session: 2da5f52a-045e-4afb-a2bf-648e233d3aa7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13908 | 2024.08.14 22:38:12.847407 [ 3 ] {} <Trace> HTTP-Session: 2da5f52a-045e-4afb-a2bf-648e233d3aa7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13909 | 2024.08.14 22:38:12.847546 [ 3 ] {a89d9ab0-5826-496d-80ab-3a273e91ba12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13910 | 2024.08.14 22:38:12.847591 [ 3 ] {a89d9ab0-5826-496d-80ab-3a273e91ba12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13911 | 2024.08.14 22:38:12.847721 [ 3 ] {a89d9ab0-5826-496d-80ab-3a273e91ba12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13912 | 2024.08.14 22:38:12.848087 [ 3 ] {a89d9ab0-5826-496d-80ab-3a273e91ba12} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13913 | 2024.08.14 22:38:12.848124 [ 3 ] {a89d9ab0-5826-496d-80ab-3a273e91ba12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13914 | 2024.08.14 22:38:12.848459 [ 3 ] {a89d9ab0-5826-496d-80ab-3a273e91ba12} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13915 | 2024.08.14 22:38:12.848772 [ 3 ] {a89d9ab0-5826-496d-80ab-3a273e91ba12} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13916 | 2024.08.14 22:38:12.848907 [ 3 ] {a89d9ab0-5826-496d-80ab-3a273e91ba12} <Debug> executeQuery: Read 119 rows, 10.08 KiB in 0.001413 sec., 84217.97593772116 rows/sec., 6.97 MiB/sec. | ||
13917 | 2024.08.14 22:38:12.849164 [ 3 ] {a89d9ab0-5826-496d-80ab-3a273e91ba12} <Debug> DynamicQueryHandler: Done processing query | ||
13918 | 2024.08.14 22:38:12.849222 [ 3 ] {a89d9ab0-5826-496d-80ab-3a273e91ba12} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
13919 | 2024.08.14 22:38:12.849274 [ 3 ] {} <Debug> HTTP-Session: 2da5f52a-045e-4afb-a2bf-648e233d3aa7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13920 | 2024.08.14 22:38:12.849469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13921 | 2024.08.14 22:38:12.849542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13922 | 2024.08.14 22:38:12.849562 [ 3 ] {} <Debug> HTTP-Session: 363fda92-dce0-4191-ac55-43ef0fabe710 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13923 | 2024.08.14 22:38:12.849580 [ 3 ] {} <Debug> HTTP-Session: 363fda92-dce0-4191-ac55-43ef0fabe710 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13924 | 2024.08.14 22:38:12.849594 [ 3 ] {} <Debug> HTTP-Session: 363fda92-dce0-4191-ac55-43ef0fabe710 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13925 | 2024.08.14 22:38:12.849627 [ 3 ] {} <Trace> HTTP-Session: 363fda92-dce0-4191-ac55-43ef0fabe710 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13926 | 2024.08.14 22:38:12.849753 [ 3 ] {95f89ad2-afc6-4f25-97e4-2938bf0de7b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13927 | 2024.08.14 22:38:12.849798 [ 3 ] {95f89ad2-afc6-4f25-97e4-2938bf0de7b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13928 | 2024.08.14 22:38:12.849953 [ 3 ] {95f89ad2-afc6-4f25-97e4-2938bf0de7b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13929 | 2024.08.14 22:38:12.850252 [ 3 ] {95f89ad2-afc6-4f25-97e4-2938bf0de7b9} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13930 | 2024.08.14 22:38:12.850290 [ 3 ] {95f89ad2-afc6-4f25-97e4-2938bf0de7b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13931 | 2024.08.14 22:38:12.850604 [ 3 ] {95f89ad2-afc6-4f25-97e4-2938bf0de7b9} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13932 | 2024.08.14 22:38:12.850925 [ 3 ] {95f89ad2-afc6-4f25-97e4-2938bf0de7b9} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13933 | 2024.08.14 22:38:12.851078 [ 3 ] {95f89ad2-afc6-4f25-97e4-2938bf0de7b9} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001365 sec., 62271.06227106228 rows/sec., 4.86 MiB/sec. | ||
13934 | 2024.08.14 22:38:12.851238 [ 3 ] {95f89ad2-afc6-4f25-97e4-2938bf0de7b9} <Debug> DynamicQueryHandler: Done processing query | ||
13935 | 2024.08.14 22:38:12.851263 [ 3 ] {95f89ad2-afc6-4f25-97e4-2938bf0de7b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
13936 | 2024.08.14 22:38:12.851279 [ 3 ] {} <Debug> HTTP-Session: 363fda92-dce0-4191-ac55-43ef0fabe710 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13937 | 2024.08.14 22:38:12.851419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 34475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13938 | 2024.08.14 22:38:12.851468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13939 | 2024.08.14 22:38:12.851487 [ 3 ] {} <Debug> HTTP-Session: 88fe4d82-0d51-41db-bc98-f65d4c5c6e14 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13940 | 2024.08.14 22:38:12.851504 [ 3 ] {} <Debug> HTTP-Session: 88fe4d82-0d51-41db-bc98-f65d4c5c6e14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13941 | 2024.08.14 22:38:12.851518 [ 3 ] {} <Debug> HTTP-Session: 88fe4d82-0d51-41db-bc98-f65d4c5c6e14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13942 | 2024.08.14 22:38:12.851549 [ 3 ] {} <Trace> HTTP-Session: 88fe4d82-0d51-41db-bc98-f65d4c5c6e14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13943 | 2024.08.14 22:38:12.851722 [ 3 ] {334d9be2-dfc6-4696-a588-4ea250ccdae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13944 | 2024.08.14 22:38:12.851778 [ 3 ] {334d9be2-dfc6-4696-a588-4ea250ccdae5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13945 | 2024.08.14 22:38:12.851939 [ 3 ] {334d9be2-dfc6-4696-a588-4ea250ccdae5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13946 | 2024.08.14 22:38:12.852318 [ 3 ] {334d9be2-dfc6-4696-a588-4ea250ccdae5} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13947 | 2024.08.14 22:38:12.852355 [ 3 ] {334d9be2-dfc6-4696-a588-4ea250ccdae5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13948 | 2024.08.14 22:38:12.852752 [ 3 ] {334d9be2-dfc6-4696-a588-4ea250ccdae5} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13949 | 2024.08.14 22:38:12.853095 [ 3 ] {334d9be2-dfc6-4696-a588-4ea250ccdae5} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13950 | 2024.08.14 22:38:12.853249 [ 3 ] {334d9be2-dfc6-4696-a588-4ea250ccdae5} <Debug> executeQuery: Read 180 rows, 12.83 KiB in 0.001605 sec., 112149.53271028037 rows/sec., 7.81 MiB/sec. | ||
13951 | 2024.08.14 22:38:12.853407 [ 3 ] {334d9be2-dfc6-4696-a588-4ea250ccdae5} <Debug> DynamicQueryHandler: Done processing query | ||
13952 | 2024.08.14 22:38:12.853431 [ 3 ] {334d9be2-dfc6-4696-a588-4ea250ccdae5} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
13953 | 2024.08.14 22:38:12.853447 [ 3 ] {} <Debug> HTTP-Session: 88fe4d82-0d51-41db-bc98-f65d4c5c6e14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13954 | 2024.08.14 22:38:12.853572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 33824, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13955 | 2024.08.14 22:38:12.853621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13956 | 2024.08.14 22:38:12.853640 [ 3 ] {} <Debug> HTTP-Session: 08cf24b5-7ef0-4fff-9297-c10b359cff49 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13957 | 2024.08.14 22:38:12.853658 [ 3 ] {} <Debug> HTTP-Session: 08cf24b5-7ef0-4fff-9297-c10b359cff49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13958 | 2024.08.14 22:38:12.853672 [ 3 ] {} <Debug> HTTP-Session: 08cf24b5-7ef0-4fff-9297-c10b359cff49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13959 | 2024.08.14 22:38:12.853703 [ 3 ] {} <Trace> HTTP-Session: 08cf24b5-7ef0-4fff-9297-c10b359cff49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13960 | 2024.08.14 22:38:12.853950 [ 3 ] {1d3caea8-c054-4efa-9b9c-bb7f938ebc32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13961 | 2024.08.14 22:38:12.854016 [ 3 ] {1d3caea8-c054-4efa-9b9c-bb7f938ebc32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
13962 | 2024.08.14 22:38:12.854417 [ 3 ] {1d3caea8-c054-4efa-9b9c-bb7f938ebc32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13963 | 2024.08.14 22:38:12.855000 [ 3 ] {1d3caea8-c054-4efa-9b9c-bb7f938ebc32} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13964 | 2024.08.14 22:38:12.855038 [ 3 ] {1d3caea8-c054-4efa-9b9c-bb7f938ebc32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13965 | 2024.08.14 22:38:12.855636 [ 3 ] {1d3caea8-c054-4efa-9b9c-bb7f938ebc32} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13966 | 2024.08.14 22:38:12.856044 [ 3 ] {1d3caea8-c054-4efa-9b9c-bb7f938ebc32} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13967 | 2024.08.14 22:38:12.856219 [ 3 ] {1d3caea8-c054-4efa-9b9c-bb7f938ebc32} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002436 sec., 8620.689655172415 rows/sec., 15.45 MiB/sec. | ||
13968 | 2024.08.14 22:38:12.856427 [ 3 ] {1d3caea8-c054-4efa-9b9c-bb7f938ebc32} <Debug> DynamicQueryHandler: Done processing query | ||
13969 | 2024.08.14 22:38:12.856452 [ 3 ] {1d3caea8-c054-4efa-9b9c-bb7f938ebc32} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
13970 | 2024.08.14 22:38:12.856467 [ 3 ] {} <Debug> HTTP-Session: 08cf24b5-7ef0-4fff-9297-c10b359cff49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13971 | 2024.08.14 22:38:12.856586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 10023, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13972 | 2024.08.14 22:38:12.856634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13973 | 2024.08.14 22:38:12.856654 [ 3 ] {} <Debug> HTTP-Session: 0f3ae904-1d5e-4101-8019-24ef7a570910 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13974 | 2024.08.14 22:38:12.856671 [ 3 ] {} <Debug> HTTP-Session: 0f3ae904-1d5e-4101-8019-24ef7a570910 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13975 | 2024.08.14 22:38:12.856685 [ 3 ] {} <Debug> HTTP-Session: 0f3ae904-1d5e-4101-8019-24ef7a570910 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13976 | 2024.08.14 22:38:12.856716 [ 3 ] {} <Trace> HTTP-Session: 0f3ae904-1d5e-4101-8019-24ef7a570910 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13977 | 2024.08.14 22:38:12.856830 [ 3 ] {ce54ed53-71ff-4333-9b7a-5e934e52fa69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13978 | 2024.08.14 22:38:12.856874 [ 3 ] {ce54ed53-71ff-4333-9b7a-5e934e52fa69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13979 | 2024.08.14 22:38:12.856999 [ 3 ] {ce54ed53-71ff-4333-9b7a-5e934e52fa69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13980 | 2024.08.14 22:38:12.857268 [ 3 ] {ce54ed53-71ff-4333-9b7a-5e934e52fa69} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13981 | 2024.08.14 22:38:12.857304 [ 3 ] {ce54ed53-71ff-4333-9b7a-5e934e52fa69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13982 | 2024.08.14 22:38:12.857668 [ 3 ] {ce54ed53-71ff-4333-9b7a-5e934e52fa69} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13983 | 2024.08.14 22:38:12.857994 [ 3 ] {ce54ed53-71ff-4333-9b7a-5e934e52fa69} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13984 | 2024.08.14 22:38:12.858145 [ 3 ] {ce54ed53-71ff-4333-9b7a-5e934e52fa69} <Debug> executeQuery: Read 66 rows, 4.56 KiB in 0.001349 sec., 48925.12972572276 rows/sec., 3.30 MiB/sec. | ||
13985 | 2024.08.14 22:38:12.858305 [ 3 ] {ce54ed53-71ff-4333-9b7a-5e934e52fa69} <Debug> DynamicQueryHandler: Done processing query | ||
13986 | 2024.08.14 22:38:12.858329 [ 3 ] {ce54ed53-71ff-4333-9b7a-5e934e52fa69} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13987 | 2024.08.14 22:38:12.858346 [ 3 ] {} <Debug> HTTP-Session: 0f3ae904-1d5e-4101-8019-24ef7a570910 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13988 | 2024.08.14 22:38:17.848954 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 4045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13989 | 2024.08.14 22:38:17.849147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13990 | 2024.08.14 22:38:17.849193 [ 3 ] {} <Debug> HTTP-Session: 6365acc2-0aa4-4724-91a8-b306c6ae8649 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
13991 | 2024.08.14 22:38:17.849235 [ 3 ] {} <Debug> HTTP-Session: 6365acc2-0aa4-4724-91a8-b306c6ae8649 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13992 | 2024.08.14 22:38:17.849264 [ 3 ] {} <Debug> HTTP-Session: 6365acc2-0aa4-4724-91a8-b306c6ae8649 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13993 | 2024.08.14 22:38:17.849343 [ 3 ] {} <Trace> HTTP-Session: 6365acc2-0aa4-4724-91a8-b306c6ae8649 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13994 | 2024.08.14 22:38:17.849588 [ 3 ] {191bb9db-fc75-438e-8d5e-ec6e4d76b3c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13995 | 2024.08.14 22:38:17.849652 [ 3 ] {191bb9db-fc75-438e-8d5e-ec6e4d76b3c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13996 | 2024.08.14 22:38:17.849840 [ 3 ] {191bb9db-fc75-438e-8d5e-ec6e4d76b3c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13997 | 2024.08.14 22:38:17.850223 [ 3 ] {191bb9db-fc75-438e-8d5e-ec6e4d76b3c3} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13998 | 2024.08.14 22:38:17.850266 [ 3 ] {191bb9db-fc75-438e-8d5e-ec6e4d76b3c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
13999 | 2024.08.14 22:38:17.850633 [ 3 ] {191bb9db-fc75-438e-8d5e-ec6e4d76b3c3} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
14000 | 2024.08.14 22:38:17.850981 [ 3 ] {191bb9db-fc75-438e-8d5e-ec6e4d76b3c3} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14001 | 2024.08.14 22:38:17.851150 [ 3 ] {191bb9db-fc75-438e-8d5e-ec6e4d76b3c3} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001617 sec., 17934.44650587508 rows/sec., 1.33 MiB/sec. | ||
14002 | 2024.08.14 22:38:17.851424 [ 3 ] {191bb9db-fc75-438e-8d5e-ec6e4d76b3c3} <Debug> DynamicQueryHandler: Done processing query | ||
14003 | 2024.08.14 22:38:17.851475 [ 3 ] {191bb9db-fc75-438e-8d5e-ec6e4d76b3c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14004 | 2024.08.14 22:38:17.851528 [ 3 ] {} <Debug> HTTP-Session: 6365acc2-0aa4-4724-91a8-b306c6ae8649 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14005 | 2024.08.14 22:38:17.851801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 34757, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14006 | 2024.08.14 22:38:17.851854 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14007 | 2024.08.14 22:38:17.851874 [ 3 ] {} <Debug> HTTP-Session: 2468c722-9c62-4e28-b9f0-93329bdfcf2a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14008 | 2024.08.14 22:38:17.851891 [ 3 ] {} <Debug> HTTP-Session: 2468c722-9c62-4e28-b9f0-93329bdfcf2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14009 | 2024.08.14 22:38:17.851905 [ 3 ] {} <Debug> HTTP-Session: 2468c722-9c62-4e28-b9f0-93329bdfcf2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14010 | 2024.08.14 22:38:17.851936 [ 3 ] {} <Trace> HTTP-Session: 2468c722-9c62-4e28-b9f0-93329bdfcf2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14011 | 2024.08.14 22:38:17.852102 [ 3 ] {0978b141-d8a3-4a25-8392-0d250fb2e32f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14012 | 2024.08.14 22:38:17.852147 [ 3 ] {0978b141-d8a3-4a25-8392-0d250fb2e32f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14013 | 2024.08.14 22:38:17.852293 [ 3 ] {0978b141-d8a3-4a25-8392-0d250fb2e32f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14014 | 2024.08.14 22:38:17.852684 [ 3 ] {0978b141-d8a3-4a25-8392-0d250fb2e32f} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14015 | 2024.08.14 22:38:17.852721 [ 3 ] {0978b141-d8a3-4a25-8392-0d250fb2e32f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14016 | 2024.08.14 22:38:17.853049 [ 3 ] {0978b141-d8a3-4a25-8392-0d250fb2e32f} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
14017 | 2024.08.14 22:38:17.853357 [ 3 ] {0978b141-d8a3-4a25-8392-0d250fb2e32f} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14018 | 2024.08.14 22:38:17.853512 [ 3 ] {0978b141-d8a3-4a25-8392-0d250fb2e32f} <Debug> executeQuery: Read 230 rows, 20.78 KiB in 0.001476 sec., 155826.55826558266 rows/sec., 13.75 MiB/sec. | ||
14019 | 2024.08.14 22:38:17.853678 [ 3 ] {0978b141-d8a3-4a25-8392-0d250fb2e32f} <Debug> DynamicQueryHandler: Done processing query | ||
14020 | 2024.08.14 22:38:17.853701 [ 3 ] {0978b141-d8a3-4a25-8392-0d250fb2e32f} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
14021 | 2024.08.14 22:38:17.853717 [ 3 ] {} <Debug> HTTP-Session: 2468c722-9c62-4e28-b9f0-93329bdfcf2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14022 | 2024.08.14 22:38:17.853950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 66971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14023 | 2024.08.14 22:38:17.853998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14024 | 2024.08.14 22:38:17.854017 [ 3 ] {} <Debug> HTTP-Session: d3f766cc-1b6a-45f5-b982-98a98cd45c71 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14025 | 2024.08.14 22:38:17.854034 [ 3 ] {} <Debug> HTTP-Session: d3f766cc-1b6a-45f5-b982-98a98cd45c71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14026 | 2024.08.14 22:38:17.854048 [ 3 ] {} <Debug> HTTP-Session: d3f766cc-1b6a-45f5-b982-98a98cd45c71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14027 | 2024.08.14 22:38:17.854080 [ 3 ] {} <Trace> HTTP-Session: d3f766cc-1b6a-45f5-b982-98a98cd45c71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14028 | 2024.08.14 22:38:17.854285 [ 3 ] {830618dd-743d-46ad-97e2-ae4840333527} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14029 | 2024.08.14 22:38:17.854326 [ 3 ] {830618dd-743d-46ad-97e2-ae4840333527} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14030 | 2024.08.14 22:38:17.854450 [ 3 ] {830618dd-743d-46ad-97e2-ae4840333527} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14031 | 2024.08.14 22:38:17.854943 [ 3 ] {830618dd-743d-46ad-97e2-ae4840333527} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14032 | 2024.08.14 22:38:17.854978 [ 3 ] {830618dd-743d-46ad-97e2-ae4840333527} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14033 | 2024.08.14 22:38:17.855308 [ 3 ] {830618dd-743d-46ad-97e2-ae4840333527} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
14034 | 2024.08.14 22:38:17.855620 [ 3 ] {830618dd-743d-46ad-97e2-ae4840333527} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14035 | 2024.08.14 22:38:17.855769 [ 3 ] {830618dd-743d-46ad-97e2-ae4840333527} <Debug> executeQuery: Read 414 rows, 30.04 KiB in 0.001589 sec., 260541.22089364383 rows/sec., 18.46 MiB/sec. | ||
14036 | 2024.08.14 22:38:17.856040 [ 3 ] {830618dd-743d-46ad-97e2-ae4840333527} <Debug> DynamicQueryHandler: Done processing query | ||
14037 | 2024.08.14 22:38:17.856098 [ 3 ] {830618dd-743d-46ad-97e2-ae4840333527} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
14038 | 2024.08.14 22:38:17.856167 [ 3 ] {} <Debug> HTTP-Session: d3f766cc-1b6a-45f5-b982-98a98cd45c71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14039 | 2024.08.14 22:38:17.856432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14040 | 2024.08.14 22:38:17.856548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14041 | 2024.08.14 22:38:17.856573 [ 3 ] {} <Debug> HTTP-Session: 5bbb0770-ff36-4184-957a-61f5c1bfcb7a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14042 | 2024.08.14 22:38:17.856590 [ 3 ] {} <Debug> HTTP-Session: 5bbb0770-ff36-4184-957a-61f5c1bfcb7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14043 | 2024.08.14 22:38:17.856605 [ 3 ] {} <Debug> HTTP-Session: 5bbb0770-ff36-4184-957a-61f5c1bfcb7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14044 | 2024.08.14 22:38:17.856637 [ 3 ] {} <Trace> HTTP-Session: 5bbb0770-ff36-4184-957a-61f5c1bfcb7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14045 | 2024.08.14 22:38:17.856736 [ 3 ] {64bda0f2-4416-44fd-af4a-dcdf0f208e8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14046 | 2024.08.14 22:38:17.856782 [ 3 ] {64bda0f2-4416-44fd-af4a-dcdf0f208e8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14047 | 2024.08.14 22:38:17.856928 [ 3 ] {64bda0f2-4416-44fd-af4a-dcdf0f208e8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14048 | 2024.08.14 22:38:17.857152 [ 3 ] {64bda0f2-4416-44fd-af4a-dcdf0f208e8b} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14049 | 2024.08.14 22:38:17.857188 [ 3 ] {64bda0f2-4416-44fd-af4a-dcdf0f208e8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14050 | 2024.08.14 22:38:17.857551 [ 3 ] {64bda0f2-4416-44fd-af4a-dcdf0f208e8b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14051 | 2024.08.14 22:38:17.857881 [ 3 ] {64bda0f2-4416-44fd-af4a-dcdf0f208e8b} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14052 | 2024.08.14 22:38:17.858041 [ 3 ] {64bda0f2-4416-44fd-af4a-dcdf0f208e8b} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001323 sec., 4535.14739229025 rows/sec., 194.87 KiB/sec. | ||
14053 | 2024.08.14 22:38:17.858192 [ 3 ] {64bda0f2-4416-44fd-af4a-dcdf0f208e8b} <Debug> DynamicQueryHandler: Done processing query | ||
14054 | 2024.08.14 22:38:17.858215 [ 3 ] {64bda0f2-4416-44fd-af4a-dcdf0f208e8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14055 | 2024.08.14 22:38:17.858231 [ 3 ] {} <Debug> HTTP-Session: 5bbb0770-ff36-4184-957a-61f5c1bfcb7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14056 | 2024.08.14 22:38:17.858350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14057 | 2024.08.14 22:38:17.858398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14058 | 2024.08.14 22:38:17.858417 [ 3 ] {} <Debug> HTTP-Session: 13a37d10-fde6-4a40-8900-017abe4963d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14059 | 2024.08.14 22:38:17.858433 [ 3 ] {} <Debug> HTTP-Session: 13a37d10-fde6-4a40-8900-017abe4963d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14060 | 2024.08.14 22:38:17.858447 [ 3 ] {} <Debug> HTTP-Session: 13a37d10-fde6-4a40-8900-017abe4963d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14061 | 2024.08.14 22:38:17.858477 [ 3 ] {} <Trace> HTTP-Session: 13a37d10-fde6-4a40-8900-017abe4963d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14062 | 2024.08.14 22:38:17.858594 [ 3 ] {6631ff2d-c541-459a-90de-7b072db8ef4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
14063 | 2024.08.14 22:38:17.858640 [ 3 ] {6631ff2d-c541-459a-90de-7b072db8ef4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
14064 | 2024.08.14 22:38:17.858780 [ 3 ] {6631ff2d-c541-459a-90de-7b072db8ef4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14065 | 2024.08.14 22:38:17.859174 [ 3 ] {6631ff2d-c541-459a-90de-7b072db8ef4b} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14066 | 2024.08.14 22:38:17.859210 [ 3 ] {6631ff2d-c541-459a-90de-7b072db8ef4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14067 | 2024.08.14 22:38:17.859579 [ 3 ] {6631ff2d-c541-459a-90de-7b072db8ef4b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14068 | 2024.08.14 22:38:17.859922 [ 3 ] {6631ff2d-c541-459a-90de-7b072db8ef4b} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14069 | 2024.08.14 22:38:17.860086 [ 3 ] {6631ff2d-c541-459a-90de-7b072db8ef4b} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001526 sec., 50458.71559633027 rows/sec., 3.11 MiB/sec. | ||
14070 | 2024.08.14 22:38:17.860358 [ 3 ] {6631ff2d-c541-459a-90de-7b072db8ef4b} <Debug> DynamicQueryHandler: Done processing query | ||
14071 | 2024.08.14 22:38:17.860409 [ 3 ] {6631ff2d-c541-459a-90de-7b072db8ef4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14072 | 2024.08.14 22:38:17.860437 [ 3 ] {} <Debug> HTTP-Session: 13a37d10-fde6-4a40-8900-017abe4963d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14073 | 2024.08.14 22:38:17.860596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14074 | 2024.08.14 22:38:17.860648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14075 | 2024.08.14 22:38:17.860666 [ 3 ] {} <Debug> HTTP-Session: 3616b5c0-c9ff-401c-92e3-5ef499125ee6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14076 | 2024.08.14 22:38:17.860683 [ 3 ] {} <Debug> HTTP-Session: 3616b5c0-c9ff-401c-92e3-5ef499125ee6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14077 | 2024.08.14 22:38:17.860697 [ 3 ] {} <Debug> HTTP-Session: 3616b5c0-c9ff-401c-92e3-5ef499125ee6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14078 | 2024.08.14 22:38:17.860727 [ 3 ] {} <Trace> HTTP-Session: 3616b5c0-c9ff-401c-92e3-5ef499125ee6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14079 | 2024.08.14 22:38:17.860869 [ 3 ] {37d1d31c-fad7-4b76-a68f-3260352a4c24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14080 | 2024.08.14 22:38:17.860915 [ 3 ] {37d1d31c-fad7-4b76-a68f-3260352a4c24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14081 | 2024.08.14 22:38:17.861078 [ 3 ] {37d1d31c-fad7-4b76-a68f-3260352a4c24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14082 | 2024.08.14 22:38:17.861463 [ 3 ] {37d1d31c-fad7-4b76-a68f-3260352a4c24} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14083 | 2024.08.14 22:38:17.861499 [ 3 ] {37d1d31c-fad7-4b76-a68f-3260352a4c24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14084 | 2024.08.14 22:38:17.861874 [ 3 ] {37d1d31c-fad7-4b76-a68f-3260352a4c24} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
14085 | 2024.08.14 22:38:17.862216 [ 3 ] {37d1d31c-fad7-4b76-a68f-3260352a4c24} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14086 | 2024.08.14 22:38:17.862374 [ 3 ] {37d1d31c-fad7-4b76-a68f-3260352a4c24} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001561 sec., 102498.39846252401 rows/sec., 7.14 MiB/sec. | ||
14087 | 2024.08.14 22:38:17.862375 [ 41 ] {} <Debug> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
14088 | 2024.08.14 22:38:17.862519 [ 41 ] {} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14089 | 2024.08.14 22:38:17.862583 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14090 | 2024.08.14 22:38:17.862638 [ 3 ] {37d1d31c-fad7-4b76-a68f-3260352a4c24} <Debug> DynamicQueryHandler: Done processing query | ||
14091 | 2024.08.14 22:38:17.862706 [ 3 ] {37d1d31c-fad7-4b76-a68f-3260352a4c24} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14092 | 2024.08.14 22:38:17.862763 [ 3 ] {} <Debug> HTTP-Session: 3616b5c0-c9ff-401c-92e3-5ef499125ee6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14093 | 2024.08.14 22:38:17.862904 [ 192 ] {d127de5d-82c0-4259-80d1-97db5b726b22::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 | ||
14094 | 2024.08.14 22:38:17.863035 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 36754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14095 | 2024.08.14 22:38:17.863220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14096 | 2024.08.14 22:38:17.863313 [ 3 ] {} <Debug> HTTP-Session: d0b22e91-1a41-4cdd-8a50-4c905ecc9287 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14097 | 2024.08.14 22:38:17.863405 [ 3 ] {} <Debug> HTTP-Session: d0b22e91-1a41-4cdd-8a50-4c905ecc9287 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14098 | 2024.08.14 22:38:17.863485 [ 3 ] {} <Debug> HTTP-Session: d0b22e91-1a41-4cdd-8a50-4c905ecc9287 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14099 | 2024.08.14 22:38:17.863633 [ 3 ] {} <Trace> HTTP-Session: d0b22e91-1a41-4cdd-8a50-4c905ecc9287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14100 | 2024.08.14 22:38:17.863639 [ 192 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14101 | 2024.08.14 22:38:17.863763 [ 192 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19395 rows starting from the beginning of the part | ||
14102 | 2024.08.14 22:38:17.864298 [ 3 ] {8711c641-c0ea-42f4-bfcd-51e28b0f7aff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14103 | 2024.08.14 22:38:17.864352 [ 192 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part | ||
14104 | 2024.08.14 22:38:17.864738 [ 3 ] {8711c641-c0ea-42f4-bfcd-51e28b0f7aff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
14105 | 2024.08.14 22:38:17.864742 [ 192 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part | ||
14106 | 2024.08.14 22:38:17.865056 [ 192 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 824 rows starting from the beginning of the part | ||
14107 | 2024.08.14 22:38:17.865458 [ 192 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 180 rows starting from the beginning of the part | ||
14108 | 2024.08.14 22:38:17.865737 [ 192 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part | ||
14109 | 2024.08.14 22:38:17.866728 [ 3 ] {8711c641-c0ea-42f4-bfcd-51e28b0f7aff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14110 | 2024.08.14 22:38:17.867950 [ 3 ] {8711c641-c0ea-42f4-bfcd-51e28b0f7aff} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14111 | 2024.08.14 22:38:17.867994 [ 3 ] {8711c641-c0ea-42f4-bfcd-51e28b0f7aff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14112 | 2024.08.14 22:38:17.869110 [ 3 ] {8711c641-c0ea-42f4-bfcd-51e28b0f7aff} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
14113 | 2024.08.14 22:38:17.870002 [ 3 ] {8711c641-c0ea-42f4-bfcd-51e28b0f7aff} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14114 | 2024.08.14 22:38:17.870210 [ 3 ] {8711c641-c0ea-42f4-bfcd-51e28b0f7aff} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.006352 sec., 3620.9068010075566 rows/sec., 6.49 MiB/sec. | ||
14115 | 2024.08.14 22:38:17.870493 [ 3 ] {8711c641-c0ea-42f4-bfcd-51e28b0f7aff} <Debug> DynamicQueryHandler: Done processing query | ||
14116 | 2024.08.14 22:38:17.870519 [ 3 ] {8711c641-c0ea-42f4-bfcd-51e28b0f7aff} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
14117 | 2024.08.14 22:38:17.870541 [ 3 ] {} <Debug> HTTP-Session: d0b22e91-1a41-4cdd-8a50-4c905ecc9287 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14118 | 2024.08.14 22:38:17.870662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 4635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14119 | 2024.08.14 22:38:17.870713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14120 | 2024.08.14 22:38:17.870732 [ 3 ] {} <Debug> HTTP-Session: c7ac493f-bad1-420e-bf29-af1723f30149 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14121 | 2024.08.14 22:38:17.870749 [ 3 ] {} <Debug> HTTP-Session: c7ac493f-bad1-420e-bf29-af1723f30149 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14122 | 2024.08.14 22:38:17.870763 [ 3 ] {} <Debug> HTTP-Session: c7ac493f-bad1-420e-bf29-af1723f30149 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14123 | 2024.08.14 22:38:17.870795 [ 3 ] {} <Trace> HTTP-Session: c7ac493f-bad1-420e-bf29-af1723f30149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14124 | 2024.08.14 22:38:17.870903 [ 3 ] {7567c16f-95a9-4a79-8cbb-198e14731766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
14125 | 2024.08.14 22:38:17.870947 [ 3 ] {7567c16f-95a9-4a79-8cbb-198e14731766} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
14126 | 2024.08.14 22:38:17.871104 [ 3 ] {7567c16f-95a9-4a79-8cbb-198e14731766} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14127 | 2024.08.14 22:38:17.871442 [ 3 ] {7567c16f-95a9-4a79-8cbb-198e14731766} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14128 | 2024.08.14 22:38:17.871480 [ 3 ] {7567c16f-95a9-4a79-8cbb-198e14731766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14129 | 2024.08.14 22:38:17.871934 [ 3 ] {7567c16f-95a9-4a79-8cbb-198e14731766} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14130 | 2024.08.14 22:38:17.872293 [ 3 ] {7567c16f-95a9-4a79-8cbb-198e14731766} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14131 | 2024.08.14 22:38:17.872537 [ 41 ] {} <Debug> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
14132 | 2024.08.14 22:38:17.872571 [ 3 ] {7567c16f-95a9-4a79-8cbb-198e14731766} <Debug> executeQuery: Read 32 rows, 1.88 KiB in 0.001671 sec., 19150.20945541592 rows/sec., 1.10 MiB/sec. | ||
14133 | 2024.08.14 22:38:17.872762 [ 41 ] {} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14134 | 2024.08.14 22:38:17.872979 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14135 | 2024.08.14 22:38:17.873251 [ 192 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20879 rows, containing 5 columns (5 merged, 0 gathered) in 0.010527644 sec., 1983254.7529152774 rows/sec., 135.33 MiB/sec. | ||
14136 | 2024.08.14 22:38:17.873318 [ 3 ] {7567c16f-95a9-4a79-8cbb-198e14731766} <Debug> DynamicQueryHandler: Done processing query | ||
14137 | 2024.08.14 22:38:17.873387 [ 3 ] {7567c16f-95a9-4a79-8cbb-198e14731766} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14138 | 2024.08.14 22:38:17.873442 [ 3 ] {} <Debug> HTTP-Session: c7ac493f-bad1-420e-bf29-af1723f30149 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14139 | 2024.08.14 22:38:17.873490 [ 187 ] {4180da31-a909-4070-bdf9-4242cb91783a::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 | ||
14140 | 2024.08.14 22:38:17.873610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14141 | 2024.08.14 22:38:17.873688 [ 192 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
14142 | 2024.08.14 22:38:17.873747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14143 | 2024.08.14 22:38:17.873829 [ 3 ] {} <Debug> HTTP-Session: 0923adc7-d07f-4bcd-9ebc-a7bd0fb0b66c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14144 | 2024.08.14 22:38:17.873917 [ 3 ] {} <Debug> HTTP-Session: 0923adc7-d07f-4bcd-9ebc-a7bd0fb0b66c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14145 | 2024.08.14 22:38:17.873986 [ 3 ] {} <Debug> HTTP-Session: 0923adc7-d07f-4bcd-9ebc-a7bd0fb0b66c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14146 | 2024.08.14 22:38:17.874116 [ 3 ] {} <Trace> HTTP-Session: 0923adc7-d07f-4bcd-9ebc-a7bd0fb0b66c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14147 | 2024.08.14 22:38:17.874129 [ 187 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14148 | 2024.08.14 22:38:17.874203 [ 187 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 717 rows starting from the beginning of the part | ||
14149 | 2024.08.14 22:38:17.874407 [ 3 ] {31c52e68-0ad5-4ad6-8196-882c24355dfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14150 | 2024.08.14 22:38:17.874662 [ 187 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 23 rows starting from the beginning of the part | ||
14151 | 2024.08.14 22:38:17.874721 [ 3 ] {31c52e68-0ad5-4ad6-8196-882c24355dfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14152 | 2024.08.14 22:38:17.875081 [ 187 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 23 rows starting from the beginning of the part | ||
14153 | 2024.08.14 22:38:17.875459 [ 187 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 23 rows starting from the beginning of the part | ||
14154 | 2024.08.14 22:38:17.875777 [ 187 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 29 rows starting from the beginning of the part | ||
14155 | 2024.08.14 22:38:17.876203 [ 187 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 32 rows starting from the beginning of the part | ||
14156 | 2024.08.14 22:38:17.876879 [ 192 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14157 | 2024.08.14 22:38:17.877272 [ 192 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
14158 | 2024.08.14 22:38:17.877334 [ 3 ] {31c52e68-0ad5-4ad6-8196-882c24355dfa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14159 | 2024.08.14 22:38:17.877479 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
14160 | 2024.08.14 22:38:17.878178 [ 3 ] {31c52e68-0ad5-4ad6-8196-882c24355dfa} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14161 | 2024.08.14 22:38:17.878250 [ 3 ] {31c52e68-0ad5-4ad6-8196-882c24355dfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14162 | 2024.08.14 22:38:17.879316 [ 3 ] {31c52e68-0ad5-4ad6-8196-882c24355dfa} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
14163 | 2024.08.14 22:38:17.879902 [ 187 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 847 rows, containing 4 columns (4 merged, 0 gathered) in 0.006642237 sec., 127517.28069925841 rows/sec., 6.85 MiB/sec. | ||
14164 | 2024.08.14 22:38:17.880180 [ 3 ] {31c52e68-0ad5-4ad6-8196-882c24355dfa} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14165 | 2024.08.14 22:38:17.880348 [ 201 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
14166 | 2024.08.14 22:38:17.880458 [ 41 ] {} <Debug> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
14167 | 2024.08.14 22:38:17.880475 [ 3 ] {31c52e68-0ad5-4ad6-8196-882c24355dfa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006181 sec., 9707.16712506067 rows/sec., 669.90 KiB/sec. | ||
14168 | 2024.08.14 22:38:17.880528 [ 41 ] {} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14169 | 2024.08.14 22:38:17.880602 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14170 | 2024.08.14 22:38:17.881050 [ 193 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
14171 | 2024.08.14 22:38:17.881185 [ 3 ] {31c52e68-0ad5-4ad6-8196-882c24355dfa} <Debug> DynamicQueryHandler: Done processing query | ||
14172 | 2024.08.14 22:38:17.881263 [ 3 ] {31c52e68-0ad5-4ad6-8196-882c24355dfa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14173 | 2024.08.14 22:38:17.881354 [ 3 ] {} <Debug> HTTP-Session: 0923adc7-d07f-4bcd-9ebc-a7bd0fb0b66c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14174 | 2024.08.14 22:38:17.881506 [ 193 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14175 | 2024.08.14 22:38:17.881555 [ 193 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3706 rows starting from the beginning of the part | ||
14176 | 2024.08.14 22:38:17.881701 [ 201 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_36_7} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14177 | 2024.08.14 22:38:17.881773 [ 193 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
14178 | 2024.08.14 22:38:17.882011 [ 201 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_36_7} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
14179 | 2024.08.14 22:38:17.882013 [ 193 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part | ||
14180 | 2024.08.14 22:38:17.882297 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
14181 | 2024.08.14 22:38:17.882378 [ 193 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 54 rows starting from the beginning of the part | ||
14182 | 2024.08.14 22:38:17.882678 [ 193 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 66 rows starting from the beginning of the part | ||
14183 | 2024.08.14 22:38:17.882817 [ 193 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
14184 | 2024.08.14 22:38:17.884558 [ 196 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4006 rows, containing 4 columns (4 merged, 0 gathered) in 0.003792626 sec., 1056260.2270827654 rows/sec., 71.13 MiB/sec. | ||
14185 | 2024.08.14 22:38:17.885089 [ 196 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
14186 | 2024.08.14 22:38:17.885645 [ 196 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_71_14} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14187 | 2024.08.14 22:38:17.885727 [ 196 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_71_14} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
14188 | 2024.08.14 22:38:17.885810 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
14189 | 2024.08.14 22:38:22.844133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14190 | 2024.08.14 22:38:22.844268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14191 | 2024.08.14 22:38:22.844293 [ 3 ] {} <Debug> HTTP-Session: 01afc3be-ae85-4c6b-be6a-91039aeaa0c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14192 | 2024.08.14 22:38:22.844317 [ 3 ] {} <Debug> HTTP-Session: 01afc3be-ae85-4c6b-be6a-91039aeaa0c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14193 | 2024.08.14 22:38:22.844332 [ 3 ] {} <Debug> HTTP-Session: 01afc3be-ae85-4c6b-be6a-91039aeaa0c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14194 | 2024.08.14 22:38:22.844382 [ 3 ] {} <Trace> HTTP-Session: 01afc3be-ae85-4c6b-be6a-91039aeaa0c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14195 | 2024.08.14 22:38:22.844576 [ 3 ] {4579b6fc-d691-4681-94af-cda006d6e981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14196 | 2024.08.14 22:38:22.844642 [ 3 ] {4579b6fc-d691-4681-94af-cda006d6e981} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14197 | 2024.08.14 22:38:22.844828 [ 3 ] {4579b6fc-d691-4681-94af-cda006d6e981} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14198 | 2024.08.14 22:38:22.845241 [ 3 ] {4579b6fc-d691-4681-94af-cda006d6e981} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14199 | 2024.08.14 22:38:22.845283 [ 3 ] {4579b6fc-d691-4681-94af-cda006d6e981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14200 | 2024.08.14 22:38:22.845640 [ 3 ] {4579b6fc-d691-4681-94af-cda006d6e981} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
14201 | 2024.08.14 22:38:22.845965 [ 3 ] {4579b6fc-d691-4681-94af-cda006d6e981} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14202 | 2024.08.14 22:38:22.846114 [ 3 ] {4579b6fc-d691-4681-94af-cda006d6e981} <Debug> executeQuery: Read 23 rows, 1.86 KiB in 0.001591 sec., 14456.316781898178 rows/sec., 1.14 MiB/sec. | ||
14203 | 2024.08.14 22:38:22.846341 [ 3 ] {4579b6fc-d691-4681-94af-cda006d6e981} <Debug> DynamicQueryHandler: Done processing query | ||
14204 | 2024.08.14 22:38:22.846374 [ 3 ] {4579b6fc-d691-4681-94af-cda006d6e981} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14205 | 2024.08.14 22:38:22.846408 [ 3 ] {} <Debug> HTTP-Session: 01afc3be-ae85-4c6b-be6a-91039aeaa0c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14206 | 2024.08.14 22:38:22.846553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 18247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14207 | 2024.08.14 22:38:22.846601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14208 | 2024.08.14 22:38:22.846620 [ 3 ] {} <Debug> HTTP-Session: 25913fb4-6946-45d2-9f2d-8140c30b5c34 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14209 | 2024.08.14 22:38:22.846637 [ 3 ] {} <Debug> HTTP-Session: 25913fb4-6946-45d2-9f2d-8140c30b5c34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14210 | 2024.08.14 22:38:22.846650 [ 3 ] {} <Debug> HTTP-Session: 25913fb4-6946-45d2-9f2d-8140c30b5c34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14211 | 2024.08.14 22:38:22.846681 [ 3 ] {} <Trace> HTTP-Session: 25913fb4-6946-45d2-9f2d-8140c30b5c34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14212 | 2024.08.14 22:38:22.846813 [ 3 ] {cdd67764-5a23-435a-9aeb-3d39827e9c85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14213 | 2024.08.14 22:38:22.846855 [ 3 ] {cdd67764-5a23-435a-9aeb-3d39827e9c85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14214 | 2024.08.14 22:38:22.846989 [ 3 ] {cdd67764-5a23-435a-9aeb-3d39827e9c85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14215 | 2024.08.14 22:38:22.847391 [ 3 ] {cdd67764-5a23-435a-9aeb-3d39827e9c85} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14216 | 2024.08.14 22:38:22.847428 [ 3 ] {cdd67764-5a23-435a-9aeb-3d39827e9c85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14217 | 2024.08.14 22:38:22.847737 [ 3 ] {cdd67764-5a23-435a-9aeb-3d39827e9c85} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
14218 | 2024.08.14 22:38:22.848037 [ 3 ] {cdd67764-5a23-435a-9aeb-3d39827e9c85} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14219 | 2024.08.14 22:38:22.848184 [ 3 ] {cdd67764-5a23-435a-9aeb-3d39827e9c85} <Debug> executeQuery: Read 125 rows, 10.63 KiB in 0.001421 sec., 87966.22097114708 rows/sec., 7.31 MiB/sec. | ||
14220 | 2024.08.14 22:38:22.848210 [ 33 ] {} <Debug> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
14221 | 2024.08.14 22:38:22.848322 [ 33 ] {} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14222 | 2024.08.14 22:38:22.848358 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14223 | 2024.08.14 22:38:22.848427 [ 3 ] {cdd67764-5a23-435a-9aeb-3d39827e9c85} <Debug> DynamicQueryHandler: Done processing query | ||
14224 | 2024.08.14 22:38:22.848499 [ 3 ] {cdd67764-5a23-435a-9aeb-3d39827e9c85} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
14225 | 2024.08.14 22:38:22.848582 [ 3 ] {} <Debug> HTTP-Session: 25913fb4-6946-45d2-9f2d-8140c30b5c34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14226 | 2024.08.14 22:38:22.848666 [ 194 ] {99dad827-b692-4668-b096-a1f8f01ac229::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 | ||
14227 | 2024.08.14 22:38:22.848847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14228 | 2024.08.14 22:38:22.849060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14229 | 2024.08.14 22:38:22.849217 [ 3 ] {} <Debug> HTTP-Session: 2fef2edf-ccc3-447a-842b-92c2e2418528 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14230 | 2024.08.14 22:38:22.849259 [ 194 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14231 | 2024.08.14 22:38:22.849284 [ 3 ] {} <Debug> HTTP-Session: 2fef2edf-ccc3-447a-842b-92c2e2418528 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14232 | 2024.08.14 22:38:22.849378 [ 194 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1406 rows starting from the beginning of the part | ||
14233 | 2024.08.14 22:38:22.849390 [ 3 ] {} <Debug> HTTP-Session: 2fef2edf-ccc3-447a-842b-92c2e2418528 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14234 | 2024.08.14 22:38:22.849496 [ 3 ] {} <Trace> HTTP-Session: 2fef2edf-ccc3-447a-842b-92c2e2418528 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14235 | 2024.08.14 22:38:22.849622 [ 194 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 119 rows starting from the beginning of the part | ||
14236 | 2024.08.14 22:38:22.849888 [ 194 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1355 rows starting from the beginning of the part | ||
14237 | 2024.08.14 22:38:22.850160 [ 194 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 119 rows starting from the beginning of the part | ||
14238 | 2024.08.14 22:38:22.850356 [ 3 ] {85b1b27c-3ccd-4ac8-b906-6d79c1a0ddfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14239 | 2024.08.14 22:38:22.850411 [ 194 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 230 rows starting from the beginning of the part | ||
14240 | 2024.08.14 22:38:22.850523 [ 3 ] {85b1b27c-3ccd-4ac8-b906-6d79c1a0ddfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14241 | 2024.08.14 22:38:22.850638 [ 194 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 125 rows starting from the beginning of the part | ||
14242 | 2024.08.14 22:38:22.851388 [ 3 ] {85b1b27c-3ccd-4ac8-b906-6d79c1a0ddfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14243 | 2024.08.14 22:38:22.853308 [ 3 ] {85b1b27c-3ccd-4ac8-b906-6d79c1a0ddfe} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14244 | 2024.08.14 22:38:22.853372 [ 3 ] {85b1b27c-3ccd-4ac8-b906-6d79c1a0ddfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14245 | 2024.08.14 22:38:22.854023 [ 3 ] {85b1b27c-3ccd-4ac8-b906-6d79c1a0ddfe} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
14246 | 2024.08.14 22:38:22.854467 [ 3 ] {85b1b27c-3ccd-4ac8-b906-6d79c1a0ddfe} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14247 | 2024.08.14 22:38:22.854841 [ 33 ] {} <Debug> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
14248 | 2024.08.14 22:38:22.854848 [ 189 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3354 rows, containing 4 columns (4 merged, 0 gathered) in 0.006387494 sec., 525088.5558561777 rows/sec., 44.03 MiB/sec. | ||
14249 | 2024.08.14 22:38:22.854846 [ 3 ] {85b1b27c-3ccd-4ac8-b906-6d79c1a0ddfe} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.005063 sec., 17183.488050562908 rows/sec., 1.34 MiB/sec. | ||
14250 | 2024.08.14 22:38:22.854898 [ 33 ] {} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14251 | 2024.08.14 22:38:22.854996 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14252 | 2024.08.14 22:38:22.855313 [ 189 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
14253 | 2024.08.14 22:38:22.855442 [ 199 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::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 | ||
14254 | 2024.08.14 22:38:22.856085 [ 3 ] {85b1b27c-3ccd-4ac8-b906-6d79c1a0ddfe} <Debug> DynamicQueryHandler: Done processing query | ||
14255 | 2024.08.14 22:38:22.856171 [ 199 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14256 | 2024.08.14 22:38:22.856191 [ 3 ] {85b1b27c-3ccd-4ac8-b906-6d79c1a0ddfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
14257 | 2024.08.14 22:38:22.856291 [ 199 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 904 rows starting from the beginning of the part | ||
14258 | 2024.08.14 22:38:22.856629 [ 199 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 85 rows starting from the beginning of the part | ||
14259 | 2024.08.14 22:38:22.857038 [ 199 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 862 rows starting from the beginning of the part | ||
14260 | 2024.08.14 22:38:22.857149 [ 189 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_76_15} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14261 | 2024.08.14 22:38:22.857506 [ 199 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 85 rows starting from the beginning of the part | ||
14262 | 2024.08.14 22:38:22.857683 [ 189 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_76_15} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
14263 | 2024.08.14 22:38:22.857901 [ 199 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 414 rows starting from the beginning of the part | ||
14264 | 2024.08.14 22:38:22.858060 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
14265 | 2024.08.14 22:38:22.858328 [ 199 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 87 rows starting from the beginning of the part | ||
14266 | 2024.08.14 22:38:22.858633 [ 3 ] {} <Debug> HTTP-Session: 2fef2edf-ccc3-447a-842b-92c2e2418528 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14267 | 2024.08.14 22:38:22.859095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14268 | 2024.08.14 22:38:22.859191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14269 | 2024.08.14 22:38:22.859231 [ 3 ] {} <Debug> HTTP-Session: b1c59702-f83c-4e0c-bfdb-f1d15be22e74 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14270 | 2024.08.14 22:38:22.859272 [ 3 ] {} <Debug> HTTP-Session: b1c59702-f83c-4e0c-bfdb-f1d15be22e74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14271 | 2024.08.14 22:38:22.859305 [ 3 ] {} <Debug> HTTP-Session: b1c59702-f83c-4e0c-bfdb-f1d15be22e74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14272 | 2024.08.14 22:38:22.859390 [ 3 ] {} <Trace> HTTP-Session: b1c59702-f83c-4e0c-bfdb-f1d15be22e74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14273 | 2024.08.14 22:38:22.859674 [ 3 ] {4fd85ba8-829b-40fa-8523-a5c7f6c7e08f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14274 | 2024.08.14 22:38:22.859788 [ 3 ] {4fd85ba8-829b-40fa-8523-a5c7f6c7e08f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14275 | 2024.08.14 22:38:22.860424 [ 3 ] {4fd85ba8-829b-40fa-8523-a5c7f6c7e08f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14276 | 2024.08.14 22:38:22.861015 [ 3 ] {4fd85ba8-829b-40fa-8523-a5c7f6c7e08f} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14277 | 2024.08.14 22:38:22.861083 [ 3 ] {4fd85ba8-829b-40fa-8523-a5c7f6c7e08f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14278 | 2024.08.14 22:38:22.861563 [ 199 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2437 rows, containing 4 columns (4 merged, 0 gathered) in 0.006425614 sec., 379263.3668938097 rows/sec., 27.57 MiB/sec. | ||
14279 | 2024.08.14 22:38:22.861802 [ 199 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
14280 | 2024.08.14 22:38:22.861940 [ 3 ] {4fd85ba8-829b-40fa-8523-a5c7f6c7e08f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
14281 | 2024.08.14 22:38:22.862688 [ 199 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_76_15} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14282 | 2024.08.14 22:38:22.862847 [ 3 ] {4fd85ba8-829b-40fa-8523-a5c7f6c7e08f} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14283 | 2024.08.14 22:38:22.862872 [ 199 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_76_15} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
14284 | 2024.08.14 22:38:22.863028 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
14285 | 2024.08.14 22:38:22.863146 [ 3 ] {4fd85ba8-829b-40fa-8523-a5c7f6c7e08f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003616 sec., 44247.78761061947 rows/sec., 3.08 MiB/sec. | ||
14286 | 2024.08.14 22:38:22.863367 [ 3 ] {4fd85ba8-829b-40fa-8523-a5c7f6c7e08f} <Debug> DynamicQueryHandler: Done processing query | ||
14287 | 2024.08.14 22:38:22.863393 [ 3 ] {4fd85ba8-829b-40fa-8523-a5c7f6c7e08f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14288 | 2024.08.14 22:38:22.863411 [ 3 ] {} <Debug> HTTP-Session: b1c59702-f83c-4e0c-bfdb-f1d15be22e74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14289 | 2024.08.14 22:38:22.863597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 37024, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14290 | 2024.08.14 22:38:22.863647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14291 | 2024.08.14 22:38:22.863667 [ 3 ] {} <Debug> HTTP-Session: 6f23c50d-e34c-4ac7-894c-f9fcba699cab Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14292 | 2024.08.14 22:38:22.863684 [ 3 ] {} <Debug> HTTP-Session: 6f23c50d-e34c-4ac7-894c-f9fcba699cab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14293 | 2024.08.14 22:38:22.863698 [ 3 ] {} <Debug> HTTP-Session: 6f23c50d-e34c-4ac7-894c-f9fcba699cab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14294 | 2024.08.14 22:38:22.863729 [ 3 ] {} <Trace> HTTP-Session: 6f23c50d-e34c-4ac7-894c-f9fcba699cab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14295 | 2024.08.14 22:38:22.864064 [ 3 ] {69d92e3d-a4ce-4a2b-bd03-14442a14e3b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14296 | 2024.08.14 22:38:22.864131 [ 3 ] {69d92e3d-a4ce-4a2b-bd03-14442a14e3b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
14297 | 2024.08.14 22:38:22.864560 [ 3 ] {69d92e3d-a4ce-4a2b-bd03-14442a14e3b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14298 | 2024.08.14 22:38:22.865145 [ 3 ] {69d92e3d-a4ce-4a2b-bd03-14442a14e3b0} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14299 | 2024.08.14 22:38:22.865184 [ 3 ] {69d92e3d-a4ce-4a2b-bd03-14442a14e3b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14300 | 2024.08.14 22:38:22.865792 [ 3 ] {69d92e3d-a4ce-4a2b-bd03-14442a14e3b0} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
14301 | 2024.08.14 22:38:22.866188 [ 3 ] {69d92e3d-a4ce-4a2b-bd03-14442a14e3b0} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14302 | 2024.08.14 22:38:22.866369 [ 3 ] {69d92e3d-a4ce-4a2b-bd03-14442a14e3b0} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002556 sec., 8998.435054773083 rows/sec., 16.12 MiB/sec. | ||
14303 | 2024.08.14 22:38:22.866571 [ 3 ] {69d92e3d-a4ce-4a2b-bd03-14442a14e3b0} <Debug> DynamicQueryHandler: Done processing query | ||
14304 | 2024.08.14 22:38:22.866594 [ 3 ] {69d92e3d-a4ce-4a2b-bd03-14442a14e3b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
14305 | 2024.08.14 22:38:22.866609 [ 3 ] {} <Debug> HTTP-Session: 6f23c50d-e34c-4ac7-894c-f9fcba699cab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14306 | 2024.08.14 22:38:22.866725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14307 | 2024.08.14 22:38:22.866772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14308 | 2024.08.14 22:38:22.866790 [ 3 ] {} <Debug> HTTP-Session: ee54aec1-27c8-4afd-bfef-fdb26a41a28a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14309 | 2024.08.14 22:38:22.866807 [ 3 ] {} <Debug> HTTP-Session: ee54aec1-27c8-4afd-bfef-fdb26a41a28a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14310 | 2024.08.14 22:38:22.866820 [ 3 ] {} <Debug> HTTP-Session: ee54aec1-27c8-4afd-bfef-fdb26a41a28a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14311 | 2024.08.14 22:38:22.866850 [ 3 ] {} <Trace> HTTP-Session: ee54aec1-27c8-4afd-bfef-fdb26a41a28a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14312 | 2024.08.14 22:38:22.866971 [ 3 ] {60f6b4b2-a29e-4e1c-adeb-67f91a366f13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14313 | 2024.08.14 22:38:22.867015 [ 3 ] {60f6b4b2-a29e-4e1c-adeb-67f91a366f13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14314 | 2024.08.14 22:38:22.867140 [ 3 ] {60f6b4b2-a29e-4e1c-adeb-67f91a366f13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14315 | 2024.08.14 22:38:22.867449 [ 3 ] {60f6b4b2-a29e-4e1c-adeb-67f91a366f13} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14316 | 2024.08.14 22:38:22.867485 [ 3 ] {60f6b4b2-a29e-4e1c-adeb-67f91a366f13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14317 | 2024.08.14 22:38:22.867844 [ 3 ] {60f6b4b2-a29e-4e1c-adeb-67f91a366f13} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
14318 | 2024.08.14 22:38:22.868170 [ 3 ] {60f6b4b2-a29e-4e1c-adeb-67f91a366f13} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14319 | 2024.08.14 22:38:22.868318 [ 3 ] {60f6b4b2-a29e-4e1c-adeb-67f91a366f13} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001394 sec., 43041.6068866571 rows/sec., 2.90 MiB/sec. | ||
14320 | 2024.08.14 22:38:22.868487 [ 3 ] {60f6b4b2-a29e-4e1c-adeb-67f91a366f13} <Debug> DynamicQueryHandler: Done processing query | ||
14321 | 2024.08.14 22:38:22.868510 [ 3 ] {60f6b4b2-a29e-4e1c-adeb-67f91a366f13} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14322 | 2024.08.14 22:38:22.868526 [ 3 ] {} <Debug> HTTP-Session: ee54aec1-27c8-4afd-bfef-fdb26a41a28a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14323 | 2024.08.14 22:38:26.086949 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14324 | 2024.08.14 22:38:26.087034 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14325 | 2024.08.14 22:38:27.849941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 4189, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14326 | 2024.08.14 22:38:27.850068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14327 | 2024.08.14 22:38:27.850093 [ 3 ] {} <Debug> HTTP-Session: f3c98202-823b-442f-9efe-46a6fab85fe1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14328 | 2024.08.14 22:38:27.850118 [ 3 ] {} <Debug> HTTP-Session: f3c98202-823b-442f-9efe-46a6fab85fe1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14329 | 2024.08.14 22:38:27.850133 [ 3 ] {} <Debug> HTTP-Session: f3c98202-823b-442f-9efe-46a6fab85fe1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14330 | 2024.08.14 22:38:27.850185 [ 3 ] {} <Trace> HTTP-Session: f3c98202-823b-442f-9efe-46a6fab85fe1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14331 | 2024.08.14 22:38:27.850369 [ 3 ] {ef480bbd-6b7a-4356-b1c8-373b6d377cd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14332 | 2024.08.14 22:38:27.850433 [ 3 ] {ef480bbd-6b7a-4356-b1c8-373b6d377cd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14333 | 2024.08.14 22:38:27.850621 [ 3 ] {ef480bbd-6b7a-4356-b1c8-373b6d377cd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14334 | 2024.08.14 22:38:27.851067 [ 3 ] {ef480bbd-6b7a-4356-b1c8-373b6d377cd3} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14335 | 2024.08.14 22:38:27.851106 [ 3 ] {ef480bbd-6b7a-4356-b1c8-373b6d377cd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14336 | 2024.08.14 22:38:27.851462 [ 3 ] {ef480bbd-6b7a-4356-b1c8-373b6d377cd3} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
14337 | 2024.08.14 22:38:27.851792 [ 3 ] {ef480bbd-6b7a-4356-b1c8-373b6d377cd3} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14338 | 2024.08.14 22:38:27.851920 [ 24 ] {} <Debug> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
14339 | 2024.08.14 22:38:27.851931 [ 3 ] {ef480bbd-6b7a-4356-b1c8-373b6d377cd3} <Debug> executeQuery: Read 30 rows, 2.29 KiB in 0.001621 sec., 18507.09438618137 rows/sec., 1.38 MiB/sec. | ||
14340 | 2024.08.14 22:38:27.851963 [ 24 ] {} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14341 | 2024.08.14 22:38:27.851999 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14342 | 2024.08.14 22:38:27.852187 [ 3 ] {ef480bbd-6b7a-4356-b1c8-373b6d377cd3} <Debug> DynamicQueryHandler: Done processing query | ||
14343 | 2024.08.14 22:38:27.852211 [ 188 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::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 | ||
14344 | 2024.08.14 22:38:27.852225 [ 3 ] {ef480bbd-6b7a-4356-b1c8-373b6d377cd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14345 | 2024.08.14 22:38:27.852297 [ 3 ] {} <Debug> HTTP-Session: f3c98202-823b-442f-9efe-46a6fab85fe1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14346 | 2024.08.14 22:38:27.852463 [ 188 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14347 | 2024.08.14 22:38:27.852555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14348 | 2024.08.14 22:38:27.852603 [ 188 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 38 rows starting from the beginning of the part | ||
14349 | 2024.08.14 22:38:27.852722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14350 | 2024.08.14 22:38:27.852856 [ 3 ] {} <Debug> HTTP-Session: 9aa4af46-4114-492a-9b8b-b180605159ab Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14351 | 2024.08.14 22:38:27.852964 [ 3 ] {} <Debug> HTTP-Session: 9aa4af46-4114-492a-9b8b-b180605159ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14352 | 2024.08.14 22:38:27.853093 [ 3 ] {} <Debug> HTTP-Session: 9aa4af46-4114-492a-9b8b-b180605159ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14353 | 2024.08.14 22:38:27.853117 [ 188 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 24 rows starting from the beginning of the part | ||
14354 | 2024.08.14 22:38:27.853280 [ 3 ] {} <Trace> HTTP-Session: 9aa4af46-4114-492a-9b8b-b180605159ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14355 | 2024.08.14 22:38:27.853581 [ 188 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 21 rows starting from the beginning of the part | ||
14356 | 2024.08.14 22:38:27.853764 [ 3 ] {1c3e23d5-7f12-43fc-a109-17b8c730977d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14357 | 2024.08.14 22:38:27.854024 [ 3 ] {1c3e23d5-7f12-43fc-a109-17b8c730977d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14358 | 2024.08.14 22:38:27.854047 [ 188 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 29 rows starting from the beginning of the part | ||
14359 | 2024.08.14 22:38:27.854576 [ 188 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 23 rows starting from the beginning of the part | ||
14360 | 2024.08.14 22:38:27.855055 [ 188 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::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 | ||
14361 | 2024.08.14 22:38:27.855709 [ 3 ] {1c3e23d5-7f12-43fc-a109-17b8c730977d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14362 | 2024.08.14 22:38:27.856251 [ 3 ] {1c3e23d5-7f12-43fc-a109-17b8c730977d} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14363 | 2024.08.14 22:38:27.856294 [ 3 ] {1c3e23d5-7f12-43fc-a109-17b8c730977d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14364 | 2024.08.14 22:38:27.856789 [ 3 ] {1c3e23d5-7f12-43fc-a109-17b8c730977d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
14365 | 2024.08.14 22:38:27.856891 [ 197 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 4 columns (4 merged, 0 gathered) in 0.00481771 sec., 34248.63680047159 rows/sec., 2.59 MiB/sec. | ||
14366 | 2024.08.14 22:38:27.857243 [ 190 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
14367 | 2024.08.14 22:38:27.857276 [ 3 ] {1c3e23d5-7f12-43fc-a109-17b8c730977d} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14368 | 2024.08.14 22:38:27.857534 [ 3 ] {1c3e23d5-7f12-43fc-a109-17b8c730977d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003952 sec., 506.07287449392715 rows/sec., 41.27 KiB/sec. | ||
14369 | 2024.08.14 22:38:27.858286 [ 3 ] {1c3e23d5-7f12-43fc-a109-17b8c730977d} <Debug> DynamicQueryHandler: Done processing query | ||
14370 | 2024.08.14 22:38:27.858374 [ 3 ] {1c3e23d5-7f12-43fc-a109-17b8c730977d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14371 | 2024.08.14 22:38:27.858429 [ 3 ] {} <Debug> HTTP-Session: 9aa4af46-4114-492a-9b8b-b180605159ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14372 | 2024.08.14 22:38:27.858643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 35367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14373 | 2024.08.14 22:38:27.858677 [ 190 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_76_15} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14374 | 2024.08.14 22:38:27.858715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14375 | 2024.08.14 22:38:27.858751 [ 3 ] {} <Debug> HTTP-Session: b1515109-3ce6-4c9f-b797-5dc34a537d33 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14376 | 2024.08.14 22:38:27.858781 [ 3 ] {} <Debug> HTTP-Session: b1515109-3ce6-4c9f-b797-5dc34a537d33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14377 | 2024.08.14 22:38:27.858801 [ 3 ] {} <Debug> HTTP-Session: b1515109-3ce6-4c9f-b797-5dc34a537d33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14378 | 2024.08.14 22:38:27.858827 [ 190 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_76_15} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
14379 | 2024.08.14 22:38:27.858853 [ 3 ] {} <Trace> HTTP-Session: b1515109-3ce6-4c9f-b797-5dc34a537d33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14380 | 2024.08.14 22:38:27.858982 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
14381 | 2024.08.14 22:38:27.859074 [ 3 ] {709c103d-e920-4678-978b-6bf641db49d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14382 | 2024.08.14 22:38:27.859121 [ 3 ] {709c103d-e920-4678-978b-6bf641db49d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14383 | 2024.08.14 22:38:27.859267 [ 3 ] {709c103d-e920-4678-978b-6bf641db49d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14384 | 2024.08.14 22:38:27.859715 [ 3 ] {709c103d-e920-4678-978b-6bf641db49d1} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14385 | 2024.08.14 22:38:27.859751 [ 3 ] {709c103d-e920-4678-978b-6bf641db49d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14386 | 2024.08.14 22:38:27.860078 [ 3 ] {709c103d-e920-4678-978b-6bf641db49d1} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14387 | 2024.08.14 22:38:27.860385 [ 3 ] {709c103d-e920-4678-978b-6bf641db49d1} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14388 | 2024.08.14 22:38:27.860507 [ 3 ] {709c103d-e920-4678-978b-6bf641db49d1} <Debug> executeQuery: Read 234 rows, 21.15 KiB in 0.001528 sec., 153141.3612565445 rows/sec., 13.52 MiB/sec. | ||
14389 | 2024.08.14 22:38:27.860754 [ 3 ] {709c103d-e920-4678-978b-6bf641db49d1} <Debug> DynamicQueryHandler: Done processing query | ||
14390 | 2024.08.14 22:38:27.860813 [ 3 ] {709c103d-e920-4678-978b-6bf641db49d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
14391 | 2024.08.14 22:38:27.860880 [ 3 ] {} <Debug> HTTP-Session: b1515109-3ce6-4c9f-b797-5dc34a537d33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14392 | 2024.08.14 22:38:27.861138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14393 | 2024.08.14 22:38:27.861257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14394 | 2024.08.14 22:38:27.861296 [ 3 ] {} <Debug> HTTP-Session: ae6c482b-cb11-4794-8893-4d2fe018e4e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14395 | 2024.08.14 22:38:27.861325 [ 3 ] {} <Debug> HTTP-Session: ae6c482b-cb11-4794-8893-4d2fe018e4e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14396 | 2024.08.14 22:38:27.861340 [ 3 ] {} <Debug> HTTP-Session: ae6c482b-cb11-4794-8893-4d2fe018e4e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14397 | 2024.08.14 22:38:27.861372 [ 3 ] {} <Trace> HTTP-Session: ae6c482b-cb11-4794-8893-4d2fe018e4e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14398 | 2024.08.14 22:38:27.861470 [ 3 ] {b838ca86-cdb1-4be9-8e8b-9b7b758222f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14399 | 2024.08.14 22:38:27.861514 [ 3 ] {b838ca86-cdb1-4be9-8e8b-9b7b758222f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14400 | 2024.08.14 22:38:27.861666 [ 3 ] {b838ca86-cdb1-4be9-8e8b-9b7b758222f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14401 | 2024.08.14 22:38:27.861926 [ 3 ] {b838ca86-cdb1-4be9-8e8b-9b7b758222f7} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14402 | 2024.08.14 22:38:27.861961 [ 3 ] {b838ca86-cdb1-4be9-8e8b-9b7b758222f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14403 | 2024.08.14 22:38:27.862255 [ 3 ] {b838ca86-cdb1-4be9-8e8b-9b7b758222f7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
14404 | 2024.08.14 22:38:27.862561 [ 3 ] {b838ca86-cdb1-4be9-8e8b-9b7b758222f7} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14405 | 2024.08.14 22:38:27.862693 [ 3 ] {b838ca86-cdb1-4be9-8e8b-9b7b758222f7} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001242 sec., 1610.3059581320451 rows/sec., 112.44 KiB/sec. | ||
14406 | 2024.08.14 22:38:27.862992 [ 3 ] {b838ca86-cdb1-4be9-8e8b-9b7b758222f7} <Debug> DynamicQueryHandler: Done processing query | ||
14407 | 2024.08.14 22:38:27.863017 [ 3 ] {b838ca86-cdb1-4be9-8e8b-9b7b758222f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14408 | 2024.08.14 22:38:27.863034 [ 3 ] {} <Debug> HTTP-Session: ae6c482b-cb11-4794-8893-4d2fe018e4e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14409 | 2024.08.14 22:38:27.863188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 65954, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14410 | 2024.08.14 22:38:27.863236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14411 | 2024.08.14 22:38:27.863254 [ 3 ] {} <Debug> HTTP-Session: fac51fc9-a3b6-4070-95a9-2e605c99ec37 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14412 | 2024.08.14 22:38:27.863271 [ 3 ] {} <Debug> HTTP-Session: fac51fc9-a3b6-4070-95a9-2e605c99ec37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14413 | 2024.08.14 22:38:27.863285 [ 3 ] {} <Debug> HTTP-Session: fac51fc9-a3b6-4070-95a9-2e605c99ec37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14414 | 2024.08.14 22:38:27.863315 [ 3 ] {} <Trace> HTTP-Session: fac51fc9-a3b6-4070-95a9-2e605c99ec37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14415 | 2024.08.14 22:38:27.863524 [ 3 ] {e1f5adfa-e30f-47fa-9b6e-b481ac0c8ebe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14416 | 2024.08.14 22:38:27.863568 [ 3 ] {e1f5adfa-e30f-47fa-9b6e-b481ac0c8ebe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14417 | 2024.08.14 22:38:27.863712 [ 3 ] {e1f5adfa-e30f-47fa-9b6e-b481ac0c8ebe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14418 | 2024.08.14 22:38:27.864245 [ 3 ] {e1f5adfa-e30f-47fa-9b6e-b481ac0c8ebe} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14419 | 2024.08.14 22:38:27.864282 [ 3 ] {e1f5adfa-e30f-47fa-9b6e-b481ac0c8ebe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14420 | 2024.08.14 22:38:27.864607 [ 3 ] {e1f5adfa-e30f-47fa-9b6e-b481ac0c8ebe} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14421 | 2024.08.14 22:38:27.864908 [ 3 ] {e1f5adfa-e30f-47fa-9b6e-b481ac0c8ebe} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14422 | 2024.08.14 22:38:27.865031 [ 3 ] {e1f5adfa-e30f-47fa-9b6e-b481ac0c8ebe} <Debug> executeQuery: Read 408 rows, 29.56 KiB in 0.001622 sec., 251541.30702836005 rows/sec., 17.80 MiB/sec. | ||
14423 | 2024.08.14 22:38:27.865264 [ 3 ] {e1f5adfa-e30f-47fa-9b6e-b481ac0c8ebe} <Debug> DynamicQueryHandler: Done processing query | ||
14424 | 2024.08.14 22:38:27.865323 [ 3 ] {e1f5adfa-e30f-47fa-9b6e-b481ac0c8ebe} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
14425 | 2024.08.14 22:38:27.865381 [ 3 ] {} <Debug> HTTP-Session: fac51fc9-a3b6-4070-95a9-2e605c99ec37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14426 | 2024.08.14 22:38:27.865559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14427 | 2024.08.14 22:38:27.865608 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14428 | 2024.08.14 22:38:27.865627 [ 3 ] {} <Debug> HTTP-Session: a207cfb7-452d-47f1-8190-415e189d23bb Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14429 | 2024.08.14 22:38:27.865644 [ 3 ] {} <Debug> HTTP-Session: a207cfb7-452d-47f1-8190-415e189d23bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14430 | 2024.08.14 22:38:27.865658 [ 3 ] {} <Debug> HTTP-Session: a207cfb7-452d-47f1-8190-415e189d23bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14431 | 2024.08.14 22:38:27.865690 [ 3 ] {} <Trace> HTTP-Session: a207cfb7-452d-47f1-8190-415e189d23bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14432 | 2024.08.14 22:38:27.865787 [ 3 ] {891aea3d-49b9-4028-bc92-2d4afb8fd92b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14433 | 2024.08.14 22:38:27.865833 [ 3 ] {891aea3d-49b9-4028-bc92-2d4afb8fd92b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14434 | 2024.08.14 22:38:27.865975 [ 3 ] {891aea3d-49b9-4028-bc92-2d4afb8fd92b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14435 | 2024.08.14 22:38:27.866229 [ 3 ] {891aea3d-49b9-4028-bc92-2d4afb8fd92b} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14436 | 2024.08.14 22:38:27.866266 [ 3 ] {891aea3d-49b9-4028-bc92-2d4afb8fd92b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14437 | 2024.08.14 22:38:27.866620 [ 3 ] {891aea3d-49b9-4028-bc92-2d4afb8fd92b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14438 | 2024.08.14 22:38:27.866934 [ 3 ] {891aea3d-49b9-4028-bc92-2d4afb8fd92b} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14439 | 2024.08.14 22:38:27.867052 [ 24 ] {} <Debug> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
14440 | 2024.08.14 22:38:27.867062 [ 3 ] {891aea3d-49b9-4028-bc92-2d4afb8fd92b} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001298 sec., 4622.496147919877 rows/sec., 198.62 KiB/sec. | ||
14441 | 2024.08.14 22:38:27.867087 [ 24 ] {} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14442 | 2024.08.14 22:38:27.867124 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14443 | 2024.08.14 22:38:27.867236 [ 200 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
14444 | 2024.08.14 22:38:27.867278 [ 3 ] {891aea3d-49b9-4028-bc92-2d4afb8fd92b} <Debug> DynamicQueryHandler: Done processing query | ||
14445 | 2024.08.14 22:38:27.867309 [ 3 ] {891aea3d-49b9-4028-bc92-2d4afb8fd92b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14446 | 2024.08.14 22:38:27.867333 [ 3 ] {} <Debug> HTTP-Session: a207cfb7-452d-47f1-8190-415e189d23bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14447 | 2024.08.14 22:38:27.867378 [ 200 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14448 | 2024.08.14 22:38:27.867408 [ 200 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
14449 | 2024.08.14 22:38:27.867467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14450 | 2024.08.14 22:38:27.867516 [ 200 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
14451 | 2024.08.14 22:38:27.867567 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14452 | 2024.08.14 22:38:27.867617 [ 3 ] {} <Debug> HTTP-Session: 97920f2f-4037-4f02-a535-7744209e1936 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14453 | 2024.08.14 22:38:27.867703 [ 200 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
14454 | 2024.08.14 22:38:27.867709 [ 3 ] {} <Debug> HTTP-Session: 97920f2f-4037-4f02-a535-7744209e1936 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14455 | 2024.08.14 22:38:27.867778 [ 3 ] {} <Debug> HTTP-Session: 97920f2f-4037-4f02-a535-7744209e1936 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14456 | 2024.08.14 22:38:27.867924 [ 3 ] {} <Trace> HTTP-Session: 97920f2f-4037-4f02-a535-7744209e1936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14457 | 2024.08.14 22:38:27.868051 [ 200 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
14458 | 2024.08.14 22:38:27.868167 [ 200 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
14459 | 2024.08.14 22:38:27.868194 [ 3 ] {f939f63b-bf3c-4806-8acc-fda488c0aa62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
14460 | 2024.08.14 22:38:27.868293 [ 200 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
14461 | 2024.08.14 22:38:27.868315 [ 3 ] {f939f63b-bf3c-4806-8acc-fda488c0aa62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
14462 | 2024.08.14 22:38:27.869062 [ 3 ] {f939f63b-bf3c-4806-8acc-fda488c0aa62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14463 | 2024.08.14 22:38:27.869609 [ 3 ] {f939f63b-bf3c-4806-8acc-fda488c0aa62} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14464 | 2024.08.14 22:38:27.869655 [ 3 ] {f939f63b-bf3c-4806-8acc-fda488c0aa62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14465 | 2024.08.14 22:38:27.870170 [ 186 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.002977244 sec., 72550.31834810987 rows/sec., 3.04 MiB/sec. | ||
14466 | 2024.08.14 22:38:27.870260 [ 3 ] {f939f63b-bf3c-4806-8acc-fda488c0aa62} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14467 | 2024.08.14 22:38:27.870355 [ 186 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
14468 | 2024.08.14 22:38:27.871008 [ 3 ] {f939f63b-bf3c-4806-8acc-fda488c0aa62} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14469 | 2024.08.14 22:38:27.871235 [ 186 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_36_7} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14470 | 2024.08.14 22:38:27.871280 [ 24 ] {} <Debug> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
14471 | 2024.08.14 22:38:27.871329 [ 3 ] {f939f63b-bf3c-4806-8acc-fda488c0aa62} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.003201 sec., 24054.982817869415 rows/sec., 1.48 MiB/sec. | ||
14472 | 2024.08.14 22:38:27.871364 [ 24 ] {} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14473 | 2024.08.14 22:38:27.871448 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14474 | 2024.08.14 22:38:27.871648 [ 186 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_36_7} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
14475 | 2024.08.14 22:38:27.871953 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
14476 | 2024.08.14 22:38:27.872015 [ 3 ] {f939f63b-bf3c-4806-8acc-fda488c0aa62} <Debug> DynamicQueryHandler: Done processing query | ||
14477 | 2024.08.14 22:38:27.872015 [ 200 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::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 | ||
14478 | 2024.08.14 22:38:27.872046 [ 3 ] {f939f63b-bf3c-4806-8acc-fda488c0aa62} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14479 | 2024.08.14 22:38:27.872074 [ 3 ] {} <Debug> HTTP-Session: 97920f2f-4037-4f02-a535-7744209e1936 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14480 | 2024.08.14 22:38:27.872187 [ 200 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14481 | 2024.08.14 22:38:27.872225 [ 200 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2387 rows starting from the beginning of the part | ||
14482 | 2024.08.14 22:38:27.872268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14483 | 2024.08.14 22:38:27.872407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14484 | 2024.08.14 22:38:27.872427 [ 200 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 77 rows starting from the beginning of the part | ||
14485 | 2024.08.14 22:38:27.872442 [ 3 ] {} <Debug> HTTP-Session: bc8fc9c8-5960-42cc-a395-09d5706a4dd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14486 | 2024.08.14 22:38:27.872491 [ 3 ] {} <Debug> HTTP-Session: bc8fc9c8-5960-42cc-a395-09d5706a4dd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14487 | 2024.08.14 22:38:27.872606 [ 3 ] {} <Debug> HTTP-Session: bc8fc9c8-5960-42cc-a395-09d5706a4dd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14488 | 2024.08.14 22:38:27.872772 [ 3 ] {} <Trace> HTTP-Session: bc8fc9c8-5960-42cc-a395-09d5706a4dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14489 | 2024.08.14 22:38:27.872829 [ 200 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 77 rows starting from the beginning of the part | ||
14490 | 2024.08.14 22:38:27.873080 [ 200 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 77 rows starting from the beginning of the part | ||
14491 | 2024.08.14 22:38:27.873213 [ 3 ] {413e364f-cc6e-4854-9824-0afdde5e1414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14492 | 2024.08.14 22:38:27.873365 [ 3 ] {413e364f-cc6e-4854-9824-0afdde5e1414} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14493 | 2024.08.14 22:38:27.873366 [ 200 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 77 rows starting from the beginning of the part | ||
14494 | 2024.08.14 22:38:27.873754 [ 200 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 77 rows starting from the beginning of the part | ||
14495 | 2024.08.14 22:38:27.874352 [ 3 ] {413e364f-cc6e-4854-9824-0afdde5e1414} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14496 | 2024.08.14 22:38:27.874931 [ 3 ] {413e364f-cc6e-4854-9824-0afdde5e1414} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14497 | 2024.08.14 22:38:27.874970 [ 3 ] {413e364f-cc6e-4854-9824-0afdde5e1414} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14498 | 2024.08.14 22:38:27.875552 [ 3 ] {413e364f-cc6e-4854-9824-0afdde5e1414} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
14499 | 2024.08.14 22:38:27.875986 [ 195 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2772 rows, containing 5 columns (5 merged, 0 gathered) in 0.004329114 sec., 640315.778240074 rows/sec., 39.43 MiB/sec. | ||
14500 | 2024.08.14 22:38:27.876054 [ 3 ] {413e364f-cc6e-4854-9824-0afdde5e1414} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14501 | 2024.08.14 22:38:27.876223 [ 3 ] {413e364f-cc6e-4854-9824-0afdde5e1414} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.003217 sec., 50046.62729250855 rows/sec., 3.49 MiB/sec. | ||
14502 | 2024.08.14 22:38:27.876389 [ 191 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
14503 | 2024.08.14 22:38:27.876518 [ 3 ] {413e364f-cc6e-4854-9824-0afdde5e1414} <Debug> DynamicQueryHandler: Done processing query | ||
14504 | 2024.08.14 22:38:27.876556 [ 3 ] {413e364f-cc6e-4854-9824-0afdde5e1414} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14505 | 2024.08.14 22:38:27.876576 [ 3 ] {} <Debug> HTTP-Session: bc8fc9c8-5960-42cc-a395-09d5706a4dd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14506 | 2024.08.14 22:38:27.876803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 38428, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14507 | 2024.08.14 22:38:27.876906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14508 | 2024.08.14 22:38:27.876938 [ 3 ] {} <Debug> HTTP-Session: 7152640e-17bf-4915-9351-7ffd8720697b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14509 | 2024.08.14 22:38:27.876967 [ 3 ] {} <Debug> HTTP-Session: 7152640e-17bf-4915-9351-7ffd8720697b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14510 | 2024.08.14 22:38:27.877000 [ 3 ] {} <Debug> HTTP-Session: 7152640e-17bf-4915-9351-7ffd8720697b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14511 | 2024.08.14 22:38:27.877059 [ 3 ] {} <Trace> HTTP-Session: 7152640e-17bf-4915-9351-7ffd8720697b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14512 | 2024.08.14 22:38:27.877221 [ 191 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_36_7} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14513 | 2024.08.14 22:38:27.877329 [ 191 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_36_7} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
14514 | 2024.08.14 22:38:27.877482 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
14515 | 2024.08.14 22:38:27.877491 [ 3 ] {7fa9800c-d134-446b-b1ef-f74a2ecb721b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14516 | 2024.08.14 22:38:27.877590 [ 3 ] {7fa9800c-d134-446b-b1ef-f74a2ecb721b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
14517 | 2024.08.14 22:38:27.878015 [ 3 ] {7fa9800c-d134-446b-b1ef-f74a2ecb721b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14518 | 2024.08.14 22:38:27.878626 [ 3 ] {7fa9800c-d134-446b-b1ef-f74a2ecb721b} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14519 | 2024.08.14 22:38:27.878663 [ 3 ] {7fa9800c-d134-446b-b1ef-f74a2ecb721b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14520 | 2024.08.14 22:38:27.879259 [ 3 ] {7fa9800c-d134-446b-b1ef-f74a2ecb721b} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
14521 | 2024.08.14 22:38:27.879660 [ 3 ] {7fa9800c-d134-446b-b1ef-f74a2ecb721b} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14522 | 2024.08.14 22:38:27.879811 [ 3 ] {7fa9800c-d134-446b-b1ef-f74a2ecb721b} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002618 sec., 9167.303284950343 rows/sec., 16.43 MiB/sec. | ||
14523 | 2024.08.14 22:38:27.880006 [ 3 ] {7fa9800c-d134-446b-b1ef-f74a2ecb721b} <Debug> DynamicQueryHandler: Done processing query | ||
14524 | 2024.08.14 22:38:27.880030 [ 3 ] {7fa9800c-d134-446b-b1ef-f74a2ecb721b} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
14525 | 2024.08.14 22:38:27.880046 [ 3 ] {} <Debug> HTTP-Session: 7152640e-17bf-4915-9351-7ffd8720697b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14526 | 2024.08.14 22:38:27.880205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14527 | 2024.08.14 22:38:27.880252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14528 | 2024.08.14 22:38:27.880271 [ 3 ] {} <Debug> HTTP-Session: feaf4d3f-5d14-447c-8e11-11de2884882b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14529 | 2024.08.14 22:38:27.880287 [ 3 ] {} <Debug> HTTP-Session: feaf4d3f-5d14-447c-8e11-11de2884882b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14530 | 2024.08.14 22:38:27.880301 [ 3 ] {} <Debug> HTTP-Session: feaf4d3f-5d14-447c-8e11-11de2884882b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14531 | 2024.08.14 22:38:27.880332 [ 3 ] {} <Trace> HTTP-Session: feaf4d3f-5d14-447c-8e11-11de2884882b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14532 | 2024.08.14 22:38:27.880431 [ 3 ] {2332e6ef-b6aa-4af7-8ecf-47b427330596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
14533 | 2024.08.14 22:38:27.880474 [ 3 ] {2332e6ef-b6aa-4af7-8ecf-47b427330596} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
14534 | 2024.08.14 22:38:27.880599 [ 3 ] {2332e6ef-b6aa-4af7-8ecf-47b427330596} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14535 | 2024.08.14 22:38:27.880895 [ 3 ] {2332e6ef-b6aa-4af7-8ecf-47b427330596} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14536 | 2024.08.14 22:38:27.880930 [ 3 ] {2332e6ef-b6aa-4af7-8ecf-47b427330596} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14537 | 2024.08.14 22:38:27.881270 [ 3 ] {2332e6ef-b6aa-4af7-8ecf-47b427330596} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
14538 | 2024.08.14 22:38:27.881591 [ 3 ] {2332e6ef-b6aa-4af7-8ecf-47b427330596} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14539 | 2024.08.14 22:38:27.881715 [ 3 ] {2332e6ef-b6aa-4af7-8ecf-47b427330596} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001314 sec., 17503.80517503805 rows/sec., 946.83 KiB/sec. | ||
14540 | 2024.08.14 22:38:27.881862 [ 3 ] {2332e6ef-b6aa-4af7-8ecf-47b427330596} <Debug> DynamicQueryHandler: Done processing query | ||
14541 | 2024.08.14 22:38:27.881885 [ 3 ] {2332e6ef-b6aa-4af7-8ecf-47b427330596} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14542 | 2024.08.14 22:38:27.881900 [ 3 ] {} <Debug> HTTP-Session: feaf4d3f-5d14-447c-8e11-11de2884882b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14543 | 2024.08.14 22:38:27.882012 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14544 | 2024.08.14 22:38:27.882058 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14545 | 2024.08.14 22:38:27.882076 [ 3 ] {} <Debug> HTTP-Session: 63e7a585-979f-496b-b28a-ed79eaca0cfd Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14546 | 2024.08.14 22:38:27.882093 [ 3 ] {} <Debug> HTTP-Session: 63e7a585-979f-496b-b28a-ed79eaca0cfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14547 | 2024.08.14 22:38:27.882106 [ 3 ] {} <Debug> HTTP-Session: 63e7a585-979f-496b-b28a-ed79eaca0cfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14548 | 2024.08.14 22:38:27.882136 [ 3 ] {} <Trace> HTTP-Session: 63e7a585-979f-496b-b28a-ed79eaca0cfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14549 | 2024.08.14 22:38:27.882243 [ 3 ] {89f24256-3fb8-4516-ae68-f1a80f5c026b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14550 | 2024.08.14 22:38:27.882286 [ 3 ] {89f24256-3fb8-4516-ae68-f1a80f5c026b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14551 | 2024.08.14 22:38:27.882409 [ 3 ] {89f24256-3fb8-4516-ae68-f1a80f5c026b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14552 | 2024.08.14 22:38:27.882698 [ 3 ] {89f24256-3fb8-4516-ae68-f1a80f5c026b} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14553 | 2024.08.14 22:38:27.882733 [ 3 ] {89f24256-3fb8-4516-ae68-f1a80f5c026b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14554 | 2024.08.14 22:38:27.883074 [ 3 ] {89f24256-3fb8-4516-ae68-f1a80f5c026b} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
14555 | 2024.08.14 22:38:27.883375 [ 3 ] {89f24256-3fb8-4516-ae68-f1a80f5c026b} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14556 | 2024.08.14 22:38:27.883512 [ 3 ] {89f24256-3fb8-4516-ae68-f1a80f5c026b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001303 sec., 46047.58250191865 rows/sec., 3.10 MiB/sec. | ||
14557 | 2024.08.14 22:38:27.883687 [ 3 ] {89f24256-3fb8-4516-ae68-f1a80f5c026b} <Debug> DynamicQueryHandler: Done processing query | ||
14558 | 2024.08.14 22:38:27.883711 [ 3 ] {89f24256-3fb8-4516-ae68-f1a80f5c026b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14559 | 2024.08.14 22:38:27.883726 [ 3 ] {} <Debug> HTTP-Session: 63e7a585-979f-496b-b28a-ed79eaca0cfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14560 | 2024.08.14 22:38:32.845147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14561 | 2024.08.14 22:38:32.845288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14562 | 2024.08.14 22:38:32.845319 [ 3 ] {} <Debug> HTTP-Session: dff9d7df-981c-46d3-85a8-a34f413f4bee Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14563 | 2024.08.14 22:38:32.845348 [ 3 ] {} <Debug> HTTP-Session: dff9d7df-981c-46d3-85a8-a34f413f4bee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14564 | 2024.08.14 22:38:32.845366 [ 3 ] {} <Debug> HTTP-Session: dff9d7df-981c-46d3-85a8-a34f413f4bee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14565 | 2024.08.14 22:38:32.845421 [ 3 ] {} <Trace> HTTP-Session: dff9d7df-981c-46d3-85a8-a34f413f4bee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14566 | 2024.08.14 22:38:32.845636 [ 3 ] {48a2e0c5-75c6-4e69-ae20-d30d45778b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14567 | 2024.08.14 22:38:32.845709 [ 3 ] {48a2e0c5-75c6-4e69-ae20-d30d45778b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14568 | 2024.08.14 22:38:32.845929 [ 3 ] {48a2e0c5-75c6-4e69-ae20-d30d45778b2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14569 | 2024.08.14 22:38:32.846392 [ 3 ] {48a2e0c5-75c6-4e69-ae20-d30d45778b2c} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14570 | 2024.08.14 22:38:32.846434 [ 3 ] {48a2e0c5-75c6-4e69-ae20-d30d45778b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14571 | 2024.08.14 22:38:32.846815 [ 3 ] {48a2e0c5-75c6-4e69-ae20-d30d45778b2c} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14572 | 2024.08.14 22:38:32.847155 [ 3 ] {48a2e0c5-75c6-4e69-ae20-d30d45778b2c} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14573 | 2024.08.14 22:38:32.847296 [ 3 ] {48a2e0c5-75c6-4e69-ae20-d30d45778b2c} <Debug> executeQuery: Read 23 rows, 1.86 KiB in 0.001726 sec., 13325.60834298957 rows/sec., 1.05 MiB/sec. | ||
14574 | 2024.08.14 22:38:32.847515 [ 3 ] {48a2e0c5-75c6-4e69-ae20-d30d45778b2c} <Debug> DynamicQueryHandler: Done processing query | ||
14575 | 2024.08.14 22:38:32.847555 [ 3 ] {48a2e0c5-75c6-4e69-ae20-d30d45778b2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14576 | 2024.08.14 22:38:32.847592 [ 3 ] {} <Debug> HTTP-Session: dff9d7df-981c-46d3-85a8-a34f413f4bee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14577 | 2024.08.14 22:38:32.847724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14578 | 2024.08.14 22:38:32.847777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14579 | 2024.08.14 22:38:32.847797 [ 3 ] {} <Debug> HTTP-Session: 4b9272d7-d9d9-4f54-acef-e5d8df9dd745 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14580 | 2024.08.14 22:38:32.847816 [ 3 ] {} <Debug> HTTP-Session: 4b9272d7-d9d9-4f54-acef-e5d8df9dd745 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14581 | 2024.08.14 22:38:32.847830 [ 3 ] {} <Debug> HTTP-Session: 4b9272d7-d9d9-4f54-acef-e5d8df9dd745 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14582 | 2024.08.14 22:38:32.847866 [ 3 ] {} <Trace> HTTP-Session: 4b9272d7-d9d9-4f54-acef-e5d8df9dd745 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14583 | 2024.08.14 22:38:32.847968 [ 3 ] {16bdead4-a32a-4c40-b859-9907b54d690b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14584 | 2024.08.14 22:38:32.848016 [ 3 ] {16bdead4-a32a-4c40-b859-9907b54d690b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14585 | 2024.08.14 22:38:32.848147 [ 3 ] {16bdead4-a32a-4c40-b859-9907b54d690b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14586 | 2024.08.14 22:38:32.848494 [ 3 ] {16bdead4-a32a-4c40-b859-9907b54d690b} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14587 | 2024.08.14 22:38:32.848530 [ 3 ] {16bdead4-a32a-4c40-b859-9907b54d690b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14588 | 2024.08.14 22:38:32.848836 [ 3 ] {16bdead4-a32a-4c40-b859-9907b54d690b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
14589 | 2024.08.14 22:38:32.849150 [ 3 ] {16bdead4-a32a-4c40-b859-9907b54d690b} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14590 | 2024.08.14 22:38:32.849280 [ 3 ] {16bdead4-a32a-4c40-b859-9907b54d690b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001336 sec., 1497.005988023952 rows/sec., 122.07 KiB/sec. | ||
14591 | 2024.08.14 22:38:32.849597 [ 3 ] {16bdead4-a32a-4c40-b859-9907b54d690b} <Debug> DynamicQueryHandler: Done processing query | ||
14592 | 2024.08.14 22:38:32.849622 [ 3 ] {16bdead4-a32a-4c40-b859-9907b54d690b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14593 | 2024.08.14 22:38:32.849638 [ 3 ] {} <Debug> HTTP-Session: 4b9272d7-d9d9-4f54-acef-e5d8df9dd745 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14594 | 2024.08.14 22:38:32.849755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 18381, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14595 | 2024.08.14 22:38:32.849806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14596 | 2024.08.14 22:38:32.849825 [ 3 ] {} <Debug> HTTP-Session: 2a96171f-2e69-46f0-961b-1278e3ace48e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14597 | 2024.08.14 22:38:32.849841 [ 3 ] {} <Debug> HTTP-Session: 2a96171f-2e69-46f0-961b-1278e3ace48e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14598 | 2024.08.14 22:38:32.849855 [ 3 ] {} <Debug> HTTP-Session: 2a96171f-2e69-46f0-961b-1278e3ace48e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14599 | 2024.08.14 22:38:32.849887 [ 3 ] {} <Trace> HTTP-Session: 2a96171f-2e69-46f0-961b-1278e3ace48e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14600 | 2024.08.14 22:38:32.850027 [ 3 ] {5d58db57-3f8c-4d59-905c-30d6b7a96499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14601 | 2024.08.14 22:38:32.850071 [ 3 ] {5d58db57-3f8c-4d59-905c-30d6b7a96499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14602 | 2024.08.14 22:38:32.850216 [ 3 ] {5d58db57-3f8c-4d59-905c-30d6b7a96499} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14603 | 2024.08.14 22:38:32.850570 [ 3 ] {5d58db57-3f8c-4d59-905c-30d6b7a96499} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14604 | 2024.08.14 22:38:32.850607 [ 3 ] {5d58db57-3f8c-4d59-905c-30d6b7a96499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14605 | 2024.08.14 22:38:32.850922 [ 3 ] {5d58db57-3f8c-4d59-905c-30d6b7a96499} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14606 | 2024.08.14 22:38:32.851234 [ 3 ] {5d58db57-3f8c-4d59-905c-30d6b7a96499} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14607 | 2024.08.14 22:38:32.851366 [ 3 ] {5d58db57-3f8c-4d59-905c-30d6b7a96499} <Debug> executeQuery: Read 126 rows, 10.71 KiB in 0.001398 sec., 90128.75536480687 rows/sec., 7.48 MiB/sec. | ||
14608 | 2024.08.14 22:38:32.851512 [ 3 ] {5d58db57-3f8c-4d59-905c-30d6b7a96499} <Debug> DynamicQueryHandler: Done processing query | ||
14609 | 2024.08.14 22:38:32.851537 [ 3 ] {5d58db57-3f8c-4d59-905c-30d6b7a96499} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
14610 | 2024.08.14 22:38:32.851553 [ 3 ] {} <Debug> HTTP-Session: 2a96171f-2e69-46f0-961b-1278e3ace48e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14611 | 2024.08.14 22:38:32.851650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14612 | 2024.08.14 22:38:32.851697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14613 | 2024.08.14 22:38:32.851716 [ 3 ] {} <Debug> HTTP-Session: 0afdf87c-26d0-465f-b9ba-37a15b8607c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14614 | 2024.08.14 22:38:32.851733 [ 3 ] {} <Debug> HTTP-Session: 0afdf87c-26d0-465f-b9ba-37a15b8607c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14615 | 2024.08.14 22:38:32.851746 [ 3 ] {} <Debug> HTTP-Session: 0afdf87c-26d0-465f-b9ba-37a15b8607c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14616 | 2024.08.14 22:38:32.851778 [ 3 ] {} <Trace> HTTP-Session: 0afdf87c-26d0-465f-b9ba-37a15b8607c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14617 | 2024.08.14 22:38:32.851871 [ 3 ] {e1a26356-9aff-471d-9252-a079375a6d4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14618 | 2024.08.14 22:38:32.851913 [ 3 ] {e1a26356-9aff-471d-9252-a079375a6d4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14619 | 2024.08.14 22:38:32.852037 [ 3 ] {e1a26356-9aff-471d-9252-a079375a6d4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14620 | 2024.08.14 22:38:32.852329 [ 3 ] {e1a26356-9aff-471d-9252-a079375a6d4a} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14621 | 2024.08.14 22:38:32.852364 [ 3 ] {e1a26356-9aff-471d-9252-a079375a6d4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14622 | 2024.08.14 22:38:32.852659 [ 3 ] {e1a26356-9aff-471d-9252-a079375a6d4a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
14623 | 2024.08.14 22:38:32.852966 [ 3 ] {e1a26356-9aff-471d-9252-a079375a6d4a} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14624 | 2024.08.14 22:38:32.853089 [ 3 ] {e1a26356-9aff-471d-9252-a079375a6d4a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001241 sec., 1611.6035455278002 rows/sec., 112.53 KiB/sec. | ||
14625 | 2024.08.14 22:38:32.853248 [ 3 ] {e1a26356-9aff-471d-9252-a079375a6d4a} <Debug> DynamicQueryHandler: Done processing query | ||
14626 | 2024.08.14 22:38:32.853273 [ 3 ] {e1a26356-9aff-471d-9252-a079375a6d4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14627 | 2024.08.14 22:38:32.853289 [ 3 ] {} <Debug> HTTP-Session: 0afdf87c-26d0-465f-b9ba-37a15b8607c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14628 | 2024.08.14 22:38:32.853403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 15126, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14629 | 2024.08.14 22:38:32.853452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14630 | 2024.08.14 22:38:32.853472 [ 3 ] {} <Debug> HTTP-Session: 9350ec7f-003d-4e24-93fb-819628df1595 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14631 | 2024.08.14 22:38:32.853488 [ 3 ] {} <Debug> HTTP-Session: 9350ec7f-003d-4e24-93fb-819628df1595 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14632 | 2024.08.14 22:38:32.853502 [ 3 ] {} <Debug> HTTP-Session: 9350ec7f-003d-4e24-93fb-819628df1595 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14633 | 2024.08.14 22:38:32.853533 [ 3 ] {} <Trace> HTTP-Session: 9350ec7f-003d-4e24-93fb-819628df1595 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14634 | 2024.08.14 22:38:32.853652 [ 3 ] {7e02080a-97d4-4675-b9ba-754d8831bdb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14635 | 2024.08.14 22:38:32.853694 [ 3 ] {7e02080a-97d4-4675-b9ba-754d8831bdb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14636 | 2024.08.14 22:38:32.853818 [ 3 ] {7e02080a-97d4-4675-b9ba-754d8831bdb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14637 | 2024.08.14 22:38:32.854225 [ 3 ] {7e02080a-97d4-4675-b9ba-754d8831bdb6} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14638 | 2024.08.14 22:38:32.854265 [ 3 ] {7e02080a-97d4-4675-b9ba-754d8831bdb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14639 | 2024.08.14 22:38:32.854575 [ 3 ] {7e02080a-97d4-4675-b9ba-754d8831bdb6} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14640 | 2024.08.14 22:38:32.854884 [ 3 ] {7e02080a-97d4-4675-b9ba-754d8831bdb6} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14641 | 2024.08.14 22:38:32.855012 [ 3 ] {7e02080a-97d4-4675-b9ba-754d8831bdb6} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001406 sec., 63300.142247510674 rows/sec., 4.95 MiB/sec. | ||
14642 | 2024.08.14 22:38:32.855173 [ 3 ] {7e02080a-97d4-4675-b9ba-754d8831bdb6} <Debug> DynamicQueryHandler: Done processing query | ||
14643 | 2024.08.14 22:38:32.855199 [ 3 ] {7e02080a-97d4-4675-b9ba-754d8831bdb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
14644 | 2024.08.14 22:38:32.855214 [ 3 ] {} <Debug> HTTP-Session: 9350ec7f-003d-4e24-93fb-819628df1595 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14645 | 2024.08.14 22:38:32.855347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30849, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14646 | 2024.08.14 22:38:32.855396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14647 | 2024.08.14 22:38:32.855415 [ 3 ] {} <Debug> HTTP-Session: 280391de-1df0-46cc-9b8d-6be25ba95db0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14648 | 2024.08.14 22:38:32.855432 [ 3 ] {} <Debug> HTTP-Session: 280391de-1df0-46cc-9b8d-6be25ba95db0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14649 | 2024.08.14 22:38:32.855446 [ 3 ] {} <Debug> HTTP-Session: 280391de-1df0-46cc-9b8d-6be25ba95db0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14650 | 2024.08.14 22:38:32.855477 [ 3 ] {} <Trace> HTTP-Session: 280391de-1df0-46cc-9b8d-6be25ba95db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14651 | 2024.08.14 22:38:32.855622 [ 3 ] {4376389a-7541-4428-a19c-8147a68fe790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14652 | 2024.08.14 22:38:32.855669 [ 3 ] {4376389a-7541-4428-a19c-8147a68fe790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14653 | 2024.08.14 22:38:32.855813 [ 3 ] {4376389a-7541-4428-a19c-8147a68fe790} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14654 | 2024.08.14 22:38:32.856267 [ 3 ] {4376389a-7541-4428-a19c-8147a68fe790} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14655 | 2024.08.14 22:38:32.856303 [ 3 ] {4376389a-7541-4428-a19c-8147a68fe790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14656 | 2024.08.14 22:38:32.856687 [ 3 ] {4376389a-7541-4428-a19c-8147a68fe790} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
14657 | 2024.08.14 22:38:32.857025 [ 3 ] {4376389a-7541-4428-a19c-8147a68fe790} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14658 | 2024.08.14 22:38:32.857153 [ 3 ] {4376389a-7541-4428-a19c-8147a68fe790} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001597 sec., 100814.02629931121 rows/sec., 7.02 MiB/sec. | ||
14659 | 2024.08.14 22:38:32.857353 [ 3 ] {4376389a-7541-4428-a19c-8147a68fe790} <Debug> DynamicQueryHandler: Done processing query | ||
14660 | 2024.08.14 22:38:32.857389 [ 3 ] {4376389a-7541-4428-a19c-8147a68fe790} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14661 | 2024.08.14 22:38:32.857422 [ 3 ] {} <Debug> HTTP-Session: 280391de-1df0-46cc-9b8d-6be25ba95db0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14662 | 2024.08.14 22:38:32.857583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 37033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14663 | 2024.08.14 22:38:32.857633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14664 | 2024.08.14 22:38:32.857651 [ 3 ] {} <Debug> HTTP-Session: b002ef02-c902-487e-80ef-cc049d73df0c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14665 | 2024.08.14 22:38:32.857668 [ 3 ] {} <Debug> HTTP-Session: b002ef02-c902-487e-80ef-cc049d73df0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14666 | 2024.08.14 22:38:32.857681 [ 3 ] {} <Debug> HTTP-Session: b002ef02-c902-487e-80ef-cc049d73df0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14667 | 2024.08.14 22:38:32.857712 [ 3 ] {} <Trace> HTTP-Session: b002ef02-c902-487e-80ef-cc049d73df0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14668 | 2024.08.14 22:38:32.857987 [ 3 ] {333c6810-71ea-44c4-9dc0-1c3430879cc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14669 | 2024.08.14 22:38:32.858049 [ 3 ] {333c6810-71ea-44c4-9dc0-1c3430879cc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
14670 | 2024.08.14 22:38:32.858451 [ 3 ] {333c6810-71ea-44c4-9dc0-1c3430879cc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14671 | 2024.08.14 22:38:32.859112 [ 3 ] {333c6810-71ea-44c4-9dc0-1c3430879cc8} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14672 | 2024.08.14 22:38:32.859147 [ 3 ] {333c6810-71ea-44c4-9dc0-1c3430879cc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14673 | 2024.08.14 22:38:32.859738 [ 3 ] {333c6810-71ea-44c4-9dc0-1c3430879cc8} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
14674 | 2024.08.14 22:38:32.860139 [ 3 ] {333c6810-71ea-44c4-9dc0-1c3430879cc8} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14675 | 2024.08.14 22:38:32.860275 [ 48 ] {} <Debug> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
14676 | 2024.08.14 22:38:32.860287 [ 3 ] {333c6810-71ea-44c4-9dc0-1c3430879cc8} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002491 sec., 9233.239662786029 rows/sec., 16.55 MiB/sec. | ||
14677 | 2024.08.14 22:38:32.860325 [ 48 ] {} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14678 | 2024.08.14 22:38:32.860377 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14679 | 2024.08.14 22:38:32.860670 [ 3 ] {333c6810-71ea-44c4-9dc0-1c3430879cc8} <Debug> DynamicQueryHandler: Done processing query | ||
14680 | 2024.08.14 22:38:32.860704 [ 3 ] {333c6810-71ea-44c4-9dc0-1c3430879cc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
14681 | 2024.08.14 22:38:32.860715 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::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 | ||
14682 | 2024.08.14 22:38:32.860738 [ 3 ] {} <Debug> HTTP-Session: b002ef02-c902-487e-80ef-cc049d73df0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14683 | 2024.08.14 22:38:32.860998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14684 | 2024.08.14 22:38:32.861101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14685 | 2024.08.14 22:38:32.861158 [ 3 ] {} <Debug> HTTP-Session: 40633e2f-fe89-422b-af8a-db6e0168d7f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14686 | 2024.08.14 22:38:32.861222 [ 3 ] {} <Debug> HTTP-Session: 40633e2f-fe89-422b-af8a-db6e0168d7f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14687 | 2024.08.14 22:38:32.861265 [ 3 ] {} <Debug> HTTP-Session: 40633e2f-fe89-422b-af8a-db6e0168d7f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14688 | 2024.08.14 22:38:32.861353 [ 3 ] {} <Trace> HTTP-Session: 40633e2f-fe89-422b-af8a-db6e0168d7f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14689 | 2024.08.14 22:38:32.861682 [ 3 ] {4316a92b-5e80-4139-9e9c-de4f90349a48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14690 | 2024.08.14 22:38:32.861714 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14691 | 2024.08.14 22:38:32.861769 [ 3 ] {4316a92b-5e80-4139-9e9c-de4f90349a48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14692 | 2024.08.14 22:38:32.861925 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1165 rows starting from the beginning of the part | ||
14693 | 2024.08.14 22:38:32.862666 [ 3 ] {4316a92b-5e80-4139-9e9c-de4f90349a48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14694 | 2024.08.14 22:38:32.862716 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 21 rows starting from the beginning of the part | ||
14695 | 2024.08.14 22:38:32.863327 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 23 rows starting from the beginning of the part | ||
14696 | 2024.08.14 22:38:32.864048 [ 3 ] {4316a92b-5e80-4139-9e9c-de4f90349a48} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14697 | 2024.08.14 22:38:32.864072 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 23 rows starting from the beginning of the part | ||
14698 | 2024.08.14 22:38:32.864116 [ 3 ] {4316a92b-5e80-4139-9e9c-de4f90349a48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14699 | 2024.08.14 22:38:32.864607 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 24 rows starting from the beginning of the part | ||
14700 | 2024.08.14 22:38:32.865269 [ 195 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 23 rows starting from the beginning of the part | ||
14701 | 2024.08.14 22:38:32.865673 [ 3 ] {4316a92b-5e80-4139-9e9c-de4f90349a48} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
14702 | 2024.08.14 22:38:32.866721 [ 3 ] {4316a92b-5e80-4139-9e9c-de4f90349a48} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14703 | 2024.08.14 22:38:32.867024 [ 3 ] {4316a92b-5e80-4139-9e9c-de4f90349a48} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005469 sec., 10970.927043335161 rows/sec., 757.11 KiB/sec. | ||
14704 | 2024.08.14 22:38:32.867919 [ 3 ] {4316a92b-5e80-4139-9e9c-de4f90349a48} <Debug> DynamicQueryHandler: Done processing query | ||
14705 | 2024.08.14 22:38:32.868083 [ 3 ] {4316a92b-5e80-4139-9e9c-de4f90349a48} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14706 | 2024.08.14 22:38:32.868201 [ 3 ] {} <Debug> HTTP-Session: 40633e2f-fe89-422b-af8a-db6e0168d7f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14707 | 2024.08.14 22:38:32.872346 [ 201 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1279 rows, containing 19 columns (19 merged, 0 gathered) in 0.011812332 sec., 108276.67221002592 rows/sec., 194.03 MiB/sec. | ||
14708 | 2024.08.14 22:38:32.873773 [ 201 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
14709 | 2024.08.14 22:38:32.874408 [ 201 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_76_15} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14710 | 2024.08.14 22:38:32.874503 [ 201 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_76_15} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
14711 | 2024.08.14 22:38:32.874674 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.62 MiB. | ||
14712 | 2024.08.14 22:38:36.807542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14713 | 2024.08.14 22:38:36.807655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14714 | 2024.08.14 22:38:36.807681 [ 3 ] {} <Debug> HTTP-Session: 28c7c9ae-1f40-40ab-bacf-a846351a60bd Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14715 | 2024.08.14 22:38:36.807704 [ 3 ] {} <Debug> HTTP-Session: 28c7c9ae-1f40-40ab-bacf-a846351a60bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14716 | 2024.08.14 22:38:36.807720 [ 3 ] {} <Debug> HTTP-Session: 28c7c9ae-1f40-40ab-bacf-a846351a60bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14717 | 2024.08.14 22:38:36.807769 [ 3 ] {} <Trace> HTTP-Session: 28c7c9ae-1f40-40ab-bacf-a846351a60bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14718 | 2024.08.14 22:38:36.808009 [ 3 ] {5a077e65-defa-405c-b1fe-b9bd579237ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
14719 | 2024.08.14 22:38:36.808421 [ 3 ] {5a077e65-defa-405c-b1fe-b9bd579237ae} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
14720 | 2024.08.14 22:38:36.808474 [ 3 ] {5a077e65-defa-405c-b1fe-b9bd579237ae} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
14721 | 2024.08.14 22:38:36.808853 [ 3 ] {5a077e65-defa-405c-b1fe-b9bd579237ae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
14722 | 2024.08.14 22:38:36.808937 [ 3 ] {5a077e65-defa-405c-b1fe-b9bd579237ae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
14723 | 2024.08.14 22:38:36.809110 [ 3 ] {5a077e65-defa-405c-b1fe-b9bd579237ae} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
14724 | 2024.08.14 22:38:36.809268 [ 261 ] {5a077e65-defa-405c-b1fe-b9bd579237ae} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
14725 | 2024.08.14 22:38:36.809300 [ 257 ] {5a077e65-defa-405c-b1fe-b9bd579237ae} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
14726 | 2024.08.14 22:38:36.809468 [ 3 ] {5a077e65-defa-405c-b1fe-b9bd579237ae} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (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 | ||
14727 | 2024.08.14 22:38:36.809501 [ 3 ] {5a077e65-defa-405c-b1fe-b9bd579237ae} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
14728 | 2024.08.14 22:38:36.809594 [ 3 ] {5a077e65-defa-405c-b1fe-b9bd579237ae} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
14729 | 2024.08.14 22:38:36.809618 [ 3 ] {5a077e65-defa-405c-b1fe-b9bd579237ae} <Debug> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2) (SelectExecutor): Reading approx. 42 rows with 2 streams | ||
14730 | 2024.08.14 22:38:36.809662 [ 3 ] {5a077e65-defa-405c-b1fe-b9bd579237ae} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
14731 | 2024.08.14 22:38:36.809707 [ 3 ] {5a077e65-defa-405c-b1fe-b9bd579237ae} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
14732 | 2024.08.14 22:38:36.811342 [ 3 ] {5a077e65-defa-405c-b1fe-b9bd579237ae} <Debug> executeQuery: Read 42 rows, 1.57 KiB in 0.003448 sec., 12180.974477958236 rows/sec., 454.86 KiB/sec. | ||
14733 | 2024.08.14 22:38:36.811680 [ 3 ] {5a077e65-defa-405c-b1fe-b9bd579237ae} <Debug> DynamicQueryHandler: Done processing query | ||
14734 | 2024.08.14 22:38:36.811706 [ 3 ] {5a077e65-defa-405c-b1fe-b9bd579237ae} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
14735 | 2024.08.14 22:38:36.811723 [ 3 ] {} <Debug> HTTP-Session: 28c7c9ae-1f40-40ab-bacf-a846351a60bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14736 | 2024.08.14 22:38:36.814642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14737 | 2024.08.14 22:38:36.814706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14738 | 2024.08.14 22:38:36.814732 [ 3 ] {} <Debug> HTTP-Session: 27b09f9a-b594-4f50-9e84-45f70d1a71cb Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14739 | 2024.08.14 22:38:36.814753 [ 3 ] {} <Debug> HTTP-Session: 27b09f9a-b594-4f50-9e84-45f70d1a71cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14740 | 2024.08.14 22:38:36.814770 [ 3 ] {} <Debug> HTTP-Session: 27b09f9a-b594-4f50-9e84-45f70d1a71cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14741 | 2024.08.14 22:38:36.814815 [ 3 ] {} <Trace> HTTP-Session: 27b09f9a-b594-4f50-9e84-45f70d1a71cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14742 | 2024.08.14 22:38:36.814955 [ 3 ] {bff98715-b04d-4d06-ba4d-f2f4dab76369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
14743 | 2024.08.14 22:38:36.815014 [ 3 ] {bff98715-b04d-4d06-ba4d-f2f4dab76369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
14744 | 2024.08.14 22:38:36.815204 [ 3 ] {bff98715-b04d-4d06-ba4d-f2f4dab76369} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14745 | 2024.08.14 22:38:36.815530 [ 3 ] {bff98715-b04d-4d06-ba4d-f2f4dab76369} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14746 | 2024.08.14 22:38:36.815570 [ 3 ] {bff98715-b04d-4d06-ba4d-f2f4dab76369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14747 | 2024.08.14 22:38:36.816056 [ 3 ] {bff98715-b04d-4d06-ba4d-f2f4dab76369} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
14748 | 2024.08.14 22:38:36.816380 [ 3 ] {bff98715-b04d-4d06-ba4d-f2f4dab76369} <Trace> oximeter.timeseries_schema (77e93720-66fc-44f7-b3b2-3ca0c014adf2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14749 | 2024.08.14 22:38:36.816551 [ 3 ] {bff98715-b04d-4d06-ba4d-f2f4dab76369} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.001636 sec., 611.2469437652811 rows/sec., 170.12 KiB/sec. | ||
14750 | 2024.08.14 22:38:36.816878 [ 3 ] {bff98715-b04d-4d06-ba4d-f2f4dab76369} <Debug> DynamicQueryHandler: Done processing query | ||
14751 | 2024.08.14 22:38:36.816912 [ 3 ] {bff98715-b04d-4d06-ba4d-f2f4dab76369} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
14752 | 2024.08.14 22:38:36.816928 [ 3 ] {} <Debug> HTTP-Session: 27b09f9a-b594-4f50-9e84-45f70d1a71cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14753 | 2024.08.14 22:38:36.817082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 4189, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14754 | 2024.08.14 22:38:36.817134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14755 | 2024.08.14 22:38:36.817153 [ 3 ] {} <Debug> HTTP-Session: 3faf2fa9-1995-4499-9f0b-61fc90fe8062 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14756 | 2024.08.14 22:38:36.817169 [ 3 ] {} <Debug> HTTP-Session: 3faf2fa9-1995-4499-9f0b-61fc90fe8062 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14757 | 2024.08.14 22:38:36.817183 [ 3 ] {} <Debug> HTTP-Session: 3faf2fa9-1995-4499-9f0b-61fc90fe8062 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14758 | 2024.08.14 22:38:36.817218 [ 3 ] {} <Trace> HTTP-Session: 3faf2fa9-1995-4499-9f0b-61fc90fe8062 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14759 | 2024.08.14 22:38:36.817330 [ 3 ] {f8c033ae-c83d-45fa-9428-035ffe7dae41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14760 | 2024.08.14 22:38:36.817375 [ 3 ] {f8c033ae-c83d-45fa-9428-035ffe7dae41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14761 | 2024.08.14 22:38:36.817519 [ 3 ] {f8c033ae-c83d-45fa-9428-035ffe7dae41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14762 | 2024.08.14 22:38:36.817876 [ 3 ] {f8c033ae-c83d-45fa-9428-035ffe7dae41} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14763 | 2024.08.14 22:38:36.817914 [ 3 ] {f8c033ae-c83d-45fa-9428-035ffe7dae41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14764 | 2024.08.14 22:38:36.818254 [ 3 ] {f8c033ae-c83d-45fa-9428-035ffe7dae41} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14765 | 2024.08.14 22:38:36.818575 [ 3 ] {f8c033ae-c83d-45fa-9428-035ffe7dae41} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14766 | 2024.08.14 22:38:36.818744 [ 3 ] {f8c033ae-c83d-45fa-9428-035ffe7dae41} <Debug> executeQuery: Read 30 rows, 2.29 KiB in 0.001439 sec., 20847.810979847116 rows/sec., 1.55 MiB/sec. | ||
14767 | 2024.08.14 22:38:36.818913 [ 3 ] {f8c033ae-c83d-45fa-9428-035ffe7dae41} <Debug> DynamicQueryHandler: Done processing query | ||
14768 | 2024.08.14 22:38:36.818946 [ 3 ] {f8c033ae-c83d-45fa-9428-035ffe7dae41} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14769 | 2024.08.14 22:38:36.818970 [ 3 ] {} <Debug> HTTP-Session: 3faf2fa9-1995-4499-9f0b-61fc90fe8062 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14770 | 2024.08.14 22:38:36.819104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 1284, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14771 | 2024.08.14 22:38:36.819159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14772 | 2024.08.14 22:38:36.819178 [ 3 ] {} <Debug> HTTP-Session: 0f88ab2b-f567-4d5a-a770-4b71730e2db7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14773 | 2024.08.14 22:38:36.819195 [ 3 ] {} <Debug> HTTP-Session: 0f88ab2b-f567-4d5a-a770-4b71730e2db7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14774 | 2024.08.14 22:38:36.819209 [ 3 ] {} <Debug> HTTP-Session: 0f88ab2b-f567-4d5a-a770-4b71730e2db7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14775 | 2024.08.14 22:38:36.819241 [ 3 ] {} <Trace> HTTP-Session: 0f88ab2b-f567-4d5a-a770-4b71730e2db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14776 | 2024.08.14 22:38:36.819340 [ 3 ] {4fbb265e-00cf-405e-a199-858dbce2d101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14777 | 2024.08.14 22:38:36.819383 [ 3 ] {4fbb265e-00cf-405e-a199-858dbce2d101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14778 | 2024.08.14 22:38:36.819516 [ 3 ] {4fbb265e-00cf-405e-a199-858dbce2d101} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14779 | 2024.08.14 22:38:36.819814 [ 3 ] {4fbb265e-00cf-405e-a199-858dbce2d101} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14780 | 2024.08.14 22:38:36.819851 [ 3 ] {4fbb265e-00cf-405e-a199-858dbce2d101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14781 | 2024.08.14 22:38:36.820155 [ 3 ] {4fbb265e-00cf-405e-a199-858dbce2d101} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
14782 | 2024.08.14 22:38:36.820465 [ 3 ] {4fbb265e-00cf-405e-a199-858dbce2d101} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14783 | 2024.08.14 22:38:36.820617 [ 3 ] {4fbb265e-00cf-405e-a199-858dbce2d101} <Debug> executeQuery: Read 8 rows, 653.00 B in 0.001297 sec., 6168.080185042406 rows/sec., 491.67 KiB/sec. | ||
14784 | 2024.08.14 22:38:36.820930 [ 3 ] {4fbb265e-00cf-405e-a199-858dbce2d101} <Debug> DynamicQueryHandler: Done processing query | ||
14785 | 2024.08.14 22:38:36.820956 [ 3 ] {4fbb265e-00cf-405e-a199-858dbce2d101} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14786 | 2024.08.14 22:38:36.820972 [ 3 ] {} <Debug> HTTP-Session: 0f88ab2b-f567-4d5a-a770-4b71730e2db7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14787 | 2024.08.14 22:38:36.821282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 210344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14788 | 2024.08.14 22:38:36.821334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14789 | 2024.08.14 22:38:36.821353 [ 3 ] {} <Debug> HTTP-Session: 31c84ad7-c724-482f-bd5d-73f58c7c639b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14790 | 2024.08.14 22:38:36.821369 [ 3 ] {} <Debug> HTTP-Session: 31c84ad7-c724-482f-bd5d-73f58c7c639b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14791 | 2024.08.14 22:38:36.821383 [ 3 ] {} <Debug> HTTP-Session: 31c84ad7-c724-482f-bd5d-73f58c7c639b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14792 | 2024.08.14 22:38:36.821413 [ 3 ] {} <Trace> HTTP-Session: 31c84ad7-c724-482f-bd5d-73f58c7c639b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14793 | 2024.08.14 22:38:36.821952 [ 3 ] {2f81d551-a924-403a-8d5a-b34a6259ddff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14794 | 2024.08.14 22:38:36.822002 [ 3 ] {2f81d551-a924-403a-8d5a-b34a6259ddff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14795 | 2024.08.14 22:38:36.822145 [ 3 ] {2f81d551-a924-403a-8d5a-b34a6259ddff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14796 | 2024.08.14 22:38:36.823452 [ 3 ] {2f81d551-a924-403a-8d5a-b34a6259ddff} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14797 | 2024.08.14 22:38:36.823491 [ 3 ] {2f81d551-a924-403a-8d5a-b34a6259ddff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14798 | 2024.08.14 22:38:36.823902 [ 3 ] {2f81d551-a924-403a-8d5a-b34a6259ddff} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14799 | 2024.08.14 22:38:36.824210 [ 3 ] {2f81d551-a924-403a-8d5a-b34a6259ddff} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14800 | 2024.08.14 22:38:36.824365 [ 3 ] {2f81d551-a924-403a-8d5a-b34a6259ddff} <Debug> executeQuery: Read 1440 rows, 123.29 KiB in 0.002753 sec., 523065.74645840906 rows/sec., 43.73 MiB/sec. | ||
14801 | 2024.08.14 22:38:36.824656 [ 3 ] {2f81d551-a924-403a-8d5a-b34a6259ddff} <Debug> DynamicQueryHandler: Done processing query | ||
14802 | 2024.08.14 22:38:36.824724 [ 3 ] {2f81d551-a924-403a-8d5a-b34a6259ddff} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
14803 | 2024.08.14 22:38:36.824788 [ 3 ] {} <Debug> HTTP-Session: 31c84ad7-c724-482f-bd5d-73f58c7c639b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14804 | 2024.08.14 22:38:36.825075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 1153, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14805 | 2024.08.14 22:38:36.825158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14806 | 2024.08.14 22:38:36.825181 [ 3 ] {} <Debug> HTTP-Session: 6ca46e85-c8f8-40b8-b0cd-21ef9a8abc4f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14807 | 2024.08.14 22:38:36.825198 [ 3 ] {} <Debug> HTTP-Session: 6ca46e85-c8f8-40b8-b0cd-21ef9a8abc4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14808 | 2024.08.14 22:38:36.825212 [ 3 ] {} <Debug> HTTP-Session: 6ca46e85-c8f8-40b8-b0cd-21ef9a8abc4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14809 | 2024.08.14 22:38:36.825243 [ 3 ] {} <Trace> HTTP-Session: 6ca46e85-c8f8-40b8-b0cd-21ef9a8abc4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14810 | 2024.08.14 22:38:36.825345 [ 3 ] {f28a406a-753e-4b75-b66a-4a1c0c3b5587} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14811 | 2024.08.14 22:38:36.825390 [ 3 ] {f28a406a-753e-4b75-b66a-4a1c0c3b5587} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14812 | 2024.08.14 22:38:36.825540 [ 3 ] {f28a406a-753e-4b75-b66a-4a1c0c3b5587} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14813 | 2024.08.14 22:38:36.825820 [ 3 ] {f28a406a-753e-4b75-b66a-4a1c0c3b5587} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14814 | 2024.08.14 22:38:36.825857 [ 3 ] {f28a406a-753e-4b75-b66a-4a1c0c3b5587} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14815 | 2024.08.14 22:38:36.826174 [ 3 ] {f28a406a-753e-4b75-b66a-4a1c0c3b5587} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
14816 | 2024.08.14 22:38:36.826476 [ 3 ] {f28a406a-753e-4b75-b66a-4a1c0c3b5587} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14817 | 2024.08.14 22:38:36.826638 [ 3 ] {f28a406a-753e-4b75-b66a-4a1c0c3b5587} <Debug> executeQuery: Read 8 rows, 557.00 B in 0.001313 sec., 6092.916984006093 rows/sec., 414.28 KiB/sec. | ||
14818 | 2024.08.14 22:38:36.826939 [ 3 ] {f28a406a-753e-4b75-b66a-4a1c0c3b5587} <Debug> DynamicQueryHandler: Done processing query | ||
14819 | 2024.08.14 22:38:36.826963 [ 3 ] {f28a406a-753e-4b75-b66a-4a1c0c3b5587} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14820 | 2024.08.14 22:38:36.826980 [ 3 ] {} <Debug> HTTP-Session: 6ca46e85-c8f8-40b8-b0cd-21ef9a8abc4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14821 | 2024.08.14 22:38:36.827158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 32059, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14822 | 2024.08.14 22:38:36.827209 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14823 | 2024.08.14 22:38:36.827228 [ 3 ] {} <Debug> HTTP-Session: 7e22d8d7-8a15-47c9-abbe-72f66e48b03e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14824 | 2024.08.14 22:38:36.827245 [ 3 ] {} <Debug> HTTP-Session: 7e22d8d7-8a15-47c9-abbe-72f66e48b03e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14825 | 2024.08.14 22:38:36.827259 [ 3 ] {} <Debug> HTTP-Session: 7e22d8d7-8a15-47c9-abbe-72f66e48b03e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14826 | 2024.08.14 22:38:36.827290 [ 3 ] {} <Trace> HTTP-Session: 7e22d8d7-8a15-47c9-abbe-72f66e48b03e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14827 | 2024.08.14 22:38:36.827442 [ 3 ] {ae7d179e-6d57-4aa6-a091-6a63108eedad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
14828 | 2024.08.14 22:38:36.827488 [ 3 ] {ae7d179e-6d57-4aa6-a091-6a63108eedad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14829 | 2024.08.14 22:38:36.827630 [ 3 ] {ae7d179e-6d57-4aa6-a091-6a63108eedad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14830 | 2024.08.14 22:38:36.828114 [ 3 ] {ae7d179e-6d57-4aa6-a091-6a63108eedad} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14831 | 2024.08.14 22:38:36.828152 [ 3 ] {ae7d179e-6d57-4aa6-a091-6a63108eedad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14832 | 2024.08.14 22:38:36.828483 [ 3 ] {ae7d179e-6d57-4aa6-a091-6a63108eedad} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
14833 | 2024.08.14 22:38:36.828802 [ 3 ] {ae7d179e-6d57-4aa6-a091-6a63108eedad} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14834 | 2024.08.14 22:38:36.828961 [ 3 ] {ae7d179e-6d57-4aa6-a091-6a63108eedad} <Debug> executeQuery: Read 240 rows, 16.64 KiB in 0.001584 sec., 151515.15151515152 rows/sec., 10.26 MiB/sec. | ||
14835 | 2024.08.14 22:38:36.829270 [ 3 ] {ae7d179e-6d57-4aa6-a091-6a63108eedad} <Debug> DynamicQueryHandler: Done processing query | ||
14836 | 2024.08.14 22:38:36.829296 [ 3 ] {ae7d179e-6d57-4aa6-a091-6a63108eedad} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
14837 | 2024.08.14 22:38:36.829313 [ 3 ] {} <Debug> HTTP-Session: 7e22d8d7-8a15-47c9-abbe-72f66e48b03e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14838 | 2024.08.14 22:38:36.829594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 147751, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14839 | 2024.08.14 22:38:36.829646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14840 | 2024.08.14 22:38:36.829665 [ 3 ] {} <Debug> HTTP-Session: c8e867d2-390b-4175-bfbf-78a0567f3dfd Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14841 | 2024.08.14 22:38:36.829683 [ 3 ] {} <Debug> HTTP-Session: c8e867d2-390b-4175-bfbf-78a0567f3dfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14842 | 2024.08.14 22:38:36.829697 [ 3 ] {} <Debug> HTTP-Session: c8e867d2-390b-4175-bfbf-78a0567f3dfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14843 | 2024.08.14 22:38:36.829727 [ 3 ] {} <Trace> HTTP-Session: c8e867d2-390b-4175-bfbf-78a0567f3dfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14844 | 2024.08.14 22:38:36.830163 [ 3 ] {0b7c4d46-a478-46a4-bf0e-01a46ccbd180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14845 | 2024.08.14 22:38:36.830207 [ 3 ] {0b7c4d46-a478-46a4-bf0e-01a46ccbd180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14846 | 2024.08.14 22:38:36.830355 [ 3 ] {0b7c4d46-a478-46a4-bf0e-01a46ccbd180} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14847 | 2024.08.14 22:38:36.831195 [ 3 ] {0b7c4d46-a478-46a4-bf0e-01a46ccbd180} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14848 | 2024.08.14 22:38:36.831232 [ 3 ] {0b7c4d46-a478-46a4-bf0e-01a46ccbd180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14849 | 2024.08.14 22:38:36.831583 [ 3 ] {0b7c4d46-a478-46a4-bf0e-01a46ccbd180} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14850 | 2024.08.14 22:38:36.831886 [ 3 ] {0b7c4d46-a478-46a4-bf0e-01a46ccbd180} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14851 | 2024.08.14 22:38:36.832034 [ 3 ] {0b7c4d46-a478-46a4-bf0e-01a46ccbd180} <Debug> executeQuery: Read 906 rows, 66.96 KiB in 0.002186 sec., 414455.626715462 rows/sec., 29.91 MiB/sec. | ||
14852 | 2024.08.14 22:38:36.832215 [ 3 ] {0b7c4d46-a478-46a4-bf0e-01a46ccbd180} <Debug> DynamicQueryHandler: Done processing query | ||
14853 | 2024.08.14 22:38:36.832253 [ 3 ] {0b7c4d46-a478-46a4-bf0e-01a46ccbd180} <Debug> MemoryTracker: Peak memory usage (for query): 4.73 MiB. | ||
14854 | 2024.08.14 22:38:36.832284 [ 3 ] {} <Debug> HTTP-Session: c8e867d2-390b-4175-bfbf-78a0567f3dfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14855 | 2024.08.14 22:38:36.832617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14856 | 2024.08.14 22:38:36.832666 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14857 | 2024.08.14 22:38:36.832685 [ 3 ] {} <Debug> HTTP-Session: 01cf7f91-d1a8-412f-b409-06df154b4a41 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14858 | 2024.08.14 22:38:36.832702 [ 3 ] {} <Debug> HTTP-Session: 01cf7f91-d1a8-412f-b409-06df154b4a41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14859 | 2024.08.14 22:38:36.832716 [ 3 ] {} <Debug> HTTP-Session: 01cf7f91-d1a8-412f-b409-06df154b4a41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14860 | 2024.08.14 22:38:36.832746 [ 3 ] {} <Trace> HTTP-Session: 01cf7f91-d1a8-412f-b409-06df154b4a41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14861 | 2024.08.14 22:38:36.832843 [ 3 ] {9364466f-cd6a-488d-a7eb-caa8cff92243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14862 | 2024.08.14 22:38:36.832887 [ 3 ] {9364466f-cd6a-488d-a7eb-caa8cff92243} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14863 | 2024.08.14 22:38:36.833013 [ 3 ] {9364466f-cd6a-488d-a7eb-caa8cff92243} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14864 | 2024.08.14 22:38:36.833263 [ 3 ] {9364466f-cd6a-488d-a7eb-caa8cff92243} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14865 | 2024.08.14 22:38:36.833300 [ 3 ] {9364466f-cd6a-488d-a7eb-caa8cff92243} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14866 | 2024.08.14 22:38:36.833653 [ 3 ] {9364466f-cd6a-488d-a7eb-caa8cff92243} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
14867 | 2024.08.14 22:38:36.833967 [ 3 ] {9364466f-cd6a-488d-a7eb-caa8cff92243} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14868 | 2024.08.14 22:38:36.834119 [ 3 ] {9364466f-cd6a-488d-a7eb-caa8cff92243} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.0013 sec., 4615.384615384615 rows/sec., 198.32 KiB/sec. | ||
14869 | 2024.08.14 22:38:36.834284 [ 3 ] {9364466f-cd6a-488d-a7eb-caa8cff92243} <Debug> DynamicQueryHandler: Done processing query | ||
14870 | 2024.08.14 22:38:36.834310 [ 3 ] {9364466f-cd6a-488d-a7eb-caa8cff92243} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14871 | 2024.08.14 22:38:36.834326 [ 3 ] {} <Debug> HTTP-Session: 01cf7f91-d1a8-412f-b409-06df154b4a41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14872 | 2024.08.14 22:38:36.834448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14873 | 2024.08.14 22:38:36.834497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14874 | 2024.08.14 22:38:36.834517 [ 3 ] {} <Debug> HTTP-Session: 8fd95a80-4b72-4595-8a72-5132b913fbbc Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14875 | 2024.08.14 22:38:36.834533 [ 3 ] {} <Debug> HTTP-Session: 8fd95a80-4b72-4595-8a72-5132b913fbbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14876 | 2024.08.14 22:38:36.834547 [ 3 ] {} <Debug> HTTP-Session: 8fd95a80-4b72-4595-8a72-5132b913fbbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14877 | 2024.08.14 22:38:36.834577 [ 3 ] {} <Trace> HTTP-Session: 8fd95a80-4b72-4595-8a72-5132b913fbbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14878 | 2024.08.14 22:38:36.834694 [ 3 ] {aa51288d-a42e-46d7-8c1c-f80f687f1c9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
14879 | 2024.08.14 22:38:36.834740 [ 3 ] {aa51288d-a42e-46d7-8c1c-f80f687f1c9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
14880 | 2024.08.14 22:38:36.834887 [ 3 ] {aa51288d-a42e-46d7-8c1c-f80f687f1c9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14881 | 2024.08.14 22:38:36.835222 [ 3 ] {aa51288d-a42e-46d7-8c1c-f80f687f1c9c} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14882 | 2024.08.14 22:38:36.835260 [ 3 ] {aa51288d-a42e-46d7-8c1c-f80f687f1c9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14883 | 2024.08.14 22:38:36.835659 [ 3 ] {aa51288d-a42e-46d7-8c1c-f80f687f1c9c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
14884 | 2024.08.14 22:38:36.835988 [ 3 ] {aa51288d-a42e-46d7-8c1c-f80f687f1c9c} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14885 | 2024.08.14 22:38:36.836146 [ 3 ] {aa51288d-a42e-46d7-8c1c-f80f687f1c9c} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001494 sec., 51539.49129852744 rows/sec., 3.17 MiB/sec. | ||
14886 | 2024.08.14 22:38:36.836476 [ 3 ] {aa51288d-a42e-46d7-8c1c-f80f687f1c9c} <Debug> DynamicQueryHandler: Done processing query | ||
14887 | 2024.08.14 22:38:36.836509 [ 3 ] {aa51288d-a42e-46d7-8c1c-f80f687f1c9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14888 | 2024.08.14 22:38:36.836526 [ 3 ] {} <Debug> HTTP-Session: 8fd95a80-4b72-4595-8a72-5132b913fbbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14889 | 2024.08.14 22:38:36.836788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 157523, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14890 | 2024.08.14 22:38:36.836840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14891 | 2024.08.14 22:38:36.836860 [ 3 ] {} <Debug> HTTP-Session: 5dbf9628-3ccb-4965-a79b-18ab6f2ffe17 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14892 | 2024.08.14 22:38:36.836877 [ 3 ] {} <Debug> HTTP-Session: 5dbf9628-3ccb-4965-a79b-18ab6f2ffe17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14893 | 2024.08.14 22:38:36.836892 [ 3 ] {} <Debug> HTTP-Session: 5dbf9628-3ccb-4965-a79b-18ab6f2ffe17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14894 | 2024.08.14 22:38:36.836935 [ 3 ] {} <Trace> HTTP-Session: 5dbf9628-3ccb-4965-a79b-18ab6f2ffe17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14895 | 2024.08.14 22:38:36.837351 [ 3 ] {d4bb274f-4b2f-4124-812e-69eca00ca3d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14896 | 2024.08.14 22:38:36.837400 [ 3 ] {d4bb274f-4b2f-4124-812e-69eca00ca3d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14897 | 2024.08.14 22:38:36.837565 [ 3 ] {d4bb274f-4b2f-4124-812e-69eca00ca3d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14898 | 2024.08.14 22:38:36.838394 [ 3 ] {d4bb274f-4b2f-4124-812e-69eca00ca3d4} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14899 | 2024.08.14 22:38:36.838432 [ 3 ] {d4bb274f-4b2f-4124-812e-69eca00ca3d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14900 | 2024.08.14 22:38:36.838856 [ 3 ] {d4bb274f-4b2f-4124-812e-69eca00ca3d4} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
14901 | 2024.08.14 22:38:36.839198 [ 3 ] {d4bb274f-4b2f-4124-812e-69eca00ca3d4} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14902 | 2024.08.14 22:38:36.839370 [ 3 ] {d4bb274f-4b2f-4124-812e-69eca00ca3d4} <Debug> executeQuery: Read 829 rows, 57.04 KiB in 0.002285 sec., 362800.875273523 rows/sec., 24.38 MiB/sec. | ||
14903 | 2024.08.14 22:38:36.839543 [ 3 ] {d4bb274f-4b2f-4124-812e-69eca00ca3d4} <Debug> DynamicQueryHandler: Done processing query | ||
14904 | 2024.08.14 22:38:36.839568 [ 3 ] {d4bb274f-4b2f-4124-812e-69eca00ca3d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
14905 | 2024.08.14 22:38:36.839584 [ 3 ] {} <Debug> HTTP-Session: 5dbf9628-3ccb-4965-a79b-18ab6f2ffe17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14906 | 2024.08.14 22:38:36.839777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 38428, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14907 | 2024.08.14 22:38:36.839828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14908 | 2024.08.14 22:38:36.839847 [ 3 ] {} <Debug> HTTP-Session: 232d3e69-18c8-4693-8d60-6a1084723180 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14909 | 2024.08.14 22:38:36.839864 [ 3 ] {} <Debug> HTTP-Session: 232d3e69-18c8-4693-8d60-6a1084723180 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14910 | 2024.08.14 22:38:36.839878 [ 3 ] {} <Debug> HTTP-Session: 232d3e69-18c8-4693-8d60-6a1084723180 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14911 | 2024.08.14 22:38:36.839908 [ 3 ] {} <Trace> HTTP-Session: 232d3e69-18c8-4693-8d60-6a1084723180 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14912 | 2024.08.14 22:38:36.840293 [ 3 ] {c89f09ca-7e06-47c5-aa4b-e677d771c868} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14913 | 2024.08.14 22:38:36.840358 [ 3 ] {c89f09ca-7e06-47c5-aa4b-e677d771c868} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
14914 | 2024.08.14 22:38:36.840774 [ 3 ] {c89f09ca-7e06-47c5-aa4b-e677d771c868} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14915 | 2024.08.14 22:38:36.841548 [ 3 ] {c89f09ca-7e06-47c5-aa4b-e677d771c868} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14916 | 2024.08.14 22:38:36.841585 [ 3 ] {c89f09ca-7e06-47c5-aa4b-e677d771c868} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14917 | 2024.08.14 22:38:36.842217 [ 3 ] {c89f09ca-7e06-47c5-aa4b-e677d771c868} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14918 | 2024.08.14 22:38:36.842646 [ 3 ] {c89f09ca-7e06-47c5-aa4b-e677d771c868} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14919 | 2024.08.14 22:38:36.842815 [ 3 ] {c89f09ca-7e06-47c5-aa4b-e677d771c868} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002819 sec., 8513.657325292657 rows/sec., 15.26 MiB/sec. | ||
14920 | 2024.08.14 22:38:36.843136 [ 3 ] {c89f09ca-7e06-47c5-aa4b-e677d771c868} <Debug> DynamicQueryHandler: Done processing query | ||
14921 | 2024.08.14 22:38:36.843173 [ 3 ] {c89f09ca-7e06-47c5-aa4b-e677d771c868} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
14922 | 2024.08.14 22:38:36.843202 [ 3 ] {} <Debug> HTTP-Session: 232d3e69-18c8-4693-8d60-6a1084723180 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14923 | 2024.08.14 22:38:36.843369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14924 | 2024.08.14 22:38:36.843421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14925 | 2024.08.14 22:38:36.843441 [ 3 ] {} <Debug> HTTP-Session: e35be1b8-ae79-4ddc-b074-41115f72a9f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14926 | 2024.08.14 22:38:36.843458 [ 3 ] {} <Debug> HTTP-Session: e35be1b8-ae79-4ddc-b074-41115f72a9f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14927 | 2024.08.14 22:38:36.843471 [ 3 ] {} <Debug> HTTP-Session: e35be1b8-ae79-4ddc-b074-41115f72a9f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14928 | 2024.08.14 22:38:36.843502 [ 3 ] {} <Trace> HTTP-Session: e35be1b8-ae79-4ddc-b074-41115f72a9f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14929 | 2024.08.14 22:38:36.843604 [ 3 ] {30afa304-2fd8-48ea-b31f-41e080721ec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
14930 | 2024.08.14 22:38:36.843648 [ 3 ] {30afa304-2fd8-48ea-b31f-41e080721ec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
14931 | 2024.08.14 22:38:36.843778 [ 3 ] {30afa304-2fd8-48ea-b31f-41e080721ec4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14932 | 2024.08.14 22:38:36.844063 [ 3 ] {30afa304-2fd8-48ea-b31f-41e080721ec4} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14933 | 2024.08.14 22:38:36.844099 [ 3 ] {30afa304-2fd8-48ea-b31f-41e080721ec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14934 | 2024.08.14 22:38:36.844456 [ 3 ] {30afa304-2fd8-48ea-b31f-41e080721ec4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
14935 | 2024.08.14 22:38:36.844778 [ 3 ] {30afa304-2fd8-48ea-b31f-41e080721ec4} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14936 | 2024.08.14 22:38:36.844951 [ 3 ] {30afa304-2fd8-48ea-b31f-41e080721ec4} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001376 sec., 16715.116279069767 rows/sec., 904.17 KiB/sec. | ||
14937 | 2024.08.14 22:38:36.845106 [ 3 ] {30afa304-2fd8-48ea-b31f-41e080721ec4} <Debug> DynamicQueryHandler: Done processing query | ||
14938 | 2024.08.14 22:38:36.845131 [ 3 ] {30afa304-2fd8-48ea-b31f-41e080721ec4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14939 | 2024.08.14 22:38:36.845146 [ 3 ] {} <Debug> HTTP-Session: e35be1b8-ae79-4ddc-b074-41115f72a9f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14940 | 2024.08.14 22:38:36.845253 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 7301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14941 | 2024.08.14 22:38:36.845301 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14942 | 2024.08.14 22:38:36.845321 [ 3 ] {} <Debug> HTTP-Session: 6d1fd061-d1be-4e7a-8395-e1f463373665 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14943 | 2024.08.14 22:38:36.845338 [ 3 ] {} <Debug> HTTP-Session: 6d1fd061-d1be-4e7a-8395-e1f463373665 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14944 | 2024.08.14 22:38:36.845351 [ 3 ] {} <Debug> HTTP-Session: 6d1fd061-d1be-4e7a-8395-e1f463373665 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14945 | 2024.08.14 22:38:36.845381 [ 3 ] {} <Trace> HTTP-Session: 6d1fd061-d1be-4e7a-8395-e1f463373665 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14946 | 2024.08.14 22:38:36.845485 [ 3 ] {df58e4f7-19d7-4f54-b6f3-e9b5237bef15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14947 | 2024.08.14 22:38:36.845529 [ 3 ] {df58e4f7-19d7-4f54-b6f3-e9b5237bef15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14948 | 2024.08.14 22:38:36.845656 [ 3 ] {df58e4f7-19d7-4f54-b6f3-e9b5237bef15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14949 | 2024.08.14 22:38:36.845927 [ 3 ] {df58e4f7-19d7-4f54-b6f3-e9b5237bef15} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14950 | 2024.08.14 22:38:36.845962 [ 3 ] {df58e4f7-19d7-4f54-b6f3-e9b5237bef15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14951 | 2024.08.14 22:38:36.846310 [ 3 ] {df58e4f7-19d7-4f54-b6f3-e9b5237bef15} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
14952 | 2024.08.14 22:38:36.846623 [ 3 ] {df58e4f7-19d7-4f54-b6f3-e9b5237bef15} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14953 | 2024.08.14 22:38:36.846780 [ 3 ] {df58e4f7-19d7-4f54-b6f3-e9b5237bef15} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001319 sec., 36391.205458680815 rows/sec., 2.45 MiB/sec. | ||
14954 | 2024.08.14 22:38:36.846941 [ 3 ] {df58e4f7-19d7-4f54-b6f3-e9b5237bef15} <Debug> DynamicQueryHandler: Done processing query | ||
14955 | 2024.08.14 22:38:36.846966 [ 3 ] {df58e4f7-19d7-4f54-b6f3-e9b5237bef15} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14956 | 2024.08.14 22:38:36.846981 [ 3 ] {} <Debug> HTTP-Session: 6d1fd061-d1be-4e7a-8395-e1f463373665 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14957 | 2024.08.14 22:38:37.838020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 7842, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14958 | 2024.08.14 22:38:37.838145 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14959 | 2024.08.14 22:38:37.838175 [ 3 ] {} <Debug> HTTP-Session: e4b9d416-0389-4e18-a8f7-76a914dd06a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14960 | 2024.08.14 22:38:37.838310 [ 3 ] {} <Debug> HTTP-Session: e4b9d416-0389-4e18-a8f7-76a914dd06a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14961 | 2024.08.14 22:38:37.838332 [ 3 ] {} <Debug> HTTP-Session: e4b9d416-0389-4e18-a8f7-76a914dd06a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14962 | 2024.08.14 22:38:37.838388 [ 3 ] {} <Trace> HTTP-Session: e4b9d416-0389-4e18-a8f7-76a914dd06a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14963 | 2024.08.14 22:38:37.838597 [ 3 ] {2a997730-41d4-408d-87f3-db3e0eadf72b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14964 | 2024.08.14 22:38:37.838670 [ 3 ] {2a997730-41d4-408d-87f3-db3e0eadf72b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14965 | 2024.08.14 22:38:37.838893 [ 3 ] {2a997730-41d4-408d-87f3-db3e0eadf72b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14966 | 2024.08.14 22:38:37.839372 [ 3 ] {2a997730-41d4-408d-87f3-db3e0eadf72b} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14967 | 2024.08.14 22:38:37.839415 [ 3 ] {2a997730-41d4-408d-87f3-db3e0eadf72b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14968 | 2024.08.14 22:38:37.839785 [ 3 ] {2a997730-41d4-408d-87f3-db3e0eadf72b} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14969 | 2024.08.14 22:38:37.840142 [ 3 ] {2a997730-41d4-408d-87f3-db3e0eadf72b} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14970 | 2024.08.14 22:38:37.840400 [ 3 ] {2a997730-41d4-408d-87f3-db3e0eadf72b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001871 sec., 29930.51843933725 rows/sec., 2.30 MiB/sec. | ||
14971 | 2024.08.14 22:38:37.840661 [ 3 ] {2a997730-41d4-408d-87f3-db3e0eadf72b} <Debug> DynamicQueryHandler: Done processing query | ||
14972 | 2024.08.14 22:38:37.840722 [ 3 ] {2a997730-41d4-408d-87f3-db3e0eadf72b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14973 | 2024.08.14 22:38:37.840786 [ 3 ] {} <Debug> HTTP-Session: e4b9d416-0389-4e18-a8f7-76a914dd06a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14974 | 2024.08.14 22:38:37.841035 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14975 | 2024.08.14 22:38:37.841168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14976 | 2024.08.14 22:38:37.841223 [ 3 ] {} <Debug> HTTP-Session: 0dbea99b-0241-47a1-a88b-165bbd5b42cf Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14977 | 2024.08.14 22:38:37.841266 [ 3 ] {} <Debug> HTTP-Session: 0dbea99b-0241-47a1-a88b-165bbd5b42cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14978 | 2024.08.14 22:38:37.841288 [ 3 ] {} <Debug> HTTP-Session: 0dbea99b-0241-47a1-a88b-165bbd5b42cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14979 | 2024.08.14 22:38:37.841322 [ 3 ] {} <Trace> HTTP-Session: 0dbea99b-0241-47a1-a88b-165bbd5b42cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14980 | 2024.08.14 22:38:37.841451 [ 3 ] {f4ffcde2-a478-4878-894d-051c30b1d55a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14981 | 2024.08.14 22:38:37.841496 [ 3 ] {f4ffcde2-a478-4878-894d-051c30b1d55a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14982 | 2024.08.14 22:38:37.841640 [ 3 ] {f4ffcde2-a478-4878-894d-051c30b1d55a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14983 | 2024.08.14 22:38:37.842043 [ 3 ] {f4ffcde2-a478-4878-894d-051c30b1d55a} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14984 | 2024.08.14 22:38:37.842080 [ 3 ] {f4ffcde2-a478-4878-894d-051c30b1d55a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
14985 | 2024.08.14 22:38:37.842389 [ 3 ] {f4ffcde2-a478-4878-894d-051c30b1d55a} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14986 | 2024.08.14 22:38:37.842693 [ 3 ] {f4ffcde2-a478-4878-894d-051c30b1d55a} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14987 | 2024.08.14 22:38:37.842846 [ 3 ] {f4ffcde2-a478-4878-894d-051c30b1d55a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001437 sec., 44537.23034098817 rows/sec., 3.48 MiB/sec. | ||
14988 | 2024.08.14 22:38:37.843033 [ 3 ] {f4ffcde2-a478-4878-894d-051c30b1d55a} <Debug> DynamicQueryHandler: Done processing query | ||
14989 | 2024.08.14 22:38:37.843071 [ 3 ] {f4ffcde2-a478-4878-894d-051c30b1d55a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14990 | 2024.08.14 22:38:37.843102 [ 3 ] {} <Debug> HTTP-Session: 0dbea99b-0241-47a1-a88b-165bbd5b42cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14991 | 2024.08.14 22:38:37.843281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 6185, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14992 | 2024.08.14 22:38:37.843333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14993 | 2024.08.14 22:38:37.843353 [ 3 ] {} <Debug> HTTP-Session: 6517a870-dc78-410e-beaa-0f5a9c9b5028 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
14994 | 2024.08.14 22:38:37.843370 [ 3 ] {} <Debug> HTTP-Session: 6517a870-dc78-410e-beaa-0f5a9c9b5028 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14995 | 2024.08.14 22:38:37.843383 [ 3 ] {} <Debug> HTTP-Session: 6517a870-dc78-410e-beaa-0f5a9c9b5028 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14996 | 2024.08.14 22:38:37.843414 [ 3 ] {} <Trace> HTTP-Session: 6517a870-dc78-410e-beaa-0f5a9c9b5028 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14997 | 2024.08.14 22:38:37.843522 [ 3 ] {bb0bbcff-766b-4020-a12b-55759bc2a39e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14998 | 2024.08.14 22:38:37.843568 [ 3 ] {bb0bbcff-766b-4020-a12b-55759bc2a39e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14999 | 2024.08.14 22:38:37.843714 [ 3 ] {bb0bbcff-766b-4020-a12b-55759bc2a39e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15000 | 2024.08.14 22:38:37.843998 [ 3 ] {bb0bbcff-766b-4020-a12b-55759bc2a39e} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15001 | 2024.08.14 22:38:37.844034 [ 3 ] {bb0bbcff-766b-4020-a12b-55759bc2a39e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15002 | 2024.08.14 22:38:37.844410 [ 3 ] {bb0bbcff-766b-4020-a12b-55759bc2a39e} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
15003 | 2024.08.14 22:38:37.844742 [ 3 ] {bb0bbcff-766b-4020-a12b-55759bc2a39e} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15004 | 2024.08.14 22:38:37.844897 [ 3 ] {bb0bbcff-766b-4020-a12b-55759bc2a39e} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001402 sec., 22824.53637660485 rows/sec., 1.59 MiB/sec. | ||
15005 | 2024.08.14 22:38:37.844899 [ 110 ] {} <Debug> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
15006 | 2024.08.14 22:38:37.845005 [ 110 ] {} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15007 | 2024.08.14 22:38:37.845048 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15008 | 2024.08.14 22:38:37.845156 [ 3 ] {bb0bbcff-766b-4020-a12b-55759bc2a39e} <Debug> DynamicQueryHandler: Done processing query | ||
15009 | 2024.08.14 22:38:37.845219 [ 3 ] {bb0bbcff-766b-4020-a12b-55759bc2a39e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15010 | 2024.08.14 22:38:37.845250 [ 3 ] {} <Debug> HTTP-Session: 6517a870-dc78-410e-beaa-0f5a9c9b5028 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15011 | 2024.08.14 22:38:37.845266 [ 198 ] {d127de5d-82c0-4259-80d1-97db5b726b22::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 | ||
15012 | 2024.08.14 22:38:37.845408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 1868, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15013 | 2024.08.14 22:38:37.845513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15014 | 2024.08.14 22:38:37.845563 [ 3 ] {} <Debug> HTTP-Session: fbb0eca3-7e3d-47fb-b684-a98c2986376f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15015 | 2024.08.14 22:38:37.845611 [ 3 ] {} <Debug> HTTP-Session: fbb0eca3-7e3d-47fb-b684-a98c2986376f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15016 | 2024.08.14 22:38:37.845624 [ 198 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15017 | 2024.08.14 22:38:37.845640 [ 3 ] {} <Debug> HTTP-Session: fbb0eca3-7e3d-47fb-b684-a98c2986376f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15018 | 2024.08.14 22:38:37.845701 [ 198 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 20879 rows starting from the beginning of the part | ||
15019 | 2024.08.14 22:38:37.845713 [ 3 ] {} <Trace> HTTP-Session: fbb0eca3-7e3d-47fb-b684-a98c2986376f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15020 | 2024.08.14 22:38:37.845952 [ 198 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
15021 | 2024.08.14 22:38:37.845997 [ 3 ] {cd7cf50c-8a2e-4fa4-9eef-529932a32c10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15022 | 2024.08.14 22:38:37.846159 [ 3 ] {cd7cf50c-8a2e-4fa4-9eef-529932a32c10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15023 | 2024.08.14 22:38:37.846290 [ 198 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 161 rows starting from the beginning of the part | ||
15024 | 2024.08.14 22:38:37.846622 [ 198 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 161 rows starting from the beginning of the part | ||
15025 | 2024.08.14 22:38:37.847025 [ 198 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 829 rows starting from the beginning of the part | ||
15026 | 2024.08.14 22:38:37.847206 [ 3 ] {cd7cf50c-8a2e-4fa4-9eef-529932a32c10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15027 | 2024.08.14 22:38:37.847352 [ 198 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 32 rows starting from the beginning of the part | ||
15028 | 2024.08.14 22:38:37.848081 [ 3 ] {cd7cf50c-8a2e-4fa4-9eef-529932a32c10} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15029 | 2024.08.14 22:38:37.848146 [ 3 ] {cd7cf50c-8a2e-4fa4-9eef-529932a32c10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15030 | 2024.08.14 22:38:37.848780 [ 3 ] {cd7cf50c-8a2e-4fa4-9eef-529932a32c10} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
15031 | 2024.08.14 22:38:37.849212 [ 3 ] {cd7cf50c-8a2e-4fa4-9eef-529932a32c10} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15032 | 2024.08.14 22:38:37.849400 [ 110 ] {} <Debug> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
15033 | 2024.08.14 22:38:37.849478 [ 3 ] {cd7cf50c-8a2e-4fa4-9eef-529932a32c10} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.00357 sec., 3361.3445378151264 rows/sec., 231.97 KiB/sec. | ||
15034 | 2024.08.14 22:38:37.849507 [ 110 ] {} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15035 | 2024.08.14 22:38:37.849582 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15036 | 2024.08.14 22:38:37.850181 [ 201 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
15037 | 2024.08.14 22:38:37.851030 [ 201 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15038 | 2024.08.14 22:38:37.851116 [ 3 ] {cd7cf50c-8a2e-4fa4-9eef-529932a32c10} <Debug> DynamicQueryHandler: Done processing query | ||
15039 | 2024.08.14 22:38:37.851174 [ 201 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4006 rows starting from the beginning of the part | ||
15040 | 2024.08.14 22:38:37.851571 [ 201 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
15041 | 2024.08.14 22:38:37.852097 [ 201 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part | ||
15042 | 2024.08.14 22:38:37.852579 [ 3 ] {cd7cf50c-8a2e-4fa4-9eef-529932a32c10} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15043 | 2024.08.14 22:38:37.852651 [ 201 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
15044 | 2024.08.14 22:38:37.852797 [ 3 ] {} <Debug> HTTP-Session: fbb0eca3-7e3d-47fb-b684-a98c2986376f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15045 | 2024.08.14 22:38:37.853108 [ 201 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 48 rows starting from the beginning of the part | ||
15046 | 2024.08.14 22:38:37.853471 [ 201 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 12 rows starting from the beginning of the part | ||
15047 | 2024.08.14 22:38:37.855230 [ 192 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4246 rows, containing 4 columns (4 merged, 0 gathered) in 0.00545925 sec., 777762.513165728 rows/sec., 52.38 MiB/sec. | ||
15048 | 2024.08.14 22:38:37.855769 [ 192 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
15049 | 2024.08.14 22:38:37.856346 [ 192 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_76_15} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15050 | 2024.08.14 22:38:37.856421 [ 192 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_76_15} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
15051 | 2024.08.14 22:38:37.856507 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
15052 | 2024.08.14 22:38:37.859959 [ 189 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22222 rows, containing 5 columns (5 merged, 0 gathered) in 0.014823267 sec., 1499129.7127684471 rows/sec., 102.29 MiB/sec. | ||
15053 | 2024.08.14 22:38:37.860803 [ 189 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
15054 | 2024.08.14 22:38:37.861435 [ 189 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15055 | 2024.08.14 22:38:37.861529 [ 189 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
15056 | 2024.08.14 22:38:37.861634 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
15057 | 2024.08.14 22:38:41.087086 [ 151 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15058 | 2024.08.14 22:38:41.087137 [ 151 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15059 | 2024.08.14 22:38:42.845341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15060 | 2024.08.14 22:38:42.845486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15061 | 2024.08.14 22:38:42.845518 [ 3 ] {} <Debug> HTTP-Session: f0a0501b-dbd5-4bc5-92e5-68af3dec14a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15062 | 2024.08.14 22:38:42.845546 [ 3 ] {} <Debug> HTTP-Session: f0a0501b-dbd5-4bc5-92e5-68af3dec14a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15063 | 2024.08.14 22:38:42.845564 [ 3 ] {} <Debug> HTTP-Session: f0a0501b-dbd5-4bc5-92e5-68af3dec14a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15064 | 2024.08.14 22:38:42.845620 [ 3 ] {} <Trace> HTTP-Session: f0a0501b-dbd5-4bc5-92e5-68af3dec14a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15065 | 2024.08.14 22:38:42.845819 [ 3 ] {e95fd388-6d4f-449e-8172-a66c963a595c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15066 | 2024.08.14 22:38:42.845892 [ 3 ] {e95fd388-6d4f-449e-8172-a66c963a595c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15067 | 2024.08.14 22:38:42.846104 [ 3 ] {e95fd388-6d4f-449e-8172-a66c963a595c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15068 | 2024.08.14 22:38:42.846533 [ 3 ] {e95fd388-6d4f-449e-8172-a66c963a595c} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15069 | 2024.08.14 22:38:42.846574 [ 3 ] {e95fd388-6d4f-449e-8172-a66c963a595c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15070 | 2024.08.14 22:38:42.846929 [ 3 ] {e95fd388-6d4f-449e-8172-a66c963a595c} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
15071 | 2024.08.14 22:38:42.847258 [ 3 ] {e95fd388-6d4f-449e-8172-a66c963a595c} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15072 | 2024.08.14 22:38:42.847425 [ 3 ] {e95fd388-6d4f-449e-8172-a66c963a595c} <Debug> executeQuery: Read 23 rows, 1.86 KiB in 0.001671 sec., 13764.213046080193 rows/sec., 1.09 MiB/sec. | ||
15073 | 2024.08.14 22:38:42.847651 [ 3 ] {e95fd388-6d4f-449e-8172-a66c963a595c} <Debug> DynamicQueryHandler: Done processing query | ||
15074 | 2024.08.14 22:38:42.847678 [ 3 ] {e95fd388-6d4f-449e-8172-a66c963a595c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15075 | 2024.08.14 22:38:42.847695 [ 3 ] {} <Debug> HTTP-Session: f0a0501b-dbd5-4bc5-92e5-68af3dec14a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15076 | 2024.08.14 22:38:42.847816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15077 | 2024.08.14 22:38:42.847864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15078 | 2024.08.14 22:38:42.847885 [ 3 ] {} <Debug> HTTP-Session: e0341688-7ad4-4520-9ff7-a132ffdddc6a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15079 | 2024.08.14 22:38:42.847902 [ 3 ] {} <Debug> HTTP-Session: e0341688-7ad4-4520-9ff7-a132ffdddc6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15080 | 2024.08.14 22:38:42.847917 [ 3 ] {} <Debug> HTTP-Session: e0341688-7ad4-4520-9ff7-a132ffdddc6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15081 | 2024.08.14 22:38:42.847947 [ 3 ] {} <Trace> HTTP-Session: e0341688-7ad4-4520-9ff7-a132ffdddc6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15082 | 2024.08.14 22:38:42.848042 [ 3 ] {258a87c5-0838-4c13-a725-e2fa414b1855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15083 | 2024.08.14 22:38:42.848085 [ 3 ] {258a87c5-0838-4c13-a725-e2fa414b1855} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15084 | 2024.08.14 22:38:42.848228 [ 3 ] {258a87c5-0838-4c13-a725-e2fa414b1855} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15085 | 2024.08.14 22:38:42.848534 [ 3 ] {258a87c5-0838-4c13-a725-e2fa414b1855} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15086 | 2024.08.14 22:38:42.848572 [ 3 ] {258a87c5-0838-4c13-a725-e2fa414b1855} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15087 | 2024.08.14 22:38:42.848876 [ 3 ] {258a87c5-0838-4c13-a725-e2fa414b1855} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
15088 | 2024.08.14 22:38:42.849188 [ 3 ] {258a87c5-0838-4c13-a725-e2fa414b1855} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15089 | 2024.08.14 22:38:42.849349 [ 3 ] {258a87c5-0838-4c13-a725-e2fa414b1855} <Debug> executeQuery: Read 5 rows, 410.00 B in 0.001321 sec., 3785.011355034065 rows/sec., 303.10 KiB/sec. | ||
15090 | 2024.08.14 22:38:42.849521 [ 3 ] {258a87c5-0838-4c13-a725-e2fa414b1855} <Debug> DynamicQueryHandler: Done processing query | ||
15091 | 2024.08.14 22:38:42.849546 [ 3 ] {258a87c5-0838-4c13-a725-e2fa414b1855} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15092 | 2024.08.14 22:38:42.849562 [ 3 ] {} <Debug> HTTP-Session: e0341688-7ad4-4520-9ff7-a132ffdddc6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15093 | 2024.08.14 22:38:42.849705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 18768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15094 | 2024.08.14 22:38:42.849754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15095 | 2024.08.14 22:38:42.849775 [ 3 ] {} <Debug> HTTP-Session: 2bac5bda-61d1-4768-b456-5ac3e70aeaa1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15096 | 2024.08.14 22:38:42.849791 [ 3 ] {} <Debug> HTTP-Session: 2bac5bda-61d1-4768-b456-5ac3e70aeaa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15097 | 2024.08.14 22:38:42.849805 [ 3 ] {} <Debug> HTTP-Session: 2bac5bda-61d1-4768-b456-5ac3e70aeaa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15098 | 2024.08.14 22:38:42.849835 [ 3 ] {} <Trace> HTTP-Session: 2bac5bda-61d1-4768-b456-5ac3e70aeaa1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15099 | 2024.08.14 22:38:42.849966 [ 3 ] {c1ceb9a5-79de-4750-93a0-4f7bd599d01d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15100 | 2024.08.14 22:38:42.850007 [ 3 ] {c1ceb9a5-79de-4750-93a0-4f7bd599d01d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15101 | 2024.08.14 22:38:42.850135 [ 3 ] {c1ceb9a5-79de-4750-93a0-4f7bd599d01d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15102 | 2024.08.14 22:38:42.850481 [ 3 ] {c1ceb9a5-79de-4750-93a0-4f7bd599d01d} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15103 | 2024.08.14 22:38:42.850519 [ 3 ] {c1ceb9a5-79de-4750-93a0-4f7bd599d01d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15104 | 2024.08.14 22:38:42.850867 [ 3 ] {c1ceb9a5-79de-4750-93a0-4f7bd599d01d} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
15105 | 2024.08.14 22:38:42.851168 [ 3 ] {c1ceb9a5-79de-4750-93a0-4f7bd599d01d} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15106 | 2024.08.14 22:38:42.851325 [ 3 ] {c1ceb9a5-79de-4750-93a0-4f7bd599d01d} <Debug> executeQuery: Read 129 rows, 10.92 KiB in 0.001405 sec., 91814.94661921708 rows/sec., 7.59 MiB/sec. | ||
15107 | 2024.08.14 22:38:42.851329 [ 141 ] {} <Debug> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
15108 | 2024.08.14 22:38:42.851445 [ 141 ] {} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15109 | 2024.08.14 22:38:42.851483 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15110 | 2024.08.14 22:38:42.851541 [ 3 ] {c1ceb9a5-79de-4750-93a0-4f7bd599d01d} <Debug> DynamicQueryHandler: Done processing query | ||
15111 | 2024.08.14 22:38:42.851592 [ 3 ] {c1ceb9a5-79de-4750-93a0-4f7bd599d01d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
15112 | 2024.08.14 22:38:42.851623 [ 3 ] {} <Debug> HTTP-Session: 2bac5bda-61d1-4768-b456-5ac3e70aeaa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15113 | 2024.08.14 22:38:42.851649 [ 192 ] {99dad827-b692-4668-b096-a1f8f01ac229::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 | ||
15114 | 2024.08.14 22:38:42.851745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 744, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15115 | 2024.08.14 22:38:42.851784 [ 192 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15116 | 2024.08.14 22:38:42.851807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15117 | 2024.08.14 22:38:42.851818 [ 192 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1448 rows starting from the beginning of the part | ||
15118 | 2024.08.14 22:38:42.851835 [ 3 ] {} <Debug> HTTP-Session: 48f63e57-d7e7-4d49-a28c-563441f09fa9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15119 | 2024.08.14 22:38:42.851858 [ 3 ] {} <Debug> HTTP-Session: 48f63e57-d7e7-4d49-a28c-563441f09fa9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15120 | 2024.08.14 22:38:42.851888 [ 3 ] {} <Debug> HTTP-Session: 48f63e57-d7e7-4d49-a28c-563441f09fa9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15121 | 2024.08.14 22:38:42.851909 [ 192 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 234 rows starting from the beginning of the part | ||
15122 | 2024.08.14 22:38:42.851976 [ 3 ] {} <Trace> HTTP-Session: 48f63e57-d7e7-4d49-a28c-563441f09fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15123 | 2024.08.14 22:38:42.852256 [ 192 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 126 rows starting from the beginning of the part | ||
15124 | 2024.08.14 22:38:42.852426 [ 3 ] {303d9078-7efc-48b8-b190-4e7956533412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15125 | 2024.08.14 22:38:42.852601 [ 192 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 1440 rows starting from the beginning of the part | ||
15126 | 2024.08.14 22:38:42.852608 [ 3 ] {303d9078-7efc-48b8-b190-4e7956533412} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15127 | 2024.08.14 22:38:42.852859 [ 192 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 56 rows starting from the beginning of the part | ||
15128 | 2024.08.14 22:38:42.853089 [ 192 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 129 rows starting from the beginning of the part | ||
15129 | 2024.08.14 22:38:42.853643 [ 3 ] {303d9078-7efc-48b8-b190-4e7956533412} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15130 | 2024.08.14 22:38:42.854025 [ 3 ] {303d9078-7efc-48b8-b190-4e7956533412} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15131 | 2024.08.14 22:38:42.854067 [ 3 ] {303d9078-7efc-48b8-b190-4e7956533412} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15132 | 2024.08.14 22:38:42.854521 [ 3 ] {303d9078-7efc-48b8-b190-4e7956533412} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
15133 | 2024.08.14 22:38:42.854879 [ 3 ] {303d9078-7efc-48b8-b190-4e7956533412} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15134 | 2024.08.14 22:38:42.855076 [ 3 ] {303d9078-7efc-48b8-b190-4e7956533412} <Debug> executeQuery: Read 5 rows, 350.00 B in 0.002802 sec., 1784.4396859386154 rows/sec., 121.98 KiB/sec. | ||
15135 | 2024.08.14 22:38:42.855453 [ 3 ] {303d9078-7efc-48b8-b190-4e7956533412} <Debug> DynamicQueryHandler: Done processing query | ||
15136 | 2024.08.14 22:38:42.855531 [ 3 ] {303d9078-7efc-48b8-b190-4e7956533412} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15137 | 2024.08.14 22:38:42.855599 [ 3 ] {} <Debug> HTTP-Session: 48f63e57-d7e7-4d49-a28c-563441f09fa9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15138 | 2024.08.14 22:38:42.855780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 16581, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15139 | 2024.08.14 22:38:42.855782 [ 199 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3433 rows, containing 4 columns (4 merged, 0 gathered) in 0.004199911 sec., 817398.2734396039 rows/sec., 68.53 MiB/sec. | ||
15140 | 2024.08.14 22:38:42.855835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15141 | 2024.08.14 22:38:42.855895 [ 3 ] {} <Debug> HTTP-Session: 390295f3-e3d7-4931-b723-1053f8b61e16 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15142 | 2024.08.14 22:38:42.855925 [ 3 ] {} <Debug> HTTP-Session: 390295f3-e3d7-4931-b723-1053f8b61e16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15143 | 2024.08.14 22:38:42.855940 [ 3 ] {} <Debug> HTTP-Session: 390295f3-e3d7-4931-b723-1053f8b61e16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15144 | 2024.08.14 22:38:42.855972 [ 3 ] {} <Trace> HTTP-Session: 390295f3-e3d7-4931-b723-1053f8b61e16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15145 | 2024.08.14 22:38:42.856100 [ 3 ] {3c03fc73-b9a1-4e11-9f52-8d3b026b5e19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15146 | 2024.08.14 22:38:42.856167 [ 3 ] {3c03fc73-b9a1-4e11-9f52-8d3b026b5e19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15147 | 2024.08.14 22:38:42.856333 [ 199 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
15148 | 2024.08.14 22:38:42.856401 [ 3 ] {3c03fc73-b9a1-4e11-9f52-8d3b026b5e19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15149 | 2024.08.14 22:38:42.857233 [ 3 ] {3c03fc73-b9a1-4e11-9f52-8d3b026b5e19} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15150 | 2024.08.14 22:38:42.857284 [ 3 ] {3c03fc73-b9a1-4e11-9f52-8d3b026b5e19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15151 | 2024.08.14 22:38:42.857374 [ 199 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_81_16} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15152 | 2024.08.14 22:38:42.857534 [ 199 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_81_16} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
15153 | 2024.08.14 22:38:42.857723 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
15154 | 2024.08.14 22:38:42.857857 [ 3 ] {3c03fc73-b9a1-4e11-9f52-8d3b026b5e19} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
15155 | 2024.08.14 22:38:42.858179 [ 3 ] {3c03fc73-b9a1-4e11-9f52-8d3b026b5e19} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15156 | 2024.08.14 22:38:42.858347 [ 3 ] {3c03fc73-b9a1-4e11-9f52-8d3b026b5e19} <Debug> executeQuery: Read 98 rows, 7.77 KiB in 0.002293 sec., 42738.77017008286 rows/sec., 3.31 MiB/sec. | ||
15157 | 2024.08.14 22:38:42.858374 [ 141 ] {} <Debug> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
15158 | 2024.08.14 22:38:42.858453 [ 141 ] {} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15159 | 2024.08.14 22:38:42.858506 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15160 | 2024.08.14 22:38:42.858657 [ 3 ] {3c03fc73-b9a1-4e11-9f52-8d3b026b5e19} <Debug> DynamicQueryHandler: Done processing query | ||
15161 | 2024.08.14 22:38:42.858733 [ 3 ] {3c03fc73-b9a1-4e11-9f52-8d3b026b5e19} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
15162 | 2024.08.14 22:38:42.858778 [ 3 ] {} <Debug> HTTP-Session: 390295f3-e3d7-4931-b723-1053f8b61e16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15163 | 2024.08.14 22:38:42.858827 [ 194 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::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 | ||
15164 | 2024.08.14 22:38:42.859075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 31220, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15165 | 2024.08.14 22:38:42.859260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15166 | 2024.08.14 22:38:42.859375 [ 3 ] {} <Debug> HTTP-Session: 04855eea-3940-4f3b-a654-f86b81218b2a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15167 | 2024.08.14 22:38:42.859459 [ 3 ] {} <Debug> HTTP-Session: 04855eea-3940-4f3b-a654-f86b81218b2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15168 | 2024.08.14 22:38:42.859533 [ 3 ] {} <Debug> HTTP-Session: 04855eea-3940-4f3b-a654-f86b81218b2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15169 | 2024.08.14 22:38:42.859538 [ 194 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15170 | 2024.08.14 22:38:42.859661 [ 3 ] {} <Trace> HTTP-Session: 04855eea-3940-4f3b-a654-f86b81218b2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15171 | 2024.08.14 22:38:42.859657 [ 194 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 921 rows starting from the beginning of the part | ||
15172 | 2024.08.14 22:38:42.860046 [ 194 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 408 rows starting from the beginning of the part | ||
15173 | 2024.08.14 22:38:42.860195 [ 3 ] {53abfc0e-b4c8-4d3b-b6ec-f2f77c62a9ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15174 | 2024.08.14 22:38:42.860314 [ 194 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 89 rows starting from the beginning of the part | ||
15175 | 2024.08.14 22:38:42.860376 [ 3 ] {53abfc0e-b4c8-4d3b-b6ec-f2f77c62a9ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15176 | 2024.08.14 22:38:42.860640 [ 194 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 906 rows starting from the beginning of the part | ||
15177 | 2024.08.14 22:38:42.860949 [ 194 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 64 rows starting from the beginning of the part | ||
15178 | 2024.08.14 22:38:42.861274 [ 194 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 98 rows starting from the beginning of the part | ||
15179 | 2024.08.14 22:38:42.861875 [ 3 ] {53abfc0e-b4c8-4d3b-b6ec-f2f77c62a9ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15180 | 2024.08.14 22:38:42.862571 [ 3 ] {53abfc0e-b4c8-4d3b-b6ec-f2f77c62a9ce} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15181 | 2024.08.14 22:38:42.862626 [ 3 ] {53abfc0e-b4c8-4d3b-b6ec-f2f77c62a9ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15182 | 2024.08.14 22:38:42.863606 [ 3 ] {53abfc0e-b4c8-4d3b-b6ec-f2f77c62a9ce} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
15183 | 2024.08.14 22:38:42.864187 [ 192 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2486 rows, containing 4 columns (4 merged, 0 gathered) in 0.005581721 sec., 445382.34712913807 rows/sec., 32.36 MiB/sec. | ||
15184 | 2024.08.14 22:38:42.864194 [ 3 ] {53abfc0e-b4c8-4d3b-b6ec-f2f77c62a9ce} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15185 | 2024.08.14 22:38:42.864423 [ 192 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
15186 | 2024.08.14 22:38:42.864428 [ 3 ] {53abfc0e-b4c8-4d3b-b6ec-f2f77c62a9ce} <Debug> executeQuery: Read 163 rows, 11.61 KiB in 0.004516 sec., 36093.88839681134 rows/sec., 2.51 MiB/sec. | ||
15187 | 2024.08.14 22:38:42.864667 [ 3 ] {53abfc0e-b4c8-4d3b-b6ec-f2f77c62a9ce} <Debug> DynamicQueryHandler: Done processing query | ||
15188 | 2024.08.14 22:38:42.864708 [ 3 ] {53abfc0e-b4c8-4d3b-b6ec-f2f77c62a9ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15189 | 2024.08.14 22:38:42.864727 [ 3 ] {} <Debug> HTTP-Session: 04855eea-3940-4f3b-a654-f86b81218b2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15190 | 2024.08.14 22:38:42.864876 [ 192 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_81_16} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15191 | 2024.08.14 22:38:42.864885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 37035, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15192 | 2024.08.14 22:38:42.864953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15193 | 2024.08.14 22:38:42.864972 [ 192 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_81_16} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
15194 | 2024.08.14 22:38:42.864977 [ 3 ] {} <Debug> HTTP-Session: a2d0ede4-084e-4e84-ba58-89f273a0a8c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15195 | 2024.08.14 22:38:42.865003 [ 3 ] {} <Debug> HTTP-Session: a2d0ede4-084e-4e84-ba58-89f273a0a8c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15196 | 2024.08.14 22:38:42.865028 [ 3 ] {} <Debug> HTTP-Session: a2d0ede4-084e-4e84-ba58-89f273a0a8c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15197 | 2024.08.14 22:38:42.865074 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
15198 | 2024.08.14 22:38:42.865079 [ 3 ] {} <Trace> HTTP-Session: a2d0ede4-084e-4e84-ba58-89f273a0a8c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15199 | 2024.08.14 22:38:42.865418 [ 3 ] {002e14e3-0703-4a7e-b299-4103d45edb9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15200 | 2024.08.14 22:38:42.865481 [ 3 ] {002e14e3-0703-4a7e-b299-4103d45edb9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
15201 | 2024.08.14 22:38:42.865906 [ 3 ] {002e14e3-0703-4a7e-b299-4103d45edb9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15202 | 2024.08.14 22:38:42.866429 [ 3 ] {002e14e3-0703-4a7e-b299-4103d45edb9c} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15203 | 2024.08.14 22:38:42.866466 [ 3 ] {002e14e3-0703-4a7e-b299-4103d45edb9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15204 | 2024.08.14 22:38:42.867077 [ 3 ] {002e14e3-0703-4a7e-b299-4103d45edb9c} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
15205 | 2024.08.14 22:38:42.867489 [ 3 ] {002e14e3-0703-4a7e-b299-4103d45edb9c} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15206 | 2024.08.14 22:38:42.867707 [ 3 ] {002e14e3-0703-4a7e-b299-4103d45edb9c} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002528 sec., 9098.101265822785 rows/sec., 16.30 MiB/sec. | ||
15207 | 2024.08.14 22:38:42.867911 [ 3 ] {002e14e3-0703-4a7e-b299-4103d45edb9c} <Debug> DynamicQueryHandler: Done processing query | ||
15208 | 2024.08.14 22:38:42.867936 [ 3 ] {002e14e3-0703-4a7e-b299-4103d45edb9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
15209 | 2024.08.14 22:38:42.867952 [ 3 ] {} <Debug> HTTP-Session: a2d0ede4-084e-4e84-ba58-89f273a0a8c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15210 | 2024.08.14 22:38:42.868067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15211 | 2024.08.14 22:38:42.868115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15212 | 2024.08.14 22:38:42.868135 [ 3 ] {} <Debug> HTTP-Session: be931f69-5fc8-49d7-8092-07581a3bc649 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15213 | 2024.08.14 22:38:42.868152 [ 3 ] {} <Debug> HTTP-Session: be931f69-5fc8-49d7-8092-07581a3bc649 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15214 | 2024.08.14 22:38:42.868166 [ 3 ] {} <Debug> HTTP-Session: be931f69-5fc8-49d7-8092-07581a3bc649 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15215 | 2024.08.14 22:38:42.868197 [ 3 ] {} <Trace> HTTP-Session: be931f69-5fc8-49d7-8092-07581a3bc649 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15216 | 2024.08.14 22:38:42.868307 [ 3 ] {e6d24449-fa78-49b0-a295-6eacb01d4cea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15217 | 2024.08.14 22:38:42.868351 [ 3 ] {e6d24449-fa78-49b0-a295-6eacb01d4cea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15218 | 2024.08.14 22:38:42.868480 [ 3 ] {e6d24449-fa78-49b0-a295-6eacb01d4cea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15219 | 2024.08.14 22:38:42.868765 [ 3 ] {e6d24449-fa78-49b0-a295-6eacb01d4cea} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15220 | 2024.08.14 22:38:42.868803 [ 3 ] {e6d24449-fa78-49b0-a295-6eacb01d4cea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15221 | 2024.08.14 22:38:42.869158 [ 3 ] {e6d24449-fa78-49b0-a295-6eacb01d4cea} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
15222 | 2024.08.14 22:38:42.869500 [ 3 ] {e6d24449-fa78-49b0-a295-6eacb01d4cea} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15223 | 2024.08.14 22:38:42.869652 [ 3 ] {e6d24449-fa78-49b0-a295-6eacb01d4cea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001375 sec., 43636.36363636364 rows/sec., 2.94 MiB/sec. | ||
15224 | 2024.08.14 22:38:42.869804 [ 3 ] {e6d24449-fa78-49b0-a295-6eacb01d4cea} <Debug> DynamicQueryHandler: Done processing query | ||
15225 | 2024.08.14 22:38:42.869828 [ 3 ] {e6d24449-fa78-49b0-a295-6eacb01d4cea} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15226 | 2024.08.14 22:38:42.869844 [ 3 ] {} <Debug> HTTP-Session: be931f69-5fc8-49d7-8092-07581a3bc649 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15227 | 2024.08.14 22:38:47.849439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 4620, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15228 | 2024.08.14 22:38:47.849577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15229 | 2024.08.14 22:38:47.849603 [ 3 ] {} <Debug> HTTP-Session: 7d50c341-6df6-47b6-8f31-f455e56e3103 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15230 | 2024.08.14 22:38:47.849627 [ 3 ] {} <Debug> HTTP-Session: 7d50c341-6df6-47b6-8f31-f455e56e3103 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15231 | 2024.08.14 22:38:47.849641 [ 3 ] {} <Debug> HTTP-Session: 7d50c341-6df6-47b6-8f31-f455e56e3103 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15232 | 2024.08.14 22:38:47.849690 [ 3 ] {} <Trace> HTTP-Session: 7d50c341-6df6-47b6-8f31-f455e56e3103 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15233 | 2024.08.14 22:38:47.849872 [ 3 ] {543819ed-315a-4fc5-9327-3011467e1365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15234 | 2024.08.14 22:38:47.849937 [ 3 ] {543819ed-315a-4fc5-9327-3011467e1365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15235 | 2024.08.14 22:38:47.850122 [ 3 ] {543819ed-315a-4fc5-9327-3011467e1365} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15236 | 2024.08.14 22:38:47.850498 [ 3 ] {543819ed-315a-4fc5-9327-3011467e1365} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15237 | 2024.08.14 22:38:47.850540 [ 3 ] {543819ed-315a-4fc5-9327-3011467e1365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15238 | 2024.08.14 22:38:47.850903 [ 3 ] {543819ed-315a-4fc5-9327-3011467e1365} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
15239 | 2024.08.14 22:38:47.851244 [ 3 ] {543819ed-315a-4fc5-9327-3011467e1365} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15240 | 2024.08.14 22:38:47.851415 [ 3 ] {543819ed-315a-4fc5-9327-3011467e1365} <Debug> executeQuery: Read 33 rows, 2.53 KiB in 0.0016 sec., 20625 rows/sec., 1.54 MiB/sec. | ||
15241 | 2024.08.14 22:38:47.851631 [ 3 ] {543819ed-315a-4fc5-9327-3011467e1365} <Debug> DynamicQueryHandler: Done processing query | ||
15242 | 2024.08.14 22:38:47.851657 [ 3 ] {543819ed-315a-4fc5-9327-3011467e1365} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15243 | 2024.08.14 22:38:47.851674 [ 3 ] {} <Debug> HTTP-Session: 7d50c341-6df6-47b6-8f31-f455e56e3103 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15244 | 2024.08.14 22:38:47.851821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15245 | 2024.08.14 22:38:47.851869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15246 | 2024.08.14 22:38:47.851888 [ 3 ] {} <Debug> HTTP-Session: 4eac4075-e886-419c-8205-a006ca4c3f51 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15247 | 2024.08.14 22:38:47.851905 [ 3 ] {} <Debug> HTTP-Session: 4eac4075-e886-419c-8205-a006ca4c3f51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15248 | 2024.08.14 22:38:47.851919 [ 3 ] {} <Debug> HTTP-Session: 4eac4075-e886-419c-8205-a006ca4c3f51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15249 | 2024.08.14 22:38:47.851949 [ 3 ] {} <Trace> HTTP-Session: 4eac4075-e886-419c-8205-a006ca4c3f51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15250 | 2024.08.14 22:38:47.852045 [ 3 ] {60185501-0506-4d31-8979-b41d35cb088c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15251 | 2024.08.14 22:38:47.852088 [ 3 ] {60185501-0506-4d31-8979-b41d35cb088c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15252 | 2024.08.14 22:38:47.852222 [ 3 ] {60185501-0506-4d31-8979-b41d35cb088c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15253 | 2024.08.14 22:38:47.852468 [ 3 ] {60185501-0506-4d31-8979-b41d35cb088c} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15254 | 2024.08.14 22:38:47.852505 [ 3 ] {60185501-0506-4d31-8979-b41d35cb088c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15255 | 2024.08.14 22:38:47.852799 [ 3 ] {60185501-0506-4d31-8979-b41d35cb088c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
15256 | 2024.08.14 22:38:47.853411 [ 3 ] {60185501-0506-4d31-8979-b41d35cb088c} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15257 | 2024.08.14 22:38:47.853750 [ 147 ] {} <Debug> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
15258 | 2024.08.14 22:38:47.853756 [ 3 ] {60185501-0506-4d31-8979-b41d35cb088c} <Debug> executeQuery: Read 2 rows, 152.00 B in 0.001725 sec., 1159.4202898550725 rows/sec., 86.05 KiB/sec. | ||
15259 | 2024.08.14 22:38:47.853839 [ 147 ] {} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15260 | 2024.08.14 22:38:47.853904 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15261 | 2024.08.14 22:38:47.854085 [ 3 ] {60185501-0506-4d31-8979-b41d35cb088c} <Debug> DynamicQueryHandler: Done processing query | ||
15262 | 2024.08.14 22:38:47.854109 [ 191 ] {5de7b388-dbe3-411a-ab63-47f138d10478::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 | ||
15263 | 2024.08.14 22:38:47.854121 [ 3 ] {60185501-0506-4d31-8979-b41d35cb088c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15264 | 2024.08.14 22:38:47.854178 [ 3 ] {} <Debug> HTTP-Session: 4eac4075-e886-419c-8205-a006ca4c3f51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15265 | 2024.08.14 22:38:47.854319 [ 191 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15266 | 2024.08.14 22:38:47.854376 [ 191 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 16 rows starting from the beginning of the part | ||
15267 | 2024.08.14 22:38:47.854388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 37133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15268 | 2024.08.14 22:38:47.854499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15269 | 2024.08.14 22:38:47.854612 [ 191 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
15270 | 2024.08.14 22:38:47.854613 [ 3 ] {} <Debug> HTTP-Session: a9abbd2c-6a83-4c17-98d4-bb9e7bb81238 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15271 | 2024.08.14 22:38:47.854714 [ 3 ] {} <Debug> HTTP-Session: a9abbd2c-6a83-4c17-98d4-bb9e7bb81238 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15272 | 2024.08.14 22:38:47.854812 [ 3 ] {} <Debug> HTTP-Session: a9abbd2c-6a83-4c17-98d4-bb9e7bb81238 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15273 | 2024.08.14 22:38:47.854915 [ 191 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part | ||
15274 | 2024.08.14 22:38:47.854984 [ 3 ] {} <Trace> HTTP-Session: a9abbd2c-6a83-4c17-98d4-bb9e7bb81238 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15275 | 2024.08.14 22:38:47.855185 [ 191 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part | ||
15276 | 2024.08.14 22:38:47.855521 [ 191 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 5 rows starting from the beginning of the part | ||
15277 | 2024.08.14 22:38:47.855552 [ 3 ] {20b42240-569d-4a39-98de-45f33f08dddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15278 | 2024.08.14 22:38:47.855744 [ 3 ] {20b42240-569d-4a39-98de-45f33f08dddf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15279 | 2024.08.14 22:38:47.855837 [ 191 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
15280 | 2024.08.14 22:38:47.856615 [ 3 ] {20b42240-569d-4a39-98de-45f33f08dddf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15281 | 2024.08.14 22:38:47.857556 [ 3 ] {20b42240-569d-4a39-98de-45f33f08dddf} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15282 | 2024.08.14 22:38:47.857629 [ 3 ] {20b42240-569d-4a39-98de-45f33f08dddf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15283 | 2024.08.14 22:38:47.858563 [ 3 ] {20b42240-569d-4a39-98de-45f33f08dddf} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
15284 | 2024.08.14 22:38:47.858620 [ 191 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.004616697 sec., 7581.177625475529 rows/sec., 610.26 KiB/sec. | ||
15285 | 2024.08.14 22:38:47.858947 [ 186 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
15286 | 2024.08.14 22:38:47.859180 [ 3 ] {20b42240-569d-4a39-98de-45f33f08dddf} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15287 | 2024.08.14 22:38:47.859615 [ 3 ] {20b42240-569d-4a39-98de-45f33f08dddf} <Debug> executeQuery: Read 246 rows, 22.19 KiB in 0.004353 sec., 56512.74982770503 rows/sec., 4.98 MiB/sec. | ||
15288 | 2024.08.14 22:38:47.859885 [ 186 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_31_6} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15289 | 2024.08.14 22:38:47.859924 [ 3 ] {20b42240-569d-4a39-98de-45f33f08dddf} <Debug> DynamicQueryHandler: Done processing query | ||
15290 | 2024.08.14 22:38:47.859973 [ 3 ] {20b42240-569d-4a39-98de-45f33f08dddf} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
15291 | 2024.08.14 22:38:47.860009 [ 3 ] {} <Debug> HTTP-Session: a9abbd2c-6a83-4c17-98d4-bb9e7bb81238 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15292 | 2024.08.14 22:38:47.860060 [ 186 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_31_6} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
15293 | 2024.08.14 22:38:47.860176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 314, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15294 | 2024.08.14 22:38:47.860210 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
15295 | 2024.08.14 22:38:47.860254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15296 | 2024.08.14 22:38:47.860278 [ 3 ] {} <Debug> HTTP-Session: 25c20cc0-e250-451a-971b-7fe84ed6f80f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15297 | 2024.08.14 22:38:47.860294 [ 3 ] {} <Debug> HTTP-Session: 25c20cc0-e250-451a-971b-7fe84ed6f80f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15298 | 2024.08.14 22:38:47.860308 [ 3 ] {} <Debug> HTTP-Session: 25c20cc0-e250-451a-971b-7fe84ed6f80f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15299 | 2024.08.14 22:38:47.860340 [ 3 ] {} <Trace> HTTP-Session: 25c20cc0-e250-451a-971b-7fe84ed6f80f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15300 | 2024.08.14 22:38:47.860434 [ 3 ] {cc8456ea-92b3-41d6-b740-31023da7c796} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15301 | 2024.08.14 22:38:47.860480 [ 3 ] {cc8456ea-92b3-41d6-b740-31023da7c796} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15302 | 2024.08.14 22:38:47.860628 [ 3 ] {cc8456ea-92b3-41d6-b740-31023da7c796} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15303 | 2024.08.14 22:38:47.860881 [ 3 ] {cc8456ea-92b3-41d6-b740-31023da7c796} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15304 | 2024.08.14 22:38:47.860918 [ 3 ] {cc8456ea-92b3-41d6-b740-31023da7c796} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15305 | 2024.08.14 22:38:47.861210 [ 3 ] {cc8456ea-92b3-41d6-b740-31023da7c796} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
15306 | 2024.08.14 22:38:47.861510 [ 3 ] {cc8456ea-92b3-41d6-b740-31023da7c796} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15307 | 2024.08.14 22:38:47.861658 [ 147 ] {} <Debug> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
15308 | 2024.08.14 22:38:47.861666 [ 3 ] {cc8456ea-92b3-41d6-b740-31023da7c796} <Debug> executeQuery: Read 2 rows, 128.00 B in 0.001242 sec., 1610.3059581320451 rows/sec., 100.64 KiB/sec. | ||
15309 | 2024.08.14 22:38:47.861711 [ 147 ] {} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15310 | 2024.08.14 22:38:47.861776 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15311 | 2024.08.14 22:38:47.861947 [ 3 ] {cc8456ea-92b3-41d6-b740-31023da7c796} <Debug> DynamicQueryHandler: Done processing query | ||
15312 | 2024.08.14 22:38:47.861968 [ 188 ] {3461738d-5c06-4228-8543-114414f8678d::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 | ||
15313 | 2024.08.14 22:38:47.861982 [ 3 ] {cc8456ea-92b3-41d6-b740-31023da7c796} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15314 | 2024.08.14 22:38:47.862034 [ 3 ] {} <Debug> HTTP-Session: 25c20cc0-e250-451a-971b-7fe84ed6f80f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15315 | 2024.08.14 22:38:47.862267 [ 188 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15316 | 2024.08.14 22:38:47.862324 [ 188 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 16 rows starting from the beginning of the part | ||
15317 | 2024.08.14 22:38:47.862330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 68339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15318 | 2024.08.14 22:38:47.862443 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15319 | 2024.08.14 22:38:47.862461 [ 188 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
15320 | 2024.08.14 22:38:47.862490 [ 3 ] {} <Debug> HTTP-Session: e2c1c1e5-4c2e-47dc-b597-a1a1cd123e56 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15321 | 2024.08.14 22:38:47.862524 [ 3 ] {} <Debug> HTTP-Session: e2c1c1e5-4c2e-47dc-b597-a1a1cd123e56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15322 | 2024.08.14 22:38:47.862607 [ 3 ] {} <Debug> HTTP-Session: e2c1c1e5-4c2e-47dc-b597-a1a1cd123e56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15323 | 2024.08.14 22:38:47.862698 [ 188 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part | ||
15324 | 2024.08.14 22:38:47.862733 [ 3 ] {} <Trace> HTTP-Session: e2c1c1e5-4c2e-47dc-b597-a1a1cd123e56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15325 | 2024.08.14 22:38:47.862981 [ 188 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part | ||
15326 | 2024.08.14 22:38:47.863045 [ 188 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 5 rows starting from the beginning of the part | ||
15327 | 2024.08.14 22:38:47.863187 [ 3 ] {6f7830fc-60f9-4fc5-bd1a-46b1cdcd72bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15328 | 2024.08.14 22:38:47.863327 [ 188 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
15329 | 2024.08.14 22:38:47.863363 [ 3 ] {6f7830fc-60f9-4fc5-bd1a-46b1cdcd72bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15330 | 2024.08.14 22:38:47.863973 [ 3 ] {6f7830fc-60f9-4fc5-bd1a-46b1cdcd72bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15331 | 2024.08.14 22:38:47.864658 [ 3 ] {6f7830fc-60f9-4fc5-bd1a-46b1cdcd72bf} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15332 | 2024.08.14 22:38:47.864708 [ 3 ] {6f7830fc-60f9-4fc5-bd1a-46b1cdcd72bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15333 | 2024.08.14 22:38:47.864901 [ 186 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.003032804 sec., 11540.475414830631 rows/sec., 793.73 KiB/sec. | ||
15334 | 2024.08.14 22:38:47.865084 [ 186 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
15335 | 2024.08.14 22:38:47.865390 [ 3 ] {6f7830fc-60f9-4fc5-bd1a-46b1cdcd72bf} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
15336 | 2024.08.14 22:38:47.865893 [ 200 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_31_6} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15337 | 2024.08.14 22:38:47.866029 [ 200 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_31_6} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
15338 | 2024.08.14 22:38:47.866050 [ 3 ] {6f7830fc-60f9-4fc5-bd1a-46b1cdcd72bf} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15339 | 2024.08.14 22:38:47.866145 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
15340 | 2024.08.14 22:38:47.866268 [ 3 ] {6f7830fc-60f9-4fc5-bd1a-46b1cdcd72bf} <Debug> executeQuery: Read 423 rows, 30.62 KiB in 0.003298 sec., 128259.55124317767 rows/sec., 9.07 MiB/sec. | ||
15341 | 2024.08.14 22:38:47.866460 [ 3 ] {6f7830fc-60f9-4fc5-bd1a-46b1cdcd72bf} <Debug> DynamicQueryHandler: Done processing query | ||
15342 | 2024.08.14 22:38:47.866485 [ 3 ] {6f7830fc-60f9-4fc5-bd1a-46b1cdcd72bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
15343 | 2024.08.14 22:38:47.866502 [ 3 ] {} <Debug> HTTP-Session: e2c1c1e5-4c2e-47dc-b597-a1a1cd123e56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15344 | 2024.08.14 22:38:47.866644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15345 | 2024.08.14 22:38:47.866691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15346 | 2024.08.14 22:38:47.866711 [ 3 ] {} <Debug> HTTP-Session: 970f388f-438d-4800-9649-ebf518c2a967 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15347 | 2024.08.14 22:38:47.866727 [ 3 ] {} <Debug> HTTP-Session: 970f388f-438d-4800-9649-ebf518c2a967 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15348 | 2024.08.14 22:38:47.866742 [ 3 ] {} <Debug> HTTP-Session: 970f388f-438d-4800-9649-ebf518c2a967 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15349 | 2024.08.14 22:38:47.866774 [ 3 ] {} <Trace> HTTP-Session: 970f388f-438d-4800-9649-ebf518c2a967 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15350 | 2024.08.14 22:38:47.866870 [ 3 ] {24a12790-5877-4f34-b266-2a50c1e4e897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15351 | 2024.08.14 22:38:47.866915 [ 3 ] {24a12790-5877-4f34-b266-2a50c1e4e897} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15352 | 2024.08.14 22:38:47.867052 [ 3 ] {24a12790-5877-4f34-b266-2a50c1e4e897} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15353 | 2024.08.14 22:38:47.867311 [ 3 ] {24a12790-5877-4f34-b266-2a50c1e4e897} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15354 | 2024.08.14 22:38:47.867352 [ 3 ] {24a12790-5877-4f34-b266-2a50c1e4e897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15355 | 2024.08.14 22:38:47.867719 [ 3 ] {24a12790-5877-4f34-b266-2a50c1e4e897} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15356 | 2024.08.14 22:38:47.868047 [ 3 ] {24a12790-5877-4f34-b266-2a50c1e4e897} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15357 | 2024.08.14 22:38:47.868261 [ 3 ] {24a12790-5877-4f34-b266-2a50c1e4e897} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001406 sec., 4267.425320056899 rows/sec., 183.37 KiB/sec. | ||
15358 | 2024.08.14 22:38:47.868538 [ 3 ] {24a12790-5877-4f34-b266-2a50c1e4e897} <Debug> DynamicQueryHandler: Done processing query | ||
15359 | 2024.08.14 22:38:47.868591 [ 3 ] {24a12790-5877-4f34-b266-2a50c1e4e897} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15360 | 2024.08.14 22:38:47.868630 [ 3 ] {} <Debug> HTTP-Session: 970f388f-438d-4800-9649-ebf518c2a967 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15361 | 2024.08.14 22:38:47.868759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15362 | 2024.08.14 22:38:47.868808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15363 | 2024.08.14 22:38:47.868828 [ 3 ] {} <Debug> HTTP-Session: e451b89f-6de9-4c43-813c-5dce7474f3e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15364 | 2024.08.14 22:38:47.868844 [ 3 ] {} <Debug> HTTP-Session: e451b89f-6de9-4c43-813c-5dce7474f3e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15365 | 2024.08.14 22:38:47.868858 [ 3 ] {} <Debug> HTTP-Session: e451b89f-6de9-4c43-813c-5dce7474f3e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15366 | 2024.08.14 22:38:47.868888 [ 3 ] {} <Trace> HTTP-Session: e451b89f-6de9-4c43-813c-5dce7474f3e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15367 | 2024.08.14 22:38:47.869010 [ 3 ] {3621d168-eaf6-4371-9353-d5076dd65903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
15368 | 2024.08.14 22:38:47.869059 [ 3 ] {3621d168-eaf6-4371-9353-d5076dd65903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
15369 | 2024.08.14 22:38:47.869220 [ 3 ] {3621d168-eaf6-4371-9353-d5076dd65903} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15370 | 2024.08.14 22:38:47.869511 [ 3 ] {3621d168-eaf6-4371-9353-d5076dd65903} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15371 | 2024.08.14 22:38:47.869548 [ 3 ] {3621d168-eaf6-4371-9353-d5076dd65903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15372 | 2024.08.14 22:38:47.869906 [ 3 ] {3621d168-eaf6-4371-9353-d5076dd65903} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15373 | 2024.08.14 22:38:47.870260 [ 3 ] {3621d168-eaf6-4371-9353-d5076dd65903} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15374 | 2024.08.14 22:38:47.870431 [ 3 ] {3621d168-eaf6-4371-9353-d5076dd65903} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001458 sec., 52812.071330589846 rows/sec., 3.25 MiB/sec. | ||
15375 | 2024.08.14 22:38:47.870615 [ 3 ] {3621d168-eaf6-4371-9353-d5076dd65903} <Debug> DynamicQueryHandler: Done processing query | ||
15376 | 2024.08.14 22:38:47.870641 [ 3 ] {3621d168-eaf6-4371-9353-d5076dd65903} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15377 | 2024.08.14 22:38:47.870657 [ 3 ] {} <Debug> HTTP-Session: e451b89f-6de9-4c43-813c-5dce7474f3e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15378 | 2024.08.14 22:38:47.870808 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 31016, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15379 | 2024.08.14 22:38:47.870854 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15380 | 2024.08.14 22:38:47.870873 [ 3 ] {} <Debug> HTTP-Session: 7c64cbb7-57d3-4a37-9ab5-3125e0d203b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15381 | 2024.08.14 22:38:47.870889 [ 3 ] {} <Debug> HTTP-Session: 7c64cbb7-57d3-4a37-9ab5-3125e0d203b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15382 | 2024.08.14 22:38:47.870904 [ 3 ] {} <Debug> HTTP-Session: 7c64cbb7-57d3-4a37-9ab5-3125e0d203b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15383 | 2024.08.14 22:38:47.870934 [ 3 ] {} <Trace> HTTP-Session: 7c64cbb7-57d3-4a37-9ab5-3125e0d203b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15384 | 2024.08.14 22:38:47.871072 [ 3 ] {a155b2e1-0679-4722-9981-4ffb10210ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15385 | 2024.08.14 22:38:47.871118 [ 3 ] {a155b2e1-0679-4722-9981-4ffb10210ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15386 | 2024.08.14 22:38:47.871258 [ 3 ] {a155b2e1-0679-4722-9981-4ffb10210ccb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15387 | 2024.08.14 22:38:47.871704 [ 3 ] {a155b2e1-0679-4722-9981-4ffb10210ccb} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15388 | 2024.08.14 22:38:47.871741 [ 3 ] {a155b2e1-0679-4722-9981-4ffb10210ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15389 | 2024.08.14 22:38:47.872103 [ 3 ] {a155b2e1-0679-4722-9981-4ffb10210ccb} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
15390 | 2024.08.14 22:38:47.872433 [ 3 ] {a155b2e1-0679-4722-9981-4ffb10210ccb} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15391 | 2024.08.14 22:38:47.872609 [ 3 ] {a155b2e1-0679-4722-9981-4ffb10210ccb} <Debug> executeQuery: Read 162 rows, 11.53 KiB in 0.00159 sec., 101886.79245283018 rows/sec., 7.08 MiB/sec. | ||
15392 | 2024.08.14 22:38:47.872779 [ 3 ] {a155b2e1-0679-4722-9981-4ffb10210ccb} <Debug> DynamicQueryHandler: Done processing query | ||
15393 | 2024.08.14 22:38:47.872802 [ 3 ] {a155b2e1-0679-4722-9981-4ffb10210ccb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15394 | 2024.08.14 22:38:47.872817 [ 3 ] {} <Debug> HTTP-Session: 7c64cbb7-57d3-4a37-9ab5-3125e0d203b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15395 | 2024.08.14 22:38:47.872980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 43325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15396 | 2024.08.14 22:38:47.873028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15397 | 2024.08.14 22:38:47.873047 [ 3 ] {} <Debug> HTTP-Session: 871fc0e6-ee92-4cb4-8d23-8aebda49aca8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15398 | 2024.08.14 22:38:47.873063 [ 3 ] {} <Debug> HTTP-Session: 871fc0e6-ee92-4cb4-8d23-8aebda49aca8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15399 | 2024.08.14 22:38:47.873077 [ 3 ] {} <Debug> HTTP-Session: 871fc0e6-ee92-4cb4-8d23-8aebda49aca8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15400 | 2024.08.14 22:38:47.873108 [ 3 ] {} <Trace> HTTP-Session: 871fc0e6-ee92-4cb4-8d23-8aebda49aca8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15401 | 2024.08.14 22:38:47.873395 [ 3 ] {ef222d49-bac2-40a4-9e5b-6fac852646fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15402 | 2024.08.14 22:38:47.873457 [ 3 ] {ef222d49-bac2-40a4-9e5b-6fac852646fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
15403 | 2024.08.14 22:38:47.873854 [ 3 ] {ef222d49-bac2-40a4-9e5b-6fac852646fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15404 | 2024.08.14 22:38:47.874463 [ 3 ] {ef222d49-bac2-40a4-9e5b-6fac852646fd} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15405 | 2024.08.14 22:38:47.874499 [ 3 ] {ef222d49-bac2-40a4-9e5b-6fac852646fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15406 | 2024.08.14 22:38:47.875086 [ 3 ] {ef222d49-bac2-40a4-9e5b-6fac852646fd} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
15407 | 2024.08.14 22:38:47.875484 [ 3 ] {ef222d49-bac2-40a4-9e5b-6fac852646fd} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15408 | 2024.08.14 22:38:47.875677 [ 3 ] {ef222d49-bac2-40a4-9e5b-6fac852646fd} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002484 sec., 10869.565217391304 rows/sec., 19.48 MiB/sec. | ||
15409 | 2024.08.14 22:38:47.876127 [ 3 ] {ef222d49-bac2-40a4-9e5b-6fac852646fd} <Debug> DynamicQueryHandler: Done processing query | ||
15410 | 2024.08.14 22:38:47.876187 [ 3 ] {ef222d49-bac2-40a4-9e5b-6fac852646fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
15411 | 2024.08.14 22:38:47.876236 [ 3 ] {} <Debug> HTTP-Session: 871fc0e6-ee92-4cb4-8d23-8aebda49aca8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15412 | 2024.08.14 22:38:47.876376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15413 | 2024.08.14 22:38:47.876424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15414 | 2024.08.14 22:38:47.876443 [ 3 ] {} <Debug> HTTP-Session: f971ea47-b29c-49d4-a0a8-c73a1a7f5efa Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15415 | 2024.08.14 22:38:47.876460 [ 3 ] {} <Debug> HTTP-Session: f971ea47-b29c-49d4-a0a8-c73a1a7f5efa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15416 | 2024.08.14 22:38:47.876474 [ 3 ] {} <Debug> HTTP-Session: f971ea47-b29c-49d4-a0a8-c73a1a7f5efa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15417 | 2024.08.14 22:38:47.876505 [ 3 ] {} <Trace> HTTP-Session: f971ea47-b29c-49d4-a0a8-c73a1a7f5efa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15418 | 2024.08.14 22:38:47.876612 [ 3 ] {95dec4df-5a6b-46b3-8a27-10e628c666c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
15419 | 2024.08.14 22:38:47.876658 [ 3 ] {95dec4df-5a6b-46b3-8a27-10e628c666c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
15420 | 2024.08.14 22:38:47.876801 [ 3 ] {95dec4df-5a6b-46b3-8a27-10e628c666c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15421 | 2024.08.14 22:38:47.877089 [ 3 ] {95dec4df-5a6b-46b3-8a27-10e628c666c2} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15422 | 2024.08.14 22:38:47.877124 [ 3 ] {95dec4df-5a6b-46b3-8a27-10e628c666c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15423 | 2024.08.14 22:38:47.877468 [ 3 ] {95dec4df-5a6b-46b3-8a27-10e628c666c2} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15424 | 2024.08.14 22:38:47.877811 [ 3 ] {95dec4df-5a6b-46b3-8a27-10e628c666c2} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15425 | 2024.08.14 22:38:47.877972 [ 3 ] {95dec4df-5a6b-46b3-8a27-10e628c666c2} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001378 sec., 16690.85631349782 rows/sec., 902.86 KiB/sec. | ||
15426 | 2024.08.14 22:38:47.878168 [ 3 ] {95dec4df-5a6b-46b3-8a27-10e628c666c2} <Debug> DynamicQueryHandler: Done processing query | ||
15427 | 2024.08.14 22:38:47.878194 [ 3 ] {95dec4df-5a6b-46b3-8a27-10e628c666c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15428 | 2024.08.14 22:38:47.878210 [ 3 ] {} <Debug> HTTP-Session: f971ea47-b29c-49d4-a0a8-c73a1a7f5efa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15429 | 2024.08.14 22:38:47.878330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15430 | 2024.08.14 22:38:47.878379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15431 | 2024.08.14 22:38:47.878399 [ 3 ] {} <Debug> HTTP-Session: a264469b-84e2-482a-be47-91117187daff Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15432 | 2024.08.14 22:38:47.878414 [ 3 ] {} <Debug> HTTP-Session: a264469b-84e2-482a-be47-91117187daff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15433 | 2024.08.14 22:38:47.878428 [ 3 ] {} <Debug> HTTP-Session: a264469b-84e2-482a-be47-91117187daff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15434 | 2024.08.14 22:38:47.878460 [ 3 ] {} <Trace> HTTP-Session: a264469b-84e2-482a-be47-91117187daff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15435 | 2024.08.14 22:38:47.878571 [ 3 ] {0e139443-4387-4a39-9e03-4e47a0bbee12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15436 | 2024.08.14 22:38:47.878614 [ 3 ] {0e139443-4387-4a39-9e03-4e47a0bbee12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15437 | 2024.08.14 22:38:47.878741 [ 3 ] {0e139443-4387-4a39-9e03-4e47a0bbee12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15438 | 2024.08.14 22:38:47.879037 [ 3 ] {0e139443-4387-4a39-9e03-4e47a0bbee12} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15439 | 2024.08.14 22:38:47.879072 [ 3 ] {0e139443-4387-4a39-9e03-4e47a0bbee12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15440 | 2024.08.14 22:38:47.879415 [ 3 ] {0e139443-4387-4a39-9e03-4e47a0bbee12} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
15441 | 2024.08.14 22:38:47.879729 [ 3 ] {0e139443-4387-4a39-9e03-4e47a0bbee12} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15442 | 2024.08.14 22:38:47.879894 [ 3 ] {0e139443-4387-4a39-9e03-4e47a0bbee12} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001349 sec., 44477.390659747965 rows/sec., 3.00 MiB/sec. | ||
15443 | 2024.08.14 22:38:47.880046 [ 3 ] {0e139443-4387-4a39-9e03-4e47a0bbee12} <Debug> DynamicQueryHandler: Done processing query | ||
15444 | 2024.08.14 22:38:47.880070 [ 3 ] {0e139443-4387-4a39-9e03-4e47a0bbee12} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15445 | 2024.08.14 22:38:47.880085 [ 3 ] {} <Debug> HTTP-Session: a264469b-84e2-482a-be47-91117187daff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15446 | 2024.08.14 22:38:49.704400 [ 145 ] {} <Debug> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
15447 | 2024.08.14 22:38:49.704499 [ 145 ] {} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15448 | 2024.08.14 22:38:49.704540 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15449 | 2024.08.14 22:38:49.704753 [ 186 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::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 | ||
15450 | 2024.08.14 22:38:49.704985 [ 186 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15451 | 2024.08.14 22:38:49.705036 [ 186 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 229 rows starting from the beginning of the part | ||
15452 | 2024.08.14 22:38:49.705143 [ 186 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 228 rows starting from the beginning of the part | ||
15453 | 2024.08.14 22:38:49.705513 [ 186 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 228 rows starting from the beginning of the part | ||
15454 | 2024.08.14 22:38:49.705911 [ 186 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 228 rows starting from the beginning of the part | ||
15455 | 2024.08.14 22:38:49.706094 [ 186 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 240 rows starting from the beginning of the part | ||
15456 | 2024.08.14 22:38:49.707326 [ 193 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1153 rows, containing 4 columns (4 merged, 0 gathered) in 0.00267863 sec., 430443.920959595 rows/sec., 27.53 MiB/sec. | ||
15457 | 2024.08.14 22:38:49.707535 [ 195 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
15458 | 2024.08.14 22:38:49.708033 [ 195 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::all_1_13_3} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15459 | 2024.08.14 22:38:49.708194 [ 195 ] {da2b8f43-f66b-4380-a9ad-ff3754171218::all_1_13_3} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
15460 | 2024.08.14 22:38:49.708403 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
15461 | 2024.08.14 22:38:52.845968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15462 | 2024.08.14 22:38:52.846106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15463 | 2024.08.14 22:38:52.846137 [ 3 ] {} <Debug> HTTP-Session: 00edc1a8-45bc-4113-be80-c06d23605f0e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15464 | 2024.08.14 22:38:52.846167 [ 3 ] {} <Debug> HTTP-Session: 00edc1a8-45bc-4113-be80-c06d23605f0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15465 | 2024.08.14 22:38:52.846185 [ 3 ] {} <Debug> HTTP-Session: 00edc1a8-45bc-4113-be80-c06d23605f0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15466 | 2024.08.14 22:38:52.846243 [ 3 ] {} <Trace> HTTP-Session: 00edc1a8-45bc-4113-be80-c06d23605f0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15467 | 2024.08.14 22:38:52.846445 [ 3 ] {ddf504d6-c96e-469e-8d5b-05171f3b2aab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15468 | 2024.08.14 22:38:52.846517 [ 3 ] {ddf504d6-c96e-469e-8d5b-05171f3b2aab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15469 | 2024.08.14 22:38:52.846747 [ 3 ] {ddf504d6-c96e-469e-8d5b-05171f3b2aab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15470 | 2024.08.14 22:38:52.847216 [ 3 ] {ddf504d6-c96e-469e-8d5b-05171f3b2aab} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15471 | 2024.08.14 22:38:52.847257 [ 3 ] {ddf504d6-c96e-469e-8d5b-05171f3b2aab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15472 | 2024.08.14 22:38:52.847626 [ 3 ] {ddf504d6-c96e-469e-8d5b-05171f3b2aab} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
15473 | 2024.08.14 22:38:52.847963 [ 3 ] {ddf504d6-c96e-469e-8d5b-05171f3b2aab} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15474 | 2024.08.14 22:38:52.848108 [ 3 ] {ddf504d6-c96e-469e-8d5b-05171f3b2aab} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001727 sec., 13896.931094383324 rows/sec., 1.10 MiB/sec. | ||
15475 | 2024.08.14 22:38:52.848121 [ 140 ] {} <Debug> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
15476 | 2024.08.14 22:38:52.848183 [ 140 ] {} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15477 | 2024.08.14 22:38:52.848222 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15478 | 2024.08.14 22:38:52.848359 [ 3 ] {ddf504d6-c96e-469e-8d5b-05171f3b2aab} <Debug> DynamicQueryHandler: Done processing query | ||
15479 | 2024.08.14 22:38:52.848410 [ 3 ] {ddf504d6-c96e-469e-8d5b-05171f3b2aab} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15480 | 2024.08.14 22:38:52.848422 [ 196 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::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 | ||
15481 | 2024.08.14 22:38:52.848448 [ 3 ] {} <Debug> HTTP-Session: 00edc1a8-45bc-4113-be80-c06d23605f0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15482 | 2024.08.14 22:38:52.848709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 513, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15483 | 2024.08.14 22:38:52.848886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15484 | 2024.08.14 22:38:52.848914 [ 196 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15485 | 2024.08.14 22:38:52.848987 [ 3 ] {} <Debug> HTTP-Session: a5218606-9c13-4622-837a-5bc18ae29f45 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15486 | 2024.08.14 22:38:52.849017 [ 196 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 53 rows starting from the beginning of the part | ||
15487 | 2024.08.14 22:38:52.849068 [ 3 ] {} <Debug> HTTP-Session: a5218606-9c13-4622-837a-5bc18ae29f45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15488 | 2024.08.14 22:38:52.849142 [ 3 ] {} <Debug> HTTP-Session: a5218606-9c13-4622-837a-5bc18ae29f45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15489 | 2024.08.14 22:38:52.849370 [ 3 ] {} <Trace> HTTP-Session: a5218606-9c13-4622-837a-5bc18ae29f45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15490 | 2024.08.14 22:38:52.849489 [ 196 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 23 rows starting from the beginning of the part | ||
15491 | 2024.08.14 22:38:52.849945 [ 3 ] {5213830d-d701-49d7-ac55-b81b36a2626d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15492 | 2024.08.14 22:38:52.850026 [ 196 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 30 rows starting from the beginning of the part | ||
15493 | 2024.08.14 22:38:52.850141 [ 3 ] {5213830d-d701-49d7-ac55-b81b36a2626d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15494 | 2024.08.14 22:38:52.850512 [ 196 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 23 rows starting from the beginning of the part | ||
15495 | 2024.08.14 22:38:52.850925 [ 196 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 33 rows starting from the beginning of the part | ||
15496 | 2024.08.14 22:38:52.851220 [ 196 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 24 rows starting from the beginning of the part | ||
15497 | 2024.08.14 22:38:52.851573 [ 3 ] {5213830d-d701-49d7-ac55-b81b36a2626d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15498 | 2024.08.14 22:38:52.852060 [ 3 ] {5213830d-d701-49d7-ac55-b81b36a2626d} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15499 | 2024.08.14 22:38:52.852112 [ 3 ] {5213830d-d701-49d7-ac55-b81b36a2626d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15500 | 2024.08.14 22:38:52.852606 [ 3 ] {5213830d-d701-49d7-ac55-b81b36a2626d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
15501 | 2024.08.14 22:38:52.852817 [ 195 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.004522706 sec., 41125.821576728624 rows/sec., 3.16 MiB/sec. | ||
15502 | 2024.08.14 22:38:52.853072 [ 195 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
15503 | 2024.08.14 22:38:52.853183 [ 3 ] {5213830d-d701-49d7-ac55-b81b36a2626d} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15504 | 2024.08.14 22:38:52.853560 [ 3 ] {5213830d-d701-49d7-ac55-b81b36a2626d} <Debug> executeQuery: Read 3 rows, 243.00 B in 0.003869 sec., 775.3941586973378 rows/sec., 61.33 KiB/sec. | ||
15505 | 2024.08.14 22:38:52.854305 [ 3 ] {5213830d-d701-49d7-ac55-b81b36a2626d} <Debug> DynamicQueryHandler: Done processing query | ||
15506 | 2024.08.14 22:38:52.854376 [ 3 ] {5213830d-d701-49d7-ac55-b81b36a2626d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15507 | 2024.08.14 22:38:52.854439 [ 3 ] {} <Debug> HTTP-Session: a5218606-9c13-4622-837a-5bc18ae29f45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15508 | 2024.08.14 22:38:52.854644 [ 195 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_81_16} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15509 | 2024.08.14 22:38:52.854651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 19083, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15510 | 2024.08.14 22:38:52.854772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15511 | 2024.08.14 22:38:52.854795 [ 3 ] {} <Debug> HTTP-Session: e3cceb30-811b-400d-b1b6-f4e65728dfe0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15512 | 2024.08.14 22:38:52.854819 [ 195 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_81_16} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
15513 | 2024.08.14 22:38:52.854831 [ 3 ] {} <Debug> HTTP-Session: e3cceb30-811b-400d-b1b6-f4e65728dfe0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15514 | 2024.08.14 22:38:52.854866 [ 3 ] {} <Debug> HTTP-Session: e3cceb30-811b-400d-b1b6-f4e65728dfe0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15515 | 2024.08.14 22:38:52.854937 [ 3 ] {} <Trace> HTTP-Session: e3cceb30-811b-400d-b1b6-f4e65728dfe0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15516 | 2024.08.14 22:38:52.854991 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
15517 | 2024.08.14 22:38:52.855133 [ 3 ] {d97eaf82-fbf0-49fb-a3d8-4b2839c2a904} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15518 | 2024.08.14 22:38:52.855183 [ 3 ] {d97eaf82-fbf0-49fb-a3d8-4b2839c2a904} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15519 | 2024.08.14 22:38:52.855326 [ 3 ] {d97eaf82-fbf0-49fb-a3d8-4b2839c2a904} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15520 | 2024.08.14 22:38:52.855713 [ 3 ] {d97eaf82-fbf0-49fb-a3d8-4b2839c2a904} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15521 | 2024.08.14 22:38:52.855751 [ 3 ] {d97eaf82-fbf0-49fb-a3d8-4b2839c2a904} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15522 | 2024.08.14 22:38:52.856069 [ 3 ] {d97eaf82-fbf0-49fb-a3d8-4b2839c2a904} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15523 | 2024.08.14 22:38:52.856376 [ 3 ] {d97eaf82-fbf0-49fb-a3d8-4b2839c2a904} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): 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.14 22:38:52.856535 [ 3 ] {d97eaf82-fbf0-49fb-a3d8-4b2839c2a904} <Debug> executeQuery: Read 131 rows, 11.11 KiB in 0.001455 sec., 90034.36426116839 rows/sec., 7.46 MiB/sec. | ||
15525 | 2024.08.14 22:38:52.856729 [ 3 ] {d97eaf82-fbf0-49fb-a3d8-4b2839c2a904} <Debug> DynamicQueryHandler: Done processing query | ||
15526 | 2024.08.14 22:38:52.856764 [ 3 ] {d97eaf82-fbf0-49fb-a3d8-4b2839c2a904} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
15527 | 2024.08.14 22:38:52.856797 [ 3 ] {} <Debug> HTTP-Session: e3cceb30-811b-400d-b1b6-f4e65728dfe0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15528 | 2024.08.14 22:38:52.856937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 461, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15529 | 2024.08.14 22:38:52.856988 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15530 | 2024.08.14 22:38:52.857008 [ 3 ] {} <Debug> HTTP-Session: f4af7d20-6fb5-474d-83ee-c00ea63d85cb Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15531 | 2024.08.14 22:38:52.857026 [ 3 ] {} <Debug> HTTP-Session: f4af7d20-6fb5-474d-83ee-c00ea63d85cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15532 | 2024.08.14 22:38:52.857041 [ 3 ] {} <Debug> HTTP-Session: f4af7d20-6fb5-474d-83ee-c00ea63d85cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15533 | 2024.08.14 22:38:52.857072 [ 3 ] {} <Trace> HTTP-Session: f4af7d20-6fb5-474d-83ee-c00ea63d85cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15534 | 2024.08.14 22:38:52.857167 [ 3 ] {033e3c40-785b-4fb3-b924-e303d41fd9df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15535 | 2024.08.14 22:38:52.857210 [ 3 ] {033e3c40-785b-4fb3-b924-e303d41fd9df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15536 | 2024.08.14 22:38:52.857336 [ 3 ] {033e3c40-785b-4fb3-b924-e303d41fd9df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15537 | 2024.08.14 22:38:52.857601 [ 3 ] {033e3c40-785b-4fb3-b924-e303d41fd9df} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15538 | 2024.08.14 22:38:52.857638 [ 3 ] {033e3c40-785b-4fb3-b924-e303d41fd9df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15539 | 2024.08.14 22:38:52.857942 [ 3 ] {033e3c40-785b-4fb3-b924-e303d41fd9df} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
15540 | 2024.08.14 22:38:52.858253 [ 3 ] {033e3c40-785b-4fb3-b924-e303d41fd9df} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15541 | 2024.08.14 22:38:52.858401 [ 3 ] {033e3c40-785b-4fb3-b924-e303d41fd9df} <Debug> executeQuery: Read 3 rows, 207.00 B in 0.001257 sec., 2386.634844868735 rows/sec., 160.82 KiB/sec. | ||
15542 | 2024.08.14 22:38:52.858565 [ 3 ] {033e3c40-785b-4fb3-b924-e303d41fd9df} <Debug> DynamicQueryHandler: Done processing query | ||
15543 | 2024.08.14 22:38:52.858590 [ 3 ] {033e3c40-785b-4fb3-b924-e303d41fd9df} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15544 | 2024.08.14 22:38:52.858606 [ 3 ] {} <Debug> HTTP-Session: f4af7d20-6fb5-474d-83ee-c00ea63d85cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15545 | 2024.08.14 22:38:52.858719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 17396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15546 | 2024.08.14 22:38:52.858768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15547 | 2024.08.14 22:38:52.858788 [ 3 ] {} <Debug> HTTP-Session: d379662e-a353-4a53-9b8f-fd98dfe4580e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15548 | 2024.08.14 22:38:52.858805 [ 3 ] {} <Debug> HTTP-Session: d379662e-a353-4a53-9b8f-fd98dfe4580e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15549 | 2024.08.14 22:38:52.858819 [ 3 ] {} <Debug> HTTP-Session: d379662e-a353-4a53-9b8f-fd98dfe4580e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15550 | 2024.08.14 22:38:52.858850 [ 3 ] {} <Trace> HTTP-Session: d379662e-a353-4a53-9b8f-fd98dfe4580e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15551 | 2024.08.14 22:38:52.858972 [ 3 ] {4b714ab5-5494-49dd-92b8-7b852fe55d3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15552 | 2024.08.14 22:38:52.859015 [ 3 ] {4b714ab5-5494-49dd-92b8-7b852fe55d3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15553 | 2024.08.14 22:38:52.859141 [ 3 ] {4b714ab5-5494-49dd-92b8-7b852fe55d3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15554 | 2024.08.14 22:38:52.859638 [ 3 ] {4b714ab5-5494-49dd-92b8-7b852fe55d3d} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15555 | 2024.08.14 22:38:52.859674 [ 3 ] {4b714ab5-5494-49dd-92b8-7b852fe55d3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15556 | 2024.08.14 22:38:52.859993 [ 3 ] {4b714ab5-5494-49dd-92b8-7b852fe55d3d} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15557 | 2024.08.14 22:38:52.860300 [ 3 ] {4b714ab5-5494-49dd-92b8-7b852fe55d3d} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15558 | 2024.08.14 22:38:52.860452 [ 3 ] {4b714ab5-5494-49dd-92b8-7b852fe55d3d} <Debug> executeQuery: Read 103 rows, 8.15 KiB in 0.001517 sec., 67897.16545814107 rows/sec., 5.24 MiB/sec. | ||
15559 | 2024.08.14 22:38:52.860627 [ 3 ] {4b714ab5-5494-49dd-92b8-7b852fe55d3d} <Debug> DynamicQueryHandler: Done processing query | ||
15560 | 2024.08.14 22:38:52.860651 [ 3 ] {4b714ab5-5494-49dd-92b8-7b852fe55d3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
15561 | 2024.08.14 22:38:52.860667 [ 3 ] {} <Debug> HTTP-Session: d379662e-a353-4a53-9b8f-fd98dfe4580e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15562 | 2024.08.14 22:38:52.860871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 31028, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15563 | 2024.08.14 22:38:52.860923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15564 | 2024.08.14 22:38:52.860943 [ 3 ] {} <Debug> HTTP-Session: f867442c-7f18-40e1-a8b1-8d0207b822af Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15565 | 2024.08.14 22:38:52.860961 [ 3 ] {} <Debug> HTTP-Session: f867442c-7f18-40e1-a8b1-8d0207b822af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15566 | 2024.08.14 22:38:52.860975 [ 3 ] {} <Debug> HTTP-Session: f867442c-7f18-40e1-a8b1-8d0207b822af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15567 | 2024.08.14 22:38:52.861006 [ 3 ] {} <Trace> HTTP-Session: f867442c-7f18-40e1-a8b1-8d0207b822af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15568 | 2024.08.14 22:38:52.861157 [ 3 ] {35abcdb8-90dc-4d05-83b8-719e9b812a91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15569 | 2024.08.14 22:38:52.861204 [ 3 ] {35abcdb8-90dc-4d05-83b8-719e9b812a91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15570 | 2024.08.14 22:38:52.861350 [ 3 ] {35abcdb8-90dc-4d05-83b8-719e9b812a91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15571 | 2024.08.14 22:38:52.861712 [ 3 ] {35abcdb8-90dc-4d05-83b8-719e9b812a91} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15572 | 2024.08.14 22:38:52.861750 [ 3 ] {35abcdb8-90dc-4d05-83b8-719e9b812a91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15573 | 2024.08.14 22:38:52.862129 [ 3 ] {35abcdb8-90dc-4d05-83b8-719e9b812a91} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
15574 | 2024.08.14 22:38:52.862465 [ 3 ] {35abcdb8-90dc-4d05-83b8-719e9b812a91} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15575 | 2024.08.14 22:38:52.862619 [ 3 ] {35abcdb8-90dc-4d05-83b8-719e9b812a91} <Debug> executeQuery: Read 162 rows, 11.54 KiB in 0.001527 sec., 106090.37328094304 rows/sec., 7.38 MiB/sec. | ||
15576 | 2024.08.14 22:38:52.862785 [ 3 ] {35abcdb8-90dc-4d05-83b8-719e9b812a91} <Debug> DynamicQueryHandler: Done processing query | ||
15577 | 2024.08.14 22:38:52.862809 [ 3 ] {35abcdb8-90dc-4d05-83b8-719e9b812a91} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15578 | 2024.08.14 22:38:52.862825 [ 3 ] {} <Debug> HTTP-Session: f867442c-7f18-40e1-a8b1-8d0207b822af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15579 | 2024.08.14 22:38:52.862978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 38948, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15580 | 2024.08.14 22:38:52.863027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15581 | 2024.08.14 22:38:52.863047 [ 3 ] {} <Debug> HTTP-Session: d1c29a10-2119-4feb-8642-76f3bb4f91f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15582 | 2024.08.14 22:38:52.863064 [ 3 ] {} <Debug> HTTP-Session: d1c29a10-2119-4feb-8642-76f3bb4f91f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15583 | 2024.08.14 22:38:52.863078 [ 3 ] {} <Debug> HTTP-Session: d1c29a10-2119-4feb-8642-76f3bb4f91f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15584 | 2024.08.14 22:38:52.863110 [ 3 ] {} <Trace> HTTP-Session: d1c29a10-2119-4feb-8642-76f3bb4f91f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15585 | 2024.08.14 22:38:52.863378 [ 3 ] {c067d65a-863a-4f91-a7b7-3c60331d2e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15586 | 2024.08.14 22:38:52.863441 [ 3 ] {c067d65a-863a-4f91-a7b7-3c60331d2e47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
15587 | 2024.08.14 22:38:52.863845 [ 3 ] {c067d65a-863a-4f91-a7b7-3c60331d2e47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15588 | 2024.08.14 22:38:52.864723 [ 3 ] {c067d65a-863a-4f91-a7b7-3c60331d2e47} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15589 | 2024.08.14 22:38:52.864761 [ 3 ] {c067d65a-863a-4f91-a7b7-3c60331d2e47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15590 | 2024.08.14 22:38:52.865353 [ 3 ] {c067d65a-863a-4f91-a7b7-3c60331d2e47} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
15591 | 2024.08.14 22:38:52.865768 [ 3 ] {c067d65a-863a-4f91-a7b7-3c60331d2e47} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15592 | 2024.08.14 22:38:52.865953 [ 3 ] {c067d65a-863a-4f91-a7b7-3c60331d2e47} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002755 sec., 8711.433756805807 rows/sec., 15.61 MiB/sec. | ||
15593 | 2024.08.14 22:38:52.866187 [ 3 ] {c067d65a-863a-4f91-a7b7-3c60331d2e47} <Debug> DynamicQueryHandler: Done processing query | ||
15594 | 2024.08.14 22:38:52.866212 [ 3 ] {c067d65a-863a-4f91-a7b7-3c60331d2e47} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
15595 | 2024.08.14 22:38:52.866228 [ 3 ] {} <Debug> HTTP-Session: d1c29a10-2119-4feb-8642-76f3bb4f91f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15596 | 2024.08.14 22:38:52.866381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 945, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15597 | 2024.08.14 22:38:52.866432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15598 | 2024.08.14 22:38:52.866452 [ 3 ] {} <Debug> HTTP-Session: cb8f5da4-835d-4bee-9fb4-faf8dedba1cf Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15599 | 2024.08.14 22:38:52.866469 [ 3 ] {} <Debug> HTTP-Session: cb8f5da4-835d-4bee-9fb4-faf8dedba1cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15600 | 2024.08.14 22:38:52.866482 [ 3 ] {} <Debug> HTTP-Session: cb8f5da4-835d-4bee-9fb4-faf8dedba1cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15601 | 2024.08.14 22:38:52.866519 [ 3 ] {} <Trace> HTTP-Session: cb8f5da4-835d-4bee-9fb4-faf8dedba1cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15602 | 2024.08.14 22:38:52.866618 [ 3 ] {8a55a084-0b46-4696-8eef-aa45faa11179} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
15603 | 2024.08.14 22:38:52.866662 [ 3 ] {8a55a084-0b46-4696-8eef-aa45faa11179} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
15604 | 2024.08.14 22:38:52.866792 [ 3 ] {8a55a084-0b46-4696-8eef-aa45faa11179} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15605 | 2024.08.14 22:38:52.867041 [ 3 ] {8a55a084-0b46-4696-8eef-aa45faa11179} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15606 | 2024.08.14 22:38:52.867077 [ 3 ] {8a55a084-0b46-4696-8eef-aa45faa11179} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15607 | 2024.08.14 22:38:52.867423 [ 3 ] {8a55a084-0b46-4696-8eef-aa45faa11179} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
15608 | 2024.08.14 22:38:52.867754 [ 3 ] {8a55a084-0b46-4696-8eef-aa45faa11179} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15609 | 2024.08.14 22:38:52.867916 [ 3 ] {8a55a084-0b46-4696-8eef-aa45faa11179} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001314 sec., 4566.2100456621 rows/sec., 301.00 KiB/sec. | ||
15610 | 2024.08.14 22:38:52.868077 [ 3 ] {8a55a084-0b46-4696-8eef-aa45faa11179} <Debug> DynamicQueryHandler: Done processing query | ||
15611 | 2024.08.14 22:38:52.868101 [ 3 ] {8a55a084-0b46-4696-8eef-aa45faa11179} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15612 | 2024.08.14 22:38:52.868119 [ 3 ] {} <Debug> HTTP-Session: cb8f5da4-835d-4bee-9fb4-faf8dedba1cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15613 | 2024.08.14 22:38:52.868236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15614 | 2024.08.14 22:38:52.868286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15615 | 2024.08.14 22:38:52.868305 [ 3 ] {} <Debug> HTTP-Session: dd4c8f08-8ab5-4886-ba74-b32f03de301c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15616 | 2024.08.14 22:38:52.868323 [ 3 ] {} <Debug> HTTP-Session: dd4c8f08-8ab5-4886-ba74-b32f03de301c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15617 | 2024.08.14 22:38:52.868337 [ 3 ] {} <Debug> HTTP-Session: dd4c8f08-8ab5-4886-ba74-b32f03de301c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15618 | 2024.08.14 22:38:52.868369 [ 3 ] {} <Trace> HTTP-Session: dd4c8f08-8ab5-4886-ba74-b32f03de301c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15619 | 2024.08.14 22:38:52.868500 [ 3 ] {4662086e-8ebb-40b9-8a80-a9a04699a1d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15620 | 2024.08.14 22:38:52.868547 [ 3 ] {4662086e-8ebb-40b9-8a80-a9a04699a1d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15621 | 2024.08.14 22:38:52.868676 [ 3 ] {4662086e-8ebb-40b9-8a80-a9a04699a1d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15622 | 2024.08.14 22:38:52.869034 [ 3 ] {4662086e-8ebb-40b9-8a80-a9a04699a1d3} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15623 | 2024.08.14 22:38:52.869075 [ 3 ] {4662086e-8ebb-40b9-8a80-a9a04699a1d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15624 | 2024.08.14 22:38:52.869439 [ 3 ] {4662086e-8ebb-40b9-8a80-a9a04699a1d3} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
15625 | 2024.08.14 22:38:52.869756 [ 3 ] {4662086e-8ebb-40b9-8a80-a9a04699a1d3} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15626 | 2024.08.14 22:38:52.869902 [ 3 ] {4662086e-8ebb-40b9-8a80-a9a04699a1d3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001451 sec., 41350.79255685734 rows/sec., 2.79 MiB/sec. | ||
15627 | 2024.08.14 22:38:52.870074 [ 3 ] {4662086e-8ebb-40b9-8a80-a9a04699a1d3} <Debug> DynamicQueryHandler: Done processing query | ||
15628 | 2024.08.14 22:38:52.870099 [ 3 ] {4662086e-8ebb-40b9-8a80-a9a04699a1d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15629 | 2024.08.14 22:38:52.870115 [ 3 ] {} <Debug> HTTP-Session: dd4c8f08-8ab5-4886-ba74-b32f03de301c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15630 | 2024.08.14 22:38:56.087198 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15631 | 2024.08.14 22:38:56.087275 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15632 | 2024.08.14 22:38:57.849902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15633 | 2024.08.14 22:38:57.850036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15634 | 2024.08.14 22:38:57.850065 [ 3 ] {} <Debug> HTTP-Session: b527b2b4-a862-4c9d-a9d0-93e69f270adb Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15635 | 2024.08.14 22:38:57.850093 [ 3 ] {} <Debug> HTTP-Session: b527b2b4-a862-4c9d-a9d0-93e69f270adb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15636 | 2024.08.14 22:38:57.850110 [ 3 ] {} <Debug> HTTP-Session: b527b2b4-a862-4c9d-a9d0-93e69f270adb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15637 | 2024.08.14 22:38:57.850165 [ 3 ] {} <Trace> HTTP-Session: b527b2b4-a862-4c9d-a9d0-93e69f270adb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15638 | 2024.08.14 22:38:57.850368 [ 3 ] {8a780b85-31dc-4cea-9de4-230b9bfb7158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15639 | 2024.08.14 22:38:57.850444 [ 3 ] {8a780b85-31dc-4cea-9de4-230b9bfb7158} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15640 | 2024.08.14 22:38:57.850663 [ 3 ] {8a780b85-31dc-4cea-9de4-230b9bfb7158} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15641 | 2024.08.14 22:38:57.851129 [ 3 ] {8a780b85-31dc-4cea-9de4-230b9bfb7158} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15642 | 2024.08.14 22:38:57.851170 [ 3 ] {8a780b85-31dc-4cea-9de4-230b9bfb7158} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15643 | 2024.08.14 22:38:57.851532 [ 3 ] {8a780b85-31dc-4cea-9de4-230b9bfb7158} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
15644 | 2024.08.14 22:38:57.851856 [ 3 ] {8a780b85-31dc-4cea-9de4-230b9bfb7158} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15645 | 2024.08.14 22:38:57.852032 [ 3 ] {8a780b85-31dc-4cea-9de4-230b9bfb7158} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001727 sec., 21424.435437174292 rows/sec., 1.61 MiB/sec. | ||
15646 | 2024.08.14 22:38:57.852242 [ 3 ] {8a780b85-31dc-4cea-9de4-230b9bfb7158} <Debug> DynamicQueryHandler: Done processing query | ||
15647 | 2024.08.14 22:38:57.852269 [ 3 ] {8a780b85-31dc-4cea-9de4-230b9bfb7158} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15648 | 2024.08.14 22:38:57.852285 [ 3 ] {} <Debug> HTTP-Session: b527b2b4-a862-4c9d-a9d0-93e69f270adb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15649 | 2024.08.14 22:38:57.852410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 349, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15650 | 2024.08.14 22:38:57.852462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15651 | 2024.08.14 22:38:57.852481 [ 3 ] {} <Debug> HTTP-Session: 0b2cc85b-f6a7-44ca-ae09-668f4ef8320a Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15652 | 2024.08.14 22:38:57.852499 [ 3 ] {} <Debug> HTTP-Session: 0b2cc85b-f6a7-44ca-ae09-668f4ef8320a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15653 | 2024.08.14 22:38:57.852513 [ 3 ] {} <Debug> HTTP-Session: 0b2cc85b-f6a7-44ca-ae09-668f4ef8320a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15654 | 2024.08.14 22:38:57.852548 [ 3 ] {} <Trace> HTTP-Session: 0b2cc85b-f6a7-44ca-ae09-668f4ef8320a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15655 | 2024.08.14 22:38:57.852644 [ 3 ] {28954bcf-e3f8-47d9-89b1-8c1f53900c11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15656 | 2024.08.14 22:38:57.852687 [ 3 ] {28954bcf-e3f8-47d9-89b1-8c1f53900c11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15657 | 2024.08.14 22:38:57.852811 [ 3 ] {28954bcf-e3f8-47d9-89b1-8c1f53900c11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15658 | 2024.08.14 22:38:57.853136 [ 3 ] {28954bcf-e3f8-47d9-89b1-8c1f53900c11} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15659 | 2024.08.14 22:38:57.853171 [ 3 ] {28954bcf-e3f8-47d9-89b1-8c1f53900c11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15660 | 2024.08.14 22:38:57.853445 [ 3 ] {28954bcf-e3f8-47d9-89b1-8c1f53900c11} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
15661 | 2024.08.14 22:38:57.853807 [ 3 ] {28954bcf-e3f8-47d9-89b1-8c1f53900c11} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15662 | 2024.08.14 22:38:57.853967 [ 3 ] {28954bcf-e3f8-47d9-89b1-8c1f53900c11} <Debug> executeQuery: Read 2 rows, 152.00 B in 0.001334 sec., 1499.250374812594 rows/sec., 111.27 KiB/sec. | ||
15663 | 2024.08.14 22:38:57.854245 [ 3 ] {28954bcf-e3f8-47d9-89b1-8c1f53900c11} <Debug> DynamicQueryHandler: Done processing query | ||
15664 | 2024.08.14 22:38:57.854273 [ 3 ] {28954bcf-e3f8-47d9-89b1-8c1f53900c11} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15665 | 2024.08.14 22:38:57.854289 [ 3 ] {} <Debug> HTTP-Session: 0b2cc85b-f6a7-44ca-ae09-668f4ef8320a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15666 | 2024.08.14 22:38:57.854499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 38942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15667 | 2024.08.14 22:38:57.854549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15668 | 2024.08.14 22:38:57.854568 [ 3 ] {} <Debug> HTTP-Session: 9fb92813-d3a3-4838-9e16-6a67c3d8ce1c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15669 | 2024.08.14 22:38:57.854586 [ 3 ] {} <Debug> HTTP-Session: 9fb92813-d3a3-4838-9e16-6a67c3d8ce1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15670 | 2024.08.14 22:38:57.854599 [ 3 ] {} <Debug> HTTP-Session: 9fb92813-d3a3-4838-9e16-6a67c3d8ce1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15671 | 2024.08.14 22:38:57.854630 [ 3 ] {} <Trace> HTTP-Session: 9fb92813-d3a3-4838-9e16-6a67c3d8ce1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15672 | 2024.08.14 22:38:57.854831 [ 3 ] {aa58b44e-07a9-4be6-843a-457612ab9a9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15673 | 2024.08.14 22:38:57.854877 [ 3 ] {aa58b44e-07a9-4be6-843a-457612ab9a9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15674 | 2024.08.14 22:38:57.855019 [ 3 ] {aa58b44e-07a9-4be6-843a-457612ab9a9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15675 | 2024.08.14 22:38:57.855442 [ 3 ] {aa58b44e-07a9-4be6-843a-457612ab9a9d} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15676 | 2024.08.14 22:38:57.855479 [ 3 ] {aa58b44e-07a9-4be6-843a-457612ab9a9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15677 | 2024.08.14 22:38:57.855815 [ 3 ] {aa58b44e-07a9-4be6-843a-457612ab9a9d} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15678 | 2024.08.14 22:38:57.856106 [ 3 ] {aa58b44e-07a9-4be6-843a-457612ab9a9d} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15679 | 2024.08.14 22:38:57.856263 [ 3 ] {aa58b44e-07a9-4be6-843a-457612ab9a9d} <Debug> executeQuery: Read 258 rows, 23.27 KiB in 0.001519 sec., 169848.58459512837 rows/sec., 14.96 MiB/sec. | ||
15680 | 2024.08.14 22:38:57.856424 [ 3 ] {aa58b44e-07a9-4be6-843a-457612ab9a9d} <Debug> DynamicQueryHandler: Done processing query | ||
15681 | 2024.08.14 22:38:57.856448 [ 3 ] {aa58b44e-07a9-4be6-843a-457612ab9a9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
15682 | 2024.08.14 22:38:57.856487 [ 3 ] {} <Debug> HTTP-Session: 9fb92813-d3a3-4838-9e16-6a67c3d8ce1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15683 | 2024.08.14 22:38:57.856610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 314, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15684 | 2024.08.14 22:38:57.856657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15685 | 2024.08.14 22:38:57.856675 [ 3 ] {} <Debug> HTTP-Session: d2622a2d-4e84-428d-868a-c2025f8f8f30 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15686 | 2024.08.14 22:38:57.856691 [ 3 ] {} <Debug> HTTP-Session: d2622a2d-4e84-428d-868a-c2025f8f8f30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15687 | 2024.08.14 22:38:57.856704 [ 3 ] {} <Debug> HTTP-Session: d2622a2d-4e84-428d-868a-c2025f8f8f30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15688 | 2024.08.14 22:38:57.856735 [ 3 ] {} <Trace> HTTP-Session: d2622a2d-4e84-428d-868a-c2025f8f8f30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15689 | 2024.08.14 22:38:57.856835 [ 3 ] {258ac6ca-30b7-4513-ad99-2519674e04d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15690 | 2024.08.14 22:38:57.856877 [ 3 ] {258ac6ca-30b7-4513-ad99-2519674e04d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15691 | 2024.08.14 22:38:57.857001 [ 3 ] {258ac6ca-30b7-4513-ad99-2519674e04d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15692 | 2024.08.14 22:38:57.857317 [ 3 ] {258ac6ca-30b7-4513-ad99-2519674e04d4} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15693 | 2024.08.14 22:38:57.857353 [ 3 ] {258ac6ca-30b7-4513-ad99-2519674e04d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15694 | 2024.08.14 22:38:57.857641 [ 3 ] {258ac6ca-30b7-4513-ad99-2519674e04d4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
15695 | 2024.08.14 22:38:57.857941 [ 3 ] {258ac6ca-30b7-4513-ad99-2519674e04d4} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15696 | 2024.08.14 22:38:57.858094 [ 3 ] {258ac6ca-30b7-4513-ad99-2519674e04d4} <Debug> executeQuery: Read 2 rows, 128.00 B in 0.001271 sec., 1573.5641227380015 rows/sec., 98.35 KiB/sec. | ||
15697 | 2024.08.14 22:38:57.858256 [ 3 ] {258ac6ca-30b7-4513-ad99-2519674e04d4} <Debug> DynamicQueryHandler: Done processing query | ||
15698 | 2024.08.14 22:38:57.858280 [ 3 ] {258ac6ca-30b7-4513-ad99-2519674e04d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15699 | 2024.08.14 22:38:57.858295 [ 3 ] {} <Debug> HTTP-Session: d2622a2d-4e84-428d-868a-c2025f8f8f30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15700 | 2024.08.14 22:38:57.858478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 69554, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15701 | 2024.08.14 22:38:57.858527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15702 | 2024.08.14 22:38:57.858545 [ 3 ] {} <Debug> HTTP-Session: 2815ec56-d6db-4bfc-a94e-1099ca410759 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15703 | 2024.08.14 22:38:57.858561 [ 3 ] {} <Debug> HTTP-Session: 2815ec56-d6db-4bfc-a94e-1099ca410759 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15704 | 2024.08.14 22:38:57.858576 [ 3 ] {} <Debug> HTTP-Session: 2815ec56-d6db-4bfc-a94e-1099ca410759 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15705 | 2024.08.14 22:38:57.858607 [ 3 ] {} <Trace> HTTP-Session: 2815ec56-d6db-4bfc-a94e-1099ca410759 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15706 | 2024.08.14 22:38:57.858827 [ 3 ] {60bf05db-0fa7-4296-8272-f51c00f815b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15707 | 2024.08.14 22:38:57.858869 [ 3 ] {60bf05db-0fa7-4296-8272-f51c00f815b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15708 | 2024.08.14 22:38:57.858993 [ 3 ] {60bf05db-0fa7-4296-8272-f51c00f815b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15709 | 2024.08.14 22:38:57.859514 [ 3 ] {60bf05db-0fa7-4296-8272-f51c00f815b1} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15710 | 2024.08.14 22:38:57.859550 [ 3 ] {60bf05db-0fa7-4296-8272-f51c00f815b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15711 | 2024.08.14 22:38:57.859864 [ 3 ] {60bf05db-0fa7-4296-8272-f51c00f815b1} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15712 | 2024.08.14 22:38:57.860160 [ 3 ] {60bf05db-0fa7-4296-8272-f51c00f815b1} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15713 | 2024.08.14 22:38:57.860308 [ 3 ] {60bf05db-0fa7-4296-8272-f51c00f815b1} <Debug> executeQuery: Read 430 rows, 31.21 KiB in 0.001583 sec., 271636.13392293116 rows/sec., 19.25 MiB/sec. | ||
15714 | 2024.08.14 22:38:57.860475 [ 3 ] {60bf05db-0fa7-4296-8272-f51c00f815b1} <Debug> DynamicQueryHandler: Done processing query | ||
15715 | 2024.08.14 22:38:57.860512 [ 3 ] {60bf05db-0fa7-4296-8272-f51c00f815b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
15716 | 2024.08.14 22:38:57.860542 [ 3 ] {} <Debug> HTTP-Session: 2815ec56-d6db-4bfc-a94e-1099ca410759 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15717 | 2024.08.14 22:38:57.860780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15718 | 2024.08.14 22:38:57.860828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15719 | 2024.08.14 22:38:57.860847 [ 3 ] {} <Debug> HTTP-Session: 4cccd72d-b085-49a2-8409-5898a5b97f6f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15720 | 2024.08.14 22:38:57.860863 [ 3 ] {} <Debug> HTTP-Session: 4cccd72d-b085-49a2-8409-5898a5b97f6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15721 | 2024.08.14 22:38:57.860876 [ 3 ] {} <Debug> HTTP-Session: 4cccd72d-b085-49a2-8409-5898a5b97f6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15722 | 2024.08.14 22:38:57.860907 [ 3 ] {} <Trace> HTTP-Session: 4cccd72d-b085-49a2-8409-5898a5b97f6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15723 | 2024.08.14 22:38:57.861000 [ 3 ] {30bdc9f9-322f-4914-a92a-b78c9474da95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15724 | 2024.08.14 22:38:57.861044 [ 3 ] {30bdc9f9-322f-4914-a92a-b78c9474da95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15725 | 2024.08.14 22:38:57.861170 [ 3 ] {30bdc9f9-322f-4914-a92a-b78c9474da95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15726 | 2024.08.14 22:38:57.861438 [ 3 ] {30bdc9f9-322f-4914-a92a-b78c9474da95} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15727 | 2024.08.14 22:38:57.861473 [ 3 ] {30bdc9f9-322f-4914-a92a-b78c9474da95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15728 | 2024.08.14 22:38:57.861820 [ 3 ] {30bdc9f9-322f-4914-a92a-b78c9474da95} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15729 | 2024.08.14 22:38:57.862139 [ 3 ] {30bdc9f9-322f-4914-a92a-b78c9474da95} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15730 | 2024.08.14 22:38:57.862291 [ 3 ] {30bdc9f9-322f-4914-a92a-b78c9474da95} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001308 sec., 4587.155963302753 rows/sec., 197.10 KiB/sec. | ||
15731 | 2024.08.14 22:38:57.862452 [ 3 ] {30bdc9f9-322f-4914-a92a-b78c9474da95} <Debug> DynamicQueryHandler: Done processing query | ||
15732 | 2024.08.14 22:38:57.862475 [ 3 ] {30bdc9f9-322f-4914-a92a-b78c9474da95} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15733 | 2024.08.14 22:38:57.862490 [ 3 ] {} <Debug> HTTP-Session: 4cccd72d-b085-49a2-8409-5898a5b97f6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15734 | 2024.08.14 22:38:57.862617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15735 | 2024.08.14 22:38:57.862664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15736 | 2024.08.14 22:38:57.862683 [ 3 ] {} <Debug> HTTP-Session: d30b4ac4-a98c-469d-ac03-6635deb739f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15737 | 2024.08.14 22:38:57.862698 [ 3 ] {} <Debug> HTTP-Session: d30b4ac4-a98c-469d-ac03-6635deb739f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15738 | 2024.08.14 22:38:57.862712 [ 3 ] {} <Debug> HTTP-Session: d30b4ac4-a98c-469d-ac03-6635deb739f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15739 | 2024.08.14 22:38:57.862742 [ 3 ] {} <Trace> HTTP-Session: d30b4ac4-a98c-469d-ac03-6635deb739f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15740 | 2024.08.14 22:38:57.862875 [ 3 ] {69226772-e217-4199-b589-b22fe6915a54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
15741 | 2024.08.14 22:38:57.862922 [ 3 ] {69226772-e217-4199-b589-b22fe6915a54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
15742 | 2024.08.14 22:38:57.863063 [ 3 ] {69226772-e217-4199-b589-b22fe6915a54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15743 | 2024.08.14 22:38:57.863364 [ 3 ] {69226772-e217-4199-b589-b22fe6915a54} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15744 | 2024.08.14 22:38:57.863399 [ 3 ] {69226772-e217-4199-b589-b22fe6915a54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15745 | 2024.08.14 22:38:57.863742 [ 3 ] {69226772-e217-4199-b589-b22fe6915a54} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15746 | 2024.08.14 22:38:57.864064 [ 3 ] {69226772-e217-4199-b589-b22fe6915a54} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15747 | 2024.08.14 22:38:57.864220 [ 3 ] {69226772-e217-4199-b589-b22fe6915a54} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001408 sec., 54687.5 rows/sec., 3.37 MiB/sec. | ||
15748 | 2024.08.14 22:38:57.864377 [ 3 ] {69226772-e217-4199-b589-b22fe6915a54} <Debug> DynamicQueryHandler: Done processing query | ||
15749 | 2024.08.14 22:38:57.864401 [ 3 ] {69226772-e217-4199-b589-b22fe6915a54} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15750 | 2024.08.14 22:38:57.864416 [ 3 ] {} <Debug> HTTP-Session: d30b4ac4-a98c-469d-ac03-6635deb739f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15751 | 2024.08.14 22:38:57.864585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 31016, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15752 | 2024.08.14 22:38:57.864631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15753 | 2024.08.14 22:38:57.864649 [ 3 ] {} <Debug> HTTP-Session: 15b8f349-c79c-464f-981d-11218b2b9230 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15754 | 2024.08.14 22:38:57.864665 [ 3 ] {} <Debug> HTTP-Session: 15b8f349-c79c-464f-981d-11218b2b9230 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15755 | 2024.08.14 22:38:57.864678 [ 3 ] {} <Debug> HTTP-Session: 15b8f349-c79c-464f-981d-11218b2b9230 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15756 | 2024.08.14 22:38:57.864709 [ 3 ] {} <Trace> HTTP-Session: 15b8f349-c79c-464f-981d-11218b2b9230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15757 | 2024.08.14 22:38:57.864862 [ 3 ] {4892a572-14d6-453b-961a-c3f9dec489f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15758 | 2024.08.14 22:38:57.864906 [ 3 ] {4892a572-14d6-453b-961a-c3f9dec489f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15759 | 2024.08.14 22:38:57.865048 [ 3 ] {4892a572-14d6-453b-961a-c3f9dec489f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15760 | 2024.08.14 22:38:57.865414 [ 3 ] {4892a572-14d6-453b-961a-c3f9dec489f2} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15761 | 2024.08.14 22:38:57.865449 [ 3 ] {4892a572-14d6-453b-961a-c3f9dec489f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15762 | 2024.08.14 22:38:57.865814 [ 3 ] {4892a572-14d6-453b-961a-c3f9dec489f2} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
15763 | 2024.08.14 22:38:57.866137 [ 3 ] {4892a572-14d6-453b-961a-c3f9dec489f2} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15764 | 2024.08.14 22:38:57.866294 [ 3 ] {4892a572-14d6-453b-961a-c3f9dec489f2} <Debug> executeQuery: Read 162 rows, 11.53 KiB in 0.001501 sec., 107928.04796802132 rows/sec., 7.50 MiB/sec. | ||
15765 | 2024.08.14 22:38:57.866557 [ 3 ] {4892a572-14d6-453b-961a-c3f9dec489f2} <Debug> DynamicQueryHandler: Done processing query | ||
15766 | 2024.08.14 22:38:57.866618 [ 3 ] {4892a572-14d6-453b-961a-c3f9dec489f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15767 | 2024.08.14 22:38:57.866673 [ 3 ] {} <Debug> HTTP-Session: 15b8f349-c79c-464f-981d-11218b2b9230 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15768 | 2024.08.14 22:38:57.866902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 49608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15769 | 2024.08.14 22:38:57.866955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15770 | 2024.08.14 22:38:57.866973 [ 3 ] {} <Debug> HTTP-Session: b4ac330e-57c4-4f0f-8d0c-a7e29a19ad7c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15771 | 2024.08.14 22:38:57.866990 [ 3 ] {} <Debug> HTTP-Session: b4ac330e-57c4-4f0f-8d0c-a7e29a19ad7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15772 | 2024.08.14 22:38:57.867003 [ 3 ] {} <Debug> HTTP-Session: b4ac330e-57c4-4f0f-8d0c-a7e29a19ad7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15773 | 2024.08.14 22:38:57.867034 [ 3 ] {} <Trace> HTTP-Session: b4ac330e-57c4-4f0f-8d0c-a7e29a19ad7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15774 | 2024.08.14 22:38:57.867338 [ 3 ] {536da2ca-88f8-4a77-b6ae-36bab9718b0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15775 | 2024.08.14 22:38:57.867407 [ 3 ] {536da2ca-88f8-4a77-b6ae-36bab9718b0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
15776 | 2024.08.14 22:38:57.867823 [ 3 ] {536da2ca-88f8-4a77-b6ae-36bab9718b0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15777 | 2024.08.14 22:38:57.868500 [ 3 ] {536da2ca-88f8-4a77-b6ae-36bab9718b0b} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15778 | 2024.08.14 22:38:57.868536 [ 3 ] {536da2ca-88f8-4a77-b6ae-36bab9718b0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15779 | 2024.08.14 22:38:57.869119 [ 3 ] {536da2ca-88f8-4a77-b6ae-36bab9718b0b} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
15780 | 2024.08.14 22:38:57.869520 [ 3 ] {536da2ca-88f8-4a77-b6ae-36bab9718b0b} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15781 | 2024.08.14 22:38:57.869698 [ 115 ] {} <Debug> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
15782 | 2024.08.14 22:38:57.869715 [ 3 ] {536da2ca-88f8-4a77-b6ae-36bab9718b0b} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002588 sec., 11978.361669242659 rows/sec., 21.46 MiB/sec. | ||
15783 | 2024.08.14 22:38:57.869794 [ 115 ] {} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15784 | 2024.08.14 22:38:57.869875 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15785 | 2024.08.14 22:38:57.870259 [ 189 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::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 | ||
15786 | 2024.08.14 22:38:57.870294 [ 3 ] {536da2ca-88f8-4a77-b6ae-36bab9718b0b} <Debug> DynamicQueryHandler: Done processing query | ||
15787 | 2024.08.14 22:38:57.870342 [ 3 ] {536da2ca-88f8-4a77-b6ae-36bab9718b0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
15788 | 2024.08.14 22:38:57.870369 [ 3 ] {} <Debug> HTTP-Session: b4ac330e-57c4-4f0f-8d0c-a7e29a19ad7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15789 | 2024.08.14 22:38:57.870548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3711, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15790 | 2024.08.14 22:38:57.870670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15791 | 2024.08.14 22:38:57.870722 [ 3 ] {} <Debug> HTTP-Session: 0e6fcbea-6dfd-484d-a9ed-6443b4f35b38 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15792 | 2024.08.14 22:38:57.870784 [ 3 ] {} <Debug> HTTP-Session: 0e6fcbea-6dfd-484d-a9ed-6443b4f35b38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15793 | 2024.08.14 22:38:57.870827 [ 3 ] {} <Debug> HTTP-Session: 0e6fcbea-6dfd-484d-a9ed-6443b4f35b38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15794 | 2024.08.14 22:38:57.870920 [ 3 ] {} <Trace> HTTP-Session: 0e6fcbea-6dfd-484d-a9ed-6443b4f35b38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15795 | 2024.08.14 22:38:57.871202 [ 3 ] {1977031c-eedf-44c1-9ed2-4cdcb1524379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
15796 | 2024.08.14 22:38:57.871216 [ 189 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15797 | 2024.08.14 22:38:57.871292 [ 3 ] {1977031c-eedf-44c1-9ed2-4cdcb1524379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
15798 | 2024.08.14 22:38:57.871397 [ 189 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1279 rows starting from the beginning of the part | ||
15799 | 2024.08.14 22:38:57.872228 [ 3 ] {1977031c-eedf-44c1-9ed2-4cdcb1524379} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15800 | 2024.08.14 22:38:57.872258 [ 189 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 24 rows starting from the beginning of the part | ||
15801 | 2024.08.14 22:38:57.872850 [ 189 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 23 rows starting from the beginning of the part | ||
15802 | 2024.08.14 22:38:57.873401 [ 3 ] {1977031c-eedf-44c1-9ed2-4cdcb1524379} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15803 | 2024.08.14 22:38:57.873512 [ 3 ] {1977031c-eedf-44c1-9ed2-4cdcb1524379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
15804 | 2024.08.14 22:38:57.873582 [ 189 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 27 rows starting from the beginning of the part | ||
15805 | 2024.08.14 22:38:57.874300 [ 189 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 24 rows starting from the beginning of the part | ||
15806 | 2024.08.14 22:38:57.874905 [ 189 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 31 rows starting from the beginning of the part | ||
15807 | 2024.08.14 22:38:57.874946 [ 3 ] {1977031c-eedf-44c1-9ed2-4cdcb1524379} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
15808 | 2024.08.14 22:38:57.876028 [ 3 ] {1977031c-eedf-44c1-9ed2-4cdcb1524379} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15809 | 2024.08.14 22:38:57.876318 [ 115 ] {} <Debug> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
15810 | 2024.08.14 22:38:57.876375 [ 3 ] {1977031c-eedf-44c1-9ed2-4cdcb1524379} <Debug> executeQuery: Read 26 rows, 1.48 KiB in 0.005276 sec., 4927.97573919636 rows/sec., 281.34 KiB/sec. | ||
15811 | 2024.08.14 22:38:57.876419 [ 115 ] {} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15812 | 2024.08.14 22:38:57.876571 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
15813 | 2024.08.14 22:38:57.877217 [ 195 ] {4180da31-a909-4070-bdf9-4242cb91783a::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 | ||
15814 | 2024.08.14 22:38:57.877994 [ 195 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15815 | 2024.08.14 22:38:57.878104 [ 195 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 847 rows starting from the beginning of the part | ||
15816 | 2024.08.14 22:38:57.878436 [ 195 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 23 rows starting from the beginning of the part | ||
15817 | 2024.08.14 22:38:57.878698 [ 195 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 23 rows starting from the beginning of the part | ||
15818 | 2024.08.14 22:38:57.878767 [ 3 ] {1977031c-eedf-44c1-9ed2-4cdcb1524379} <Debug> DynamicQueryHandler: Done processing query | ||
15819 | 2024.08.14 22:38:57.878994 [ 195 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 23 rows starting from the beginning of the part | ||
15820 | 2024.08.14 22:38:57.879329 [ 195 ] {4180da31-a909-4070-bdf9-4242cb91783a::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 | ||
15821 | 2024.08.14 22:38:57.879011 [ 3 ] {1977031c-eedf-44c1-9ed2-4cdcb1524379} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15822 | 2024.08.14 22:38:57.879606 [ 195 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 26 rows starting from the beginning of the part | ||
15823 | 2024.08.14 22:38:57.880036 [ 3 ] {} <Debug> HTTP-Session: 0e6fcbea-6dfd-484d-a9ed-6443b4f35b38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15824 | 2024.08.14 22:38:57.880431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15825 | 2024.08.14 22:38:57.880684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15826 | 2024.08.14 22:38:57.880836 [ 3 ] {} <Debug> HTTP-Session: 0dc6238e-cbae-44db-8b16-93d2433bf2ef Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15827 | 2024.08.14 22:38:57.880926 [ 3 ] {} <Debug> HTTP-Session: 0dc6238e-cbae-44db-8b16-93d2433bf2ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15828 | 2024.08.14 22:38:57.881059 [ 3 ] {} <Debug> HTTP-Session: 0dc6238e-cbae-44db-8b16-93d2433bf2ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15829 | 2024.08.14 22:38:57.881277 [ 3 ] {} <Trace> HTTP-Session: 0dc6238e-cbae-44db-8b16-93d2433bf2ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15830 | 2024.08.14 22:38:57.881919 [ 3 ] {d2eddea4-676b-46e9-a9e0-9a5c8cd3bff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15831 | 2024.08.14 22:38:57.882269 [ 3 ] {d2eddea4-676b-46e9-a9e0-9a5c8cd3bff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15832 | 2024.08.14 22:38:57.884060 [ 3 ] {d2eddea4-676b-46e9-a9e0-9a5c8cd3bff1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15833 | 2024.08.14 22:38:57.884371 [ 195 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 948 rows, containing 4 columns (4 merged, 0 gathered) in 0.00755516 sec., 125477.157333531 rows/sec., 6.75 MiB/sec. | ||
15834 | 2024.08.14 22:38:57.884735 [ 195 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
15835 | 2024.08.14 22:38:57.886219 [ 3 ] {d2eddea4-676b-46e9-a9e0-9a5c8cd3bff1} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15836 | 2024.08.14 22:38:57.886268 [ 195 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_41_8} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15837 | 2024.08.14 22:38:57.886352 [ 3 ] {d2eddea4-676b-46e9-a9e0-9a5c8cd3bff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
15838 | 2024.08.14 22:38:57.886559 [ 195 ] {4180da31-a909-4070-bdf9-4242cb91783a::all_1_41_8} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
15839 | 2024.08.14 22:38:57.886845 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
15840 | 2024.08.14 22:38:57.887744 [ 3 ] {d2eddea4-676b-46e9-a9e0-9a5c8cd3bff1} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
15841 | 2024.08.14 22:38:57.888144 [ 3 ] {d2eddea4-676b-46e9-a9e0-9a5c8cd3bff1} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15842 | 2024.08.14 22:38:57.888373 [ 3 ] {d2eddea4-676b-46e9-a9e0-9a5c8cd3bff1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00673 sec., 8915.304606240714 rows/sec., 615.25 KiB/sec. | ||
15843 | 2024.08.14 22:38:57.888599 [ 3 ] {d2eddea4-676b-46e9-a9e0-9a5c8cd3bff1} <Debug> DynamicQueryHandler: Done processing query | ||
15844 | 2024.08.14 22:38:57.888622 [ 3 ] {d2eddea4-676b-46e9-a9e0-9a5c8cd3bff1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15845 | 2024.08.14 22:38:57.888639 [ 3 ] {} <Debug> HTTP-Session: 0dc6238e-cbae-44db-8b16-93d2433bf2ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15846 | 2024.08.14 22:38:57.891501 [ 201 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1408 rows, containing 19 columns (19 merged, 0 gathered) in 0.021464494 sec., 65596.70123134513 rows/sec., 117.55 MiB/sec. | ||
15847 | 2024.08.14 22:38:57.892888 [ 187 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
15848 | 2024.08.14 22:38:57.893521 [ 187 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_81_16} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15849 | 2024.08.14 22:38:57.893609 [ 187 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_81_16} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
15850 | 2024.08.14 22:38:57.893771 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.46 MiB. | ||
15851 | 2024.08.14 22:39:02.844428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15852 | 2024.08.14 22:39:02.844571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15853 | 2024.08.14 22:39:02.844600 [ 3 ] {} <Debug> HTTP-Session: 66e7d9cb-7d66-40a9-8b70-c9e6715eaed9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15854 | 2024.08.14 22:39:02.844628 [ 3 ] {} <Debug> HTTP-Session: 66e7d9cb-7d66-40a9-8b70-c9e6715eaed9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15855 | 2024.08.14 22:39:02.844648 [ 3 ] {} <Debug> HTTP-Session: 66e7d9cb-7d66-40a9-8b70-c9e6715eaed9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15856 | 2024.08.14 22:39:02.844708 [ 3 ] {} <Trace> HTTP-Session: 66e7d9cb-7d66-40a9-8b70-c9e6715eaed9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15857 | 2024.08.14 22:39:02.844909 [ 3 ] {3acc0bdd-dbf8-4a7d-9258-4e56b7ff1301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15858 | 2024.08.14 22:39:02.844984 [ 3 ] {3acc0bdd-dbf8-4a7d-9258-4e56b7ff1301} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15859 | 2024.08.14 22:39:02.845193 [ 3 ] {3acc0bdd-dbf8-4a7d-9258-4e56b7ff1301} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15860 | 2024.08.14 22:39:02.845575 [ 3 ] {3acc0bdd-dbf8-4a7d-9258-4e56b7ff1301} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15861 | 2024.08.14 22:39:02.845619 [ 3 ] {3acc0bdd-dbf8-4a7d-9258-4e56b7ff1301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
15862 | 2024.08.14 22:39:02.845997 [ 3 ] {3acc0bdd-dbf8-4a7d-9258-4e56b7ff1301} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15863 | 2024.08.14 22:39:02.846332 [ 3 ] {3acc0bdd-dbf8-4a7d-9258-4e56b7ff1301} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15864 | 2024.08.14 22:39:02.846517 [ 3 ] {3acc0bdd-dbf8-4a7d-9258-4e56b7ff1301} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.00167 sec., 14371.25748502994 rows/sec., 1.14 MiB/sec. | ||
15865 | 2024.08.14 22:39:02.846727 [ 3 ] {3acc0bdd-dbf8-4a7d-9258-4e56b7ff1301} <Debug> DynamicQueryHandler: Done processing query | ||
15866 | 2024.08.14 22:39:02.846754 [ 3 ] {3acc0bdd-dbf8-4a7d-9258-4e56b7ff1301} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15867 | 2024.08.14 22:39:02.846770 [ 3 ] {} <Debug> HTTP-Session: 66e7d9cb-7d66-40a9-8b70-c9e6715eaed9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15868 | 2024.08.14 22:39:02.846882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15869 | 2024.08.14 22:39:02.846934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15870 | 2024.08.14 22:39:02.846953 [ 3 ] {} <Debug> HTTP-Session: b7948b8d-9c78-4ad4-8bff-3c24dcb3eeb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15871 | 2024.08.14 22:39:02.846971 [ 3 ] {} <Debug> HTTP-Session: b7948b8d-9c78-4ad4-8bff-3c24dcb3eeb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15872 | 2024.08.14 22:39:02.846985 [ 3 ] {} <Debug> HTTP-Session: b7948b8d-9c78-4ad4-8bff-3c24dcb3eeb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15873 | 2024.08.14 22:39:02.847020 [ 3 ] {} <Trace> HTTP-Session: b7948b8d-9c78-4ad4-8bff-3c24dcb3eeb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15874 | 2024.08.14 22:39:02.847119 [ 3 ] {ffc57d9d-8acb-426c-8951-f95019e364e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15875 | 2024.08.14 22:39:02.847166 [ 3 ] {ffc57d9d-8acb-426c-8951-f95019e364e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15876 | 2024.08.14 22:39:02.847297 [ 3 ] {ffc57d9d-8acb-426c-8951-f95019e364e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15877 | 2024.08.14 22:39:02.847553 [ 3 ] {ffc57d9d-8acb-426c-8951-f95019e364e2} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15878 | 2024.08.14 22:39:02.847589 [ 3 ] {ffc57d9d-8acb-426c-8951-f95019e364e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
15879 | 2024.08.14 22:39:02.847890 [ 3 ] {ffc57d9d-8acb-426c-8951-f95019e364e2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
15880 | 2024.08.14 22:39:02.848195 [ 3 ] {ffc57d9d-8acb-426c-8951-f95019e364e2} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15881 | 2024.08.14 22:39:02.848361 [ 3 ] {ffc57d9d-8acb-426c-8951-f95019e364e2} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.001259 sec., 794.2811755361398 rows/sec., 58.95 KiB/sec. | ||
15882 | 2024.08.14 22:39:02.848523 [ 3 ] {ffc57d9d-8acb-426c-8951-f95019e364e2} <Debug> DynamicQueryHandler: Done processing query | ||
15883 | 2024.08.14 22:39:02.848547 [ 3 ] {ffc57d9d-8acb-426c-8951-f95019e364e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15884 | 2024.08.14 22:39:02.848564 [ 3 ] {} <Debug> HTTP-Session: b7948b8d-9c78-4ad4-8bff-3c24dcb3eeb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15885 | 2024.08.14 22:39:02.848679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 18950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15886 | 2024.08.14 22:39:02.848728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15887 | 2024.08.14 22:39:02.848747 [ 3 ] {} <Debug> HTTP-Session: 7de9c43c-40f4-4f2f-94b6-23a4007cef89 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15888 | 2024.08.14 22:39:02.848764 [ 3 ] {} <Debug> HTTP-Session: 7de9c43c-40f4-4f2f-94b6-23a4007cef89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15889 | 2024.08.14 22:39:02.848778 [ 3 ] {} <Debug> HTTP-Session: 7de9c43c-40f4-4f2f-94b6-23a4007cef89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15890 | 2024.08.14 22:39:02.848809 [ 3 ] {} <Trace> HTTP-Session: 7de9c43c-40f4-4f2f-94b6-23a4007cef89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15891 | 2024.08.14 22:39:02.848942 [ 3 ] {62feebab-a940-4f88-9694-799366fa9e85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15892 | 2024.08.14 22:39:02.848984 [ 3 ] {62feebab-a940-4f88-9694-799366fa9e85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15893 | 2024.08.14 22:39:02.849110 [ 3 ] {62feebab-a940-4f88-9694-799366fa9e85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15894 | 2024.08.14 22:39:02.849456 [ 3 ] {62feebab-a940-4f88-9694-799366fa9e85} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15895 | 2024.08.14 22:39:02.849493 [ 3 ] {62feebab-a940-4f88-9694-799366fa9e85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
15896 | 2024.08.14 22:39:02.849801 [ 3 ] {62feebab-a940-4f88-9694-799366fa9e85} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15897 | 2024.08.14 22:39:02.850099 [ 3 ] {62feebab-a940-4f88-9694-799366fa9e85} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15898 | 2024.08.14 22:39:02.850264 [ 3 ] {62feebab-a940-4f88-9694-799366fa9e85} <Debug> executeQuery: Read 130 rows, 11.04 KiB in 0.001371 sec., 94821.29832239241 rows/sec., 7.86 MiB/sec. | ||
15899 | 2024.08.14 22:39:02.850430 [ 3 ] {62feebab-a940-4f88-9694-799366fa9e85} <Debug> DynamicQueryHandler: Done processing query | ||
15900 | 2024.08.14 22:39:02.850454 [ 3 ] {62feebab-a940-4f88-9694-799366fa9e85} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
15901 | 2024.08.14 22:39:02.850469 [ 3 ] {} <Debug> HTTP-Session: 7de9c43c-40f4-4f2f-94b6-23a4007cef89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15902 | 2024.08.14 22:39:02.850569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 183, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15903 | 2024.08.14 22:39:02.850616 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15904 | 2024.08.14 22:39:02.850635 [ 3 ] {} <Debug> HTTP-Session: b9d649dc-fc10-4849-8505-87a0a604fd84 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15905 | 2024.08.14 22:39:02.850654 [ 3 ] {} <Debug> HTTP-Session: b9d649dc-fc10-4849-8505-87a0a604fd84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15906 | 2024.08.14 22:39:02.850668 [ 3 ] {} <Debug> HTTP-Session: b9d649dc-fc10-4849-8505-87a0a604fd84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15907 | 2024.08.14 22:39:02.850699 [ 3 ] {} <Trace> HTTP-Session: b9d649dc-fc10-4849-8505-87a0a604fd84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15908 | 2024.08.14 22:39:02.850787 [ 3 ] {1ce92d8d-8d46-4a82-9942-7836d2f09f35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15909 | 2024.08.14 22:39:02.850829 [ 3 ] {1ce92d8d-8d46-4a82-9942-7836d2f09f35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15910 | 2024.08.14 22:39:02.850957 [ 3 ] {1ce92d8d-8d46-4a82-9942-7836d2f09f35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15911 | 2024.08.14 22:39:02.851199 [ 3 ] {1ce92d8d-8d46-4a82-9942-7836d2f09f35} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15912 | 2024.08.14 22:39:02.851235 [ 3 ] {1ce92d8d-8d46-4a82-9942-7836d2f09f35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
15913 | 2024.08.14 22:39:02.851534 [ 3 ] {1ce92d8d-8d46-4a82-9942-7836d2f09f35} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
15914 | 2024.08.14 22:39:02.851830 [ 3 ] {1ce92d8d-8d46-4a82-9942-7836d2f09f35} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15915 | 2024.08.14 22:39:02.851986 [ 3 ] {1ce92d8d-8d46-4a82-9942-7836d2f09f35} <Debug> executeQuery: Read 1 rows, 64.00 B in 0.001216 sec., 822.3684210526316 rows/sec., 51.40 KiB/sec. | ||
15916 | 2024.08.14 22:39:02.852133 [ 3 ] {1ce92d8d-8d46-4a82-9942-7836d2f09f35} <Debug> DynamicQueryHandler: Done processing query | ||
15917 | 2024.08.14 22:39:02.852156 [ 3 ] {1ce92d8d-8d46-4a82-9942-7836d2f09f35} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15918 | 2024.08.14 22:39:02.852173 [ 3 ] {} <Debug> HTTP-Session: b9d649dc-fc10-4849-8505-87a0a604fd84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15919 | 2024.08.14 22:39:02.852287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 16065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15920 | 2024.08.14 22:39:02.852334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15921 | 2024.08.14 22:39:02.852353 [ 3 ] {} <Debug> HTTP-Session: 662551bf-833b-428e-8ea4-e1c9715b0240 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15922 | 2024.08.14 22:39:02.852369 [ 3 ] {} <Debug> HTTP-Session: 662551bf-833b-428e-8ea4-e1c9715b0240 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15923 | 2024.08.14 22:39:02.852383 [ 3 ] {} <Debug> HTTP-Session: 662551bf-833b-428e-8ea4-e1c9715b0240 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15924 | 2024.08.14 22:39:02.852413 [ 3 ] {} <Trace> HTTP-Session: 662551bf-833b-428e-8ea4-e1c9715b0240 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15925 | 2024.08.14 22:39:02.852531 [ 3 ] {b02d0e92-6342-4dc3-87d6-37317f53db5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15926 | 2024.08.14 22:39:02.852573 [ 3 ] {b02d0e92-6342-4dc3-87d6-37317f53db5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15927 | 2024.08.14 22:39:02.852698 [ 3 ] {b02d0e92-6342-4dc3-87d6-37317f53db5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15928 | 2024.08.14 22:39:02.852993 [ 3 ] {b02d0e92-6342-4dc3-87d6-37317f53db5c} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15929 | 2024.08.14 22:39:02.853029 [ 3 ] {b02d0e92-6342-4dc3-87d6-37317f53db5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
15930 | 2024.08.14 22:39:02.853333 [ 3 ] {b02d0e92-6342-4dc3-87d6-37317f53db5c} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15931 | 2024.08.14 22:39:02.853628 [ 3 ] {b02d0e92-6342-4dc3-87d6-37317f53db5c} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15932 | 2024.08.14 22:39:02.853784 [ 3 ] {b02d0e92-6342-4dc3-87d6-37317f53db5c} <Debug> executeQuery: Read 95 rows, 7.53 KiB in 0.001291 sec., 73586.36715724245 rows/sec., 5.69 MiB/sec. | ||
15933 | 2024.08.14 22:39:02.853932 [ 3 ] {b02d0e92-6342-4dc3-87d6-37317f53db5c} <Debug> DynamicQueryHandler: Done processing query | ||
15934 | 2024.08.14 22:39:02.853956 [ 3 ] {b02d0e92-6342-4dc3-87d6-37317f53db5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
15935 | 2024.08.14 22:39:02.853971 [ 3 ] {} <Debug> HTTP-Session: 662551bf-833b-428e-8ea4-e1c9715b0240 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15936 | 2024.08.14 22:39:02.854101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30837, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15937 | 2024.08.14 22:39:02.854148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15938 | 2024.08.14 22:39:02.854167 [ 3 ] {} <Debug> HTTP-Session: 3703aaed-34c8-492a-b94b-20c6971f0bee Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15939 | 2024.08.14 22:39:02.854183 [ 3 ] {} <Debug> HTTP-Session: 3703aaed-34c8-492a-b94b-20c6971f0bee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15940 | 2024.08.14 22:39:02.854197 [ 3 ] {} <Debug> HTTP-Session: 3703aaed-34c8-492a-b94b-20c6971f0bee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15941 | 2024.08.14 22:39:02.854227 [ 3 ] {} <Trace> HTTP-Session: 3703aaed-34c8-492a-b94b-20c6971f0bee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15942 | 2024.08.14 22:39:02.854368 [ 3 ] {1b437cd7-2c2a-4c8b-a98e-c169e142e4d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15943 | 2024.08.14 22:39:02.854414 [ 3 ] {1b437cd7-2c2a-4c8b-a98e-c169e142e4d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15944 | 2024.08.14 22:39:02.854554 [ 3 ] {1b437cd7-2c2a-4c8b-a98e-c169e142e4d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15945 | 2024.08.14 22:39:02.854889 [ 3 ] {1b437cd7-2c2a-4c8b-a98e-c169e142e4d2} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15946 | 2024.08.14 22:39:02.854924 [ 3 ] {1b437cd7-2c2a-4c8b-a98e-c169e142e4d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
15947 | 2024.08.14 22:39:02.855306 [ 3 ] {1b437cd7-2c2a-4c8b-a98e-c169e142e4d2} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
15948 | 2024.08.14 22:39:02.855651 [ 3 ] {1b437cd7-2c2a-4c8b-a98e-c169e142e4d2} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15949 | 2024.08.14 22:39:02.855819 [ 3 ] {1b437cd7-2c2a-4c8b-a98e-c169e142e4d2} <Debug> executeQuery: Read 161 rows, 11.47 KiB in 0.001506 sec., 106905.71049136786 rows/sec., 7.44 MiB/sec. | ||
15950 | 2024.08.14 22:39:02.855821 [ 77 ] {} <Debug> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
15951 | 2024.08.14 22:39:02.855923 [ 77 ] {} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15952 | 2024.08.14 22:39:02.855967 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
15953 | 2024.08.14 22:39:02.856093 [ 3 ] {1b437cd7-2c2a-4c8b-a98e-c169e142e4d2} <Debug> DynamicQueryHandler: Done processing query | ||
15954 | 2024.08.14 22:39:02.856143 [ 3 ] {1b437cd7-2c2a-4c8b-a98e-c169e142e4d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15955 | 2024.08.14 22:39:02.856147 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::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 | ||
15956 | 2024.08.14 22:39:02.856170 [ 3 ] {} <Debug> HTTP-Session: 3703aaed-34c8-492a-b94b-20c6971f0bee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15957 | 2024.08.14 22:39:02.856387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 38946, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15958 | 2024.08.14 22:39:02.856436 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15959 | 2024.08.14 22:39:02.856486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15960 | 2024.08.14 22:39:02.856520 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 22222 rows starting from the beginning of the part | ||
15961 | 2024.08.14 22:39:02.856534 [ 3 ] {} <Debug> HTTP-Session: 93436021-3733-4db3-ac32-bb6c6f056755 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15962 | 2024.08.14 22:39:02.856588 [ 3 ] {} <Debug> HTTP-Session: 93436021-3733-4db3-ac32-bb6c6f056755 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15963 | 2024.08.14 22:39:02.856616 [ 3 ] {} <Debug> HTTP-Session: 93436021-3733-4db3-ac32-bb6c6f056755 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15964 | 2024.08.14 22:39:02.856752 [ 3 ] {} <Trace> HTTP-Session: 93436021-3733-4db3-ac32-bb6c6f056755 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15965 | 2024.08.14 22:39:02.856823 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 163 rows starting from the beginning of the part | ||
15966 | 2024.08.14 22:39:02.857122 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 162 rows starting from the beginning of the part | ||
15967 | 2024.08.14 22:39:02.857268 [ 3 ] {ee78f449-9aea-4086-815e-e072188ba784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15968 | 2024.08.14 22:39:02.857380 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 162 rows starting from the beginning of the part | ||
15969 | 2024.08.14 22:39:02.857558 [ 3 ] {ee78f449-9aea-4086-815e-e072188ba784} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
15970 | 2024.08.14 22:39:02.857767 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 162 rows starting from the beginning of the part | ||
15971 | 2024.08.14 22:39:02.858155 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 161 rows starting from the beginning of the part | ||
15972 | 2024.08.14 22:39:02.859906 [ 3 ] {ee78f449-9aea-4086-815e-e072188ba784} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15973 | 2024.08.14 22:39:02.860674 [ 3 ] {ee78f449-9aea-4086-815e-e072188ba784} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15974 | 2024.08.14 22:39:02.860715 [ 3 ] {ee78f449-9aea-4086-815e-e072188ba784} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
15975 | 2024.08.14 22:39:02.862381 [ 3 ] {ee78f449-9aea-4086-815e-e072188ba784} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
15976 | 2024.08.14 22:39:02.863278 [ 3 ] {ee78f449-9aea-4086-815e-e072188ba784} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15977 | 2024.08.14 22:39:02.863476 [ 3 ] {ee78f449-9aea-4086-815e-e072188ba784} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.006523 sec., 3679.2886708569677 rows/sec., 6.59 MiB/sec. | ||
15978 | 2024.08.14 22:39:02.863737 [ 3 ] {ee78f449-9aea-4086-815e-e072188ba784} <Debug> DynamicQueryHandler: Done processing query | ||
15979 | 2024.08.14 22:39:02.863794 [ 3 ] {ee78f449-9aea-4086-815e-e072188ba784} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
15980 | 2024.08.14 22:39:02.863857 [ 3 ] {} <Debug> HTTP-Session: 93436021-3733-4db3-ac32-bb6c6f056755 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15981 | 2024.08.14 22:39:02.863991 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15982 | 2024.08.14 22:39:02.864043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15983 | 2024.08.14 22:39:02.864063 [ 3 ] {} <Debug> HTTP-Session: 722e6d3c-b2ca-40c2-b9e4-c440ae9d7ca9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
15984 | 2024.08.14 22:39:02.864082 [ 3 ] {} <Debug> HTTP-Session: 722e6d3c-b2ca-40c2-b9e4-c440ae9d7ca9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15985 | 2024.08.14 22:39:02.864100 [ 3 ] {} <Debug> HTTP-Session: 722e6d3c-b2ca-40c2-b9e4-c440ae9d7ca9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15986 | 2024.08.14 22:39:02.864135 [ 3 ] {} <Trace> HTTP-Session: 722e6d3c-b2ca-40c2-b9e4-c440ae9d7ca9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15987 | 2024.08.14 22:39:02.864261 [ 3 ] {e8d98d7a-d79f-462c-8e44-1ce34c064111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15988 | 2024.08.14 22:39:02.864327 [ 3 ] {e8d98d7a-d79f-462c-8e44-1ce34c064111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15989 | 2024.08.14 22:39:02.864494 [ 3 ] {e8d98d7a-d79f-462c-8e44-1ce34c064111} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15990 | 2024.08.14 22:39:02.864794 [ 3 ] {e8d98d7a-d79f-462c-8e44-1ce34c064111} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15991 | 2024.08.14 22:39:02.864830 [ 3 ] {e8d98d7a-d79f-462c-8e44-1ce34c064111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
15992 | 2024.08.14 22:39:02.865420 [ 3 ] {e8d98d7a-d79f-462c-8e44-1ce34c064111} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
15993 | 2024.08.14 22:39:02.865897 [ 3 ] {e8d98d7a-d79f-462c-8e44-1ce34c064111} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15994 | 2024.08.14 22:39:02.866082 [ 77 ] {} <Debug> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
15995 | 2024.08.14 22:39:02.866108 [ 3 ] {e8d98d7a-d79f-462c-8e44-1ce34c064111} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00186 sec., 32258.06451612903 rows/sec., 2.17 MiB/sec. | ||
15996 | 2024.08.14 22:39:02.866179 [ 77 ] {} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15997 | 2024.08.14 22:39:02.866290 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
15998 | 2024.08.14 22:39:02.866800 [ 192 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
15999 | 2024.08.14 22:39:02.866830 [ 3 ] {e8d98d7a-d79f-462c-8e44-1ce34c064111} <Debug> DynamicQueryHandler: Done processing query | ||
16000 | 2024.08.14 22:39:02.866905 [ 3 ] {e8d98d7a-d79f-462c-8e44-1ce34c064111} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16001 | 2024.08.14 22:39:02.866884 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23032 rows, containing 5 columns (5 merged, 0 gathered) in 0.010831928 sec., 2126306.6002654377 rows/sec., 145.18 MiB/sec. | ||
16002 | 2024.08.14 22:39:02.866944 [ 3 ] {} <Debug> HTTP-Session: 722e6d3c-b2ca-40c2-b9e4-c440ae9d7ca9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16003 | 2024.08.14 22:39:02.867103 [ 192 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16004 | 2024.08.14 22:39:02.867141 [ 192 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4246 rows starting from the beginning of the part | ||
16005 | 2024.08.14 22:39:02.867237 [ 192 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part | ||
16006 | 2024.08.14 22:39:02.867321 [ 192 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
16007 | 2024.08.14 22:39:02.867545 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
16008 | 2024.08.14 22:39:02.867643 [ 192 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
16009 | 2024.08.14 22:39:02.868042 [ 192 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part | ||
16010 | 2024.08.14 22:39:02.868241 [ 192 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
16011 | 2024.08.14 22:39:02.869282 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16012 | 2024.08.14 22:39:02.869505 [ 197 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
16013 | 2024.08.14 22:39:02.869621 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
16014 | 2024.08.14 22:39:02.871056 [ 194 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4546 rows, containing 4 columns (4 merged, 0 gathered) in 0.004589127 sec., 990602.3520377623 rows/sec., 66.71 MiB/sec. | ||
16015 | 2024.08.14 22:39:02.871650 [ 194 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
16016 | 2024.08.14 22:39:02.872145 [ 194 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_81_16} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16017 | 2024.08.14 22:39:02.872234 [ 194 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_81_16} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
16018 | 2024.08.14 22:39:02.872336 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
16019 | 2024.08.14 22:39:07.678063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16020 | 2024.08.14 22:39:07.678215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16021 | 2024.08.14 22:39:07.678246 [ 3 ] {} <Debug> HTTP-Session: 5907a92f-04e1-4519-854f-68b25b916b7f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16022 | 2024.08.14 22:39:07.678278 [ 3 ] {} <Debug> HTTP-Session: 5907a92f-04e1-4519-854f-68b25b916b7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16023 | 2024.08.14 22:39:07.678296 [ 3 ] {} <Debug> HTTP-Session: 5907a92f-04e1-4519-854f-68b25b916b7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16024 | 2024.08.14 22:39:07.678351 [ 3 ] {} <Trace> HTTP-Session: 5907a92f-04e1-4519-854f-68b25b916b7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16025 | 2024.08.14 22:39:07.678557 [ 3 ] {82e4dc3f-e40b-474d-a61b-40d2e265c37b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16026 | 2024.08.14 22:39:07.678628 [ 3 ] {82e4dc3f-e40b-474d-a61b-40d2e265c37b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16027 | 2024.08.14 22:39:07.678848 [ 3 ] {82e4dc3f-e40b-474d-a61b-40d2e265c37b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16028 | 2024.08.14 22:39:07.679310 [ 3 ] {82e4dc3f-e40b-474d-a61b-40d2e265c37b} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16029 | 2024.08.14 22:39:07.679353 [ 3 ] {82e4dc3f-e40b-474d-a61b-40d2e265c37b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16030 | 2024.08.14 22:39:07.679715 [ 3 ] {82e4dc3f-e40b-474d-a61b-40d2e265c37b} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
16031 | 2024.08.14 22:39:07.680046 [ 3 ] {82e4dc3f-e40b-474d-a61b-40d2e265c37b} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16032 | 2024.08.14 22:39:07.680213 [ 3 ] {82e4dc3f-e40b-474d-a61b-40d2e265c37b} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001721 sec., 21499.128413712955 rows/sec., 1.62 MiB/sec. | ||
16033 | 2024.08.14 22:39:07.680424 [ 3 ] {82e4dc3f-e40b-474d-a61b-40d2e265c37b} <Debug> DynamicQueryHandler: Done processing query | ||
16034 | 2024.08.14 22:39:07.680451 [ 3 ] {82e4dc3f-e40b-474d-a61b-40d2e265c37b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16035 | 2024.08.14 22:39:07.680466 [ 3 ] {} <Debug> HTTP-Session: 5907a92f-04e1-4519-854f-68b25b916b7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16036 | 2024.08.14 22:39:07.680726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 203853, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16037 | 2024.08.14 22:39:07.680781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16038 | 2024.08.14 22:39:07.680801 [ 3 ] {} <Debug> HTTP-Session: 158f3703-3156-44aa-8408-7478eb8912ed Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16039 | 2024.08.14 22:39:07.680820 [ 3 ] {} <Debug> HTTP-Session: 158f3703-3156-44aa-8408-7478eb8912ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16040 | 2024.08.14 22:39:07.680834 [ 3 ] {} <Debug> HTTP-Session: 158f3703-3156-44aa-8408-7478eb8912ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16041 | 2024.08.14 22:39:07.680870 [ 3 ] {} <Trace> HTTP-Session: 158f3703-3156-44aa-8408-7478eb8912ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16042 | 2024.08.14 22:39:07.681366 [ 3 ] {eb5e1ef4-400c-478a-a9b8-30666b449714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16043 | 2024.08.14 22:39:07.681422 [ 3 ] {eb5e1ef4-400c-478a-a9b8-30666b449714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16044 | 2024.08.14 22:39:07.681563 [ 3 ] {eb5e1ef4-400c-478a-a9b8-30666b449714} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16045 | 2024.08.14 22:39:07.682701 [ 3 ] {eb5e1ef4-400c-478a-a9b8-30666b449714} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16046 | 2024.08.14 22:39:07.682744 [ 3 ] {eb5e1ef4-400c-478a-a9b8-30666b449714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16047 | 2024.08.14 22:39:07.683164 [ 3 ] {eb5e1ef4-400c-478a-a9b8-30666b449714} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
16048 | 2024.08.14 22:39:07.683491 [ 3 ] {eb5e1ef4-400c-478a-a9b8-30666b449714} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16049 | 2024.08.14 22:39:07.683659 [ 3 ] {eb5e1ef4-400c-478a-a9b8-30666b449714} <Debug> executeQuery: Read 1394 rows, 119.57 KiB in 0.002618 sec., 532467.5324675324 rows/sec., 44.60 MiB/sec. | ||
16050 | 2024.08.14 22:39:07.683693 [ 29 ] {} <Debug> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
16051 | 2024.08.14 22:39:07.683822 [ 29 ] {} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16052 | 2024.08.14 22:39:07.683880 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16053 | 2024.08.14 22:39:07.683884 [ 3 ] {eb5e1ef4-400c-478a-a9b8-30666b449714} <Debug> DynamicQueryHandler: Done processing query | ||
16054 | 2024.08.14 22:39:07.683942 [ 3 ] {eb5e1ef4-400c-478a-a9b8-30666b449714} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
16055 | 2024.08.14 22:39:07.683983 [ 3 ] {} <Debug> HTTP-Session: 158f3703-3156-44aa-8408-7478eb8912ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16056 | 2024.08.14 22:39:07.684118 [ 190 ] {99dad827-b692-4668-b096-a1f8f01ac229::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 | ||
16057 | 2024.08.14 22:39:07.684306 [ 190 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16058 | 2024.08.14 22:39:07.684361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16059 | 2024.08.14 22:39:07.684364 [ 190 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1517 rows starting from the beginning of the part | ||
16060 | 2024.08.14 22:39:07.684451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16061 | 2024.08.14 22:39:07.684583 [ 3 ] {} <Debug> HTTP-Session: b419a599-128c-476f-8041-eeb1cc43f0cc Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16062 | 2024.08.14 22:39:07.684597 [ 190 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 246 rows starting from the beginning of the part | ||
16063 | 2024.08.14 22:39:07.684664 [ 3 ] {} <Debug> HTTP-Session: b419a599-128c-476f-8041-eeb1cc43f0cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16064 | 2024.08.14 22:39:07.684739 [ 3 ] {} <Debug> HTTP-Session: b419a599-128c-476f-8041-eeb1cc43f0cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16065 | 2024.08.14 22:39:07.684868 [ 190 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 131 rows starting from the beginning of the part | ||
16066 | 2024.08.14 22:39:07.684923 [ 3 ] {} <Trace> HTTP-Session: b419a599-128c-476f-8041-eeb1cc43f0cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16067 | 2024.08.14 22:39:07.685164 [ 190 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 258 rows starting from the beginning of the part | ||
16068 | 2024.08.14 22:39:07.685409 [ 190 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 130 rows starting from the beginning of the part | ||
16069 | 2024.08.14 22:39:07.685529 [ 3 ] {a5ba5ff9-086a-4a1e-a73e-57f7394ab248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
16070 | 2024.08.14 22:39:07.685654 [ 190 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 1394 rows starting from the beginning of the part | ||
16071 | 2024.08.14 22:39:07.685746 [ 3 ] {a5ba5ff9-086a-4a1e-a73e-57f7394ab248} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16072 | 2024.08.14 22:39:07.686434 [ 3 ] {a5ba5ff9-086a-4a1e-a73e-57f7394ab248} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16073 | 2024.08.14 22:39:07.687170 [ 3 ] {a5ba5ff9-086a-4a1e-a73e-57f7394ab248} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16074 | 2024.08.14 22:39:07.687240 [ 3 ] {a5ba5ff9-086a-4a1e-a73e-57f7394ab248} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16075 | 2024.08.14 22:39:07.688054 [ 3 ] {a5ba5ff9-086a-4a1e-a73e-57f7394ab248} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
16076 | 2024.08.14 22:39:07.688455 [ 3 ] {a5ba5ff9-086a-4a1e-a73e-57f7394ab248} <Trace> oximeter.fields_u32 (da2b8f43-f66b-4380-a9ad-ff3754171218): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16077 | 2024.08.14 22:39:07.688641 [ 3 ] {a5ba5ff9-086a-4a1e-a73e-57f7394ab248} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.003346 sec., 68141.06395696354 rows/sec., 4.61 MiB/sec. | ||
16078 | 2024.08.14 22:39:07.689084 [ 3 ] {a5ba5ff9-086a-4a1e-a73e-57f7394ab248} <Debug> DynamicQueryHandler: Done processing query | ||
16079 | 2024.08.14 22:39:07.689112 [ 3 ] {a5ba5ff9-086a-4a1e-a73e-57f7394ab248} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
16080 | 2024.08.14 22:39:07.689123 [ 199 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3676 rows, containing 4 columns (4 merged, 0 gathered) in 0.005099665 sec., 720831.6624719467 rows/sec., 60.76 MiB/sec. | ||
16081 | 2024.08.14 22:39:07.689147 [ 3 ] {} <Debug> HTTP-Session: b419a599-128c-476f-8041-eeb1cc43f0cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16082 | 2024.08.14 22:39:07.689620 [ 199 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
16083 | 2024.08.14 22:39:07.689707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 141749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16084 | 2024.08.14 22:39:07.689814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16085 | 2024.08.14 22:39:07.689836 [ 3 ] {} <Debug> HTTP-Session: 210bec92-fbfe-4d25-ba13-0adfce216525 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16086 | 2024.08.14 22:39:07.689855 [ 3 ] {} <Debug> HTTP-Session: 210bec92-fbfe-4d25-ba13-0adfce216525 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16087 | 2024.08.14 22:39:07.689871 [ 3 ] {} <Debug> HTTP-Session: 210bec92-fbfe-4d25-ba13-0adfce216525 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16088 | 2024.08.14 22:39:07.689941 [ 3 ] {} <Trace> HTTP-Session: 210bec92-fbfe-4d25-ba13-0adfce216525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16089 | 2024.08.14 22:39:07.690537 [ 199 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_86_17} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16090 | 2024.08.14 22:39:07.690592 [ 3 ] {7489cef5-55e2-4d63-b296-ad71edd1242c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16091 | 2024.08.14 22:39:07.690680 [ 3 ] {7489cef5-55e2-4d63-b296-ad71edd1242c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16092 | 2024.08.14 22:39:07.690727 [ 199 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_86_17} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
16093 | 2024.08.14 22:39:07.690964 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
16094 | 2024.08.14 22:39:07.691054 [ 3 ] {7489cef5-55e2-4d63-b296-ad71edd1242c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16095 | 2024.08.14 22:39:07.691931 [ 3 ] {7489cef5-55e2-4d63-b296-ad71edd1242c} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16096 | 2024.08.14 22:39:07.691970 [ 3 ] {7489cef5-55e2-4d63-b296-ad71edd1242c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16097 | 2024.08.14 22:39:07.692336 [ 3 ] {7489cef5-55e2-4d63-b296-ad71edd1242c} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
16098 | 2024.08.14 22:39:07.692655 [ 3 ] {7489cef5-55e2-4d63-b296-ad71edd1242c} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16099 | 2024.08.14 22:39:07.692820 [ 3 ] {7489cef5-55e2-4d63-b296-ad71edd1242c} <Debug> executeQuery: Read 869 rows, 64.25 KiB in 0.002588 sec., 335780.5255023184 rows/sec., 24.24 MiB/sec. | ||
16100 | 2024.08.14 22:39:07.692847 [ 29 ] {} <Debug> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
16101 | 2024.08.14 22:39:07.692963 [ 29 ] {} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16102 | 2024.08.14 22:39:07.693024 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16103 | 2024.08.14 22:39:07.693095 [ 3 ] {7489cef5-55e2-4d63-b296-ad71edd1242c} <Debug> DynamicQueryHandler: Done processing query | ||
16104 | 2024.08.14 22:39:07.693177 [ 3 ] {7489cef5-55e2-4d63-b296-ad71edd1242c} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
16105 | 2024.08.14 22:39:07.693231 [ 3 ] {} <Debug> HTTP-Session: 210bec92-fbfe-4d25-ba13-0adfce216525 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16106 | 2024.08.14 22:39:07.693290 [ 194 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::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 | ||
16107 | 2024.08.14 22:39:07.693481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16108 | 2024.08.14 22:39:07.693494 [ 194 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16109 | 2024.08.14 22:39:07.693572 [ 194 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 967 rows starting from the beginning of the part | ||
16110 | 2024.08.14 22:39:07.693579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16111 | 2024.08.14 22:39:07.693628 [ 3 ] {} <Debug> HTTP-Session: 05e5843d-5712-42ac-85d0-b24a4756f818 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16112 | 2024.08.14 22:39:07.693709 [ 3 ] {} <Debug> HTTP-Session: 05e5843d-5712-42ac-85d0-b24a4756f818 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16113 | 2024.08.14 22:39:07.693774 [ 3 ] {} <Debug> HTTP-Session: 05e5843d-5712-42ac-85d0-b24a4756f818 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16114 | 2024.08.14 22:39:07.693809 [ 194 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 423 rows starting from the beginning of the part | ||
16115 | 2024.08.14 22:39:07.693913 [ 3 ] {} <Trace> HTTP-Session: 05e5843d-5712-42ac-85d0-b24a4756f818 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16116 | 2024.08.14 22:39:07.694046 [ 194 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 103 rows starting from the beginning of the part | ||
16117 | 2024.08.14 22:39:07.694319 [ 3 ] {56838375-136b-4f2d-b599-66035ba29582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16118 | 2024.08.14 22:39:07.694358 [ 194 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 430 rows starting from the beginning of the part | ||
16119 | 2024.08.14 22:39:07.694581 [ 3 ] {56838375-136b-4f2d-b599-66035ba29582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16120 | 2024.08.14 22:39:07.694585 [ 194 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 95 rows starting from the beginning of the part | ||
16121 | 2024.08.14 22:39:07.694871 [ 194 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 869 rows starting from the beginning of the part | ||
16122 | 2024.08.14 22:39:07.695546 [ 3 ] {56838375-136b-4f2d-b599-66035ba29582} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16123 | 2024.08.14 22:39:07.696169 [ 3 ] {56838375-136b-4f2d-b599-66035ba29582} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16124 | 2024.08.14 22:39:07.696234 [ 3 ] {56838375-136b-4f2d-b599-66035ba29582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16125 | 2024.08.14 22:39:07.697223 [ 3 ] {56838375-136b-4f2d-b599-66035ba29582} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
16126 | 2024.08.14 22:39:07.697672 [ 3 ] {56838375-136b-4f2d-b599-66035ba29582} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16127 | 2024.08.14 22:39:07.698114 [ 3 ] {56838375-136b-4f2d-b599-66035ba29582} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003987 sec., 1504.8908954100827 rows/sec., 64.66 KiB/sec. | ||
16128 | 2024.08.14 22:39:07.698139 [ 191 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2887 rows, containing 4 columns (4 merged, 0 gathered) in 0.005009283 sec., 576329.9857484595 rows/sec., 41.63 MiB/sec. | ||
16129 | 2024.08.14 22:39:07.698400 [ 3 ] {56838375-136b-4f2d-b599-66035ba29582} <Debug> DynamicQueryHandler: Done processing query | ||
16130 | 2024.08.14 22:39:07.698414 [ 191 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
16131 | 2024.08.14 22:39:07.698444 [ 3 ] {56838375-136b-4f2d-b599-66035ba29582} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16132 | 2024.08.14 22:39:07.698491 [ 3 ] {} <Debug> HTTP-Session: 05e5843d-5712-42ac-85d0-b24a4756f818 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16133 | 2024.08.14 22:39:07.698731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16134 | 2024.08.14 22:39:07.698855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16135 | 2024.08.14 22:39:07.698911 [ 3 ] {} <Debug> HTTP-Session: c96b33da-74ec-4756-991d-b347eaf85369 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16136 | 2024.08.14 22:39:07.698939 [ 3 ] {} <Debug> HTTP-Session: c96b33da-74ec-4756-991d-b347eaf85369 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16137 | 2024.08.14 22:39:07.698974 [ 3 ] {} <Debug> HTTP-Session: c96b33da-74ec-4756-991d-b347eaf85369 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16138 | 2024.08.14 22:39:07.699040 [ 3 ] {} <Trace> HTTP-Session: c96b33da-74ec-4756-991d-b347eaf85369 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16139 | 2024.08.14 22:39:07.699199 [ 191 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_86_17} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16140 | 2024.08.14 22:39:07.699302 [ 3 ] {86a725c1-d671-48da-aac1-1514b3121415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
16141 | 2024.08.14 22:39:07.699395 [ 191 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_86_17} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
16142 | 2024.08.14 22:39:07.699404 [ 3 ] {86a725c1-d671-48da-aac1-1514b3121415} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
16143 | 2024.08.14 22:39:07.699600 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
16144 | 2024.08.14 22:39:07.699749 [ 3 ] {86a725c1-d671-48da-aac1-1514b3121415} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16145 | 2024.08.14 22:39:07.700052 [ 3 ] {86a725c1-d671-48da-aac1-1514b3121415} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16146 | 2024.08.14 22:39:07.700088 [ 3 ] {86a725c1-d671-48da-aac1-1514b3121415} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16147 | 2024.08.14 22:39:07.700448 [ 3 ] {86a725c1-d671-48da-aac1-1514b3121415} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
16148 | 2024.08.14 22:39:07.700866 [ 3 ] {86a725c1-d671-48da-aac1-1514b3121415} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16149 | 2024.08.14 22:39:07.701040 [ 3 ] {86a725c1-d671-48da-aac1-1514b3121415} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001863 sec., 41331.18625872249 rows/sec., 2.55 MiB/sec. | ||
16150 | 2024.08.14 22:39:07.701225 [ 3 ] {86a725c1-d671-48da-aac1-1514b3121415} <Debug> DynamicQueryHandler: Done processing query | ||
16151 | 2024.08.14 22:39:07.701251 [ 3 ] {86a725c1-d671-48da-aac1-1514b3121415} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16152 | 2024.08.14 22:39:07.701267 [ 3 ] {} <Debug> HTTP-Session: c96b33da-74ec-4756-991d-b347eaf85369 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16153 | 2024.08.14 22:39:07.701529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 154744, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16154 | 2024.08.14 22:39:07.701578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16155 | 2024.08.14 22:39:07.701598 [ 3 ] {} <Debug> HTTP-Session: 34a47a02-0c39-4702-a0bf-4a0679823ed3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16156 | 2024.08.14 22:39:07.701616 [ 3 ] {} <Debug> HTTP-Session: 34a47a02-0c39-4702-a0bf-4a0679823ed3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16157 | 2024.08.14 22:39:07.701630 [ 3 ] {} <Debug> HTTP-Session: 34a47a02-0c39-4702-a0bf-4a0679823ed3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16158 | 2024.08.14 22:39:07.701661 [ 3 ] {} <Trace> HTTP-Session: 34a47a02-0c39-4702-a0bf-4a0679823ed3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16159 | 2024.08.14 22:39:07.702058 [ 3 ] {8e02a975-26df-460f-b956-38466cfe4e42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16160 | 2024.08.14 22:39:07.702105 [ 3 ] {8e02a975-26df-460f-b956-38466cfe4e42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16161 | 2024.08.14 22:39:07.702257 [ 3 ] {8e02a975-26df-460f-b956-38466cfe4e42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16162 | 2024.08.14 22:39:07.702989 [ 3 ] {8e02a975-26df-460f-b956-38466cfe4e42} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16163 | 2024.08.14 22:39:07.703025 [ 3 ] {8e02a975-26df-460f-b956-38466cfe4e42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16164 | 2024.08.14 22:39:07.703483 [ 3 ] {8e02a975-26df-460f-b956-38466cfe4e42} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
16165 | 2024.08.14 22:39:07.703876 [ 3 ] {8e02a975-26df-460f-b956-38466cfe4e42} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16166 | 2024.08.14 22:39:07.704083 [ 3 ] {8e02a975-26df-460f-b956-38466cfe4e42} <Debug> executeQuery: Read 814 rows, 56.04 KiB in 0.002267 sec., 359064.8434053816 rows/sec., 24.14 MiB/sec. | ||
16167 | 2024.08.14 22:39:07.704320 [ 3 ] {8e02a975-26df-460f-b956-38466cfe4e42} <Debug> DynamicQueryHandler: Done processing query | ||
16168 | 2024.08.14 22:39:07.704345 [ 3 ] {8e02a975-26df-460f-b956-38466cfe4e42} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
16169 | 2024.08.14 22:39:07.704361 [ 3 ] {} <Debug> HTTP-Session: 34a47a02-0c39-4702-a0bf-4a0679823ed3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16170 | 2024.08.14 22:39:07.704548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 49608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16171 | 2024.08.14 22:39:07.704597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16172 | 2024.08.14 22:39:07.704617 [ 3 ] {} <Debug> HTTP-Session: d78a0c1a-1a06-4a69-93f9-fe2e4c7ca2da Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16173 | 2024.08.14 22:39:07.704633 [ 3 ] {} <Debug> HTTP-Session: d78a0c1a-1a06-4a69-93f9-fe2e4c7ca2da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16174 | 2024.08.14 22:39:07.704647 [ 3 ] {} <Debug> HTTP-Session: d78a0c1a-1a06-4a69-93f9-fe2e4c7ca2da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16175 | 2024.08.14 22:39:07.704678 [ 3 ] {} <Trace> HTTP-Session: d78a0c1a-1a06-4a69-93f9-fe2e4c7ca2da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16176 | 2024.08.14 22:39:07.705042 [ 3 ] {af10bdb1-225e-4dfd-8dc3-2aac5d6e1fa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16177 | 2024.08.14 22:39:07.705107 [ 3 ] {af10bdb1-225e-4dfd-8dc3-2aac5d6e1fa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
16178 | 2024.08.14 22:39:07.705535 [ 3 ] {af10bdb1-225e-4dfd-8dc3-2aac5d6e1fa9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16179 | 2024.08.14 22:39:07.706170 [ 3 ] {af10bdb1-225e-4dfd-8dc3-2aac5d6e1fa9} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16180 | 2024.08.14 22:39:07.706208 [ 3 ] {af10bdb1-225e-4dfd-8dc3-2aac5d6e1fa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16181 | 2024.08.14 22:39:07.706838 [ 3 ] {af10bdb1-225e-4dfd-8dc3-2aac5d6e1fa9} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
16182 | 2024.08.14 22:39:07.707250 [ 3 ] {af10bdb1-225e-4dfd-8dc3-2aac5d6e1fa9} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16183 | 2024.08.14 22:39:07.707445 [ 3 ] {af10bdb1-225e-4dfd-8dc3-2aac5d6e1fa9} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002686 sec., 11541.32539091586 rows/sec., 20.68 MiB/sec. | ||
16184 | 2024.08.14 22:39:07.707658 [ 3 ] {af10bdb1-225e-4dfd-8dc3-2aac5d6e1fa9} <Debug> DynamicQueryHandler: Done processing query | ||
16185 | 2024.08.14 22:39:07.707683 [ 3 ] {af10bdb1-225e-4dfd-8dc3-2aac5d6e1fa9} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
16186 | 2024.08.14 22:39:07.707700 [ 3 ] {} <Debug> HTTP-Session: d78a0c1a-1a06-4a69-93f9-fe2e4c7ca2da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16187 | 2024.08.14 22:39:07.707818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16188 | 2024.08.14 22:39:07.707866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16189 | 2024.08.14 22:39:07.707885 [ 3 ] {} <Debug> HTTP-Session: 4a84834e-242f-4914-a7bb-a3ca8a3b83a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16190 | 2024.08.14 22:39:07.707902 [ 3 ] {} <Debug> HTTP-Session: 4a84834e-242f-4914-a7bb-a3ca8a3b83a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16191 | 2024.08.14 22:39:07.707932 [ 3 ] {} <Debug> HTTP-Session: 4a84834e-242f-4914-a7bb-a3ca8a3b83a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16192 | 2024.08.14 22:39:07.707963 [ 3 ] {} <Trace> HTTP-Session: 4a84834e-242f-4914-a7bb-a3ca8a3b83a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16193 | 2024.08.14 22:39:07.708066 [ 3 ] {53441095-0fa3-435e-b53d-49e77473bc39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
16194 | 2024.08.14 22:39:07.708111 [ 3 ] {53441095-0fa3-435e-b53d-49e77473bc39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
16195 | 2024.08.14 22:39:07.708239 [ 3 ] {53441095-0fa3-435e-b53d-49e77473bc39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16196 | 2024.08.14 22:39:07.708499 [ 3 ] {53441095-0fa3-435e-b53d-49e77473bc39} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16197 | 2024.08.14 22:39:07.708537 [ 3 ] {53441095-0fa3-435e-b53d-49e77473bc39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16198 | 2024.08.14 22:39:07.708891 [ 3 ] {53441095-0fa3-435e-b53d-49e77473bc39} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
16199 | 2024.08.14 22:39:07.709220 [ 3 ] {53441095-0fa3-435e-b53d-49e77473bc39} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16200 | 2024.08.14 22:39:07.709370 [ 3 ] {53441095-0fa3-435e-b53d-49e77473bc39} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001333 sec., 17254.313578394598 rows/sec., 933.34 KiB/sec. | ||
16201 | 2024.08.14 22:39:07.709526 [ 3 ] {53441095-0fa3-435e-b53d-49e77473bc39} <Debug> DynamicQueryHandler: Done processing query | ||
16202 | 2024.08.14 22:39:07.709550 [ 3 ] {53441095-0fa3-435e-b53d-49e77473bc39} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16203 | 2024.08.14 22:39:07.709566 [ 3 ] {} <Debug> HTTP-Session: 4a84834e-242f-4914-a7bb-a3ca8a3b83a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16204 | 2024.08.14 22:39:07.709736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 7591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16205 | 2024.08.14 22:39:07.709784 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16206 | 2024.08.14 22:39:07.709804 [ 3 ] {} <Debug> HTTP-Session: 8c16fd85-32d1-4ceb-a03c-9273924a2ce5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16207 | 2024.08.14 22:39:07.709821 [ 3 ] {} <Debug> HTTP-Session: 8c16fd85-32d1-4ceb-a03c-9273924a2ce5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16208 | 2024.08.14 22:39:07.709835 [ 3 ] {} <Debug> HTTP-Session: 8c16fd85-32d1-4ceb-a03c-9273924a2ce5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16209 | 2024.08.14 22:39:07.709866 [ 3 ] {} <Trace> HTTP-Session: 8c16fd85-32d1-4ceb-a03c-9273924a2ce5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16210 | 2024.08.14 22:39:07.709975 [ 3 ] {c466a027-f37e-473b-b49f-2a42fb945205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16211 | 2024.08.14 22:39:07.710019 [ 3 ] {c466a027-f37e-473b-b49f-2a42fb945205} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16212 | 2024.08.14 22:39:07.710180 [ 3 ] {c466a027-f37e-473b-b49f-2a42fb945205} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16213 | 2024.08.14 22:39:07.710509 [ 3 ] {c466a027-f37e-473b-b49f-2a42fb945205} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16214 | 2024.08.14 22:39:07.710556 [ 3 ] {c466a027-f37e-473b-b49f-2a42fb945205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16215 | 2024.08.14 22:39:07.710971 [ 3 ] {c466a027-f37e-473b-b49f-2a42fb945205} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
16216 | 2024.08.14 22:39:07.711284 [ 3 ] {c466a027-f37e-473b-b49f-2a42fb945205} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16217 | 2024.08.14 22:39:07.711440 [ 3 ] {c466a027-f37e-473b-b49f-2a42fb945205} <Debug> executeQuery: Read 50 rows, 3.44 KiB in 0.001497 sec., 33400.1336005344 rows/sec., 2.24 MiB/sec. | ||
16218 | 2024.08.14 22:39:07.711599 [ 3 ] {c466a027-f37e-473b-b49f-2a42fb945205} <Debug> DynamicQueryHandler: Done processing query | ||
16219 | 2024.08.14 22:39:07.711622 [ 3 ] {c466a027-f37e-473b-b49f-2a42fb945205} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16220 | 2024.08.14 22:39:07.711638 [ 3 ] {} <Debug> HTTP-Session: 8c16fd85-32d1-4ceb-a03c-9273924a2ce5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16221 | 2024.08.14 22:39:07.838031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 7265, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16222 | 2024.08.14 22:39:07.838114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16223 | 2024.08.14 22:39:07.838140 [ 3 ] {} <Debug> HTTP-Session: 9d26589a-c5b1-4667-a6a1-5852f4c0c611 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16224 | 2024.08.14 22:39:07.838164 [ 3 ] {} <Debug> HTTP-Session: 9d26589a-c5b1-4667-a6a1-5852f4c0c611 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16225 | 2024.08.14 22:39:07.838182 [ 3 ] {} <Debug> HTTP-Session: 9d26589a-c5b1-4667-a6a1-5852f4c0c611 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16226 | 2024.08.14 22:39:07.838226 [ 3 ] {} <Trace> HTTP-Session: 9d26589a-c5b1-4667-a6a1-5852f4c0c611 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16227 | 2024.08.14 22:39:07.838380 [ 3 ] {c4bc3fcc-bfbf-4b0c-8e0a-256090c8c1cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16228 | 2024.08.14 22:39:07.838435 [ 3 ] {c4bc3fcc-bfbf-4b0c-8e0a-256090c8c1cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16229 | 2024.08.14 22:39:07.838611 [ 3 ] {c4bc3fcc-bfbf-4b0c-8e0a-256090c8c1cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16230 | 2024.08.14 22:39:07.839004 [ 3 ] {c4bc3fcc-bfbf-4b0c-8e0a-256090c8c1cc} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16231 | 2024.08.14 22:39:07.839051 [ 3 ] {c4bc3fcc-bfbf-4b0c-8e0a-256090c8c1cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16232 | 2024.08.14 22:39:07.839421 [ 3 ] {c4bc3fcc-bfbf-4b0c-8e0a-256090c8c1cc} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
16233 | 2024.08.14 22:39:07.839733 [ 3 ] {c4bc3fcc-bfbf-4b0c-8e0a-256090c8c1cc} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16234 | 2024.08.14 22:39:07.839883 [ 3 ] {c4bc3fcc-bfbf-4b0c-8e0a-256090c8c1cc} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001553 sec., 33483.5801674179 rows/sec., 2.56 MiB/sec. | ||
16235 | 2024.08.14 22:39:07.840048 [ 3 ] {c4bc3fcc-bfbf-4b0c-8e0a-256090c8c1cc} <Debug> DynamicQueryHandler: Done processing query | ||
16236 | 2024.08.14 22:39:07.840073 [ 3 ] {c4bc3fcc-bfbf-4b0c-8e0a-256090c8c1cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16237 | 2024.08.14 22:39:07.840089 [ 3 ] {} <Debug> HTTP-Session: 9d26589a-c5b1-4667-a6a1-5852f4c0c611 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16238 | 2024.08.14 22:39:07.840205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9534, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16239 | 2024.08.14 22:39:07.840254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16240 | 2024.08.14 22:39:07.840274 [ 3 ] {} <Debug> HTTP-Session: 7a832535-6715-41db-83fd-1eaeaf1dff78 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16241 | 2024.08.14 22:39:07.840291 [ 3 ] {} <Debug> HTTP-Session: 7a832535-6715-41db-83fd-1eaeaf1dff78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16242 | 2024.08.14 22:39:07.840306 [ 3 ] {} <Debug> HTTP-Session: 7a832535-6715-41db-83fd-1eaeaf1dff78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16243 | 2024.08.14 22:39:07.840336 [ 3 ] {} <Trace> HTTP-Session: 7a832535-6715-41db-83fd-1eaeaf1dff78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16244 | 2024.08.14 22:39:07.840452 [ 3 ] {ce135019-d679-4c40-8732-3af18f9b42a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16245 | 2024.08.14 22:39:07.840496 [ 3 ] {ce135019-d679-4c40-8732-3af18f9b42a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16246 | 2024.08.14 22:39:07.840625 [ 3 ] {ce135019-d679-4c40-8732-3af18f9b42a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16247 | 2024.08.14 22:39:07.841084 [ 3 ] {ce135019-d679-4c40-8732-3af18f9b42a7} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16248 | 2024.08.14 22:39:07.841121 [ 3 ] {ce135019-d679-4c40-8732-3af18f9b42a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16249 | 2024.08.14 22:39:07.841467 [ 3 ] {ce135019-d679-4c40-8732-3af18f9b42a7} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
16250 | 2024.08.14 22:39:07.841767 [ 3 ] {ce135019-d679-4c40-8732-3af18f9b42a7} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16251 | 2024.08.14 22:39:07.841920 [ 3 ] {ce135019-d679-4c40-8732-3af18f9b42a7} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001503 sec., 37258.815701929474 rows/sec., 2.91 MiB/sec. | ||
16252 | 2024.08.14 22:39:07.842088 [ 3 ] {ce135019-d679-4c40-8732-3af18f9b42a7} <Debug> DynamicQueryHandler: Done processing query | ||
16253 | 2024.08.14 22:39:07.842112 [ 3 ] {ce135019-d679-4c40-8732-3af18f9b42a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
16254 | 2024.08.14 22:39:07.842127 [ 3 ] {} <Debug> HTTP-Session: 7a832535-6715-41db-83fd-1eaeaf1dff78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16255 | 2024.08.14 22:39:07.842251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 5796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16256 | 2024.08.14 22:39:07.842303 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16257 | 2024.08.14 22:39:07.842322 [ 3 ] {} <Debug> HTTP-Session: 6336113f-2651-4013-8aab-f63605cc0cf2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16258 | 2024.08.14 22:39:07.842339 [ 3 ] {} <Debug> HTTP-Session: 6336113f-2651-4013-8aab-f63605cc0cf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16259 | 2024.08.14 22:39:07.842353 [ 3 ] {} <Debug> HTTP-Session: 6336113f-2651-4013-8aab-f63605cc0cf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16260 | 2024.08.14 22:39:07.842384 [ 3 ] {} <Trace> HTTP-Session: 6336113f-2651-4013-8aab-f63605cc0cf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16261 | 2024.08.14 22:39:07.842492 [ 3 ] {be9f56d0-313a-4d4a-841d-e2de2485b040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16262 | 2024.08.14 22:39:07.842537 [ 3 ] {be9f56d0-313a-4d4a-841d-e2de2485b040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16263 | 2024.08.14 22:39:07.842683 [ 3 ] {be9f56d0-313a-4d4a-841d-e2de2485b040} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16264 | 2024.08.14 22:39:07.843111 [ 3 ] {be9f56d0-313a-4d4a-841d-e2de2485b040} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16265 | 2024.08.14 22:39:07.843148 [ 3 ] {be9f56d0-313a-4d4a-841d-e2de2485b040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16266 | 2024.08.14 22:39:07.843514 [ 3 ] {be9f56d0-313a-4d4a-841d-e2de2485b040} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
16267 | 2024.08.14 22:39:07.843844 [ 3 ] {be9f56d0-313a-4d4a-841d-e2de2485b040} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16268 | 2024.08.14 22:39:07.843996 [ 3 ] {be9f56d0-313a-4d4a-841d-e2de2485b040} <Debug> executeQuery: Read 30 rows, 2.13 KiB in 0.001531 sec., 19595.03592423253 rows/sec., 1.36 MiB/sec. | ||
16269 | 2024.08.14 22:39:07.844168 [ 3 ] {be9f56d0-313a-4d4a-841d-e2de2485b040} <Debug> DynamicQueryHandler: Done processing query | ||
16270 | 2024.08.14 22:39:07.844191 [ 3 ] {be9f56d0-313a-4d4a-841d-e2de2485b040} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16271 | 2024.08.14 22:39:07.844208 [ 3 ] {} <Debug> HTTP-Session: 6336113f-2651-4013-8aab-f63605cc0cf2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16272 | 2024.08.14 22:39:07.844310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 1578, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16273 | 2024.08.14 22:39:07.844360 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16274 | 2024.08.14 22:39:07.844380 [ 3 ] {} <Debug> HTTP-Session: 5c126dd9-c6b2-46fb-a2b2-c78db96a2edc Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16275 | 2024.08.14 22:39:07.844397 [ 3 ] {} <Debug> HTTP-Session: 5c126dd9-c6b2-46fb-a2b2-c78db96a2edc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16276 | 2024.08.14 22:39:07.844410 [ 3 ] {} <Debug> HTTP-Session: 5c126dd9-c6b2-46fb-a2b2-c78db96a2edc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16277 | 2024.08.14 22:39:07.844441 [ 3 ] {} <Trace> HTTP-Session: 5c126dd9-c6b2-46fb-a2b2-c78db96a2edc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16278 | 2024.08.14 22:39:07.844539 [ 3 ] {989a72b9-a4c9-4449-b189-e680ddd06049} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16279 | 2024.08.14 22:39:07.844581 [ 3 ] {989a72b9-a4c9-4449-b189-e680ddd06049} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16280 | 2024.08.14 22:39:07.844711 [ 3 ] {989a72b9-a4c9-4449-b189-e680ddd06049} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16281 | 2024.08.14 22:39:07.844982 [ 3 ] {989a72b9-a4c9-4449-b189-e680ddd06049} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16282 | 2024.08.14 22:39:07.845018 [ 3 ] {989a72b9-a4c9-4449-b189-e680ddd06049} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16283 | 2024.08.14 22:39:07.845361 [ 3 ] {989a72b9-a4c9-4449-b189-e680ddd06049} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
16284 | 2024.08.14 22:39:07.845676 [ 3 ] {989a72b9-a4c9-4449-b189-e680ddd06049} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16285 | 2024.08.14 22:39:07.845828 [ 3 ] {989a72b9-a4c9-4449-b189-e680ddd06049} <Debug> executeQuery: Read 10 rows, 719.00 B in 0.001307 sec., 7651.109410864576 rows/sec., 537.22 KiB/sec. | ||
16286 | 2024.08.14 22:39:07.846071 [ 3 ] {989a72b9-a4c9-4449-b189-e680ddd06049} <Debug> DynamicQueryHandler: Done processing query | ||
16287 | 2024.08.14 22:39:07.846125 [ 3 ] {989a72b9-a4c9-4449-b189-e680ddd06049} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16288 | 2024.08.14 22:39:07.846187 [ 3 ] {} <Debug> HTTP-Session: 5c126dd9-c6b2-46fb-a2b2-c78db96a2edc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16289 | 2024.08.14 22:39:11.087328 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
16290 | 2024.08.14 22:39:11.087390 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
16291 | 2024.08.14 22:39:12.845654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16292 | 2024.08.14 22:39:12.845796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16293 | 2024.08.14 22:39:12.845827 [ 3 ] {} <Debug> HTTP-Session: 080ae157-c95a-4ff6-994d-615990dd2e80 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16294 | 2024.08.14 22:39:12.845856 [ 3 ] {} <Debug> HTTP-Session: 080ae157-c95a-4ff6-994d-615990dd2e80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16295 | 2024.08.14 22:39:12.845875 [ 3 ] {} <Debug> HTTP-Session: 080ae157-c95a-4ff6-994d-615990dd2e80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16296 | 2024.08.14 22:39:12.845930 [ 3 ] {} <Trace> HTTP-Session: 080ae157-c95a-4ff6-994d-615990dd2e80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16297 | 2024.08.14 22:39:12.846143 [ 3 ] {585e4b41-0933-4647-bc74-077eda7510ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16298 | 2024.08.14 22:39:12.846217 [ 3 ] {585e4b41-0933-4647-bc74-077eda7510ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16299 | 2024.08.14 22:39:12.846443 [ 3 ] {585e4b41-0933-4647-bc74-077eda7510ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16300 | 2024.08.14 22:39:12.847015 [ 3 ] {585e4b41-0933-4647-bc74-077eda7510ee} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16301 | 2024.08.14 22:39:12.847061 [ 3 ] {585e4b41-0933-4647-bc74-077eda7510ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16302 | 2024.08.14 22:39:12.847836 [ 3 ] {585e4b41-0933-4647-bc74-077eda7510ee} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
16303 | 2024.08.14 22:39:12.848179 [ 3 ] {585e4b41-0933-4647-bc74-077eda7510ee} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16304 | 2024.08.14 22:39:12.848332 [ 3 ] {585e4b41-0933-4647-bc74-077eda7510ee} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.002252 sec., 10657.193605683837 rows/sec., 863.82 KiB/sec. | ||
16305 | 2024.08.14 22:39:12.848626 [ 3 ] {585e4b41-0933-4647-bc74-077eda7510ee} <Debug> DynamicQueryHandler: Done processing query | ||
16306 | 2024.08.14 22:39:12.848688 [ 3 ] {585e4b41-0933-4647-bc74-077eda7510ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16307 | 2024.08.14 22:39:12.848751 [ 3 ] {} <Debug> HTTP-Session: 080ae157-c95a-4ff6-994d-615990dd2e80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16308 | 2024.08.14 22:39:12.848993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 18697, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16309 | 2024.08.14 22:39:12.849055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16310 | 2024.08.14 22:39:12.849076 [ 3 ] {} <Debug> HTTP-Session: 0c5feea6-3fd6-4cb5-9b62-77c27222cd4f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16311 | 2024.08.14 22:39:12.849094 [ 3 ] {} <Debug> HTTP-Session: 0c5feea6-3fd6-4cb5-9b62-77c27222cd4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16312 | 2024.08.14 22:39:12.849109 [ 3 ] {} <Debug> HTTP-Session: 0c5feea6-3fd6-4cb5-9b62-77c27222cd4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16313 | 2024.08.14 22:39:12.849145 [ 3 ] {} <Trace> HTTP-Session: 0c5feea6-3fd6-4cb5-9b62-77c27222cd4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16314 | 2024.08.14 22:39:12.849298 [ 3 ] {481118af-d630-4aa0-8b1d-87c05c207e26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16315 | 2024.08.14 22:39:12.849345 [ 3 ] {481118af-d630-4aa0-8b1d-87c05c207e26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16316 | 2024.08.14 22:39:12.849493 [ 3 ] {481118af-d630-4aa0-8b1d-87c05c207e26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16317 | 2024.08.14 22:39:12.849925 [ 3 ] {481118af-d630-4aa0-8b1d-87c05c207e26} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16318 | 2024.08.14 22:39:12.849963 [ 3 ] {481118af-d630-4aa0-8b1d-87c05c207e26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16319 | 2024.08.14 22:39:12.850284 [ 3 ] {481118af-d630-4aa0-8b1d-87c05c207e26} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
16320 | 2024.08.14 22:39:12.850593 [ 3 ] {481118af-d630-4aa0-8b1d-87c05c207e26} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16321 | 2024.08.14 22:39:12.850721 [ 3 ] {481118af-d630-4aa0-8b1d-87c05c207e26} <Debug> executeQuery: Read 128 rows, 10.90 KiB in 0.001487 sec., 86079.35440484196 rows/sec., 7.16 MiB/sec. | ||
16322 | 2024.08.14 22:39:12.850897 [ 3 ] {481118af-d630-4aa0-8b1d-87c05c207e26} <Debug> DynamicQueryHandler: Done processing query | ||
16323 | 2024.08.14 22:39:12.850922 [ 3 ] {481118af-d630-4aa0-8b1d-87c05c207e26} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
16324 | 2024.08.14 22:39:12.850939 [ 3 ] {} <Debug> HTTP-Session: 0c5feea6-3fd6-4cb5-9b62-77c27222cd4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16325 | 2024.08.14 22:39:12.851082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14953, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16326 | 2024.08.14 22:39:12.851134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16327 | 2024.08.14 22:39:12.851154 [ 3 ] {} <Debug> HTTP-Session: 6b0d1b9e-581c-45d1-a278-50a57c757d37 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16328 | 2024.08.14 22:39:12.851172 [ 3 ] {} <Debug> HTTP-Session: 6b0d1b9e-581c-45d1-a278-50a57c757d37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16329 | 2024.08.14 22:39:12.851186 [ 3 ] {} <Debug> HTTP-Session: 6b0d1b9e-581c-45d1-a278-50a57c757d37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16330 | 2024.08.14 22:39:12.851218 [ 3 ] {} <Trace> HTTP-Session: 6b0d1b9e-581c-45d1-a278-50a57c757d37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16331 | 2024.08.14 22:39:12.851353 [ 3 ] {9925fa6c-9322-49d1-af57-db06b1e1d64b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16332 | 2024.08.14 22:39:12.851395 [ 3 ] {9925fa6c-9322-49d1-af57-db06b1e1d64b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16333 | 2024.08.14 22:39:12.851521 [ 3 ] {9925fa6c-9322-49d1-af57-db06b1e1d64b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16334 | 2024.08.14 22:39:12.851914 [ 3 ] {9925fa6c-9322-49d1-af57-db06b1e1d64b} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16335 | 2024.08.14 22:39:12.851951 [ 3 ] {9925fa6c-9322-49d1-af57-db06b1e1d64b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16336 | 2024.08.14 22:39:12.852258 [ 3 ] {9925fa6c-9322-49d1-af57-db06b1e1d64b} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
16337 | 2024.08.14 22:39:12.852576 [ 3 ] {9925fa6c-9322-49d1-af57-db06b1e1d64b} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16338 | 2024.08.14 22:39:12.852700 [ 3 ] {9925fa6c-9322-49d1-af57-db06b1e1d64b} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.001406 sec., 62588.90469416785 rows/sec., 4.89 MiB/sec. | ||
16339 | 2024.08.14 22:39:12.852864 [ 3 ] {9925fa6c-9322-49d1-af57-db06b1e1d64b} <Debug> DynamicQueryHandler: Done processing query | ||
16340 | 2024.08.14 22:39:12.852887 [ 3 ] {9925fa6c-9322-49d1-af57-db06b1e1d64b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
16341 | 2024.08.14 22:39:12.852904 [ 3 ] {} <Debug> HTTP-Session: 6b0d1b9e-581c-45d1-a278-50a57c757d37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16342 | 2024.08.14 22:39:12.853137 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16343 | 2024.08.14 22:39:12.853188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16344 | 2024.08.14 22:39:12.853208 [ 3 ] {} <Debug> HTTP-Session: 84e8c041-7b49-41db-ae23-be9045ea780c Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16345 | 2024.08.14 22:39:12.853225 [ 3 ] {} <Debug> HTTP-Session: 84e8c041-7b49-41db-ae23-be9045ea780c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16346 | 2024.08.14 22:39:12.853239 [ 3 ] {} <Debug> HTTP-Session: 84e8c041-7b49-41db-ae23-be9045ea780c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16347 | 2024.08.14 22:39:12.853270 [ 3 ] {} <Trace> HTTP-Session: 84e8c041-7b49-41db-ae23-be9045ea780c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16348 | 2024.08.14 22:39:12.853420 [ 3 ] {06edebba-b29a-4dd8-8a5e-1ee1d38f59ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16349 | 2024.08.14 22:39:12.853466 [ 3 ] {06edebba-b29a-4dd8-8a5e-1ee1d38f59ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16350 | 2024.08.14 22:39:12.853608 [ 3 ] {06edebba-b29a-4dd8-8a5e-1ee1d38f59ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16351 | 2024.08.14 22:39:12.853969 [ 3 ] {06edebba-b29a-4dd8-8a5e-1ee1d38f59ac} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16352 | 2024.08.14 22:39:12.854005 [ 3 ] {06edebba-b29a-4dd8-8a5e-1ee1d38f59ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16353 | 2024.08.14 22:39:12.854392 [ 3 ] {06edebba-b29a-4dd8-8a5e-1ee1d38f59ac} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
16354 | 2024.08.14 22:39:12.854724 [ 3 ] {06edebba-b29a-4dd8-8a5e-1ee1d38f59ac} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16355 | 2024.08.14 22:39:12.854853 [ 3 ] {06edebba-b29a-4dd8-8a5e-1ee1d38f59ac} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001506 sec., 106241.69986719788 rows/sec., 7.40 MiB/sec. | ||
16356 | 2024.08.14 22:39:12.855105 [ 3 ] {06edebba-b29a-4dd8-8a5e-1ee1d38f59ac} <Debug> DynamicQueryHandler: Done processing query | ||
16357 | 2024.08.14 22:39:12.855165 [ 3 ] {06edebba-b29a-4dd8-8a5e-1ee1d38f59ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16358 | 2024.08.14 22:39:12.855215 [ 3 ] {} <Debug> HTTP-Session: 84e8c041-7b49-41db-ae23-be9045ea780c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16359 | 2024.08.14 22:39:12.855416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 38939, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16360 | 2024.08.14 22:39:12.855469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16361 | 2024.08.14 22:39:12.855489 [ 3 ] {} <Debug> HTTP-Session: d0c03212-ca92-4ed6-a391-821bb831d93d Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16362 | 2024.08.14 22:39:12.855506 [ 3 ] {} <Debug> HTTP-Session: d0c03212-ca92-4ed6-a391-821bb831d93d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16363 | 2024.08.14 22:39:12.855520 [ 3 ] {} <Debug> HTTP-Session: d0c03212-ca92-4ed6-a391-821bb831d93d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16364 | 2024.08.14 22:39:12.855551 [ 3 ] {} <Trace> HTTP-Session: d0c03212-ca92-4ed6-a391-821bb831d93d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16365 | 2024.08.14 22:39:12.855818 [ 3 ] {0b547189-05af-466c-a3af-952086cffc41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16366 | 2024.08.14 22:39:12.855889 [ 3 ] {0b547189-05af-466c-a3af-952086cffc41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
16367 | 2024.08.14 22:39:12.856317 [ 3 ] {0b547189-05af-466c-a3af-952086cffc41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16368 | 2024.08.14 22:39:12.856920 [ 3 ] {0b547189-05af-466c-a3af-952086cffc41} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16369 | 2024.08.14 22:39:12.856959 [ 3 ] {0b547189-05af-466c-a3af-952086cffc41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16370 | 2024.08.14 22:39:12.857554 [ 3 ] {0b547189-05af-466c-a3af-952086cffc41} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
16371 | 2024.08.14 22:39:12.857957 [ 3 ] {0b547189-05af-466c-a3af-952086cffc41} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16372 | 2024.08.14 22:39:12.858103 [ 3 ] {0b547189-05af-466c-a3af-952086cffc41} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002472 sec., 9708.737864077671 rows/sec., 17.40 MiB/sec. | ||
16373 | 2024.08.14 22:39:12.858314 [ 3 ] {0b547189-05af-466c-a3af-952086cffc41} <Debug> DynamicQueryHandler: Done processing query | ||
16374 | 2024.08.14 22:39:12.858338 [ 3 ] {0b547189-05af-466c-a3af-952086cffc41} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
16375 | 2024.08.14 22:39:12.858355 [ 3 ] {} <Debug> HTTP-Session: d0c03212-ca92-4ed6-a391-821bb831d93d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16376 | 2024.08.14 22:39:12.858524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16377 | 2024.08.14 22:39:12.858573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16378 | 2024.08.14 22:39:12.858594 [ 3 ] {} <Debug> HTTP-Session: c602c84d-ce2e-4692-b0f0-daf098936410 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16379 | 2024.08.14 22:39:12.858611 [ 3 ] {} <Debug> HTTP-Session: c602c84d-ce2e-4692-b0f0-daf098936410 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16380 | 2024.08.14 22:39:12.858625 [ 3 ] {} <Debug> HTTP-Session: c602c84d-ce2e-4692-b0f0-daf098936410 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16381 | 2024.08.14 22:39:12.858656 [ 3 ] {} <Trace> HTTP-Session: c602c84d-ce2e-4692-b0f0-daf098936410 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16382 | 2024.08.14 22:39:12.858768 [ 3 ] {17df98b5-6dda-454b-b08e-a78bceddcb60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16383 | 2024.08.14 22:39:12.858839 [ 3 ] {17df98b5-6dda-454b-b08e-a78bceddcb60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16384 | 2024.08.14 22:39:12.858966 [ 3 ] {17df98b5-6dda-454b-b08e-a78bceddcb60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16385 | 2024.08.14 22:39:12.859225 [ 3 ] {17df98b5-6dda-454b-b08e-a78bceddcb60} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16386 | 2024.08.14 22:39:12.859261 [ 3 ] {17df98b5-6dda-454b-b08e-a78bceddcb60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16387 | 2024.08.14 22:39:12.859652 [ 3 ] {17df98b5-6dda-454b-b08e-a78bceddcb60} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
16388 | 2024.08.14 22:39:12.859981 [ 3 ] {17df98b5-6dda-454b-b08e-a78bceddcb60} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16389 | 2024.08.14 22:39:12.860102 [ 3 ] {17df98b5-6dda-454b-b08e-a78bceddcb60} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001372 sec., 43731.778425655975 rows/sec., 2.95 MiB/sec. | ||
16390 | 2024.08.14 22:39:12.860253 [ 3 ] {17df98b5-6dda-454b-b08e-a78bceddcb60} <Debug> DynamicQueryHandler: Done processing query | ||
16391 | 2024.08.14 22:39:12.860278 [ 3 ] {17df98b5-6dda-454b-b08e-a78bceddcb60} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16392 | 2024.08.14 22:39:12.860294 [ 3 ] {} <Debug> HTTP-Session: c602c84d-ce2e-4692-b0f0-daf098936410 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16393 | 2024.08.14 22:39:17.850241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16394 | 2024.08.14 22:39:17.850384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16395 | 2024.08.14 22:39:17.850414 [ 3 ] {} <Debug> HTTP-Session: 3d7d5c0a-9b15-499f-b666-e99c328fb19b Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16396 | 2024.08.14 22:39:17.850443 [ 3 ] {} <Debug> HTTP-Session: 3d7d5c0a-9b15-499f-b666-e99c328fb19b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16397 | 2024.08.14 22:39:17.850461 [ 3 ] {} <Debug> HTTP-Session: 3d7d5c0a-9b15-499f-b666-e99c328fb19b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16398 | 2024.08.14 22:39:17.850517 [ 3 ] {} <Trace> HTTP-Session: 3d7d5c0a-9b15-499f-b666-e99c328fb19b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16399 | 2024.08.14 22:39:17.850731 [ 3 ] {3440b5f9-edb2-48d9-9899-550f7313d4d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16400 | 2024.08.14 22:39:17.850797 [ 3 ] {3440b5f9-edb2-48d9-9899-550f7313d4d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16401 | 2024.08.14 22:39:17.850993 [ 3 ] {3440b5f9-edb2-48d9-9899-550f7313d4d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16402 | 2024.08.14 22:39:17.851398 [ 3 ] {3440b5f9-edb2-48d9-9899-550f7313d4d1} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16403 | 2024.08.14 22:39:17.851445 [ 3 ] {3440b5f9-edb2-48d9-9899-550f7313d4d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16404 | 2024.08.14 22:39:17.851818 [ 3 ] {3440b5f9-edb2-48d9-9899-550f7313d4d1} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
16405 | 2024.08.14 22:39:17.852151 [ 3 ] {3440b5f9-edb2-48d9-9899-550f7313d4d1} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16406 | 2024.08.14 22:39:17.852323 [ 3 ] {3440b5f9-edb2-48d9-9899-550f7313d4d1} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001652 sec., 22397.094430992736 rows/sec., 1.69 MiB/sec. | ||
16407 | 2024.08.14 22:39:17.852353 [ 58 ] {} <Debug> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
16408 | 2024.08.14 22:39:17.852462 [ 58 ] {} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16409 | 2024.08.14 22:39:17.852495 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16410 | 2024.08.14 22:39:17.852616 [ 3 ] {3440b5f9-edb2-48d9-9899-550f7313d4d1} <Debug> DynamicQueryHandler: Done processing query | ||
16411 | 2024.08.14 22:39:17.852670 [ 3 ] {3440b5f9-edb2-48d9-9899-550f7313d4d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16412 | 2024.08.14 22:39:17.852703 [ 3 ] {} <Debug> HTTP-Session: 3d7d5c0a-9b15-499f-b666-e99c328fb19b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16413 | 2024.08.14 22:39:17.852712 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::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 | ||
16414 | 2024.08.14 22:39:17.852935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 38438, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16415 | 2024.08.14 22:39:17.852948 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16416 | 2024.08.14 22:39:17.853023 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 57 rows starting from the beginning of the part | ||
16417 | 2024.08.14 22:39:17.853032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16418 | 2024.08.14 22:39:17.853085 [ 3 ] {} <Debug> HTTP-Session: 5db2f27a-1ea8-46ab-a3d0-8df7fdc5ae06 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16419 | 2024.08.14 22:39:17.853131 [ 3 ] {} <Debug> HTTP-Session: 5db2f27a-1ea8-46ab-a3d0-8df7fdc5ae06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16420 | 2024.08.14 22:39:17.853178 [ 3 ] {} <Debug> HTTP-Session: 5db2f27a-1ea8-46ab-a3d0-8df7fdc5ae06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16421 | 2024.08.14 22:39:17.853206 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 37 rows starting from the beginning of the part | ||
16422 | 2024.08.14 22:39:17.853384 [ 3 ] {} <Trace> HTTP-Session: 5db2f27a-1ea8-46ab-a3d0-8df7fdc5ae06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16423 | 2024.08.14 22:39:17.853549 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 24 rows starting from the beginning of the part | ||
16424 | 2024.08.14 22:39:17.853808 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 37 rows starting from the beginning of the part | ||
16425 | 2024.08.14 22:39:17.854016 [ 3 ] {394770c4-a881-4689-97dd-d4d020ad022b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16426 | 2024.08.14 22:39:17.854117 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 24 rows starting from the beginning of the part | ||
16427 | 2024.08.14 22:39:17.854207 [ 3 ] {394770c4-a881-4689-97dd-d4d020ad022b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16428 | 2024.08.14 22:39:17.854453 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 37 rows starting from the beginning of the part | ||
16429 | 2024.08.14 22:39:17.855205 [ 3 ] {394770c4-a881-4689-97dd-d4d020ad022b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16430 | 2024.08.14 22:39:17.856145 [ 3 ] {394770c4-a881-4689-97dd-d4d020ad022b} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16431 | 2024.08.14 22:39:17.856213 [ 3 ] {394770c4-a881-4689-97dd-d4d020ad022b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16432 | 2024.08.14 22:39:17.857175 [ 3 ] {394770c4-a881-4689-97dd-d4d020ad022b} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16433 | 2024.08.14 22:39:17.857261 [ 191 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.004679329 sec., 46160.4644597548 rows/sec., 3.53 MiB/sec. | ||
16434 | 2024.08.14 22:39:17.857469 [ 200 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
16435 | 2024.08.14 22:39:17.857675 [ 3 ] {394770c4-a881-4689-97dd-d4d020ad022b} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16436 | 2024.08.14 22:39:17.857950 [ 3 ] {394770c4-a881-4689-97dd-d4d020ad022b} <Debug> executeQuery: Read 254 rows, 23.00 KiB in 0.004268 sec., 59512.65229615745 rows/sec., 5.26 MiB/sec. | ||
16437 | 2024.08.14 22:39:17.858099 [ 200 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_86_17} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16438 | 2024.08.14 22:39:17.858170 [ 3 ] {394770c4-a881-4689-97dd-d4d020ad022b} <Debug> DynamicQueryHandler: Done processing query | ||
16439 | 2024.08.14 22:39:17.858186 [ 200 ] {72485901-9f91-4eb2-be0c-39afdc56f6c9::all_1_86_17} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
16440 | 2024.08.14 22:39:17.858200 [ 3 ] {394770c4-a881-4689-97dd-d4d020ad022b} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
16441 | 2024.08.14 22:39:17.858219 [ 3 ] {} <Debug> HTTP-Session: 5db2f27a-1ea8-46ab-a3d0-8df7fdc5ae06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16442 | 2024.08.14 22:39:17.858298 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
16443 | 2024.08.14 22:39:17.858480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 66799, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16444 | 2024.08.14 22:39:17.858532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16445 | 2024.08.14 22:39:17.858551 [ 3 ] {} <Debug> HTTP-Session: 86035057-ce06-4929-92b1-a19ae9f0610d Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16446 | 2024.08.14 22:39:17.858569 [ 3 ] {} <Debug> HTTP-Session: 86035057-ce06-4929-92b1-a19ae9f0610d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16447 | 2024.08.14 22:39:17.858583 [ 3 ] {} <Debug> HTTP-Session: 86035057-ce06-4929-92b1-a19ae9f0610d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16448 | 2024.08.14 22:39:17.858616 [ 3 ] {} <Trace> HTTP-Session: 86035057-ce06-4929-92b1-a19ae9f0610d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16449 | 2024.08.14 22:39:17.858839 [ 3 ] {6feff8d7-5f6f-4eb4-b9f3-ec3a8ba49843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16450 | 2024.08.14 22:39:17.858885 [ 3 ] {6feff8d7-5f6f-4eb4-b9f3-ec3a8ba49843} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16451 | 2024.08.14 22:39:17.859016 [ 3 ] {6feff8d7-5f6f-4eb4-b9f3-ec3a8ba49843} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16452 | 2024.08.14 22:39:17.859504 [ 3 ] {6feff8d7-5f6f-4eb4-b9f3-ec3a8ba49843} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16453 | 2024.08.14 22:39:17.859555 [ 3 ] {6feff8d7-5f6f-4eb4-b9f3-ec3a8ba49843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16454 | 2024.08.14 22:39:17.859890 [ 3 ] {6feff8d7-5f6f-4eb4-b9f3-ec3a8ba49843} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16455 | 2024.08.14 22:39:17.860215 [ 3 ] {6feff8d7-5f6f-4eb4-b9f3-ec3a8ba49843} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16456 | 2024.08.14 22:39:17.860383 [ 3 ] {6feff8d7-5f6f-4eb4-b9f3-ec3a8ba49843} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.001661 sec., 248645.3943407586 rows/sec., 17.61 MiB/sec. | ||
16457 | 2024.08.14 22:39:17.860551 [ 3 ] {6feff8d7-5f6f-4eb4-b9f3-ec3a8ba49843} <Debug> DynamicQueryHandler: Done processing query | ||
16458 | 2024.08.14 22:39:17.860575 [ 3 ] {6feff8d7-5f6f-4eb4-b9f3-ec3a8ba49843} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
16459 | 2024.08.14 22:39:17.860590 [ 3 ] {} <Debug> HTTP-Session: 86035057-ce06-4929-92b1-a19ae9f0610d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16460 | 2024.08.14 22:39:17.860745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16461 | 2024.08.14 22:39:17.860794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16462 | 2024.08.14 22:39:17.860814 [ 3 ] {} <Debug> HTTP-Session: 929a109d-af7a-4fae-a7c1-aa0fbfa32b12 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16463 | 2024.08.14 22:39:17.860830 [ 3 ] {} <Debug> HTTP-Session: 929a109d-af7a-4fae-a7c1-aa0fbfa32b12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16464 | 2024.08.14 22:39:17.860845 [ 3 ] {} <Debug> HTTP-Session: 929a109d-af7a-4fae-a7c1-aa0fbfa32b12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16465 | 2024.08.14 22:39:17.860876 [ 3 ] {} <Trace> HTTP-Session: 929a109d-af7a-4fae-a7c1-aa0fbfa32b12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16466 | 2024.08.14 22:39:17.860970 [ 3 ] {a219fb94-59eb-4fda-92b6-beee72064d4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16467 | 2024.08.14 22:39:17.861014 [ 3 ] {a219fb94-59eb-4fda-92b6-beee72064d4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16468 | 2024.08.14 22:39:17.861142 [ 3 ] {a219fb94-59eb-4fda-92b6-beee72064d4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16469 | 2024.08.14 22:39:17.861380 [ 3 ] {a219fb94-59eb-4fda-92b6-beee72064d4b} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16470 | 2024.08.14 22:39:17.861417 [ 3 ] {a219fb94-59eb-4fda-92b6-beee72064d4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16471 | 2024.08.14 22:39:17.861771 [ 3 ] {a219fb94-59eb-4fda-92b6-beee72064d4b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16472 | 2024.08.14 22:39:17.862092 [ 3 ] {a219fb94-59eb-4fda-92b6-beee72064d4b} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16473 | 2024.08.14 22:39:17.862246 [ 54 ] {} <Debug> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
16474 | 2024.08.14 22:39:17.862254 [ 3 ] {a219fb94-59eb-4fda-92b6-beee72064d4b} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001298 sec., 4622.496147919877 rows/sec., 198.62 KiB/sec. | ||
16475 | 2024.08.14 22:39:17.862304 [ 54 ] {} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16476 | 2024.08.14 22:39:17.862369 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16477 | 2024.08.14 22:39:17.862619 [ 3 ] {a219fb94-59eb-4fda-92b6-beee72064d4b} <Debug> DynamicQueryHandler: Done processing query | ||
16478 | 2024.08.14 22:39:17.862650 [ 186 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
16479 | 2024.08.14 22:39:17.862696 [ 3 ] {a219fb94-59eb-4fda-92b6-beee72064d4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16480 | 2024.08.14 22:39:17.862800 [ 3 ] {} <Debug> HTTP-Session: 929a109d-af7a-4fae-a7c1-aa0fbfa32b12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16481 | 2024.08.14 22:39:17.863196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16482 | 2024.08.14 22:39:17.863382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16483 | 2024.08.14 22:39:17.863427 [ 186 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16484 | 2024.08.14 22:39:17.863437 [ 3 ] {} <Debug> HTTP-Session: f235e542-0104-4a05-9983-7590c2e6ddbf Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16485 | 2024.08.14 22:39:17.863487 [ 3 ] {} <Debug> HTTP-Session: f235e542-0104-4a05-9983-7590c2e6ddbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16486 | 2024.08.14 22:39:17.863503 [ 186 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
16487 | 2024.08.14 22:39:17.863516 [ 3 ] {} <Debug> HTTP-Session: f235e542-0104-4a05-9983-7590c2e6ddbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16488 | 2024.08.14 22:39:17.863595 [ 3 ] {} <Trace> HTTP-Session: f235e542-0104-4a05-9983-7590c2e6ddbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16489 | 2024.08.14 22:39:17.863806 [ 186 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
16490 | 2024.08.14 22:39:17.863965 [ 3 ] {d36cfb7c-cac2-4f91-a3af-02d7e5b54420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
16491 | 2024.08.14 22:39:17.864101 [ 186 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
16492 | 2024.08.14 22:39:17.864130 [ 3 ] {d36cfb7c-cac2-4f91-a3af-02d7e5b54420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
16493 | 2024.08.14 22:39:17.864435 [ 186 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
16494 | 2024.08.14 22:39:17.864680 [ 186 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
16495 | 2024.08.14 22:39:17.865054 [ 186 ] {eab77390-3dca-4a70-8222-189c595b74e4::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 | ||
16496 | 2024.08.14 22:39:17.865616 [ 3 ] {d36cfb7c-cac2-4f91-a3af-02d7e5b54420} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16497 | 2024.08.14 22:39:17.866345 [ 3 ] {d36cfb7c-cac2-4f91-a3af-02d7e5b54420} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16498 | 2024.08.14 22:39:17.866411 [ 3 ] {d36cfb7c-cac2-4f91-a3af-02d7e5b54420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16499 | 2024.08.14 22:39:17.867469 [ 3 ] {d36cfb7c-cac2-4f91-a3af-02d7e5b54420} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16500 | 2024.08.14 22:39:17.867825 [ 186 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.005351018 sec., 45972.560735172265 rows/sec., 1.93 MiB/sec. | ||
16501 | 2024.08.14 22:39:17.868049 [ 186 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
16502 | 2024.08.14 22:39:17.868223 [ 3 ] {d36cfb7c-cac2-4f91-a3af-02d7e5b54420} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16503 | 2024.08.14 22:39:17.868530 [ 54 ] {} <Debug> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
16504 | 2024.08.14 22:39:17.868633 [ 54 ] {} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16505 | 2024.08.14 22:39:17.868680 [ 3 ] {d36cfb7c-cac2-4f91-a3af-02d7e5b54420} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004839 sec., 15912.378590617895 rows/sec., 1003.40 KiB/sec. | ||
16506 | 2024.08.14 22:39:17.868705 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16507 | 2024.08.14 22:39:17.869246 [ 186 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_41_8} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16508 | 2024.08.14 22:39:17.869287 [ 193 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::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 | ||
16509 | 2024.08.14 22:39:17.869629 [ 186 ] {eab77390-3dca-4a70-8222-189c595b74e4::all_1_41_8} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
16510 | 2024.08.14 22:39:17.869966 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
16511 | 2024.08.14 22:39:17.870304 [ 193 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16512 | 2024.08.14 22:39:17.870376 [ 193 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2772 rows starting from the beginning of the part | ||
16513 | 2024.08.14 22:39:17.870420 [ 3 ] {d36cfb7c-cac2-4f91-a3af-02d7e5b54420} <Debug> DynamicQueryHandler: Done processing query | ||
16514 | 2024.08.14 22:39:17.870497 [ 3 ] {d36cfb7c-cac2-4f91-a3af-02d7e5b54420} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16515 | 2024.08.14 22:39:17.870575 [ 3 ] {} <Debug> HTTP-Session: f235e542-0104-4a05-9983-7590c2e6ddbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16516 | 2024.08.14 22:39:17.870656 [ 193 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 77 rows starting from the beginning of the part | ||
16517 | 2024.08.14 22:39:17.870824 [ 193 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 77 rows starting from the beginning of the part | ||
16518 | 2024.08.14 22:39:17.870874 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16519 | 2024.08.14 22:39:17.871054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16520 | 2024.08.14 22:39:17.871131 [ 193 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 77 rows starting from the beginning of the part | ||
16521 | 2024.08.14 22:39:17.871148 [ 3 ] {} <Debug> HTTP-Session: d0812380-50af-45e0-9765-1248dcc64738 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16522 | 2024.08.14 22:39:17.871211 [ 3 ] {} <Debug> HTTP-Session: d0812380-50af-45e0-9765-1248dcc64738 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16523 | 2024.08.14 22:39:17.871289 [ 3 ] {} <Debug> HTTP-Session: d0812380-50af-45e0-9765-1248dcc64738 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16524 | 2024.08.14 22:39:17.871393 [ 193 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 77 rows starting from the beginning of the part | ||
16525 | 2024.08.14 22:39:17.871475 [ 3 ] {} <Trace> HTTP-Session: d0812380-50af-45e0-9765-1248dcc64738 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16526 | 2024.08.14 22:39:17.871650 [ 193 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 77 rows starting from the beginning of the part | ||
16527 | 2024.08.14 22:39:17.872120 [ 3 ] {e635da2c-48eb-4400-8f1f-399f9c6ac156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16528 | 2024.08.14 22:39:17.872231 [ 3 ] {e635da2c-48eb-4400-8f1f-399f9c6ac156} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16529 | 2024.08.14 22:39:17.872731 [ 3 ] {e635da2c-48eb-4400-8f1f-399f9c6ac156} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16530 | 2024.08.14 22:39:17.873714 [ 3 ] {e635da2c-48eb-4400-8f1f-399f9c6ac156} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16531 | 2024.08.14 22:39:17.873778 [ 3 ] {e635da2c-48eb-4400-8f1f-399f9c6ac156} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16532 | 2024.08.14 22:39:17.874623 [ 3 ] {e635da2c-48eb-4400-8f1f-399f9c6ac156} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
16533 | 2024.08.14 22:39:17.875329 [ 193 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3157 rows, containing 5 columns (5 merged, 0 gathered) in 0.006462294 sec., 488526.21066141524 rows/sec., 30.08 MiB/sec. | ||
16534 | 2024.08.14 22:39:17.875530 [ 3 ] {e635da2c-48eb-4400-8f1f-399f9c6ac156} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16535 | 2024.08.14 22:39:17.875643 [ 193 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
16536 | 2024.08.14 22:39:17.875935 [ 3 ] {e635da2c-48eb-4400-8f1f-399f9c6ac156} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004164 sec., 38424.59173871278 rows/sec., 2.68 MiB/sec. | ||
16537 | 2024.08.14 22:39:17.877153 [ 3 ] {e635da2c-48eb-4400-8f1f-399f9c6ac156} <Debug> DynamicQueryHandler: Done processing query | ||
16538 | 2024.08.14 22:39:17.877252 [ 3 ] {e635da2c-48eb-4400-8f1f-399f9c6ac156} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16539 | 2024.08.14 22:39:17.877264 [ 193 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_41_8} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16540 | 2024.08.14 22:39:17.877280 [ 3 ] {} <Debug> HTTP-Session: d0812380-50af-45e0-9765-1248dcc64738 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16541 | 2024.08.14 22:39:17.877395 [ 193 ] {4e5731a3-f597-4044-b368-c05a8b7d6c33::all_1_41_8} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
16542 | 2024.08.14 22:39:17.877531 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
16543 | 2024.08.14 22:39:17.877550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 49608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16544 | 2024.08.14 22:39:17.877620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16545 | 2024.08.14 22:39:17.877639 [ 3 ] {} <Debug> HTTP-Session: 6ec33cfe-420c-4b7d-8631-99041e6f38df Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16546 | 2024.08.14 22:39:17.877655 [ 3 ] {} <Debug> HTTP-Session: 6ec33cfe-420c-4b7d-8631-99041e6f38df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16547 | 2024.08.14 22:39:17.877669 [ 3 ] {} <Debug> HTTP-Session: 6ec33cfe-420c-4b7d-8631-99041e6f38df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16548 | 2024.08.14 22:39:17.877704 [ 3 ] {} <Trace> HTTP-Session: 6ec33cfe-420c-4b7d-8631-99041e6f38df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16549 | 2024.08.14 22:39:17.878278 [ 3 ] {1688077a-a39e-4f4d-b2aa-f6cb4352afeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16550 | 2024.08.14 22:39:17.878353 [ 3 ] {1688077a-a39e-4f4d-b2aa-f6cb4352afeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
16551 | 2024.08.14 22:39:17.878825 [ 3 ] {1688077a-a39e-4f4d-b2aa-f6cb4352afeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16552 | 2024.08.14 22:39:17.879502 [ 3 ] {1688077a-a39e-4f4d-b2aa-f6cb4352afeb} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16553 | 2024.08.14 22:39:17.879538 [ 3 ] {1688077a-a39e-4f4d-b2aa-f6cb4352afeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16554 | 2024.08.14 22:39:17.880164 [ 3 ] {1688077a-a39e-4f4d-b2aa-f6cb4352afeb} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
16555 | 2024.08.14 22:39:17.880579 [ 3 ] {1688077a-a39e-4f4d-b2aa-f6cb4352afeb} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16556 | 2024.08.14 22:39:17.880776 [ 3 ] {1688077a-a39e-4f4d-b2aa-f6cb4352afeb} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002978 sec., 10409.67092008059 rows/sec., 18.65 MiB/sec. | ||
16557 | 2024.08.14 22:39:17.880980 [ 3 ] {1688077a-a39e-4f4d-b2aa-f6cb4352afeb} <Debug> DynamicQueryHandler: Done processing query | ||
16558 | 2024.08.14 22:39:17.881004 [ 3 ] {1688077a-a39e-4f4d-b2aa-f6cb4352afeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
16559 | 2024.08.14 22:39:17.881020 [ 3 ] {} <Debug> HTTP-Session: 6ec33cfe-420c-4b7d-8631-99041e6f38df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16560 | 2024.08.14 22:39:17.881142 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16561 | 2024.08.14 22:39:17.881189 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16562 | 2024.08.14 22:39:17.881208 [ 3 ] {} <Debug> HTTP-Session: 70e7b00c-49c7-42d2-adef-cd04833bb886 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16563 | 2024.08.14 22:39:17.881224 [ 3 ] {} <Debug> HTTP-Session: 70e7b00c-49c7-42d2-adef-cd04833bb886 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16564 | 2024.08.14 22:39:17.881237 [ 3 ] {} <Debug> HTTP-Session: 70e7b00c-49c7-42d2-adef-cd04833bb886 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16565 | 2024.08.14 22:39:17.881268 [ 3 ] {} <Trace> HTTP-Session: 70e7b00c-49c7-42d2-adef-cd04833bb886 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16566 | 2024.08.14 22:39:17.881368 [ 3 ] {ea72613d-836e-4fc4-a721-79ca10c9824c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
16567 | 2024.08.14 22:39:17.881411 [ 3 ] {ea72613d-836e-4fc4-a721-79ca10c9824c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
16568 | 2024.08.14 22:39:17.881537 [ 3 ] {ea72613d-836e-4fc4-a721-79ca10c9824c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16569 | 2024.08.14 22:39:17.881786 [ 3 ] {ea72613d-836e-4fc4-a721-79ca10c9824c} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16570 | 2024.08.14 22:39:17.881822 [ 3 ] {ea72613d-836e-4fc4-a721-79ca10c9824c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16571 | 2024.08.14 22:39:17.882171 [ 3 ] {ea72613d-836e-4fc4-a721-79ca10c9824c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
16572 | 2024.08.14 22:39:17.882486 [ 3 ] {ea72613d-836e-4fc4-a721-79ca10c9824c} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16573 | 2024.08.14 22:39:17.882641 [ 3 ] {ea72613d-836e-4fc4-a721-79ca10c9824c} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001295 sec., 17760.617760617763 rows/sec., 960.73 KiB/sec. | ||
16574 | 2024.08.14 22:39:17.882943 [ 3 ] {ea72613d-836e-4fc4-a721-79ca10c9824c} <Debug> DynamicQueryHandler: Done processing query | ||
16575 | 2024.08.14 22:39:17.882982 [ 3 ] {ea72613d-836e-4fc4-a721-79ca10c9824c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16576 | 2024.08.14 22:39:17.883010 [ 3 ] {} <Debug> HTTP-Session: 70e7b00c-49c7-42d2-adef-cd04833bb886 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16577 | 2024.08.14 22:39:17.883138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16578 | 2024.08.14 22:39:17.883186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16579 | 2024.08.14 22:39:17.883204 [ 3 ] {} <Debug> HTTP-Session: 9644cc52-7c8c-45ac-a3a6-e1a8f444e582 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16580 | 2024.08.14 22:39:17.883220 [ 3 ] {} <Debug> HTTP-Session: 9644cc52-7c8c-45ac-a3a6-e1a8f444e582 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16581 | 2024.08.14 22:39:17.883234 [ 3 ] {} <Debug> HTTP-Session: 9644cc52-7c8c-45ac-a3a6-e1a8f444e582 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16582 | 2024.08.14 22:39:17.883264 [ 3 ] {} <Trace> HTTP-Session: 9644cc52-7c8c-45ac-a3a6-e1a8f444e582 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16583 | 2024.08.14 22:39:17.883375 [ 3 ] {3574b0eb-d834-42f2-90bd-eb63550021ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16584 | 2024.08.14 22:39:17.883421 [ 3 ] {3574b0eb-d834-42f2-90bd-eb63550021ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16585 | 2024.08.14 22:39:17.883565 [ 3 ] {3574b0eb-d834-42f2-90bd-eb63550021ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16586 | 2024.08.14 22:39:17.883814 [ 3 ] {3574b0eb-d834-42f2-90bd-eb63550021ef} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16587 | 2024.08.14 22:39:17.883850 [ 3 ] {3574b0eb-d834-42f2-90bd-eb63550021ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16588 | 2024.08.14 22:39:17.884199 [ 3 ] {3574b0eb-d834-42f2-90bd-eb63550021ef} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
16589 | 2024.08.14 22:39:17.884514 [ 3 ] {3574b0eb-d834-42f2-90bd-eb63550021ef} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16590 | 2024.08.14 22:39:17.884667 [ 3 ] {3574b0eb-d834-42f2-90bd-eb63550021ef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001322 sec., 45385.7791225416 rows/sec., 3.06 MiB/sec. | ||
16591 | 2024.08.14 22:39:17.884829 [ 3 ] {3574b0eb-d834-42f2-90bd-eb63550021ef} <Debug> DynamicQueryHandler: Done processing query | ||
16592 | 2024.08.14 22:39:17.884854 [ 3 ] {3574b0eb-d834-42f2-90bd-eb63550021ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16593 | 2024.08.14 22:39:17.884870 [ 3 ] {} <Debug> HTTP-Session: 9644cc52-7c8c-45ac-a3a6-e1a8f444e582 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16594 | 2024.08.14 22:39:22.845872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16595 | 2024.08.14 22:39:22.846005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16596 | 2024.08.14 22:39:22.846034 [ 3 ] {} <Debug> HTTP-Session: 55726966-dc72-4a93-a0c4-d3c667dd28d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16597 | 2024.08.14 22:39:22.846062 [ 3 ] {} <Debug> HTTP-Session: 55726966-dc72-4a93-a0c4-d3c667dd28d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16598 | 2024.08.14 22:39:22.846081 [ 3 ] {} <Debug> HTTP-Session: 55726966-dc72-4a93-a0c4-d3c667dd28d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16599 | 2024.08.14 22:39:22.846137 [ 3 ] {} <Trace> HTTP-Session: 55726966-dc72-4a93-a0c4-d3c667dd28d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16600 | 2024.08.14 22:39:22.846337 [ 3 ] {09ba4925-6101-4204-95dd-9674c1f7b53d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16601 | 2024.08.14 22:39:22.846407 [ 3 ] {09ba4925-6101-4204-95dd-9674c1f7b53d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16602 | 2024.08.14 22:39:22.846625 [ 3 ] {09ba4925-6101-4204-95dd-9674c1f7b53d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16603 | 2024.08.14 22:39:22.847016 [ 3 ] {09ba4925-6101-4204-95dd-9674c1f7b53d} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16604 | 2024.08.14 22:39:22.847056 [ 3 ] {09ba4925-6101-4204-95dd-9674c1f7b53d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16605 | 2024.08.14 22:39:22.847412 [ 3 ] {09ba4925-6101-4204-95dd-9674c1f7b53d} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
16606 | 2024.08.14 22:39:22.847758 [ 3 ] {09ba4925-6101-4204-95dd-9674c1f7b53d} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16607 | 2024.08.14 22:39:22.847917 [ 3 ] {09ba4925-6101-4204-95dd-9674c1f7b53d} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001642 sec., 14616.3215590743 rows/sec., 1.16 MiB/sec. | ||
16608 | 2024.08.14 22:39:22.848216 [ 3 ] {09ba4925-6101-4204-95dd-9674c1f7b53d} <Debug> DynamicQueryHandler: Done processing query | ||
16609 | 2024.08.14 22:39:22.848283 [ 3 ] {09ba4925-6101-4204-95dd-9674c1f7b53d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16610 | 2024.08.14 22:39:22.848352 [ 3 ] {} <Debug> HTTP-Session: 55726966-dc72-4a93-a0c4-d3c667dd28d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16611 | 2024.08.14 22:39:22.848611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 18697, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16612 | 2024.08.14 22:39:22.848750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16613 | 2024.08.14 22:39:22.848809 [ 3 ] {} <Debug> HTTP-Session: 86d559c8-47be-4038-abc2-144907f5fb43 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16614 | 2024.08.14 22:39:22.848858 [ 3 ] {} <Debug> HTTP-Session: 86d559c8-47be-4038-abc2-144907f5fb43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16615 | 2024.08.14 22:39:22.848882 [ 3 ] {} <Debug> HTTP-Session: 86d559c8-47be-4038-abc2-144907f5fb43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16616 | 2024.08.14 22:39:22.848924 [ 3 ] {} <Trace> HTTP-Session: 86d559c8-47be-4038-abc2-144907f5fb43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16617 | 2024.08.14 22:39:22.849060 [ 3 ] {9a90f6cf-5ba0-4c7f-aabb-7dbe85f39746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16618 | 2024.08.14 22:39:22.849103 [ 3 ] {9a90f6cf-5ba0-4c7f-aabb-7dbe85f39746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16619 | 2024.08.14 22:39:22.849246 [ 3 ] {9a90f6cf-5ba0-4c7f-aabb-7dbe85f39746} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16620 | 2024.08.14 22:39:22.849592 [ 3 ] {9a90f6cf-5ba0-4c7f-aabb-7dbe85f39746} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16621 | 2024.08.14 22:39:22.849628 [ 3 ] {9a90f6cf-5ba0-4c7f-aabb-7dbe85f39746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16622 | 2024.08.14 22:39:22.849939 [ 3 ] {9a90f6cf-5ba0-4c7f-aabb-7dbe85f39746} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16623 | 2024.08.14 22:39:22.850238 [ 3 ] {9a90f6cf-5ba0-4c7f-aabb-7dbe85f39746} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16624 | 2024.08.14 22:39:22.850390 [ 3 ] {9a90f6cf-5ba0-4c7f-aabb-7dbe85f39746} <Debug> executeQuery: Read 128 rows, 10.90 KiB in 0.001383 sec., 92552.42227042661 rows/sec., 7.70 MiB/sec. | ||
16625 | 2024.08.14 22:39:22.850599 [ 3 ] {9a90f6cf-5ba0-4c7f-aabb-7dbe85f39746} <Debug> DynamicQueryHandler: Done processing query | ||
16626 | 2024.08.14 22:39:22.850624 [ 3 ] {9a90f6cf-5ba0-4c7f-aabb-7dbe85f39746} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
16627 | 2024.08.14 22:39:22.850667 [ 3 ] {} <Debug> HTTP-Session: 86d559c8-47be-4038-abc2-144907f5fb43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16628 | 2024.08.14 22:39:22.850877 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14953, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16629 | 2024.08.14 22:39:22.850947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16630 | 2024.08.14 22:39:22.850967 [ 3 ] {} <Debug> HTTP-Session: 3328f148-9f34-4285-925b-a05c9cf7aec8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16631 | 2024.08.14 22:39:22.850982 [ 3 ] {} <Debug> HTTP-Session: 3328f148-9f34-4285-925b-a05c9cf7aec8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16632 | 2024.08.14 22:39:22.850995 [ 3 ] {} <Debug> HTTP-Session: 3328f148-9f34-4285-925b-a05c9cf7aec8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16633 | 2024.08.14 22:39:22.851024 [ 3 ] {} <Trace> HTTP-Session: 3328f148-9f34-4285-925b-a05c9cf7aec8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16634 | 2024.08.14 22:39:22.851134 [ 3 ] {a01220a4-f251-41f6-8741-951f3a9e5bbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16635 | 2024.08.14 22:39:22.851173 [ 3 ] {a01220a4-f251-41f6-8741-951f3a9e5bbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16636 | 2024.08.14 22:39:22.851305 [ 3 ] {a01220a4-f251-41f6-8741-951f3a9e5bbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16637 | 2024.08.14 22:39:22.851608 [ 3 ] {a01220a4-f251-41f6-8741-951f3a9e5bbe} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16638 | 2024.08.14 22:39:22.851642 [ 3 ] {a01220a4-f251-41f6-8741-951f3a9e5bbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16639 | 2024.08.14 22:39:22.851992 [ 3 ] {a01220a4-f251-41f6-8741-951f3a9e5bbe} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16640 | 2024.08.14 22:39:22.852290 [ 3 ] {a01220a4-f251-41f6-8741-951f3a9e5bbe} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16641 | 2024.08.14 22:39:22.852443 [ 3 ] {a01220a4-f251-41f6-8741-951f3a9e5bbe} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.001326 sec., 66365.00754147813 rows/sec., 5.18 MiB/sec. | ||
16642 | 2024.08.14 22:39:22.852593 [ 3 ] {a01220a4-f251-41f6-8741-951f3a9e5bbe} <Debug> DynamicQueryHandler: Done processing query | ||
16643 | 2024.08.14 22:39:22.852617 [ 3 ] {a01220a4-f251-41f6-8741-951f3a9e5bbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
16644 | 2024.08.14 22:39:22.852633 [ 3 ] {} <Debug> HTTP-Session: 3328f148-9f34-4285-925b-a05c9cf7aec8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16645 | 2024.08.14 22:39:22.852769 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16646 | 2024.08.14 22:39:22.852817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16647 | 2024.08.14 22:39:22.852836 [ 3 ] {} <Debug> HTTP-Session: 63270ed5-1494-4196-9403-123e56a71042 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16648 | 2024.08.14 22:39:22.852852 [ 3 ] {} <Debug> HTTP-Session: 63270ed5-1494-4196-9403-123e56a71042 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16649 | 2024.08.14 22:39:22.852866 [ 3 ] {} <Debug> HTTP-Session: 63270ed5-1494-4196-9403-123e56a71042 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16650 | 2024.08.14 22:39:22.852896 [ 3 ] {} <Trace> HTTP-Session: 63270ed5-1494-4196-9403-123e56a71042 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16651 | 2024.08.14 22:39:22.853033 [ 3 ] {b4af3c11-94e6-4d14-b477-27d283f62438} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16652 | 2024.08.14 22:39:22.853077 [ 3 ] {b4af3c11-94e6-4d14-b477-27d283f62438} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16653 | 2024.08.14 22:39:22.853220 [ 3 ] {b4af3c11-94e6-4d14-b477-27d283f62438} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16654 | 2024.08.14 22:39:22.853759 [ 3 ] {b4af3c11-94e6-4d14-b477-27d283f62438} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16655 | 2024.08.14 22:39:22.853796 [ 3 ] {b4af3c11-94e6-4d14-b477-27d283f62438} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16656 | 2024.08.14 22:39:22.854172 [ 3 ] {b4af3c11-94e6-4d14-b477-27d283f62438} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
16657 | 2024.08.14 22:39:22.854508 [ 3 ] {b4af3c11-94e6-4d14-b477-27d283f62438} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16658 | 2024.08.14 22:39:22.854654 [ 3 ] {b4af3c11-94e6-4d14-b477-27d283f62438} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001678 sec., 95351.60905840286 rows/sec., 6.64 MiB/sec. | ||
16659 | 2024.08.14 22:39:22.854663 [ 66 ] {} <Debug> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
16660 | 2024.08.14 22:39:22.854770 [ 66 ] {} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16661 | 2024.08.14 22:39:22.854816 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16662 | 2024.08.14 22:39:22.854893 [ 3 ] {b4af3c11-94e6-4d14-b477-27d283f62438} <Debug> DynamicQueryHandler: Done processing query | ||
16663 | 2024.08.14 22:39:22.854955 [ 3 ] {b4af3c11-94e6-4d14-b477-27d283f62438} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16664 | 2024.08.14 22:39:22.855003 [ 3 ] {} <Debug> HTTP-Session: 63270ed5-1494-4196-9403-123e56a71042 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16665 | 2024.08.14 22:39:22.855078 [ 196 ] {d127de5d-82c0-4259-80d1-97db5b726b22::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 | ||
16666 | 2024.08.14 22:39:22.855243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 38963, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16667 | 2024.08.14 22:39:22.855410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16668 | 2024.08.14 22:39:22.855514 [ 3 ] {} <Debug> HTTP-Session: 7cad45b4-626b-4aae-a5e8-d89fc0277600 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16669 | 2024.08.14 22:39:22.855594 [ 3 ] {} <Debug> HTTP-Session: 7cad45b4-626b-4aae-a5e8-d89fc0277600 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16670 | 2024.08.14 22:39:22.855670 [ 3 ] {} <Debug> HTTP-Session: 7cad45b4-626b-4aae-a5e8-d89fc0277600 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16671 | 2024.08.14 22:39:22.855749 [ 196 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16672 | 2024.08.14 22:39:22.855790 [ 3 ] {} <Trace> HTTP-Session: 7cad45b4-626b-4aae-a5e8-d89fc0277600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16673 | 2024.08.14 22:39:22.855901 [ 196 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 23032 rows starting from the beginning of the part | ||
16674 | 2024.08.14 22:39:22.856414 [ 196 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 814 rows starting from the beginning of the part | ||
16675 | 2024.08.14 22:39:22.856441 [ 3 ] {45ba0389-7099-4d28-957d-7d824304c8e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16676 | 2024.08.14 22:39:22.857052 [ 196 ] {d127de5d-82c0-4259-80d1-97db5b726b22::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 | ||
16677 | 2024.08.14 22:39:22.857061 [ 3 ] {45ba0389-7099-4d28-957d-7d824304c8e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
16678 | 2024.08.14 22:39:22.857490 [ 196 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part | ||
16679 | 2024.08.14 22:39:22.857985 [ 196 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part | ||
16680 | 2024.08.14 22:39:22.858600 [ 196 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part | ||
16681 | 2024.08.14 22:39:22.859633 [ 3 ] {45ba0389-7099-4d28-957d-7d824304c8e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16682 | 2024.08.14 22:39:22.860340 [ 3 ] {45ba0389-7099-4d28-957d-7d824304c8e9} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16683 | 2024.08.14 22:39:22.860376 [ 3 ] {45ba0389-7099-4d28-957d-7d824304c8e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16684 | 2024.08.14 22:39:22.861378 [ 3 ] {45ba0389-7099-4d28-957d-7d824304c8e9} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
16685 | 2024.08.14 22:39:22.862172 [ 3 ] {45ba0389-7099-4d28-957d-7d824304c8e9} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16686 | 2024.08.14 22:39:22.862357 [ 66 ] {} <Debug> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
16687 | 2024.08.14 22:39:22.862383 [ 3 ] {45ba0389-7099-4d28-957d-7d824304c8e9} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.006349 sec., 3780.122853992755 rows/sec., 6.77 MiB/sec. | ||
16688 | 2024.08.14 22:39:22.862416 [ 66 ] {} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16689 | 2024.08.14 22:39:22.862489 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16690 | 2024.08.14 22:39:22.863186 [ 187 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::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 | ||
16691 | 2024.08.14 22:39:22.863217 [ 3 ] {45ba0389-7099-4d28-957d-7d824304c8e9} <Debug> DynamicQueryHandler: Done processing query | ||
16692 | 2024.08.14 22:39:22.863266 [ 3 ] {45ba0389-7099-4d28-957d-7d824304c8e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
16693 | 2024.08.14 22:39:22.863297 [ 3 ] {} <Debug> HTTP-Session: 7cad45b4-626b-4aae-a5e8-d89fc0277600 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16694 | 2024.08.14 22:39:22.863488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16695 | 2024.08.14 22:39:22.863628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16696 | 2024.08.14 22:39:22.863709 [ 3 ] {} <Debug> HTTP-Session: 9290b515-a2fd-4747-948f-0132411256f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16697 | 2024.08.14 22:39:22.863754 [ 3 ] {} <Debug> HTTP-Session: 9290b515-a2fd-4747-948f-0132411256f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16698 | 2024.08.14 22:39:22.863815 [ 3 ] {} <Debug> HTTP-Session: 9290b515-a2fd-4747-948f-0132411256f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16699 | 2024.08.14 22:39:22.863898 [ 3 ] {} <Trace> HTTP-Session: 9290b515-a2fd-4747-948f-0132411256f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16700 | 2024.08.14 22:39:22.864208 [ 3 ] {bd6ef5a7-3153-4479-9ada-7d919a391873} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16701 | 2024.08.14 22:39:22.864364 [ 3 ] {bd6ef5a7-3153-4479-9ada-7d919a391873} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16702 | 2024.08.14 22:39:22.864382 [ 187 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16703 | 2024.08.14 22:39:22.864744 [ 187 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1408 rows starting from the beginning of the part | ||
16704 | 2024.08.14 22:39:22.865119 [ 3 ] {bd6ef5a7-3153-4479-9ada-7d919a391873} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16705 | 2024.08.14 22:39:22.865892 [ 187 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 24 rows starting from the beginning of the part | ||
16706 | 2024.08.14 22:39:22.866670 [ 196 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24356 rows, containing 5 columns (5 merged, 0 gathered) in 0.011768712 sec., 2069555.275037744 rows/sec., 141.29 MiB/sec. | ||
16707 | 2024.08.14 22:39:22.866972 [ 3 ] {bd6ef5a7-3153-4479-9ada-7d919a391873} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16708 | 2024.08.14 22:39:22.867084 [ 3 ] {bd6ef5a7-3153-4479-9ada-7d919a391873} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16709 | 2024.08.14 22:39:22.867178 [ 187 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 31 rows starting from the beginning of the part | ||
16710 | 2024.08.14 22:39:22.867600 [ 195 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
16711 | 2024.08.14 22:39:22.868268 [ 187 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 24 rows starting from the beginning of the part | ||
16712 | 2024.08.14 22:39:22.868971 [ 3 ] {bd6ef5a7-3153-4479-9ada-7d919a391873} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
16713 | 2024.08.14 22:39:22.869919 [ 187 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 31 rows starting from the beginning of the part | ||
16714 | 2024.08.14 22:39:22.870152 [ 195 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16715 | 2024.08.14 22:39:22.870704 [ 195 ] {d127de5d-82c0-4259-80d1-97db5b726b22::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
16716 | 2024.08.14 22:39:22.870773 [ 3 ] {bd6ef5a7-3153-4479-9ada-7d919a391873} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16717 | 2024.08.14 22:39:22.871016 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
16718 | 2024.08.14 22:39:22.871053 [ 187 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 24 rows starting from the beginning of the part | ||
16719 | 2024.08.14 22:39:22.871228 [ 66 ] {} <Debug> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
16720 | 2024.08.14 22:39:22.871344 [ 66 ] {} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16721 | 2024.08.14 22:39:22.871340 [ 3 ] {bd6ef5a7-3153-4479-9ada-7d919a391873} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007234 sec., 8294.166436273155 rows/sec., 572.38 KiB/sec. | ||
16722 | 2024.08.14 22:39:22.871423 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16723 | 2024.08.14 22:39:22.872448 [ 189 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
16724 | 2024.08.14 22:39:22.872449 [ 3 ] {bd6ef5a7-3153-4479-9ada-7d919a391873} <Debug> DynamicQueryHandler: Done processing query | ||
16725 | 2024.08.14 22:39:22.872638 [ 3 ] {bd6ef5a7-3153-4479-9ada-7d919a391873} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16726 | 2024.08.14 22:39:22.873169 [ 3 ] {} <Debug> HTTP-Session: 9290b515-a2fd-4747-948f-0132411256f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16727 | 2024.08.14 22:39:22.873643 [ 189 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16728 | 2024.08.14 22:39:22.873825 [ 189 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4546 rows starting from the beginning of the part | ||
16729 | 2024.08.14 22:39:22.874315 [ 189 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 50 rows starting from the beginning of the part | ||
16730 | 2024.08.14 22:39:22.874791 [ 189 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 10 rows starting from the beginning of the part | ||
16731 | 2024.08.14 22:39:22.875244 [ 189 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part | ||
16732 | 2024.08.14 22:39:22.875550 [ 189 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::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 | ||
16733 | 2024.08.14 22:39:22.875961 [ 189 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
16734 | 2024.08.14 22:39:22.878365 [ 189 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4786 rows, containing 4 columns (4 merged, 0 gathered) in 0.006622677 sec., 722668.4919104464 rows/sec., 48.67 MiB/sec. | ||
16735 | 2024.08.14 22:39:22.878841 [ 189 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
16736 | 2024.08.14 22:39:22.879499 [ 189 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_86_17} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16737 | 2024.08.14 22:39:22.879638 [ 189 ] {703b8e7e-2880-4c68-9f93-4fada9b356bf::all_1_86_17} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
16738 | 2024.08.14 22:39:22.879742 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
16739 | 2024.08.14 22:39:22.883448 [ 188 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1542 rows, containing 19 columns (19 merged, 0 gathered) in 0.020722603 sec., 74411.50129643462 rows/sec., 133.34 MiB/sec. | ||
16740 | 2024.08.14 22:39:22.884873 [ 188 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
16741 | 2024.08.14 22:39:22.885480 [ 188 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_86_17} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16742 | 2024.08.14 22:39:22.885559 [ 188 ] {6d03a5ee-89ec-4279-8e7c-bfe992b946ed::all_1_86_17} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
16743 | 2024.08.14 22:39:22.885706 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.65 MiB. | ||
16744 | 2024.08.14 22:39:23.000179 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.86 MiB, peak 223.41 MiB, free memory in arenas 0.00 B, will set to 212.64 MiB (RSS), difference: 1.78 MiB | ||
16745 | 2024.08.14 22:39:26.087441 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache | ||
16746 | 2024.08.14 22:39:26.087494 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache | ||
16747 | 2024.08.14 22:39:27.002897 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.002330564 sec. | ||
16748 | 2024.08.14 22:39:27.849875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 5193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16749 | 2024.08.14 22:39:27.849995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16750 | 2024.08.14 22:39:27.850025 [ 3 ] {} <Debug> HTTP-Session: 3a8a2273-db1d-497f-8d91-1ddf3c7cc565 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16751 | 2024.08.14 22:39:27.850054 [ 3 ] {} <Debug> HTTP-Session: 3a8a2273-db1d-497f-8d91-1ddf3c7cc565 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16752 | 2024.08.14 22:39:27.850072 [ 3 ] {} <Debug> HTTP-Session: 3a8a2273-db1d-497f-8d91-1ddf3c7cc565 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16753 | 2024.08.14 22:39:27.850126 [ 3 ] {} <Trace> HTTP-Session: 3a8a2273-db1d-497f-8d91-1ddf3c7cc565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16754 | 2024.08.14 22:39:27.850333 [ 3 ] {219cecfa-26a6-4164-a1da-8f3e4723317e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16755 | 2024.08.14 22:39:27.850405 [ 3 ] {219cecfa-26a6-4164-a1da-8f3e4723317e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16756 | 2024.08.14 22:39:27.850622 [ 3 ] {219cecfa-26a6-4164-a1da-8f3e4723317e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16757 | 2024.08.14 22:39:27.851144 [ 3 ] {219cecfa-26a6-4164-a1da-8f3e4723317e} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16758 | 2024.08.14 22:39:27.851190 [ 3 ] {219cecfa-26a6-4164-a1da-8f3e4723317e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
16759 | 2024.08.14 22:39:27.851560 [ 3 ] {219cecfa-26a6-4164-a1da-8f3e4723317e} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
16760 | 2024.08.14 22:39:27.851900 [ 3 ] {219cecfa-26a6-4164-a1da-8f3e4723317e} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16761 | 2024.08.14 22:39:27.852041 [ 3 ] {219cecfa-26a6-4164-a1da-8f3e4723317e} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001778 sec., 20809.898762654666 rows/sec., 1.57 MiB/sec. | ||
16762 | 2024.08.14 22:39:27.852221 [ 3 ] {219cecfa-26a6-4164-a1da-8f3e4723317e} <Debug> DynamicQueryHandler: Done processing query | ||
16763 | 2024.08.14 22:39:27.852246 [ 3 ] {219cecfa-26a6-4164-a1da-8f3e4723317e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16764 | 2024.08.14 22:39:27.852262 [ 3 ] {} <Debug> HTTP-Session: 3a8a2273-db1d-497f-8d91-1ddf3c7cc565 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16765 | 2024.08.14 22:39:27.852407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16766 | 2024.08.14 22:39:27.852456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16767 | 2024.08.14 22:39:27.852475 [ 3 ] {} <Debug> HTTP-Session: 1ab307b5-80d0-4dd6-a1d0-70b6139cab18 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16768 | 2024.08.14 22:39:27.852492 [ 3 ] {} <Debug> HTTP-Session: 1ab307b5-80d0-4dd6-a1d0-70b6139cab18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16769 | 2024.08.14 22:39:27.852506 [ 3 ] {} <Debug> HTTP-Session: 1ab307b5-80d0-4dd6-a1d0-70b6139cab18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16770 | 2024.08.14 22:39:27.852536 [ 3 ] {} <Trace> HTTP-Session: 1ab307b5-80d0-4dd6-a1d0-70b6139cab18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16771 | 2024.08.14 22:39:27.852629 [ 3 ] {e90ccf93-50cc-4bea-89a9-33490c80f35e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16772 | 2024.08.14 22:39:27.852671 [ 3 ] {e90ccf93-50cc-4bea-89a9-33490c80f35e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16773 | 2024.08.14 22:39:27.852796 [ 3 ] {e90ccf93-50cc-4bea-89a9-33490c80f35e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16774 | 2024.08.14 22:39:27.853086 [ 3 ] {e90ccf93-50cc-4bea-89a9-33490c80f35e} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16775 | 2024.08.14 22:39:27.853123 [ 3 ] {e90ccf93-50cc-4bea-89a9-33490c80f35e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
16776 | 2024.08.14 22:39:27.853420 [ 3 ] {e90ccf93-50cc-4bea-89a9-33490c80f35e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
16777 | 2024.08.14 22:39:27.853718 [ 3 ] {e90ccf93-50cc-4bea-89a9-33490c80f35e} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16778 | 2024.08.14 22:39:27.853841 [ 3 ] {e90ccf93-50cc-4bea-89a9-33490c80f35e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001236 sec., 1618.1229773462785 rows/sec., 131.95 KiB/sec. | ||
16779 | 2024.08.14 22:39:27.854027 [ 3 ] {e90ccf93-50cc-4bea-89a9-33490c80f35e} <Debug> DynamicQueryHandler: Done processing query | ||
16780 | 2024.08.14 22:39:27.854057 [ 3 ] {e90ccf93-50cc-4bea-89a9-33490c80f35e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16781 | 2024.08.14 22:39:27.854075 [ 3 ] {} <Debug> HTTP-Session: 1ab307b5-80d0-4dd6-a1d0-70b6139cab18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16782 | 2024.08.14 22:39:27.854241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 38571, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16783 | 2024.08.14 22:39:27.854290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16784 | 2024.08.14 22:39:27.854310 [ 3 ] {} <Debug> HTTP-Session: 68b3e1e2-9fc6-4984-b3b3-dcd74427a7e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16785 | 2024.08.14 22:39:27.854326 [ 3 ] {} <Debug> HTTP-Session: 68b3e1e2-9fc6-4984-b3b3-dcd74427a7e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16786 | 2024.08.14 22:39:27.854340 [ 3 ] {} <Debug> HTTP-Session: 68b3e1e2-9fc6-4984-b3b3-dcd74427a7e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16787 | 2024.08.14 22:39:27.854370 [ 3 ] {} <Trace> HTTP-Session: 68b3e1e2-9fc6-4984-b3b3-dcd74427a7e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16788 | 2024.08.14 22:39:27.854540 [ 3 ] {7ad62df4-c572-491a-abeb-0a8312c2abda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16789 | 2024.08.14 22:39:27.854581 [ 3 ] {7ad62df4-c572-491a-abeb-0a8312c2abda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16790 | 2024.08.14 22:39:27.854704 [ 3 ] {7ad62df4-c572-491a-abeb-0a8312c2abda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16791 | 2024.08.14 22:39:27.855121 [ 3 ] {7ad62df4-c572-491a-abeb-0a8312c2abda} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16792 | 2024.08.14 22:39:27.855157 [ 3 ] {7ad62df4-c572-491a-abeb-0a8312c2abda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
16793 | 2024.08.14 22:39:27.855479 [ 3 ] {7ad62df4-c572-491a-abeb-0a8312c2abda} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16794 | 2024.08.14 22:39:27.855778 [ 3 ] {7ad62df4-c572-491a-abeb-0a8312c2abda} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16795 | 2024.08.14 22:39:27.855898 [ 84 ] {} <Debug> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
16796 | 2024.08.14 22:39:27.855899 [ 3 ] {7ad62df4-c572-491a-abeb-0a8312c2abda} <Debug> executeQuery: Read 255 rows, 23.08 KiB in 0.001443 sec., 176715.1767151767 rows/sec., 15.62 MiB/sec. | ||
16797 | 2024.08.14 22:39:27.855940 [ 84 ] {} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16798 | 2024.08.14 22:39:27.855977 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
16799 | 2024.08.14 22:39:27.856159 [ 3 ] {7ad62df4-c572-491a-abeb-0a8312c2abda} <Debug> DynamicQueryHandler: Done processing query | ||
16800 | 2024.08.14 22:39:27.856243 [ 3 ] {7ad62df4-c572-491a-abeb-0a8312c2abda} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
16801 | 2024.08.14 22:39:27.856325 [ 3 ] {} <Debug> HTTP-Session: 68b3e1e2-9fc6-4984-b3b3-dcd74427a7e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16802 | 2024.08.14 22:39:27.856424 [ 201 ] {99dad827-b692-4668-b096-a1f8f01ac229::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 | ||
16803 | 2024.08.14 22:39:27.856647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16804 | 2024.08.14 22:39:27.856815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16805 | 2024.08.14 22:39:27.856938 [ 3 ] {} <Debug> HTTP-Session: 83a08a79-ca8d-4d13-9203-ae49656ec312 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16806 | 2024.08.14 22:39:27.857025 [ 3 ] {} <Debug> HTTP-Session: 83a08a79-ca8d-4d13-9203-ae49656ec312 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16807 | 2024.08.14 22:39:27.857116 [ 3 ] {} <Debug> HTTP-Session: 83a08a79-ca8d-4d13-9203-ae49656ec312 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16808 | 2024.08.14 22:39:27.857320 [ 3 ] {} <Trace> HTTP-Session: 83a08a79-ca8d-4d13-9203-ae49656ec312 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16809 | 2024.08.14 22:39:27.857351 [ 201 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16810 | 2024.08.14 22:39:27.857479 [ 201 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1541 rows starting from the beginning of the part | ||
16811 | 2024.08.14 22:39:27.857910 [ 3 ] {096d3a55-53ce-49c8-8bbf-216e189bf83f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16812 | 2024.08.14 22:39:27.857945 [ 201 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 52 rows starting from the beginning of the part | ||
16813 | 2024.08.14 22:39:27.858144 [ 3 ] {096d3a55-53ce-49c8-8bbf-216e189bf83f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16814 | 2024.08.14 22:39:27.858269 [ 201 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 128 rows starting from the beginning of the part | ||
16815 | 2024.08.14 22:39:27.858597 [ 201 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 254 rows starting from the beginning of the part | ||
16816 | 2024.08.14 22:39:27.858896 [ 201 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 128 rows starting from the beginning of the part | ||
16817 | 2024.08.14 22:39:27.859229 [ 201 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 255 rows starting from the beginning of the part | ||
16818 | 2024.08.14 22:39:27.859704 [ 3 ] {096d3a55-53ce-49c8-8bbf-216e189bf83f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16819 | 2024.08.14 22:39:27.860492 [ 3 ] {096d3a55-53ce-49c8-8bbf-216e189bf83f} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16820 | 2024.08.14 22:39:27.860563 [ 3 ] {096d3a55-53ce-49c8-8bbf-216e189bf83f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
16821 | 2024.08.14 22:39:27.861270 [ 3 ] {096d3a55-53ce-49c8-8bbf-216e189bf83f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
16822 | 2024.08.14 22:39:27.862039 [ 3 ] {096d3a55-53ce-49c8-8bbf-216e189bf83f} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16823 | 2024.08.14 22:39:27.862214 [ 3 ] {096d3a55-53ce-49c8-8bbf-216e189bf83f} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004612 sec., 433.65134431916744 rows/sec., 30.28 KiB/sec. | ||
16824 | 2024.08.14 22:39:27.862747 [ 3 ] {096d3a55-53ce-49c8-8bbf-216e189bf83f} <Debug> DynamicQueryHandler: Done processing query | ||
16825 | 2024.08.14 22:39:27.862851 [ 3 ] {096d3a55-53ce-49c8-8bbf-216e189bf83f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16826 | 2024.08.14 22:39:27.862965 [ 3 ] {} <Debug> HTTP-Session: 83a08a79-ca8d-4d13-9203-ae49656ec312 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16827 | 2024.08.14 22:39:27.863114 [ 201 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2358 rows, containing 4 columns (4 merged, 0 gathered) in 0.007041163 sec., 334887.85872447497 rows/sec., 28.33 MiB/sec. | ||
16828 | 2024.08.14 22:39:27.863293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 67140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16829 | 2024.08.14 22:39:27.863394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16830 | 2024.08.14 22:39:27.863428 [ 3 ] {} <Debug> HTTP-Session: 3584d6d4-40e4-4b0f-9abe-7c9f8ad23c8e Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16831 | 2024.08.14 22:39:27.863449 [ 201 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
16832 | 2024.08.14 22:39:27.863460 [ 3 ] {} <Debug> HTTP-Session: 3584d6d4-40e4-4b0f-9abe-7c9f8ad23c8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16833 | 2024.08.14 22:39:27.863518 [ 3 ] {} <Debug> HTTP-Session: 3584d6d4-40e4-4b0f-9abe-7c9f8ad23c8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16834 | 2024.08.14 22:39:27.863583 [ 3 ] {} <Trace> HTTP-Session: 3584d6d4-40e4-4b0f-9abe-7c9f8ad23c8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16835 | 2024.08.14 22:39:27.863994 [ 3 ] {b4542cb4-dd9f-4502-a36b-9195563097c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16836 | 2024.08.14 22:39:27.864072 [ 201 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_91_18} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16837 | 2024.08.14 22:39:27.864086 [ 3 ] {b4542cb4-dd9f-4502-a36b-9195563097c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16838 | 2024.08.14 22:39:27.864281 [ 201 ] {99dad827-b692-4668-b096-a1f8f01ac229::all_1_91_18} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
16839 | 2024.08.14 22:39:27.864484 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
16840 | 2024.08.14 22:39:27.864551 [ 3 ] {b4542cb4-dd9f-4502-a36b-9195563097c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16841 | 2024.08.14 22:39:27.865184 [ 3 ] {b4542cb4-dd9f-4502-a36b-9195563097c5} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16842 | 2024.08.14 22:39:27.865223 [ 3 ] {b4542cb4-dd9f-4502-a36b-9195563097c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
16843 | 2024.08.14 22:39:27.865565 [ 3 ] {b4542cb4-dd9f-4502-a36b-9195563097c5} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16844 | 2024.08.14 22:39:27.865878 [ 3 ] {b4542cb4-dd9f-4502-a36b-9195563097c5} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16845 | 2024.08.14 22:39:27.865997 [ 3 ] {b4542cb4-dd9f-4502-a36b-9195563097c5} <Debug> executeQuery: Read 415 rows, 30.12 KiB in 0.002262 sec., 183465.9593280283 rows/sec., 13.00 MiB/sec. | ||
16846 | 2024.08.14 22:39:27.865998 [ 76 ] {} <Debug> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
16847 | 2024.08.14 22:39:27.866061 [ 76 ] {} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16848 | 2024.08.14 22:39:27.866095 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
16849 | 2024.08.14 22:39:27.866220 [ 3 ] {b4542cb4-dd9f-4502-a36b-9195563097c5} <Debug> DynamicQueryHandler: Done processing query | ||
16850 | 2024.08.14 22:39:27.866284 [ 3 ] {b4542cb4-dd9f-4502-a36b-9195563097c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
16851 | 2024.08.14 22:39:27.866341 [ 3 ] {} <Debug> HTTP-Session: 3584d6d4-40e4-4b0f-9abe-7c9f8ad23c8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16852 | 2024.08.14 22:39:27.866398 [ 197 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::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 | ||
16853 | 2024.08.14 22:39:27.866664 [ 197 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16854 | 2024.08.14 22:39:27.866675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16855 | 2024.08.14 22:39:27.866743 [ 197 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 975 rows starting from the beginning of the part | ||
16856 | 2024.08.14 22:39:27.866775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16857 | 2024.08.14 22:39:27.866821 [ 3 ] {} <Debug> HTTP-Session: cb714841-7105-4783-a150-e5fd422f4ace Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16858 | 2024.08.14 22:39:27.866861 [ 3 ] {} <Debug> HTTP-Session: cb714841-7105-4783-a150-e5fd422f4ace Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16859 | 2024.08.14 22:39:27.866956 [ 3 ] {} <Debug> HTTP-Session: cb714841-7105-4783-a150-e5fd422f4ace Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16860 | 2024.08.14 22:39:27.867084 [ 3 ] {} <Trace> HTTP-Session: cb714841-7105-4783-a150-e5fd422f4ace Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16861 | 2024.08.14 22:39:27.867137 [ 197 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 56 rows starting from the beginning of the part | ||
16862 | 2024.08.14 22:39:27.867399 [ 3 ] {d771fb3c-7eb7-41de-81a9-147d58477b4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16863 | 2024.08.14 22:39:27.867415 [ 197 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 88 rows starting from the beginning of the part | ||
16864 | 2024.08.14 22:39:27.867538 [ 3 ] {d771fb3c-7eb7-41de-81a9-147d58477b4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16865 | 2024.08.14 22:39:27.867736 [ 197 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 413 rows starting from the beginning of the part | ||
16866 | 2024.08.14 22:39:27.868080 [ 197 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 88 rows starting from the beginning of the part | ||
16867 | 2024.08.14 22:39:27.868438 [ 197 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 415 rows starting from the beginning of the part | ||
16868 | 2024.08.14 22:39:27.868690 [ 3 ] {d771fb3c-7eb7-41de-81a9-147d58477b4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16869 | 2024.08.14 22:39:27.869534 [ 3 ] {d771fb3c-7eb7-41de-81a9-147d58477b4c} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16870 | 2024.08.14 22:39:27.869585 [ 3 ] {d771fb3c-7eb7-41de-81a9-147d58477b4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
16871 | 2024.08.14 22:39:27.870573 [ 3 ] {d771fb3c-7eb7-41de-81a9-147d58477b4c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
16872 | 2024.08.14 22:39:27.871201 [ 3 ] {d771fb3c-7eb7-41de-81a9-147d58477b4c} <Trace> oximeter.measurements_bool (eab77390-3dca-4a70-8222-189c595b74e4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16873 | 2024.08.14 22:39:27.871433 [ 199 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2035 rows, containing 4 columns (4 merged, 0 gathered) in 0.005226516 sec., 389360.71371445147 rows/sec., 28.23 MiB/sec. | ||
16874 | 2024.08.14 22:39:27.871505 [ 3 ] {d771fb3c-7eb7-41de-81a9-147d58477b4c} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004246 sec., 1413.094677343382 rows/sec., 60.72 KiB/sec. | ||
16875 | 2024.08.14 22:39:27.871829 [ 3 ] {d771fb3c-7eb7-41de-81a9-147d58477b4c} <Debug> DynamicQueryHandler: Done processing query | ||
16876 | 2024.08.14 22:39:27.871858 [ 3 ] {d771fb3c-7eb7-41de-81a9-147d58477b4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16877 | 2024.08.14 22:39:27.871890 [ 3 ] {} <Debug> HTTP-Session: cb714841-7105-4783-a150-e5fd422f4ace Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16878 | 2024.08.14 22:39:27.871941 [ 199 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
16879 | 2024.08.14 22:39:27.872071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 14077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16880 | 2024.08.14 22:39:27.872153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16881 | 2024.08.14 22:39:27.872180 [ 3 ] {} <Debug> HTTP-Session: a25351c3-6e1a-4a21-96d3-160c88552b62 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16882 | 2024.08.14 22:39:27.872211 [ 3 ] {} <Debug> HTTP-Session: a25351c3-6e1a-4a21-96d3-160c88552b62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16883 | 2024.08.14 22:39:27.872244 [ 3 ] {} <Debug> HTTP-Session: a25351c3-6e1a-4a21-96d3-160c88552b62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16884 | 2024.08.14 22:39:27.872353 [ 3 ] {} <Trace> HTTP-Session: a25351c3-6e1a-4a21-96d3-160c88552b62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16885 | 2024.08.14 22:39:27.872631 [ 3 ] {523cb237-acf6-461f-b574-f3d29e98e556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
16886 | 2024.08.14 22:39:27.872721 [ 3 ] {523cb237-acf6-461f-b574-f3d29e98e556} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
16887 | 2024.08.14 22:39:27.872848 [ 199 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_91_18} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16888 | 2024.08.14 22:39:27.873132 [ 199 ] {1e306c36-fde8-4eaa-9552-9f27188afabd::all_1_91_18} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
16889 | 2024.08.14 22:39:27.873159 [ 3 ] {523cb237-acf6-461f-b574-f3d29e98e556} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16890 | 2024.08.14 22:39:27.873321 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
16891 | 2024.08.14 22:39:27.873656 [ 3 ] {523cb237-acf6-461f-b574-f3d29e98e556} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16892 | 2024.08.14 22:39:27.873698 [ 3 ] {523cb237-acf6-461f-b574-f3d29e98e556} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
16893 | 2024.08.14 22:39:27.874075 [ 3 ] {523cb237-acf6-461f-b574-f3d29e98e556} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
16894 | 2024.08.14 22:39:27.874407 [ 3 ] {523cb237-acf6-461f-b574-f3d29e98e556} <Trace> oximeter.measurements_cumulativei64 (4e5731a3-f597-4044-b368-c05a8b7d6c33): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16895 | 2024.08.14 22:39:27.874535 [ 3 ] {523cb237-acf6-461f-b574-f3d29e98e556} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.002002 sec., 38461.53846153846 rows/sec., 2.37 MiB/sec. | ||
16896 | 2024.08.14 22:39:27.874704 [ 3 ] {523cb237-acf6-461f-b574-f3d29e98e556} <Debug> DynamicQueryHandler: Done processing query | ||
16897 | 2024.08.14 22:39:27.874729 [ 3 ] {523cb237-acf6-461f-b574-f3d29e98e556} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16898 | 2024.08.14 22:39:27.874744 [ 3 ] {} <Debug> HTTP-Session: a25351c3-6e1a-4a21-96d3-160c88552b62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16899 | 2024.08.14 22:39:27.874928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16900 | 2024.08.14 22:39:27.874977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16901 | 2024.08.14 22:39:27.874997 [ 3 ] {} <Debug> HTTP-Session: 3e59bddb-1e9c-41e6-81a0-32720f8a2732 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16902 | 2024.08.14 22:39:27.875013 [ 3 ] {} <Debug> HTTP-Session: 3e59bddb-1e9c-41e6-81a0-32720f8a2732 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16903 | 2024.08.14 22:39:27.875027 [ 3 ] {} <Debug> HTTP-Session: 3e59bddb-1e9c-41e6-81a0-32720f8a2732 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16904 | 2024.08.14 22:39:27.875057 [ 3 ] {} <Trace> HTTP-Session: 3e59bddb-1e9c-41e6-81a0-32720f8a2732 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16905 | 2024.08.14 22:39:27.875221 [ 3 ] {0189a7e3-7d27-4ec0-aee4-b1fe603a79ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16906 | 2024.08.14 22:39:27.875265 [ 3 ] {0189a7e3-7d27-4ec0-aee4-b1fe603a79ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16907 | 2024.08.14 22:39:27.875405 [ 3 ] {0189a7e3-7d27-4ec0-aee4-b1fe603a79ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16908 | 2024.08.14 22:39:27.875871 [ 3 ] {0189a7e3-7d27-4ec0-aee4-b1fe603a79ec} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16909 | 2024.08.14 22:39:27.875907 [ 3 ] {0189a7e3-7d27-4ec0-aee4-b1fe603a79ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
16910 | 2024.08.14 22:39:27.876371 [ 3 ] {0189a7e3-7d27-4ec0-aee4-b1fe603a79ec} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
16911 | 2024.08.14 22:39:27.876784 [ 3 ] {0189a7e3-7d27-4ec0-aee4-b1fe603a79ec} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16912 | 2024.08.14 22:39:27.876997 [ 3 ] {0189a7e3-7d27-4ec0-aee4-b1fe603a79ec} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00186 sec., 86559.13978494624 rows/sec., 6.03 MiB/sec. | ||
16913 | 2024.08.14 22:39:27.877266 [ 3 ] {0189a7e3-7d27-4ec0-aee4-b1fe603a79ec} <Debug> DynamicQueryHandler: Done processing query | ||
16914 | 2024.08.14 22:39:27.877328 [ 3 ] {0189a7e3-7d27-4ec0-aee4-b1fe603a79ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16915 | 2024.08.14 22:39:27.877384 [ 3 ] {} <Debug> HTTP-Session: 3e59bddb-1e9c-41e6-81a0-32720f8a2732 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16916 | 2024.08.14 22:39:27.877606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 49608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16917 | 2024.08.14 22:39:27.877661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16918 | 2024.08.14 22:39:27.877683 [ 3 ] {} <Debug> HTTP-Session: 7729d99d-6701-462f-b685-56588e32bb65 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16919 | 2024.08.14 22:39:27.877699 [ 3 ] {} <Debug> HTTP-Session: 7729d99d-6701-462f-b685-56588e32bb65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16920 | 2024.08.14 22:39:27.877714 [ 3 ] {} <Debug> HTTP-Session: 7729d99d-6701-462f-b685-56588e32bb65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16921 | 2024.08.14 22:39:27.877746 [ 3 ] {} <Trace> HTTP-Session: 7729d99d-6701-462f-b685-56588e32bb65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16922 | 2024.08.14 22:39:27.878097 [ 3 ] {6864c438-89c5-43ea-8c28-b0e701815575} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16923 | 2024.08.14 22:39:27.878168 [ 3 ] {6864c438-89c5-43ea-8c28-b0e701815575} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
16924 | 2024.08.14 22:39:27.878607 [ 3 ] {6864c438-89c5-43ea-8c28-b0e701815575} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16925 | 2024.08.14 22:39:27.879403 [ 3 ] {6864c438-89c5-43ea-8c28-b0e701815575} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16926 | 2024.08.14 22:39:27.879440 [ 3 ] {6864c438-89c5-43ea-8c28-b0e701815575} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
16927 | 2024.08.14 22:39:27.880075 [ 3 ] {6864c438-89c5-43ea-8c28-b0e701815575} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
16928 | 2024.08.14 22:39:27.880502 [ 3 ] {6864c438-89c5-43ea-8c28-b0e701815575} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16929 | 2024.08.14 22:39:27.880651 [ 3 ] {6864c438-89c5-43ea-8c28-b0e701815575} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002809 sec., 11035.955856176575 rows/sec., 19.78 MiB/sec. | ||
16930 | 2024.08.14 22:39:27.880864 [ 3 ] {6864c438-89c5-43ea-8c28-b0e701815575} <Debug> DynamicQueryHandler: Done processing query | ||
16931 | 2024.08.14 22:39:27.880889 [ 3 ] {6864c438-89c5-43ea-8c28-b0e701815575} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
16932 | 2024.08.14 22:39:27.880905 [ 3 ] {} <Debug> HTTP-Session: 7729d99d-6701-462f-b685-56588e32bb65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16933 | 2024.08.14 22:39:27.881100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3206, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16934 | 2024.08.14 22:39:27.881159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16935 | 2024.08.14 22:39:27.881180 [ 3 ] {} <Debug> HTTP-Session: b08aa784-2e2d-4bf2-81af-9d7ce3c29854 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16936 | 2024.08.14 22:39:27.881196 [ 3 ] {} <Debug> HTTP-Session: b08aa784-2e2d-4bf2-81af-9d7ce3c29854 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16937 | 2024.08.14 22:39:27.881210 [ 3 ] {} <Debug> HTTP-Session: b08aa784-2e2d-4bf2-81af-9d7ce3c29854 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16938 | 2024.08.14 22:39:27.881240 [ 3 ] {} <Trace> HTTP-Session: b08aa784-2e2d-4bf2-81af-9d7ce3c29854 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16939 | 2024.08.14 22:39:27.881340 [ 3 ] {5f3fd802-104b-43a2-8d70-f8ddf7246ae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
16940 | 2024.08.14 22:39:27.881383 [ 3 ] {5f3fd802-104b-43a2-8d70-f8ddf7246ae8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
16941 | 2024.08.14 22:39:27.881510 [ 3 ] {5f3fd802-104b-43a2-8d70-f8ddf7246ae8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16942 | 2024.08.14 22:39:27.881855 [ 3 ] {5f3fd802-104b-43a2-8d70-f8ddf7246ae8} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16943 | 2024.08.14 22:39:27.881891 [ 3 ] {5f3fd802-104b-43a2-8d70-f8ddf7246ae8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
16944 | 2024.08.14 22:39:27.882278 [ 3 ] {5f3fd802-104b-43a2-8d70-f8ddf7246ae8} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
16945 | 2024.08.14 22:39:27.882594 [ 3 ] {5f3fd802-104b-43a2-8d70-f8ddf7246ae8} <Trace> oximeter.measurements_i64 (4180da31-a909-4070-bdf9-4242cb91783a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16946 | 2024.08.14 22:39:27.882722 [ 3 ] {5f3fd802-104b-43a2-8d70-f8ddf7246ae8} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00141 sec., 16312.056737588653 rows/sec., 882.37 KiB/sec. | ||
16947 | 2024.08.14 22:39:27.882978 [ 3 ] {5f3fd802-104b-43a2-8d70-f8ddf7246ae8} <Debug> DynamicQueryHandler: Done processing query | ||
16948 | 2024.08.14 22:39:27.883035 [ 3 ] {5f3fd802-104b-43a2-8d70-f8ddf7246ae8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16949 | 2024.08.14 22:39:27.883078 [ 3 ] {} <Debug> HTTP-Session: b08aa784-2e2d-4bf2-81af-9d7ce3c29854 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16950 | 2024.08.14 22:39:27.883224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16951 | 2024.08.14 22:39:27.883275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16952 | 2024.08.14 22:39:27.883295 [ 3 ] {} <Debug> HTTP-Session: 724f898a-9bc7-4d11-9ec0-ce3807b3779f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16953 | 2024.08.14 22:39:27.883312 [ 3 ] {} <Debug> HTTP-Session: 724f898a-9bc7-4d11-9ec0-ce3807b3779f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16954 | 2024.08.14 22:39:27.883325 [ 3 ] {} <Debug> HTTP-Session: 724f898a-9bc7-4d11-9ec0-ce3807b3779f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16955 | 2024.08.14 22:39:27.883356 [ 3 ] {} <Trace> HTTP-Session: 724f898a-9bc7-4d11-9ec0-ce3807b3779f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16956 | 2024.08.14 22:39:27.883476 [ 3 ] {f7cb97d1-6a5a-4b56-912e-e63ccc97ca52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16957 | 2024.08.14 22:39:27.883520 [ 3 ] {f7cb97d1-6a5a-4b56-912e-e63ccc97ca52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16958 | 2024.08.14 22:39:27.883665 [ 3 ] {f7cb97d1-6a5a-4b56-912e-e63ccc97ca52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16959 | 2024.08.14 22:39:27.883948 [ 3 ] {f7cb97d1-6a5a-4b56-912e-e63ccc97ca52} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16960 | 2024.08.14 22:39:27.883990 [ 3 ] {f7cb97d1-6a5a-4b56-912e-e63ccc97ca52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
16961 | 2024.08.14 22:39:27.884336 [ 3 ] {f7cb97d1-6a5a-4b56-912e-e63ccc97ca52} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
16962 | 2024.08.14 22:39:27.884655 [ 3 ] {f7cb97d1-6a5a-4b56-912e-e63ccc97ca52} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16963 | 2024.08.14 22:39:27.884777 [ 3 ] {f7cb97d1-6a5a-4b56-912e-e63ccc97ca52} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001341 sec., 44742.729306487694 rows/sec., 3.02 MiB/sec. | ||
16964 | 2024.08.14 22:39:27.884935 [ 3 ] {f7cb97d1-6a5a-4b56-912e-e63ccc97ca52} <Debug> DynamicQueryHandler: Done processing query | ||
16965 | 2024.08.14 22:39:27.884960 [ 3 ] {f7cb97d1-6a5a-4b56-912e-e63ccc97ca52} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16966 | 2024.08.14 22:39:27.884977 [ 3 ] {} <Debug> HTTP-Session: 724f898a-9bc7-4d11-9ec0-ce3807b3779f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16967 | 2024.08.14 22:39:32.845624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16968 | 2024.08.14 22:39:32.845814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16969 | 2024.08.14 22:39:32.845860 [ 3 ] {} <Debug> HTTP-Session: 7b904e6c-d2e9-4674-bacf-124f542eb8fc Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16970 | 2024.08.14 22:39:32.845901 [ 3 ] {} <Debug> HTTP-Session: 7b904e6c-d2e9-4674-bacf-124f542eb8fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16971 | 2024.08.14 22:39:32.845930 [ 3 ] {} <Debug> HTTP-Session: 7b904e6c-d2e9-4674-bacf-124f542eb8fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16972 | 2024.08.14 22:39:32.846010 [ 3 ] {} <Trace> HTTP-Session: 7b904e6c-d2e9-4674-bacf-124f542eb8fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16973 | 2024.08.14 22:39:32.846296 [ 3 ] {0316405b-2845-42ed-95d2-d89ea62fe031} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16974 | 2024.08.14 22:39:32.846362 [ 3 ] {0316405b-2845-42ed-95d2-d89ea62fe031} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16975 | 2024.08.14 22:39:32.846552 [ 3 ] {0316405b-2845-42ed-95d2-d89ea62fe031} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16976 | 2024.08.14 22:39:32.847061 [ 3 ] {0316405b-2845-42ed-95d2-d89ea62fe031} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16977 | 2024.08.14 22:39:32.847100 [ 3 ] {0316405b-2845-42ed-95d2-d89ea62fe031} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
16978 | 2024.08.14 22:39:32.847460 [ 3 ] {0316405b-2845-42ed-95d2-d89ea62fe031} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16979 | 2024.08.14 22:39:32.847796 [ 3 ] {0316405b-2845-42ed-95d2-d89ea62fe031} <Trace> oximeter.fields_i64 (72485901-9f91-4eb2-be0c-39afdc56f6c9): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16980 | 2024.08.14 22:39:32.847937 [ 3 ] {0316405b-2845-42ed-95d2-d89ea62fe031} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001738 sec., 13808.97583429229 rows/sec., 1.09 MiB/sec. | ||
16981 | 2024.08.14 22:39:32.848132 [ 3 ] {0316405b-2845-42ed-95d2-d89ea62fe031} <Debug> DynamicQueryHandler: Done processing query | ||
16982 | 2024.08.14 22:39:32.848158 [ 3 ] {0316405b-2845-42ed-95d2-d89ea62fe031} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16983 | 2024.08.14 22:39:32.848174 [ 3 ] {} <Debug> HTTP-Session: 7b904e6c-d2e9-4674-bacf-124f542eb8fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16984 | 2024.08.14 22:39:32.848317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16985 | 2024.08.14 22:39:32.848367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16986 | 2024.08.14 22:39:32.848387 [ 3 ] {} <Debug> HTTP-Session: c91a58f1-152e-40fb-aab7-daae317485d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
16987 | 2024.08.14 22:39:32.848404 [ 3 ] {} <Debug> HTTP-Session: c91a58f1-152e-40fb-aab7-daae317485d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16988 | 2024.08.14 22:39:32.848418 [ 3 ] {} <Debug> HTTP-Session: c91a58f1-152e-40fb-aab7-daae317485d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16989 | 2024.08.14 22:39:32.848449 [ 3 ] {} <Trace> HTTP-Session: c91a58f1-152e-40fb-aab7-daae317485d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16990 | 2024.08.14 22:39:32.848543 [ 3 ] {a94cfa91-74d9-4298-bf7f-5d3a4ab70161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16991 | 2024.08.14 22:39:32.848586 [ 3 ] {a94cfa91-74d9-4298-bf7f-5d3a4ab70161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16992 | 2024.08.14 22:39:32.848712 [ 3 ] {a94cfa91-74d9-4298-bf7f-5d3a4ab70161} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16993 | 2024.08.14 22:39:32.849037 [ 3 ] {a94cfa91-74d9-4298-bf7f-5d3a4ab70161} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16994 | 2024.08.14 22:39:32.849073 [ 3 ] {a94cfa91-74d9-4298-bf7f-5d3a4ab70161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
16995 | 2024.08.14 22:39:32.849360 [ 3 ] {a94cfa91-74d9-4298-bf7f-5d3a4ab70161} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
16996 | 2024.08.14 22:39:32.849660 [ 3 ] {a94cfa91-74d9-4298-bf7f-5d3a4ab70161} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16997 | 2024.08.14 22:39:32.849775 [ 108 ] {} <Debug> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
16998 | 2024.08.14 22:39:32.849782 [ 3 ] {a94cfa91-74d9-4298-bf7f-5d3a4ab70161} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001262 sec., 1584.7860538827258 rows/sec., 129.23 KiB/sec. | ||
16999 | 2024.08.14 22:39:32.849818 [ 108 ] {} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17000 | 2024.08.14 22:39:32.849855 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17001 | 2024.08.14 22:39:32.850017 [ 3 ] {a94cfa91-74d9-4298-bf7f-5d3a4ab70161} <Debug> DynamicQueryHandler: Done processing query | ||
17002 | 2024.08.14 22:39:32.850055 [ 3 ] {a94cfa91-74d9-4298-bf7f-5d3a4ab70161} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17003 | 2024.08.14 22:39:32.850058 [ 197 ] {5de7b388-dbe3-411a-ab63-47f138d10478::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 | ||
17004 | 2024.08.14 22:39:32.850073 [ 3 ] {} <Debug> HTTP-Session: c91a58f1-152e-40fb-aab7-daae317485d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17005 | 2024.08.14 22:39:32.850270 [ 197 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17006 | 2024.08.14 22:39:32.850319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 18831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17007 | 2024.08.14 22:39:32.850330 [ 197 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 19 rows starting from the beginning of the part | ||
17008 | 2024.08.14 22:39:32.850405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17009 | 2024.08.14 22:39:32.850484 [ 3 ] {} <Debug> HTTP-Session: affd8c56-f270-4e11-840f-9077aa6b0059 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
17010 | 2024.08.14 22:39:32.850557 [ 197 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 3 rows starting from the beginning of the part | ||
17011 | 2024.08.14 22:39:32.850569 [ 3 ] {} <Debug> HTTP-Session: affd8c56-f270-4e11-840f-9077aa6b0059 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17012 | 2024.08.14 22:39:32.850645 [ 3 ] {} <Debug> HTTP-Session: affd8c56-f270-4e11-840f-9077aa6b0059 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17013 | 2024.08.14 22:39:32.850869 [ 197 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part | ||
17014 | 2024.08.14 22:39:32.850881 [ 3 ] {} <Trace> HTTP-Session: affd8c56-f270-4e11-840f-9077aa6b0059 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17015 | 2024.08.14 22:39:32.851123 [ 197 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
17016 | 2024.08.14 22:39:32.851385 [ 197 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 2 rows starting from the beginning of the part | ||
17017 | 2024.08.14 22:39:32.851429 [ 3 ] {826b222b-8c35-42af-a426-0f90851507d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17018 | 2024.08.14 22:39:32.851684 [ 197 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 2 rows starting from the beginning of the part | ||
17019 | 2024.08.14 22:39:32.851700 [ 3 ] {826b222b-8c35-42af-a426-0f90851507d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17020 | 2024.08.14 22:39:32.852438 [ 3 ] {826b222b-8c35-42af-a426-0f90851507d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17021 | 2024.08.14 22:39:32.853455 [ 3 ] {826b222b-8c35-42af-a426-0f90851507d5} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17022 | 2024.08.14 22:39:32.853526 [ 3 ] {826b222b-8c35-42af-a426-0f90851507d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17023 | 2024.08.14 22:39:32.854386 [ 197 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 4 columns (4 merged, 0 gathered) in 0.004446065 sec., 6522.621689066625 rows/sec., 520.34 KiB/sec. | ||
17024 | 2024.08.14 22:39:32.854446 [ 3 ] {826b222b-8c35-42af-a426-0f90851507d5} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
17025 | 2024.08.14 22:39:32.854555 [ 197 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
17026 | 2024.08.14 22:39:32.855236 [ 3 ] {826b222b-8c35-42af-a426-0f90851507d5} <Trace> oximeter.fields_string (99dad827-b692-4668-b096-a1f8f01ac229): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17027 | 2024.08.14 22:39:32.855454 [ 197 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_36_7} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17028 | 2024.08.14 22:39:32.855502 [ 3 ] {826b222b-8c35-42af-a426-0f90851507d5} <Debug> executeQuery: Read 129 rows, 10.97 KiB in 0.004337 sec., 29744.062716163247 rows/sec., 2.47 MiB/sec. | ||
17029 | 2024.08.14 22:39:32.855670 [ 197 ] {5de7b388-dbe3-411a-ab63-47f138d10478::all_1_36_7} <Trace> oximeter.fields_ipaddr (5de7b388-dbe3-411a-ab63-47f138d10478) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
17030 | 2024.08.14 22:39:32.855827 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
17031 | 2024.08.14 22:39:32.855872 [ 3 ] {826b222b-8c35-42af-a426-0f90851507d5} <Debug> DynamicQueryHandler: Done processing query | ||
17032 | 2024.08.14 22:39:32.855904 [ 3 ] {826b222b-8c35-42af-a426-0f90851507d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
17033 | 2024.08.14 22:39:32.855921 [ 3 ] {} <Debug> HTTP-Session: affd8c56-f270-4e11-840f-9077aa6b0059 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17034 | 2024.08.14 22:39:32.856043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17035 | 2024.08.14 22:39:32.856092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17036 | 2024.08.14 22:39:32.856111 [ 3 ] {} <Debug> HTTP-Session: a72d083e-79d3-4c81-8ca3-9621e6a8cff6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
17037 | 2024.08.14 22:39:32.856127 [ 3 ] {} <Debug> HTTP-Session: a72d083e-79d3-4c81-8ca3-9621e6a8cff6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17038 | 2024.08.14 22:39:32.856142 [ 3 ] {} <Debug> HTTP-Session: a72d083e-79d3-4c81-8ca3-9621e6a8cff6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17039 | 2024.08.14 22:39:32.856173 [ 3 ] {} <Trace> HTTP-Session: a72d083e-79d3-4c81-8ca3-9621e6a8cff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17040 | 2024.08.14 22:39:32.856266 [ 3 ] {d8e416f4-ca03-40b2-91d9-399ea358ccfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17041 | 2024.08.14 22:39:32.856310 [ 3 ] {d8e416f4-ca03-40b2-91d9-399ea358ccfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17042 | 2024.08.14 22:39:32.856458 [ 3 ] {d8e416f4-ca03-40b2-91d9-399ea358ccfc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17043 | 2024.08.14 22:39:32.856747 [ 3 ] {d8e416f4-ca03-40b2-91d9-399ea358ccfc} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17044 | 2024.08.14 22:39:32.856783 [ 3 ] {d8e416f4-ca03-40b2-91d9-399ea358ccfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17045 | 2024.08.14 22:39:32.857089 [ 3 ] {d8e416f4-ca03-40b2-91d9-399ea358ccfc} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
17046 | 2024.08.14 22:39:32.857400 [ 3 ] {d8e416f4-ca03-40b2-91d9-399ea358ccfc} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17047 | 2024.08.14 22:39:32.857522 [ 108 ] {} <Debug> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
17048 | 2024.08.14 22:39:32.857527 [ 3 ] {d8e416f4-ca03-40b2-91d9-399ea358ccfc} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001283 sec., 1558.846453624318 rows/sec., 108.85 KiB/sec. | ||
17049 | 2024.08.14 22:39:32.857557 [ 108 ] {} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17050 | 2024.08.14 22:39:32.857595 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17051 | 2024.08.14 22:39:32.857753 [ 3 ] {d8e416f4-ca03-40b2-91d9-399ea358ccfc} <Debug> DynamicQueryHandler: Done processing query | ||
17052 | 2024.08.14 22:39:32.857777 [ 190 ] {3461738d-5c06-4228-8543-114414f8678d::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 | ||
17053 | 2024.08.14 22:39:32.857786 [ 3 ] {d8e416f4-ca03-40b2-91d9-399ea358ccfc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17054 | 2024.08.14 22:39:32.857857 [ 3 ] {} <Debug> HTTP-Session: a72d083e-79d3-4c81-8ca3-9621e6a8cff6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17055 | 2024.08.14 22:39:32.858015 [ 190 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17056 | 2024.08.14 22:39:32.858028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 15296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17057 | 2024.08.14 22:39:32.858074 [ 190 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 19 rows starting from the beginning of the part | ||
17058 | 2024.08.14 22:39:32.858124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17059 | 2024.08.14 22:39:32.858212 [ 3 ] {} <Debug> HTTP-Session: 17ed74dd-aeda-4fd4-ae6b-92b0b295119f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
17060 | 2024.08.14 22:39:32.858301 [ 3 ] {} <Debug> HTTP-Session: 17ed74dd-aeda-4fd4-ae6b-92b0b295119f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17061 | 2024.08.14 22:39:32.858323 [ 190 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 3 rows starting from the beginning of the part | ||
17062 | 2024.08.14 22:39:32.858376 [ 3 ] {} <Debug> HTTP-Session: 17ed74dd-aeda-4fd4-ae6b-92b0b295119f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17063 | 2024.08.14 22:39:32.858545 [ 3 ] {} <Trace> HTTP-Session: 17ed74dd-aeda-4fd4-ae6b-92b0b295119f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17064 | 2024.08.14 22:39:32.858570 [ 190 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part | ||
17065 | 2024.08.14 22:39:32.858740 [ 190 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
17066 | 2024.08.14 22:39:32.858977 [ 190 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 2 rows starting from the beginning of the part | ||
17067 | 2024.08.14 22:39:32.859003 [ 3 ] {68f787d7-31cb-4a94-94f8-e9fe5fe2511c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17068 | 2024.08.14 22:39:32.859234 [ 3 ] {68f787d7-31cb-4a94-94f8-e9fe5fe2511c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17069 | 2024.08.14 22:39:32.859350 [ 190 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 2 rows starting from the beginning of the part | ||
17070 | 2024.08.14 22:39:32.860093 [ 3 ] {68f787d7-31cb-4a94-94f8-e9fe5fe2511c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17071 | 2024.08.14 22:39:32.860981 [ 3 ] {68f787d7-31cb-4a94-94f8-e9fe5fe2511c} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17072 | 2024.08.14 22:39:32.861042 [ 3 ] {68f787d7-31cb-4a94-94f8-e9fe5fe2511c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17073 | 2024.08.14 22:39:32.861901 [ 3 ] {68f787d7-31cb-4a94-94f8-e9fe5fe2511c} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
17074 | 2024.08.14 22:39:32.861988 [ 190 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 4 columns (4 merged, 0 gathered) in 0.004298213 sec., 6746.989970017772 rows/sec., 459.18 KiB/sec. | ||
17075 | 2024.08.14 22:39:32.862291 [ 198 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
17076 | 2024.08.14 22:39:32.862556 [ 3 ] {68f787d7-31cb-4a94-94f8-e9fe5fe2511c} <Trace> oximeter.fields_uuid (1e306c36-fde8-4eaa-9552-9f27188afabd): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17077 | 2024.08.14 22:39:32.862921 [ 3 ] {68f787d7-31cb-4a94-94f8-e9fe5fe2511c} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.004126 sec., 21812.893843916623 rows/sec., 1.70 MiB/sec. | ||
17078 | 2024.08.14 22:39:32.863240 [ 198 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_36_7} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17079 | 2024.08.14 22:39:32.863383 [ 3 ] {68f787d7-31cb-4a94-94f8-e9fe5fe2511c} <Debug> DynamicQueryHandler: Done processing query | ||
17080 | 2024.08.14 22:39:32.863449 [ 3 ] {68f787d7-31cb-4a94-94f8-e9fe5fe2511c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
17081 | 2024.08.14 22:39:32.863538 [ 3 ] {} <Debug> HTTP-Session: 17ed74dd-aeda-4fd4-ae6b-92b0b295119f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17082 | 2024.08.14 22:39:32.863602 [ 198 ] {3461738d-5c06-4228-8543-114414f8678d::all_1_36_7} <Trace> oximeter.fields_u16 (3461738d-5c06-4228-8543-114414f8678d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
17083 | 2024.08.14 22:39:32.863828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 30849, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17084 | 2024.08.14 22:39:32.863860 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
17085 | 2024.08.14 22:39:32.863979 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17086 | 2024.08.14 22:39:32.864013 [ 3 ] {} <Debug> HTTP-Session: c4ad975d-25c4-44e0-bc30-b84718e4c741 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
17087 | 2024.08.14 22:39:32.864038 [ 3 ] {} <Debug> HTTP-Session: c4ad975d-25c4-44e0-bc30-b84718e4c741 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17088 | 2024.08.14 22:39:32.864054 [ 3 ] {} <Debug> HTTP-Session: c4ad975d-25c4-44e0-bc30-b84718e4c741 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17089 | 2024.08.14 22:39:32.864112 [ 3 ] {} <Trace> HTTP-Session: c4ad975d-25c4-44e0-bc30-b84718e4c741 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17090 | 2024.08.14 22:39:32.864264 [ 3 ] {3f0d626e-f313-4934-9b12-6397032b75ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17091 | 2024.08.14 22:39:32.864312 [ 3 ] {3f0d626e-f313-4934-9b12-6397032b75ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17092 | 2024.08.14 22:39:32.864471 [ 3 ] {3f0d626e-f313-4934-9b12-6397032b75ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17093 | 2024.08.14 22:39:32.864871 [ 3 ] {3f0d626e-f313-4934-9b12-6397032b75ac} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17094 | 2024.08.14 22:39:32.864907 [ 3 ] {3f0d626e-f313-4934-9b12-6397032b75ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17095 | 2024.08.14 22:39:32.865293 [ 3 ] {3f0d626e-f313-4934-9b12-6397032b75ac} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
17096 | 2024.08.14 22:39:32.865628 [ 3 ] {3f0d626e-f313-4934-9b12-6397032b75ac} <Trace> oximeter.measurements_cumulativeu64 (d127de5d-82c0-4259-80d1-97db5b726b22): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17097 | 2024.08.14 22:39:32.865755 [ 3 ] {3f0d626e-f313-4934-9b12-6397032b75ac} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001561 sec., 103139.01345291479 rows/sec., 7.18 MiB/sec. | ||
17098 | 2024.08.14 22:39:32.866031 [ 3 ] {3f0d626e-f313-4934-9b12-6397032b75ac} <Debug> DynamicQueryHandler: Done processing query | ||
17099 | 2024.08.14 22:39:32.866090 [ 3 ] {3f0d626e-f313-4934-9b12-6397032b75ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
17100 | 2024.08.14 22:39:32.866141 [ 3 ] {} <Debug> HTTP-Session: c4ad975d-25c4-44e0-bc30-b84718e4c741 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17101 | 2024.08.14 22:39:32.866351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 38958, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17102 | 2024.08.14 22:39:32.866403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17103 | 2024.08.14 22:39:32.866422 [ 3 ] {} <Debug> HTTP-Session: 359c15c3-b775-401f-a7bc-4815b71dcf30 Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
17104 | 2024.08.14 22:39:32.866439 [ 3 ] {} <Debug> HTTP-Session: 359c15c3-b775-401f-a7bc-4815b71dcf30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17105 | 2024.08.14 22:39:32.866452 [ 3 ] {} <Debug> HTTP-Session: 359c15c3-b775-401f-a7bc-4815b71dcf30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17106 | 2024.08.14 22:39:32.866484 [ 3 ] {} <Trace> HTTP-Session: 359c15c3-b775-401f-a7bc-4815b71dcf30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17107 | 2024.08.14 22:39:32.866748 [ 3 ] {f28515c1-59c6-4f09-900a-6f9936a8e4e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
17108 | 2024.08.14 22:39:32.866817 [ 3 ] {f28515c1-59c6-4f09-900a-6f9936a8e4e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_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 | ||
17109 | 2024.08.14 22:39:32.867249 [ 3 ] {f28515c1-59c6-4f09-900a-6f9936a8e4e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17110 | 2024.08.14 22:39:32.867904 [ 3 ] {f28515c1-59c6-4f09-900a-6f9936a8e4e4} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17111 | 2024.08.14 22:39:32.867940 [ 3 ] {f28515c1-59c6-4f09-900a-6f9936a8e4e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17112 | 2024.08.14 22:39:32.868576 [ 3 ] {f28515c1-59c6-4f09-900a-6f9936a8e4e4} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
17113 | 2024.08.14 22:39:32.868987 [ 3 ] {f28515c1-59c6-4f09-900a-6f9936a8e4e4} <Trace> oximeter.measurements_histogramf64 (6d03a5ee-89ec-4279-8e7c-bfe992b946ed): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17114 | 2024.08.14 22:39:32.869142 [ 3 ] {f28515c1-59c6-4f09-900a-6f9936a8e4e4} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002578 sec., 9309.542280837859 rows/sec., 16.68 MiB/sec. | ||
17115 | 2024.08.14 22:39:32.869364 [ 3 ] {f28515c1-59c6-4f09-900a-6f9936a8e4e4} <Debug> DynamicQueryHandler: Done processing query | ||
17116 | 2024.08.14 22:39:32.869389 [ 3 ] {f28515c1-59c6-4f09-900a-6f9936a8e4e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
17117 | 2024.08.14 22:39:32.869404 [ 3 ] {} <Debug> HTTP-Session: 359c15c3-b775-401f-a7bc-4815b71dcf30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17118 | 2024.08.14 22:39:32.869531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56081, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17119 | 2024.08.14 22:39:32.869581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17120 | 2024.08.14 22:39:32.869600 [ 3 ] {} <Debug> HTTP-Session: 53d8b9cb-10f9-4d0b-92d9-b4defa8ad24f Authenticating user 'default' from [fd00:1122:3344:101::d]:56081 | ||
17121 | 2024.08.14 22:39:32.869616 [ 3 ] {} <Debug> HTTP-Session: 53d8b9cb-10f9-4d0b-92d9-b4defa8ad24f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17122 | 2024.08.14 22:39:32.869630 [ 3 ] {} <Debug> HTTP-Session: 53d8b9cb-10f9-4d0b-92d9-b4defa8ad24f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17123 | 2024.08.14 22:39:32.869660 [ 3 ] {} <Trace> HTTP-Session: 53d8b9cb-10f9-4d0b-92d9-b4defa8ad24f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17124 | 2024.08.14 22:39:32.869775 [ 3 ] {3bd27ce2-9eb6-46f4-8b37-22c9989e54ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56081) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17125 | 2024.08.14 22:39:32.869819 [ 3 ] {3bd27ce2-9eb6-46f4-8b37-22c9989e54ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17126 | 2024.08.14 22:39:32.869948 [ 3 ] {3bd27ce2-9eb6-46f4-8b37-22c9989e54ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17127 | 2024.08.14 22:39:32.870248 [ 3 ] {3bd27ce2-9eb6-46f4-8b37-22c9989e54ec} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17128 | 2024.08.14 22:39:32.870284 [ 3 ] {3bd27ce2-9eb6-46f4-8b37-22c9989e54ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17129 | 2024.08.14 22:39:32.870636 [ 3 ] {3bd27ce2-9eb6-46f4-8b37-22c9989e54ec} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
17130 | 2024.08.14 22:39:32.870951 [ 3 ] {3bd27ce2-9eb6-46f4-8b37-22c9989e54ec} <Trace> oximeter.measurements_u64 (703b8e7e-2880-4c68-9f93-4fada9b356bf): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17131 | 2024.08.14 22:39:32.871077 [ 3 ] {3bd27ce2-9eb6-46f4-8b37-22c9989e54ec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001343 sec., 44676.09828741623 rows/sec., 3.01 MiB/sec. | ||
17132 | 2024.08.14 22:39:32.871240 [ 3 ] {3bd27ce2-9eb6-46f4-8b37-22c9989e54ec} <Debug> DynamicQueryHandler: Done processing query | ||
17133 | 2024.08.14 22:39:32.871265 [ 3 ] {3bd27ce2-9eb6-46f4-8b37-22c9989e54ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17134 | 2024.08.14 22:39:32.871280 [ 3 ] {} <Debug> HTTP-Session: 53d8b9cb-10f9-4d0b-92d9-b4defa8ad24f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db |