1 | [ May 13 20:46:54 Enabled. ] | ||
2 | [ May 13 20:46:54 Rereading configuration. ] | ||
3 | [ May 13 20:46:54 Rereading configuration. ] | ||
4 | [ May 13 20:46:56 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 | [ May 13 20:46:56 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.05.13 20:46:57.429287 [ 1 ] {} <Information> Application: Will watch for the process with pid 26375 | ||
33 | 2024.05.13 20:46:57.429677 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.05.13 20:46:57.642831 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 26375 | ||
35 | 2024.05.13 20:46:57.643538 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.05.13 20:46:57.644218 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.05.13 20:46:57.731548 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.05.13 20:46:57.803954 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.05.13 20:46:57.804007 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.05.13 20:46:57.804029 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.05.13 20:46:57.804103 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.05.13 20:46:57.804431 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.05.13 20:46:57.805977 [ 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.05.13 20:46:57.806495 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.05.13 20:46:57.807444 [ 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.05.13 20:46:57.807475 [ 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.05.13 20:46:57.807488 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.05.13 20:46:57.807663 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.05.13 20:46:57.808553 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.05.13 20:46:57.813916 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.05.13 20:46:57.814618 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.05.13 20:46:57.816063 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.05.13 20:46:57.816133 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.05.13 20:46:57.817683 [ 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.05.13 20:46:57.817969 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.05.13 20:46:57.822505 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.05.13 20:46:57.822905 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.05.13 20:46:57.824495 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.05.13 20:46:57.824875 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.05.13 20:46:57.825287 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.05.13 20:46:57.825661 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.05.13 20:46:57.827039 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.05.13 20:46:57.827066 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.05.13 20:46:57.827160 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.05.13 20:46:57.827327 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.05.13 20:46:57.858360 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.05.13 20:46:57.858421 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000222372 sec | ||
74 | 2024.05.13 20:46:57.858479 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.05.13 20:46:57.858500 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.05.13 20:46:57.860094 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.05.13 20:46:57.861218 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.05.13 20:46:57.861247 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.05.13 20:46:57.861277 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.05.13 20:46:57.861292 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.05.13 20:46:57.861304 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.05.13 20:46:57.861336 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.05.13 20:46:57.861349 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.05.13 20:46:57.861363 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.05.13 20:46:57.861398 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.05.13 20:46:57.861412 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.05.13 20:46:57.861426 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.05.13 20:46:57.861444 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.05.13 20:46:57.861475 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.05.13 20:46:57.861489 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.05.13 20:46:57.861507 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.05.13 20:46:57.861533 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.05.13 20:46:57.861548 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.05.13 20:46:57.899125 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.05.13 20:46:57.912096 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.05.13 20:46:57.912132 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.6871e-05 sec | ||
97 | 2024.05.13 20:46:57.912146 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.05.13 20:46:57.912164 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.05.13 20:46:57.912188 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.05.13 20:46:57.912403 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.05.13 20:46:57.912449 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.05.13 20:46:57.912463 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.05.13 20:46:57.912479 [ 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.05.13 20:46:57.912491 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.05.13 20:46:58.012830 [ 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.05.13 20:46:58.221783 [ 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.05.13 20:46:58.221847 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.05.13 20:46:58.303632 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.05.13 20:46:58.303842 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.06 MiB (RSS), difference: 147.20 MiB | ||
110 | 2024.05.13 20:46:58.304735 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.193e-05 sec. | ||
111 | 2024.05.13 20:46:58.305102 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.05.13 20:46:58.305188 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.05.13 20:46:58.305236 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.05.13 20:46:58.305258 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.05.13 20:46:58.883104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.05.13 20:46:58.883325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
117 | 2024.05.13 20:46:58.883362 [ 3 ] {} <Debug> HTTP-Session: e54ae8b2-a2fd-40b4-b282-caa0f01ededa Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
118 | 2024.05.13 20:46:58.883392 [ 3 ] {} <Debug> HTTP-Session: e54ae8b2-a2fd-40b4-b282-caa0f01ededa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.05.13 20:46:58.883413 [ 3 ] {} <Debug> HTTP-Session: e54ae8b2-a2fd-40b4-b282-caa0f01ededa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.05.13 20:46:58.883496 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.05.13 20:46:58.883529 [ 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.05.13 20:46:58.883550 [ 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.05.13 20:46:58.883612 [ 3 ] {} <Trace> HTTP-Session: e54ae8b2-a2fd-40b4-b282-caa0f01ededa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.05.13 20:46:58.884764 [ 3 ] {ae5eb568-4248-43bc-9542-23064e15ae75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.05.13 20:46:58.921544 [ 3 ] {ae5eb568-4248-43bc-9542-23064e15ae75} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:44873) (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 @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
149 | |||
150 | 2024.05.13 20:46:58.922326 [ 3 ] {ae5eb568-4248-43bc-9542-23064e15ae75} <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 @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
174 | (version 23.8.7.1) | ||
175 | 2024.05.13 20:46:58.923860 [ 3 ] {} <Debug> HTTP-Session: e54ae8b2-a2fd-40b4-b282-caa0f01ededa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.05.13 20:46:58.924794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.05.13 20:46:58.924856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
178 | 2024.05.13 20:46:58.924884 [ 3 ] {} <Debug> HTTP-Session: 06975a45-bdbd-49fa-9109-5d25a3391542 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
179 | 2024.05.13 20:46:58.924912 [ 3 ] {} <Debug> HTTP-Session: 06975a45-bdbd-49fa-9109-5d25a3391542 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.05.13 20:46:58.924926 [ 3 ] {} <Debug> HTTP-Session: 06975a45-bdbd-49fa-9109-5d25a3391542 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.05.13 20:46:58.924970 [ 3 ] {} <Trace> HTTP-Session: 06975a45-bdbd-49fa-9109-5d25a3391542 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.05.13 20:46:58.926241 [ 3 ] {137d47ab-7623-47ff-a860-0da1cba33dba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.05.13 20:46:58.926372 [ 3 ] {137d47ab-7623-47ff-a860-0da1cba33dba} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.05.13 20:46:58.928632 [ 3 ] {137d47ab-7623-47ff-a860-0da1cba33dba} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.05.13 20:46:58.931820 [ 3 ] {137d47ab-7623-47ff-a860-0da1cba33dba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.05.13 20:46:58.938477 [ 3 ] {137d47ab-7623-47ff-a860-0da1cba33dba} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.05.13 20:46:58.938513 [ 3 ] {137d47ab-7623-47ff-a860-0da1cba33dba} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.05.13 20:46:58.938548 [ 3 ] {} <Debug> HTTP-Session: 06975a45-bdbd-49fa-9109-5d25a3391542 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.05.13 20:46:58.942791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.05.13 20:46:58.942860 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
191 | 2024.05.13 20:46:58.942892 [ 3 ] {} <Debug> HTTP-Session: c13aa807-f387-420f-a435-6f4a38fa19da Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
192 | 2024.05.13 20:46:58.942913 [ 3 ] {} <Debug> HTTP-Session: c13aa807-f387-420f-a435-6f4a38fa19da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.05.13 20:46:58.942934 [ 3 ] {} <Debug> HTTP-Session: c13aa807-f387-420f-a435-6f4a38fa19da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.05.13 20:46:58.942981 [ 3 ] {} <Trace> HTTP-Session: c13aa807-f387-420f-a435-6f4a38fa19da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.05.13 20:46:58.943135 [ 3 ] {befbbc39-b364-4c12-aba5-00cc7e583603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.05.13 20:46:58.943437 [ 3 ] {befbbc39-b364-4c12-aba5-00cc7e583603} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:44873) (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 @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
220 | |||
221 | 2024.05.13 20:46:58.943568 [ 3 ] {befbbc39-b364-4c12-aba5-00cc7e583603} <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 @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
245 | (version 23.8.7.1) | ||
246 | 2024.05.13 20:46:58.943722 [ 3 ] {} <Debug> HTTP-Session: c13aa807-f387-420f-a435-6f4a38fa19da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.05.13 20:46:58.945901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.05.13 20:46:58.945952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
249 | 2024.05.13 20:46:58.945969 [ 3 ] {} <Debug> HTTP-Session: c1d73fd5-10c9-4f4a-b1e1-f5d6229286cd Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
250 | 2024.05.13 20:46:58.945990 [ 3 ] {} <Debug> HTTP-Session: c1d73fd5-10c9-4f4a-b1e1-f5d6229286cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.05.13 20:46:58.946007 [ 3 ] {} <Debug> HTTP-Session: c1d73fd5-10c9-4f4a-b1e1-f5d6229286cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.05.13 20:46:58.946036 [ 3 ] {} <Trace> HTTP-Session: c1d73fd5-10c9-4f4a-b1e1-f5d6229286cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.05.13 20:46:58.946197 [ 3 ] {224075a9-a1b4-4cb7-8b0b-95d03a081bab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.05.13 20:46:58.946351 [ 3 ] {224075a9-a1b4-4cb7-8b0b-95d03a081bab} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.05.13 20:46:58.946374 [ 3 ] {} <Debug> HTTP-Session: c1d73fd5-10c9-4f4a-b1e1-f5d6229286cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.05.13 20:46:58.946486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.05.13 20:46:58.946535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
258 | 2024.05.13 20:46:58.946559 [ 3 ] {} <Debug> HTTP-Session: 83015105-f72d-4975-b556-c406984a11e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
259 | 2024.05.13 20:46:58.946576 [ 3 ] {} <Debug> HTTP-Session: 83015105-f72d-4975-b556-c406984a11e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.05.13 20:46:58.946594 [ 3 ] {} <Debug> HTTP-Session: 83015105-f72d-4975-b556-c406984a11e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.05.13 20:46:58.946626 [ 3 ] {} <Trace> HTTP-Session: 83015105-f72d-4975-b556-c406984a11e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.05.13 20:46:58.946709 [ 3 ] {6f497175-80a5-4edb-acd8-77356a688147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.05.13 20:46:58.946768 [ 3 ] {6f497175-80a5-4edb-acd8-77356a688147} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.05.13 20:46:58.961442 [ 3 ] {6f497175-80a5-4edb-acd8-77356a688147} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.05.13 20:46:58.961478 [ 3 ] {6f497175-80a5-4edb-acd8-77356a688147} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.8311e-05 sec | ||
266 | 2024.05.13 20:46:58.961495 [ 3 ] {6f497175-80a5-4edb-acd8-77356a688147} <Trace> ReferentialDeps: No tables | ||
267 | 2024.05.13 20:46:58.961514 [ 3 ] {6f497175-80a5-4edb-acd8-77356a688147} <Trace> LoadingDeps: No tables | ||
268 | 2024.05.13 20:46:58.961542 [ 3 ] {6f497175-80a5-4edb-acd8-77356a688147} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.05.13 20:46:58.961687 [ 3 ] {6f497175-80a5-4edb-acd8-77356a688147} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.05.13 20:46:58.961713 [ 3 ] {} <Debug> HTTP-Session: 83015105-f72d-4975-b556-c406984a11e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.05.13 20:46:58.961878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.05.13 20:46:58.961940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
273 | 2024.05.13 20:46:58.961961 [ 3 ] {} <Debug> HTTP-Session: c50b6a87-793b-4451-9c21-e8d51cd15528 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
274 | 2024.05.13 20:46:58.961987 [ 3 ] {} <Debug> HTTP-Session: c50b6a87-793b-4451-9c21-e8d51cd15528 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.05.13 20:46:58.962010 [ 3 ] {} <Debug> HTTP-Session: c50b6a87-793b-4451-9c21-e8d51cd15528 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.05.13 20:46:58.962045 [ 3 ] {} <Trace> HTTP-Session: c50b6a87-793b-4451-9c21-e8d51cd15528 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.05.13 20:46:58.962213 [ 3 ] {583b52e3-053f-49d8-865b-0aa44010814b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) /* 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.05.13 20:46:58.962270 [ 3 ] {583b52e3-053f-49d8-865b-0aa44010814b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.05.13 20:46:58.966421 [ 3 ] {583b52e3-053f-49d8-865b-0aa44010814b} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.05.13 20:46:58.975813 [ 3 ] {583b52e3-053f-49d8-865b-0aa44010814b} <Debug> oximeter.version (65581097-b127-4dff-9464-77685b2624b2): Loading data parts | ||
282 | 2024.05.13 20:46:58.976211 [ 3 ] {583b52e3-053f-49d8-865b-0aa44010814b} <Debug> oximeter.version (65581097-b127-4dff-9464-77685b2624b2): There are no data parts | ||
283 | 2024.05.13 20:46:58.991722 [ 3 ] {583b52e3-053f-49d8-865b-0aa44010814b} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.05.13 20:46:58.991755 [ 3 ] {} <Debug> HTTP-Session: c50b6a87-793b-4451-9c21-e8d51cd15528 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.05.13 20:46:58.991917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.05.13 20:46:58.991974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
287 | 2024.05.13 20:46:58.992000 [ 3 ] {} <Debug> HTTP-Session: 91a5de04-2882-4eb8-8431-c38f737bf6ba Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
288 | 2024.05.13 20:46:58.992016 [ 3 ] {} <Debug> HTTP-Session: 91a5de04-2882-4eb8-8431-c38f737bf6ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.05.13 20:46:58.992033 [ 3 ] {} <Debug> HTTP-Session: 91a5de04-2882-4eb8-8431-c38f737bf6ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.05.13 20:46:58.992068 [ 3 ] {} <Trace> HTTP-Session: 91a5de04-2882-4eb8-8431-c38f737bf6ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.05.13 20:46:58.992265 [ 3 ] {d27f3472-14cf-4a91-9125-7f04f9b37fbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) /* 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.05.13 20:46:58.992323 [ 3 ] {d27f3472-14cf-4a91-9125-7f04f9b37fbb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.05.13 20:46:59.000183 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.36 MiB, peak 161.14 MiB, free memory in arenas 0.00 B, will set to 170.87 MiB (RSS), difference: 12.50 MiB | ||
304 | 2024.05.13 20:46:59.004370 [ 3 ] {d27f3472-14cf-4a91-9125-7f04f9b37fbb} <Debug> oximeter.measurements_bool (b80de709-3795-4427-aaed-7db3bcb0be98): Loading data parts | ||
305 | 2024.05.13 20:46:59.004559 [ 3 ] {d27f3472-14cf-4a91-9125-7f04f9b37fbb} <Debug> oximeter.measurements_bool (b80de709-3795-4427-aaed-7db3bcb0be98): There are no data parts | ||
306 | 2024.05.13 20:46:59.019242 [ 3 ] {d27f3472-14cf-4a91-9125-7f04f9b37fbb} <Debug> DynamicQueryHandler: Done processing query | ||
307 | 2024.05.13 20:46:59.019281 [ 3 ] {} <Debug> HTTP-Session: 91a5de04-2882-4eb8-8431-c38f737bf6ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
308 | 2024.05.13 20:46:59.019480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
309 | 2024.05.13 20:46:59.019554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
310 | 2024.05.13 20:46:59.019580 [ 3 ] {} <Debug> HTTP-Session: b423183b-0daf-4c39-a06f-bd88b25f61d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
311 | 2024.05.13 20:46:59.019601 [ 3 ] {} <Debug> HTTP-Session: b423183b-0daf-4c39-a06f-bd88b25f61d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.05.13 20:46:59.019618 [ 3 ] {} <Debug> HTTP-Session: b423183b-0daf-4c39-a06f-bd88b25f61d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
313 | 2024.05.13 20:46:59.019660 [ 3 ] {} <Trace> HTTP-Session: b423183b-0daf-4c39-a06f-bd88b25f61d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
314 | 2024.05.13 20:46:59.019911 [ 3 ] {885ad140-20fe-443d-a415-b4aa0f015d00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) 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) | ||
315 | 2024.05.13 20:46:59.019981 [ 3 ] {885ad140-20fe-443d-a415-b4aa0f015d00} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
316 | 2024.05.13 20:46:59.024745 [ 3 ] {885ad140-20fe-443d-a415-b4aa0f015d00} <Debug> oximeter.measurements_i8 (ff7bf363-93f3-4f23-b916-529465bc0a2f): Loading data parts | ||
317 | 2024.05.13 20:46:59.025006 [ 3 ] {885ad140-20fe-443d-a415-b4aa0f015d00} <Debug> oximeter.measurements_i8 (ff7bf363-93f3-4f23-b916-529465bc0a2f): There are no data parts | ||
318 | 2024.05.13 20:46:59.032891 [ 3 ] {885ad140-20fe-443d-a415-b4aa0f015d00} <Debug> DynamicQueryHandler: Done processing query | ||
319 | 2024.05.13 20:46:59.032923 [ 3 ] {} <Debug> HTTP-Session: b423183b-0daf-4c39-a06f-bd88b25f61d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
320 | 2024.05.13 20:46:59.033098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
321 | 2024.05.13 20:46:59.033173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
322 | 2024.05.13 20:46:59.033196 [ 3 ] {} <Debug> HTTP-Session: 4ddc0604-3b34-4814-857b-55d3c7d2d94c Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
323 | 2024.05.13 20:46:59.033224 [ 3 ] {} <Debug> HTTP-Session: 4ddc0604-3b34-4814-857b-55d3c7d2d94c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.05.13 20:46:59.033248 [ 3 ] {} <Debug> HTTP-Session: 4ddc0604-3b34-4814-857b-55d3c7d2d94c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
325 | 2024.05.13 20:46:59.033288 [ 3 ] {} <Trace> HTTP-Session: 4ddc0604-3b34-4814-857b-55d3c7d2d94c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
326 | 2024.05.13 20:46:59.033503 [ 3 ] {42606f99-2302-4ef3-9623-87719411468c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) 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) | ||
327 | 2024.05.13 20:46:59.033584 [ 3 ] {42606f99-2302-4ef3-9623-87719411468c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
328 | 2024.05.13 20:46:59.037390 [ 3 ] {42606f99-2302-4ef3-9623-87719411468c} <Debug> oximeter.measurements_u8 (1e9d67a2-a920-421c-9c85-05628d9d6e4f): Loading data parts | ||
329 | 2024.05.13 20:46:59.037599 [ 3 ] {42606f99-2302-4ef3-9623-87719411468c} <Debug> oximeter.measurements_u8 (1e9d67a2-a920-421c-9c85-05628d9d6e4f): There are no data parts | ||
330 | 2024.05.13 20:46:59.047849 [ 3 ] {42606f99-2302-4ef3-9623-87719411468c} <Debug> DynamicQueryHandler: Done processing query | ||
331 | 2024.05.13 20:46:59.047895 [ 3 ] {} <Debug> HTTP-Session: 4ddc0604-3b34-4814-857b-55d3c7d2d94c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
332 | 2024.05.13 20:46:59.048090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
333 | 2024.05.13 20:46:59.048184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
334 | 2024.05.13 20:46:59.048227 [ 3 ] {} <Debug> HTTP-Session: 68b72b01-15a2-462b-a5b4-781e40d082b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
335 | 2024.05.13 20:46:59.048256 [ 3 ] {} <Debug> HTTP-Session: 68b72b01-15a2-462b-a5b4-781e40d082b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.05.13 20:46:59.048290 [ 3 ] {} <Debug> HTTP-Session: 68b72b01-15a2-462b-a5b4-781e40d082b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
337 | 2024.05.13 20:46:59.048366 [ 3 ] {} <Trace> HTTP-Session: 68b72b01-15a2-462b-a5b4-781e40d082b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
338 | 2024.05.13 20:46:59.048591 [ 3 ] {013c9a41-ad28-46b5-bbd6-6ac841c59d9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) 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) | ||
339 | 2024.05.13 20:46:59.048658 [ 3 ] {013c9a41-ad28-46b5-bbd6-6ac841c59d9e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
340 | 2024.05.13 20:46:59.060761 [ 3 ] {013c9a41-ad28-46b5-bbd6-6ac841c59d9e} <Debug> oximeter.measurements_i16 (8a5c18ac-a27b-49d0-a12e-10649d8d8d8b): Loading data parts | ||
341 | 2024.05.13 20:46:59.060937 [ 3 ] {013c9a41-ad28-46b5-bbd6-6ac841c59d9e} <Debug> oximeter.measurements_i16 (8a5c18ac-a27b-49d0-a12e-10649d8d8d8b): There are no data parts | ||
342 | 2024.05.13 20:46:59.066027 [ 3 ] {013c9a41-ad28-46b5-bbd6-6ac841c59d9e} <Debug> DynamicQueryHandler: Done processing query | ||
343 | 2024.05.13 20:46:59.066057 [ 3 ] {} <Debug> HTTP-Session: 68b72b01-15a2-462b-a5b4-781e40d082b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
344 | 2024.05.13 20:46:59.066195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
345 | 2024.05.13 20:46:59.066263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
346 | 2024.05.13 20:46:59.066286 [ 3 ] {} <Debug> HTTP-Session: 6e44cf98-d5c8-4bab-84b0-4a3926ee9480 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
347 | 2024.05.13 20:46:59.066314 [ 3 ] {} <Debug> HTTP-Session: 6e44cf98-d5c8-4bab-84b0-4a3926ee9480 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.05.13 20:46:59.066345 [ 3 ] {} <Debug> HTTP-Session: 6e44cf98-d5c8-4bab-84b0-4a3926ee9480 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
349 | 2024.05.13 20:46:59.066384 [ 3 ] {} <Trace> HTTP-Session: 6e44cf98-d5c8-4bab-84b0-4a3926ee9480 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
350 | 2024.05.13 20:46:59.066576 [ 3 ] {1855a9a9-f6cb-46b2-a730-e09e825b579d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) 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) | ||
351 | 2024.05.13 20:46:59.066633 [ 3 ] {1855a9a9-f6cb-46b2-a730-e09e825b579d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
352 | 2024.05.13 20:46:59.076702 [ 3 ] {1855a9a9-f6cb-46b2-a730-e09e825b579d} <Debug> oximeter.measurements_u16 (ee5bb318-6216-4cd1-aad4-384f3e84db82): Loading data parts | ||
353 | 2024.05.13 20:46:59.076951 [ 3 ] {1855a9a9-f6cb-46b2-a730-e09e825b579d} <Debug> oximeter.measurements_u16 (ee5bb318-6216-4cd1-aad4-384f3e84db82): There are no data parts | ||
354 | 2024.05.13 20:46:59.089923 [ 3 ] {1855a9a9-f6cb-46b2-a730-e09e825b579d} <Debug> DynamicQueryHandler: Done processing query | ||
355 | 2024.05.13 20:46:59.089983 [ 3 ] {} <Debug> HTTP-Session: 6e44cf98-d5c8-4bab-84b0-4a3926ee9480 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
356 | 2024.05.13 20:46:59.090190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
357 | 2024.05.13 20:46:59.090289 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
358 | 2024.05.13 20:46:59.090345 [ 3 ] {} <Debug> HTTP-Session: 59e8c74f-9b8f-4427-a558-719b057114e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
359 | 2024.05.13 20:46:59.090374 [ 3 ] {} <Debug> HTTP-Session: 59e8c74f-9b8f-4427-a558-719b057114e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.05.13 20:46:59.090408 [ 3 ] {} <Debug> HTTP-Session: 59e8c74f-9b8f-4427-a558-719b057114e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
361 | 2024.05.13 20:46:59.090494 [ 3 ] {} <Trace> HTTP-Session: 59e8c74f-9b8f-4427-a558-719b057114e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
362 | 2024.05.13 20:46:59.090854 [ 3 ] {4cf03837-60c5-4f7b-8d7e-711137beb852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) 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) | ||
363 | 2024.05.13 20:46:59.090920 [ 3 ] {4cf03837-60c5-4f7b-8d7e-711137beb852} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
364 | 2024.05.13 20:46:59.095056 [ 3 ] {4cf03837-60c5-4f7b-8d7e-711137beb852} <Debug> oximeter.measurements_i32 (b99e9573-b164-4a4a-9acb-9e7669e5bf81): Loading data parts | ||
365 | 2024.05.13 20:46:59.095230 [ 3 ] {4cf03837-60c5-4f7b-8d7e-711137beb852} <Debug> oximeter.measurements_i32 (b99e9573-b164-4a4a-9acb-9e7669e5bf81): There are no data parts | ||
366 | 2024.05.13 20:46:59.105190 [ 3 ] {4cf03837-60c5-4f7b-8d7e-711137beb852} <Debug> DynamicQueryHandler: Done processing query | ||
367 | 2024.05.13 20:46:59.105223 [ 3 ] {} <Debug> HTTP-Session: 59e8c74f-9b8f-4427-a558-719b057114e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
368 | 2024.05.13 20:46:59.105361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
369 | 2024.05.13 20:46:59.105435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
370 | 2024.05.13 20:46:59.105463 [ 3 ] {} <Debug> HTTP-Session: 8f6374d7-0529-4ae7-a551-f499c42df187 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
371 | 2024.05.13 20:46:59.105479 [ 3 ] {} <Debug> HTTP-Session: 8f6374d7-0529-4ae7-a551-f499c42df187 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.05.13 20:46:59.105498 [ 3 ] {} <Debug> HTTP-Session: 8f6374d7-0529-4ae7-a551-f499c42df187 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
373 | 2024.05.13 20:46:59.105534 [ 3 ] {} <Trace> HTTP-Session: 8f6374d7-0529-4ae7-a551-f499c42df187 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
374 | 2024.05.13 20:46:59.105710 [ 3 ] {d19d1958-2e2e-4254-8374-306f15081fb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) 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) | ||
375 | 2024.05.13 20:46:59.105765 [ 3 ] {d19d1958-2e2e-4254-8374-306f15081fb3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
376 | 2024.05.13 20:46:59.110272 [ 3 ] {d19d1958-2e2e-4254-8374-306f15081fb3} <Debug> oximeter.measurements_u32 (3bb240de-f697-47b5-a4af-f2573aa2281a): Loading data parts | ||
377 | 2024.05.13 20:46:59.110441 [ 3 ] {d19d1958-2e2e-4254-8374-306f15081fb3} <Debug> oximeter.measurements_u32 (3bb240de-f697-47b5-a4af-f2573aa2281a): There are no data parts | ||
378 | 2024.05.13 20:46:59.118961 [ 3 ] {d19d1958-2e2e-4254-8374-306f15081fb3} <Debug> DynamicQueryHandler: Done processing query | ||
379 | 2024.05.13 20:46:59.119035 [ 3 ] {} <Debug> HTTP-Session: 8f6374d7-0529-4ae7-a551-f499c42df187 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
380 | 2024.05.13 20:46:59.119168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
381 | 2024.05.13 20:46:59.119227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
382 | 2024.05.13 20:46:59.119258 [ 3 ] {} <Debug> HTTP-Session: fe343fab-8875-4990-8c5d-15a27840ec15 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
383 | 2024.05.13 20:46:59.119274 [ 3 ] {} <Debug> HTTP-Session: fe343fab-8875-4990-8c5d-15a27840ec15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.05.13 20:46:59.119291 [ 3 ] {} <Debug> HTTP-Session: fe343fab-8875-4990-8c5d-15a27840ec15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
385 | 2024.05.13 20:46:59.119325 [ 3 ] {} <Trace> HTTP-Session: fe343fab-8875-4990-8c5d-15a27840ec15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
386 | 2024.05.13 20:46:59.119500 [ 3 ] {ee795574-0e25-40cc-b074-f22c7923c87c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) 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) | ||
387 | 2024.05.13 20:46:59.119554 [ 3 ] {ee795574-0e25-40cc-b074-f22c7923c87c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
388 | 2024.05.13 20:46:59.133918 [ 3 ] {ee795574-0e25-40cc-b074-f22c7923c87c} <Debug> oximeter.measurements_i64 (53b40716-82f1-495e-97d6-cbf4e1ab1de8): Loading data parts | ||
389 | 2024.05.13 20:46:59.134176 [ 3 ] {ee795574-0e25-40cc-b074-f22c7923c87c} <Debug> oximeter.measurements_i64 (53b40716-82f1-495e-97d6-cbf4e1ab1de8): There are no data parts | ||
390 | 2024.05.13 20:46:59.136024 [ 3 ] {ee795574-0e25-40cc-b074-f22c7923c87c} <Debug> DynamicQueryHandler: Done processing query | ||
391 | 2024.05.13 20:46:59.136098 [ 3 ] {} <Debug> HTTP-Session: fe343fab-8875-4990-8c5d-15a27840ec15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
392 | 2024.05.13 20:46:59.136217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
393 | 2024.05.13 20:46:59.136279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
394 | 2024.05.13 20:46:59.136305 [ 3 ] {} <Debug> HTTP-Session: 2c69ec5a-3da6-4c82-9206-2d5803254593 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
395 | 2024.05.13 20:46:59.136328 [ 3 ] {} <Debug> HTTP-Session: 2c69ec5a-3da6-4c82-9206-2d5803254593 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.05.13 20:46:59.136341 [ 3 ] {} <Debug> HTTP-Session: 2c69ec5a-3da6-4c82-9206-2d5803254593 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
397 | 2024.05.13 20:46:59.136377 [ 3 ] {} <Trace> HTTP-Session: 2c69ec5a-3da6-4c82-9206-2d5803254593 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
398 | 2024.05.13 20:46:59.136552 [ 3 ] {34530d0a-582f-4d4b-b5d1-2e856c353651} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) 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) | ||
399 | 2024.05.13 20:46:59.136606 [ 3 ] {34530d0a-582f-4d4b-b5d1-2e856c353651} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
400 | 2024.05.13 20:46:59.147733 [ 3 ] {34530d0a-582f-4d4b-b5d1-2e856c353651} <Debug> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Loading data parts | ||
401 | 2024.05.13 20:46:59.147958 [ 3 ] {34530d0a-582f-4d4b-b5d1-2e856c353651} <Debug> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): There are no data parts | ||
402 | 2024.05.13 20:46:59.162259 [ 3 ] {34530d0a-582f-4d4b-b5d1-2e856c353651} <Debug> DynamicQueryHandler: Done processing query | ||
403 | 2024.05.13 20:46:59.162334 [ 3 ] {} <Debug> HTTP-Session: 2c69ec5a-3da6-4c82-9206-2d5803254593 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
404 | 2024.05.13 20:46:59.162456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
405 | 2024.05.13 20:46:59.162507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
406 | 2024.05.13 20:46:59.162535 [ 3 ] {} <Debug> HTTP-Session: 1a313569-62be-4d10-970a-c81396851ff7 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
407 | 2024.05.13 20:46:59.162551 [ 3 ] {} <Debug> HTTP-Session: 1a313569-62be-4d10-970a-c81396851ff7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.05.13 20:46:59.162570 [ 3 ] {} <Debug> HTTP-Session: 1a313569-62be-4d10-970a-c81396851ff7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
409 | 2024.05.13 20:46:59.162603 [ 3 ] {} <Trace> HTTP-Session: 1a313569-62be-4d10-970a-c81396851ff7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
410 | 2024.05.13 20:46:59.162778 [ 3 ] {46ace3c8-338b-4b61-b630-64d22faf2b7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) 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) | ||
411 | 2024.05.13 20:46:59.162841 [ 3 ] {46ace3c8-338b-4b61-b630-64d22faf2b7c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
412 | 2024.05.13 20:46:59.175566 [ 3 ] {46ace3c8-338b-4b61-b630-64d22faf2b7c} <Debug> oximeter.measurements_f32 (e9d2673c-b400-40ad-adf6-e26f2c8ec507): Loading data parts | ||
413 | 2024.05.13 20:46:59.175742 [ 3 ] {46ace3c8-338b-4b61-b630-64d22faf2b7c} <Debug> oximeter.measurements_f32 (e9d2673c-b400-40ad-adf6-e26f2c8ec507): There are no data parts | ||
414 | 2024.05.13 20:46:59.180802 [ 3 ] {46ace3c8-338b-4b61-b630-64d22faf2b7c} <Debug> DynamicQueryHandler: Done processing query | ||
415 | 2024.05.13 20:46:59.180839 [ 3 ] {} <Debug> HTTP-Session: 1a313569-62be-4d10-970a-c81396851ff7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
416 | 2024.05.13 20:46:59.180961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
417 | 2024.05.13 20:46:59.181012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
418 | 2024.05.13 20:46:59.181035 [ 3 ] {} <Debug> HTTP-Session: 687a5550-95fa-4f40-9570-f96a1f3ba349 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
419 | 2024.05.13 20:46:59.181056 [ 3 ] {} <Debug> HTTP-Session: 687a5550-95fa-4f40-9570-f96a1f3ba349 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.05.13 20:46:59.181069 [ 3 ] {} <Debug> HTTP-Session: 687a5550-95fa-4f40-9570-f96a1f3ba349 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
421 | 2024.05.13 20:46:59.181101 [ 3 ] {} <Trace> HTTP-Session: 687a5550-95fa-4f40-9570-f96a1f3ba349 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
422 | 2024.05.13 20:46:59.181278 [ 3 ] {9ba078f9-8c06-4599-b1b2-2f5c6e445b31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) 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) | ||
423 | 2024.05.13 20:46:59.181330 [ 3 ] {9ba078f9-8c06-4599-b1b2-2f5c6e445b31} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
424 | 2024.05.13 20:46:59.190799 [ 3 ] {9ba078f9-8c06-4599-b1b2-2f5c6e445b31} <Debug> oximeter.measurements_f64 (2ac0248b-09f9-41a1-81bf-4fc78d14d48d): Loading data parts | ||
425 | 2024.05.13 20:46:59.190940 [ 3 ] {9ba078f9-8c06-4599-b1b2-2f5c6e445b31} <Debug> oximeter.measurements_f64 (2ac0248b-09f9-41a1-81bf-4fc78d14d48d): There are no data parts | ||
426 | 2024.05.13 20:46:59.196347 [ 3 ] {9ba078f9-8c06-4599-b1b2-2f5c6e445b31} <Debug> DynamicQueryHandler: Done processing query | ||
427 | 2024.05.13 20:46:59.196404 [ 3 ] {} <Debug> HTTP-Session: 687a5550-95fa-4f40-9570-f96a1f3ba349 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
428 | 2024.05.13 20:46:59.196628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
429 | 2024.05.13 20:46:59.196738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
430 | 2024.05.13 20:46:59.196777 [ 3 ] {} <Debug> HTTP-Session: 206b6ee0-68cf-48aa-8945-99f00b40ee15 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
431 | 2024.05.13 20:46:59.196804 [ 3 ] {} <Debug> HTTP-Session: 206b6ee0-68cf-48aa-8945-99f00b40ee15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.05.13 20:46:59.196824 [ 3 ] {} <Debug> HTTP-Session: 206b6ee0-68cf-48aa-8945-99f00b40ee15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
433 | 2024.05.13 20:46:59.196862 [ 3 ] {} <Trace> HTTP-Session: 206b6ee0-68cf-48aa-8945-99f00b40ee15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
434 | 2024.05.13 20:46:59.197092 [ 3 ] {180ea56f-3f95-425b-a7ae-1c71b9acb8e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
435 | 2024.05.13 20:46:59.197140 [ 3 ] {180ea56f-3f95-425b-a7ae-1c71b9acb8e3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
436 | 2024.05.13 20:46:59.205559 [ 3 ] {180ea56f-3f95-425b-a7ae-1c71b9acb8e3} <Debug> oximeter.measurements_string (d6ecb115-22b0-4141-aab8-19509faa6281): Loading data parts | ||
437 | 2024.05.13 20:46:59.205702 [ 3 ] {180ea56f-3f95-425b-a7ae-1c71b9acb8e3} <Debug> oximeter.measurements_string (d6ecb115-22b0-4141-aab8-19509faa6281): There are no data parts | ||
438 | 2024.05.13 20:46:59.210527 [ 3 ] {180ea56f-3f95-425b-a7ae-1c71b9acb8e3} <Debug> DynamicQueryHandler: Done processing query | ||
439 | 2024.05.13 20:46:59.210645 [ 3 ] {} <Debug> HTTP-Session: 206b6ee0-68cf-48aa-8945-99f00b40ee15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
440 | 2024.05.13 20:46:59.210873 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
441 | 2024.05.13 20:46:59.210923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
442 | 2024.05.13 20:46:59.210948 [ 3 ] {} <Debug> HTTP-Session: 73d623f1-418b-4c08-b0c1-073b799e9325 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
443 | 2024.05.13 20:46:59.210974 [ 3 ] {} <Debug> HTTP-Session: 73d623f1-418b-4c08-b0c1-073b799e9325 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.05.13 20:46:59.210987 [ 3 ] {} <Debug> HTTP-Session: 73d623f1-418b-4c08-b0c1-073b799e9325 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
445 | 2024.05.13 20:46:59.211020 [ 3 ] {} <Trace> HTTP-Session: 73d623f1-418b-4c08-b0c1-073b799e9325 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
446 | 2024.05.13 20:46:59.211210 [ 3 ] {d8f8ebfd-29bb-48a0-bb1a-935d064169ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
447 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
448 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
449 | * a string isn't palatable for a few reasons. | ||
450 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
451 | * details. | ||
452 | */ | ||
453 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
454 | 2024.05.13 20:46:59.211265 [ 3 ] {d8f8ebfd-29bb-48a0-bb1a-935d064169ac} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
455 | 2024.05.13 20:46:59.220063 [ 3 ] {d8f8ebfd-29bb-48a0-bb1a-935d064169ac} <Debug> oximeter.measurements_bytes (cfee3a3f-9231-4afb-982e-31e1964d2f3f): Loading data parts | ||
456 | 2024.05.13 20:46:59.220188 [ 3 ] {d8f8ebfd-29bb-48a0-bb1a-935d064169ac} <Debug> oximeter.measurements_bytes (cfee3a3f-9231-4afb-982e-31e1964d2f3f): There are no data parts | ||
457 | 2024.05.13 20:46:59.225532 [ 3 ] {d8f8ebfd-29bb-48a0-bb1a-935d064169ac} <Debug> DynamicQueryHandler: Done processing query | ||
458 | 2024.05.13 20:46:59.225557 [ 3 ] {} <Debug> HTTP-Session: 73d623f1-418b-4c08-b0c1-073b799e9325 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
459 | 2024.05.13 20:46:59.225745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
460 | 2024.05.13 20:46:59.225798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
461 | 2024.05.13 20:46:59.225816 [ 3 ] {} <Debug> HTTP-Session: 69262a3a-fba5-4f7d-93d2-51f9ca1d0a2c Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
462 | 2024.05.13 20:46:59.225838 [ 3 ] {} <Debug> HTTP-Session: 69262a3a-fba5-4f7d-93d2-51f9ca1d0a2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.05.13 20:46:59.225856 [ 3 ] {} <Debug> HTTP-Session: 69262a3a-fba5-4f7d-93d2-51f9ca1d0a2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
464 | 2024.05.13 20:46:59.225885 [ 3 ] {} <Trace> HTTP-Session: 69262a3a-fba5-4f7d-93d2-51f9ca1d0a2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
465 | 2024.05.13 20:46:59.226070 [ 3 ] {16992736-c60b-4f01-a66b-bbbc5e92f27e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
466 | 2024.05.13 20:46:59.226125 [ 3 ] {16992736-c60b-4f01-a66b-bbbc5e92f27e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
467 | 2024.05.13 20:46:59.233049 [ 3 ] {16992736-c60b-4f01-a66b-bbbc5e92f27e} <Debug> oximeter.measurements_cumulativei64 (ab3e082c-257f-49d2-88a1-d1b59be05f2b): Loading data parts | ||
468 | 2024.05.13 20:46:59.233187 [ 3 ] {16992736-c60b-4f01-a66b-bbbc5e92f27e} <Debug> oximeter.measurements_cumulativei64 (ab3e082c-257f-49d2-88a1-d1b59be05f2b): There are no data parts | ||
469 | 2024.05.13 20:46:59.238171 [ 3 ] {16992736-c60b-4f01-a66b-bbbc5e92f27e} <Debug> DynamicQueryHandler: Done processing query | ||
470 | 2024.05.13 20:46:59.238209 [ 3 ] {} <Debug> HTTP-Session: 69262a3a-fba5-4f7d-93d2-51f9ca1d0a2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
471 | 2024.05.13 20:46:59.238324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
472 | 2024.05.13 20:46:59.238381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
473 | 2024.05.13 20:46:59.238405 [ 3 ] {} <Debug> HTTP-Session: 999b2033-cf8c-495d-a2f7-745a49d7466a Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
474 | 2024.05.13 20:46:59.238421 [ 3 ] {} <Debug> HTTP-Session: 999b2033-cf8c-495d-a2f7-745a49d7466a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.05.13 20:46:59.238439 [ 3 ] {} <Debug> HTTP-Session: 999b2033-cf8c-495d-a2f7-745a49d7466a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
476 | 2024.05.13 20:46:59.238471 [ 3 ] {} <Trace> HTTP-Session: 999b2033-cf8c-495d-a2f7-745a49d7466a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
477 | 2024.05.13 20:46:59.238653 [ 3 ] {1c4ec988-dd70-43cf-b9ca-d3c57d64aefe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
478 | 2024.05.13 20:46:59.238708 [ 3 ] {1c4ec988-dd70-43cf-b9ca-d3c57d64aefe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
479 | 2024.05.13 20:46:59.247933 [ 3 ] {1c4ec988-dd70-43cf-b9ca-d3c57d64aefe} <Debug> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Loading data parts | ||
480 | 2024.05.13 20:46:59.248142 [ 3 ] {1c4ec988-dd70-43cf-b9ca-d3c57d64aefe} <Debug> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): There are no data parts | ||
481 | 2024.05.13 20:46:59.253165 [ 3 ] {1c4ec988-dd70-43cf-b9ca-d3c57d64aefe} <Debug> DynamicQueryHandler: Done processing query | ||
482 | 2024.05.13 20:46:59.253191 [ 3 ] {} <Debug> HTTP-Session: 999b2033-cf8c-495d-a2f7-745a49d7466a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
483 | 2024.05.13 20:46:59.253305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
484 | 2024.05.13 20:46:59.253416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
485 | 2024.05.13 20:46:59.253437 [ 3 ] {} <Debug> HTTP-Session: 9da6e966-0834-41b4-b683-bf3978864e34 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
486 | 2024.05.13 20:46:59.253461 [ 3 ] {} <Debug> HTTP-Session: 9da6e966-0834-41b4-b683-bf3978864e34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.05.13 20:46:59.253484 [ 3 ] {} <Debug> HTTP-Session: 9da6e966-0834-41b4-b683-bf3978864e34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
488 | 2024.05.13 20:46:59.253514 [ 3 ] {} <Trace> HTTP-Session: 9da6e966-0834-41b4-b683-bf3978864e34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
489 | 2024.05.13 20:46:59.253705 [ 3 ] {96bb603f-9d69-4e27-8412-66c050c74b01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
490 | 2024.05.13 20:46:59.253776 [ 3 ] {96bb603f-9d69-4e27-8412-66c050c74b01} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
491 | 2024.05.13 20:46:59.261048 [ 3 ] {96bb603f-9d69-4e27-8412-66c050c74b01} <Debug> oximeter.measurements_cumulativef32 (b54d0117-1f03-4b31-aec0-e728ae9ce406): Loading data parts | ||
492 | 2024.05.13 20:46:59.261194 [ 3 ] {96bb603f-9d69-4e27-8412-66c050c74b01} <Debug> oximeter.measurements_cumulativef32 (b54d0117-1f03-4b31-aec0-e728ae9ce406): There are no data parts | ||
493 | 2024.05.13 20:46:59.266232 [ 3 ] {96bb603f-9d69-4e27-8412-66c050c74b01} <Debug> DynamicQueryHandler: Done processing query | ||
494 | 2024.05.13 20:46:59.266278 [ 3 ] {} <Debug> HTTP-Session: 9da6e966-0834-41b4-b683-bf3978864e34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
495 | 2024.05.13 20:46:59.266416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
496 | 2024.05.13 20:46:59.266482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
497 | 2024.05.13 20:46:59.266513 [ 3 ] {} <Debug> HTTP-Session: 832b5c6a-01fe-428b-ba3e-ec5f3d21fd34 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
498 | 2024.05.13 20:46:59.266530 [ 3 ] {} <Debug> HTTP-Session: 832b5c6a-01fe-428b-ba3e-ec5f3d21fd34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.05.13 20:46:59.266552 [ 3 ] {} <Debug> HTTP-Session: 832b5c6a-01fe-428b-ba3e-ec5f3d21fd34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
500 | 2024.05.13 20:46:59.266600 [ 3 ] {} <Trace> HTTP-Session: 832b5c6a-01fe-428b-ba3e-ec5f3d21fd34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
501 | 2024.05.13 20:46:59.266781 [ 3 ] {bec3a186-d8f6-4b84-935b-57c37acbdd5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
502 | 2024.05.13 20:46:59.266846 [ 3 ] {bec3a186-d8f6-4b84-935b-57c37acbdd5e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
503 | 2024.05.13 20:46:59.276107 [ 3 ] {bec3a186-d8f6-4b84-935b-57c37acbdd5e} <Debug> oximeter.measurements_cumulativef64 (407fdf88-6c95-4657-9d90-d31835833c37): Loading data parts | ||
504 | 2024.05.13 20:46:59.276256 [ 3 ] {bec3a186-d8f6-4b84-935b-57c37acbdd5e} <Debug> oximeter.measurements_cumulativef64 (407fdf88-6c95-4657-9d90-d31835833c37): There are no data parts | ||
505 | 2024.05.13 20:46:59.289228 [ 3 ] {bec3a186-d8f6-4b84-935b-57c37acbdd5e} <Debug> DynamicQueryHandler: Done processing query | ||
506 | 2024.05.13 20:46:59.289267 [ 3 ] {} <Debug> HTTP-Session: 832b5c6a-01fe-428b-ba3e-ec5f3d21fd34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
507 | 2024.05.13 20:46:59.289409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
508 | 2024.05.13 20:46:59.289467 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
509 | 2024.05.13 20:46:59.289496 [ 3 ] {} <Debug> HTTP-Session: f2267b0e-ba08-48a2-a219-72643a827059 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
510 | 2024.05.13 20:46:59.289531 [ 3 ] {} <Debug> HTTP-Session: f2267b0e-ba08-48a2-a219-72643a827059 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.05.13 20:46:59.289544 [ 3 ] {} <Debug> HTTP-Session: f2267b0e-ba08-48a2-a219-72643a827059 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
512 | 2024.05.13 20:46:59.289584 [ 3 ] {} <Trace> HTTP-Session: f2267b0e-ba08-48a2-a219-72643a827059 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
513 | 2024.05.13 20:46:59.289789 [ 3 ] {4947ddfd-c4e9-415c-8277-e6c7ef5c7cd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
514 | * NOTE: Array types cannot be Nullable, see | ||
515 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
516 | * for more details. | ||
517 | * | ||
518 | * This means we need to use empty arrays to indicate a missing value. This | ||
519 | * is unfortunate, and at this point relies on the fact that an | ||
520 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
521 | * to figure out another way to represent missing samples here. | ||
522 | */ | ||
523 | bins Array(Int8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
524 | 2024.05.13 20:46:59.289857 [ 3 ] {4947ddfd-c4e9-415c-8277-e6c7ef5c7cd6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
525 | 2024.05.13 20:46:59.294836 [ 3 ] {4947ddfd-c4e9-415c-8277-e6c7ef5c7cd6} <Debug> oximeter.measurements_histogrami8 (87172736-5039-4886-ac2b-4737b628f25b): Loading data parts | ||
526 | 2024.05.13 20:46:59.295093 [ 3 ] {4947ddfd-c4e9-415c-8277-e6c7ef5c7cd6} <Debug> oximeter.measurements_histogrami8 (87172736-5039-4886-ac2b-4737b628f25b): There are no data parts | ||
527 | 2024.05.13 20:46:59.305412 [ 3 ] {4947ddfd-c4e9-415c-8277-e6c7ef5c7cd6} <Debug> DynamicQueryHandler: Done processing query | ||
528 | 2024.05.13 20:46:59.305438 [ 3 ] {} <Debug> HTTP-Session: f2267b0e-ba08-48a2-a219-72643a827059 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
529 | 2024.05.13 20:46:59.305586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
530 | 2024.05.13 20:46:59.305655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
531 | 2024.05.13 20:46:59.305680 [ 3 ] {} <Debug> HTTP-Session: 38f9b0b2-325a-4e96-b036-8d47622edacf Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
532 | 2024.05.13 20:46:59.305710 [ 3 ] {} <Debug> HTTP-Session: 38f9b0b2-325a-4e96-b036-8d47622edacf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.05.13 20:46:59.305737 [ 3 ] {} <Debug> HTTP-Session: 38f9b0b2-325a-4e96-b036-8d47622edacf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
534 | 2024.05.13 20:46:59.305774 [ 3 ] {} <Trace> HTTP-Session: 38f9b0b2-325a-4e96-b036-8d47622edacf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
535 | 2024.05.13 20:46:59.306011 [ 3 ] {347e6109-83a1-4a45-9471-8809d63ea29e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
536 | 2024.05.13 20:46:59.306091 [ 3 ] {347e6109-83a1-4a45-9471-8809d63ea29e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
537 | 2024.05.13 20:46:59.311911 [ 3 ] {347e6109-83a1-4a45-9471-8809d63ea29e} <Debug> oximeter.measurements_histogramu8 (9f7a7c4e-219a-4690-8d67-cc2b75dd5227): Loading data parts | ||
538 | 2024.05.13 20:46:59.312147 [ 3 ] {347e6109-83a1-4a45-9471-8809d63ea29e} <Debug> oximeter.measurements_histogramu8 (9f7a7c4e-219a-4690-8d67-cc2b75dd5227): There are no data parts | ||
539 | 2024.05.13 20:46:59.321888 [ 3 ] {347e6109-83a1-4a45-9471-8809d63ea29e} <Debug> DynamicQueryHandler: Done processing query | ||
540 | 2024.05.13 20:46:59.321969 [ 3 ] {} <Debug> HTTP-Session: 38f9b0b2-325a-4e96-b036-8d47622edacf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
541 | 2024.05.13 20:46:59.322087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
542 | 2024.05.13 20:46:59.322162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
543 | 2024.05.13 20:46:59.322191 [ 3 ] {} <Debug> HTTP-Session: aa419f22-07a3-4fbe-87e7-197585a2162e Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
544 | 2024.05.13 20:46:59.322208 [ 3 ] {} <Debug> HTTP-Session: aa419f22-07a3-4fbe-87e7-197585a2162e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.05.13 20:46:59.322230 [ 3 ] {} <Debug> HTTP-Session: aa419f22-07a3-4fbe-87e7-197585a2162e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
546 | 2024.05.13 20:46:59.322269 [ 3 ] {} <Trace> HTTP-Session: aa419f22-07a3-4fbe-87e7-197585a2162e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
547 | 2024.05.13 20:46:59.322461 [ 3 ] {f6ed6604-cf7f-4f8e-a5c0-33388ba168c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
548 | 2024.05.13 20:46:59.322530 [ 3 ] {f6ed6604-cf7f-4f8e-a5c0-33388ba168c7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
549 | 2024.05.13 20:46:59.325453 [ 3 ] {f6ed6604-cf7f-4f8e-a5c0-33388ba168c7} <Debug> oximeter.measurements_histogrami16 (f29c22f8-1c50-48f0-8435-6e31ddda0268): Loading data parts | ||
550 | 2024.05.13 20:46:59.325688 [ 3 ] {f6ed6604-cf7f-4f8e-a5c0-33388ba168c7} <Debug> oximeter.measurements_histogrami16 (f29c22f8-1c50-48f0-8435-6e31ddda0268): There are no data parts | ||
551 | 2024.05.13 20:46:59.336924 [ 3 ] {f6ed6604-cf7f-4f8e-a5c0-33388ba168c7} <Debug> DynamicQueryHandler: Done processing query | ||
552 | 2024.05.13 20:46:59.336970 [ 3 ] {} <Debug> HTTP-Session: aa419f22-07a3-4fbe-87e7-197585a2162e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
553 | 2024.05.13 20:46:59.337110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
554 | 2024.05.13 20:46:59.337166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
555 | 2024.05.13 20:46:59.337203 [ 3 ] {} <Debug> HTTP-Session: 02ef5010-c73d-4062-9dfe-4f4ca148dee8 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
556 | 2024.05.13 20:46:59.337233 [ 3 ] {} <Debug> HTTP-Session: 02ef5010-c73d-4062-9dfe-4f4ca148dee8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.05.13 20:46:59.337249 [ 3 ] {} <Debug> HTTP-Session: 02ef5010-c73d-4062-9dfe-4f4ca148dee8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
558 | 2024.05.13 20:46:59.337296 [ 3 ] {} <Trace> HTTP-Session: 02ef5010-c73d-4062-9dfe-4f4ca148dee8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
559 | 2024.05.13 20:46:59.337522 [ 3 ] {2c35d287-e1a0-4e88-aec8-0d1e54fc3145} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
560 | 2024.05.13 20:46:59.337590 [ 3 ] {2c35d287-e1a0-4e88-aec8-0d1e54fc3145} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
561 | 2024.05.13 20:46:59.341967 [ 3 ] {2c35d287-e1a0-4e88-aec8-0d1e54fc3145} <Debug> oximeter.measurements_histogramu16 (c10db3ce-6a1d-42d8-9ae9-73ce34b31bb6): Loading data parts | ||
562 | 2024.05.13 20:46:59.342174 [ 3 ] {2c35d287-e1a0-4e88-aec8-0d1e54fc3145} <Debug> oximeter.measurements_histogramu16 (c10db3ce-6a1d-42d8-9ae9-73ce34b31bb6): There are no data parts | ||
563 | 2024.05.13 20:46:59.354215 [ 3 ] {2c35d287-e1a0-4e88-aec8-0d1e54fc3145} <Debug> DynamicQueryHandler: Done processing query | ||
564 | 2024.05.13 20:46:59.354245 [ 3 ] {} <Debug> HTTP-Session: 02ef5010-c73d-4062-9dfe-4f4ca148dee8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
565 | 2024.05.13 20:46:59.354392 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
566 | 2024.05.13 20:46:59.354465 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
567 | 2024.05.13 20:46:59.354485 [ 3 ] {} <Debug> HTTP-Session: 55f07bc8-3559-4e59-b72b-7087dcbceaf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
568 | 2024.05.13 20:46:59.354511 [ 3 ] {} <Debug> HTTP-Session: 55f07bc8-3559-4e59-b72b-7087dcbceaf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.05.13 20:46:59.354532 [ 3 ] {} <Debug> HTTP-Session: 55f07bc8-3559-4e59-b72b-7087dcbceaf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
570 | 2024.05.13 20:46:59.354562 [ 3 ] {} <Trace> HTTP-Session: 55f07bc8-3559-4e59-b72b-7087dcbceaf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
571 | 2024.05.13 20:46:59.354753 [ 3 ] {3d4969c0-7ef1-40b8-b7c8-2a0806c6ded0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
572 | 2024.05.13 20:46:59.354813 [ 3 ] {3d4969c0-7ef1-40b8-b7c8-2a0806c6ded0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
573 | 2024.05.13 20:46:59.365186 [ 3 ] {3d4969c0-7ef1-40b8-b7c8-2a0806c6ded0} <Debug> oximeter.measurements_histogrami32 (abede8b0-d1ec-4b83-94ba-c57cdff91d46): Loading data parts | ||
574 | 2024.05.13 20:46:59.365356 [ 3 ] {3d4969c0-7ef1-40b8-b7c8-2a0806c6ded0} <Debug> oximeter.measurements_histogrami32 (abede8b0-d1ec-4b83-94ba-c57cdff91d46): There are no data parts | ||
575 | 2024.05.13 20:46:59.377395 [ 3 ] {3d4969c0-7ef1-40b8-b7c8-2a0806c6ded0} <Debug> DynamicQueryHandler: Done processing query | ||
576 | 2024.05.13 20:46:59.377541 [ 3 ] {} <Debug> HTTP-Session: 55f07bc8-3559-4e59-b72b-7087dcbceaf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
577 | 2024.05.13 20:46:59.377678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
578 | 2024.05.13 20:46:59.377740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
579 | 2024.05.13 20:46:59.377778 [ 3 ] {} <Debug> HTTP-Session: 8842d501-2cb9-4b6b-81b7-ec58e47d3d2f Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
580 | 2024.05.13 20:46:59.377795 [ 3 ] {} <Debug> HTTP-Session: 8842d501-2cb9-4b6b-81b7-ec58e47d3d2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.05.13 20:46:59.377818 [ 3 ] {} <Debug> HTTP-Session: 8842d501-2cb9-4b6b-81b7-ec58e47d3d2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
582 | 2024.05.13 20:46:59.377863 [ 3 ] {} <Trace> HTTP-Session: 8842d501-2cb9-4b6b-81b7-ec58e47d3d2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
583 | 2024.05.13 20:46:59.378064 [ 3 ] {c334a824-abab-46fc-a482-d69ceca2f02e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
584 | 2024.05.13 20:46:59.378140 [ 3 ] {c334a824-abab-46fc-a482-d69ceca2f02e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
585 | 2024.05.13 20:46:59.382741 [ 3 ] {c334a824-abab-46fc-a482-d69ceca2f02e} <Debug> oximeter.measurements_histogramu32 (1630ffd9-fd60-446c-9d05-692f4141fe3f): Loading data parts | ||
586 | 2024.05.13 20:46:59.382933 [ 3 ] {c334a824-abab-46fc-a482-d69ceca2f02e} <Debug> oximeter.measurements_histogramu32 (1630ffd9-fd60-446c-9d05-692f4141fe3f): There are no data parts | ||
587 | 2024.05.13 20:46:59.393400 [ 3 ] {c334a824-abab-46fc-a482-d69ceca2f02e} <Debug> DynamicQueryHandler: Done processing query | ||
588 | 2024.05.13 20:46:59.393426 [ 3 ] {} <Debug> HTTP-Session: 8842d501-2cb9-4b6b-81b7-ec58e47d3d2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
589 | 2024.05.13 20:46:59.393590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
590 | 2024.05.13 20:46:59.393657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
591 | 2024.05.13 20:46:59.393690 [ 3 ] {} <Debug> HTTP-Session: 2e4fb09a-bc0d-4210-9387-40fa2ca28426 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
592 | 2024.05.13 20:46:59.393709 [ 3 ] {} <Debug> HTTP-Session: 2e4fb09a-bc0d-4210-9387-40fa2ca28426 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.05.13 20:46:59.393732 [ 3 ] {} <Debug> HTTP-Session: 2e4fb09a-bc0d-4210-9387-40fa2ca28426 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
594 | 2024.05.13 20:46:59.393769 [ 3 ] {} <Trace> HTTP-Session: 2e4fb09a-bc0d-4210-9387-40fa2ca28426 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
595 | 2024.05.13 20:46:59.394003 [ 3 ] {5c83fd73-adb7-40c6-b66d-54c315d80a82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
596 | 2024.05.13 20:46:59.394072 [ 3 ] {5c83fd73-adb7-40c6-b66d-54c315d80a82} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
597 | 2024.05.13 20:46:59.398305 [ 3 ] {5c83fd73-adb7-40c6-b66d-54c315d80a82} <Debug> oximeter.measurements_histogrami64 (46543f0d-7a78-42fe-90f1-80723a730f8b): Loading data parts | ||
598 | 2024.05.13 20:46:59.398482 [ 3 ] {5c83fd73-adb7-40c6-b66d-54c315d80a82} <Debug> oximeter.measurements_histogrami64 (46543f0d-7a78-42fe-90f1-80723a730f8b): There are no data parts | ||
599 | 2024.05.13 20:46:59.406286 [ 3 ] {5c83fd73-adb7-40c6-b66d-54c315d80a82} <Debug> DynamicQueryHandler: Done processing query | ||
600 | 2024.05.13 20:46:59.406319 [ 3 ] {} <Debug> HTTP-Session: 2e4fb09a-bc0d-4210-9387-40fa2ca28426 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
601 | 2024.05.13 20:46:59.406428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
602 | 2024.05.13 20:46:59.406489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
603 | 2024.05.13 20:46:59.406514 [ 3 ] {} <Debug> HTTP-Session: b5c682ca-8155-41fe-8d03-328781d4afab Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
604 | 2024.05.13 20:46:59.406536 [ 3 ] {} <Debug> HTTP-Session: b5c682ca-8155-41fe-8d03-328781d4afab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.05.13 20:46:59.406549 [ 3 ] {} <Debug> HTTP-Session: b5c682ca-8155-41fe-8d03-328781d4afab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
606 | 2024.05.13 20:46:59.406584 [ 3 ] {} <Trace> HTTP-Session: b5c682ca-8155-41fe-8d03-328781d4afab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
607 | 2024.05.13 20:46:59.406774 [ 3 ] {82351f26-351a-4638-92b2-d28122ec2551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
608 | 2024.05.13 20:46:59.406832 [ 3 ] {82351f26-351a-4638-92b2-d28122ec2551} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
609 | 2024.05.13 20:46:59.411522 [ 3 ] {82351f26-351a-4638-92b2-d28122ec2551} <Debug> oximeter.measurements_histogramu64 (ef88ba87-083c-4d1f-8e92-ec0b7d234cba): Loading data parts | ||
610 | 2024.05.13 20:46:59.411705 [ 3 ] {82351f26-351a-4638-92b2-d28122ec2551} <Debug> oximeter.measurements_histogramu64 (ef88ba87-083c-4d1f-8e92-ec0b7d234cba): There are no data parts | ||
611 | 2024.05.13 20:46:59.421843 [ 3 ] {82351f26-351a-4638-92b2-d28122ec2551} <Debug> DynamicQueryHandler: Done processing query | ||
612 | 2024.05.13 20:46:59.421874 [ 3 ] {} <Debug> HTTP-Session: b5c682ca-8155-41fe-8d03-328781d4afab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
613 | 2024.05.13 20:46:59.422011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
614 | 2024.05.13 20:46:59.422077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
615 | 2024.05.13 20:46:59.422100 [ 3 ] {} <Debug> HTTP-Session: f77c5324-c4c9-467b-8fa6-09357266f85b Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
616 | 2024.05.13 20:46:59.422127 [ 3 ] {} <Debug> HTTP-Session: f77c5324-c4c9-467b-8fa6-09357266f85b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.05.13 20:46:59.422150 [ 3 ] {} <Debug> HTTP-Session: f77c5324-c4c9-467b-8fa6-09357266f85b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
618 | 2024.05.13 20:46:59.422187 [ 3 ] {} <Trace> HTTP-Session: f77c5324-c4c9-467b-8fa6-09357266f85b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
619 | 2024.05.13 20:46:59.422418 [ 3 ] {a691298e-8075-493f-b172-99b707b7b428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
620 | 2024.05.13 20:46:59.422489 [ 3 ] {a691298e-8075-493f-b172-99b707b7b428} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
621 | 2024.05.13 20:46:59.427743 [ 3 ] {a691298e-8075-493f-b172-99b707b7b428} <Debug> oximeter.measurements_histogramf32 (e419fb4f-098a-41ab-af91-66620d7006ca): Loading data parts | ||
622 | 2024.05.13 20:46:59.427904 [ 3 ] {a691298e-8075-493f-b172-99b707b7b428} <Debug> oximeter.measurements_histogramf32 (e419fb4f-098a-41ab-af91-66620d7006ca): There are no data parts | ||
623 | 2024.05.13 20:46:59.436248 [ 3 ] {a691298e-8075-493f-b172-99b707b7b428} <Debug> DynamicQueryHandler: Done processing query | ||
624 | 2024.05.13 20:46:59.436288 [ 3 ] {} <Debug> HTTP-Session: f77c5324-c4c9-467b-8fa6-09357266f85b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
625 | 2024.05.13 20:46:59.436419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
626 | 2024.05.13 20:46:59.436476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
627 | 2024.05.13 20:46:59.436503 [ 3 ] {} <Debug> HTTP-Session: 18676e0c-72d1-4bdd-add8-44d0e5385192 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
628 | 2024.05.13 20:46:59.436518 [ 3 ] {} <Debug> HTTP-Session: 18676e0c-72d1-4bdd-add8-44d0e5385192 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.05.13 20:46:59.436537 [ 3 ] {} <Debug> HTTP-Session: 18676e0c-72d1-4bdd-add8-44d0e5385192 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
630 | 2024.05.13 20:46:59.436582 [ 3 ] {} <Trace> HTTP-Session: 18676e0c-72d1-4bdd-add8-44d0e5385192 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
631 | 2024.05.13 20:46:59.436765 [ 3 ] {24eff0af-050f-4b83-b9d6-a768c54638d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
632 | 2024.05.13 20:46:59.436830 [ 3 ] {24eff0af-050f-4b83-b9d6-a768c54638d5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
633 | 2024.05.13 20:46:59.450978 [ 3 ] {24eff0af-050f-4b83-b9d6-a768c54638d5} <Debug> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Loading data parts | ||
634 | 2024.05.13 20:46:59.451181 [ 3 ] {24eff0af-050f-4b83-b9d6-a768c54638d5} <Debug> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): There are no data parts | ||
635 | 2024.05.13 20:46:59.453376 [ 3 ] {24eff0af-050f-4b83-b9d6-a768c54638d5} <Debug> DynamicQueryHandler: Done processing query | ||
636 | 2024.05.13 20:46:59.453411 [ 3 ] {} <Debug> HTTP-Session: 18676e0c-72d1-4bdd-add8-44d0e5385192 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
637 | 2024.05.13 20:46:59.453546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
638 | 2024.05.13 20:46:59.453602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
639 | 2024.05.13 20:46:59.453621 [ 3 ] {} <Debug> HTTP-Session: 859d188d-435d-4fef-8e89-ea3788c70aa9 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
640 | 2024.05.13 20:46:59.453644 [ 3 ] {} <Debug> HTTP-Session: 859d188d-435d-4fef-8e89-ea3788c70aa9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.05.13 20:46:59.453658 [ 3 ] {} <Debug> HTTP-Session: 859d188d-435d-4fef-8e89-ea3788c70aa9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
642 | 2024.05.13 20:46:59.453693 [ 3 ] {} <Trace> HTTP-Session: 859d188d-435d-4fef-8e89-ea3788c70aa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
643 | 2024.05.13 20:46:59.453843 [ 3 ] {42a74fd5-9527-4a97-a303-5a911c47df25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) /* The field tables store named dimensions of each timeseries. | ||
644 | * | ||
645 | * As with the measurement tables, there is one field table for each field data | ||
646 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
647 | * this behavior **must not** be relied upon for query correctness. | ||
648 | * | ||
649 | * The index for the fields differs from the measurements, however. Rows are | ||
650 | * sorted by timeseries name, then field name, field value, and finally | ||
651 | * timeseries key. This reflects the most common pattern for looking them up: | ||
652 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
653 | * usually then used to look up measurements. | ||
654 | * | ||
655 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
656 | * timeseries name and then key, since it would improve lookups where one | ||
657 | * already has the key. Realistically though, these tables are quite small and | ||
658 | * so performance benefits will be low in absolute terms. | ||
659 | */ | ||
660 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
661 | 2024.05.13 20:46:59.453901 [ 3 ] {42a74fd5-9527-4a97-a303-5a911c47df25} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
662 | 2024.05.13 20:46:59.465349 [ 3 ] {42a74fd5-9527-4a97-a303-5a911c47df25} <Debug> oximeter.fields_bool (fe143bc7-f3e4-4caf-8e74-17b0dc60d5a8): Loading data parts | ||
663 | 2024.05.13 20:46:59.465522 [ 3 ] {42a74fd5-9527-4a97-a303-5a911c47df25} <Debug> oximeter.fields_bool (fe143bc7-f3e4-4caf-8e74-17b0dc60d5a8): There are no data parts | ||
664 | 2024.05.13 20:46:59.471049 [ 3 ] {42a74fd5-9527-4a97-a303-5a911c47df25} <Debug> DynamicQueryHandler: Done processing query | ||
665 | 2024.05.13 20:46:59.471089 [ 3 ] {} <Debug> HTTP-Session: 859d188d-435d-4fef-8e89-ea3788c70aa9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
666 | 2024.05.13 20:46:59.471233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
667 | 2024.05.13 20:46:59.471299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
668 | 2024.05.13 20:46:59.471332 [ 3 ] {} <Debug> HTTP-Session: 2dc7ef6a-bf32-468c-901b-82359439b208 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
669 | 2024.05.13 20:46:59.471351 [ 3 ] {} <Debug> HTTP-Session: 2dc7ef6a-bf32-468c-901b-82359439b208 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.05.13 20:46:59.471374 [ 3 ] {} <Debug> HTTP-Session: 2dc7ef6a-bf32-468c-901b-82359439b208 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
671 | 2024.05.13 20:46:59.471418 [ 3 ] {} <Trace> HTTP-Session: 2dc7ef6a-bf32-468c-901b-82359439b208 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
672 | 2024.05.13 20:46:59.471572 [ 3 ] {db5a101f-429a-4813-aea7-749935f4f912} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
673 | 2024.05.13 20:46:59.471630 [ 3 ] {db5a101f-429a-4813-aea7-749935f4f912} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
674 | 2024.05.13 20:46:59.482154 [ 3 ] {db5a101f-429a-4813-aea7-749935f4f912} <Debug> oximeter.fields_i8 (047e63a9-6c69-4462-9940-b27f2213bb0c): Loading data parts | ||
675 | 2024.05.13 20:46:59.482339 [ 3 ] {db5a101f-429a-4813-aea7-749935f4f912} <Debug> oximeter.fields_i8 (047e63a9-6c69-4462-9940-b27f2213bb0c): There are no data parts | ||
676 | 2024.05.13 20:46:59.487360 [ 3 ] {db5a101f-429a-4813-aea7-749935f4f912} <Debug> DynamicQueryHandler: Done processing query | ||
677 | 2024.05.13 20:46:59.487405 [ 3 ] {} <Debug> HTTP-Session: 2dc7ef6a-bf32-468c-901b-82359439b208 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
678 | 2024.05.13 20:46:59.487643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
679 | 2024.05.13 20:46:59.487754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
680 | 2024.05.13 20:46:59.487793 [ 3 ] {} <Debug> HTTP-Session: 9d68d5f0-3e94-41b5-a293-a71e832fc5d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
681 | 2024.05.13 20:46:59.487833 [ 3 ] {} <Debug> HTTP-Session: 9d68d5f0-3e94-41b5-a293-a71e832fc5d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.05.13 20:46:59.487856 [ 3 ] {} <Debug> HTTP-Session: 9d68d5f0-3e94-41b5-a293-a71e832fc5d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
683 | 2024.05.13 20:46:59.487888 [ 3 ] {} <Trace> HTTP-Session: 9d68d5f0-3e94-41b5-a293-a71e832fc5d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
684 | 2024.05.13 20:46:59.488090 [ 3 ] {14a2ed36-c820-42ac-b8e4-60e9ef907d34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
685 | 2024.05.13 20:46:59.488150 [ 3 ] {14a2ed36-c820-42ac-b8e4-60e9ef907d34} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
686 | 2024.05.13 20:46:59.495932 [ 3 ] {14a2ed36-c820-42ac-b8e4-60e9ef907d34} <Debug> oximeter.fields_u8 (dda494de-616c-45b1-a4a6-1d90b81e3622): Loading data parts | ||
687 | 2024.05.13 20:46:59.496199 [ 3 ] {14a2ed36-c820-42ac-b8e4-60e9ef907d34} <Debug> oximeter.fields_u8 (dda494de-616c-45b1-a4a6-1d90b81e3622): There are no data parts | ||
688 | 2024.05.13 20:46:59.510584 [ 3 ] {14a2ed36-c820-42ac-b8e4-60e9ef907d34} <Debug> DynamicQueryHandler: Done processing query | ||
689 | 2024.05.13 20:46:59.510613 [ 3 ] {} <Debug> HTTP-Session: 9d68d5f0-3e94-41b5-a293-a71e832fc5d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
690 | 2024.05.13 20:46:59.510761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
691 | 2024.05.13 20:46:59.510826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
692 | 2024.05.13 20:46:59.510849 [ 3 ] {} <Debug> HTTP-Session: fa196ad0-e9ca-41bd-bfeb-89c5c877af00 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
693 | 2024.05.13 20:46:59.510876 [ 3 ] {} <Debug> HTTP-Session: fa196ad0-e9ca-41bd-bfeb-89c5c877af00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.05.13 20:46:59.510898 [ 3 ] {} <Debug> HTTP-Session: fa196ad0-e9ca-41bd-bfeb-89c5c877af00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
695 | 2024.05.13 20:46:59.510934 [ 3 ] {} <Trace> HTTP-Session: fa196ad0-e9ca-41bd-bfeb-89c5c877af00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
696 | 2024.05.13 20:46:59.511174 [ 3 ] {a0489834-ab2b-41b9-a81e-63a4a910be69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
697 | 2024.05.13 20:46:59.511238 [ 3 ] {a0489834-ab2b-41b9-a81e-63a4a910be69} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
698 | 2024.05.13 20:46:59.516426 [ 3 ] {a0489834-ab2b-41b9-a81e-63a4a910be69} <Debug> oximeter.fields_i16 (5a8d300c-cb6e-460f-a963-6712d2cd4207): Loading data parts | ||
699 | 2024.05.13 20:46:59.516700 [ 3 ] {a0489834-ab2b-41b9-a81e-63a4a910be69} <Debug> oximeter.fields_i16 (5a8d300c-cb6e-460f-a963-6712d2cd4207): There are no data parts | ||
700 | 2024.05.13 20:46:59.525383 [ 3 ] {a0489834-ab2b-41b9-a81e-63a4a910be69} <Debug> DynamicQueryHandler: Done processing query | ||
701 | 2024.05.13 20:46:59.525414 [ 3 ] {} <Debug> HTTP-Session: fa196ad0-e9ca-41bd-bfeb-89c5c877af00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
702 | 2024.05.13 20:46:59.525540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
703 | 2024.05.13 20:46:59.525603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
704 | 2024.05.13 20:46:59.525623 [ 3 ] {} <Debug> HTTP-Session: 12383f3c-43d3-494f-add8-f2434c264d66 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
705 | 2024.05.13 20:46:59.525646 [ 3 ] {} <Debug> HTTP-Session: 12383f3c-43d3-494f-add8-f2434c264d66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.05.13 20:46:59.525666 [ 3 ] {} <Debug> HTTP-Session: 12383f3c-43d3-494f-add8-f2434c264d66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
707 | 2024.05.13 20:46:59.525696 [ 3 ] {} <Trace> HTTP-Session: 12383f3c-43d3-494f-add8-f2434c264d66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
708 | 2024.05.13 20:46:59.525842 [ 3 ] {1c733d09-839b-4996-bbb5-70ec258268c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
709 | 2024.05.13 20:46:59.525889 [ 3 ] {1c733d09-839b-4996-bbb5-70ec258268c9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
710 | 2024.05.13 20:46:59.539174 [ 3 ] {1c733d09-839b-4996-bbb5-70ec258268c9} <Debug> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Loading data parts | ||
711 | 2024.05.13 20:46:59.539373 [ 3 ] {1c733d09-839b-4996-bbb5-70ec258268c9} <Debug> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): There are no data parts | ||
712 | 2024.05.13 20:46:59.541790 [ 3 ] {1c733d09-839b-4996-bbb5-70ec258268c9} <Debug> DynamicQueryHandler: Done processing query | ||
713 | 2024.05.13 20:46:59.541829 [ 3 ] {} <Debug> HTTP-Session: 12383f3c-43d3-494f-add8-f2434c264d66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
714 | 2024.05.13 20:46:59.541957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
715 | 2024.05.13 20:46:59.542005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
716 | 2024.05.13 20:46:59.542031 [ 3 ] {} <Debug> HTTP-Session: e3944e1f-f54b-439a-a007-020e1c23d428 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
717 | 2024.05.13 20:46:59.542054 [ 3 ] {} <Debug> HTTP-Session: e3944e1f-f54b-439a-a007-020e1c23d428 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.05.13 20:46:59.542068 [ 3 ] {} <Debug> HTTP-Session: e3944e1f-f54b-439a-a007-020e1c23d428 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
719 | 2024.05.13 20:46:59.542103 [ 3 ] {} <Trace> HTTP-Session: e3944e1f-f54b-439a-a007-020e1c23d428 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
720 | 2024.05.13 20:46:59.542249 [ 3 ] {cda042fe-0f06-49e7-9e99-4515c3c325ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
721 | 2024.05.13 20:46:59.542296 [ 3 ] {cda042fe-0f06-49e7-9e99-4515c3c325ce} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
722 | 2024.05.13 20:46:59.545687 [ 3 ] {cda042fe-0f06-49e7-9e99-4515c3c325ce} <Debug> oximeter.fields_i32 (dd3be8ad-cd02-4674-a649-b47e933546af): Loading data parts | ||
723 | 2024.05.13 20:46:59.545858 [ 3 ] {cda042fe-0f06-49e7-9e99-4515c3c325ce} <Debug> oximeter.fields_i32 (dd3be8ad-cd02-4674-a649-b47e933546af): There are no data parts | ||
724 | 2024.05.13 20:46:59.554254 [ 3 ] {cda042fe-0f06-49e7-9e99-4515c3c325ce} <Debug> DynamicQueryHandler: Done processing query | ||
725 | 2024.05.13 20:46:59.554292 [ 3 ] {} <Debug> HTTP-Session: e3944e1f-f54b-439a-a007-020e1c23d428 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
726 | 2024.05.13 20:46:59.554410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
727 | 2024.05.13 20:46:59.554468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
728 | 2024.05.13 20:46:59.554496 [ 3 ] {} <Debug> HTTP-Session: 72f0ace1-66d2-4fe1-a289-f139788e23ad Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
729 | 2024.05.13 20:46:59.554512 [ 3 ] {} <Debug> HTTP-Session: 72f0ace1-66d2-4fe1-a289-f139788e23ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.05.13 20:46:59.554531 [ 3 ] {} <Debug> HTTP-Session: 72f0ace1-66d2-4fe1-a289-f139788e23ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
731 | 2024.05.13 20:46:59.554568 [ 3 ] {} <Trace> HTTP-Session: 72f0ace1-66d2-4fe1-a289-f139788e23ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
732 | 2024.05.13 20:46:59.554705 [ 3 ] {0684684c-4eed-4ff6-be9b-f81fc8a7ddc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
733 | 2024.05.13 20:46:59.554758 [ 3 ] {0684684c-4eed-4ff6-be9b-f81fc8a7ddc2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
734 | 2024.05.13 20:46:59.559801 [ 3 ] {0684684c-4eed-4ff6-be9b-f81fc8a7ddc2} <Debug> oximeter.fields_u32 (644d85d4-41c9-44f8-97af-e081a3eddb50): Loading data parts | ||
735 | 2024.05.13 20:46:59.559988 [ 3 ] {0684684c-4eed-4ff6-be9b-f81fc8a7ddc2} <Debug> oximeter.fields_u32 (644d85d4-41c9-44f8-97af-e081a3eddb50): There are no data parts | ||
736 | 2024.05.13 20:46:59.570031 [ 3 ] {0684684c-4eed-4ff6-be9b-f81fc8a7ddc2} <Debug> DynamicQueryHandler: Done processing query | ||
737 | 2024.05.13 20:46:59.570061 [ 3 ] {} <Debug> HTTP-Session: 72f0ace1-66d2-4fe1-a289-f139788e23ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
738 | 2024.05.13 20:46:59.570198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
739 | 2024.05.13 20:46:59.570265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
740 | 2024.05.13 20:46:59.570288 [ 3 ] {} <Debug> HTTP-Session: bad909cd-7c44-4104-a75c-a690d8ab676b Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
741 | 2024.05.13 20:46:59.570315 [ 3 ] {} <Debug> HTTP-Session: bad909cd-7c44-4104-a75c-a690d8ab676b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.05.13 20:46:59.570340 [ 3 ] {} <Debug> HTTP-Session: bad909cd-7c44-4104-a75c-a690d8ab676b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
743 | 2024.05.13 20:46:59.570376 [ 3 ] {} <Trace> HTTP-Session: bad909cd-7c44-4104-a75c-a690d8ab676b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
744 | 2024.05.13 20:46:59.570542 [ 3 ] {2d1eb365-a322-4930-90d2-a3c4097c0a85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
745 | 2024.05.13 20:46:59.570589 [ 3 ] {2d1eb365-a322-4930-90d2-a3c4097c0a85} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
746 | 2024.05.13 20:46:59.574885 [ 3 ] {2d1eb365-a322-4930-90d2-a3c4097c0a85} <Debug> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Loading data parts | ||
747 | 2024.05.13 20:46:59.575134 [ 3 ] {2d1eb365-a322-4930-90d2-a3c4097c0a85} <Debug> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): There are no data parts | ||
748 | 2024.05.13 20:46:59.583113 [ 3 ] {2d1eb365-a322-4930-90d2-a3c4097c0a85} <Debug> DynamicQueryHandler: Done processing query | ||
749 | 2024.05.13 20:46:59.583143 [ 3 ] {} <Debug> HTTP-Session: bad909cd-7c44-4104-a75c-a690d8ab676b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
750 | 2024.05.13 20:46:59.583282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
751 | 2024.05.13 20:46:59.583348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
752 | 2024.05.13 20:46:59.583380 [ 3 ] {} <Debug> HTTP-Session: dabd313b-fd4a-47c7-942b-61834e9bfd44 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
753 | 2024.05.13 20:46:59.583399 [ 3 ] {} <Debug> HTTP-Session: dabd313b-fd4a-47c7-942b-61834e9bfd44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.05.13 20:46:59.583422 [ 3 ] {} <Debug> HTTP-Session: dabd313b-fd4a-47c7-942b-61834e9bfd44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
755 | 2024.05.13 20:46:59.583460 [ 3 ] {} <Trace> HTTP-Session: dabd313b-fd4a-47c7-942b-61834e9bfd44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
756 | 2024.05.13 20:46:59.583603 [ 3 ] {f7f19be6-34d1-43d1-94e9-3852777e73f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
757 | 2024.05.13 20:46:59.583658 [ 3 ] {f7f19be6-34d1-43d1-94e9-3852777e73f6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
758 | 2024.05.13 20:46:59.587484 [ 3 ] {f7f19be6-34d1-43d1-94e9-3852777e73f6} <Debug> oximeter.fields_u64 (627c4ab5-da45-412c-89c3-fea05df9852a): Loading data parts | ||
759 | 2024.05.13 20:46:59.587678 [ 3 ] {f7f19be6-34d1-43d1-94e9-3852777e73f6} <Debug> oximeter.fields_u64 (627c4ab5-da45-412c-89c3-fea05df9852a): There are no data parts | ||
760 | 2024.05.13 20:46:59.598252 [ 3 ] {f7f19be6-34d1-43d1-94e9-3852777e73f6} <Debug> DynamicQueryHandler: Done processing query | ||
761 | 2024.05.13 20:46:59.598284 [ 3 ] {} <Debug> HTTP-Session: dabd313b-fd4a-47c7-942b-61834e9bfd44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
762 | 2024.05.13 20:46:59.598497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
763 | 2024.05.13 20:46:59.598547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
764 | 2024.05.13 20:46:59.598565 [ 3 ] {} <Debug> HTTP-Session: 0620cb78-e25c-41cd-ba8c-21c939e4f7a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
765 | 2024.05.13 20:46:59.598589 [ 3 ] {} <Debug> HTTP-Session: 0620cb78-e25c-41cd-ba8c-21c939e4f7a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.05.13 20:46:59.598603 [ 3 ] {} <Debug> HTTP-Session: 0620cb78-e25c-41cd-ba8c-21c939e4f7a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
767 | 2024.05.13 20:46:59.598633 [ 3 ] {} <Trace> HTTP-Session: 0620cb78-e25c-41cd-ba8c-21c939e4f7a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
768 | 2024.05.13 20:46:59.598778 [ 3 ] {d6cc9701-1f8f-4852-bab1-3f82251c9d09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
769 | 2024.05.13 20:46:59.598816 [ 3 ] {d6cc9701-1f8f-4852-bab1-3f82251c9d09} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
770 | 2024.05.13 20:46:59.604224 [ 3 ] {d6cc9701-1f8f-4852-bab1-3f82251c9d09} <Debug> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Loading data parts | ||
771 | 2024.05.13 20:46:59.604468 [ 3 ] {d6cc9701-1f8f-4852-bab1-3f82251c9d09} <Debug> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): There are no data parts | ||
772 | 2024.05.13 20:46:59.612459 [ 3 ] {d6cc9701-1f8f-4852-bab1-3f82251c9d09} <Debug> DynamicQueryHandler: Done processing query | ||
773 | 2024.05.13 20:46:59.612491 [ 3 ] {} <Debug> HTTP-Session: 0620cb78-e25c-41cd-ba8c-21c939e4f7a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
774 | 2024.05.13 20:46:59.612640 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
775 | 2024.05.13 20:46:59.612699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
776 | 2024.05.13 20:46:59.612722 [ 3 ] {} <Debug> HTTP-Session: 60c004a0-7a4b-44d6-b1bb-59978a21fb86 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
777 | 2024.05.13 20:46:59.612742 [ 3 ] {} <Debug> HTTP-Session: 60c004a0-7a4b-44d6-b1bb-59978a21fb86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.05.13 20:46:59.612760 [ 3 ] {} <Debug> HTTP-Session: 60c004a0-7a4b-44d6-b1bb-59978a21fb86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
779 | 2024.05.13 20:46:59.612795 [ 3 ] {} <Trace> HTTP-Session: 60c004a0-7a4b-44d6-b1bb-59978a21fb86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
780 | 2024.05.13 20:46:59.612963 [ 3 ] {c9ee97cf-eded-465f-8697-0b756acf892d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
781 | 2024.05.13 20:46:59.613010 [ 3 ] {c9ee97cf-eded-465f-8697-0b756acf892d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
782 | 2024.05.13 20:46:59.615046 [ 3 ] {c9ee97cf-eded-465f-8697-0b756acf892d} <Debug> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Loading data parts | ||
783 | 2024.05.13 20:46:59.615219 [ 3 ] {c9ee97cf-eded-465f-8697-0b756acf892d} <Debug> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): There are no data parts | ||
784 | 2024.05.13 20:46:59.618934 [ 3 ] {c9ee97cf-eded-465f-8697-0b756acf892d} <Debug> DynamicQueryHandler: Done processing query | ||
785 | 2024.05.13 20:46:59.618960 [ 3 ] {} <Debug> HTTP-Session: 60c004a0-7a4b-44d6-b1bb-59978a21fb86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
786 | 2024.05.13 20:46:59.619074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
787 | 2024.05.13 20:46:59.619122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
788 | 2024.05.13 20:46:59.619142 [ 3 ] {} <Debug> HTTP-Session: f5fa482f-8074-4ded-b797-cb1491eca627 Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
789 | 2024.05.13 20:46:59.619158 [ 3 ] {} <Debug> HTTP-Session: f5fa482f-8074-4ded-b797-cb1491eca627 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.05.13 20:46:59.619171 [ 3 ] {} <Debug> HTTP-Session: f5fa482f-8074-4ded-b797-cb1491eca627 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
791 | 2024.05.13 20:46:59.619200 [ 3 ] {} <Trace> HTTP-Session: f5fa482f-8074-4ded-b797-cb1491eca627 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
792 | 2024.05.13 20:46:59.619339 [ 3 ] {3b043697-c513-40fc-9715-469a19ff0df8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
793 | 2024.05.13 20:46:59.619378 [ 3 ] {3b043697-c513-40fc-9715-469a19ff0df8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
794 | 2024.05.13 20:46:59.629976 [ 3 ] {3b043697-c513-40fc-9715-469a19ff0df8} <Debug> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Loading data parts | ||
795 | 2024.05.13 20:46:59.630161 [ 3 ] {3b043697-c513-40fc-9715-469a19ff0df8} <Debug> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): There are no data parts | ||
796 | 2024.05.13 20:46:59.634184 [ 3 ] {3b043697-c513-40fc-9715-469a19ff0df8} <Debug> DynamicQueryHandler: Done processing query | ||
797 | 2024.05.13 20:46:59.634230 [ 3 ] {} <Debug> HTTP-Session: f5fa482f-8074-4ded-b797-cb1491eca627 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
798 | 2024.05.13 20:46:59.634425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
799 | 2024.05.13 20:46:59.634525 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
800 | 2024.05.13 20:46:59.634568 [ 3 ] {} <Debug> HTTP-Session: c58e36d1-a551-45b2-b8ae-7fd413c8c97e Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
801 | 2024.05.13 20:46:59.634602 [ 3 ] {} <Debug> HTTP-Session: c58e36d1-a551-45b2-b8ae-7fd413c8c97e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.05.13 20:46:59.634632 [ 3 ] {} <Debug> HTTP-Session: c58e36d1-a551-45b2-b8ae-7fd413c8c97e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
803 | 2024.05.13 20:46:59.634697 [ 3 ] {} <Trace> HTTP-Session: c58e36d1-a551-45b2-b8ae-7fd413c8c97e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
804 | 2024.05.13 20:46:59.635006 [ 3 ] {a608b667-9188-413b-a6ac-2e87a6c1fc05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) /* The timeseries schema table stores the extracted schema for the samples | ||
805 | * oximeter collects. | ||
806 | */ | ||
807 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
808 | 2024.05.13 20:46:59.635065 [ 3 ] {a608b667-9188-413b-a6ac-2e87a6c1fc05} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
809 | 2024.05.13 20:46:59.642467 [ 3 ] {a608b667-9188-413b-a6ac-2e87a6c1fc05} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11): Loading data parts | ||
810 | 2024.05.13 20:46:59.642651 [ 3 ] {a608b667-9188-413b-a6ac-2e87a6c1fc05} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11): There are no data parts | ||
811 | 2024.05.13 20:46:59.647730 [ 3 ] {a608b667-9188-413b-a6ac-2e87a6c1fc05} <Debug> DynamicQueryHandler: Done processing query | ||
812 | 2024.05.13 20:46:59.647757 [ 3 ] {} <Debug> HTTP-Session: c58e36d1-a551-45b2-b8ae-7fd413c8c97e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
813 | 2024.05.13 20:46:59.647895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44873, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
814 | 2024.05.13 20:46:59.647944 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
815 | 2024.05.13 20:46:59.647963 [ 3 ] {} <Debug> HTTP-Session: c7f6269c-8e7b-4fd2-9259-efe2c0f414ed Authenticating user 'default' from [fd00:1122:3344:101::d]:44873 | ||
816 | 2024.05.13 20:46:59.647979 [ 3 ] {} <Debug> HTTP-Session: c7f6269c-8e7b-4fd2-9259-efe2c0f414ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.05.13 20:46:59.647993 [ 3 ] {} <Debug> HTTP-Session: c7f6269c-8e7b-4fd2-9259-efe2c0f414ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
818 | 2024.05.13 20:46:59.648023 [ 3 ] {} <Trace> HTTP-Session: c7f6269c-8e7b-4fd2-9259-efe2c0f414ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
819 | 2024.05.13 20:46:59.648187 [ 3 ] {ccd2b814-0511-418d-bb9a-a7cc806aa9d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44873) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
820 | 2024.05.13 20:46:59.649971 [ 3 ] {ccd2b814-0511-418d-bb9a-a7cc806aa9d7} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
821 | 2024.05.13 20:46:59.654044 [ 3 ] {ccd2b814-0511-418d-bb9a-a7cc806aa9d7} <Trace> oximeter.version (65581097-b127-4dff-9464-77685b2624b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
822 | 2024.05.13 20:46:59.654081 [ 3 ] {ccd2b814-0511-418d-bb9a-a7cc806aa9d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
823 | 2024.05.13 20:46:59.658809 [ 3 ] {ccd2b814-0511-418d-bb9a-a7cc806aa9d7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
824 | 2024.05.13 20:46:59.659926 [ 3 ] {ccd2b814-0511-418d-bb9a-a7cc806aa9d7} <Trace> oximeter.version (65581097-b127-4dff-9464-77685b2624b2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
825 | 2024.05.13 20:46:59.660191 [ 3 ] {ccd2b814-0511-418d-bb9a-a7cc806aa9d7} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.012076 sec., 82.80887711162637 rows/sec., 1.29 KiB/sec. | ||
826 | 2024.05.13 20:46:59.660344 [ 3 ] {ccd2b814-0511-418d-bb9a-a7cc806aa9d7} <Debug> DynamicQueryHandler: Done processing query | ||
827 | 2024.05.13 20:46:59.660367 [ 3 ] {ccd2b814-0511-418d-bb9a-a7cc806aa9d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
828 | 2024.05.13 20:46:59.660382 [ 3 ] {} <Debug> HTTP-Session: c7f6269c-8e7b-4fd2-9259-efe2c0f414ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
829 | 2024.05.13 20:47:12.827591 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
830 | 2024.05.13 20:47:12.827658 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
831 | 2024.05.13 20:47:14.674141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
832 | 2024.05.13 20:47:14.674259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
833 | 2024.05.13 20:47:14.674284 [ 3 ] {} <Debug> HTTP-Session: 0866054c-b1ac-437b-a825-c6a6e5d7128d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
834 | 2024.05.13 20:47:14.674308 [ 3 ] {} <Debug> HTTP-Session: 0866054c-b1ac-437b-a825-c6a6e5d7128d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
835 | 2024.05.13 20:47:14.674322 [ 3 ] {} <Debug> HTTP-Session: 0866054c-b1ac-437b-a825-c6a6e5d7128d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
836 | 2024.05.13 20:47:14.674371 [ 3 ] {} <Trace> HTTP-Session: 0866054c-b1ac-437b-a825-c6a6e5d7128d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
837 | 2024.05.13 20:47:14.674553 [ 3 ] {50650841-e27c-4cee-a4d6-ef32b8227d30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
838 | 2024.05.13 20:47:14.674884 [ 3 ] {50650841-e27c-4cee-a4d6-ef32b8227d30} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
839 | 2024.05.13 20:47:14.675031 [ 3 ] {50650841-e27c-4cee-a4d6-ef32b8227d30} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
840 | 2024.05.13 20:47:14.675954 [ 3 ] {50650841-e27c-4cee-a4d6-ef32b8227d30} <Debug> DynamicQueryHandler: Done processing query | ||
841 | 2024.05.13 20:47:14.675982 [ 3 ] {50650841-e27c-4cee-a4d6-ef32b8227d30} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
842 | 2024.05.13 20:47:14.675999 [ 3 ] {} <Debug> HTTP-Session: 0866054c-b1ac-437b-a825-c6a6e5d7128d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
843 | 2024.05.13 20:47:14.682549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
844 | 2024.05.13 20:47:14.682609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
845 | 2024.05.13 20:47:14.682630 [ 3 ] {} <Debug> HTTP-Session: 95940cc8-90c5-4901-8bc3-63844f3a63d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
846 | 2024.05.13 20:47:14.682649 [ 3 ] {} <Debug> HTTP-Session: 95940cc8-90c5-4901-8bc3-63844f3a63d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
847 | 2024.05.13 20:47:14.682664 [ 3 ] {} <Debug> HTTP-Session: 95940cc8-90c5-4901-8bc3-63844f3a63d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
848 | 2024.05.13 20:47:14.682700 [ 3 ] {} <Trace> HTTP-Session: 95940cc8-90c5-4901-8bc3-63844f3a63d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
849 | 2024.05.13 20:47:14.682906 [ 3 ] {e1a0617f-6149-499e-9f79-0b54cbcb2d75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
850 | 2024.05.13 20:47:14.685288 [ 3 ] {e1a0617f-6149-499e-9f79-0b54cbcb2d75} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
851 | 2024.05.13 20:47:14.685340 [ 3 ] {e1a0617f-6149-499e-9f79-0b54cbcb2d75} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
852 | 2024.05.13 20:47:14.686353 [ 3 ] {e1a0617f-6149-499e-9f79-0b54cbcb2d75} <Debug> DynamicQueryHandler: Done processing query | ||
853 | 2024.05.13 20:47:14.686381 [ 3 ] {e1a0617f-6149-499e-9f79-0b54cbcb2d75} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
854 | 2024.05.13 20:47:14.686398 [ 3 ] {} <Debug> HTTP-Session: 95940cc8-90c5-4901-8bc3-63844f3a63d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
855 | 2024.05.13 20:47:14.686736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
856 | 2024.05.13 20:47:14.686786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
857 | 2024.05.13 20:47:14.686805 [ 3 ] {} <Debug> HTTP-Session: 30827691-606c-4674-a5e5-916cab4a48f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
858 | 2024.05.13 20:47:14.686822 [ 3 ] {} <Debug> HTTP-Session: 30827691-606c-4674-a5e5-916cab4a48f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
859 | 2024.05.13 20:47:14.686836 [ 3 ] {} <Debug> HTTP-Session: 30827691-606c-4674-a5e5-916cab4a48f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
860 | 2024.05.13 20:47:14.686870 [ 3 ] {} <Trace> HTTP-Session: 30827691-606c-4674-a5e5-916cab4a48f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
861 | 2024.05.13 20:47:14.686998 [ 3 ] {b38e00f7-559b-494e-b4e1-81e1b16eecf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
862 | 2024.05.13 20:47:14.687357 [ 3 ] {b38e00f7-559b-494e-b4e1-81e1b16eecf3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
863 | 2024.05.13 20:47:14.687407 [ 3 ] {b38e00f7-559b-494e-b4e1-81e1b16eecf3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
864 | 2024.05.13 20:47:14.688262 [ 3 ] {b38e00f7-559b-494e-b4e1-81e1b16eecf3} <Debug> DynamicQueryHandler: Done processing query | ||
865 | 2024.05.13 20:47:14.688288 [ 3 ] {b38e00f7-559b-494e-b4e1-81e1b16eecf3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
866 | 2024.05.13 20:47:14.688304 [ 3 ] {} <Debug> HTTP-Session: 30827691-606c-4674-a5e5-916cab4a48f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
867 | 2024.05.13 20:47:14.688525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
868 | 2024.05.13 20:47:14.688573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
869 | 2024.05.13 20:47:14.688592 [ 3 ] {} <Debug> HTTP-Session: fa7864c2-96c1-4134-98c9-97895dda4262 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
870 | 2024.05.13 20:47:14.688608 [ 3 ] {} <Debug> HTTP-Session: fa7864c2-96c1-4134-98c9-97895dda4262 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
871 | 2024.05.13 20:47:14.688621 [ 3 ] {} <Debug> HTTP-Session: fa7864c2-96c1-4134-98c9-97895dda4262 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
872 | 2024.05.13 20:47:14.688651 [ 3 ] {} <Trace> HTTP-Session: fa7864c2-96c1-4134-98c9-97895dda4262 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
873 | 2024.05.13 20:47:14.688771 [ 3 ] {5aa00544-365a-4b1d-b132-add39c7b0514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
874 | 2024.05.13 20:47:14.689089 [ 3 ] {5aa00544-365a-4b1d-b132-add39c7b0514} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
875 | 2024.05.13 20:47:14.689141 [ 3 ] {5aa00544-365a-4b1d-b132-add39c7b0514} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
876 | 2024.05.13 20:47:14.690066 [ 3 ] {5aa00544-365a-4b1d-b132-add39c7b0514} <Debug> DynamicQueryHandler: Done processing query | ||
877 | 2024.05.13 20:47:14.690094 [ 3 ] {5aa00544-365a-4b1d-b132-add39c7b0514} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
878 | 2024.05.13 20:47:14.690111 [ 3 ] {} <Debug> HTTP-Session: fa7864c2-96c1-4134-98c9-97895dda4262 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
879 | 2024.05.13 20:47:14.690309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
880 | 2024.05.13 20:47:14.690356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
881 | 2024.05.13 20:47:14.690375 [ 3 ] {} <Debug> HTTP-Session: 6ce24fd2-8022-427b-92af-1fb456f66d43 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
882 | 2024.05.13 20:47:14.690392 [ 3 ] {} <Debug> HTTP-Session: 6ce24fd2-8022-427b-92af-1fb456f66d43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
883 | 2024.05.13 20:47:14.690405 [ 3 ] {} <Debug> HTTP-Session: 6ce24fd2-8022-427b-92af-1fb456f66d43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
884 | 2024.05.13 20:47:14.690436 [ 3 ] {} <Trace> HTTP-Session: 6ce24fd2-8022-427b-92af-1fb456f66d43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
885 | 2024.05.13 20:47:14.690557 [ 3 ] {d37f1edd-0fff-48c5-af36-57ba09a10e4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
886 | 2024.05.13 20:47:14.690875 [ 3 ] {d37f1edd-0fff-48c5-af36-57ba09a10e4d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
887 | 2024.05.13 20:47:14.690927 [ 3 ] {d37f1edd-0fff-48c5-af36-57ba09a10e4d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
888 | 2024.05.13 20:47:14.691812 [ 3 ] {d37f1edd-0fff-48c5-af36-57ba09a10e4d} <Debug> DynamicQueryHandler: Done processing query | ||
889 | 2024.05.13 20:47:14.691839 [ 3 ] {d37f1edd-0fff-48c5-af36-57ba09a10e4d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
890 | 2024.05.13 20:47:14.691854 [ 3 ] {} <Debug> HTTP-Session: 6ce24fd2-8022-427b-92af-1fb456f66d43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
891 | 2024.05.13 20:47:14.692074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
892 | 2024.05.13 20:47:14.692121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
893 | 2024.05.13 20:47:14.692140 [ 3 ] {} <Debug> HTTP-Session: 67648ebd-4e3f-406d-aa0e-d28dd94afdf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
894 | 2024.05.13 20:47:14.692157 [ 3 ] {} <Debug> HTTP-Session: 67648ebd-4e3f-406d-aa0e-d28dd94afdf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
895 | 2024.05.13 20:47:14.692170 [ 3 ] {} <Debug> HTTP-Session: 67648ebd-4e3f-406d-aa0e-d28dd94afdf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
896 | 2024.05.13 20:47:14.692200 [ 3 ] {} <Trace> HTTP-Session: 67648ebd-4e3f-406d-aa0e-d28dd94afdf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
897 | 2024.05.13 20:47:14.692322 [ 3 ] {81c6927a-3783-4403-81c9-57d3ffea0f07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
898 | 2024.05.13 20:47:14.692651 [ 3 ] {81c6927a-3783-4403-81c9-57d3ffea0f07} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
899 | 2024.05.13 20:47:14.692704 [ 3 ] {81c6927a-3783-4403-81c9-57d3ffea0f07} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
900 | 2024.05.13 20:47:14.693627 [ 3 ] {81c6927a-3783-4403-81c9-57d3ffea0f07} <Debug> DynamicQueryHandler: Done processing query | ||
901 | 2024.05.13 20:47:14.693660 [ 3 ] {81c6927a-3783-4403-81c9-57d3ffea0f07} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
902 | 2024.05.13 20:47:14.693677 [ 3 ] {} <Debug> HTTP-Session: 67648ebd-4e3f-406d-aa0e-d28dd94afdf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
903 | 2024.05.13 20:47:14.693869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
904 | 2024.05.13 20:47:14.693916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
905 | 2024.05.13 20:47:14.693936 [ 3 ] {} <Debug> HTTP-Session: 067693ea-0418-4e9e-b4ba-977cdf567b3c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
906 | 2024.05.13 20:47:14.693952 [ 3 ] {} <Debug> HTTP-Session: 067693ea-0418-4e9e-b4ba-977cdf567b3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
907 | 2024.05.13 20:47:14.693966 [ 3 ] {} <Debug> HTTP-Session: 067693ea-0418-4e9e-b4ba-977cdf567b3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
908 | 2024.05.13 20:47:14.693997 [ 3 ] {} <Trace> HTTP-Session: 067693ea-0418-4e9e-b4ba-977cdf567b3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
909 | 2024.05.13 20:47:14.694124 [ 3 ] {b61d5e88-d8af-46b1-9910-4a4bd19176dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
910 | 2024.05.13 20:47:14.694448 [ 3 ] {b61d5e88-d8af-46b1-9910-4a4bd19176dd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
911 | 2024.05.13 20:47:14.694501 [ 3 ] {b61d5e88-d8af-46b1-9910-4a4bd19176dd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
912 | 2024.05.13 20:47:14.695435 [ 3 ] {b61d5e88-d8af-46b1-9910-4a4bd19176dd} <Debug> DynamicQueryHandler: Done processing query | ||
913 | 2024.05.13 20:47:14.695462 [ 3 ] {b61d5e88-d8af-46b1-9910-4a4bd19176dd} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
914 | 2024.05.13 20:47:14.695479 [ 3 ] {} <Debug> HTTP-Session: 067693ea-0418-4e9e-b4ba-977cdf567b3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
915 | 2024.05.13 20:47:14.695697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
916 | 2024.05.13 20:47:14.695748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
917 | 2024.05.13 20:47:14.695767 [ 3 ] {} <Debug> HTTP-Session: d1aba277-414e-4bd3-9a7a-082aaeac5a45 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
918 | 2024.05.13 20:47:14.695784 [ 3 ] {} <Debug> HTTP-Session: d1aba277-414e-4bd3-9a7a-082aaeac5a45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
919 | 2024.05.13 20:47:14.695798 [ 3 ] {} <Debug> HTTP-Session: d1aba277-414e-4bd3-9a7a-082aaeac5a45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
920 | 2024.05.13 20:47:14.695829 [ 3 ] {} <Trace> HTTP-Session: d1aba277-414e-4bd3-9a7a-082aaeac5a45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
921 | 2024.05.13 20:47:14.695953 [ 3 ] {8ea05704-06b1-45d1-b7e6-c12df67f583a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
922 | 2024.05.13 20:47:14.696281 [ 3 ] {8ea05704-06b1-45d1-b7e6-c12df67f583a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
923 | 2024.05.13 20:47:14.696333 [ 3 ] {8ea05704-06b1-45d1-b7e6-c12df67f583a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
924 | 2024.05.13 20:47:14.697258 [ 3 ] {8ea05704-06b1-45d1-b7e6-c12df67f583a} <Debug> DynamicQueryHandler: Done processing query | ||
925 | 2024.05.13 20:47:14.697283 [ 3 ] {8ea05704-06b1-45d1-b7e6-c12df67f583a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
926 | 2024.05.13 20:47:14.697300 [ 3 ] {} <Debug> HTTP-Session: d1aba277-414e-4bd3-9a7a-082aaeac5a45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
927 | 2024.05.13 20:47:14.697499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
928 | 2024.05.13 20:47:14.697545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
929 | 2024.05.13 20:47:14.697564 [ 3 ] {} <Debug> HTTP-Session: 03d50607-4c69-4ddf-a18c-60180cf7bdf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
930 | 2024.05.13 20:47:14.697579 [ 3 ] {} <Debug> HTTP-Session: 03d50607-4c69-4ddf-a18c-60180cf7bdf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
931 | 2024.05.13 20:47:14.697593 [ 3 ] {} <Debug> HTTP-Session: 03d50607-4c69-4ddf-a18c-60180cf7bdf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
932 | 2024.05.13 20:47:14.697623 [ 3 ] {} <Trace> HTTP-Session: 03d50607-4c69-4ddf-a18c-60180cf7bdf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
933 | 2024.05.13 20:47:14.697745 [ 3 ] {efce9cfa-10d6-48bf-9f4c-1a99591a4738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
934 | 2024.05.13 20:47:14.698072 [ 3 ] {efce9cfa-10d6-48bf-9f4c-1a99591a4738} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
935 | 2024.05.13 20:47:14.698122 [ 3 ] {efce9cfa-10d6-48bf-9f4c-1a99591a4738} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
936 | 2024.05.13 20:47:14.699050 [ 3 ] {efce9cfa-10d6-48bf-9f4c-1a99591a4738} <Debug> DynamicQueryHandler: Done processing query | ||
937 | 2024.05.13 20:47:14.699077 [ 3 ] {efce9cfa-10d6-48bf-9f4c-1a99591a4738} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
938 | 2024.05.13 20:47:14.699092 [ 3 ] {} <Debug> HTTP-Session: 03d50607-4c69-4ddf-a18c-60180cf7bdf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
939 | 2024.05.13 20:47:14.699322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
940 | 2024.05.13 20:47:14.699368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
941 | 2024.05.13 20:47:14.699387 [ 3 ] {} <Debug> HTTP-Session: 77daa282-7b8c-448d-a2eb-b54d9d17af5d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
942 | 2024.05.13 20:47:14.699403 [ 3 ] {} <Debug> HTTP-Session: 77daa282-7b8c-448d-a2eb-b54d9d17af5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
943 | 2024.05.13 20:47:14.699416 [ 3 ] {} <Debug> HTTP-Session: 77daa282-7b8c-448d-a2eb-b54d9d17af5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
944 | 2024.05.13 20:47:14.699446 [ 3 ] {} <Trace> HTTP-Session: 77daa282-7b8c-448d-a2eb-b54d9d17af5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
945 | 2024.05.13 20:47:14.699569 [ 3 ] {af01b6e3-d000-4243-a4b0-7469c466989c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
946 | 2024.05.13 20:47:14.699906 [ 3 ] {af01b6e3-d000-4243-a4b0-7469c466989c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
947 | 2024.05.13 20:47:14.699957 [ 3 ] {af01b6e3-d000-4243-a4b0-7469c466989c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
948 | 2024.05.13 20:47:14.700817 [ 3 ] {af01b6e3-d000-4243-a4b0-7469c466989c} <Debug> DynamicQueryHandler: Done processing query | ||
949 | 2024.05.13 20:47:14.700843 [ 3 ] {af01b6e3-d000-4243-a4b0-7469c466989c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
950 | 2024.05.13 20:47:14.700859 [ 3 ] {} <Debug> HTTP-Session: 77daa282-7b8c-448d-a2eb-b54d9d17af5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
951 | 2024.05.13 20:47:14.701081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
952 | 2024.05.13 20:47:14.701127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
953 | 2024.05.13 20:47:14.701147 [ 3 ] {} <Debug> HTTP-Session: c3e3664d-4651-42a8-922c-3be532788e8b Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
954 | 2024.05.13 20:47:14.701164 [ 3 ] {} <Debug> HTTP-Session: c3e3664d-4651-42a8-922c-3be532788e8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
955 | 2024.05.13 20:47:14.701178 [ 3 ] {} <Debug> HTTP-Session: c3e3664d-4651-42a8-922c-3be532788e8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
956 | 2024.05.13 20:47:14.701209 [ 3 ] {} <Trace> HTTP-Session: c3e3664d-4651-42a8-922c-3be532788e8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
957 | 2024.05.13 20:47:14.701337 [ 3 ] {3de0babf-4699-49b3-bba9-6df7a1f35b01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
958 | 2024.05.13 20:47:14.701675 [ 3 ] {3de0babf-4699-49b3-bba9-6df7a1f35b01} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
959 | 2024.05.13 20:47:14.701729 [ 3 ] {3de0babf-4699-49b3-bba9-6df7a1f35b01} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
960 | 2024.05.13 20:47:14.702640 [ 3 ] {3de0babf-4699-49b3-bba9-6df7a1f35b01} <Debug> DynamicQueryHandler: Done processing query | ||
961 | 2024.05.13 20:47:14.702666 [ 3 ] {3de0babf-4699-49b3-bba9-6df7a1f35b01} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
962 | 2024.05.13 20:47:14.702682 [ 3 ] {} <Debug> HTTP-Session: c3e3664d-4651-42a8-922c-3be532788e8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
963 | 2024.05.13 20:47:14.702914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
964 | 2024.05.13 20:47:14.702982 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
965 | 2024.05.13 20:47:14.703001 [ 3 ] {} <Debug> HTTP-Session: bfb3de3c-bfe8-41fd-9298-95be2c2246cc Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
966 | 2024.05.13 20:47:14.703018 [ 3 ] {} <Debug> HTTP-Session: bfb3de3c-bfe8-41fd-9298-95be2c2246cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
967 | 2024.05.13 20:47:14.703031 [ 3 ] {} <Debug> HTTP-Session: bfb3de3c-bfe8-41fd-9298-95be2c2246cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
968 | 2024.05.13 20:47:14.703061 [ 3 ] {} <Trace> HTTP-Session: bfb3de3c-bfe8-41fd-9298-95be2c2246cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
969 | 2024.05.13 20:47:14.703238 [ 3 ] {67950e89-7bc5-4f59-b4d3-b1a79e05ce90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
970 | 2024.05.13 20:47:14.703583 [ 3 ] {67950e89-7bc5-4f59-b4d3-b1a79e05ce90} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
971 | 2024.05.13 20:47:14.703635 [ 3 ] {67950e89-7bc5-4f59-b4d3-b1a79e05ce90} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
972 | 2024.05.13 20:47:14.704614 [ 3 ] {67950e89-7bc5-4f59-b4d3-b1a79e05ce90} <Debug> DynamicQueryHandler: Done processing query | ||
973 | 2024.05.13 20:47:14.704641 [ 3 ] {67950e89-7bc5-4f59-b4d3-b1a79e05ce90} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
974 | 2024.05.13 20:47:14.704657 [ 3 ] {} <Debug> HTTP-Session: bfb3de3c-bfe8-41fd-9298-95be2c2246cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
975 | 2024.05.13 20:47:14.704870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
976 | 2024.05.13 20:47:14.704917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
977 | 2024.05.13 20:47:14.704937 [ 3 ] {} <Debug> HTTP-Session: 8d581d29-b23f-458e-8b6c-33aa02a0b434 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
978 | 2024.05.13 20:47:14.704953 [ 3 ] {} <Debug> HTTP-Session: 8d581d29-b23f-458e-8b6c-33aa02a0b434 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
979 | 2024.05.13 20:47:14.704967 [ 3 ] {} <Debug> HTTP-Session: 8d581d29-b23f-458e-8b6c-33aa02a0b434 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
980 | 2024.05.13 20:47:14.704998 [ 3 ] {} <Trace> HTTP-Session: 8d581d29-b23f-458e-8b6c-33aa02a0b434 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
981 | 2024.05.13 20:47:14.705139 [ 3 ] {bd66f15c-c958-4f29-b9aa-863f085f333e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
982 | 2024.05.13 20:47:14.705482 [ 3 ] {bd66f15c-c958-4f29-b9aa-863f085f333e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
983 | 2024.05.13 20:47:14.705533 [ 3 ] {bd66f15c-c958-4f29-b9aa-863f085f333e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
984 | 2024.05.13 20:47:14.706434 [ 3 ] {bd66f15c-c958-4f29-b9aa-863f085f333e} <Debug> DynamicQueryHandler: Done processing query | ||
985 | 2024.05.13 20:47:14.706460 [ 3 ] {bd66f15c-c958-4f29-b9aa-863f085f333e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
986 | 2024.05.13 20:47:14.706475 [ 3 ] {} <Debug> HTTP-Session: 8d581d29-b23f-458e-8b6c-33aa02a0b434 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
987 | 2024.05.13 20:47:14.706697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
988 | 2024.05.13 20:47:14.706743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
989 | 2024.05.13 20:47:14.706761 [ 3 ] {} <Debug> HTTP-Session: 717ecefd-6508-4cfe-b7c2-e3586205aed4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
990 | 2024.05.13 20:47:14.706776 [ 3 ] {} <Debug> HTTP-Session: 717ecefd-6508-4cfe-b7c2-e3586205aed4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
991 | 2024.05.13 20:47:14.706788 [ 3 ] {} <Debug> HTTP-Session: 717ecefd-6508-4cfe-b7c2-e3586205aed4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
992 | 2024.05.13 20:47:14.706816 [ 3 ] {} <Trace> HTTP-Session: 717ecefd-6508-4cfe-b7c2-e3586205aed4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
993 | 2024.05.13 20:47:14.706934 [ 3 ] {bcd687ff-2461-4062-90be-f52ebb073b9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
994 | 2024.05.13 20:47:14.707261 [ 3 ] {bcd687ff-2461-4062-90be-f52ebb073b9b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
995 | 2024.05.13 20:47:14.707311 [ 3 ] {bcd687ff-2461-4062-90be-f52ebb073b9b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
996 | 2024.05.13 20:47:14.708286 [ 3 ] {bcd687ff-2461-4062-90be-f52ebb073b9b} <Debug> DynamicQueryHandler: Done processing query | ||
997 | 2024.05.13 20:47:14.708323 [ 3 ] {bcd687ff-2461-4062-90be-f52ebb073b9b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
998 | 2024.05.13 20:47:14.708341 [ 3 ] {} <Debug> HTTP-Session: 717ecefd-6508-4cfe-b7c2-e3586205aed4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
999 | 2024.05.13 20:47:14.712845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1000 | 2024.05.13 20:47:14.712914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1001 | 2024.05.13 20:47:14.712935 [ 3 ] {} <Debug> HTTP-Session: 96a79b58-bc7a-4a6c-8a2b-0018bdc89da5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1002 | 2024.05.13 20:47:14.712954 [ 3 ] {} <Debug> HTTP-Session: 96a79b58-bc7a-4a6c-8a2b-0018bdc89da5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1003 | 2024.05.13 20:47:14.712968 [ 3 ] {} <Debug> HTTP-Session: 96a79b58-bc7a-4a6c-8a2b-0018bdc89da5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1004 | 2024.05.13 20:47:14.713003 [ 3 ] {} <Trace> HTTP-Session: 96a79b58-bc7a-4a6c-8a2b-0018bdc89da5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1005 | 2024.05.13 20:47:14.713239 [ 3 ] {4b3e581b-467c-4351-8674-b6012dd17a13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1006 | 2024.05.13 20:47:14.713299 [ 3 ] {4b3e581b-467c-4351-8674-b6012dd17a13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1007 | 2024.05.13 20:47:14.713515 [ 3 ] {4b3e581b-467c-4351-8674-b6012dd17a13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1008 | 2024.05.13 20:47:14.714022 [ 3 ] {4b3e581b-467c-4351-8674-b6012dd17a13} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1009 | 2024.05.13 20:47:14.714064 [ 3 ] {4b3e581b-467c-4351-8674-b6012dd17a13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1010 | 2024.05.13 20:47:14.714789 [ 3 ] {4b3e581b-467c-4351-8674-b6012dd17a13} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1011 | 2024.05.13 20:47:14.715338 [ 3 ] {4b3e581b-467c-4351-8674-b6012dd17a13} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1012 | 2024.05.13 20:47:14.715511 [ 3 ] {4b3e581b-467c-4351-8674-b6012dd17a13} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.002343 sec., 5975.24541186513 rows/sec., 857.36 KiB/sec. | ||
1013 | 2024.05.13 20:47:14.715816 [ 3 ] {4b3e581b-467c-4351-8674-b6012dd17a13} <Debug> DynamicQueryHandler: Done processing query | ||
1014 | 2024.05.13 20:47:14.715842 [ 3 ] {4b3e581b-467c-4351-8674-b6012dd17a13} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1015 | 2024.05.13 20:47:14.715858 [ 3 ] {} <Debug> HTTP-Session: 96a79b58-bc7a-4a6c-8a2b-0018bdc89da5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1016 | 2024.05.13 20:47:14.715997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1017 | 2024.05.13 20:47:14.716048 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1018 | 2024.05.13 20:47:14.716067 [ 3 ] {} <Debug> HTTP-Session: fee86d05-12bd-43ae-9043-0dd24b279860 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1019 | 2024.05.13 20:47:14.716089 [ 3 ] {} <Debug> HTTP-Session: fee86d05-12bd-43ae-9043-0dd24b279860 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1020 | 2024.05.13 20:47:14.716102 [ 3 ] {} <Debug> HTTP-Session: fee86d05-12bd-43ae-9043-0dd24b279860 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1021 | 2024.05.13 20:47:14.716134 [ 3 ] {} <Trace> HTTP-Session: fee86d05-12bd-43ae-9043-0dd24b279860 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1022 | 2024.05.13 20:47:14.716245 [ 3 ] {b010be7c-c94a-41ea-a51a-a8b8bfc86c50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1023 | 2024.05.13 20:47:14.716289 [ 3 ] {b010be7c-c94a-41ea-a51a-a8b8bfc86c50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1024 | 2024.05.13 20:47:14.716435 [ 3 ] {b010be7c-c94a-41ea-a51a-a8b8bfc86c50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1025 | 2024.05.13 20:47:14.717491 [ 3 ] {b010be7c-c94a-41ea-a51a-a8b8bfc86c50} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1026 | 2024.05.13 20:47:14.717528 [ 3 ] {b010be7c-c94a-41ea-a51a-a8b8bfc86c50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1027 | 2024.05.13 20:47:14.717925 [ 3 ] {b010be7c-c94a-41ea-a51a-a8b8bfc86c50} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1028 | 2024.05.13 20:47:14.718427 [ 3 ] {b010be7c-c94a-41ea-a51a-a8b8bfc86c50} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1029 | 2024.05.13 20:47:14.718578 [ 3 ] {b010be7c-c94a-41ea-a51a-a8b8bfc86c50} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.00236 sec., 11016.949152542373 rows/sec., 850.35 KiB/sec. | ||
1030 | 2024.05.13 20:47:14.718837 [ 3 ] {b010be7c-c94a-41ea-a51a-a8b8bfc86c50} <Debug> DynamicQueryHandler: Done processing query | ||
1031 | 2024.05.13 20:47:14.718866 [ 3 ] {b010be7c-c94a-41ea-a51a-a8b8bfc86c50} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1032 | 2024.05.13 20:47:14.718881 [ 3 ] {} <Debug> HTTP-Session: fee86d05-12bd-43ae-9043-0dd24b279860 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1033 | 2024.05.13 20:47:14.719013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 4784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1034 | 2024.05.13 20:47:14.719062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1035 | 2024.05.13 20:47:14.719081 [ 3 ] {} <Debug> HTTP-Session: 6abb8ae4-ca8b-4552-8065-3e9d40513ce6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1036 | 2024.05.13 20:47:14.719098 [ 3 ] {} <Debug> HTTP-Session: 6abb8ae4-ca8b-4552-8065-3e9d40513ce6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1037 | 2024.05.13 20:47:14.719112 [ 3 ] {} <Debug> HTTP-Session: 6abb8ae4-ca8b-4552-8065-3e9d40513ce6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1038 | 2024.05.13 20:47:14.719144 [ 3 ] {} <Trace> HTTP-Session: 6abb8ae4-ca8b-4552-8065-3e9d40513ce6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1039 | 2024.05.13 20:47:14.719248 [ 3 ] {7b7818aa-1040-41fe-8221-278ded2953d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1040 | 2024.05.13 20:47:14.719291 [ 3 ] {7b7818aa-1040-41fe-8221-278ded2953d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1041 | 2024.05.13 20:47:14.720079 [ 3 ] {7b7818aa-1040-41fe-8221-278ded2953d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1042 | 2024.05.13 20:47:14.720417 [ 3 ] {7b7818aa-1040-41fe-8221-278ded2953d7} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1043 | 2024.05.13 20:47:14.720453 [ 3 ] {7b7818aa-1040-41fe-8221-278ded2953d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1044 | 2024.05.13 20:47:14.721442 [ 3 ] {7b7818aa-1040-41fe-8221-278ded2953d7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1045 | 2024.05.13 20:47:14.721960 [ 3 ] {7b7818aa-1040-41fe-8221-278ded2953d7} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1046 | 2024.05.13 20:47:14.722104 [ 3 ] {7b7818aa-1040-41fe-8221-278ded2953d7} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002878 sec., 9728.978457261988 rows/sec., 777.04 KiB/sec. | ||
1047 | 2024.05.13 20:47:14.722266 [ 3 ] {7b7818aa-1040-41fe-8221-278ded2953d7} <Debug> DynamicQueryHandler: Done processing query | ||
1048 | 2024.05.13 20:47:14.722290 [ 3 ] {7b7818aa-1040-41fe-8221-278ded2953d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1049 | 2024.05.13 20:47:14.722305 [ 3 ] {} <Debug> HTTP-Session: 6abb8ae4-ca8b-4552-8065-3e9d40513ce6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1050 | 2024.05.13 20:47:14.722489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 15299, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1051 | 2024.05.13 20:47:14.722538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1052 | 2024.05.13 20:47:14.722557 [ 3 ] {} <Debug> HTTP-Session: 02211ed4-7e7b-44af-8dde-4bdd4dc6c2a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1053 | 2024.05.13 20:47:14.722574 [ 3 ] {} <Debug> HTTP-Session: 02211ed4-7e7b-44af-8dde-4bdd4dc6c2a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1054 | 2024.05.13 20:47:14.722588 [ 3 ] {} <Debug> HTTP-Session: 02211ed4-7e7b-44af-8dde-4bdd4dc6c2a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1055 | 2024.05.13 20:47:14.722619 [ 3 ] {} <Trace> HTTP-Session: 02211ed4-7e7b-44af-8dde-4bdd4dc6c2a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1056 | 2024.05.13 20:47:14.722743 [ 3 ] {14ed559f-d67c-4697-a187-df2e4c456d55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1057 | 2024.05.13 20:47:14.722794 [ 3 ] {14ed559f-d67c-4697-a187-df2e4c456d55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1058 | 2024.05.13 20:47:14.722942 [ 3 ] {14ed559f-d67c-4697-a187-df2e4c456d55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1059 | 2024.05.13 20:47:14.723919 [ 3 ] {14ed559f-d67c-4697-a187-df2e4c456d55} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1060 | 2024.05.13 20:47:14.723953 [ 3 ] {14ed559f-d67c-4697-a187-df2e4c456d55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1061 | 2024.05.13 20:47:14.724530 [ 3 ] {14ed559f-d67c-4697-a187-df2e4c456d55} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1062 | 2024.05.13 20:47:14.725133 [ 3 ] {14ed559f-d67c-4697-a187-df2e4c456d55} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1063 | 2024.05.13 20:47:14.725262 [ 3 ] {14ed559f-d67c-4697-a187-df2e4c456d55} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.00256 sec., 31249.999999999996 rows/sec., 2.17 MiB/sec. | ||
1064 | 2024.05.13 20:47:14.725544 [ 3 ] {14ed559f-d67c-4697-a187-df2e4c456d55} <Debug> DynamicQueryHandler: Done processing query | ||
1065 | 2024.05.13 20:47:14.725573 [ 3 ] {14ed559f-d67c-4697-a187-df2e4c456d55} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1066 | 2024.05.13 20:47:14.725589 [ 3 ] {} <Debug> HTTP-Session: 02211ed4-7e7b-44af-8dde-4bdd4dc6c2a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1067 | 2024.05.13 20:47:14.725703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3709, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1068 | 2024.05.13 20:47:14.725752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1069 | 2024.05.13 20:47:14.725770 [ 3 ] {} <Debug> HTTP-Session: f457b286-31f1-4201-8f5c-87ba1b2f8716 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1070 | 2024.05.13 20:47:14.725786 [ 3 ] {} <Debug> HTTP-Session: f457b286-31f1-4201-8f5c-87ba1b2f8716 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1071 | 2024.05.13 20:47:14.725799 [ 3 ] {} <Debug> HTTP-Session: f457b286-31f1-4201-8f5c-87ba1b2f8716 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1072 | 2024.05.13 20:47:14.725829 [ 3 ] {} <Trace> HTTP-Session: f457b286-31f1-4201-8f5c-87ba1b2f8716 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1073 | 2024.05.13 20:47:14.725931 [ 3 ] {dac9ed90-2672-452b-b749-a6821faf58c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1074 | 2024.05.13 20:47:14.725976 [ 3 ] {dac9ed90-2672-452b-b749-a6821faf58c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1075 | 2024.05.13 20:47:14.726118 [ 3 ] {dac9ed90-2672-452b-b749-a6821faf58c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1076 | 2024.05.13 20:47:14.726403 [ 3 ] {dac9ed90-2672-452b-b749-a6821faf58c3} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1077 | 2024.05.13 20:47:14.726440 [ 3 ] {dac9ed90-2672-452b-b749-a6821faf58c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1078 | 2024.05.13 20:47:14.726896 [ 3 ] {dac9ed90-2672-452b-b749-a6821faf58c3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1079 | 2024.05.13 20:47:14.727446 [ 3 ] {dac9ed90-2672-452b-b749-a6821faf58c3} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1080 | 2024.05.13 20:47:14.727589 [ 3 ] {dac9ed90-2672-452b-b749-a6821faf58c3} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001678 sec., 14302.74135876043 rows/sec., 1003.33 KiB/sec. | ||
1081 | 2024.05.13 20:47:14.727847 [ 3 ] {dac9ed90-2672-452b-b749-a6821faf58c3} <Debug> DynamicQueryHandler: Done processing query | ||
1082 | 2024.05.13 20:47:14.727871 [ 3 ] {dac9ed90-2672-452b-b749-a6821faf58c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1083 | 2024.05.13 20:47:14.727886 [ 3 ] {} <Debug> HTTP-Session: f457b286-31f1-4201-8f5c-87ba1b2f8716 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1084 | 2024.05.13 20:47:19.668976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1085 | 2024.05.13 20:47:19.669101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1086 | 2024.05.13 20:47:19.669125 [ 3 ] {} <Debug> HTTP-Session: 50bac68d-f07b-4ea8-9de1-f0e159a20d71 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1087 | 2024.05.13 20:47:19.669149 [ 3 ] {} <Debug> HTTP-Session: 50bac68d-f07b-4ea8-9de1-f0e159a20d71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1088 | 2024.05.13 20:47:19.669163 [ 3 ] {} <Debug> HTTP-Session: 50bac68d-f07b-4ea8-9de1-f0e159a20d71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1089 | 2024.05.13 20:47:19.669211 [ 3 ] {} <Trace> HTTP-Session: 50bac68d-f07b-4ea8-9de1-f0e159a20d71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1090 | 2024.05.13 20:47:19.669392 [ 3 ] {4d379bb3-87e6-4b29-badb-d159e085c0d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1091 | 2024.05.13 20:47:19.669455 [ 3 ] {4d379bb3-87e6-4b29-badb-d159e085c0d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1092 | 2024.05.13 20:47:19.669645 [ 3 ] {4d379bb3-87e6-4b29-badb-d159e085c0d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1093 | 2024.05.13 20:47:19.670078 [ 3 ] {4d379bb3-87e6-4b29-badb-d159e085c0d3} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1094 | 2024.05.13 20:47:19.670122 [ 3 ] {4d379bb3-87e6-4b29-badb-d159e085c0d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1095 | 2024.05.13 20:47:19.670482 [ 3 ] {4d379bb3-87e6-4b29-badb-d159e085c0d3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1096 | 2024.05.13 20:47:19.670818 [ 3 ] {4d379bb3-87e6-4b29-badb-d159e085c0d3} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1097 | 2024.05.13 20:47:19.671011 [ 3 ] {4d379bb3-87e6-4b29-badb-d159e085c0d3} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001667 sec., 15596.880623875224 rows/sec., 1.18 MiB/sec. | ||
1098 | 2024.05.13 20:47:19.671276 [ 3 ] {4d379bb3-87e6-4b29-badb-d159e085c0d3} <Debug> DynamicQueryHandler: Done processing query | ||
1099 | 2024.05.13 20:47:19.671302 [ 3 ] {4d379bb3-87e6-4b29-badb-d159e085c0d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1100 | 2024.05.13 20:47:19.671320 [ 3 ] {} <Debug> HTTP-Session: 50bac68d-f07b-4ea8-9de1-f0e159a20d71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1101 | 2024.05.13 20:47:19.671478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 4784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1102 | 2024.05.13 20:47:19.671527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1103 | 2024.05.13 20:47:19.671546 [ 3 ] {} <Debug> HTTP-Session: 6bb890e4-1cf5-4c2d-b866-268fc20ee575 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1104 | 2024.05.13 20:47:19.671562 [ 3 ] {} <Debug> HTTP-Session: 6bb890e4-1cf5-4c2d-b866-268fc20ee575 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1105 | 2024.05.13 20:47:19.671575 [ 3 ] {} <Debug> HTTP-Session: 6bb890e4-1cf5-4c2d-b866-268fc20ee575 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1106 | 2024.05.13 20:47:19.671605 [ 3 ] {} <Trace> HTTP-Session: 6bb890e4-1cf5-4c2d-b866-268fc20ee575 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1107 | 2024.05.13 20:47:19.671707 [ 3 ] {8e26f3c9-a6fe-42fe-a99e-d9610252de6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1108 | 2024.05.13 20:47:19.671751 [ 3 ] {8e26f3c9-a6fe-42fe-a99e-d9610252de6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1109 | 2024.05.13 20:47:19.671890 [ 3 ] {8e26f3c9-a6fe-42fe-a99e-d9610252de6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1110 | 2024.05.13 20:47:19.672230 [ 3 ] {8e26f3c9-a6fe-42fe-a99e-d9610252de6b} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1111 | 2024.05.13 20:47:19.672266 [ 3 ] {8e26f3c9-a6fe-42fe-a99e-d9610252de6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1112 | 2024.05.13 20:47:19.672568 [ 3 ] {8e26f3c9-a6fe-42fe-a99e-d9610252de6b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1113 | 2024.05.13 20:47:19.672874 [ 3 ] {8e26f3c9-a6fe-42fe-a99e-d9610252de6b} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1114 | 2024.05.13 20:47:19.673010 [ 3 ] {8e26f3c9-a6fe-42fe-a99e-d9610252de6b} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001324 sec., 21148.036253776434 rows/sec., 1.65 MiB/sec. | ||
1115 | 2024.05.13 20:47:19.673169 [ 3 ] {8e26f3c9-a6fe-42fe-a99e-d9610252de6b} <Debug> DynamicQueryHandler: Done processing query | ||
1116 | 2024.05.13 20:47:19.673193 [ 3 ] {8e26f3c9-a6fe-42fe-a99e-d9610252de6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1117 | 2024.05.13 20:47:19.673208 [ 3 ] {} <Debug> HTTP-Session: 6bb890e4-1cf5-4c2d-b866-268fc20ee575 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1118 | 2024.05.13 20:47:19.673367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 19107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1119 | 2024.05.13 20:47:19.673415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1120 | 2024.05.13 20:47:19.673433 [ 3 ] {} <Debug> HTTP-Session: 80e0bc45-ec77-4f7a-b065-6056614112f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1121 | 2024.05.13 20:47:19.673449 [ 3 ] {} <Debug> HTTP-Session: 80e0bc45-ec77-4f7a-b065-6056614112f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1122 | 2024.05.13 20:47:19.673464 [ 3 ] {} <Debug> HTTP-Session: 80e0bc45-ec77-4f7a-b065-6056614112f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1123 | 2024.05.13 20:47:19.673494 [ 3 ] {} <Trace> HTTP-Session: 80e0bc45-ec77-4f7a-b065-6056614112f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1124 | 2024.05.13 20:47:19.673621 [ 3 ] {222afe79-afee-4c48-aad9-df7b30c35f2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1125 | 2024.05.13 20:47:19.673667 [ 3 ] {222afe79-afee-4c48-aad9-df7b30c35f2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1126 | 2024.05.13 20:47:19.673808 [ 3 ] {222afe79-afee-4c48-aad9-df7b30c35f2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1127 | 2024.05.13 20:47:19.674194 [ 3 ] {222afe79-afee-4c48-aad9-df7b30c35f2f} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1128 | 2024.05.13 20:47:19.674230 [ 3 ] {222afe79-afee-4c48-aad9-df7b30c35f2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1129 | 2024.05.13 20:47:19.674611 [ 3 ] {222afe79-afee-4c48-aad9-df7b30c35f2f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1130 | 2024.05.13 20:47:19.674946 [ 3 ] {222afe79-afee-4c48-aad9-df7b30c35f2f} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1131 | 2024.05.13 20:47:19.675088 [ 3 ] {222afe79-afee-4c48-aad9-df7b30c35f2f} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00151 sec., 66225.1655629139 rows/sec., 4.59 MiB/sec. | ||
1132 | 2024.05.13 20:47:19.675254 [ 3 ] {222afe79-afee-4c48-aad9-df7b30c35f2f} <Debug> DynamicQueryHandler: Done processing query | ||
1133 | 2024.05.13 20:47:19.675279 [ 3 ] {222afe79-afee-4c48-aad9-df7b30c35f2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1134 | 2024.05.13 20:47:19.675297 [ 3 ] {} <Debug> HTTP-Session: 80e0bc45-ec77-4f7a-b065-6056614112f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1135 | 2024.05.13 20:47:19.675459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1136 | 2024.05.13 20:47:19.675515 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1137 | 2024.05.13 20:47:19.675535 [ 3 ] {} <Debug> HTTP-Session: 4dceb4ce-9d39-423a-b5af-e04db8885f2c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1138 | 2024.05.13 20:47:19.675552 [ 3 ] {} <Debug> HTTP-Session: 4dceb4ce-9d39-423a-b5af-e04db8885f2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1139 | 2024.05.13 20:47:19.675568 [ 3 ] {} <Debug> HTTP-Session: 4dceb4ce-9d39-423a-b5af-e04db8885f2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1140 | 2024.05.13 20:47:19.675599 [ 3 ] {} <Trace> HTTP-Session: 4dceb4ce-9d39-423a-b5af-e04db8885f2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1141 | 2024.05.13 20:47:19.675724 [ 3 ] {01625d0b-153d-4817-a3d8-980ad242b256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1142 | 2024.05.13 20:47:19.675769 [ 3 ] {01625d0b-153d-4817-a3d8-980ad242b256} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1143 | 2024.05.13 20:47:19.675900 [ 3 ] {01625d0b-153d-4817-a3d8-980ad242b256} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1144 | 2024.05.13 20:47:19.676205 [ 3 ] {01625d0b-153d-4817-a3d8-980ad242b256} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1145 | 2024.05.13 20:47:19.676243 [ 3 ] {01625d0b-153d-4817-a3d8-980ad242b256} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1146 | 2024.05.13 20:47:19.676605 [ 3 ] {01625d0b-153d-4817-a3d8-980ad242b256} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1147 | 2024.05.13 20:47:19.676932 [ 3 ] {01625d0b-153d-4817-a3d8-980ad242b256} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1148 | 2024.05.13 20:47:19.677081 [ 3 ] {01625d0b-153d-4817-a3d8-980ad242b256} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001385 sec., 21660.649819494585 rows/sec., 1.48 MiB/sec. | ||
1149 | 2024.05.13 20:47:19.677239 [ 3 ] {01625d0b-153d-4817-a3d8-980ad242b256} <Debug> DynamicQueryHandler: Done processing query | ||
1150 | 2024.05.13 20:47:19.677263 [ 3 ] {01625d0b-153d-4817-a3d8-980ad242b256} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1151 | 2024.05.13 20:47:19.677278 [ 3 ] {} <Debug> HTTP-Session: 4dceb4ce-9d39-423a-b5af-e04db8885f2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1152 | 2024.05.13 20:47:24.667775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1153 | 2024.05.13 20:47:24.667898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1154 | 2024.05.13 20:47:24.667923 [ 3 ] {} <Debug> HTTP-Session: 2e6cb805-1e8e-4b0d-ad08-2da19d50b7f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1155 | 2024.05.13 20:47:24.667947 [ 3 ] {} <Debug> HTTP-Session: 2e6cb805-1e8e-4b0d-ad08-2da19d50b7f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1156 | 2024.05.13 20:47:24.667961 [ 3 ] {} <Debug> HTTP-Session: 2e6cb805-1e8e-4b0d-ad08-2da19d50b7f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1157 | 2024.05.13 20:47:24.668010 [ 3 ] {} <Trace> HTTP-Session: 2e6cb805-1e8e-4b0d-ad08-2da19d50b7f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1158 | 2024.05.13 20:47:24.668213 [ 3 ] {9ba4f1f5-6779-492e-9c99-b61b392dd99e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1159 | 2024.05.13 20:47:24.668286 [ 3 ] {9ba4f1f5-6779-492e-9c99-b61b392dd99e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1160 | 2024.05.13 20:47:24.668471 [ 3 ] {9ba4f1f5-6779-492e-9c99-b61b392dd99e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1161 | 2024.05.13 20:47:24.668875 [ 3 ] {9ba4f1f5-6779-492e-9c99-b61b392dd99e} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1162 | 2024.05.13 20:47:24.668917 [ 3 ] {9ba4f1f5-6779-492e-9c99-b61b392dd99e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1163 | 2024.05.13 20:47:24.669285 [ 3 ] {9ba4f1f5-6779-492e-9c99-b61b392dd99e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1164 | 2024.05.13 20:47:24.669623 [ 3 ] {9ba4f1f5-6779-492e-9c99-b61b392dd99e} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1165 | 2024.05.13 20:47:24.669774 [ 3 ] {9ba4f1f5-6779-492e-9c99-b61b392dd99e} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001631 sec., 15941.140404659718 rows/sec., 1.20 MiB/sec. | ||
1166 | 2024.05.13 20:47:24.670071 [ 3 ] {9ba4f1f5-6779-492e-9c99-b61b392dd99e} <Debug> DynamicQueryHandler: Done processing query | ||
1167 | 2024.05.13 20:47:24.670098 [ 3 ] {9ba4f1f5-6779-492e-9c99-b61b392dd99e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1168 | 2024.05.13 20:47:24.670115 [ 3 ] {} <Debug> HTTP-Session: 2e6cb805-1e8e-4b0d-ad08-2da19d50b7f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1169 | 2024.05.13 20:47:24.670254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 4784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1170 | 2024.05.13 20:47:24.670304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1171 | 2024.05.13 20:47:24.670323 [ 3 ] {} <Debug> HTTP-Session: bd44f0eb-b386-4941-9396-324eaf49375a Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1172 | 2024.05.13 20:47:24.670340 [ 3 ] {} <Debug> HTTP-Session: bd44f0eb-b386-4941-9396-324eaf49375a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1173 | 2024.05.13 20:47:24.670354 [ 3 ] {} <Debug> HTTP-Session: bd44f0eb-b386-4941-9396-324eaf49375a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1174 | 2024.05.13 20:47:24.670384 [ 3 ] {} <Trace> HTTP-Session: bd44f0eb-b386-4941-9396-324eaf49375a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1175 | 2024.05.13 20:47:24.670490 [ 3 ] {f54ccbe9-2522-42d3-ba67-5c3d79d02335} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1176 | 2024.05.13 20:47:24.670533 [ 3 ] {f54ccbe9-2522-42d3-ba67-5c3d79d02335} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1177 | 2024.05.13 20:47:24.670681 [ 3 ] {f54ccbe9-2522-42d3-ba67-5c3d79d02335} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1178 | 2024.05.13 20:47:24.671014 [ 3 ] {f54ccbe9-2522-42d3-ba67-5c3d79d02335} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1179 | 2024.05.13 20:47:24.671051 [ 3 ] {f54ccbe9-2522-42d3-ba67-5c3d79d02335} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1180 | 2024.05.13 20:47:24.671383 [ 3 ] {f54ccbe9-2522-42d3-ba67-5c3d79d02335} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1181 | 2024.05.13 20:47:24.671687 [ 3 ] {f54ccbe9-2522-42d3-ba67-5c3d79d02335} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1182 | 2024.05.13 20:47:24.671840 [ 3 ] {f54ccbe9-2522-42d3-ba67-5c3d79d02335} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001369 sec., 20452.885317750184 rows/sec., 1.60 MiB/sec. | ||
1183 | 2024.05.13 20:47:24.672030 [ 3 ] {f54ccbe9-2522-42d3-ba67-5c3d79d02335} <Debug> DynamicQueryHandler: Done processing query | ||
1184 | 2024.05.13 20:47:24.672059 [ 3 ] {f54ccbe9-2522-42d3-ba67-5c3d79d02335} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1185 | 2024.05.13 20:47:24.672075 [ 3 ] {} <Debug> HTTP-Session: bd44f0eb-b386-4941-9396-324eaf49375a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1186 | 2024.05.13 20:47:24.672272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 19107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1187 | 2024.05.13 20:47:24.672332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1188 | 2024.05.13 20:47:24.672352 [ 3 ] {} <Debug> HTTP-Session: 8d1da900-beb8-49f7-8c67-ef9436bb5194 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1189 | 2024.05.13 20:47:24.672370 [ 3 ] {} <Debug> HTTP-Session: 8d1da900-beb8-49f7-8c67-ef9436bb5194 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1190 | 2024.05.13 20:47:24.672384 [ 3 ] {} <Debug> HTTP-Session: 8d1da900-beb8-49f7-8c67-ef9436bb5194 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1191 | 2024.05.13 20:47:24.672421 [ 3 ] {} <Trace> HTTP-Session: 8d1da900-beb8-49f7-8c67-ef9436bb5194 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1192 | 2024.05.13 20:47:24.672569 [ 3 ] {d5df488c-ffbd-432f-87f2-4118eb75b168} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1193 | 2024.05.13 20:47:24.672617 [ 3 ] {d5df488c-ffbd-432f-87f2-4118eb75b168} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1194 | 2024.05.13 20:47:24.672765 [ 3 ] {d5df488c-ffbd-432f-87f2-4118eb75b168} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1195 | 2024.05.13 20:47:24.673115 [ 3 ] {d5df488c-ffbd-432f-87f2-4118eb75b168} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1196 | 2024.05.13 20:47:24.673151 [ 3 ] {d5df488c-ffbd-432f-87f2-4118eb75b168} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1197 | 2024.05.13 20:47:24.673540 [ 3 ] {d5df488c-ffbd-432f-87f2-4118eb75b168} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1198 | 2024.05.13 20:47:24.673867 [ 3 ] {d5df488c-ffbd-432f-87f2-4118eb75b168} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1199 | 2024.05.13 20:47:24.674021 [ 3 ] {d5df488c-ffbd-432f-87f2-4118eb75b168} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001497 sec., 66800.2672010688 rows/sec., 4.63 MiB/sec. | ||
1200 | 2024.05.13 20:47:24.674311 [ 3 ] {d5df488c-ffbd-432f-87f2-4118eb75b168} <Debug> DynamicQueryHandler: Done processing query | ||
1201 | 2024.05.13 20:47:24.674336 [ 3 ] {d5df488c-ffbd-432f-87f2-4118eb75b168} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1202 | 2024.05.13 20:47:24.674352 [ 3 ] {} <Debug> HTTP-Session: 8d1da900-beb8-49f7-8c67-ef9436bb5194 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1203 | 2024.05.13 20:47:24.674496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1204 | 2024.05.13 20:47:24.674549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1205 | 2024.05.13 20:47:24.674568 [ 3 ] {} <Debug> HTTP-Session: f158103c-b520-4264-bef7-01295481c4a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1206 | 2024.05.13 20:47:24.674584 [ 3 ] {} <Debug> HTTP-Session: f158103c-b520-4264-bef7-01295481c4a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1207 | 2024.05.13 20:47:24.674598 [ 3 ] {} <Debug> HTTP-Session: f158103c-b520-4264-bef7-01295481c4a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1208 | 2024.05.13 20:47:24.674628 [ 3 ] {} <Trace> HTTP-Session: f158103c-b520-4264-bef7-01295481c4a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1209 | 2024.05.13 20:47:24.674732 [ 3 ] {8b2bdd86-927d-4be0-9402-b72a1ddb1ae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1210 | 2024.05.13 20:47:24.674780 [ 3 ] {8b2bdd86-927d-4be0-9402-b72a1ddb1ae5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1211 | 2024.05.13 20:47:24.674928 [ 3 ] {8b2bdd86-927d-4be0-9402-b72a1ddb1ae5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1212 | 2024.05.13 20:47:24.675212 [ 3 ] {8b2bdd86-927d-4be0-9402-b72a1ddb1ae5} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1213 | 2024.05.13 20:47:24.675250 [ 3 ] {8b2bdd86-927d-4be0-9402-b72a1ddb1ae5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
1214 | 2024.05.13 20:47:24.675604 [ 3 ] {8b2bdd86-927d-4be0-9402-b72a1ddb1ae5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1215 | 2024.05.13 20:47:24.675926 [ 3 ] {8b2bdd86-927d-4be0-9402-b72a1ddb1ae5} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1216 | 2024.05.13 20:47:24.676080 [ 3 ] {8b2bdd86-927d-4be0-9402-b72a1ddb1ae5} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001374 sec., 21834.06113537118 rows/sec., 1.50 MiB/sec. | ||
1217 | 2024.05.13 20:47:24.676244 [ 3 ] {8b2bdd86-927d-4be0-9402-b72a1ddb1ae5} <Debug> DynamicQueryHandler: Done processing query | ||
1218 | 2024.05.13 20:47:24.676267 [ 3 ] {8b2bdd86-927d-4be0-9402-b72a1ddb1ae5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1219 | 2024.05.13 20:47:24.676283 [ 3 ] {} <Debug> HTTP-Session: f158103c-b520-4264-bef7-01295481c4a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1220 | 2024.05.13 20:47:27.827907 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1221 | 2024.05.13 20:47:27.827985 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1222 | 2024.05.13 20:47:29.669313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1223 | 2024.05.13 20:47:29.669437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1224 | 2024.05.13 20:47:29.669466 [ 3 ] {} <Debug> HTTP-Session: e56cdc8d-c865-4529-a27e-bb878a2c5590 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1225 | 2024.05.13 20:47:29.669494 [ 3 ] {} <Debug> HTTP-Session: e56cdc8d-c865-4529-a27e-bb878a2c5590 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1226 | 2024.05.13 20:47:29.669511 [ 3 ] {} <Debug> HTTP-Session: e56cdc8d-c865-4529-a27e-bb878a2c5590 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1227 | 2024.05.13 20:47:29.669566 [ 3 ] {} <Trace> HTTP-Session: e56cdc8d-c865-4529-a27e-bb878a2c5590 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1228 | 2024.05.13 20:47:29.669769 [ 3 ] {99f9ee32-6c39-40b2-a268-81b5ca4583b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1229 | 2024.05.13 20:47:29.669839 [ 3 ] {99f9ee32-6c39-40b2-a268-81b5ca4583b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1230 | 2024.05.13 20:47:29.670048 [ 3 ] {99f9ee32-6c39-40b2-a268-81b5ca4583b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1231 | 2024.05.13 20:47:29.670473 [ 3 ] {99f9ee32-6c39-40b2-a268-81b5ca4583b7} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1232 | 2024.05.13 20:47:29.670512 [ 3 ] {99f9ee32-6c39-40b2-a268-81b5ca4583b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1233 | 2024.05.13 20:47:29.670870 [ 3 ] {99f9ee32-6c39-40b2-a268-81b5ca4583b7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1234 | 2024.05.13 20:47:29.671188 [ 3 ] {99f9ee32-6c39-40b2-a268-81b5ca4583b7} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1235 | 2024.05.13 20:47:29.671320 [ 3 ] {99f9ee32-6c39-40b2-a268-81b5ca4583b7} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001616 sec., 16089.10891089109 rows/sec., 1.21 MiB/sec. | ||
1236 | 2024.05.13 20:47:29.671498 [ 3 ] {99f9ee32-6c39-40b2-a268-81b5ca4583b7} <Debug> DynamicQueryHandler: Done processing query | ||
1237 | 2024.05.13 20:47:29.671525 [ 3 ] {99f9ee32-6c39-40b2-a268-81b5ca4583b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1238 | 2024.05.13 20:47:29.671540 [ 3 ] {} <Debug> HTTP-Session: e56cdc8d-c865-4529-a27e-bb878a2c5590 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1239 | 2024.05.13 20:47:29.671693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 4784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1240 | 2024.05.13 20:47:29.671740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1241 | 2024.05.13 20:47:29.671760 [ 3 ] {} <Debug> HTTP-Session: b45f127a-df4a-4d44-ad70-cb37be056048 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1242 | 2024.05.13 20:47:29.671777 [ 3 ] {} <Debug> HTTP-Session: b45f127a-df4a-4d44-ad70-cb37be056048 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1243 | 2024.05.13 20:47:29.671791 [ 3 ] {} <Debug> HTTP-Session: b45f127a-df4a-4d44-ad70-cb37be056048 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1244 | 2024.05.13 20:47:29.671821 [ 3 ] {} <Trace> HTTP-Session: b45f127a-df4a-4d44-ad70-cb37be056048 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1245 | 2024.05.13 20:47:29.671924 [ 3 ] {98e2c68c-4aaf-4048-a377-c5310d103c2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1246 | 2024.05.13 20:47:29.671965 [ 3 ] {98e2c68c-4aaf-4048-a377-c5310d103c2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1247 | 2024.05.13 20:47:29.672089 [ 3 ] {98e2c68c-4aaf-4048-a377-c5310d103c2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1248 | 2024.05.13 20:47:29.672395 [ 3 ] {98e2c68c-4aaf-4048-a377-c5310d103c2b} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1249 | 2024.05.13 20:47:29.672431 [ 3 ] {98e2c68c-4aaf-4048-a377-c5310d103c2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1250 | 2024.05.13 20:47:29.672732 [ 3 ] {98e2c68c-4aaf-4048-a377-c5310d103c2b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1251 | 2024.05.13 20:47:29.673030 [ 3 ] {98e2c68c-4aaf-4048-a377-c5310d103c2b} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1252 | 2024.05.13 20:47:29.673150 [ 3 ] {98e2c68c-4aaf-4048-a377-c5310d103c2b} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001256 sec., 22292.993630573248 rows/sec., 1.74 MiB/sec. | ||
1253 | 2024.05.13 20:47:29.673305 [ 3 ] {98e2c68c-4aaf-4048-a377-c5310d103c2b} <Debug> DynamicQueryHandler: Done processing query | ||
1254 | 2024.05.13 20:47:29.673329 [ 3 ] {98e2c68c-4aaf-4048-a377-c5310d103c2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1255 | 2024.05.13 20:47:29.673346 [ 3 ] {} <Debug> HTTP-Session: b45f127a-df4a-4d44-ad70-cb37be056048 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1256 | 2024.05.13 20:47:29.673484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 19107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1257 | 2024.05.13 20:47:29.673531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1258 | 2024.05.13 20:47:29.673549 [ 3 ] {} <Debug> HTTP-Session: 18bfab07-33e9-451a-ac75-a2794a1d3bc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1259 | 2024.05.13 20:47:29.673566 [ 3 ] {} <Debug> HTTP-Session: 18bfab07-33e9-451a-ac75-a2794a1d3bc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1260 | 2024.05.13 20:47:29.673579 [ 3 ] {} <Debug> HTTP-Session: 18bfab07-33e9-451a-ac75-a2794a1d3bc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1261 | 2024.05.13 20:47:29.673610 [ 3 ] {} <Trace> HTTP-Session: 18bfab07-33e9-451a-ac75-a2794a1d3bc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1262 | 2024.05.13 20:47:29.673739 [ 3 ] {3a131233-143d-4bf8-aafe-f67849fe5c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1263 | 2024.05.13 20:47:29.673783 [ 3 ] {3a131233-143d-4bf8-aafe-f67849fe5c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1264 | 2024.05.13 20:47:29.673924 [ 3 ] {3a131233-143d-4bf8-aafe-f67849fe5c8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1265 | 2024.05.13 20:47:29.674235 [ 3 ] {3a131233-143d-4bf8-aafe-f67849fe5c8f} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1266 | 2024.05.13 20:47:29.674270 [ 3 ] {3a131233-143d-4bf8-aafe-f67849fe5c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1267 | 2024.05.13 20:47:29.674646 [ 3 ] {3a131233-143d-4bf8-aafe-f67849fe5c8f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1268 | 2024.05.13 20:47:29.674975 [ 3 ] {3a131233-143d-4bf8-aafe-f67849fe5c8f} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1269 | 2024.05.13 20:47:29.675094 [ 3 ] {3a131233-143d-4bf8-aafe-f67849fe5c8f} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00141 sec., 70921.98581560283 rows/sec., 4.92 MiB/sec. | ||
1270 | 2024.05.13 20:47:29.675427 [ 3 ] {3a131233-143d-4bf8-aafe-f67849fe5c8f} <Debug> DynamicQueryHandler: Done processing query | ||
1271 | 2024.05.13 20:47:29.675452 [ 3 ] {3a131233-143d-4bf8-aafe-f67849fe5c8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1272 | 2024.05.13 20:47:29.675468 [ 3 ] {} <Debug> HTTP-Session: 18bfab07-33e9-451a-ac75-a2794a1d3bc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1273 | 2024.05.13 20:47:29.675619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1274 | 2024.05.13 20:47:29.675666 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1275 | 2024.05.13 20:47:29.675684 [ 3 ] {} <Debug> HTTP-Session: 5764328b-c942-43d7-a6c5-be50c2b95c31 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1276 | 2024.05.13 20:47:29.675700 [ 3 ] {} <Debug> HTTP-Session: 5764328b-c942-43d7-a6c5-be50c2b95c31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1277 | 2024.05.13 20:47:29.675713 [ 3 ] {} <Debug> HTTP-Session: 5764328b-c942-43d7-a6c5-be50c2b95c31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1278 | 2024.05.13 20:47:29.675743 [ 3 ] {} <Trace> HTTP-Session: 5764328b-c942-43d7-a6c5-be50c2b95c31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1279 | 2024.05.13 20:47:29.675850 [ 3 ] {791c969b-0cbf-4178-83a8-3a5e290fdd0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1280 | 2024.05.13 20:47:29.675899 [ 3 ] {791c969b-0cbf-4178-83a8-3a5e290fdd0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1281 | 2024.05.13 20:47:29.676047 [ 3 ] {791c969b-0cbf-4178-83a8-3a5e290fdd0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1282 | 2024.05.13 20:47:29.676310 [ 3 ] {791c969b-0cbf-4178-83a8-3a5e290fdd0f} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1283 | 2024.05.13 20:47:29.676346 [ 3 ] {791c969b-0cbf-4178-83a8-3a5e290fdd0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1284 | 2024.05.13 20:47:29.676695 [ 3 ] {791c969b-0cbf-4178-83a8-3a5e290fdd0f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1285 | 2024.05.13 20:47:29.677009 [ 3 ] {791c969b-0cbf-4178-83a8-3a5e290fdd0f} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1286 | 2024.05.13 20:47:29.677135 [ 3 ] {791c969b-0cbf-4178-83a8-3a5e290fdd0f} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001315 sec., 22813.68821292776 rows/sec., 1.56 MiB/sec. | ||
1287 | 2024.05.13 20:47:29.677403 [ 3 ] {791c969b-0cbf-4178-83a8-3a5e290fdd0f} <Debug> DynamicQueryHandler: Done processing query | ||
1288 | 2024.05.13 20:47:29.677428 [ 3 ] {791c969b-0cbf-4178-83a8-3a5e290fdd0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1289 | 2024.05.13 20:47:29.677443 [ 3 ] {} <Debug> HTTP-Session: 5764328b-c942-43d7-a6c5-be50c2b95c31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1290 | 2024.05.13 20:47:34.666716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1291 | 2024.05.13 20:47:34.666870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1292 | 2024.05.13 20:47:34.666902 [ 3 ] {} <Debug> HTTP-Session: f1eb1650-20d0-4e01-bf1a-845dab0b9529 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1293 | 2024.05.13 20:47:34.666933 [ 3 ] {} <Debug> HTTP-Session: f1eb1650-20d0-4e01-bf1a-845dab0b9529 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1294 | 2024.05.13 20:47:34.666952 [ 3 ] {} <Debug> HTTP-Session: f1eb1650-20d0-4e01-bf1a-845dab0b9529 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1295 | 2024.05.13 20:47:34.667017 [ 3 ] {} <Trace> HTTP-Session: f1eb1650-20d0-4e01-bf1a-845dab0b9529 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1296 | 2024.05.13 20:47:34.667311 [ 3 ] {2ad8a42f-2ff4-4215-a8ca-d7ef80e6c23d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1297 | 2024.05.13 20:47:34.667918 [ 3 ] {2ad8a42f-2ff4-4215-a8ca-d7ef80e6c23d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1298 | 2024.05.13 20:47:34.668079 [ 3 ] {2ad8a42f-2ff4-4215-a8ca-d7ef80e6c23d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE | ||
1299 | 2024.05.13 20:47:34.668453 [ 3 ] {2ad8a42f-2ff4-4215-a8ca-d7ef80e6c23d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1300 | 2024.05.13 20:47:34.668796 [ 3 ] {2ad8a42f-2ff4-4215-a8ca-d7ef80e6c23d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1301 | 2024.05.13 20:47:34.673290 [ 3 ] {2ad8a42f-2ff4-4215-a8ca-d7ef80e6c23d} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
1302 | 2024.05.13 20:47:34.674510 [ 3 ] {2ad8a42f-2ff4-4215-a8ca-d7ef80e6c23d} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1303 | 2024.05.13 20:47:34.674614 [ 3 ] {2ad8a42f-2ff4-4215-a8ca-d7ef80e6c23d} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
1304 | 2024.05.13 20:47:34.674635 [ 3 ] {2ad8a42f-2ff4-4215-a8ca-d7ef80e6c23d} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1305 | 2024.05.13 20:47:34.674797 [ 3 ] {2ad8a42f-2ff4-4215-a8ca-d7ef80e6c23d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent'))" | ||
1306 | 2024.05.13 20:47:34.674825 [ 3 ] {2ad8a42f-2ff4-4215-a8ca-d7ef80e6c23d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1307 | 2024.05.13 20:47:34.682911 [ 3 ] {2ad8a42f-2ff4-4215-a8ca-d7ef80e6c23d} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.015724 sec., 890.3586873569068 rows/sec., 36.33 KiB/sec. | ||
1308 | 2024.05.13 20:47:34.683210 [ 3 ] {2ad8a42f-2ff4-4215-a8ca-d7ef80e6c23d} <Debug> DynamicQueryHandler: Done processing query | ||
1309 | 2024.05.13 20:47:34.683239 [ 3 ] {2ad8a42f-2ff4-4215-a8ca-d7ef80e6c23d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1310 | 2024.05.13 20:47:34.683258 [ 3 ] {} <Debug> HTTP-Session: f1eb1650-20d0-4e01-bf1a-845dab0b9529 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1311 | 2024.05.13 20:47:34.684410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1312 | 2024.05.13 20:47:34.684474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1313 | 2024.05.13 20:47:34.684497 [ 3 ] {} <Debug> HTTP-Session: 7e4c8e25-1b78-434e-8332-d754bffea44e Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1314 | 2024.05.13 20:47:34.684518 [ 3 ] {} <Debug> HTTP-Session: 7e4c8e25-1b78-434e-8332-d754bffea44e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1315 | 2024.05.13 20:47:34.684533 [ 3 ] {} <Debug> HTTP-Session: 7e4c8e25-1b78-434e-8332-d754bffea44e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1316 | 2024.05.13 20:47:34.684576 [ 3 ] {} <Trace> HTTP-Session: 7e4c8e25-1b78-434e-8332-d754bffea44e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1317 | 2024.05.13 20:47:34.684751 [ 3 ] {3f05fef5-734e-4958-b38b-0d53344cd9fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1318 | 2024.05.13 20:47:34.685034 [ 3 ] {3f05fef5-734e-4958-b38b-0d53344cd9fd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1319 | 2024.05.13 20:47:34.685074 [ 3 ] {3f05fef5-734e-4958-b38b-0d53344cd9fd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1320 | 2024.05.13 20:47:34.685327 [ 3 ] {3f05fef5-734e-4958-b38b-0d53344cd9fd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1321 | 2024.05.13 20:47:34.685397 [ 3 ] {3f05fef5-734e-4958-b38b-0d53344cd9fd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1322 | 2024.05.13 20:47:34.685553 [ 3 ] {3f05fef5-734e-4958-b38b-0d53344cd9fd} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
1323 | 2024.05.13 20:47:34.685588 [ 3 ] {3f05fef5-734e-4958-b38b-0d53344cd9fd} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1324 | 2024.05.13 20:47:34.685611 [ 3 ] {3f05fef5-734e-4958-b38b-0d53344cd9fd} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
1325 | 2024.05.13 20:47:34.685628 [ 3 ] {3f05fef5-734e-4958-b38b-0d53344cd9fd} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1326 | 2024.05.13 20:47:34.685670 [ 3 ] {3f05fef5-734e-4958-b38b-0d53344cd9fd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1327 | 2024.05.13 20:47:34.685691 [ 3 ] {3f05fef5-734e-4958-b38b-0d53344cd9fd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1328 | 2024.05.13 20:47:34.686500 [ 3 ] {3f05fef5-734e-4958-b38b-0d53344cd9fd} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001828 sec., 7658.643326039388 rows/sec., 312.52 KiB/sec. | ||
1329 | 2024.05.13 20:47:34.686737 [ 3 ] {3f05fef5-734e-4958-b38b-0d53344cd9fd} <Debug> DynamicQueryHandler: Done processing query | ||
1330 | 2024.05.13 20:47:34.686763 [ 3 ] {3f05fef5-734e-4958-b38b-0d53344cd9fd} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1331 | 2024.05.13 20:47:34.686780 [ 3 ] {} <Debug> HTTP-Session: 7e4c8e25-1b78-434e-8332-d754bffea44e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1332 | 2024.05.13 20:47:34.687089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1333 | 2024.05.13 20:47:34.687136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1334 | 2024.05.13 20:47:34.687156 [ 3 ] {} <Debug> HTTP-Session: a2ede25b-13f0-4771-878b-c97b4744baee Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1335 | 2024.05.13 20:47:34.687176 [ 3 ] {} <Debug> HTTP-Session: a2ede25b-13f0-4771-878b-c97b4744baee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1336 | 2024.05.13 20:47:34.687189 [ 3 ] {} <Debug> HTTP-Session: a2ede25b-13f0-4771-878b-c97b4744baee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1337 | 2024.05.13 20:47:34.687220 [ 3 ] {} <Trace> HTTP-Session: a2ede25b-13f0-4771-878b-c97b4744baee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1338 | 2024.05.13 20:47:34.687356 [ 3 ] {6519c1c4-f3fd-4d1d-9268-ecb51151019b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1339 | 2024.05.13 20:47:34.687616 [ 3 ] {6519c1c4-f3fd-4d1d-9268-ecb51151019b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1340 | 2024.05.13 20:47:34.687658 [ 3 ] {6519c1c4-f3fd-4d1d-9268-ecb51151019b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1341 | 2024.05.13 20:47:34.687908 [ 3 ] {6519c1c4-f3fd-4d1d-9268-ecb51151019b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1342 | 2024.05.13 20:47:34.687972 [ 3 ] {6519c1c4-f3fd-4d1d-9268-ecb51151019b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1343 | 2024.05.13 20:47:34.688110 [ 3 ] {6519c1c4-f3fd-4d1d-9268-ecb51151019b} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
1344 | 2024.05.13 20:47:34.688142 [ 3 ] {6519c1c4-f3fd-4d1d-9268-ecb51151019b} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1345 | 2024.05.13 20:47:34.688164 [ 3 ] {6519c1c4-f3fd-4d1d-9268-ecb51151019b} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
1346 | 2024.05.13 20:47:34.688181 [ 3 ] {6519c1c4-f3fd-4d1d-9268-ecb51151019b} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1347 | 2024.05.13 20:47:34.688221 [ 3 ] {6519c1c4-f3fd-4d1d-9268-ecb51151019b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1348 | 2024.05.13 20:47:34.688242 [ 3 ] {6519c1c4-f3fd-4d1d-9268-ecb51151019b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1349 | 2024.05.13 20:47:34.689035 [ 3 ] {6519c1c4-f3fd-4d1d-9268-ecb51151019b} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.00174 sec., 8045.977011494253 rows/sec., 328.33 KiB/sec. | ||
1350 | 2024.05.13 20:47:34.689265 [ 3 ] {6519c1c4-f3fd-4d1d-9268-ecb51151019b} <Debug> DynamicQueryHandler: Done processing query | ||
1351 | 2024.05.13 20:47:34.689297 [ 3 ] {6519c1c4-f3fd-4d1d-9268-ecb51151019b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1352 | 2024.05.13 20:47:34.689316 [ 3 ] {} <Debug> HTTP-Session: a2ede25b-13f0-4771-878b-c97b4744baee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1353 | 2024.05.13 20:47:34.689522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 722, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1354 | 2024.05.13 20:47:34.689573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1355 | 2024.05.13 20:47:34.689594 [ 3 ] {} <Debug> HTTP-Session: bc8e0d26-05ac-401b-aef4-38576d4a87e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1356 | 2024.05.13 20:47:34.689611 [ 3 ] {} <Debug> HTTP-Session: bc8e0d26-05ac-401b-aef4-38576d4a87e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1357 | 2024.05.13 20:47:34.689626 [ 3 ] {} <Debug> HTTP-Session: bc8e0d26-05ac-401b-aef4-38576d4a87e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1358 | 2024.05.13 20:47:34.689657 [ 3 ] {} <Trace> HTTP-Session: bc8e0d26-05ac-401b-aef4-38576d4a87e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1359 | 2024.05.13 20:47:34.689801 [ 3 ] {5bfbb2aa-6415-44ae-8466-355e52212b19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1360 | 2024.05.13 20:47:34.690063 [ 3 ] {5bfbb2aa-6415-44ae-8466-355e52212b19} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1361 | 2024.05.13 20:47:34.690102 [ 3 ] {5bfbb2aa-6415-44ae-8466-355e52212b19} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1362 | 2024.05.13 20:47:34.690349 [ 3 ] {5bfbb2aa-6415-44ae-8466-355e52212b19} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1363 | 2024.05.13 20:47:34.690416 [ 3 ] {5bfbb2aa-6415-44ae-8466-355e52212b19} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1364 | 2024.05.13 20:47:34.690552 [ 3 ] {5bfbb2aa-6415-44ae-8466-355e52212b19} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
1365 | 2024.05.13 20:47:34.690584 [ 3 ] {5bfbb2aa-6415-44ae-8466-355e52212b19} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1366 | 2024.05.13 20:47:34.690606 [ 3 ] {5bfbb2aa-6415-44ae-8466-355e52212b19} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
1367 | 2024.05.13 20:47:34.690622 [ 3 ] {5bfbb2aa-6415-44ae-8466-355e52212b19} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1368 | 2024.05.13 20:47:34.690667 [ 3 ] {5bfbb2aa-6415-44ae-8466-355e52212b19} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1369 | 2024.05.13 20:47:34.690689 [ 3 ] {5bfbb2aa-6415-44ae-8466-355e52212b19} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1370 | 2024.05.13 20:47:34.691533 [ 3 ] {5bfbb2aa-6415-44ae-8466-355e52212b19} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001794 sec., 7803.790412486064 rows/sec., 318.44 KiB/sec. | ||
1371 | 2024.05.13 20:47:34.691784 [ 3 ] {5bfbb2aa-6415-44ae-8466-355e52212b19} <Debug> DynamicQueryHandler: Done processing query | ||
1372 | 2024.05.13 20:47:34.691809 [ 3 ] {5bfbb2aa-6415-44ae-8466-355e52212b19} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1373 | 2024.05.13 20:47:34.691825 [ 3 ] {} <Debug> HTTP-Session: bc8e0d26-05ac-401b-aef4-38576d4a87e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1374 | 2024.05.13 20:47:34.694417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1375 | 2024.05.13 20:47:34.694466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1376 | 2024.05.13 20:47:34.694485 [ 3 ] {} <Debug> HTTP-Session: 14aa7868-e7c3-4e44-a46a-bb35ce2e6da2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1377 | 2024.05.13 20:47:34.694501 [ 3 ] {} <Debug> HTTP-Session: 14aa7868-e7c3-4e44-a46a-bb35ce2e6da2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1378 | 2024.05.13 20:47:34.694514 [ 3 ] {} <Debug> HTTP-Session: 14aa7868-e7c3-4e44-a46a-bb35ce2e6da2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1379 | 2024.05.13 20:47:34.694545 [ 3 ] {} <Trace> HTTP-Session: 14aa7868-e7c3-4e44-a46a-bb35ce2e6da2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1380 | 2024.05.13 20:47:34.694654 [ 3 ] {fa0d48fe-dc46-4219-b97d-c9c1ebfc1b71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1381 | 2024.05.13 20:47:34.694709 [ 3 ] {fa0d48fe-dc46-4219-b97d-c9c1ebfc1b71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1382 | 2024.05.13 20:47:34.694884 [ 3 ] {fa0d48fe-dc46-4219-b97d-c9c1ebfc1b71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1383 | 2024.05.13 20:47:34.695233 [ 3 ] {fa0d48fe-dc46-4219-b97d-c9c1ebfc1b71} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1384 | 2024.05.13 20:47:34.695273 [ 3 ] {fa0d48fe-dc46-4219-b97d-c9c1ebfc1b71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1385 | 2024.05.13 20:47:34.695771 [ 3 ] {fa0d48fe-dc46-4219-b97d-c9c1ebfc1b71} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1386 | 2024.05.13 20:47:34.696105 [ 3 ] {fa0d48fe-dc46-4219-b97d-c9c1ebfc1b71} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1387 | 2024.05.13 20:47:34.696257 [ 3 ] {fa0d48fe-dc46-4219-b97d-c9c1ebfc1b71} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.001636 sec., 2444.9877750611245 rows/sec., 264.44 KiB/sec. | ||
1388 | 2024.05.13 20:47:34.696550 [ 3 ] {fa0d48fe-dc46-4219-b97d-c9c1ebfc1b71} <Debug> DynamicQueryHandler: Done processing query | ||
1389 | 2024.05.13 20:47:34.696576 [ 3 ] {fa0d48fe-dc46-4219-b97d-c9c1ebfc1b71} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1390 | 2024.05.13 20:47:34.696591 [ 3 ] {} <Debug> HTTP-Session: 14aa7868-e7c3-4e44-a46a-bb35ce2e6da2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1391 | 2024.05.13 20:47:34.696725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1392 | 2024.05.13 20:47:34.696773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1393 | 2024.05.13 20:47:34.696792 [ 3 ] {} <Debug> HTTP-Session: e829702e-f93a-420c-8969-3fc4c73f49ec Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1394 | 2024.05.13 20:47:34.696809 [ 3 ] {} <Debug> HTTP-Session: e829702e-f93a-420c-8969-3fc4c73f49ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1395 | 2024.05.13 20:47:34.696822 [ 3 ] {} <Debug> HTTP-Session: e829702e-f93a-420c-8969-3fc4c73f49ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1396 | 2024.05.13 20:47:34.696852 [ 3 ] {} <Trace> HTTP-Session: e829702e-f93a-420c-8969-3fc4c73f49ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1397 | 2024.05.13 20:47:34.696954 [ 3 ] {3d089bba-023c-429c-bb0a-e9f9275d384f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1398 | 2024.05.13 20:47:34.696999 [ 3 ] {3d089bba-023c-429c-bb0a-e9f9275d384f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1399 | 2024.05.13 20:47:34.697140 [ 3 ] {3d089bba-023c-429c-bb0a-e9f9275d384f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1400 | 2024.05.13 20:47:34.697986 [ 3 ] {3d089bba-023c-429c-bb0a-e9f9275d384f} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1401 | 2024.05.13 20:47:34.698022 [ 3 ] {3d089bba-023c-429c-bb0a-e9f9275d384f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1402 | 2024.05.13 20:47:34.698341 [ 3 ] {3d089bba-023c-429c-bb0a-e9f9275d384f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1403 | 2024.05.13 20:47:34.698639 [ 3 ] {3d089bba-023c-429c-bb0a-e9f9275d384f} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1404 | 2024.05.13 20:47:34.698782 [ 3 ] {3d089bba-023c-429c-bb0a-e9f9275d384f} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.00185 sec., 8108.108108108107 rows/sec., 657.20 KiB/sec. | ||
1405 | 2024.05.13 20:47:34.699066 [ 3 ] {3d089bba-023c-429c-bb0a-e9f9275d384f} <Debug> DynamicQueryHandler: Done processing query | ||
1406 | 2024.05.13 20:47:34.699090 [ 3 ] {3d089bba-023c-429c-bb0a-e9f9275d384f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1407 | 2024.05.13 20:47:34.699105 [ 3 ] {} <Debug> HTTP-Session: e829702e-f93a-420c-8969-3fc4c73f49ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1408 | 2024.05.13 20:47:34.699250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10357, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1409 | 2024.05.13 20:47:34.699298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1410 | 2024.05.13 20:47:34.699318 [ 3 ] {} <Debug> HTTP-Session: 3089660d-f673-4e08-bf8a-23e6d171461d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1411 | 2024.05.13 20:47:34.699334 [ 3 ] {} <Debug> HTTP-Session: 3089660d-f673-4e08-bf8a-23e6d171461d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1412 | 2024.05.13 20:47:34.699347 [ 3 ] {} <Debug> HTTP-Session: 3089660d-f673-4e08-bf8a-23e6d171461d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1413 | 2024.05.13 20:47:34.699378 [ 3 ] {} <Trace> HTTP-Session: 3089660d-f673-4e08-bf8a-23e6d171461d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1414 | 2024.05.13 20:47:34.699494 [ 3 ] {b5c23abc-c420-42b6-8dfd-c4e042c6a427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1415 | 2024.05.13 20:47:34.699536 [ 3 ] {b5c23abc-c420-42b6-8dfd-c4e042c6a427} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1416 | 2024.05.13 20:47:34.699680 [ 3 ] {b5c23abc-c420-42b6-8dfd-c4e042c6a427} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1417 | 2024.05.13 20:47:34.700009 [ 3 ] {b5c23abc-c420-42b6-8dfd-c4e042c6a427} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1418 | 2024.05.13 20:47:34.700047 [ 3 ] {b5c23abc-c420-42b6-8dfd-c4e042c6a427} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1419 | 2024.05.13 20:47:34.700405 [ 3 ] {b5c23abc-c420-42b6-8dfd-c4e042c6a427} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1420 | 2024.05.13 20:47:34.700724 [ 3 ] {b5c23abc-c420-42b6-8dfd-c4e042c6a427} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1421 | 2024.05.13 20:47:34.700879 [ 3 ] {b5c23abc-c420-42b6-8dfd-c4e042c6a427} <Debug> executeQuery: Read 71 rows, 6.02 KiB in 0.001423 sec., 49894.58889669712 rows/sec., 4.13 MiB/sec. | ||
1422 | 2024.05.13 20:47:34.701028 [ 3 ] {b5c23abc-c420-42b6-8dfd-c4e042c6a427} <Debug> DynamicQueryHandler: Done processing query | ||
1423 | 2024.05.13 20:47:34.701052 [ 3 ] {b5c23abc-c420-42b6-8dfd-c4e042c6a427} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1424 | 2024.05.13 20:47:34.701067 [ 3 ] {} <Debug> HTTP-Session: 3089660d-f673-4e08-bf8a-23e6d171461d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1425 | 2024.05.13 20:47:34.701200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9539, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1426 | 2024.05.13 20:47:34.701247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1427 | 2024.05.13 20:47:34.701284 [ 3 ] {} <Debug> HTTP-Session: 37e9a8ad-098c-4e0d-9e46-bfa65c44ac47 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1428 | 2024.05.13 20:47:34.701301 [ 3 ] {} <Debug> HTTP-Session: 37e9a8ad-098c-4e0d-9e46-bfa65c44ac47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1429 | 2024.05.13 20:47:34.701314 [ 3 ] {} <Debug> HTTP-Session: 37e9a8ad-098c-4e0d-9e46-bfa65c44ac47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1430 | 2024.05.13 20:47:34.701344 [ 3 ] {} <Trace> HTTP-Session: 37e9a8ad-098c-4e0d-9e46-bfa65c44ac47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1431 | 2024.05.13 20:47:34.701451 [ 3 ] {fc9ae852-0a41-4d3c-a5d8-9f1cc06ef17a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1432 | 2024.05.13 20:47:34.701493 [ 3 ] {fc9ae852-0a41-4d3c-a5d8-9f1cc06ef17a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1433 | 2024.05.13 20:47:34.701614 [ 3 ] {fc9ae852-0a41-4d3c-a5d8-9f1cc06ef17a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1434 | 2024.05.13 20:47:34.701922 [ 3 ] {fc9ae852-0a41-4d3c-a5d8-9f1cc06ef17a} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1435 | 2024.05.13 20:47:34.701956 [ 3 ] {fc9ae852-0a41-4d3c-a5d8-9f1cc06ef17a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1436 | 2024.05.13 20:47:34.702248 [ 3 ] {fc9ae852-0a41-4d3c-a5d8-9f1cc06ef17a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1437 | 2024.05.13 20:47:34.702536 [ 3 ] {fc9ae852-0a41-4d3c-a5d8-9f1cc06ef17a} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1438 | 2024.05.13 20:47:34.702767 [ 3 ] {fc9ae852-0a41-4d3c-a5d8-9f1cc06ef17a} <Debug> executeQuery: Read 56 rows, 4.49 KiB in 0.001343 sec., 41697.69173492181 rows/sec., 3.27 MiB/sec. | ||
1439 | 2024.05.13 20:47:34.703036 [ 3 ] {fc9ae852-0a41-4d3c-a5d8-9f1cc06ef17a} <Debug> DynamicQueryHandler: Done processing query | ||
1440 | 2024.05.13 20:47:34.703061 [ 3 ] {fc9ae852-0a41-4d3c-a5d8-9f1cc06ef17a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1441 | 2024.05.13 20:47:34.703077 [ 3 ] {} <Debug> HTTP-Session: 37e9a8ad-098c-4e0d-9e46-bfa65c44ac47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1442 | 2024.05.13 20:47:34.703217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 19107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1443 | 2024.05.13 20:47:34.703265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1444 | 2024.05.13 20:47:34.703283 [ 3 ] {} <Debug> HTTP-Session: 0d8a195c-ac94-468e-8c68-8da56bfbaf21 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1445 | 2024.05.13 20:47:34.703299 [ 3 ] {} <Debug> HTTP-Session: 0d8a195c-ac94-468e-8c68-8da56bfbaf21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1446 | 2024.05.13 20:47:34.703312 [ 3 ] {} <Debug> HTTP-Session: 0d8a195c-ac94-468e-8c68-8da56bfbaf21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1447 | 2024.05.13 20:47:34.703343 [ 3 ] {} <Trace> HTTP-Session: 0d8a195c-ac94-468e-8c68-8da56bfbaf21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1448 | 2024.05.13 20:47:34.703475 [ 3 ] {70616b45-cb34-46bf-8911-6405f1d0a876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1449 | 2024.05.13 20:47:34.703521 [ 3 ] {70616b45-cb34-46bf-8911-6405f1d0a876} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1450 | 2024.05.13 20:47:34.703676 [ 3 ] {70616b45-cb34-46bf-8911-6405f1d0a876} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1451 | 2024.05.13 20:47:34.703988 [ 3 ] {70616b45-cb34-46bf-8911-6405f1d0a876} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1452 | 2024.05.13 20:47:34.704023 [ 3 ] {70616b45-cb34-46bf-8911-6405f1d0a876} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1453 | 2024.05.13 20:47:34.704452 [ 3 ] {70616b45-cb34-46bf-8911-6405f1d0a876} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1454 | 2024.05.13 20:47:34.704784 [ 3 ] {70616b45-cb34-46bf-8911-6405f1d0a876} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1455 | 2024.05.13 20:47:34.704937 [ 3 ] {70616b45-cb34-46bf-8911-6405f1d0a876} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001516 sec., 65963.06068601583 rows/sec., 4.57 MiB/sec. | ||
1456 | 2024.05.13 20:47:34.705087 [ 3 ] {70616b45-cb34-46bf-8911-6405f1d0a876} <Debug> DynamicQueryHandler: Done processing query | ||
1457 | 2024.05.13 20:47:34.705111 [ 3 ] {70616b45-cb34-46bf-8911-6405f1d0a876} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1458 | 2024.05.13 20:47:34.705126 [ 3 ] {} <Debug> HTTP-Session: 0d8a195c-ac94-468e-8c68-8da56bfbaf21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1459 | 2024.05.13 20:47:34.705287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1460 | 2024.05.13 20:47:34.705333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1461 | 2024.05.13 20:47:34.705351 [ 3 ] {} <Debug> HTTP-Session: 0c32fe6b-f1c6-45ef-8e69-536143dc885c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1462 | 2024.05.13 20:47:34.705367 [ 3 ] {} <Debug> HTTP-Session: 0c32fe6b-f1c6-45ef-8e69-536143dc885c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1463 | 2024.05.13 20:47:34.705380 [ 3 ] {} <Debug> HTTP-Session: 0c32fe6b-f1c6-45ef-8e69-536143dc885c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1464 | 2024.05.13 20:47:34.705410 [ 3 ] {} <Trace> HTTP-Session: 0c32fe6b-f1c6-45ef-8e69-536143dc885c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1465 | 2024.05.13 20:47:34.705584 [ 3 ] {0361c3a2-f0e3-4dcf-abde-726184de5f93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1466 | 2024.05.13 20:47:34.705630 [ 3 ] {0361c3a2-f0e3-4dcf-abde-726184de5f93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1467 | 2024.05.13 20:47:34.705804 [ 3 ] {0361c3a2-f0e3-4dcf-abde-726184de5f93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1468 | 2024.05.13 20:47:34.706296 [ 3 ] {0361c3a2-f0e3-4dcf-abde-726184de5f93} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1469 | 2024.05.13 20:47:34.706331 [ 3 ] {0361c3a2-f0e3-4dcf-abde-726184de5f93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1470 | 2024.05.13 20:47:34.709221 [ 3 ] {0361c3a2-f0e3-4dcf-abde-726184de5f93} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1471 | 2024.05.13 20:47:34.709562 [ 3 ] {0361c3a2-f0e3-4dcf-abde-726184de5f93} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1472 | 2024.05.13 20:47:34.709687 [ 3 ] {0361c3a2-f0e3-4dcf-abde-726184de5f93} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.004204 sec., 3568.030447193149 rows/sec., 4.81 MiB/sec. | ||
1473 | 2024.05.13 20:47:34.709954 [ 3 ] {0361c3a2-f0e3-4dcf-abde-726184de5f93} <Debug> DynamicQueryHandler: Done processing query | ||
1474 | 2024.05.13 20:47:34.709978 [ 3 ] {0361c3a2-f0e3-4dcf-abde-726184de5f93} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1475 | 2024.05.13 20:47:34.709994 [ 3 ] {} <Debug> HTTP-Session: 0c32fe6b-f1c6-45ef-8e69-536143dc885c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1476 | 2024.05.13 20:47:34.710111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 2889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1477 | 2024.05.13 20:47:34.710158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1478 | 2024.05.13 20:47:34.710177 [ 3 ] {} <Debug> HTTP-Session: 7320bf06-7bbe-4122-9fa8-b0d7670333b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1479 | 2024.05.13 20:47:34.710193 [ 3 ] {} <Debug> HTTP-Session: 7320bf06-7bbe-4122-9fa8-b0d7670333b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1480 | 2024.05.13 20:47:34.710206 [ 3 ] {} <Debug> HTTP-Session: 7320bf06-7bbe-4122-9fa8-b0d7670333b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1481 | 2024.05.13 20:47:34.710236 [ 3 ] {} <Trace> HTTP-Session: 7320bf06-7bbe-4122-9fa8-b0d7670333b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1482 | 2024.05.13 20:47:34.710335 [ 3 ] {57d927f4-a8a5-4db8-985d-0e02ef29d6f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1483 | 2024.05.13 20:47:34.710378 [ 3 ] {57d927f4-a8a5-4db8-985d-0e02ef29d6f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1484 | 2024.05.13 20:47:34.710522 [ 3 ] {57d927f4-a8a5-4db8-985d-0e02ef29d6f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1485 | 2024.05.13 20:47:34.710784 [ 3 ] {57d927f4-a8a5-4db8-985d-0e02ef29d6f3} <Trace> oximeter.measurements_i64 (53b40716-82f1-495e-97d6-cbf4e1ab1de8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1486 | 2024.05.13 20:47:34.710819 [ 3 ] {57d927f4-a8a5-4db8-985d-0e02ef29d6f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1487 | 2024.05.13 20:47:34.711164 [ 3 ] {57d927f4-a8a5-4db8-985d-0e02ef29d6f3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1488 | 2024.05.13 20:47:34.711478 [ 3 ] {57d927f4-a8a5-4db8-985d-0e02ef29d6f3} <Trace> oximeter.measurements_i64 (53b40716-82f1-495e-97d6-cbf4e1ab1de8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1489 | 2024.05.13 20:47:34.711594 [ 3 ] {57d927f4-a8a5-4db8-985d-0e02ef29d6f3} <Debug> executeQuery: Read 18 rows, 1.33 KiB in 0.001286 sec., 13996.889580093311 rows/sec., 1.01 MiB/sec. | ||
1490 | 2024.05.13 20:47:34.711839 [ 3 ] {57d927f4-a8a5-4db8-985d-0e02ef29d6f3} <Debug> DynamicQueryHandler: Done processing query | ||
1491 | 2024.05.13 20:47:34.711864 [ 3 ] {57d927f4-a8a5-4db8-985d-0e02ef29d6f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1492 | 2024.05.13 20:47:34.711879 [ 3 ] {} <Debug> HTTP-Session: 7320bf06-7bbe-4122-9fa8-b0d7670333b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1493 | 2024.05.13 20:47:34.711995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1494 | 2024.05.13 20:47:34.712041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1495 | 2024.05.13 20:47:34.712060 [ 3 ] {} <Debug> HTTP-Session: 3fc3dbe7-b335-4aa9-a9bf-c1d615d5433a Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1496 | 2024.05.13 20:47:34.712077 [ 3 ] {} <Debug> HTTP-Session: 3fc3dbe7-b335-4aa9-a9bf-c1d615d5433a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1497 | 2024.05.13 20:47:34.712090 [ 3 ] {} <Debug> HTTP-Session: 3fc3dbe7-b335-4aa9-a9bf-c1d615d5433a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1498 | 2024.05.13 20:47:34.712120 [ 3 ] {} <Trace> HTTP-Session: 3fc3dbe7-b335-4aa9-a9bf-c1d615d5433a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1499 | 2024.05.13 20:47:34.712223 [ 3 ] {25f143d2-59fb-4c24-bd09-ca559900e995} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1500 | 2024.05.13 20:47:34.712268 [ 3 ] {25f143d2-59fb-4c24-bd09-ca559900e995} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1501 | 2024.05.13 20:47:34.712411 [ 3 ] {25f143d2-59fb-4c24-bd09-ca559900e995} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1502 | 2024.05.13 20:47:34.712684 [ 3 ] {25f143d2-59fb-4c24-bd09-ca559900e995} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1503 | 2024.05.13 20:47:34.712719 [ 3 ] {25f143d2-59fb-4c24-bd09-ca559900e995} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1504 | 2024.05.13 20:47:34.713055 [ 3 ] {25f143d2-59fb-4c24-bd09-ca559900e995} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1505 | 2024.05.13 20:47:34.713368 [ 3 ] {25f143d2-59fb-4c24-bd09-ca559900e995} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1506 | 2024.05.13 20:47:34.713490 [ 3 ] {25f143d2-59fb-4c24-bd09-ca559900e995} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001299 sec., 23094.688221709006 rows/sec., 1.58 MiB/sec. | ||
1507 | 2024.05.13 20:47:34.713649 [ 3 ] {25f143d2-59fb-4c24-bd09-ca559900e995} <Debug> DynamicQueryHandler: Done processing query | ||
1508 | 2024.05.13 20:47:34.713673 [ 3 ] {25f143d2-59fb-4c24-bd09-ca559900e995} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1509 | 2024.05.13 20:47:34.713688 [ 3 ] {} <Debug> HTTP-Session: 3fc3dbe7-b335-4aa9-a9bf-c1d615d5433a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1510 | 2024.05.13 20:47:39.671022 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 7258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1511 | 2024.05.13 20:47:39.671200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1512 | 2024.05.13 20:47:39.671241 [ 3 ] {} <Debug> HTTP-Session: 24c0e627-8b9e-47bf-8f03-5b283027170b Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1513 | 2024.05.13 20:47:39.671280 [ 3 ] {} <Debug> HTTP-Session: 24c0e627-8b9e-47bf-8f03-5b283027170b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1514 | 2024.05.13 20:47:39.671307 [ 3 ] {} <Debug> HTTP-Session: 24c0e627-8b9e-47bf-8f03-5b283027170b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1515 | 2024.05.13 20:47:39.671382 [ 3 ] {} <Trace> HTTP-Session: 24c0e627-8b9e-47bf-8f03-5b283027170b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1516 | 2024.05.13 20:47:39.671706 [ 3 ] {0d452a03-09d9-4e52-84cb-1a6b301e9cec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1517 | 2024.05.13 20:47:39.671809 [ 3 ] {0d452a03-09d9-4e52-84cb-1a6b301e9cec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1518 | 2024.05.13 20:47:39.672124 [ 3 ] {0d452a03-09d9-4e52-84cb-1a6b301e9cec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1519 | 2024.05.13 20:47:39.672572 [ 3 ] {0d452a03-09d9-4e52-84cb-1a6b301e9cec} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1520 | 2024.05.13 20:47:39.672614 [ 3 ] {0d452a03-09d9-4e52-84cb-1a6b301e9cec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1521 | 2024.05.13 20:47:39.672997 [ 3 ] {0d452a03-09d9-4e52-84cb-1a6b301e9cec} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1522 | 2024.05.13 20:47:39.673328 [ 3 ] {0d452a03-09d9-4e52-84cb-1a6b301e9cec} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1523 | 2024.05.13 20:47:39.673484 [ 3 ] {0d452a03-09d9-4e52-84cb-1a6b301e9cec} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001906 sec., 27282.26652675761 rows/sec., 2.08 MiB/sec. | ||
1524 | 2024.05.13 20:47:39.673488 [ 86 ] {} <Debug> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1525 | 2024.05.13 20:47:39.673611 [ 86 ] {} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1526 | 2024.05.13 20:47:39.673647 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1527 | 2024.05.13 20:47:39.673729 [ 3 ] {0d452a03-09d9-4e52-84cb-1a6b301e9cec} <Debug> DynamicQueryHandler: Done processing query | ||
1528 | 2024.05.13 20:47:39.673801 [ 3 ] {0d452a03-09d9-4e52-84cb-1a6b301e9cec} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1529 | 2024.05.13 20:47:39.673898 [ 3 ] {} <Debug> HTTP-Session: 24c0e627-8b9e-47bf-8f03-5b283027170b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1530 | 2024.05.13 20:47:39.674136 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1531 | 2024.05.13 20:47:39.674188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1532 | 2024.05.13 20:47:39.674207 [ 3 ] {} <Debug> HTTP-Session: c71ca323-2eb1-4d4b-a9d7-39f68490ce89 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1533 | 2024.05.13 20:47:39.674224 [ 3 ] {} <Debug> HTTP-Session: c71ca323-2eb1-4d4b-a9d7-39f68490ce89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1534 | 2024.05.13 20:47:39.674239 [ 3 ] {} <Debug> HTTP-Session: c71ca323-2eb1-4d4b-a9d7-39f68490ce89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1535 | 2024.05.13 20:47:39.674271 [ 3 ] {} <Trace> HTTP-Session: c71ca323-2eb1-4d4b-a9d7-39f68490ce89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1536 | 2024.05.13 20:47:39.674416 [ 3 ] {e2802e76-d83a-4f34-9396-f50da3a02251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1537 | 2024.05.13 20:47:39.674463 [ 3 ] {e2802e76-d83a-4f34-9396-f50da3a02251} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1538 | 2024.05.13 20:47:39.674598 [ 3 ] {e2802e76-d83a-4f34-9396-f50da3a02251} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1539 | 2024.05.13 20:47:39.674954 [ 3 ] {e2802e76-d83a-4f34-9396-f50da3a02251} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1540 | 2024.05.13 20:47:39.674992 [ 3 ] {e2802e76-d83a-4f34-9396-f50da3a02251} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1541 | 2024.05.13 20:47:39.675359 [ 3 ] {e2802e76-d83a-4f34-9396-f50da3a02251} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1542 | 2024.05.13 20:47:39.675671 [ 3 ] {e2802e76-d83a-4f34-9396-f50da3a02251} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1543 | 2024.05.13 20:47:39.675814 [ 86 ] {} <Debug> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1544 | 2024.05.13 20:47:39.675824 [ 3 ] {e2802e76-d83a-4f34-9396-f50da3a02251} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001463 sec., 38277.511961722485 rows/sec., 2.99 MiB/sec. | ||
1545 | 2024.05.13 20:47:39.675854 [ 86 ] {} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1546 | 2024.05.13 20:47:39.675916 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1547 | 2024.05.13 20:47:39.676186 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::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 | ||
1548 | 2024.05.13 20:47:39.676210 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::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 | ||
1549 | 2024.05.13 20:47:39.676195 [ 3 ] {e2802e76-d83a-4f34-9396-f50da3a02251} <Debug> DynamicQueryHandler: Done processing query | ||
1550 | 2024.05.13 20:47:39.676382 [ 3 ] {e2802e76-d83a-4f34-9396-f50da3a02251} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1551 | 2024.05.13 20:47:39.676451 [ 3 ] {} <Debug> HTTP-Session: c71ca323-2eb1-4d4b-a9d7-39f68490ce89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1552 | 2024.05.13 20:47:39.676797 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1553 | 2024.05.13 20:47:39.676806 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1554 | 2024.05.13 20:47:39.676917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 28667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1555 | 2024.05.13 20:47:39.676973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1556 | 2024.05.13 20:47:39.676992 [ 3 ] {} <Debug> HTTP-Session: 203409a5-a6a1-4050-a341-b155fa3a3b48 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1557 | 2024.05.13 20:47:39.677047 [ 3 ] {} <Debug> HTTP-Session: 203409a5-a6a1-4050-a341-b155fa3a3b48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1558 | 2024.05.13 20:47:39.677076 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part | ||
1559 | 2024.05.13 20:47:39.677076 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::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 | ||
1560 | 2024.05.13 20:47:39.677094 [ 3 ] {} <Debug> HTTP-Session: 203409a5-a6a1-4050-a341-b155fa3a3b48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1561 | 2024.05.13 20:47:39.677229 [ 3 ] {} <Trace> HTTP-Session: 203409a5-a6a1-4050-a341-b155fa3a3b48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1562 | 2024.05.13 20:47:39.677466 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part | ||
1563 | 2024.05.13 20:47:39.677486 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
1564 | 2024.05.13 20:47:39.678027 [ 3 ] {f8a411e1-6e2c-4908-903c-76eccbfc9dfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1565 | 2024.05.13 20:47:39.678271 [ 3 ] {f8a411e1-6e2c-4908-903c-76eccbfc9dfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1566 | 2024.05.13 20:47:39.678357 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part | ||
1567 | 2024.05.13 20:47:39.678427 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 28 rows starting from the beginning of the part | ||
1568 | 2024.05.13 20:47:39.679091 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part | ||
1569 | 2024.05.13 20:47:39.679208 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part | ||
1570 | 2024.05.13 20:47:39.679500 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part | ||
1571 | 2024.05.13 20:47:39.679895 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 71 rows starting from the beginning of the part | ||
1572 | 2024.05.13 20:47:39.680239 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
1573 | 2024.05.13 20:47:39.680551 [ 3 ] {f8a411e1-6e2c-4908-903c-76eccbfc9dfa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1574 | 2024.05.13 20:47:39.680713 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 52 rows starting from the beginning of the part | ||
1575 | 2024.05.13 20:47:39.683328 [ 3 ] {f8a411e1-6e2c-4908-903c-76eccbfc9dfa} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1576 | 2024.05.13 20:47:39.683469 [ 3 ] {f8a411e1-6e2c-4908-903c-76eccbfc9dfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1577 | 2024.05.13 20:47:39.685920 [ 190 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 224 rows, containing 4 columns (4 merged, 0 gathered) in 0.009856344 sec., 22726.47951410787 rows/sec., 1.77 MiB/sec. | ||
1578 | 2024.05.13 20:47:39.686085 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 227 rows, containing 4 columns (4 merged, 0 gathered) in 0.012320587 sec., 18424.446822217156 rows/sec., 1.44 MiB/sec. | ||
1579 | 2024.05.13 20:47:39.686133 [ 3 ] {f8a411e1-6e2c-4908-903c-76eccbfc9dfa} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1580 | 2024.05.13 20:47:39.686256 [ 190 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1581 | 2024.05.13 20:47:39.686407 [ 188 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1582 | 2024.05.13 20:47:39.687702 [ 3 ] {f8a411e1-6e2c-4908-903c-76eccbfc9dfa} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1583 | 2024.05.13 20:47:39.687670 [ 190 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_6_1} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1584 | 2024.05.13 20:47:39.688022 [ 190 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_6_1} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1585 | 2024.05.13 20:47:39.688076 [ 86 ] {} <Debug> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1586 | 2024.05.13 20:47:39.688205 [ 86 ] {} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1587 | 2024.05.13 20:47:39.688307 [ 3 ] {f8a411e1-6e2c-4908-903c-76eccbfc9dfa} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.010625 sec., 14117.647058823528 rows/sec., 1002.30 KiB/sec. | ||
1588 | 2024.05.13 20:47:39.688313 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1589 | 2024.05.13 20:47:39.688382 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
1590 | 2024.05.13 20:47:39.688912 [ 187 ] {313178d0-1e86-4864-8af4-8d959655e5c5::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 | ||
1591 | 2024.05.13 20:47:39.688938 [ 188 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_6_1} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1592 | 2024.05.13 20:47:39.688995 [ 3 ] {f8a411e1-6e2c-4908-903c-76eccbfc9dfa} <Debug> DynamicQueryHandler: Done processing query | ||
1593 | 2024.05.13 20:47:39.689086 [ 3 ] {f8a411e1-6e2c-4908-903c-76eccbfc9dfa} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1594 | 2024.05.13 20:47:39.689189 [ 3 ] {} <Debug> HTTP-Session: 203409a5-a6a1-4050-a341-b155fa3a3b48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1595 | 2024.05.13 20:47:39.689477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 7667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1596 | 2024.05.13 20:47:39.689564 [ 188 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_6_1} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1597 | 2024.05.13 20:47:39.689658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1598 | 2024.05.13 20:47:39.689730 [ 187 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1599 | 2024.05.13 20:47:39.689769 [ 3 ] {} <Debug> HTTP-Session: af75e80b-3d28-4f92-b8b4-f6eb076cdd3d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1600 | 2024.05.13 20:47:39.689851 [ 3 ] {} <Debug> HTTP-Session: af75e80b-3d28-4f92-b8b4-f6eb076cdd3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1601 | 2024.05.13 20:47:39.689870 [ 187 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 80 rows starting from the beginning of the part | ||
1602 | 2024.05.13 20:47:39.689920 [ 3 ] {} <Debug> HTTP-Session: af75e80b-3d28-4f92-b8b4-f6eb076cdd3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1603 | 2024.05.13 20:47:39.689940 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
1604 | 2024.05.13 20:47:39.690022 [ 3 ] {} <Trace> HTTP-Session: af75e80b-3d28-4f92-b8b4-f6eb076cdd3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1605 | 2024.05.13 20:47:39.690160 [ 187 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part | ||
1606 | 2024.05.13 20:47:39.690304 [ 187 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part | ||
1607 | 2024.05.13 20:47:39.690327 [ 3 ] {8ec940de-4e06-4414-8781-640880dd2c1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1608 | 2024.05.13 20:47:39.690509 [ 3 ] {8ec940de-4e06-4414-8781-640880dd2c1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1609 | 2024.05.13 20:47:39.690634 [ 187 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 100 rows starting from the beginning of the part | ||
1610 | 2024.05.13 20:47:39.690969 [ 187 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 100 rows starting from the beginning of the part | ||
1611 | 2024.05.13 20:47:39.691266 [ 187 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 150 rows starting from the beginning of the part | ||
1612 | 2024.05.13 20:47:39.691689 [ 3 ] {8ec940de-4e06-4414-8781-640880dd2c1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1613 | 2024.05.13 20:47:39.692172 [ 3 ] {8ec940de-4e06-4414-8781-640880dd2c1c} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1614 | 2024.05.13 20:47:39.692211 [ 3 ] {8ec940de-4e06-4414-8781-640880dd2c1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1615 | 2024.05.13 20:47:39.692770 [ 3 ] {8ec940de-4e06-4414-8781-640880dd2c1c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1616 | 2024.05.13 20:47:39.693249 [ 190 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 630 rows, containing 5 columns (5 merged, 0 gathered) in 0.004649594 sec., 135495.7013451067 rows/sec., 9.39 MiB/sec. | ||
1617 | 2024.05.13 20:47:39.693322 [ 3 ] {8ec940de-4e06-4414-8781-640880dd2c1c} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1618 | 2024.05.13 20:47:39.693532 [ 86 ] {} <Debug> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1619 | 2024.05.13 20:47:39.693578 [ 3 ] {8ec940de-4e06-4414-8781-640880dd2c1c} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.00336 sec., 14880.95238095238 rows/sec., 1.02 MiB/sec. | ||
1620 | 2024.05.13 20:47:39.693595 [ 188 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1621 | 2024.05.13 20:47:39.693604 [ 86 ] {} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1622 | 2024.05.13 20:47:39.693704 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1623 | 2024.05.13 20:47:39.694089 [ 3 ] {8ec940de-4e06-4414-8781-640880dd2c1c} <Debug> DynamicQueryHandler: Done processing query | ||
1624 | 2024.05.13 20:47:39.694166 [ 3 ] {8ec940de-4e06-4414-8781-640880dd2c1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1625 | 2024.05.13 20:47:39.694170 [ 187 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
1626 | 2024.05.13 20:47:39.694193 [ 3 ] {} <Debug> HTTP-Session: af75e80b-3d28-4f92-b8b4-f6eb076cdd3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1627 | 2024.05.13 20:47:39.694560 [ 187 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1628 | 2024.05.13 20:47:39.694665 [ 187 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
1629 | 2024.05.13 20:47:39.694862 [ 187 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
1630 | 2024.05.13 20:47:39.695119 [ 187 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part | ||
1631 | 2024.05.13 20:47:39.695435 [ 187 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
1632 | 2024.05.13 20:47:39.695461 [ 188 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1633 | 2024.05.13 20:47:39.695676 [ 187 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
1634 | 2024.05.13 20:47:39.695914 [ 188 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1635 | 2024.05.13 20:47:39.695939 [ 187 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 50 rows starting from the beginning of the part | ||
1636 | 2024.05.13 20:47:39.696254 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
1637 | 2024.05.13 20:47:39.697126 [ 201 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 4 columns (4 merged, 0 gathered) in 0.003251401 sec., 59666.58680365787 rows/sec., 4.09 MiB/sec. | ||
1638 | 2024.05.13 20:47:39.697295 [ 188 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1639 | 2024.05.13 20:47:39.697675 [ 188 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_6_1} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1640 | 2024.05.13 20:47:39.697751 [ 188 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_6_1} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1641 | 2024.05.13 20:47:39.697829 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
1642 | 2024.05.13 20:47:42.828032 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1643 | 2024.05.13 20:47:42.828130 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1644 | 2024.05.13 20:47:44.672039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1645 | 2024.05.13 20:47:44.672146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1646 | 2024.05.13 20:47:44.672170 [ 3 ] {} <Debug> HTTP-Session: 42103e8c-7e0c-4c7f-8c4f-9c4b02775905 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1647 | 2024.05.13 20:47:44.672193 [ 3 ] {} <Debug> HTTP-Session: 42103e8c-7e0c-4c7f-8c4f-9c4b02775905 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1648 | 2024.05.13 20:47:44.672206 [ 3 ] {} <Debug> HTTP-Session: 42103e8c-7e0c-4c7f-8c4f-9c4b02775905 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1649 | 2024.05.13 20:47:44.672268 [ 3 ] {} <Trace> HTTP-Session: 42103e8c-7e0c-4c7f-8c4f-9c4b02775905 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1650 | 2024.05.13 20:47:44.672453 [ 3 ] {24f8dca4-145d-41b9-98f2-76035c5c3299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1651 | 2024.05.13 20:47:44.672520 [ 3 ] {24f8dca4-145d-41b9-98f2-76035c5c3299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1652 | 2024.05.13 20:47:44.672707 [ 3 ] {24f8dca4-145d-41b9-98f2-76035c5c3299} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1653 | 2024.05.13 20:47:44.673099 [ 3 ] {24f8dca4-145d-41b9-98f2-76035c5c3299} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1654 | 2024.05.13 20:47:44.673139 [ 3 ] {24f8dca4-145d-41b9-98f2-76035c5c3299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1655 | 2024.05.13 20:47:44.673496 [ 3 ] {24f8dca4-145d-41b9-98f2-76035c5c3299} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1656 | 2024.05.13 20:47:44.673833 [ 3 ] {24f8dca4-145d-41b9-98f2-76035c5c3299} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1657 | 2024.05.13 20:47:44.673997 [ 3 ] {24f8dca4-145d-41b9-98f2-76035c5c3299} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001596 sec., 9398.496240601504 rows/sec., 761.79 KiB/sec. | ||
1658 | 2024.05.13 20:47:44.674212 [ 3 ] {24f8dca4-145d-41b9-98f2-76035c5c3299} <Debug> DynamicQueryHandler: Done processing query | ||
1659 | 2024.05.13 20:47:44.674241 [ 3 ] {24f8dca4-145d-41b9-98f2-76035c5c3299} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1660 | 2024.05.13 20:47:44.674257 [ 3 ] {} <Debug> HTTP-Session: 42103e8c-7e0c-4c7f-8c4f-9c4b02775905 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1661 | 2024.05.13 20:47:44.674419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 13992, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1662 | 2024.05.13 20:47:44.674468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1663 | 2024.05.13 20:47:44.674487 [ 3 ] {} <Debug> HTTP-Session: bc56ed19-a2ed-44dd-a9b7-3500d8821d08 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1664 | 2024.05.13 20:47:44.674505 [ 3 ] {} <Debug> HTTP-Session: bc56ed19-a2ed-44dd-a9b7-3500d8821d08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1665 | 2024.05.13 20:47:44.674519 [ 3 ] {} <Debug> HTTP-Session: bc56ed19-a2ed-44dd-a9b7-3500d8821d08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1666 | 2024.05.13 20:47:44.674550 [ 3 ] {} <Trace> HTTP-Session: bc56ed19-a2ed-44dd-a9b7-3500d8821d08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1667 | 2024.05.13 20:47:44.674724 [ 3 ] {8f6b6fb1-b76e-4a62-8045-d3f2509ec3a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1668 | 2024.05.13 20:47:44.674770 [ 3 ] {8f6b6fb1-b76e-4a62-8045-d3f2509ec3a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1669 | 2024.05.13 20:47:44.674896 [ 3 ] {8f6b6fb1-b76e-4a62-8045-d3f2509ec3a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1670 | 2024.05.13 20:47:44.675305 [ 3 ] {8f6b6fb1-b76e-4a62-8045-d3f2509ec3a9} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1671 | 2024.05.13 20:47:44.675346 [ 3 ] {8f6b6fb1-b76e-4a62-8045-d3f2509ec3a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1672 | 2024.05.13 20:47:44.675669 [ 3 ] {8f6b6fb1-b76e-4a62-8045-d3f2509ec3a9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1673 | 2024.05.13 20:47:44.675991 [ 3 ] {8f6b6fb1-b76e-4a62-8045-d3f2509ec3a9} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1674 | 2024.05.13 20:47:44.676149 [ 3 ] {8f6b6fb1-b76e-4a62-8045-d3f2509ec3a9} <Debug> executeQuery: Read 97 rows, 8.08 KiB in 0.001503 sec., 64537.59148369927 rows/sec., 5.25 MiB/sec. | ||
1675 | 2024.05.13 20:47:44.676358 [ 3 ] {8f6b6fb1-b76e-4a62-8045-d3f2509ec3a9} <Debug> DynamicQueryHandler: Done processing query | ||
1676 | 2024.05.13 20:47:44.676383 [ 3 ] {8f6b6fb1-b76e-4a62-8045-d3f2509ec3a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1677 | 2024.05.13 20:47:44.676398 [ 3 ] {} <Debug> HTTP-Session: bc56ed19-a2ed-44dd-a9b7-3500d8821d08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1678 | 2024.05.13 20:47:44.676522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12066, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1679 | 2024.05.13 20:47:44.676570 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1680 | 2024.05.13 20:47:44.676589 [ 3 ] {} <Debug> HTTP-Session: 7625b916-e231-417f-851c-f23cb1f4302e Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1681 | 2024.05.13 20:47:44.676606 [ 3 ] {} <Debug> HTTP-Session: 7625b916-e231-417f-851c-f23cb1f4302e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1682 | 2024.05.13 20:47:44.676619 [ 3 ] {} <Debug> HTTP-Session: 7625b916-e231-417f-851c-f23cb1f4302e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1683 | 2024.05.13 20:47:44.676650 [ 3 ] {} <Trace> HTTP-Session: 7625b916-e231-417f-851c-f23cb1f4302e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1684 | 2024.05.13 20:47:44.676764 [ 3 ] {f3059696-5eff-4c1d-8d48-62766446d7b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1685 | 2024.05.13 20:47:44.676807 [ 3 ] {f3059696-5eff-4c1d-8d48-62766446d7b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1686 | 2024.05.13 20:47:44.676932 [ 3 ] {f3059696-5eff-4c1d-8d48-62766446d7b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1687 | 2024.05.13 20:47:44.677263 [ 3 ] {f3059696-5eff-4c1d-8d48-62766446d7b3} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1688 | 2024.05.13 20:47:44.677302 [ 3 ] {f3059696-5eff-4c1d-8d48-62766446d7b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1689 | 2024.05.13 20:47:44.677607 [ 3 ] {f3059696-5eff-4c1d-8d48-62766446d7b3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1690 | 2024.05.13 20:47:44.677911 [ 3 ] {f3059696-5eff-4c1d-8d48-62766446d7b3} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1691 | 2024.05.13 20:47:44.678069 [ 3 ] {f3059696-5eff-4c1d-8d48-62766446d7b3} <Debug> executeQuery: Read 71 rows, 5.67 KiB in 0.001344 sec., 52827.380952380954 rows/sec., 4.12 MiB/sec. | ||
1692 | 2024.05.13 20:47:44.678226 [ 3 ] {f3059696-5eff-4c1d-8d48-62766446d7b3} <Debug> DynamicQueryHandler: Done processing query | ||
1693 | 2024.05.13 20:47:44.678250 [ 3 ] {f3059696-5eff-4c1d-8d48-62766446d7b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1694 | 2024.05.13 20:47:44.678266 [ 3 ] {} <Debug> HTTP-Session: 7625b916-e231-417f-851c-f23cb1f4302e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1695 | 2024.05.13 20:47:44.678500 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 28667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1696 | 2024.05.13 20:47:44.678545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1697 | 2024.05.13 20:47:44.678564 [ 3 ] {} <Debug> HTTP-Session: 47368d84-c078-467e-b4ae-63acd74ccd7f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1698 | 2024.05.13 20:47:44.678580 [ 3 ] {} <Debug> HTTP-Session: 47368d84-c078-467e-b4ae-63acd74ccd7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1699 | 2024.05.13 20:47:44.678593 [ 3 ] {} <Debug> HTTP-Session: 47368d84-c078-467e-b4ae-63acd74ccd7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1700 | 2024.05.13 20:47:44.678624 [ 3 ] {} <Trace> HTTP-Session: 47368d84-c078-467e-b4ae-63acd74ccd7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1701 | 2024.05.13 20:47:44.678794 [ 3 ] {04c920c2-1c6a-4789-96dd-2e67910ff47d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1702 | 2024.05.13 20:47:44.678841 [ 3 ] {04c920c2-1c6a-4789-96dd-2e67910ff47d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1703 | 2024.05.13 20:47:44.678984 [ 3 ] {04c920c2-1c6a-4789-96dd-2e67910ff47d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1704 | 2024.05.13 20:47:44.679346 [ 3 ] {04c920c2-1c6a-4789-96dd-2e67910ff47d} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1705 | 2024.05.13 20:47:44.679383 [ 3 ] {04c920c2-1c6a-4789-96dd-2e67910ff47d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1706 | 2024.05.13 20:47:44.679771 [ 3 ] {04c920c2-1c6a-4789-96dd-2e67910ff47d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1707 | 2024.05.13 20:47:44.680116 [ 3 ] {04c920c2-1c6a-4789-96dd-2e67910ff47d} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1708 | 2024.05.13 20:47:44.680263 [ 3 ] {04c920c2-1c6a-4789-96dd-2e67910ff47d} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.00155 sec., 96774.1935483871 rows/sec., 6.71 MiB/sec. | ||
1709 | 2024.05.13 20:47:44.680420 [ 3 ] {04c920c2-1c6a-4789-96dd-2e67910ff47d} <Debug> DynamicQueryHandler: Done processing query | ||
1710 | 2024.05.13 20:47:44.680444 [ 3 ] {04c920c2-1c6a-4789-96dd-2e67910ff47d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1711 | 2024.05.13 20:47:44.680459 [ 3 ] {} <Debug> HTTP-Session: 47368d84-c078-467e-b4ae-63acd74ccd7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1712 | 2024.05.13 20:47:44.680602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1713 | 2024.05.13 20:47:44.680649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1714 | 2024.05.13 20:47:44.680667 [ 3 ] {} <Debug> HTTP-Session: a4522b05-7959-4cfc-a219-1419397f6fd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1715 | 2024.05.13 20:47:44.680683 [ 3 ] {} <Debug> HTTP-Session: a4522b05-7959-4cfc-a219-1419397f6fd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1716 | 2024.05.13 20:47:44.680696 [ 3 ] {} <Debug> HTTP-Session: a4522b05-7959-4cfc-a219-1419397f6fd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1717 | 2024.05.13 20:47:44.680728 [ 3 ] {} <Trace> HTTP-Session: a4522b05-7959-4cfc-a219-1419397f6fd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1718 | 2024.05.13 20:47:44.681023 [ 3 ] {a92982a5-5ad2-4c55-92c6-dc4a35e04bf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1719 | 2024.05.13 20:47:44.681071 [ 3 ] {a92982a5-5ad2-4c55-92c6-dc4a35e04bf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1720 | 2024.05.13 20:47:44.681224 [ 3 ] {a92982a5-5ad2-4c55-92c6-dc4a35e04bf1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1721 | 2024.05.13 20:47:44.681589 [ 3 ] {a92982a5-5ad2-4c55-92c6-dc4a35e04bf1} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1722 | 2024.05.13 20:47:44.681625 [ 3 ] {a92982a5-5ad2-4c55-92c6-dc4a35e04bf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1723 | 2024.05.13 20:47:44.682019 [ 3 ] {a92982a5-5ad2-4c55-92c6-dc4a35e04bf1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1724 | 2024.05.13 20:47:44.682391 [ 3 ] {a92982a5-5ad2-4c55-92c6-dc4a35e04bf1} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1725 | 2024.05.13 20:47:44.682534 [ 3 ] {a92982a5-5ad2-4c55-92c6-dc4a35e04bf1} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001728 sec., 8680.555555555557 rows/sec., 11.71 MiB/sec. | ||
1726 | 2024.05.13 20:47:44.682839 [ 3 ] {a92982a5-5ad2-4c55-92c6-dc4a35e04bf1} <Debug> DynamicQueryHandler: Done processing query | ||
1727 | 2024.05.13 20:47:44.682864 [ 3 ] {a92982a5-5ad2-4c55-92c6-dc4a35e04bf1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1728 | 2024.05.13 20:47:44.682881 [ 3 ] {} <Debug> HTTP-Session: a4522b05-7959-4cfc-a219-1419397f6fd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1729 | 2024.05.13 20:47:44.683002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 7667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1730 | 2024.05.13 20:47:44.683049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1731 | 2024.05.13 20:47:44.683068 [ 3 ] {} <Debug> HTTP-Session: 8715b768-e3fc-4e96-bfc4-9f92919dcaf2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1732 | 2024.05.13 20:47:44.683084 [ 3 ] {} <Debug> HTTP-Session: 8715b768-e3fc-4e96-bfc4-9f92919dcaf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1733 | 2024.05.13 20:47:44.683098 [ 3 ] {} <Debug> HTTP-Session: 8715b768-e3fc-4e96-bfc4-9f92919dcaf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1734 | 2024.05.13 20:47:44.683129 [ 3 ] {} <Trace> HTTP-Session: 8715b768-e3fc-4e96-bfc4-9f92919dcaf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1735 | 2024.05.13 20:47:44.683242 [ 3 ] {23dbeffc-14f5-4de2-8755-278709d3caf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1736 | 2024.05.13 20:47:44.683288 [ 3 ] {23dbeffc-14f5-4de2-8755-278709d3caf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1737 | 2024.05.13 20:47:44.683441 [ 3 ] {23dbeffc-14f5-4de2-8755-278709d3caf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1738 | 2024.05.13 20:47:44.683726 [ 3 ] {23dbeffc-14f5-4de2-8755-278709d3caf4} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1739 | 2024.05.13 20:47:44.683762 [ 3 ] {23dbeffc-14f5-4de2-8755-278709d3caf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1740 | 2024.05.13 20:47:44.684128 [ 3 ] {23dbeffc-14f5-4de2-8755-278709d3caf4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1741 | 2024.05.13 20:47:44.684447 [ 3 ] {23dbeffc-14f5-4de2-8755-278709d3caf4} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1742 | 2024.05.13 20:47:44.684627 [ 3 ] {23dbeffc-14f5-4de2-8755-278709d3caf4} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001423 sec., 35137.034434293746 rows/sec., 2.41 MiB/sec. | ||
1743 | 2024.05.13 20:47:44.684820 [ 3 ] {23dbeffc-14f5-4de2-8755-278709d3caf4} <Debug> DynamicQueryHandler: Done processing query | ||
1744 | 2024.05.13 20:47:44.684848 [ 3 ] {23dbeffc-14f5-4de2-8755-278709d3caf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1745 | 2024.05.13 20:47:44.684865 [ 3 ] {} <Debug> HTTP-Session: 8715b768-e3fc-4e96-bfc4-9f92919dcaf2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1746 | 2024.05.13 20:47:49.670855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 7258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1747 | 2024.05.13 20:47:49.670977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1748 | 2024.05.13 20:47:49.671001 [ 3 ] {} <Debug> HTTP-Session: 587bb703-0136-4441-8214-8064e97b1e9f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1749 | 2024.05.13 20:47:49.671025 [ 3 ] {} <Debug> HTTP-Session: 587bb703-0136-4441-8214-8064e97b1e9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1750 | 2024.05.13 20:47:49.671040 [ 3 ] {} <Debug> HTTP-Session: 587bb703-0136-4441-8214-8064e97b1e9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1751 | 2024.05.13 20:47:49.671087 [ 3 ] {} <Trace> HTTP-Session: 587bb703-0136-4441-8214-8064e97b1e9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1752 | 2024.05.13 20:47:49.671271 [ 3 ] {f70ea950-440c-460e-9c7f-dd96574079b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1753 | 2024.05.13 20:47:49.671336 [ 3 ] {f70ea950-440c-460e-9c7f-dd96574079b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1754 | 2024.05.13 20:47:49.671525 [ 3 ] {f70ea950-440c-460e-9c7f-dd96574079b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1755 | 2024.05.13 20:47:49.671988 [ 3 ] {f70ea950-440c-460e-9c7f-dd96574079b4} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1756 | 2024.05.13 20:47:49.672027 [ 3 ] {f70ea950-440c-460e-9c7f-dd96574079b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1757 | 2024.05.13 20:47:49.672376 [ 3 ] {f70ea950-440c-460e-9c7f-dd96574079b4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1758 | 2024.05.13 20:47:49.672706 [ 3 ] {f70ea950-440c-460e-9c7f-dd96574079b4} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1759 | 2024.05.13 20:47:49.672871 [ 3 ] {f70ea950-440c-460e-9c7f-dd96574079b4} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001653 sec., 31457.955232909862 rows/sec., 2.40 MiB/sec. | ||
1760 | 2024.05.13 20:47:49.673052 [ 3 ] {f70ea950-440c-460e-9c7f-dd96574079b4} <Debug> DynamicQueryHandler: Done processing query | ||
1761 | 2024.05.13 20:47:49.673078 [ 3 ] {f70ea950-440c-460e-9c7f-dd96574079b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1762 | 2024.05.13 20:47:49.673093 [ 3 ] {} <Debug> HTTP-Session: 587bb703-0136-4441-8214-8064e97b1e9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1763 | 2024.05.13 20:47:49.673253 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1764 | 2024.05.13 20:47:49.673298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1765 | 2024.05.13 20:47:49.673316 [ 3 ] {} <Debug> HTTP-Session: 3e53e14e-03d6-4215-b73d-77dde15bc038 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1766 | 2024.05.13 20:47:49.673333 [ 3 ] {} <Debug> HTTP-Session: 3e53e14e-03d6-4215-b73d-77dde15bc038 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1767 | 2024.05.13 20:47:49.673346 [ 3 ] {} <Debug> HTTP-Session: 3e53e14e-03d6-4215-b73d-77dde15bc038 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1768 | 2024.05.13 20:47:49.673376 [ 3 ] {} <Trace> HTTP-Session: 3e53e14e-03d6-4215-b73d-77dde15bc038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1769 | 2024.05.13 20:47:49.673484 [ 3 ] {eb3cc485-07f0-4d74-b28b-b1337da7e3b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1770 | 2024.05.13 20:47:49.673528 [ 3 ] {eb3cc485-07f0-4d74-b28b-b1337da7e3b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1771 | 2024.05.13 20:47:49.673652 [ 3 ] {eb3cc485-07f0-4d74-b28b-b1337da7e3b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1772 | 2024.05.13 20:47:49.673975 [ 3 ] {eb3cc485-07f0-4d74-b28b-b1337da7e3b0} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1773 | 2024.05.13 20:47:49.674011 [ 3 ] {eb3cc485-07f0-4d74-b28b-b1337da7e3b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1774 | 2024.05.13 20:47:49.674322 [ 3 ] {eb3cc485-07f0-4d74-b28b-b1337da7e3b0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1775 | 2024.05.13 20:47:49.674619 [ 3 ] {eb3cc485-07f0-4d74-b28b-b1337da7e3b0} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1776 | 2024.05.13 20:47:49.674768 [ 3 ] {eb3cc485-07f0-4d74-b28b-b1337da7e3b0} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001316 sec., 42553.19148936171 rows/sec., 3.32 MiB/sec. | ||
1777 | 2024.05.13 20:47:49.674970 [ 3 ] {eb3cc485-07f0-4d74-b28b-b1337da7e3b0} <Debug> DynamicQueryHandler: Done processing query | ||
1778 | 2024.05.13 20:47:49.674994 [ 3 ] {eb3cc485-07f0-4d74-b28b-b1337da7e3b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1779 | 2024.05.13 20:47:49.675010 [ 3 ] {} <Debug> HTTP-Session: 3e53e14e-03d6-4215-b73d-77dde15bc038 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1780 | 2024.05.13 20:47:49.675286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 28667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1781 | 2024.05.13 20:47:49.675333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1782 | 2024.05.13 20:47:49.675351 [ 3 ] {} <Debug> HTTP-Session: 80871751-2248-40e9-8214-b889bee247b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1783 | 2024.05.13 20:47:49.675368 [ 3 ] {} <Debug> HTTP-Session: 80871751-2248-40e9-8214-b889bee247b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1784 | 2024.05.13 20:47:49.675381 [ 3 ] {} <Debug> HTTP-Session: 80871751-2248-40e9-8214-b889bee247b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1785 | 2024.05.13 20:47:49.675411 [ 3 ] {} <Trace> HTTP-Session: 80871751-2248-40e9-8214-b889bee247b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1786 | 2024.05.13 20:47:49.675564 [ 3 ] {279b458d-52a0-47f4-a73e-0d4535085b19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1787 | 2024.05.13 20:47:49.675611 [ 3 ] {279b458d-52a0-47f4-a73e-0d4535085b19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1788 | 2024.05.13 20:47:49.675760 [ 3 ] {279b458d-52a0-47f4-a73e-0d4535085b19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1789 | 2024.05.13 20:47:49.676107 [ 3 ] {279b458d-52a0-47f4-a73e-0d4535085b19} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1790 | 2024.05.13 20:47:49.676142 [ 3 ] {279b458d-52a0-47f4-a73e-0d4535085b19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1791 | 2024.05.13 20:47:49.676516 [ 3 ] {279b458d-52a0-47f4-a73e-0d4535085b19} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1792 | 2024.05.13 20:47:49.676844 [ 3 ] {279b458d-52a0-47f4-a73e-0d4535085b19} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1793 | 2024.05.13 20:47:49.677001 [ 3 ] {279b458d-52a0-47f4-a73e-0d4535085b19} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001505 sec., 99667.77408637873 rows/sec., 6.91 MiB/sec. | ||
1794 | 2024.05.13 20:47:49.677165 [ 3 ] {279b458d-52a0-47f4-a73e-0d4535085b19} <Debug> DynamicQueryHandler: Done processing query | ||
1795 | 2024.05.13 20:47:49.677188 [ 3 ] {279b458d-52a0-47f4-a73e-0d4535085b19} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1796 | 2024.05.13 20:47:49.677203 [ 3 ] {} <Debug> HTTP-Session: 80871751-2248-40e9-8214-b889bee247b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1797 | 2024.05.13 20:47:49.677355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 7667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1798 | 2024.05.13 20:47:49.677399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1799 | 2024.05.13 20:47:49.677417 [ 3 ] {} <Debug> HTTP-Session: 79c59951-9c53-49a7-a306-eea8984b21ad Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1800 | 2024.05.13 20:47:49.677432 [ 3 ] {} <Debug> HTTP-Session: 79c59951-9c53-49a7-a306-eea8984b21ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1801 | 2024.05.13 20:47:49.677446 [ 3 ] {} <Debug> HTTP-Session: 79c59951-9c53-49a7-a306-eea8984b21ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1802 | 2024.05.13 20:47:49.677475 [ 3 ] {} <Trace> HTTP-Session: 79c59951-9c53-49a7-a306-eea8984b21ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1803 | 2024.05.13 20:47:49.677597 [ 3 ] {87e681af-60cf-4d73-bac6-94d5550744d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1804 | 2024.05.13 20:47:49.677639 [ 3 ] {87e681af-60cf-4d73-bac6-94d5550744d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1805 | 2024.05.13 20:47:49.677761 [ 3 ] {87e681af-60cf-4d73-bac6-94d5550744d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1806 | 2024.05.13 20:47:49.678038 [ 3 ] {87e681af-60cf-4d73-bac6-94d5550744d1} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1807 | 2024.05.13 20:47:49.678073 [ 3 ] {87e681af-60cf-4d73-bac6-94d5550744d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1808 | 2024.05.13 20:47:49.678407 [ 3 ] {87e681af-60cf-4d73-bac6-94d5550744d1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1809 | 2024.05.13 20:47:49.678725 [ 3 ] {87e681af-60cf-4d73-bac6-94d5550744d1} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1810 | 2024.05.13 20:47:49.678874 [ 3 ] {87e681af-60cf-4d73-bac6-94d5550744d1} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001326 sec., 37707.39064856712 rows/sec., 2.59 MiB/sec. | ||
1811 | 2024.05.13 20:47:49.679038 [ 3 ] {87e681af-60cf-4d73-bac6-94d5550744d1} <Debug> DynamicQueryHandler: Done processing query | ||
1812 | 2024.05.13 20:47:49.679062 [ 3 ] {87e681af-60cf-4d73-bac6-94d5550744d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1813 | 2024.05.13 20:47:49.679077 [ 3 ] {} <Debug> HTTP-Session: 79c59951-9c53-49a7-a306-eea8984b21ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1814 | 2024.05.13 20:47:54.671930 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1815 | 2024.05.13 20:47:54.672052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1816 | 2024.05.13 20:47:54.672083 [ 3 ] {} <Debug> HTTP-Session: 911863af-9c1b-47b0-9cd4-88eebde79c80 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1817 | 2024.05.13 20:47:54.672109 [ 3 ] {} <Debug> HTTP-Session: 911863af-9c1b-47b0-9cd4-88eebde79c80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1818 | 2024.05.13 20:47:54.672124 [ 3 ] {} <Debug> HTTP-Session: 911863af-9c1b-47b0-9cd4-88eebde79c80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1819 | 2024.05.13 20:47:54.672170 [ 3 ] {} <Trace> HTTP-Session: 911863af-9c1b-47b0-9cd4-88eebde79c80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1820 | 2024.05.13 20:47:54.672347 [ 3 ] {983e2ac2-5029-42ba-88d6-547e12049c5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1821 | 2024.05.13 20:47:54.672412 [ 3 ] {983e2ac2-5029-42ba-88d6-547e12049c5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1822 | 2024.05.13 20:47:54.672597 [ 3 ] {983e2ac2-5029-42ba-88d6-547e12049c5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1823 | 2024.05.13 20:47:54.673003 [ 3 ] {983e2ac2-5029-42ba-88d6-547e12049c5d} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1824 | 2024.05.13 20:47:54.673042 [ 3 ] {983e2ac2-5029-42ba-88d6-547e12049c5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1825 | 2024.05.13 20:47:54.673399 [ 3 ] {983e2ac2-5029-42ba-88d6-547e12049c5d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1826 | 2024.05.13 20:47:54.673728 [ 3 ] {983e2ac2-5029-42ba-88d6-547e12049c5d} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1827 | 2024.05.13 20:47:54.673885 [ 3 ] {983e2ac2-5029-42ba-88d6-547e12049c5d} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.00159 sec., 9433.962264150943 rows/sec., 764.67 KiB/sec. | ||
1828 | 2024.05.13 20:47:54.674076 [ 3 ] {983e2ac2-5029-42ba-88d6-547e12049c5d} <Debug> DynamicQueryHandler: Done processing query | ||
1829 | 2024.05.13 20:47:54.674102 [ 3 ] {983e2ac2-5029-42ba-88d6-547e12049c5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1830 | 2024.05.13 20:47:54.674118 [ 3 ] {} <Debug> HTTP-Session: 911863af-9c1b-47b0-9cd4-88eebde79c80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1831 | 2024.05.13 20:47:54.674335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 13992, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1832 | 2024.05.13 20:47:54.674381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1833 | 2024.05.13 20:47:54.674401 [ 3 ] {} <Debug> HTTP-Session: afe86357-c14d-4e51-a3fb-2709a330d5c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1834 | 2024.05.13 20:47:54.674417 [ 3 ] {} <Debug> HTTP-Session: afe86357-c14d-4e51-a3fb-2709a330d5c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1835 | 2024.05.13 20:47:54.674431 [ 3 ] {} <Debug> HTTP-Session: afe86357-c14d-4e51-a3fb-2709a330d5c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1836 | 2024.05.13 20:47:54.674461 [ 3 ] {} <Trace> HTTP-Session: afe86357-c14d-4e51-a3fb-2709a330d5c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1837 | 2024.05.13 20:47:54.674580 [ 3 ] {029bc974-71bd-4bcf-9103-c76321e432c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1838 | 2024.05.13 20:47:54.674624 [ 3 ] {029bc974-71bd-4bcf-9103-c76321e432c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1839 | 2024.05.13 20:47:54.674746 [ 3 ] {029bc974-71bd-4bcf-9103-c76321e432c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1840 | 2024.05.13 20:47:54.675177 [ 3 ] {029bc974-71bd-4bcf-9103-c76321e432c8} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1841 | 2024.05.13 20:47:54.675214 [ 3 ] {029bc974-71bd-4bcf-9103-c76321e432c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1842 | 2024.05.13 20:47:54.675525 [ 3 ] {029bc974-71bd-4bcf-9103-c76321e432c8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1843 | 2024.05.13 20:47:54.675839 [ 3 ] {029bc974-71bd-4bcf-9103-c76321e432c8} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1844 | 2024.05.13 20:47:54.675962 [ 3 ] {029bc974-71bd-4bcf-9103-c76321e432c8} <Debug> executeQuery: Read 97 rows, 8.08 KiB in 0.001427 sec., 67974.77224947442 rows/sec., 5.53 MiB/sec. | ||
1845 | 2024.05.13 20:47:54.676180 [ 3 ] {029bc974-71bd-4bcf-9103-c76321e432c8} <Debug> DynamicQueryHandler: Done processing query | ||
1846 | 2024.05.13 20:47:54.676205 [ 3 ] {029bc974-71bd-4bcf-9103-c76321e432c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1847 | 2024.05.13 20:47:54.676221 [ 3 ] {} <Debug> HTTP-Session: afe86357-c14d-4e51-a3fb-2709a330d5c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1848 | 2024.05.13 20:47:54.676344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12066, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1849 | 2024.05.13 20:47:54.676392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1850 | 2024.05.13 20:47:54.676412 [ 3 ] {} <Debug> HTTP-Session: 554ffdbe-6ba4-4993-ab36-03955460eeae Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1851 | 2024.05.13 20:47:54.676428 [ 3 ] {} <Debug> HTTP-Session: 554ffdbe-6ba4-4993-ab36-03955460eeae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1852 | 2024.05.13 20:47:54.676442 [ 3 ] {} <Debug> HTTP-Session: 554ffdbe-6ba4-4993-ab36-03955460eeae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1853 | 2024.05.13 20:47:54.676472 [ 3 ] {} <Trace> HTTP-Session: 554ffdbe-6ba4-4993-ab36-03955460eeae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1854 | 2024.05.13 20:47:54.676594 [ 3 ] {9fbdac56-1f5f-4c11-b957-ed979bdef5d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1855 | 2024.05.13 20:47:54.676637 [ 3 ] {9fbdac56-1f5f-4c11-b957-ed979bdef5d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1856 | 2024.05.13 20:47:54.676779 [ 3 ] {9fbdac56-1f5f-4c11-b957-ed979bdef5d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1857 | 2024.05.13 20:47:54.677119 [ 3 ] {9fbdac56-1f5f-4c11-b957-ed979bdef5d0} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1858 | 2024.05.13 20:47:54.677156 [ 3 ] {9fbdac56-1f5f-4c11-b957-ed979bdef5d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1859 | 2024.05.13 20:47:54.677490 [ 3 ] {9fbdac56-1f5f-4c11-b957-ed979bdef5d0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1860 | 2024.05.13 20:47:54.677799 [ 3 ] {9fbdac56-1f5f-4c11-b957-ed979bdef5d0} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1861 | 2024.05.13 20:47:54.677954 [ 3 ] {9fbdac56-1f5f-4c11-b957-ed979bdef5d0} <Debug> executeQuery: Read 71 rows, 5.67 KiB in 0.0014 sec., 50714.28571428572 rows/sec., 3.96 MiB/sec. | ||
1862 | 2024.05.13 20:47:54.678109 [ 3 ] {9fbdac56-1f5f-4c11-b957-ed979bdef5d0} <Debug> DynamicQueryHandler: Done processing query | ||
1863 | 2024.05.13 20:47:54.678134 [ 3 ] {9fbdac56-1f5f-4c11-b957-ed979bdef5d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1864 | 2024.05.13 20:47:54.678149 [ 3 ] {} <Debug> HTTP-Session: 554ffdbe-6ba4-4993-ab36-03955460eeae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1865 | 2024.05.13 20:47:54.678353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 28667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1866 | 2024.05.13 20:47:54.678399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1867 | 2024.05.13 20:47:54.678418 [ 3 ] {} <Debug> HTTP-Session: 890d7cf3-f3a9-4f0d-b26a-93286cb8909d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1868 | 2024.05.13 20:47:54.678434 [ 3 ] {} <Debug> HTTP-Session: 890d7cf3-f3a9-4f0d-b26a-93286cb8909d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1869 | 2024.05.13 20:47:54.678448 [ 3 ] {} <Debug> HTTP-Session: 890d7cf3-f3a9-4f0d-b26a-93286cb8909d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1870 | 2024.05.13 20:47:54.678477 [ 3 ] {} <Trace> HTTP-Session: 890d7cf3-f3a9-4f0d-b26a-93286cb8909d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1871 | 2024.05.13 20:47:54.678640 [ 3 ] {99d1e002-8a90-4901-a94f-ac49ef7a095c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1872 | 2024.05.13 20:47:54.678688 [ 3 ] {99d1e002-8a90-4901-a94f-ac49ef7a095c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1873 | 2024.05.13 20:47:54.678833 [ 3 ] {99d1e002-8a90-4901-a94f-ac49ef7a095c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1874 | 2024.05.13 20:47:54.679236 [ 3 ] {99d1e002-8a90-4901-a94f-ac49ef7a095c} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1875 | 2024.05.13 20:47:54.679272 [ 3 ] {99d1e002-8a90-4901-a94f-ac49ef7a095c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1876 | 2024.05.13 20:47:54.679669 [ 3 ] {99d1e002-8a90-4901-a94f-ac49ef7a095c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1877 | 2024.05.13 20:47:54.680016 [ 3 ] {99d1e002-8a90-4901-a94f-ac49ef7a095c} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1878 | 2024.05.13 20:47:54.680181 [ 3 ] {99d1e002-8a90-4901-a94f-ac49ef7a095c} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001614 sec., 92936.8029739777 rows/sec., 6.44 MiB/sec. | ||
1879 | 2024.05.13 20:47:54.680375 [ 3 ] {99d1e002-8a90-4901-a94f-ac49ef7a095c} <Debug> DynamicQueryHandler: Done processing query | ||
1880 | 2024.05.13 20:47:54.680399 [ 3 ] {99d1e002-8a90-4901-a94f-ac49ef7a095c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1881 | 2024.05.13 20:47:54.680414 [ 3 ] {} <Debug> HTTP-Session: 890d7cf3-f3a9-4f0d-b26a-93286cb8909d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1882 | 2024.05.13 20:47:54.680544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1883 | 2024.05.13 20:47:54.680590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1884 | 2024.05.13 20:47:54.680609 [ 3 ] {} <Debug> HTTP-Session: 28f46a05-54a2-4347-8a5c-2085af55a74b Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1885 | 2024.05.13 20:47:54.680625 [ 3 ] {} <Debug> HTTP-Session: 28f46a05-54a2-4347-8a5c-2085af55a74b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1886 | 2024.05.13 20:47:54.680639 [ 3 ] {} <Debug> HTTP-Session: 28f46a05-54a2-4347-8a5c-2085af55a74b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1887 | 2024.05.13 20:47:54.680668 [ 3 ] {} <Trace> HTTP-Session: 28f46a05-54a2-4347-8a5c-2085af55a74b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1888 | 2024.05.13 20:47:54.680849 [ 3 ] {9a66b41a-d598-4747-a5ca-a4d743a9fa3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1889 | 2024.05.13 20:47:54.680897 [ 3 ] {9a66b41a-d598-4747-a5ca-a4d743a9fa3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1890 | 2024.05.13 20:47:54.681085 [ 3 ] {9a66b41a-d598-4747-a5ca-a4d743a9fa3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1891 | 2024.05.13 20:47:54.681496 [ 3 ] {9a66b41a-d598-4747-a5ca-a4d743a9fa3c} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1892 | 2024.05.13 20:47:54.681533 [ 3 ] {9a66b41a-d598-4747-a5ca-a4d743a9fa3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1893 | 2024.05.13 20:47:54.681935 [ 3 ] {9a66b41a-d598-4747-a5ca-a4d743a9fa3c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1894 | 2024.05.13 20:47:54.682274 [ 3 ] {9a66b41a-d598-4747-a5ca-a4d743a9fa3c} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1895 | 2024.05.13 20:47:54.682448 [ 3 ] {9a66b41a-d598-4747-a5ca-a4d743a9fa3c} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001698 sec., 8833.922261484098 rows/sec., 11.92 MiB/sec. | ||
1896 | 2024.05.13 20:47:54.682747 [ 3 ] {9a66b41a-d598-4747-a5ca-a4d743a9fa3c} <Debug> DynamicQueryHandler: Done processing query | ||
1897 | 2024.05.13 20:47:54.682771 [ 3 ] {9a66b41a-d598-4747-a5ca-a4d743a9fa3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1898 | 2024.05.13 20:47:54.682787 [ 3 ] {} <Debug> HTTP-Session: 28f46a05-54a2-4347-8a5c-2085af55a74b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1899 | 2024.05.13 20:47:54.682905 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 7667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1900 | 2024.05.13 20:47:54.682953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1901 | 2024.05.13 20:47:54.682972 [ 3 ] {} <Debug> HTTP-Session: d243cc63-8b93-44bd-9c3d-168456e51f11 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1902 | 2024.05.13 20:47:54.682989 [ 3 ] {} <Debug> HTTP-Session: d243cc63-8b93-44bd-9c3d-168456e51f11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1903 | 2024.05.13 20:47:54.683003 [ 3 ] {} <Debug> HTTP-Session: d243cc63-8b93-44bd-9c3d-168456e51f11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1904 | 2024.05.13 20:47:54.683032 [ 3 ] {} <Trace> HTTP-Session: d243cc63-8b93-44bd-9c3d-168456e51f11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1905 | 2024.05.13 20:47:54.683149 [ 3 ] {b244cc2f-d877-4bc1-abb3-3dd03678838d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1906 | 2024.05.13 20:47:54.683194 [ 3 ] {b244cc2f-d877-4bc1-abb3-3dd03678838d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1907 | 2024.05.13 20:47:54.683342 [ 3 ] {b244cc2f-d877-4bc1-abb3-3dd03678838d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1908 | 2024.05.13 20:47:54.683620 [ 3 ] {b244cc2f-d877-4bc1-abb3-3dd03678838d} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1909 | 2024.05.13 20:47:54.683657 [ 3 ] {b244cc2f-d877-4bc1-abb3-3dd03678838d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
1910 | 2024.05.13 20:47:54.684011 [ 3 ] {b244cc2f-d877-4bc1-abb3-3dd03678838d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1911 | 2024.05.13 20:47:54.684340 [ 3 ] {b244cc2f-d877-4bc1-abb3-3dd03678838d} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1912 | 2024.05.13 20:47:54.684491 [ 3 ] {b244cc2f-d877-4bc1-abb3-3dd03678838d} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.00138 sec., 36231.884057971016 rows/sec., 2.48 MiB/sec. | ||
1913 | 2024.05.13 20:47:54.684659 [ 3 ] {b244cc2f-d877-4bc1-abb3-3dd03678838d} <Debug> DynamicQueryHandler: Done processing query | ||
1914 | 2024.05.13 20:47:54.684690 [ 3 ] {b244cc2f-d877-4bc1-abb3-3dd03678838d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1915 | 2024.05.13 20:47:54.684713 [ 3 ] {} <Debug> HTTP-Session: d243cc63-8b93-44bd-9c3d-168456e51f11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1916 | 2024.05.13 20:47:57.828174 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1917 | 2024.05.13 20:47:57.828237 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1918 | 2024.05.13 20:47:59.669820 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 7258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1919 | 2024.05.13 20:47:59.669932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1920 | 2024.05.13 20:47:59.669959 [ 3 ] {} <Debug> HTTP-Session: 3959d7cb-f367-46fc-b009-ab603a76b814 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1921 | 2024.05.13 20:47:59.669986 [ 3 ] {} <Debug> HTTP-Session: 3959d7cb-f367-46fc-b009-ab603a76b814 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1922 | 2024.05.13 20:47:59.670003 [ 3 ] {} <Debug> HTTP-Session: 3959d7cb-f367-46fc-b009-ab603a76b814 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1923 | 2024.05.13 20:47:59.670056 [ 3 ] {} <Trace> HTTP-Session: 3959d7cb-f367-46fc-b009-ab603a76b814 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1924 | 2024.05.13 20:47:59.670250 [ 3 ] {0100c4c4-1f17-4748-b050-c5afca62b941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1925 | 2024.05.13 20:47:59.670315 [ 3 ] {0100c4c4-1f17-4748-b050-c5afca62b941} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1926 | 2024.05.13 20:47:59.670504 [ 3 ] {0100c4c4-1f17-4748-b050-c5afca62b941} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1927 | 2024.05.13 20:47:59.671018 [ 3 ] {0100c4c4-1f17-4748-b050-c5afca62b941} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1928 | 2024.05.13 20:47:59.671059 [ 3 ] {0100c4c4-1f17-4748-b050-c5afca62b941} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
1929 | 2024.05.13 20:47:59.671412 [ 3 ] {0100c4c4-1f17-4748-b050-c5afca62b941} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1930 | 2024.05.13 20:47:59.671737 [ 3 ] {0100c4c4-1f17-4748-b050-c5afca62b941} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1931 | 2024.05.13 20:47:59.671896 [ 3 ] {0100c4c4-1f17-4748-b050-c5afca62b941} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001702 sec., 30552.29142185664 rows/sec., 2.33 MiB/sec. | ||
1932 | 2024.05.13 20:47:59.672359 [ 3 ] {0100c4c4-1f17-4748-b050-c5afca62b941} <Debug> DynamicQueryHandler: Done processing query | ||
1933 | 2024.05.13 20:47:59.672386 [ 3 ] {0100c4c4-1f17-4748-b050-c5afca62b941} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1934 | 2024.05.13 20:47:59.672402 [ 3 ] {} <Debug> HTTP-Session: 3959d7cb-f367-46fc-b009-ab603a76b814 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1935 | 2024.05.13 20:47:59.672571 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1936 | 2024.05.13 20:47:59.672622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1937 | 2024.05.13 20:47:59.672640 [ 3 ] {} <Debug> HTTP-Session: dde6e3a7-738d-47eb-9593-c22d477365fe Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1938 | 2024.05.13 20:47:59.672656 [ 3 ] {} <Debug> HTTP-Session: dde6e3a7-738d-47eb-9593-c22d477365fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1939 | 2024.05.13 20:47:59.672669 [ 3 ] {} <Debug> HTTP-Session: dde6e3a7-738d-47eb-9593-c22d477365fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1940 | 2024.05.13 20:47:59.672699 [ 3 ] {} <Trace> HTTP-Session: dde6e3a7-738d-47eb-9593-c22d477365fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1941 | 2024.05.13 20:47:59.672807 [ 3 ] {54223f3e-d3bd-4c6c-b69a-5f134ca02f47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1942 | 2024.05.13 20:47:59.672849 [ 3 ] {54223f3e-d3bd-4c6c-b69a-5f134ca02f47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1943 | 2024.05.13 20:47:59.672985 [ 3 ] {54223f3e-d3bd-4c6c-b69a-5f134ca02f47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1944 | 2024.05.13 20:47:59.673296 [ 3 ] {54223f3e-d3bd-4c6c-b69a-5f134ca02f47} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1945 | 2024.05.13 20:47:59.673332 [ 3 ] {54223f3e-d3bd-4c6c-b69a-5f134ca02f47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
1946 | 2024.05.13 20:47:59.673637 [ 3 ] {54223f3e-d3bd-4c6c-b69a-5f134ca02f47} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1947 | 2024.05.13 20:47:59.673935 [ 3 ] {54223f3e-d3bd-4c6c-b69a-5f134ca02f47} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1948 | 2024.05.13 20:47:59.674083 [ 3 ] {54223f3e-d3bd-4c6c-b69a-5f134ca02f47} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001308 sec., 42813.455657492355 rows/sec., 3.34 MiB/sec. | ||
1949 | 2024.05.13 20:47:59.674352 [ 3 ] {54223f3e-d3bd-4c6c-b69a-5f134ca02f47} <Debug> DynamicQueryHandler: Done processing query | ||
1950 | 2024.05.13 20:47:59.674377 [ 3 ] {54223f3e-d3bd-4c6c-b69a-5f134ca02f47} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1951 | 2024.05.13 20:47:59.674393 [ 3 ] {} <Debug> HTTP-Session: dde6e3a7-738d-47eb-9593-c22d477365fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1952 | 2024.05.13 20:47:59.674557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 28667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1953 | 2024.05.13 20:47:59.674604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1954 | 2024.05.13 20:47:59.674623 [ 3 ] {} <Debug> HTTP-Session: f179e2f5-08c7-4d3d-835a-5ebb8facc804 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1955 | 2024.05.13 20:47:59.674639 [ 3 ] {} <Debug> HTTP-Session: f179e2f5-08c7-4d3d-835a-5ebb8facc804 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1956 | 2024.05.13 20:47:59.674652 [ 3 ] {} <Debug> HTTP-Session: f179e2f5-08c7-4d3d-835a-5ebb8facc804 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1957 | 2024.05.13 20:47:59.674682 [ 3 ] {} <Trace> HTTP-Session: f179e2f5-08c7-4d3d-835a-5ebb8facc804 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1958 | 2024.05.13 20:47:59.674832 [ 3 ] {53378354-0c1a-467b-94e9-e175eece6bca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1959 | 2024.05.13 20:47:59.674880 [ 3 ] {53378354-0c1a-467b-94e9-e175eece6bca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1960 | 2024.05.13 20:47:59.675041 [ 3 ] {53378354-0c1a-467b-94e9-e175eece6bca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1961 | 2024.05.13 20:47:59.675409 [ 3 ] {53378354-0c1a-467b-94e9-e175eece6bca} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1962 | 2024.05.13 20:47:59.675445 [ 3 ] {53378354-0c1a-467b-94e9-e175eece6bca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
1963 | 2024.05.13 20:47:59.675830 [ 3 ] {53378354-0c1a-467b-94e9-e175eece6bca} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1964 | 2024.05.13 20:47:59.676165 [ 3 ] {53378354-0c1a-467b-94e9-e175eece6bca} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1965 | 2024.05.13 20:47:59.676318 [ 3 ] {53378354-0c1a-467b-94e9-e175eece6bca} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.00155 sec., 96774.1935483871 rows/sec., 6.71 MiB/sec. | ||
1966 | 2024.05.13 20:47:59.676489 [ 3 ] {53378354-0c1a-467b-94e9-e175eece6bca} <Debug> DynamicQueryHandler: Done processing query | ||
1967 | 2024.05.13 20:47:59.676512 [ 3 ] {53378354-0c1a-467b-94e9-e175eece6bca} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1968 | 2024.05.13 20:47:59.676528 [ 3 ] {} <Debug> HTTP-Session: f179e2f5-08c7-4d3d-835a-5ebb8facc804 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1969 | 2024.05.13 20:47:59.676694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 7667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1970 | 2024.05.13 20:47:59.676742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1971 | 2024.05.13 20:47:59.676760 [ 3 ] {} <Debug> HTTP-Session: 3117135f-9332-4559-b089-a6a95ef6996d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1972 | 2024.05.13 20:47:59.676776 [ 3 ] {} <Debug> HTTP-Session: 3117135f-9332-4559-b089-a6a95ef6996d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1973 | 2024.05.13 20:47:59.676789 [ 3 ] {} <Debug> HTTP-Session: 3117135f-9332-4559-b089-a6a95ef6996d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1974 | 2024.05.13 20:47:59.676818 [ 3 ] {} <Trace> HTTP-Session: 3117135f-9332-4559-b089-a6a95ef6996d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1975 | 2024.05.13 20:47:59.676931 [ 3 ] {00e4198e-ca07-4637-bc35-5b1e45f70fb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1976 | 2024.05.13 20:47:59.676975 [ 3 ] {00e4198e-ca07-4637-bc35-5b1e45f70fb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1977 | 2024.05.13 20:47:59.677099 [ 3 ] {00e4198e-ca07-4637-bc35-5b1e45f70fb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1978 | 2024.05.13 20:47:59.677373 [ 3 ] {00e4198e-ca07-4637-bc35-5b1e45f70fb1} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1979 | 2024.05.13 20:47:59.677407 [ 3 ] {00e4198e-ca07-4637-bc35-5b1e45f70fb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
1980 | 2024.05.13 20:47:59.677744 [ 3 ] {00e4198e-ca07-4637-bc35-5b1e45f70fb1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1981 | 2024.05.13 20:47:59.678057 [ 3 ] {00e4198e-ca07-4637-bc35-5b1e45f70fb1} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1982 | 2024.05.13 20:47:59.678226 [ 3 ] {00e4198e-ca07-4637-bc35-5b1e45f70fb1} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001323 sec., 37792.89493575208 rows/sec., 2.59 MiB/sec. | ||
1983 | 2024.05.13 20:47:59.678514 [ 3 ] {00e4198e-ca07-4637-bc35-5b1e45f70fb1} <Debug> DynamicQueryHandler: Done processing query | ||
1984 | 2024.05.13 20:47:59.678539 [ 3 ] {00e4198e-ca07-4637-bc35-5b1e45f70fb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1985 | 2024.05.13 20:47:59.678555 [ 3 ] {} <Debug> HTTP-Session: 3117135f-9332-4559-b089-a6a95ef6996d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1986 | 2024.05.13 20:48:04.671149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1987 | 2024.05.13 20:48:04.671293 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1988 | 2024.05.13 20:48:04.671323 [ 3 ] {} <Debug> HTTP-Session: c9909721-ea38-4d70-99f7-f1211de8efac Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
1989 | 2024.05.13 20:48:04.671352 [ 3 ] {} <Debug> HTTP-Session: c9909721-ea38-4d70-99f7-f1211de8efac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1990 | 2024.05.13 20:48:04.671371 [ 3 ] {} <Debug> HTTP-Session: c9909721-ea38-4d70-99f7-f1211de8efac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1991 | 2024.05.13 20:48:04.671431 [ 3 ] {} <Trace> HTTP-Session: c9909721-ea38-4d70-99f7-f1211de8efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1992 | 2024.05.13 20:48:04.671643 [ 3 ] {32fa07c1-061e-4b75-b7df-74139ef9ba09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1993 | 2024.05.13 20:48:04.671722 [ 3 ] {32fa07c1-061e-4b75-b7df-74139ef9ba09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1994 | 2024.05.13 20:48:04.671923 [ 3 ] {32fa07c1-061e-4b75-b7df-74139ef9ba09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1995 | 2024.05.13 20:48:04.672361 [ 3 ] {32fa07c1-061e-4b75-b7df-74139ef9ba09} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1996 | 2024.05.13 20:48:04.672403 [ 3 ] {32fa07c1-061e-4b75-b7df-74139ef9ba09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
1997 | 2024.05.13 20:48:04.672786 [ 3 ] {32fa07c1-061e-4b75-b7df-74139ef9ba09} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1998 | 2024.05.13 20:48:04.673146 [ 3 ] {32fa07c1-061e-4b75-b7df-74139ef9ba09} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1999 | 2024.05.13 20:48:04.673290 [ 3 ] {32fa07c1-061e-4b75-b7df-74139ef9ba09} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001715 sec., 8746.355685131195 rows/sec., 708.93 KiB/sec. | ||
2000 | 2024.05.13 20:48:04.673580 [ 3 ] {32fa07c1-061e-4b75-b7df-74139ef9ba09} <Debug> DynamicQueryHandler: Done processing query | ||
2001 | 2024.05.13 20:48:04.673607 [ 3 ] {32fa07c1-061e-4b75-b7df-74139ef9ba09} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2002 | 2024.05.13 20:48:04.673624 [ 3 ] {} <Debug> HTTP-Session: c9909721-ea38-4d70-99f7-f1211de8efac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2003 | 2024.05.13 20:48:04.673788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 13992, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2004 | 2024.05.13 20:48:04.673837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2005 | 2024.05.13 20:48:04.673857 [ 3 ] {} <Debug> HTTP-Session: 1018c2d1-62c5-4e4a-b843-25423942c3e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2006 | 2024.05.13 20:48:04.673873 [ 3 ] {} <Debug> HTTP-Session: 1018c2d1-62c5-4e4a-b843-25423942c3e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2007 | 2024.05.13 20:48:04.673886 [ 3 ] {} <Debug> HTTP-Session: 1018c2d1-62c5-4e4a-b843-25423942c3e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2008 | 2024.05.13 20:48:04.673917 [ 3 ] {} <Trace> HTTP-Session: 1018c2d1-62c5-4e4a-b843-25423942c3e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2009 | 2024.05.13 20:48:04.674037 [ 3 ] {6928c3e0-f6d6-4062-8cac-72fa6136edd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2010 | 2024.05.13 20:48:04.674080 [ 3 ] {6928c3e0-f6d6-4062-8cac-72fa6136edd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2011 | 2024.05.13 20:48:04.674225 [ 3 ] {6928c3e0-f6d6-4062-8cac-72fa6136edd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2012 | 2024.05.13 20:48:04.674607 [ 3 ] {6928c3e0-f6d6-4062-8cac-72fa6136edd7} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2013 | 2024.05.13 20:48:04.674649 [ 3 ] {6928c3e0-f6d6-4062-8cac-72fa6136edd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2014 | 2024.05.13 20:48:04.675002 [ 3 ] {6928c3e0-f6d6-4062-8cac-72fa6136edd7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2015 | 2024.05.13 20:48:04.675310 [ 3 ] {6928c3e0-f6d6-4062-8cac-72fa6136edd7} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2016 | 2024.05.13 20:48:04.675455 [ 3 ] {6928c3e0-f6d6-4062-8cac-72fa6136edd7} <Debug> executeQuery: Read 97 rows, 8.08 KiB in 0.001457 sec., 66575.1544269046 rows/sec., 5.42 MiB/sec. | ||
2017 | 2024.05.13 20:48:04.675465 [ 65 ] {} <Debug> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2018 | 2024.05.13 20:48:04.675564 [ 65 ] {} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2019 | 2024.05.13 20:48:04.675612 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2020 | 2024.05.13 20:48:04.675696 [ 3 ] {6928c3e0-f6d6-4062-8cac-72fa6136edd7} <Debug> DynamicQueryHandler: Done processing query | ||
2021 | 2024.05.13 20:48:04.675732 [ 3 ] {6928c3e0-f6d6-4062-8cac-72fa6136edd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2022 | 2024.05.13 20:48:04.675748 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::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 | ||
2023 | 2024.05.13 20:48:04.675753 [ 3 ] {} <Debug> HTTP-Session: 1018c2d1-62c5-4e4a-b843-25423942c3e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2024 | 2024.05.13 20:48:04.675868 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2025 | 2024.05.13 20:48:04.675898 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 97 rows starting from the beginning of the part | ||
2026 | 2024.05.13 20:48:04.675932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12066, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2027 | 2024.05.13 20:48:04.675977 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 97 rows starting from the beginning of the part | ||
2028 | 2024.05.13 20:48:04.676022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2029 | 2024.05.13 20:48:04.676077 [ 3 ] {} <Debug> HTTP-Session: b4333372-3931-4d44-8ca3-6a90a0e5195f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2030 | 2024.05.13 20:48:04.676156 [ 3 ] {} <Debug> HTTP-Session: b4333372-3931-4d44-8ca3-6a90a0e5195f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2031 | 2024.05.13 20:48:04.676215 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 52 rows starting from the beginning of the part | ||
2032 | 2024.05.13 20:48:04.676237 [ 3 ] {} <Debug> HTTP-Session: b4333372-3931-4d44-8ca3-6a90a0e5195f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2033 | 2024.05.13 20:48:04.676368 [ 3 ] {} <Trace> HTTP-Session: b4333372-3931-4d44-8ca3-6a90a0e5195f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2034 | 2024.05.13 20:48:04.676539 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 97 rows starting from the beginning of the part | ||
2035 | 2024.05.13 20:48:04.676781 [ 3 ] {57911333-5907-4139-af56-1e2a0f2d8850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2036 | 2024.05.13 20:48:04.676865 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 52 rows starting from the beginning of the part | ||
2037 | 2024.05.13 20:48:04.676950 [ 3 ] {57911333-5907-4139-af56-1e2a0f2d8850} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2038 | 2024.05.13 20:48:04.677188 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 97 rows starting from the beginning of the part | ||
2039 | 2024.05.13 20:48:04.677902 [ 3 ] {57911333-5907-4139-af56-1e2a0f2d8850} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2040 | 2024.05.13 20:48:04.678501 [ 3 ] {57911333-5907-4139-af56-1e2a0f2d8850} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2041 | 2024.05.13 20:48:04.678549 [ 3 ] {57911333-5907-4139-af56-1e2a0f2d8850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2042 | 2024.05.13 20:48:04.679146 [ 3 ] {57911333-5907-4139-af56-1e2a0f2d8850} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2043 | 2024.05.13 20:48:04.679343 [ 195 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 492 rows, containing 4 columns (4 merged, 0 gathered) in 0.003656025 sec., 134572.38394157588 rows/sec., 10.81 MiB/sec. | ||
2044 | 2024.05.13 20:48:04.679500 [ 195 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2045 | 2024.05.13 20:48:04.679592 [ 3 ] {57911333-5907-4139-af56-1e2a0f2d8850} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2046 | 2024.05.13 20:48:04.679873 [ 65 ] {} <Debug> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2047 | 2024.05.13 20:48:04.679924 [ 3 ] {57911333-5907-4139-af56-1e2a0f2d8850} <Debug> executeQuery: Read 71 rows, 5.67 KiB in 0.00333 sec., 21321.32132132132 rows/sec., 1.66 MiB/sec. | ||
2048 | 2024.05.13 20:48:04.680010 [ 65 ] {} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2049 | 2024.05.13 20:48:04.680196 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2050 | 2024.05.13 20:48:04.680463 [ 3 ] {57911333-5907-4139-af56-1e2a0f2d8850} <Debug> DynamicQueryHandler: Done processing query | ||
2051 | 2024.05.13 20:48:04.680518 [ 195 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_11_2} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2052 | 2024.05.13 20:48:04.680551 [ 3 ] {57911333-5907-4139-af56-1e2a0f2d8850} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2053 | 2024.05.13 20:48:04.680648 [ 3 ] {} <Debug> HTTP-Session: b4333372-3931-4d44-8ca3-6a90a0e5195f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2054 | 2024.05.13 20:48:04.680687 [ 201 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::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 | ||
2055 | 2024.05.13 20:48:04.680798 [ 195 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_11_2} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2056 | 2024.05.13 20:48:04.680946 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 28667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2057 | 2024.05.13 20:48:04.681032 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
2058 | 2024.05.13 20:48:04.681132 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2059 | 2024.05.13 20:48:04.681170 [ 201 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2060 | 2024.05.13 20:48:04.681184 [ 3 ] {} <Debug> HTTP-Session: 2789dd02-51f5-4612-9260-c2d6d471b227 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2061 | 2024.05.13 20:48:04.681231 [ 3 ] {} <Debug> HTTP-Session: 2789dd02-51f5-4612-9260-c2d6d471b227 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2062 | 2024.05.13 20:48:04.681236 [ 201 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 84 rows starting from the beginning of the part | ||
2063 | 2024.05.13 20:48:04.681257 [ 3 ] {} <Debug> HTTP-Session: 2789dd02-51f5-4612-9260-c2d6d471b227 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2064 | 2024.05.13 20:48:04.681338 [ 3 ] {} <Trace> HTTP-Session: 2789dd02-51f5-4612-9260-c2d6d471b227 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2065 | 2024.05.13 20:48:04.681616 [ 201 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 71 rows starting from the beginning of the part | ||
2066 | 2024.05.13 20:48:04.681834 [ 201 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
2067 | 2024.05.13 20:48:04.681863 [ 3 ] {97cb4ce6-2a68-4def-9f20-0c465e91e986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2068 | 2024.05.13 20:48:04.682050 [ 3 ] {97cb4ce6-2a68-4def-9f20-0c465e91e986} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2069 | 2024.05.13 20:48:04.682128 [ 201 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 71 rows starting from the beginning of the part | ||
2070 | 2024.05.13 20:48:04.682438 [ 201 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part | ||
2071 | 2024.05.13 20:48:04.682776 [ 201 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 71 rows starting from the beginning of the part | ||
2072 | 2024.05.13 20:48:04.683329 [ 3 ] {97cb4ce6-2a68-4def-9f20-0c465e91e986} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2073 | 2024.05.13 20:48:04.684226 [ 3 ] {97cb4ce6-2a68-4def-9f20-0c465e91e986} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2074 | 2024.05.13 20:48:04.684290 [ 3 ] {97cb4ce6-2a68-4def-9f20-0c465e91e986} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2075 | 2024.05.13 20:48:04.685498 [ 3 ] {97cb4ce6-2a68-4def-9f20-0c465e91e986} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2076 | 2024.05.13 20:48:04.685539 [ 187 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 409 rows, containing 4 columns (4 merged, 0 gathered) in 0.005184869 sec., 78883.38162449235 rows/sec., 6.16 MiB/sec. | ||
2077 | 2024.05.13 20:48:04.685692 [ 187 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2078 | 2024.05.13 20:48:04.686009 [ 3 ] {97cb4ce6-2a68-4def-9f20-0c465e91e986} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2079 | 2024.05.13 20:48:04.686214 [ 65 ] {} <Debug> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2080 | 2024.05.13 20:48:04.686244 [ 3 ] {97cb4ce6-2a68-4def-9f20-0c465e91e986} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.004672 sec., 32106.164383561645 rows/sec., 2.23 MiB/sec. | ||
2081 | 2024.05.13 20:48:04.686264 [ 187 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_11_2} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2082 | 2024.05.13 20:48:04.686307 [ 65 ] {} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2083 | 2024.05.13 20:48:04.686436 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2084 | 2024.05.13 20:48:04.686639 [ 187 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_11_2} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2085 | 2024.05.13 20:48:04.686963 [ 3 ] {97cb4ce6-2a68-4def-9f20-0c465e91e986} <Debug> DynamicQueryHandler: Done processing query | ||
2086 | 2024.05.13 20:48:04.687076 [ 3 ] {97cb4ce6-2a68-4def-9f20-0c465e91e986} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2087 | 2024.05.13 20:48:04.687099 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
2088 | 2024.05.13 20:48:04.687150 [ 3 ] {} <Debug> HTTP-Session: 2789dd02-51f5-4612-9260-c2d6d471b227 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2089 | 2024.05.13 20:48:04.687231 [ 187 ] {313178d0-1e86-4864-8af4-8d959655e5c5::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 | ||
2090 | 2024.05.13 20:48:04.687356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2091 | 2024.05.13 20:48:04.687402 [ 187 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2092 | 2024.05.13 20:48:04.687420 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2093 | 2024.05.13 20:48:04.687439 [ 187 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 630 rows starting from the beginning of the part | ||
2094 | 2024.05.13 20:48:04.687447 [ 3 ] {} <Debug> HTTP-Session: 78c05562-c632-4816-8183-9ab32b9be9da Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2095 | 2024.05.13 20:48:04.687475 [ 3 ] {} <Debug> HTTP-Session: 78c05562-c632-4816-8183-9ab32b9be9da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2096 | 2024.05.13 20:48:04.687500 [ 3 ] {} <Debug> HTTP-Session: 78c05562-c632-4816-8183-9ab32b9be9da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2097 | 2024.05.13 20:48:04.687627 [ 3 ] {} <Trace> HTTP-Session: 78c05562-c632-4816-8183-9ab32b9be9da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2098 | 2024.05.13 20:48:04.687643 [ 187 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 150 rows starting from the beginning of the part | ||
2099 | 2024.05.13 20:48:04.687942 [ 187 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 150 rows starting from the beginning of the part | ||
2100 | 2024.05.13 20:48:04.688150 [ 3 ] {ffc29668-2955-4774-ad50-57868ccf2da6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2101 | 2024.05.13 20:48:04.688208 [ 187 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 150 rows starting from the beginning of the part | ||
2102 | 2024.05.13 20:48:04.688323 [ 3 ] {ffc29668-2955-4774-ad50-57868ccf2da6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2103 | 2024.05.13 20:48:04.688559 [ 187 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 150 rows starting from the beginning of the part | ||
2104 | 2024.05.13 20:48:04.688871 [ 187 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 150 rows starting from the beginning of the part | ||
2105 | 2024.05.13 20:48:04.689512 [ 3 ] {ffc29668-2955-4774-ad50-57868ccf2da6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2106 | 2024.05.13 20:48:04.690086 [ 3 ] {ffc29668-2955-4774-ad50-57868ccf2da6} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2107 | 2024.05.13 20:48:04.690131 [ 3 ] {ffc29668-2955-4774-ad50-57868ccf2da6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2108 | 2024.05.13 20:48:04.690897 [ 3 ] {ffc29668-2955-4774-ad50-57868ccf2da6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2109 | 2024.05.13 20:48:04.691318 [ 187 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1380 rows, containing 5 columns (5 merged, 0 gathered) in 0.004667354 sec., 295670.73763849924 rows/sec., 20.50 MiB/sec. | ||
2110 | 2024.05.13 20:48:04.691519 [ 3 ] {ffc29668-2955-4774-ad50-57868ccf2da6} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2111 | 2024.05.13 20:48:04.691754 [ 196 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2112 | 2024.05.13 20:48:04.691814 [ 3 ] {ffc29668-2955-4774-ad50-57868ccf2da6} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.00395 sec., 3797.4683544303793 rows/sec., 5.12 MiB/sec. | ||
2113 | 2024.05.13 20:48:04.692334 [ 3 ] {ffc29668-2955-4774-ad50-57868ccf2da6} <Debug> DynamicQueryHandler: Done processing query | ||
2114 | 2024.05.13 20:48:04.692382 [ 3 ] {ffc29668-2955-4774-ad50-57868ccf2da6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2115 | 2024.05.13 20:48:04.692466 [ 3 ] {} <Debug> HTTP-Session: 78c05562-c632-4816-8183-9ab32b9be9da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2116 | 2024.05.13 20:48:04.692674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 7667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2117 | 2024.05.13 20:48:04.692757 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2118 | 2024.05.13 20:48:04.692797 [ 3 ] {} <Debug> HTTP-Session: eb706f12-9744-4856-ac8c-4bb8c632c39a Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2119 | 2024.05.13 20:48:04.692829 [ 3 ] {} <Debug> HTTP-Session: eb706f12-9744-4856-ac8c-4bb8c632c39a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2120 | 2024.05.13 20:48:04.692860 [ 3 ] {} <Debug> HTTP-Session: eb706f12-9744-4856-ac8c-4bb8c632c39a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2121 | 2024.05.13 20:48:04.692879 [ 196 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2122 | 2024.05.13 20:48:04.692913 [ 3 ] {} <Trace> HTTP-Session: eb706f12-9744-4856-ac8c-4bb8c632c39a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2123 | 2024.05.13 20:48:04.693050 [ 196 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2124 | 2024.05.13 20:48:04.693112 [ 3 ] {386c92ac-1c3f-4bd9-82c1-b9363ec519d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2125 | 2024.05.13 20:48:04.693233 [ 3 ] {386c92ac-1c3f-4bd9-82c1-b9363ec519d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2126 | 2024.05.13 20:48:04.693234 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
2127 | 2024.05.13 20:48:04.693438 [ 3 ] {386c92ac-1c3f-4bd9-82c1-b9363ec519d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2128 | 2024.05.13 20:48:04.693733 [ 3 ] {386c92ac-1c3f-4bd9-82c1-b9363ec519d0} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2129 | 2024.05.13 20:48:04.693769 [ 3 ] {386c92ac-1c3f-4bd9-82c1-b9363ec519d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2130 | 2024.05.13 20:48:04.694137 [ 3 ] {386c92ac-1c3f-4bd9-82c1-b9363ec519d0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2131 | 2024.05.13 20:48:04.694457 [ 3 ] {386c92ac-1c3f-4bd9-82c1-b9363ec519d0} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2132 | 2024.05.13 20:48:04.694608 [ 65 ] {} <Debug> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2133 | 2024.05.13 20:48:04.694616 [ 3 ] {386c92ac-1c3f-4bd9-82c1-b9363ec519d0} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001572 sec., 31806.615776081424 rows/sec., 2.18 MiB/sec. | ||
2134 | 2024.05.13 20:48:04.694663 [ 65 ] {} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2135 | 2024.05.13 20:48:04.694722 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2136 | 2024.05.13 20:48:04.694950 [ 3 ] {386c92ac-1c3f-4bd9-82c1-b9363ec519d0} <Debug> DynamicQueryHandler: Done processing query | ||
2137 | 2024.05.13 20:48:04.694969 [ 187 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
2138 | 2024.05.13 20:48:04.694999 [ 3 ] {386c92ac-1c3f-4bd9-82c1-b9363ec519d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2139 | 2024.05.13 20:48:04.695053 [ 3 ] {} <Debug> HTTP-Session: eb706f12-9744-4856-ac8c-4bb8c632c39a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2140 | 2024.05.13 20:48:04.695155 [ 187 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2141 | 2024.05.13 20:48:04.695190 [ 187 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 194 rows starting from the beginning of the part | ||
2142 | 2024.05.13 20:48:04.695288 [ 187 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 50 rows starting from the beginning of the part | ||
2143 | 2024.05.13 20:48:04.695489 [ 187 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 50 rows starting from the beginning of the part | ||
2144 | 2024.05.13 20:48:04.695677 [ 187 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 50 rows starting from the beginning of the part | ||
2145 | 2024.05.13 20:48:04.695842 [ 187 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 50 rows starting from the beginning of the part | ||
2146 | 2024.05.13 20:48:04.695963 [ 187 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 50 rows starting from the beginning of the part | ||
2147 | 2024.05.13 20:48:04.697020 [ 199 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 444 rows, containing 4 columns (4 merged, 0 gathered) in 0.002197981 sec., 202003.5659998881 rows/sec., 13.85 MiB/sec. | ||
2148 | 2024.05.13 20:48:04.697179 [ 199 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2149 | 2024.05.13 20:48:04.697607 [ 199 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_11_2} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2150 | 2024.05.13 20:48:04.697696 [ 199 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_11_2} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2151 | 2024.05.13 20:48:04.697769 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
2152 | 2024.05.13 20:48:09.669485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 7258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2153 | 2024.05.13 20:48:09.669604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2154 | 2024.05.13 20:48:09.669628 [ 3 ] {} <Debug> HTTP-Session: 9164573a-12e9-4a5a-9bdb-30c1c1e3b4dd Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2155 | 2024.05.13 20:48:09.669678 [ 3 ] {} <Debug> HTTP-Session: 9164573a-12e9-4a5a-9bdb-30c1c1e3b4dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2156 | 2024.05.13 20:48:09.669694 [ 3 ] {} <Debug> HTTP-Session: 9164573a-12e9-4a5a-9bdb-30c1c1e3b4dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2157 | 2024.05.13 20:48:09.669741 [ 3 ] {} <Trace> HTTP-Session: 9164573a-12e9-4a5a-9bdb-30c1c1e3b4dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2158 | 2024.05.13 20:48:09.669929 [ 3 ] {1212356d-60fd-49c2-a442-5508a8631c1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2159 | 2024.05.13 20:48:09.669994 [ 3 ] {1212356d-60fd-49c2-a442-5508a8631c1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2160 | 2024.05.13 20:48:09.670180 [ 3 ] {1212356d-60fd-49c2-a442-5508a8631c1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2161 | 2024.05.13 20:48:09.670611 [ 3 ] {1212356d-60fd-49c2-a442-5508a8631c1a} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2162 | 2024.05.13 20:48:09.670655 [ 3 ] {1212356d-60fd-49c2-a442-5508a8631c1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2163 | 2024.05.13 20:48:09.671014 [ 3 ] {1212356d-60fd-49c2-a442-5508a8631c1a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2164 | 2024.05.13 20:48:09.671359 [ 3 ] {1212356d-60fd-49c2-a442-5508a8631c1a} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2165 | 2024.05.13 20:48:09.671528 [ 3 ] {1212356d-60fd-49c2-a442-5508a8631c1a} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001657 sec., 31382.015691007844 rows/sec., 2.40 MiB/sec. | ||
2166 | 2024.05.13 20:48:09.671739 [ 3 ] {1212356d-60fd-49c2-a442-5508a8631c1a} <Debug> DynamicQueryHandler: Done processing query | ||
2167 | 2024.05.13 20:48:09.671767 [ 3 ] {1212356d-60fd-49c2-a442-5508a8631c1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2168 | 2024.05.13 20:48:09.671783 [ 3 ] {} <Debug> HTTP-Session: 9164573a-12e9-4a5a-9bdb-30c1c1e3b4dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2169 | 2024.05.13 20:48:09.671955 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9526, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2170 | 2024.05.13 20:48:09.672008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2171 | 2024.05.13 20:48:09.672029 [ 3 ] {} <Debug> HTTP-Session: 62874f03-3f47-4a61-a17c-636532f2b6d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2172 | 2024.05.13 20:48:09.672047 [ 3 ] {} <Debug> HTTP-Session: 62874f03-3f47-4a61-a17c-636532f2b6d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2173 | 2024.05.13 20:48:09.672060 [ 3 ] {} <Debug> HTTP-Session: 62874f03-3f47-4a61-a17c-636532f2b6d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2174 | 2024.05.13 20:48:09.672095 [ 3 ] {} <Trace> HTTP-Session: 62874f03-3f47-4a61-a17c-636532f2b6d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2175 | 2024.05.13 20:48:09.672216 [ 3 ] {f2512f5f-4c10-4680-a23f-c76d80de6499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2176 | 2024.05.13 20:48:09.672262 [ 3 ] {f2512f5f-4c10-4680-a23f-c76d80de6499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2177 | 2024.05.13 20:48:09.672397 [ 3 ] {f2512f5f-4c10-4680-a23f-c76d80de6499} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2178 | 2024.05.13 20:48:09.672724 [ 3 ] {f2512f5f-4c10-4680-a23f-c76d80de6499} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2179 | 2024.05.13 20:48:09.672761 [ 3 ] {f2512f5f-4c10-4680-a23f-c76d80de6499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2180 | 2024.05.13 20:48:09.673073 [ 3 ] {f2512f5f-4c10-4680-a23f-c76d80de6499} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2181 | 2024.05.13 20:48:09.673379 [ 3 ] {f2512f5f-4c10-4680-a23f-c76d80de6499} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2182 | 2024.05.13 20:48:09.673534 [ 3 ] {f2512f5f-4c10-4680-a23f-c76d80de6499} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.00135 sec., 41481.48148148148 rows/sec., 3.24 MiB/sec. | ||
2183 | 2024.05.13 20:48:09.673791 [ 3 ] {f2512f5f-4c10-4680-a23f-c76d80de6499} <Debug> DynamicQueryHandler: Done processing query | ||
2184 | 2024.05.13 20:48:09.673817 [ 3 ] {f2512f5f-4c10-4680-a23f-c76d80de6499} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2185 | 2024.05.13 20:48:09.673834 [ 3 ] {} <Debug> HTTP-Session: 62874f03-3f47-4a61-a17c-636532f2b6d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2186 | 2024.05.13 20:48:09.674003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 28667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2187 | 2024.05.13 20:48:09.674054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2188 | 2024.05.13 20:48:09.674073 [ 3 ] {} <Debug> HTTP-Session: c4389a84-1ff9-4eaf-b612-004f6386c125 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2189 | 2024.05.13 20:48:09.674090 [ 3 ] {} <Debug> HTTP-Session: c4389a84-1ff9-4eaf-b612-004f6386c125 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2190 | 2024.05.13 20:48:09.674105 [ 3 ] {} <Debug> HTTP-Session: c4389a84-1ff9-4eaf-b612-004f6386c125 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2191 | 2024.05.13 20:48:09.674138 [ 3 ] {} <Trace> HTTP-Session: c4389a84-1ff9-4eaf-b612-004f6386c125 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2192 | 2024.05.13 20:48:09.674283 [ 3 ] {c229dfa6-539e-4a70-a9cd-8ec2d829cb6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2193 | 2024.05.13 20:48:09.674332 [ 3 ] {c229dfa6-539e-4a70-a9cd-8ec2d829cb6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2194 | 2024.05.13 20:48:09.674498 [ 3 ] {c229dfa6-539e-4a70-a9cd-8ec2d829cb6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2195 | 2024.05.13 20:48:09.674863 [ 3 ] {c229dfa6-539e-4a70-a9cd-8ec2d829cb6b} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2196 | 2024.05.13 20:48:09.674899 [ 3 ] {c229dfa6-539e-4a70-a9cd-8ec2d829cb6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2197 | 2024.05.13 20:48:09.675293 [ 3 ] {c229dfa6-539e-4a70-a9cd-8ec2d829cb6b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2198 | 2024.05.13 20:48:09.675628 [ 3 ] {c229dfa6-539e-4a70-a9cd-8ec2d829cb6b} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2199 | 2024.05.13 20:48:09.675783 [ 3 ] {c229dfa6-539e-4a70-a9cd-8ec2d829cb6b} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001566 sec., 95785.44061302683 rows/sec., 6.64 MiB/sec. | ||
2200 | 2024.05.13 20:48:09.675956 [ 3 ] {c229dfa6-539e-4a70-a9cd-8ec2d829cb6b} <Debug> DynamicQueryHandler: Done processing query | ||
2201 | 2024.05.13 20:48:09.675980 [ 3 ] {c229dfa6-539e-4a70-a9cd-8ec2d829cb6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2202 | 2024.05.13 20:48:09.675996 [ 3 ] {} <Debug> HTTP-Session: c4389a84-1ff9-4eaf-b612-004f6386c125 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2203 | 2024.05.13 20:48:09.676117 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 7667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2204 | 2024.05.13 20:48:09.676165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2205 | 2024.05.13 20:48:09.676185 [ 3 ] {} <Debug> HTTP-Session: a508843e-4229-43eb-8dfd-aa1e8079f958 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2206 | 2024.05.13 20:48:09.676203 [ 3 ] {} <Debug> HTTP-Session: a508843e-4229-43eb-8dfd-aa1e8079f958 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2207 | 2024.05.13 20:48:09.676217 [ 3 ] {} <Debug> HTTP-Session: a508843e-4229-43eb-8dfd-aa1e8079f958 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2208 | 2024.05.13 20:48:09.676246 [ 3 ] {} <Trace> HTTP-Session: a508843e-4229-43eb-8dfd-aa1e8079f958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2209 | 2024.05.13 20:48:09.676362 [ 3 ] {52bcfb89-2627-4f72-9ec2-1ef64c0c0b1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2210 | 2024.05.13 20:48:09.676407 [ 3 ] {52bcfb89-2627-4f72-9ec2-1ef64c0c0b1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2211 | 2024.05.13 20:48:09.676533 [ 3 ] {52bcfb89-2627-4f72-9ec2-1ef64c0c0b1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2212 | 2024.05.13 20:48:09.676809 [ 3 ] {52bcfb89-2627-4f72-9ec2-1ef64c0c0b1f} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2213 | 2024.05.13 20:48:09.676843 [ 3 ] {52bcfb89-2627-4f72-9ec2-1ef64c0c0b1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2214 | 2024.05.13 20:48:09.677195 [ 3 ] {52bcfb89-2627-4f72-9ec2-1ef64c0c0b1f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2215 | 2024.05.13 20:48:09.677524 [ 3 ] {52bcfb89-2627-4f72-9ec2-1ef64c0c0b1f} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2216 | 2024.05.13 20:48:09.677673 [ 3 ] {52bcfb89-2627-4f72-9ec2-1ef64c0c0b1f} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001353 sec., 36954.91500369549 rows/sec., 2.53 MiB/sec. | ||
2217 | 2024.05.13 20:48:09.677837 [ 3 ] {52bcfb89-2627-4f72-9ec2-1ef64c0c0b1f} <Debug> DynamicQueryHandler: Done processing query | ||
2218 | 2024.05.13 20:48:09.677860 [ 3 ] {52bcfb89-2627-4f72-9ec2-1ef64c0c0b1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2219 | 2024.05.13 20:48:09.677876 [ 3 ] {} <Debug> HTTP-Session: a508843e-4229-43eb-8dfd-aa1e8079f958 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2220 | 2024.05.13 20:48:12.828471 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2221 | 2024.05.13 20:48:12.828535 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2222 | 2024.05.13 20:48:14.662899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2223 | 2024.05.13 20:48:14.663014 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2224 | 2024.05.13 20:48:14.663039 [ 3 ] {} <Debug> HTTP-Session: 2f65aec0-cc57-4544-9a89-5c1e24c5ac79 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2225 | 2024.05.13 20:48:14.663063 [ 3 ] {} <Debug> HTTP-Session: 2f65aec0-cc57-4544-9a89-5c1e24c5ac79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2226 | 2024.05.13 20:48:14.663077 [ 3 ] {} <Debug> HTTP-Session: 2f65aec0-cc57-4544-9a89-5c1e24c5ac79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2227 | 2024.05.13 20:48:14.663125 [ 3 ] {} <Trace> HTTP-Session: 2f65aec0-cc57-4544-9a89-5c1e24c5ac79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2228 | 2024.05.13 20:48:14.663367 [ 3 ] {14d384aa-cce7-49c1-990b-efaedac4dae7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
2229 | 2024.05.13 20:48:14.663742 [ 3 ] {14d384aa-cce7-49c1-990b-efaedac4dae7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2230 | 2024.05.13 20:48:14.663787 [ 3 ] {14d384aa-cce7-49c1-990b-efaedac4dae7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
2231 | 2024.05.13 20:48:14.664157 [ 3 ] {14d384aa-cce7-49c1-990b-efaedac4dae7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2232 | 2024.05.13 20:48:14.664272 [ 3 ] {14d384aa-cce7-49c1-990b-efaedac4dae7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2233 | 2024.05.13 20:48:14.664518 [ 3 ] {14d384aa-cce7-49c1-990b-efaedac4dae7} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
2234 | 2024.05.13 20:48:14.664615 [ 256 ] {14d384aa-cce7-49c1-990b-efaedac4dae7} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2235 | 2024.05.13 20:48:14.664658 [ 255 ] {14d384aa-cce7-49c1-990b-efaedac4dae7} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2236 | 2024.05.13 20:48:14.664770 [ 3 ] {14d384aa-cce7-49c1-990b-efaedac4dae7} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (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 | ||
2237 | 2024.05.13 20:48:14.664801 [ 3 ] {14d384aa-cce7-49c1-990b-efaedac4dae7} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2238 | 2024.05.13 20:48:14.666864 [ 3 ] {14d384aa-cce7-49c1-990b-efaedac4dae7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2239 | 2024.05.13 20:48:14.668828 [ 3 ] {14d384aa-cce7-49c1-990b-efaedac4dae7} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2240 | 2024.05.13 20:48:14.668908 [ 3 ] {14d384aa-cce7-49c1-990b-efaedac4dae7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
2241 | 2024.05.13 20:48:14.668957 [ 3 ] {14d384aa-cce7-49c1-990b-efaedac4dae7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
2242 | 2024.05.13 20:48:14.670544 [ 3 ] {14d384aa-cce7-49c1-990b-efaedac4dae7} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.007278 sec., 2473.20692497939 rows/sec., 103.86 KiB/sec. | ||
2243 | 2024.05.13 20:48:14.670869 [ 3 ] {14d384aa-cce7-49c1-990b-efaedac4dae7} <Debug> DynamicQueryHandler: Done processing query | ||
2244 | 2024.05.13 20:48:14.670897 [ 3 ] {14d384aa-cce7-49c1-990b-efaedac4dae7} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2245 | 2024.05.13 20:48:14.670916 [ 3 ] {} <Debug> HTTP-Session: 2f65aec0-cc57-4544-9a89-5c1e24c5ac79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2246 | 2024.05.13 20:48:14.677157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2247 | 2024.05.13 20:48:14.677218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2248 | 2024.05.13 20:48:14.677239 [ 3 ] {} <Debug> HTTP-Session: c26d59c6-9f97-4e08-8703-e46545b4b0f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2249 | 2024.05.13 20:48:14.677259 [ 3 ] {} <Debug> HTTP-Session: c26d59c6-9f97-4e08-8703-e46545b4b0f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2250 | 2024.05.13 20:48:14.677272 [ 3 ] {} <Debug> HTTP-Session: c26d59c6-9f97-4e08-8703-e46545b4b0f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2251 | 2024.05.13 20:48:14.677310 [ 3 ] {} <Trace> HTTP-Session: c26d59c6-9f97-4e08-8703-e46545b4b0f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2252 | 2024.05.13 20:48:14.677480 [ 3 ] {f80bd7da-816d-4b26-8cd1-cc109bbe60c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
2253 | 2024.05.13 20:48:14.677765 [ 3 ] {f80bd7da-816d-4b26-8cd1-cc109bbe60c3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2254 | 2024.05.13 20:48:14.677806 [ 3 ] {f80bd7da-816d-4b26-8cd1-cc109bbe60c3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
2255 | 2024.05.13 20:48:14.678070 [ 3 ] {f80bd7da-816d-4b26-8cd1-cc109bbe60c3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2256 | 2024.05.13 20:48:14.678136 [ 3 ] {f80bd7da-816d-4b26-8cd1-cc109bbe60c3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2257 | 2024.05.13 20:48:14.678283 [ 3 ] {f80bd7da-816d-4b26-8cd1-cc109bbe60c3} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
2258 | 2024.05.13 20:48:14.678399 [ 261 ] {f80bd7da-816d-4b26-8cd1-cc109bbe60c3} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2259 | 2024.05.13 20:48:14.678408 [ 259 ] {f80bd7da-816d-4b26-8cd1-cc109bbe60c3} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2260 | 2024.05.13 20:48:14.678525 [ 3 ] {f80bd7da-816d-4b26-8cd1-cc109bbe60c3} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (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 | ||
2261 | 2024.05.13 20:48:14.678554 [ 3 ] {f80bd7da-816d-4b26-8cd1-cc109bbe60c3} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2262 | 2024.05.13 20:48:14.678633 [ 3 ] {f80bd7da-816d-4b26-8cd1-cc109bbe60c3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2263 | 2024.05.13 20:48:14.678655 [ 3 ] {f80bd7da-816d-4b26-8cd1-cc109bbe60c3} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2264 | 2024.05.13 20:48:14.678696 [ 3 ] {f80bd7da-816d-4b26-8cd1-cc109bbe60c3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
2265 | 2024.05.13 20:48:14.678734 [ 3 ] {f80bd7da-816d-4b26-8cd1-cc109bbe60c3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
2266 | 2024.05.13 20:48:14.680087 [ 3 ] {f80bd7da-816d-4b26-8cd1-cc109bbe60c3} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002684 sec., 6706.408345752608 rows/sec., 281.62 KiB/sec. | ||
2267 | 2024.05.13 20:48:14.680393 [ 3 ] {f80bd7da-816d-4b26-8cd1-cc109bbe60c3} <Debug> DynamicQueryHandler: Done processing query | ||
2268 | 2024.05.13 20:48:14.680418 [ 3 ] {f80bd7da-816d-4b26-8cd1-cc109bbe60c3} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2269 | 2024.05.13 20:48:14.680435 [ 3 ] {} <Debug> HTTP-Session: c26d59c6-9f97-4e08-8703-e46545b4b0f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2270 | 2024.05.13 20:48:14.680685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2271 | 2024.05.13 20:48:14.680731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2272 | 2024.05.13 20:48:14.680750 [ 3 ] {} <Debug> HTTP-Session: a1ea22f1-cd02-4c88-be9f-70268576a8b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2273 | 2024.05.13 20:48:14.680767 [ 3 ] {} <Debug> HTTP-Session: a1ea22f1-cd02-4c88-be9f-70268576a8b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2274 | 2024.05.13 20:48:14.680781 [ 3 ] {} <Debug> HTTP-Session: a1ea22f1-cd02-4c88-be9f-70268576a8b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2275 | 2024.05.13 20:48:14.680814 [ 3 ] {} <Trace> HTTP-Session: a1ea22f1-cd02-4c88-be9f-70268576a8b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2276 | 2024.05.13 20:48:14.680955 [ 3 ] {13d6f1dd-4bf3-45d6-b08e-aabf10429f8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:errors_received') FORMAT JSONEachRow; (stage: Complete) | ||
2277 | 2024.05.13 20:48:14.681226 [ 3 ] {13d6f1dd-4bf3-45d6-b08e-aabf10429f8c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2278 | 2024.05.13 20:48:14.681265 [ 3 ] {13d6f1dd-4bf3-45d6-b08e-aabf10429f8c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:errors_received')" moved to PREWHERE | ||
2279 | 2024.05.13 20:48:14.681515 [ 3 ] {13d6f1dd-4bf3-45d6-b08e-aabf10429f8c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2280 | 2024.05.13 20:48:14.681576 [ 3 ] {13d6f1dd-4bf3-45d6-b08e-aabf10429f8c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2281 | 2024.05.13 20:48:14.681709 [ 3 ] {13d6f1dd-4bf3-45d6-b08e-aabf10429f8c} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
2282 | 2024.05.13 20:48:14.681821 [ 255 ] {13d6f1dd-4bf3-45d6-b08e-aabf10429f8c} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2283 | 2024.05.13 20:48:14.681825 [ 256 ] {13d6f1dd-4bf3-45d6-b08e-aabf10429f8c} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2284 | 2024.05.13 20:48:14.681930 [ 3 ] {13d6f1dd-4bf3-45d6-b08e-aabf10429f8c} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (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 | ||
2285 | 2024.05.13 20:48:14.681952 [ 3 ] {13d6f1dd-4bf3-45d6-b08e-aabf10429f8c} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2286 | 2024.05.13 20:48:14.682024 [ 3 ] {13d6f1dd-4bf3-45d6-b08e-aabf10429f8c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2287 | 2024.05.13 20:48:14.682044 [ 3 ] {13d6f1dd-4bf3-45d6-b08e-aabf10429f8c} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2288 | 2024.05.13 20:48:14.682079 [ 3 ] {13d6f1dd-4bf3-45d6-b08e-aabf10429f8c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:errors_received'))" | ||
2289 | 2024.05.13 20:48:14.682115 [ 3 ] {13d6f1dd-4bf3-45d6-b08e-aabf10429f8c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:errors_received'))" | ||
2290 | 2024.05.13 20:48:14.683492 [ 3 ] {13d6f1dd-4bf3-45d6-b08e-aabf10429f8c} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002601 sec., 6920.415224913495 rows/sec., 290.60 KiB/sec. | ||
2291 | 2024.05.13 20:48:14.683767 [ 3 ] {13d6f1dd-4bf3-45d6-b08e-aabf10429f8c} <Debug> DynamicQueryHandler: Done processing query | ||
2292 | 2024.05.13 20:48:14.683791 [ 3 ] {13d6f1dd-4bf3-45d6-b08e-aabf10429f8c} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2293 | 2024.05.13 20:48:14.683808 [ 3 ] {} <Debug> HTTP-Session: a1ea22f1-cd02-4c88-be9f-70268576a8b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2294 | 2024.05.13 20:48:14.684043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2295 | 2024.05.13 20:48:14.684097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2296 | 2024.05.13 20:48:14.684115 [ 3 ] {} <Debug> HTTP-Session: 7ea95514-7d08-449f-a0d4-186e2602970b Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2297 | 2024.05.13 20:48:14.684132 [ 3 ] {} <Debug> HTTP-Session: 7ea95514-7d08-449f-a0d4-186e2602970b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2298 | 2024.05.13 20:48:14.684145 [ 3 ] {} <Debug> HTTP-Session: 7ea95514-7d08-449f-a0d4-186e2602970b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2299 | 2024.05.13 20:48:14.684175 [ 3 ] {} <Trace> HTTP-Session: 7ea95514-7d08-449f-a0d4-186e2602970b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2300 | 2024.05.13 20:48:14.684312 [ 3 ] {729e15d4-e580-440c-9ba5-c2764660ebd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
2301 | 2024.05.13 20:48:14.684572 [ 3 ] {729e15d4-e580-440c-9ba5-c2764660ebd7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2302 | 2024.05.13 20:48:14.684613 [ 3 ] {729e15d4-e580-440c-9ba5-c2764660ebd7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE | ||
2303 | 2024.05.13 20:48:14.684872 [ 3 ] {729e15d4-e580-440c-9ba5-c2764660ebd7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2304 | 2024.05.13 20:48:14.684939 [ 3 ] {729e15d4-e580-440c-9ba5-c2764660ebd7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2305 | 2024.05.13 20:48:14.685077 [ 3 ] {729e15d4-e580-440c-9ba5-c2764660ebd7} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
2306 | 2024.05.13 20:48:14.685169 [ 255 ] {729e15d4-e580-440c-9ba5-c2764660ebd7} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2307 | 2024.05.13 20:48:14.685187 [ 259 ] {729e15d4-e580-440c-9ba5-c2764660ebd7} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2308 | 2024.05.13 20:48:14.685292 [ 3 ] {729e15d4-e580-440c-9ba5-c2764660ebd7} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (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 | ||
2309 | 2024.05.13 20:48:14.685321 [ 3 ] {729e15d4-e580-440c-9ba5-c2764660ebd7} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2310 | 2024.05.13 20:48:14.685404 [ 3 ] {729e15d4-e580-440c-9ba5-c2764660ebd7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2311 | 2024.05.13 20:48:14.685424 [ 3 ] {729e15d4-e580-440c-9ba5-c2764660ebd7} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2312 | 2024.05.13 20:48:14.685463 [ 3 ] {729e15d4-e580-440c-9ba5-c2764660ebd7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
2313 | 2024.05.13 20:48:14.685503 [ 3 ] {729e15d4-e580-440c-9ba5-c2764660ebd7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
2314 | 2024.05.13 20:48:14.686492 [ 3 ] {729e15d4-e580-440c-9ba5-c2764660ebd7} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002243 sec., 8024.966562639322 rows/sec., 336.99 KiB/sec. | ||
2315 | 2024.05.13 20:48:14.686753 [ 3 ] {729e15d4-e580-440c-9ba5-c2764660ebd7} <Debug> DynamicQueryHandler: Done processing query | ||
2316 | 2024.05.13 20:48:14.686783 [ 3 ] {729e15d4-e580-440c-9ba5-c2764660ebd7} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2317 | 2024.05.13 20:48:14.686806 [ 3 ] {} <Debug> HTTP-Session: 7ea95514-7d08-449f-a0d4-186e2602970b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2318 | 2024.05.13 20:48:14.687032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 917, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2319 | 2024.05.13 20:48:14.687085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2320 | 2024.05.13 20:48:14.687104 [ 3 ] {} <Debug> HTTP-Session: 02ce74e7-0d42-4f00-b710-dfdffc233e06 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2321 | 2024.05.13 20:48:14.687121 [ 3 ] {} <Debug> HTTP-Session: 02ce74e7-0d42-4f00-b710-dfdffc233e06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2322 | 2024.05.13 20:48:14.687138 [ 3 ] {} <Debug> HTTP-Session: 02ce74e7-0d42-4f00-b710-dfdffc233e06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2323 | 2024.05.13 20:48:14.687169 [ 3 ] {} <Trace> HTTP-Session: 02ce74e7-0d42-4f00-b710-dfdffc233e06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2324 | 2024.05.13 20:48:14.687326 [ 3 ] {eb271111-454c-4a17-b3b1-4e128d27b0fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
2325 | 2024.05.13 20:48:14.687590 [ 3 ] {eb271111-454c-4a17-b3b1-4e128d27b0fa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2326 | 2024.05.13 20:48:14.687631 [ 3 ] {eb271111-454c-4a17-b3b1-4e128d27b0fa} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE | ||
2327 | 2024.05.13 20:48:14.687892 [ 3 ] {eb271111-454c-4a17-b3b1-4e128d27b0fa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2328 | 2024.05.13 20:48:14.687956 [ 3 ] {eb271111-454c-4a17-b3b1-4e128d27b0fa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2329 | 2024.05.13 20:48:14.688092 [ 3 ] {eb271111-454c-4a17-b3b1-4e128d27b0fa} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
2330 | 2024.05.13 20:48:14.688173 [ 256 ] {eb271111-454c-4a17-b3b1-4e128d27b0fa} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2331 | 2024.05.13 20:48:14.688176 [ 257 ] {eb271111-454c-4a17-b3b1-4e128d27b0fa} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2332 | 2024.05.13 20:48:14.688256 [ 3 ] {eb271111-454c-4a17-b3b1-4e128d27b0fa} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (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 | ||
2333 | 2024.05.13 20:48:14.688281 [ 3 ] {eb271111-454c-4a17-b3b1-4e128d27b0fa} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2334 | 2024.05.13 20:48:14.688356 [ 3 ] {eb271111-454c-4a17-b3b1-4e128d27b0fa} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2335 | 2024.05.13 20:48:14.688375 [ 3 ] {eb271111-454c-4a17-b3b1-4e128d27b0fa} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2336 | 2024.05.13 20:48:14.688412 [ 3 ] {eb271111-454c-4a17-b3b1-4e128d27b0fa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
2337 | 2024.05.13 20:48:14.688449 [ 3 ] {eb271111-454c-4a17-b3b1-4e128d27b0fa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
2338 | 2024.05.13 20:48:14.689636 [ 3 ] {eb271111-454c-4a17-b3b1-4e128d27b0fa} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002388 sec., 7537.688442211055 rows/sec., 316.52 KiB/sec. | ||
2339 | 2024.05.13 20:48:14.689919 [ 3 ] {eb271111-454c-4a17-b3b1-4e128d27b0fa} <Debug> DynamicQueryHandler: Done processing query | ||
2340 | 2024.05.13 20:48:14.689943 [ 3 ] {eb271111-454c-4a17-b3b1-4e128d27b0fa} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2341 | 2024.05.13 20:48:14.689958 [ 3 ] {} <Debug> HTTP-Session: 02ce74e7-0d42-4f00-b710-dfdffc233e06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2342 | 2024.05.13 20:48:14.690164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 956, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2343 | 2024.05.13 20:48:14.690210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2344 | 2024.05.13 20:48:14.690229 [ 3 ] {} <Debug> HTTP-Session: d7453316-f3c7-48cc-acdf-6565b5237598 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2345 | 2024.05.13 20:48:14.690245 [ 3 ] {} <Debug> HTTP-Session: d7453316-f3c7-48cc-acdf-6565b5237598 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2346 | 2024.05.13 20:48:14.690259 [ 3 ] {} <Debug> HTTP-Session: d7453316-f3c7-48cc-acdf-6565b5237598 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2347 | 2024.05.13 20:48:14.690290 [ 3 ] {} <Trace> HTTP-Session: d7453316-f3c7-48cc-acdf-6565b5237598 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2348 | 2024.05.13 20:48:14.690426 [ 3 ] {c8d51215-4682-4d04-887f-ed75950b09c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) | ||
2349 | 2024.05.13 20:48:14.690689 [ 3 ] {c8d51215-4682-4d04-887f-ed75950b09c5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2350 | 2024.05.13 20:48:14.690731 [ 3 ] {c8d51215-4682-4d04-887f-ed75950b09c5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received')" moved to PREWHERE | ||
2351 | 2024.05.13 20:48:14.690996 [ 3 ] {c8d51215-4682-4d04-887f-ed75950b09c5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2352 | 2024.05.13 20:48:14.691059 [ 3 ] {c8d51215-4682-4d04-887f-ed75950b09c5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2353 | 2024.05.13 20:48:14.691191 [ 3 ] {c8d51215-4682-4d04-887f-ed75950b09c5} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
2354 | 2024.05.13 20:48:14.691262 [ 257 ] {c8d51215-4682-4d04-887f-ed75950b09c5} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2355 | 2024.05.13 20:48:14.691267 [ 256 ] {c8d51215-4682-4d04-887f-ed75950b09c5} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2356 | 2024.05.13 20:48:14.691348 [ 3 ] {c8d51215-4682-4d04-887f-ed75950b09c5} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (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 | ||
2357 | 2024.05.13 20:48:14.691372 [ 3 ] {c8d51215-4682-4d04-887f-ed75950b09c5} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2358 | 2024.05.13 20:48:14.691443 [ 3 ] {c8d51215-4682-4d04-887f-ed75950b09c5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2359 | 2024.05.13 20:48:14.691461 [ 3 ] {c8d51215-4682-4d04-887f-ed75950b09c5} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2360 | 2024.05.13 20:48:14.691499 [ 3 ] {c8d51215-4682-4d04-887f-ed75950b09c5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" | ||
2361 | 2024.05.13 20:48:14.691537 [ 3 ] {c8d51215-4682-4d04-887f-ed75950b09c5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" | ||
2362 | 2024.05.13 20:48:14.692757 [ 3 ] {c8d51215-4682-4d04-887f-ed75950b09c5} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002392 sec., 7525.083612040134 rows/sec., 315.99 KiB/sec. | ||
2363 | 2024.05.13 20:48:14.693039 [ 3 ] {c8d51215-4682-4d04-887f-ed75950b09c5} <Debug> DynamicQueryHandler: Done processing query | ||
2364 | 2024.05.13 20:48:14.693063 [ 3 ] {c8d51215-4682-4d04-887f-ed75950b09c5} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2365 | 2024.05.13 20:48:14.693079 [ 3 ] {} <Debug> HTTP-Session: d7453316-f3c7-48cc-acdf-6565b5237598 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2366 | 2024.05.13 20:48:14.693287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2367 | 2024.05.13 20:48:14.693332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2368 | 2024.05.13 20:48:14.693351 [ 3 ] {} <Debug> HTTP-Session: ce812def-0b56-4638-9d55-8b708ba31551 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2369 | 2024.05.13 20:48:14.693366 [ 3 ] {} <Debug> HTTP-Session: ce812def-0b56-4638-9d55-8b708ba31551 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2370 | 2024.05.13 20:48:14.693380 [ 3 ] {} <Debug> HTTP-Session: ce812def-0b56-4638-9d55-8b708ba31551 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2371 | 2024.05.13 20:48:14.693410 [ 3 ] {} <Trace> HTTP-Session: ce812def-0b56-4638-9d55-8b708ba31551 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2372 | 2024.05.13 20:48:14.693546 [ 3 ] {cfd242da-d379-40b9-bf74-fa7e4740a70d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) | ||
2373 | 2024.05.13 20:48:14.693811 [ 3 ] {cfd242da-d379-40b9-bf74-fa7e4740a70d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2374 | 2024.05.13 20:48:14.693852 [ 3 ] {cfd242da-d379-40b9-bf74-fa7e4740a70d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received')" moved to PREWHERE | ||
2375 | 2024.05.13 20:48:14.694120 [ 3 ] {cfd242da-d379-40b9-bf74-fa7e4740a70d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2376 | 2024.05.13 20:48:14.694184 [ 3 ] {cfd242da-d379-40b9-bf74-fa7e4740a70d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2377 | 2024.05.13 20:48:14.694318 [ 3 ] {cfd242da-d379-40b9-bf74-fa7e4740a70d} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
2378 | 2024.05.13 20:48:14.694395 [ 256 ] {cfd242da-d379-40b9-bf74-fa7e4740a70d} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2379 | 2024.05.13 20:48:14.694412 [ 260 ] {cfd242da-d379-40b9-bf74-fa7e4740a70d} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2380 | 2024.05.13 20:48:14.694504 [ 3 ] {cfd242da-d379-40b9-bf74-fa7e4740a70d} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (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 | ||
2381 | 2024.05.13 20:48:14.694532 [ 3 ] {cfd242da-d379-40b9-bf74-fa7e4740a70d} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2382 | 2024.05.13 20:48:14.694608 [ 3 ] {cfd242da-d379-40b9-bf74-fa7e4740a70d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2383 | 2024.05.13 20:48:14.694627 [ 3 ] {cfd242da-d379-40b9-bf74-fa7e4740a70d} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2384 | 2024.05.13 20:48:14.694665 [ 3 ] {cfd242da-d379-40b9-bf74-fa7e4740a70d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" | ||
2385 | 2024.05.13 20:48:14.694702 [ 3 ] {cfd242da-d379-40b9-bf74-fa7e4740a70d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" | ||
2386 | 2024.05.13 20:48:14.696160 [ 3 ] {cfd242da-d379-40b9-bf74-fa7e4740a70d} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002676 sec., 6726.457399103139 rows/sec., 282.46 KiB/sec. | ||
2387 | 2024.05.13 20:48:14.696443 [ 3 ] {cfd242da-d379-40b9-bf74-fa7e4740a70d} <Debug> DynamicQueryHandler: Done processing query | ||
2388 | 2024.05.13 20:48:14.696466 [ 3 ] {cfd242da-d379-40b9-bf74-fa7e4740a70d} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2389 | 2024.05.13 20:48:14.696483 [ 3 ] {} <Debug> HTTP-Session: ce812def-0b56-4638-9d55-8b708ba31551 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2390 | 2024.05.13 20:48:14.713532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 2336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2391 | 2024.05.13 20:48:14.713588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2392 | 2024.05.13 20:48:14.713607 [ 3 ] {} <Debug> HTTP-Session: f3efa083-9479-451d-82e4-ff21816e56ce Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2393 | 2024.05.13 20:48:14.713624 [ 3 ] {} <Debug> HTTP-Session: f3efa083-9479-451d-82e4-ff21816e56ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2394 | 2024.05.13 20:48:14.713637 [ 3 ] {} <Debug> HTTP-Session: f3efa083-9479-451d-82e4-ff21816e56ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2395 | 2024.05.13 20:48:14.713669 [ 3 ] {} <Trace> HTTP-Session: f3efa083-9479-451d-82e4-ff21816e56ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2396 | 2024.05.13 20:48:14.713786 [ 3 ] {58392377-6598-4dc2-a8c9-1939e83c0655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2397 | 2024.05.13 20:48:14.713832 [ 3 ] {58392377-6598-4dc2-a8c9-1939e83c0655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2398 | 2024.05.13 20:48:14.714001 [ 3 ] {58392377-6598-4dc2-a8c9-1939e83c0655} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2399 | 2024.05.13 20:48:14.714352 [ 3 ] {58392377-6598-4dc2-a8c9-1939e83c0655} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2400 | 2024.05.13 20:48:14.714390 [ 3 ] {58392377-6598-4dc2-a8c9-1939e83c0655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2401 | 2024.05.13 20:48:14.714865 [ 3 ] {58392377-6598-4dc2-a8c9-1939e83c0655} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2402 | 2024.05.13 20:48:14.715172 [ 3 ] {58392377-6598-4dc2-a8c9-1939e83c0655} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2403 | 2024.05.13 20:48:14.715323 [ 3 ] {58392377-6598-4dc2-a8c9-1939e83c0655} <Debug> executeQuery: Read 7 rows, 1.20 KiB in 0.001579 sec., 4433.185560481317 rows/sec., 759.48 KiB/sec. | ||
2404 | 2024.05.13 20:48:14.715627 [ 3 ] {58392377-6598-4dc2-a8c9-1939e83c0655} <Debug> DynamicQueryHandler: Done processing query | ||
2405 | 2024.05.13 20:48:14.715656 [ 3 ] {58392377-6598-4dc2-a8c9-1939e83c0655} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2406 | 2024.05.13 20:48:14.715673 [ 3 ] {} <Debug> HTTP-Session: f3efa083-9479-451d-82e4-ff21816e56ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2407 | 2024.05.13 20:48:14.715791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2408 | 2024.05.13 20:48:14.715839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2409 | 2024.05.13 20:48:14.715857 [ 3 ] {} <Debug> HTTP-Session: bf8bdded-5107-4909-9508-03107ff08d76 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2410 | 2024.05.13 20:48:14.715873 [ 3 ] {} <Debug> HTTP-Session: bf8bdded-5107-4909-9508-03107ff08d76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2411 | 2024.05.13 20:48:14.715887 [ 3 ] {} <Debug> HTTP-Session: bf8bdded-5107-4909-9508-03107ff08d76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2412 | 2024.05.13 20:48:14.715917 [ 3 ] {} <Trace> HTTP-Session: bf8bdded-5107-4909-9508-03107ff08d76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2413 | 2024.05.13 20:48:14.716021 [ 3 ] {9d6d48e8-8b74-4c49-ba9e-96377e654b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2414 | 2024.05.13 20:48:14.716066 [ 3 ] {9d6d48e8-8b74-4c49-ba9e-96377e654b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2415 | 2024.05.13 20:48:14.716212 [ 3 ] {9d6d48e8-8b74-4c49-ba9e-96377e654b2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2416 | 2024.05.13 20:48:14.716472 [ 3 ] {9d6d48e8-8b74-4c49-ba9e-96377e654b2c} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2417 | 2024.05.13 20:48:14.716506 [ 3 ] {9d6d48e8-8b74-4c49-ba9e-96377e654b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2418 | 2024.05.13 20:48:14.716788 [ 3 ] {9d6d48e8-8b74-4c49-ba9e-96377e654b2c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2419 | 2024.05.13 20:48:14.717093 [ 3 ] {9d6d48e8-8b74-4c49-ba9e-96377e654b2c} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2420 | 2024.05.13 20:48:14.717315 [ 3 ] {9d6d48e8-8b74-4c49-ba9e-96377e654b2c} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001307 sec., 16067.329762815609 rows/sec., 1.27 MiB/sec. | ||
2421 | 2024.05.13 20:48:14.717477 [ 3 ] {9d6d48e8-8b74-4c49-ba9e-96377e654b2c} <Debug> DynamicQueryHandler: Done processing query | ||
2422 | 2024.05.13 20:48:14.717501 [ 3 ] {9d6d48e8-8b74-4c49-ba9e-96377e654b2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2423 | 2024.05.13 20:48:14.717517 [ 3 ] {} <Debug> HTTP-Session: bf8bdded-5107-4909-9508-03107ff08d76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2424 | 2024.05.13 20:48:14.717673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2425 | 2024.05.13 20:48:14.717720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2426 | 2024.05.13 20:48:14.717739 [ 3 ] {} <Debug> HTTP-Session: 4b657796-65c1-4784-aea5-6cf9a3dfcd90 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2427 | 2024.05.13 20:48:14.717755 [ 3 ] {} <Debug> HTTP-Session: 4b657796-65c1-4784-aea5-6cf9a3dfcd90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2428 | 2024.05.13 20:48:14.717768 [ 3 ] {} <Debug> HTTP-Session: 4b657796-65c1-4784-aea5-6cf9a3dfcd90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2429 | 2024.05.13 20:48:14.717797 [ 3 ] {} <Trace> HTTP-Session: 4b657796-65c1-4784-aea5-6cf9a3dfcd90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2430 | 2024.05.13 20:48:14.717887 [ 3 ] {6cc2dfc8-cf55-473f-81be-3d1206881f8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2431 | 2024.05.13 20:48:14.717929 [ 3 ] {6cc2dfc8-cf55-473f-81be-3d1206881f8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2432 | 2024.05.13 20:48:14.718081 [ 3 ] {6cc2dfc8-cf55-473f-81be-3d1206881f8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2433 | 2024.05.13 20:48:14.718328 [ 3 ] {6cc2dfc8-cf55-473f-81be-3d1206881f8b} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2434 | 2024.05.13 20:48:14.718363 [ 3 ] {6cc2dfc8-cf55-473f-81be-3d1206881f8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2435 | 2024.05.13 20:48:14.721123 [ 3 ] {6cc2dfc8-cf55-473f-81be-3d1206881f8b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2436 | 2024.05.13 20:48:14.721488 [ 3 ] {6cc2dfc8-cf55-473f-81be-3d1206881f8b} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2437 | 2024.05.13 20:48:14.721632 [ 3 ] {6cc2dfc8-cf55-473f-81be-3d1206881f8b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003761 sec., 531.7734645041212 rows/sec., 43.36 KiB/sec. | ||
2438 | 2024.05.13 20:48:14.721933 [ 3 ] {6cc2dfc8-cf55-473f-81be-3d1206881f8b} <Debug> DynamicQueryHandler: Done processing query | ||
2439 | 2024.05.13 20:48:14.721962 [ 3 ] {6cc2dfc8-cf55-473f-81be-3d1206881f8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2440 | 2024.05.13 20:48:14.721981 [ 3 ] {} <Debug> HTTP-Session: 4b657796-65c1-4784-aea5-6cf9a3dfcd90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2441 | 2024.05.13 20:48:14.722198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 21872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2442 | 2024.05.13 20:48:14.722246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2443 | 2024.05.13 20:48:14.722264 [ 3 ] {} <Debug> HTTP-Session: 2da67190-2206-4b23-8019-ded4da1df5d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2444 | 2024.05.13 20:48:14.722280 [ 3 ] {} <Debug> HTTP-Session: 2da67190-2206-4b23-8019-ded4da1df5d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2445 | 2024.05.13 20:48:14.722294 [ 3 ] {} <Debug> HTTP-Session: 2da67190-2206-4b23-8019-ded4da1df5d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2446 | 2024.05.13 20:48:14.722323 [ 3 ] {} <Trace> HTTP-Session: 2da67190-2206-4b23-8019-ded4da1df5d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2447 | 2024.05.13 20:48:14.722456 [ 3 ] {07b24207-a0d8-4efd-b2cc-eefa3cec0fbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2448 | 2024.05.13 20:48:14.722498 [ 3 ] {07b24207-a0d8-4efd-b2cc-eefa3cec0fbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2449 | 2024.05.13 20:48:14.722639 [ 3 ] {07b24207-a0d8-4efd-b2cc-eefa3cec0fbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2450 | 2024.05.13 20:48:14.723005 [ 3 ] {07b24207-a0d8-4efd-b2cc-eefa3cec0fbe} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2451 | 2024.05.13 20:48:14.723045 [ 3 ] {07b24207-a0d8-4efd-b2cc-eefa3cec0fbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2452 | 2024.05.13 20:48:14.723396 [ 3 ] {07b24207-a0d8-4efd-b2cc-eefa3cec0fbe} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2453 | 2024.05.13 20:48:14.723688 [ 3 ] {07b24207-a0d8-4efd-b2cc-eefa3cec0fbe} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2454 | 2024.05.13 20:48:14.723826 [ 3 ] {07b24207-a0d8-4efd-b2cc-eefa3cec0fbe} <Debug> executeQuery: Read 152 rows, 12.64 KiB in 0.001424 sec., 106741.57303370787 rows/sec., 8.67 MiB/sec. | ||
2455 | 2024.05.13 20:48:14.724105 [ 3 ] {07b24207-a0d8-4efd-b2cc-eefa3cec0fbe} <Debug> DynamicQueryHandler: Done processing query | ||
2456 | 2024.05.13 20:48:14.724128 [ 3 ] {07b24207-a0d8-4efd-b2cc-eefa3cec0fbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2457 | 2024.05.13 20:48:14.724143 [ 3 ] {} <Debug> HTTP-Session: 2da67190-2206-4b23-8019-ded4da1df5d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2458 | 2024.05.13 20:48:14.724269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2459 | 2024.05.13 20:48:14.724317 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2460 | 2024.05.13 20:48:14.724335 [ 3 ] {} <Debug> HTTP-Session: 62cd8f4d-6992-4d7d-99e2-e67cc68dad6d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2461 | 2024.05.13 20:48:14.724351 [ 3 ] {} <Debug> HTTP-Session: 62cd8f4d-6992-4d7d-99e2-e67cc68dad6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2462 | 2024.05.13 20:48:14.724364 [ 3 ] {} <Debug> HTTP-Session: 62cd8f4d-6992-4d7d-99e2-e67cc68dad6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2463 | 2024.05.13 20:48:14.724393 [ 3 ] {} <Trace> HTTP-Session: 62cd8f4d-6992-4d7d-99e2-e67cc68dad6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2464 | 2024.05.13 20:48:14.724486 [ 3 ] {526a22ba-f7f1-4667-b9ea-09a7d61ef956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2465 | 2024.05.13 20:48:14.724530 [ 3 ] {526a22ba-f7f1-4667-b9ea-09a7d61ef956} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2466 | 2024.05.13 20:48:14.724678 [ 3 ] {526a22ba-f7f1-4667-b9ea-09a7d61ef956} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2467 | 2024.05.13 20:48:14.726873 [ 3 ] {526a22ba-f7f1-4667-b9ea-09a7d61ef956} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2468 | 2024.05.13 20:48:14.726917 [ 3 ] {526a22ba-f7f1-4667-b9ea-09a7d61ef956} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2469 | 2024.05.13 20:48:14.727249 [ 3 ] {526a22ba-f7f1-4667-b9ea-09a7d61ef956} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2470 | 2024.05.13 20:48:14.727546 [ 3 ] {526a22ba-f7f1-4667-b9ea-09a7d61ef956} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2471 | 2024.05.13 20:48:14.727703 [ 3 ] {526a22ba-f7f1-4667-b9ea-09a7d61ef956} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003227 sec., 619.7706848466067 rows/sec., 43.28 KiB/sec. | ||
2472 | 2024.05.13 20:48:14.727972 [ 3 ] {526a22ba-f7f1-4667-b9ea-09a7d61ef956} <Debug> DynamicQueryHandler: Done processing query | ||
2473 | 2024.05.13 20:48:14.727996 [ 3 ] {526a22ba-f7f1-4667-b9ea-09a7d61ef956} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2474 | 2024.05.13 20:48:14.728011 [ 3 ] {} <Debug> HTTP-Session: 62cd8f4d-6992-4d7d-99e2-e67cc68dad6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2475 | 2024.05.13 20:48:14.728129 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17467, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2476 | 2024.05.13 20:48:14.728176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2477 | 2024.05.13 20:48:14.728194 [ 3 ] {} <Debug> HTTP-Session: cfbe32ec-66b4-46c9-b463-e4d70c9a8d79 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2478 | 2024.05.13 20:48:14.728210 [ 3 ] {} <Debug> HTTP-Session: cfbe32ec-66b4-46c9-b463-e4d70c9a8d79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2479 | 2024.05.13 20:48:14.728223 [ 3 ] {} <Debug> HTTP-Session: cfbe32ec-66b4-46c9-b463-e4d70c9a8d79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2480 | 2024.05.13 20:48:14.728252 [ 3 ] {} <Trace> HTTP-Session: cfbe32ec-66b4-46c9-b463-e4d70c9a8d79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2481 | 2024.05.13 20:48:14.728373 [ 3 ] {89630a03-530a-457c-9c6f-f573d7038b65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2482 | 2024.05.13 20:48:14.728414 [ 3 ] {89630a03-530a-457c-9c6f-f573d7038b65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2483 | 2024.05.13 20:48:14.728556 [ 3 ] {89630a03-530a-457c-9c6f-f573d7038b65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2484 | 2024.05.13 20:48:14.728898 [ 3 ] {89630a03-530a-457c-9c6f-f573d7038b65} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2485 | 2024.05.13 20:48:14.728933 [ 3 ] {89630a03-530a-457c-9c6f-f573d7038b65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2486 | 2024.05.13 20:48:14.729232 [ 3 ] {89630a03-530a-457c-9c6f-f573d7038b65} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2487 | 2024.05.13 20:48:14.729528 [ 3 ] {89630a03-530a-457c-9c6f-f573d7038b65} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2488 | 2024.05.13 20:48:14.729679 [ 3 ] {89630a03-530a-457c-9c6f-f573d7038b65} <Debug> executeQuery: Read 103 rows, 8.22 KiB in 0.001348 sec., 76409.49554896142 rows/sec., 5.95 MiB/sec. | ||
2489 | 2024.05.13 20:48:14.729944 [ 3 ] {89630a03-530a-457c-9c6f-f573d7038b65} <Debug> DynamicQueryHandler: Done processing query | ||
2490 | 2024.05.13 20:48:14.729967 [ 3 ] {89630a03-530a-457c-9c6f-f573d7038b65} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2491 | 2024.05.13 20:48:14.729983 [ 3 ] {} <Debug> HTTP-Session: cfbe32ec-66b4-46c9-b463-e4d70c9a8d79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2492 | 2024.05.13 20:48:14.730432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 107384, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2493 | 2024.05.13 20:48:14.730479 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2494 | 2024.05.13 20:48:14.730498 [ 3 ] {} <Debug> HTTP-Session: 111daecc-a8e4-4fdc-a9cd-2672f78514b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2495 | 2024.05.13 20:48:14.730514 [ 3 ] {} <Debug> HTTP-Session: 111daecc-a8e4-4fdc-a9cd-2672f78514b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2496 | 2024.05.13 20:48:14.730527 [ 3 ] {} <Debug> HTTP-Session: 111daecc-a8e4-4fdc-a9cd-2672f78514b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2497 | 2024.05.13 20:48:14.730556 [ 3 ] {} <Trace> HTTP-Session: 111daecc-a8e4-4fdc-a9cd-2672f78514b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2498 | 2024.05.13 20:48:14.731024 [ 3 ] {bca18718-1852-466e-922f-770d04e4fdc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2499 | 2024.05.13 20:48:14.731073 [ 3 ] {bca18718-1852-466e-922f-770d04e4fdc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2500 | 2024.05.13 20:48:14.731236 [ 3 ] {bca18718-1852-466e-922f-770d04e4fdc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2501 | 2024.05.13 20:48:14.731880 [ 3 ] {bca18718-1852-466e-922f-770d04e4fdc9} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2502 | 2024.05.13 20:48:14.731917 [ 3 ] {bca18718-1852-466e-922f-770d04e4fdc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2503 | 2024.05.13 20:48:14.732322 [ 3 ] {bca18718-1852-466e-922f-770d04e4fdc9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2504 | 2024.05.13 20:48:14.732653 [ 3 ] {bca18718-1852-466e-922f-770d04e4fdc9} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2505 | 2024.05.13 20:48:14.732812 [ 3 ] {bca18718-1852-466e-922f-770d04e4fdc9} <Debug> executeQuery: Read 559 rows, 40.20 KiB in 0.002118 sec., 263928.2341831917 rows/sec., 18.54 MiB/sec. | ||
2506 | 2024.05.13 20:48:14.733112 [ 3 ] {bca18718-1852-466e-922f-770d04e4fdc9} <Debug> DynamicQueryHandler: Done processing query | ||
2507 | 2024.05.13 20:48:14.733136 [ 3 ] {bca18718-1852-466e-922f-770d04e4fdc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
2508 | 2024.05.13 20:48:14.733152 [ 3 ] {} <Debug> HTTP-Session: 111daecc-a8e4-4fdc-a9cd-2672f78514b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2509 | 2024.05.13 20:48:14.733401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2510 | 2024.05.13 20:48:14.733449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2511 | 2024.05.13 20:48:14.733467 [ 3 ] {} <Debug> HTTP-Session: ae8c3f67-3070-47dc-b8ce-7770b3b57464 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2512 | 2024.05.13 20:48:14.733482 [ 3 ] {} <Debug> HTTP-Session: ae8c3f67-3070-47dc-b8ce-7770b3b57464 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2513 | 2024.05.13 20:48:14.733496 [ 3 ] {} <Debug> HTTP-Session: ae8c3f67-3070-47dc-b8ce-7770b3b57464 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2514 | 2024.05.13 20:48:14.733525 [ 3 ] {} <Trace> HTTP-Session: ae8c3f67-3070-47dc-b8ce-7770b3b57464 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2515 | 2024.05.13 20:48:14.733785 [ 3 ] {b30ad265-ac1e-4bd1-8fd7-aef0e74248c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2516 | 2024.05.13 20:48:14.733834 [ 3 ] {b30ad265-ac1e-4bd1-8fd7-aef0e74248c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2517 | 2024.05.13 20:48:14.734008 [ 3 ] {b30ad265-ac1e-4bd1-8fd7-aef0e74248c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2518 | 2024.05.13 20:48:14.734392 [ 3 ] {b30ad265-ac1e-4bd1-8fd7-aef0e74248c0} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2519 | 2024.05.13 20:48:14.734427 [ 3 ] {b30ad265-ac1e-4bd1-8fd7-aef0e74248c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2520 | 2024.05.13 20:48:14.734827 [ 3 ] {b30ad265-ac1e-4bd1-8fd7-aef0e74248c0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2521 | 2024.05.13 20:48:14.735149 [ 3 ] {b30ad265-ac1e-4bd1-8fd7-aef0e74248c0} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2522 | 2024.05.13 20:48:14.735306 [ 3 ] {b30ad265-ac1e-4bd1-8fd7-aef0e74248c0} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001705 sec., 12316.715542521995 rows/sec., 16.62 MiB/sec. | ||
2523 | 2024.05.13 20:48:14.735472 [ 3 ] {b30ad265-ac1e-4bd1-8fd7-aef0e74248c0} <Debug> DynamicQueryHandler: Done processing query | ||
2524 | 2024.05.13 20:48:14.735496 [ 3 ] {b30ad265-ac1e-4bd1-8fd7-aef0e74248c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2525 | 2024.05.13 20:48:14.735511 [ 3 ] {} <Debug> HTTP-Session: ae8c3f67-3070-47dc-b8ce-7770b3b57464 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2526 | 2024.05.13 20:48:14.735627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 7667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2527 | 2024.05.13 20:48:14.735675 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2528 | 2024.05.13 20:48:14.735693 [ 3 ] {} <Debug> HTTP-Session: 7c8c8ec6-5ef1-4250-8b27-3f2074726ded Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2529 | 2024.05.13 20:48:14.735709 [ 3 ] {} <Debug> HTTP-Session: 7c8c8ec6-5ef1-4250-8b27-3f2074726ded Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2530 | 2024.05.13 20:48:14.735722 [ 3 ] {} <Debug> HTTP-Session: 7c8c8ec6-5ef1-4250-8b27-3f2074726ded Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2531 | 2024.05.13 20:48:14.735751 [ 3 ] {} <Trace> HTTP-Session: 7c8c8ec6-5ef1-4250-8b27-3f2074726ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2532 | 2024.05.13 20:48:14.735865 [ 3 ] {0f32881a-9a1a-4c35-8941-ede137640825} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2533 | 2024.05.13 20:48:14.735908 [ 3 ] {0f32881a-9a1a-4c35-8941-ede137640825} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2534 | 2024.05.13 20:48:14.736031 [ 3 ] {0f32881a-9a1a-4c35-8941-ede137640825} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2535 | 2024.05.13 20:48:14.736292 [ 3 ] {0f32881a-9a1a-4c35-8941-ede137640825} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2536 | 2024.05.13 20:48:14.736327 [ 3 ] {0f32881a-9a1a-4c35-8941-ede137640825} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2537 | 2024.05.13 20:48:14.736671 [ 3 ] {0f32881a-9a1a-4c35-8941-ede137640825} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2538 | 2024.05.13 20:48:14.736979 [ 3 ] {0f32881a-9a1a-4c35-8941-ede137640825} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2539 | 2024.05.13 20:48:14.737126 [ 3 ] {0f32881a-9a1a-4c35-8941-ede137640825} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001303 sec., 38372.98541826555 rows/sec., 2.63 MiB/sec. | ||
2540 | 2024.05.13 20:48:14.737289 [ 3 ] {0f32881a-9a1a-4c35-8941-ede137640825} <Debug> DynamicQueryHandler: Done processing query | ||
2541 | 2024.05.13 20:48:14.737312 [ 3 ] {0f32881a-9a1a-4c35-8941-ede137640825} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2542 | 2024.05.13 20:48:14.737327 [ 3 ] {} <Debug> HTTP-Session: 7c8c8ec6-5ef1-4250-8b27-3f2074726ded Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2543 | 2024.05.13 20:48:19.669220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2544 | 2024.05.13 20:48:19.669341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2545 | 2024.05.13 20:48:19.669366 [ 3 ] {} <Debug> HTTP-Session: c5e32980-f33d-4362-8f41-950e65e79d15 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2546 | 2024.05.13 20:48:19.669389 [ 3 ] {} <Debug> HTTP-Session: c5e32980-f33d-4362-8f41-950e65e79d15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2547 | 2024.05.13 20:48:19.669404 [ 3 ] {} <Debug> HTTP-Session: c5e32980-f33d-4362-8f41-950e65e79d15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2548 | 2024.05.13 20:48:19.669451 [ 3 ] {} <Trace> HTTP-Session: c5e32980-f33d-4362-8f41-950e65e79d15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2549 | 2024.05.13 20:48:19.669631 [ 3 ] {2ec1b451-a67c-447d-900b-137643436dff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2550 | 2024.05.13 20:48:19.669700 [ 3 ] {2ec1b451-a67c-447d-900b-137643436dff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2551 | 2024.05.13 20:48:19.669891 [ 3 ] {2ec1b451-a67c-447d-900b-137643436dff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2552 | 2024.05.13 20:48:19.670304 [ 3 ] {2ec1b451-a67c-447d-900b-137643436dff} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2553 | 2024.05.13 20:48:19.670350 [ 3 ] {2ec1b451-a67c-447d-900b-137643436dff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2554 | 2024.05.13 20:48:19.670721 [ 3 ] {2ec1b451-a67c-447d-900b-137643436dff} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2555 | 2024.05.13 20:48:19.671058 [ 3 ] {2ec1b451-a67c-447d-900b-137643436dff} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2556 | 2024.05.13 20:48:19.671228 [ 3 ] {2ec1b451-a67c-447d-900b-137643436dff} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001642 sec., 6090.133982947625 rows/sec., 493.63 KiB/sec. | ||
2557 | 2024.05.13 20:48:19.671233 [ 53 ] {} <Debug> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2558 | 2024.05.13 20:48:19.671340 [ 53 ] {} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2559 | 2024.05.13 20:48:19.671394 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2560 | 2024.05.13 20:48:19.671517 [ 3 ] {2ec1b451-a67c-447d-900b-137643436dff} <Debug> DynamicQueryHandler: Done processing query | ||
2561 | 2024.05.13 20:48:19.671531 [ 187 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
2562 | 2024.05.13 20:48:19.671551 [ 3 ] {2ec1b451-a67c-447d-900b-137643436dff} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2563 | 2024.05.13 20:48:19.671577 [ 3 ] {} <Debug> HTTP-Session: c5e32980-f33d-4362-8f41-950e65e79d15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2564 | 2024.05.13 20:48:19.671664 [ 187 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2565 | 2024.05.13 20:48:19.671693 [ 187 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part | ||
2566 | 2024.05.13 20:48:19.671744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 11803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2567 | 2024.05.13 20:48:19.671778 [ 187 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part | ||
2568 | 2024.05.13 20:48:19.671868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2569 | 2024.05.13 20:48:19.671957 [ 3 ] {} <Debug> HTTP-Session: 8895a7a6-8131-4efb-b2e6-7dc489f82af5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2570 | 2024.05.13 20:48:19.672053 [ 3 ] {} <Debug> HTTP-Session: 8895a7a6-8131-4efb-b2e6-7dc489f82af5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2571 | 2024.05.13 20:48:19.672116 [ 187 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part | ||
2572 | 2024.05.13 20:48:19.672132 [ 3 ] {} <Debug> HTTP-Session: 8895a7a6-8131-4efb-b2e6-7dc489f82af5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2573 | 2024.05.13 20:48:19.672285 [ 3 ] {} <Trace> HTTP-Session: 8895a7a6-8131-4efb-b2e6-7dc489f82af5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2574 | 2024.05.13 20:48:19.672523 [ 187 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part | ||
2575 | 2024.05.13 20:48:19.672754 [ 3 ] {5954dbc1-130f-404f-9e09-b2a522ba4fdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2576 | 2024.05.13 20:48:19.672826 [ 187 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
2577 | 2024.05.13 20:48:19.672895 [ 3 ] {5954dbc1-130f-404f-9e09-b2a522ba4fdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2578 | 2024.05.13 20:48:19.673164 [ 187 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part | ||
2579 | 2024.05.13 20:48:19.673763 [ 3 ] {5954dbc1-130f-404f-9e09-b2a522ba4fdf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2580 | 2024.05.13 20:48:19.674262 [ 3 ] {5954dbc1-130f-404f-9e09-b2a522ba4fdf} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2581 | 2024.05.13 20:48:19.674305 [ 3 ] {5954dbc1-130f-404f-9e09-b2a522ba4fdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2582 | 2024.05.13 20:48:19.674830 [ 191 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 91 rows, containing 4 columns (4 merged, 0 gathered) in 0.003341302 sec., 27234.89226654759 rows/sec., 2.16 MiB/sec. | ||
2583 | 2024.05.13 20:48:19.674875 [ 3 ] {5954dbc1-130f-404f-9e09-b2a522ba4fdf} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2584 | 2024.05.13 20:48:19.674972 [ 191 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2585 | 2024.05.13 20:48:19.675356 [ 3 ] {5954dbc1-130f-404f-9e09-b2a522ba4fdf} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2586 | 2024.05.13 20:48:19.675503 [ 191 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_6_1} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2587 | 2024.05.13 20:48:19.675595 [ 3 ] {5954dbc1-130f-404f-9e09-b2a522ba4fdf} <Debug> executeQuery: Read 82 rows, 6.79 KiB in 0.003009 sec., 27251.578597540713 rows/sec., 2.20 MiB/sec. | ||
2588 | 2024.05.13 20:48:19.675667 [ 191 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_6_1} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2589 | 2024.05.13 20:48:19.675753 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
2590 | 2024.05.13 20:48:19.675808 [ 3 ] {5954dbc1-130f-404f-9e09-b2a522ba4fdf} <Debug> DynamicQueryHandler: Done processing query | ||
2591 | 2024.05.13 20:48:19.675833 [ 3 ] {5954dbc1-130f-404f-9e09-b2a522ba4fdf} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2592 | 2024.05.13 20:48:19.675847 [ 3 ] {} <Debug> HTTP-Session: 8895a7a6-8131-4efb-b2e6-7dc489f82af5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2593 | 2024.05.13 20:48:19.676020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2594 | 2024.05.13 20:48:19.676069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2595 | 2024.05.13 20:48:19.676089 [ 3 ] {} <Debug> HTTP-Session: 6c356964-9fbc-4221-b4ea-f3c90c17a8c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2596 | 2024.05.13 20:48:19.676106 [ 3 ] {} <Debug> HTTP-Session: 6c356964-9fbc-4221-b4ea-f3c90c17a8c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2597 | 2024.05.13 20:48:19.676120 [ 3 ] {} <Debug> HTTP-Session: 6c356964-9fbc-4221-b4ea-f3c90c17a8c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2598 | 2024.05.13 20:48:19.676155 [ 3 ] {} <Trace> HTTP-Session: 6c356964-9fbc-4221-b4ea-f3c90c17a8c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2599 | 2024.05.13 20:48:19.676275 [ 3 ] {aa0a00ef-c0ce-4f1d-891e-cd96f9e3d6ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2600 | 2024.05.13 20:48:19.676320 [ 3 ] {aa0a00ef-c0ce-4f1d-891e-cd96f9e3d6ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2601 | 2024.05.13 20:48:19.676444 [ 3 ] {aa0a00ef-c0ce-4f1d-891e-cd96f9e3d6ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2602 | 2024.05.13 20:48:19.676785 [ 3 ] {aa0a00ef-c0ce-4f1d-891e-cd96f9e3d6ee} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2603 | 2024.05.13 20:48:19.676822 [ 3 ] {aa0a00ef-c0ce-4f1d-891e-cd96f9e3d6ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2604 | 2024.05.13 20:48:19.677134 [ 3 ] {aa0a00ef-c0ce-4f1d-891e-cd96f9e3d6ee} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2605 | 2024.05.13 20:48:19.677433 [ 3 ] {aa0a00ef-c0ce-4f1d-891e-cd96f9e3d6ee} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2606 | 2024.05.13 20:48:19.677582 [ 3 ] {aa0a00ef-c0ce-4f1d-891e-cd96f9e3d6ee} <Debug> executeQuery: Read 73 rows, 5.85 KiB in 0.001347 sec., 54194.50631031922 rows/sec., 4.24 MiB/sec. | ||
2607 | 2024.05.13 20:48:19.677746 [ 3 ] {aa0a00ef-c0ce-4f1d-891e-cd96f9e3d6ee} <Debug> DynamicQueryHandler: Done processing query | ||
2608 | 2024.05.13 20:48:19.677771 [ 3 ] {aa0a00ef-c0ce-4f1d-891e-cd96f9e3d6ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2609 | 2024.05.13 20:48:19.677786 [ 3 ] {} <Debug> HTTP-Session: 6c356964-9fbc-4221-b4ea-f3c90c17a8c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2610 | 2024.05.13 20:48:19.677966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 28667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2611 | 2024.05.13 20:48:19.678014 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2612 | 2024.05.13 20:48:19.678033 [ 3 ] {} <Debug> HTTP-Session: fb29cbea-a810-41db-a093-3b3e9612969e Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2613 | 2024.05.13 20:48:19.678049 [ 3 ] {} <Debug> HTTP-Session: fb29cbea-a810-41db-a093-3b3e9612969e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2614 | 2024.05.13 20:48:19.678063 [ 3 ] {} <Debug> HTTP-Session: fb29cbea-a810-41db-a093-3b3e9612969e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2615 | 2024.05.13 20:48:19.678095 [ 3 ] {} <Trace> HTTP-Session: fb29cbea-a810-41db-a093-3b3e9612969e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2616 | 2024.05.13 20:48:19.678232 [ 3 ] {4fe51ea9-3418-4324-8bb5-01ff8095489e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2617 | 2024.05.13 20:48:19.678279 [ 3 ] {4fe51ea9-3418-4324-8bb5-01ff8095489e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2618 | 2024.05.13 20:48:19.678425 [ 3 ] {4fe51ea9-3418-4324-8bb5-01ff8095489e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2619 | 2024.05.13 20:48:19.678797 [ 3 ] {4fe51ea9-3418-4324-8bb5-01ff8095489e} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2620 | 2024.05.13 20:48:19.678833 [ 3 ] {4fe51ea9-3418-4324-8bb5-01ff8095489e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2621 | 2024.05.13 20:48:19.679216 [ 3 ] {4fe51ea9-3418-4324-8bb5-01ff8095489e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2622 | 2024.05.13 20:48:19.679560 [ 3 ] {4fe51ea9-3418-4324-8bb5-01ff8095489e} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2623 | 2024.05.13 20:48:19.679718 [ 3 ] {4fe51ea9-3418-4324-8bb5-01ff8095489e} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001548 sec., 96899.22480620156 rows/sec., 6.72 MiB/sec. | ||
2624 | 2024.05.13 20:48:19.679876 [ 3 ] {4fe51ea9-3418-4324-8bb5-01ff8095489e} <Debug> DynamicQueryHandler: Done processing query | ||
2625 | 2024.05.13 20:48:19.679899 [ 3 ] {4fe51ea9-3418-4324-8bb5-01ff8095489e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2626 | 2024.05.13 20:48:19.679914 [ 3 ] {} <Debug> HTTP-Session: fb29cbea-a810-41db-a093-3b3e9612969e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2627 | 2024.05.13 20:48:19.680047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10753, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2628 | 2024.05.13 20:48:19.680093 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2629 | 2024.05.13 20:48:19.680112 [ 3 ] {} <Debug> HTTP-Session: 6ca7cccd-0843-4a5a-a171-a02ae944d58a Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2630 | 2024.05.13 20:48:19.680128 [ 3 ] {} <Debug> HTTP-Session: 6ca7cccd-0843-4a5a-a171-a02ae944d58a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2631 | 2024.05.13 20:48:19.680142 [ 3 ] {} <Debug> HTTP-Session: 6ca7cccd-0843-4a5a-a171-a02ae944d58a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2632 | 2024.05.13 20:48:19.680172 [ 3 ] {} <Trace> HTTP-Session: 6ca7cccd-0843-4a5a-a171-a02ae944d58a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2633 | 2024.05.13 20:48:19.680326 [ 3 ] {86251908-26aa-4304-b6d7-1d4b66e1c650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2634 | 2024.05.13 20:48:19.680374 [ 3 ] {86251908-26aa-4304-b6d7-1d4b66e1c650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2635 | 2024.05.13 20:48:19.680532 [ 3 ] {86251908-26aa-4304-b6d7-1d4b66e1c650} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2636 | 2024.05.13 20:48:19.680866 [ 3 ] {86251908-26aa-4304-b6d7-1d4b66e1c650} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2637 | 2024.05.13 20:48:19.680900 [ 3 ] {86251908-26aa-4304-b6d7-1d4b66e1c650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2638 | 2024.05.13 20:48:19.681287 [ 3 ] {86251908-26aa-4304-b6d7-1d4b66e1c650} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2639 | 2024.05.13 20:48:19.681618 [ 3 ] {86251908-26aa-4304-b6d7-1d4b66e1c650} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2640 | 2024.05.13 20:48:19.681777 [ 53 ] {} <Debug> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2641 | 2024.05.13 20:48:19.681788 [ 3 ] {86251908-26aa-4304-b6d7-1d4b66e1c650} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.001535 sec., 6514.657980456026 rows/sec., 8.79 MiB/sec. | ||
2642 | 2024.05.13 20:48:19.681842 [ 53 ] {} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2643 | 2024.05.13 20:48:19.681914 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2644 | 2024.05.13 20:48:19.682117 [ 3 ] {86251908-26aa-4304-b6d7-1d4b66e1c650} <Debug> DynamicQueryHandler: Done processing query | ||
2645 | 2024.05.13 20:48:19.682136 [ 196 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
2646 | 2024.05.13 20:48:19.682159 [ 3 ] {86251908-26aa-4304-b6d7-1d4b66e1c650} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2647 | 2024.05.13 20:48:19.682222 [ 3 ] {} <Debug> HTTP-Session: 6ca7cccd-0843-4a5a-a171-a02ae944d58a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2648 | 2024.05.13 20:48:19.682404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2649 | 2024.05.13 20:48:19.682494 [ 196 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2650 | 2024.05.13 20:48:19.682510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2651 | 2024.05.13 20:48:19.682569 [ 3 ] {} <Debug> HTTP-Session: fc5b57bf-8b7f-46df-8cac-0e9d64652c8d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2652 | 2024.05.13 20:48:19.682574 [ 196 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part | ||
2653 | 2024.05.13 20:48:19.682601 [ 3 ] {} <Debug> HTTP-Session: fc5b57bf-8b7f-46df-8cac-0e9d64652c8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2654 | 2024.05.13 20:48:19.682624 [ 3 ] {} <Debug> HTTP-Session: fc5b57bf-8b7f-46df-8cac-0e9d64652c8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2655 | 2024.05.13 20:48:19.682698 [ 3 ] {} <Trace> HTTP-Session: fc5b57bf-8b7f-46df-8cac-0e9d64652c8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2656 | 2024.05.13 20:48:19.682857 [ 196 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part | ||
2657 | 2024.05.13 20:48:19.683075 [ 3 ] {fe0afe94-aceb-43f6-8aff-43097c62c6a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2658 | 2024.05.13 20:48:19.683197 [ 196 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part | ||
2659 | 2024.05.13 20:48:19.683250 [ 3 ] {fe0afe94-aceb-43f6-8aff-43097c62c6a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2660 | 2024.05.13 20:48:19.683630 [ 196 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part | ||
2661 | 2024.05.13 20:48:19.683999 [ 196 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
2662 | 2024.05.13 20:48:19.684486 [ 196 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part | ||
2663 | 2024.05.13 20:48:19.684491 [ 3 ] {fe0afe94-aceb-43f6-8aff-43097c62c6a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2664 | 2024.05.13 20:48:19.685336 [ 3 ] {fe0afe94-aceb-43f6-8aff-43097c62c6a0} <Trace> oximeter.measurements_i64 (53b40716-82f1-495e-97d6-cbf4e1ab1de8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2665 | 2024.05.13 20:48:19.685406 [ 3 ] {fe0afe94-aceb-43f6-8aff-43097c62c6a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2666 | 2024.05.13 20:48:19.686532 [ 3 ] {fe0afe94-aceb-43f6-8aff-43097c62c6a0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2667 | 2024.05.13 20:48:19.687576 [ 3 ] {fe0afe94-aceb-43f6-8aff-43097c62c6a0} <Trace> oximeter.measurements_i64 (53b40716-82f1-495e-97d6-cbf4e1ab1de8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2668 | 2024.05.13 20:48:19.687890 [ 3 ] {fe0afe94-aceb-43f6-8aff-43097c62c6a0} <Debug> executeQuery: Read 9 rows, 680.00 B in 0.004979 sec., 1807.5918859208678 rows/sec., 133.37 KiB/sec. | ||
2669 | 2024.05.13 20:48:19.688135 [ 191 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 91 rows, containing 6 columns (6 merged, 0 gathered) in 0.006101678 sec., 14913.930233617702 rows/sec., 20.13 MiB/sec. | ||
2670 | 2024.05.13 20:48:19.688204 [ 3 ] {fe0afe94-aceb-43f6-8aff-43097c62c6a0} <Debug> DynamicQueryHandler: Done processing query | ||
2671 | 2024.05.13 20:48:19.688229 [ 3 ] {fe0afe94-aceb-43f6-8aff-43097c62c6a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2672 | 2024.05.13 20:48:19.688246 [ 3 ] {} <Debug> HTTP-Session: fc5b57bf-8b7f-46df-8cac-0e9d64652c8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2673 | 2024.05.13 20:48:19.688350 [ 191 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2674 | 2024.05.13 20:48:19.688377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 7667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2675 | 2024.05.13 20:48:19.688443 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2676 | 2024.05.13 20:48:19.688462 [ 3 ] {} <Debug> HTTP-Session: 3942b179-c94f-4a26-a741-1430765d64a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2677 | 2024.05.13 20:48:19.688479 [ 3 ] {} <Debug> HTTP-Session: 3942b179-c94f-4a26-a741-1430765d64a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2678 | 2024.05.13 20:48:19.688497 [ 3 ] {} <Debug> HTTP-Session: 3942b179-c94f-4a26-a741-1430765d64a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2679 | 2024.05.13 20:48:19.688533 [ 3 ] {} <Trace> HTTP-Session: 3942b179-c94f-4a26-a741-1430765d64a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2680 | 2024.05.13 20:48:19.688701 [ 3 ] {23df3110-8781-404c-996c-545c3e9697de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2681 | 2024.05.13 20:48:19.688754 [ 3 ] {23df3110-8781-404c-996c-545c3e9697de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2682 | 2024.05.13 20:48:19.688837 [ 191 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2683 | 2024.05.13 20:48:19.688967 [ 191 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2684 | 2024.05.13 20:48:19.688981 [ 3 ] {23df3110-8781-404c-996c-545c3e9697de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2685 | 2024.05.13 20:48:19.689072 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
2686 | 2024.05.13 20:48:19.689315 [ 3 ] {23df3110-8781-404c-996c-545c3e9697de} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2687 | 2024.05.13 20:48:19.689351 [ 3 ] {23df3110-8781-404c-996c-545c3e9697de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2688 | 2024.05.13 20:48:19.689720 [ 3 ] {23df3110-8781-404c-996c-545c3e9697de} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2689 | 2024.05.13 20:48:19.690064 [ 3 ] {23df3110-8781-404c-996c-545c3e9697de} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2690 | 2024.05.13 20:48:19.690215 [ 3 ] {23df3110-8781-404c-996c-545c3e9697de} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001573 sec., 31786.39542275906 rows/sec., 2.18 MiB/sec. | ||
2691 | 2024.05.13 20:48:19.690391 [ 3 ] {23df3110-8781-404c-996c-545c3e9697de} <Debug> DynamicQueryHandler: Done processing query | ||
2692 | 2024.05.13 20:48:19.690417 [ 3 ] {23df3110-8781-404c-996c-545c3e9697de} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2693 | 2024.05.13 20:48:19.690433 [ 3 ] {} <Debug> HTTP-Session: 3942b179-c94f-4a26-a741-1430765d64a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2694 | 2024.05.13 20:48:24.670564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2695 | 2024.05.13 20:48:24.670687 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2696 | 2024.05.13 20:48:24.670711 [ 3 ] {} <Debug> HTTP-Session: a2100ab5-a365-40fc-b7da-507b8196e8ff Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2697 | 2024.05.13 20:48:24.670734 [ 3 ] {} <Debug> HTTP-Session: a2100ab5-a365-40fc-b7da-507b8196e8ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2698 | 2024.05.13 20:48:24.670749 [ 3 ] {} <Debug> HTTP-Session: a2100ab5-a365-40fc-b7da-507b8196e8ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2699 | 2024.05.13 20:48:24.670797 [ 3 ] {} <Trace> HTTP-Session: a2100ab5-a365-40fc-b7da-507b8196e8ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2700 | 2024.05.13 20:48:24.670980 [ 3 ] {69da2400-72ec-4912-a882-b3a4cb65f389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2701 | 2024.05.13 20:48:24.671047 [ 3 ] {69da2400-72ec-4912-a882-b3a4cb65f389} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2702 | 2024.05.13 20:48:24.671236 [ 3 ] {69da2400-72ec-4912-a882-b3a4cb65f389} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2703 | 2024.05.13 20:48:24.671632 [ 3 ] {69da2400-72ec-4912-a882-b3a4cb65f389} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2704 | 2024.05.13 20:48:24.671672 [ 3 ] {69da2400-72ec-4912-a882-b3a4cb65f389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2705 | 2024.05.13 20:48:24.672022 [ 3 ] {69da2400-72ec-4912-a882-b3a4cb65f389} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2706 | 2024.05.13 20:48:24.672384 [ 3 ] {69da2400-72ec-4912-a882-b3a4cb65f389} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2707 | 2024.05.13 20:48:24.672543 [ 3 ] {69da2400-72ec-4912-a882-b3a4cb65f389} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001612 sec., 13027.295285359802 rows/sec., 1.03 MiB/sec. | ||
2708 | 2024.05.13 20:48:24.672731 [ 3 ] {69da2400-72ec-4912-a882-b3a4cb65f389} <Debug> DynamicQueryHandler: Done processing query | ||
2709 | 2024.05.13 20:48:24.672756 [ 3 ] {69da2400-72ec-4912-a882-b3a4cb65f389} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2710 | 2024.05.13 20:48:24.672772 [ 3 ] {} <Debug> HTTP-Session: a2100ab5-a365-40fc-b7da-507b8196e8ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2711 | 2024.05.13 20:48:24.672922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2712 | 2024.05.13 20:48:24.672969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2713 | 2024.05.13 20:48:24.672988 [ 3 ] {} <Debug> HTTP-Session: 165bb9cc-45ab-402e-98fc-4457d7dd3db3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2714 | 2024.05.13 20:48:24.673004 [ 3 ] {} <Debug> HTTP-Session: 165bb9cc-45ab-402e-98fc-4457d7dd3db3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2715 | 2024.05.13 20:48:24.673018 [ 3 ] {} <Debug> HTTP-Session: 165bb9cc-45ab-402e-98fc-4457d7dd3db3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2716 | 2024.05.13 20:48:24.673049 [ 3 ] {} <Trace> HTTP-Session: 165bb9cc-45ab-402e-98fc-4457d7dd3db3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2717 | 2024.05.13 20:48:24.673139 [ 3 ] {b7103ddd-a4ab-471e-a8f2-6576319e0320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2718 | 2024.05.13 20:48:24.673182 [ 3 ] {b7103ddd-a4ab-471e-a8f2-6576319e0320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2719 | 2024.05.13 20:48:24.673307 [ 3 ] {b7103ddd-a4ab-471e-a8f2-6576319e0320} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2720 | 2024.05.13 20:48:24.673600 [ 3 ] {b7103ddd-a4ab-471e-a8f2-6576319e0320} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2721 | 2024.05.13 20:48:24.673637 [ 3 ] {b7103ddd-a4ab-471e-a8f2-6576319e0320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2722 | 2024.05.13 20:48:24.673937 [ 3 ] {b7103ddd-a4ab-471e-a8f2-6576319e0320} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2723 | 2024.05.13 20:48:24.674236 [ 3 ] {b7103ddd-a4ab-471e-a8f2-6576319e0320} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2724 | 2024.05.13 20:48:24.674386 [ 3 ] {b7103ddd-a4ab-471e-a8f2-6576319e0320} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001262 sec., 1584.7860538827258 rows/sec., 129.23 KiB/sec. | ||
2725 | 2024.05.13 20:48:24.674661 [ 3 ] {b7103ddd-a4ab-471e-a8f2-6576319e0320} <Debug> DynamicQueryHandler: Done processing query | ||
2726 | 2024.05.13 20:48:24.674693 [ 3 ] {b7103ddd-a4ab-471e-a8f2-6576319e0320} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2727 | 2024.05.13 20:48:24.674710 [ 3 ] {} <Debug> HTTP-Session: 165bb9cc-45ab-402e-98fc-4457d7dd3db3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2728 | 2024.05.13 20:48:24.674846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 16886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2729 | 2024.05.13 20:48:24.674895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2730 | 2024.05.13 20:48:24.674914 [ 3 ] {} <Debug> HTTP-Session: f9e86e47-2da9-4356-b987-120f012f7fea Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2731 | 2024.05.13 20:48:24.674930 [ 3 ] {} <Debug> HTTP-Session: f9e86e47-2da9-4356-b987-120f012f7fea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2732 | 2024.05.13 20:48:24.674944 [ 3 ] {} <Debug> HTTP-Session: f9e86e47-2da9-4356-b987-120f012f7fea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2733 | 2024.05.13 20:48:24.674975 [ 3 ] {} <Trace> HTTP-Session: f9e86e47-2da9-4356-b987-120f012f7fea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2734 | 2024.05.13 20:48:24.675105 [ 3 ] {779959de-8bcc-427b-9494-8423b0d11de4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2735 | 2024.05.13 20:48:24.675149 [ 3 ] {779959de-8bcc-427b-9494-8423b0d11de4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2736 | 2024.05.13 20:48:24.675291 [ 3 ] {779959de-8bcc-427b-9494-8423b0d11de4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2737 | 2024.05.13 20:48:24.675646 [ 3 ] {779959de-8bcc-427b-9494-8423b0d11de4} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2738 | 2024.05.13 20:48:24.675709 [ 3 ] {779959de-8bcc-427b-9494-8423b0d11de4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2739 | 2024.05.13 20:48:24.676025 [ 3 ] {779959de-8bcc-427b-9494-8423b0d11de4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2740 | 2024.05.13 20:48:24.676362 [ 3 ] {779959de-8bcc-427b-9494-8423b0d11de4} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2741 | 2024.05.13 20:48:24.676515 [ 3 ] {779959de-8bcc-427b-9494-8423b0d11de4} <Debug> executeQuery: Read 116 rows, 9.83 KiB in 0.00145 sec., 80000 rows/sec., 6.62 MiB/sec. | ||
2742 | 2024.05.13 20:48:24.676664 [ 3 ] {779959de-8bcc-427b-9494-8423b0d11de4} <Debug> DynamicQueryHandler: Done processing query | ||
2743 | 2024.05.13 20:48:24.676688 [ 3 ] {779959de-8bcc-427b-9494-8423b0d11de4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2744 | 2024.05.13 20:48:24.676704 [ 3 ] {} <Debug> HTTP-Session: f9e86e47-2da9-4356-b987-120f012f7fea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2745 | 2024.05.13 20:48:24.676822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2746 | 2024.05.13 20:48:24.676867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2747 | 2024.05.13 20:48:24.676886 [ 3 ] {} <Debug> HTTP-Session: 78677a12-8b4f-4c4c-8816-a43bfd8fb9f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2748 | 2024.05.13 20:48:24.676902 [ 3 ] {} <Debug> HTTP-Session: 78677a12-8b4f-4c4c-8816-a43bfd8fb9f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2749 | 2024.05.13 20:48:24.676996 [ 3 ] {} <Debug> HTTP-Session: 78677a12-8b4f-4c4c-8816-a43bfd8fb9f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2750 | 2024.05.13 20:48:24.677029 [ 3 ] {} <Trace> HTTP-Session: 78677a12-8b4f-4c4c-8816-a43bfd8fb9f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2751 | 2024.05.13 20:48:24.677121 [ 3 ] {d21cb536-6318-4602-ada1-999f5cf08f70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2752 | 2024.05.13 20:48:24.677164 [ 3 ] {d21cb536-6318-4602-ada1-999f5cf08f70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2753 | 2024.05.13 20:48:24.677292 [ 3 ] {d21cb536-6318-4602-ada1-999f5cf08f70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2754 | 2024.05.13 20:48:24.677545 [ 3 ] {d21cb536-6318-4602-ada1-999f5cf08f70} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2755 | 2024.05.13 20:48:24.677581 [ 3 ] {d21cb536-6318-4602-ada1-999f5cf08f70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2756 | 2024.05.13 20:48:24.677873 [ 3 ] {d21cb536-6318-4602-ada1-999f5cf08f70} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2757 | 2024.05.13 20:48:24.678170 [ 3 ] {d21cb536-6318-4602-ada1-999f5cf08f70} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2758 | 2024.05.13 20:48:24.678319 [ 3 ] {d21cb536-6318-4602-ada1-999f5cf08f70} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001219 sec., 1640.6890894175554 rows/sec., 114.56 KiB/sec. | ||
2759 | 2024.05.13 20:48:24.678477 [ 3 ] {d21cb536-6318-4602-ada1-999f5cf08f70} <Debug> DynamicQueryHandler: Done processing query | ||
2760 | 2024.05.13 20:48:24.678501 [ 3 ] {d21cb536-6318-4602-ada1-999f5cf08f70} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2761 | 2024.05.13 20:48:24.678516 [ 3 ] {} <Debug> HTTP-Session: 78677a12-8b4f-4c4c-8816-a43bfd8fb9f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2762 | 2024.05.13 20:48:24.678641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 13423, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2763 | 2024.05.13 20:48:24.678688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2764 | 2024.05.13 20:48:24.678706 [ 3 ] {} <Debug> HTTP-Session: e3663ab9-0c0f-4418-a93f-f5b3aceefcdc Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2765 | 2024.05.13 20:48:24.678722 [ 3 ] {} <Debug> HTTP-Session: e3663ab9-0c0f-4418-a93f-f5b3aceefcdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2766 | 2024.05.13 20:48:24.678738 [ 3 ] {} <Debug> HTTP-Session: e3663ab9-0c0f-4418-a93f-f5b3aceefcdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2767 | 2024.05.13 20:48:24.678768 [ 3 ] {} <Trace> HTTP-Session: e3663ab9-0c0f-4418-a93f-f5b3aceefcdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2768 | 2024.05.13 20:48:24.678884 [ 3 ] {8665635c-abc9-4a2d-a3b2-b3c82f222a77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2769 | 2024.05.13 20:48:24.678925 [ 3 ] {8665635c-abc9-4a2d-a3b2-b3c82f222a77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2770 | 2024.05.13 20:48:24.679051 [ 3 ] {8665635c-abc9-4a2d-a3b2-b3c82f222a77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2771 | 2024.05.13 20:48:24.679380 [ 3 ] {8665635c-abc9-4a2d-a3b2-b3c82f222a77} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2772 | 2024.05.13 20:48:24.679416 [ 3 ] {8665635c-abc9-4a2d-a3b2-b3c82f222a77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2773 | 2024.05.13 20:48:24.679769 [ 3 ] {8665635c-abc9-4a2d-a3b2-b3c82f222a77} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2774 | 2024.05.13 20:48:24.680072 [ 3 ] {8665635c-abc9-4a2d-a3b2-b3c82f222a77} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2775 | 2024.05.13 20:48:24.680236 [ 3 ] {8665635c-abc9-4a2d-a3b2-b3c82f222a77} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001389 sec., 56875.44996400288 rows/sec., 4.44 MiB/sec. | ||
2776 | 2024.05.13 20:48:24.680437 [ 3 ] {8665635c-abc9-4a2d-a3b2-b3c82f222a77} <Debug> DynamicQueryHandler: Done processing query | ||
2777 | 2024.05.13 20:48:24.680467 [ 3 ] {8665635c-abc9-4a2d-a3b2-b3c82f222a77} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2778 | 2024.05.13 20:48:24.680483 [ 3 ] {} <Debug> HTTP-Session: e3663ab9-0c0f-4418-a93f-f5b3aceefcdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2779 | 2024.05.13 20:48:24.680639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 28856, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2780 | 2024.05.13 20:48:24.680687 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2781 | 2024.05.13 20:48:24.680706 [ 3 ] {} <Debug> HTTP-Session: 48ca5707-a03b-45d7-9c5b-10098ca11307 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2782 | 2024.05.13 20:48:24.680723 [ 3 ] {} <Debug> HTTP-Session: 48ca5707-a03b-45d7-9c5b-10098ca11307 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2783 | 2024.05.13 20:48:24.680737 [ 3 ] {} <Debug> HTTP-Session: 48ca5707-a03b-45d7-9c5b-10098ca11307 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2784 | 2024.05.13 20:48:24.680768 [ 3 ] {} <Trace> HTTP-Session: 48ca5707-a03b-45d7-9c5b-10098ca11307 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2785 | 2024.05.13 20:48:24.680961 [ 3 ] {e1e67494-e71b-4a6a-9ca7-b5a821510b7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2786 | 2024.05.13 20:48:24.681009 [ 3 ] {e1e67494-e71b-4a6a-9ca7-b5a821510b7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2787 | 2024.05.13 20:48:24.681158 [ 3 ] {e1e67494-e71b-4a6a-9ca7-b5a821510b7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2788 | 2024.05.13 20:48:24.681547 [ 3 ] {e1e67494-e71b-4a6a-9ca7-b5a821510b7d} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2789 | 2024.05.13 20:48:24.681583 [ 3 ] {e1e67494-e71b-4a6a-9ca7-b5a821510b7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2790 | 2024.05.13 20:48:24.681995 [ 3 ] {e1e67494-e71b-4a6a-9ca7-b5a821510b7d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2791 | 2024.05.13 20:48:24.682335 [ 3 ] {e1e67494-e71b-4a6a-9ca7-b5a821510b7d} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2792 | 2024.05.13 20:48:24.682500 [ 3 ] {e1e67494-e71b-4a6a-9ca7-b5a821510b7d} <Debug> executeQuery: Read 151 rows, 10.72 KiB in 0.001647 sec., 91681.84578020644 rows/sec., 6.36 MiB/sec. | ||
2793 | 2024.05.13 20:48:24.682669 [ 3 ] {e1e67494-e71b-4a6a-9ca7-b5a821510b7d} <Debug> DynamicQueryHandler: Done processing query | ||
2794 | 2024.05.13 20:48:24.682694 [ 3 ] {e1e67494-e71b-4a6a-9ca7-b5a821510b7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2795 | 2024.05.13 20:48:24.682710 [ 3 ] {} <Debug> HTTP-Session: 48ca5707-a03b-45d7-9c5b-10098ca11307 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2796 | 2024.05.13 20:48:24.682861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2797 | 2024.05.13 20:48:24.682911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2798 | 2024.05.13 20:48:24.682931 [ 3 ] {} <Debug> HTTP-Session: d14a3695-c83c-4920-8d37-5148f303ab26 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2799 | 2024.05.13 20:48:24.682948 [ 3 ] {} <Debug> HTTP-Session: d14a3695-c83c-4920-8d37-5148f303ab26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2800 | 2024.05.13 20:48:24.682964 [ 3 ] {} <Debug> HTTP-Session: d14a3695-c83c-4920-8d37-5148f303ab26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2801 | 2024.05.13 20:48:24.682995 [ 3 ] {} <Trace> HTTP-Session: d14a3695-c83c-4920-8d37-5148f303ab26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2802 | 2024.05.13 20:48:24.683211 [ 3 ] {abf17003-3a0d-4e86-822c-6bc004b54d94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2803 | 2024.05.13 20:48:24.683261 [ 3 ] {abf17003-3a0d-4e86-822c-6bc004b54d94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2804 | 2024.05.13 20:48:24.683422 [ 3 ] {abf17003-3a0d-4e86-822c-6bc004b54d94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2805 | 2024.05.13 20:48:24.683809 [ 3 ] {abf17003-3a0d-4e86-822c-6bc004b54d94} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2806 | 2024.05.13 20:48:24.683843 [ 3 ] {abf17003-3a0d-4e86-822c-6bc004b54d94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2807 | 2024.05.13 20:48:24.684209 [ 3 ] {abf17003-3a0d-4e86-822c-6bc004b54d94} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2808 | 2024.05.13 20:48:24.684596 [ 3 ] {abf17003-3a0d-4e86-822c-6bc004b54d94} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2809 | 2024.05.13 20:48:24.684764 [ 3 ] {abf17003-3a0d-4e86-822c-6bc004b54d94} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001683 sec., 12477.718360071302 rows/sec., 16.84 MiB/sec. | ||
2810 | 2024.05.13 20:48:24.685067 [ 3 ] {abf17003-3a0d-4e86-822c-6bc004b54d94} <Debug> DynamicQueryHandler: Done processing query | ||
2811 | 2024.05.13 20:48:24.685094 [ 3 ] {abf17003-3a0d-4e86-822c-6bc004b54d94} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2812 | 2024.05.13 20:48:24.685111 [ 3 ] {} <Debug> HTTP-Session: d14a3695-c83c-4920-8d37-5148f303ab26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2813 | 2024.05.13 20:48:24.685225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 7667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2814 | 2024.05.13 20:48:24.685273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2815 | 2024.05.13 20:48:24.685293 [ 3 ] {} <Debug> HTTP-Session: 25578336-62df-4daf-b1f5-9064881bbc36 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2816 | 2024.05.13 20:48:24.685309 [ 3 ] {} <Debug> HTTP-Session: 25578336-62df-4daf-b1f5-9064881bbc36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2817 | 2024.05.13 20:48:24.685322 [ 3 ] {} <Debug> HTTP-Session: 25578336-62df-4daf-b1f5-9064881bbc36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2818 | 2024.05.13 20:48:24.685354 [ 3 ] {} <Trace> HTTP-Session: 25578336-62df-4daf-b1f5-9064881bbc36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2819 | 2024.05.13 20:48:24.685462 [ 3 ] {54132e59-cbcc-4cff-b472-48439e06d26a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2820 | 2024.05.13 20:48:24.685509 [ 3 ] {54132e59-cbcc-4cff-b472-48439e06d26a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2821 | 2024.05.13 20:48:24.685662 [ 3 ] {54132e59-cbcc-4cff-b472-48439e06d26a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2822 | 2024.05.13 20:48:24.685964 [ 3 ] {54132e59-cbcc-4cff-b472-48439e06d26a} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2823 | 2024.05.13 20:48:24.686001 [ 3 ] {54132e59-cbcc-4cff-b472-48439e06d26a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
2824 | 2024.05.13 20:48:24.686364 [ 3 ] {54132e59-cbcc-4cff-b472-48439e06d26a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2825 | 2024.05.13 20:48:24.686692 [ 3 ] {54132e59-cbcc-4cff-b472-48439e06d26a} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2826 | 2024.05.13 20:48:24.686852 [ 3 ] {54132e59-cbcc-4cff-b472-48439e06d26a} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.00141 sec., 35460.99290780142 rows/sec., 2.43 MiB/sec. | ||
2827 | 2024.05.13 20:48:24.687016 [ 3 ] {54132e59-cbcc-4cff-b472-48439e06d26a} <Debug> DynamicQueryHandler: Done processing query | ||
2828 | 2024.05.13 20:48:24.687040 [ 3 ] {54132e59-cbcc-4cff-b472-48439e06d26a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2829 | 2024.05.13 20:48:24.687056 [ 3 ] {} <Debug> HTTP-Session: 25578336-62df-4daf-b1f5-9064881bbc36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2830 | 2024.05.13 20:48:27.828776 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2831 | 2024.05.13 20:48:27.828848 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2832 | 2024.05.13 20:48:29.669362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2833 | 2024.05.13 20:48:29.669489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2834 | 2024.05.13 20:48:29.669517 [ 3 ] {} <Debug> HTTP-Session: 060343da-76b1-42b4-a607-26b1a7655717 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2835 | 2024.05.13 20:48:29.669544 [ 3 ] {} <Debug> HTTP-Session: 060343da-76b1-42b4-a607-26b1a7655717 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2836 | 2024.05.13 20:48:29.669560 [ 3 ] {} <Debug> HTTP-Session: 060343da-76b1-42b4-a607-26b1a7655717 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2837 | 2024.05.13 20:48:29.669615 [ 3 ] {} <Trace> HTTP-Session: 060343da-76b1-42b4-a607-26b1a7655717 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2838 | 2024.05.13 20:48:29.669821 [ 3 ] {b283057a-89f2-4640-9666-d623ce845e5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2839 | 2024.05.13 20:48:29.669893 [ 3 ] {b283057a-89f2-4640-9666-d623ce845e5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2840 | 2024.05.13 20:48:29.670076 [ 3 ] {b283057a-89f2-4640-9666-d623ce845e5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2841 | 2024.05.13 20:48:29.670515 [ 3 ] {b283057a-89f2-4640-9666-d623ce845e5d} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2842 | 2024.05.13 20:48:29.670556 [ 3 ] {b283057a-89f2-4640-9666-d623ce845e5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
2843 | 2024.05.13 20:48:29.670915 [ 3 ] {b283057a-89f2-4640-9666-d623ce845e5d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2844 | 2024.05.13 20:48:29.671238 [ 3 ] {b283057a-89f2-4640-9666-d623ce845e5d} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2845 | 2024.05.13 20:48:29.671397 [ 3 ] {b283057a-89f2-4640-9666-d623ce845e5d} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001631 sec., 6131.207847946045 rows/sec., 496.96 KiB/sec. | ||
2846 | 2024.05.13 20:48:29.671588 [ 3 ] {b283057a-89f2-4640-9666-d623ce845e5d} <Debug> DynamicQueryHandler: Done processing query | ||
2847 | 2024.05.13 20:48:29.671613 [ 3 ] {b283057a-89f2-4640-9666-d623ce845e5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2848 | 2024.05.13 20:48:29.671629 [ 3 ] {} <Debug> HTTP-Session: 060343da-76b1-42b4-a607-26b1a7655717 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2849 | 2024.05.13 20:48:29.671792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 11803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2850 | 2024.05.13 20:48:29.671841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2851 | 2024.05.13 20:48:29.671860 [ 3 ] {} <Debug> HTTP-Session: 088b04a0-3072-4b8f-984b-7377d5250b8e Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2852 | 2024.05.13 20:48:29.671876 [ 3 ] {} <Debug> HTTP-Session: 088b04a0-3072-4b8f-984b-7377d5250b8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2853 | 2024.05.13 20:48:29.671890 [ 3 ] {} <Debug> HTTP-Session: 088b04a0-3072-4b8f-984b-7377d5250b8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2854 | 2024.05.13 20:48:29.671921 [ 3 ] {} <Trace> HTTP-Session: 088b04a0-3072-4b8f-984b-7377d5250b8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2855 | 2024.05.13 20:48:29.672037 [ 3 ] {33a7c1e0-0893-4134-83b5-e756ca0548b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2856 | 2024.05.13 20:48:29.672081 [ 3 ] {33a7c1e0-0893-4134-83b5-e756ca0548b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2857 | 2024.05.13 20:48:29.672205 [ 3 ] {33a7c1e0-0893-4134-83b5-e756ca0548b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2858 | 2024.05.13 20:48:29.672577 [ 3 ] {33a7c1e0-0893-4134-83b5-e756ca0548b9} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2859 | 2024.05.13 20:48:29.672613 [ 3 ] {33a7c1e0-0893-4134-83b5-e756ca0548b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
2860 | 2024.05.13 20:48:29.672930 [ 3 ] {33a7c1e0-0893-4134-83b5-e756ca0548b9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2861 | 2024.05.13 20:48:29.673249 [ 3 ] {33a7c1e0-0893-4134-83b5-e756ca0548b9} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2862 | 2024.05.13 20:48:29.673400 [ 3 ] {33a7c1e0-0893-4134-83b5-e756ca0548b9} <Debug> executeQuery: Read 82 rows, 6.79 KiB in 0.001399 sec., 58613.2952108649 rows/sec., 4.74 MiB/sec. | ||
2863 | 2024.05.13 20:48:29.673397 [ 42 ] {} <Debug> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2864 | 2024.05.13 20:48:29.673526 [ 42 ] {} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2865 | 2024.05.13 20:48:29.673558 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
2866 | 2024.05.13 20:48:29.673638 [ 3 ] {33a7c1e0-0893-4134-83b5-e756ca0548b9} <Debug> DynamicQueryHandler: Done processing query | ||
2867 | 2024.05.13 20:48:29.673677 [ 3 ] {33a7c1e0-0893-4134-83b5-e756ca0548b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2868 | 2024.05.13 20:48:29.673697 [ 3 ] {} <Debug> HTTP-Session: 088b04a0-3072-4b8f-984b-7377d5250b8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2869 | 2024.05.13 20:48:29.673708 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::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 | ||
2870 | 2024.05.13 20:48:29.673821 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2871 | 2024.05.13 20:48:29.673842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 11222, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2872 | 2024.05.13 20:48:29.673855 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 97 rows starting from the beginning of the part | ||
2873 | 2024.05.13 20:48:29.673895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2874 | 2024.05.13 20:48:29.673928 [ 3 ] {} <Debug> HTTP-Session: 060b0b7c-6c7c-4ceb-899e-4b6b99e27e19 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2875 | 2024.05.13 20:48:29.673945 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 52 rows starting from the beginning of the part | ||
2876 | 2024.05.13 20:48:29.673975 [ 3 ] {} <Debug> HTTP-Session: 060b0b7c-6c7c-4ceb-899e-4b6b99e27e19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2877 | 2024.05.13 20:48:29.674018 [ 3 ] {} <Debug> HTTP-Session: 060b0b7c-6c7c-4ceb-899e-4b6b99e27e19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2878 | 2024.05.13 20:48:29.674203 [ 3 ] {} <Trace> HTTP-Session: 060b0b7c-6c7c-4ceb-899e-4b6b99e27e19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2879 | 2024.05.13 20:48:29.674203 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 152 rows starting from the beginning of the part | ||
2880 | 2024.05.13 20:48:29.674606 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 82 rows starting from the beginning of the part | ||
2881 | 2024.05.13 20:48:29.674696 [ 3 ] {0b1e7b16-410a-4d6a-9913-fdf9d1f7ca9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2882 | 2024.05.13 20:48:29.674886 [ 3 ] {0b1e7b16-410a-4d6a-9913-fdf9d1f7ca9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2883 | 2024.05.13 20:48:29.674941 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 116 rows starting from the beginning of the part | ||
2884 | 2024.05.13 20:48:29.675325 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 82 rows starting from the beginning of the part | ||
2885 | 2024.05.13 20:48:29.675861 [ 3 ] {0b1e7b16-410a-4d6a-9913-fdf9d1f7ca9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2886 | 2024.05.13 20:48:29.676359 [ 3 ] {0b1e7b16-410a-4d6a-9913-fdf9d1f7ca9f} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2887 | 2024.05.13 20:48:29.676400 [ 3 ] {0b1e7b16-410a-4d6a-9913-fdf9d1f7ca9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
2888 | 2024.05.13 20:48:29.676886 [ 3 ] {0b1e7b16-410a-4d6a-9913-fdf9d1f7ca9f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2889 | 2024.05.13 20:48:29.677206 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 581 rows, containing 4 columns (4 merged, 0 gathered) in 0.003564034 sec., 163017.5245241768 rows/sec., 13.20 MiB/sec. | ||
2890 | 2024.05.13 20:48:29.677332 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2891 | 2024.05.13 20:48:29.677418 [ 3 ] {0b1e7b16-410a-4d6a-9913-fdf9d1f7ca9f} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2892 | 2024.05.13 20:48:29.677710 [ 3 ] {0b1e7b16-410a-4d6a-9913-fdf9d1f7ca9f} <Debug> executeQuery: Read 66 rows, 5.27 KiB in 0.00319 sec., 20689.655172413793 rows/sec., 1.61 MiB/sec. | ||
2893 | 2024.05.13 20:48:29.677734 [ 40 ] {} <Debug> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2894 | 2024.05.13 20:48:29.677886 [ 40 ] {} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2895 | 2024.05.13 20:48:29.677993 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
2896 | 2024.05.13 20:48:29.678148 [ 3 ] {0b1e7b16-410a-4d6a-9913-fdf9d1f7ca9f} <Debug> DynamicQueryHandler: Done processing query | ||
2897 | 2024.05.13 20:48:29.678165 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_16_3} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2898 | 2024.05.13 20:48:29.678211 [ 3 ] {0b1e7b16-410a-4d6a-9913-fdf9d1f7ca9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2899 | 2024.05.13 20:48:29.678312 [ 3 ] {} <Debug> HTTP-Session: 060b0b7c-6c7c-4ceb-899e-4b6b99e27e19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2900 | 2024.05.13 20:48:29.678497 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_16_3} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2901 | 2024.05.13 20:48:29.678518 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::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 | ||
2902 | 2024.05.13 20:48:29.678615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 28667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2903 | 2024.05.13 20:48:29.678633 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
2904 | 2024.05.13 20:48:29.678745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2905 | 2024.05.13 20:48:29.678810 [ 3 ] {} <Debug> HTTP-Session: a554d625-2277-4565-bf59-ea220c2fb55c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2906 | 2024.05.13 20:48:29.678852 [ 3 ] {} <Debug> HTTP-Session: a554d625-2277-4565-bf59-ea220c2fb55c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2907 | 2024.05.13 20:48:29.678898 [ 3 ] {} <Debug> HTTP-Session: a554d625-2277-4565-bf59-ea220c2fb55c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2908 | 2024.05.13 20:48:29.678950 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2909 | 2024.05.13 20:48:29.678971 [ 3 ] {} <Trace> HTTP-Session: a554d625-2277-4565-bf59-ea220c2fb55c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2910 | 2024.05.13 20:48:29.679013 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 84 rows starting from the beginning of the part | ||
2911 | 2024.05.13 20:48:29.679278 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part | ||
2912 | 2024.05.13 20:48:29.679325 [ 3 ] {168318b2-f948-461c-9ac3-ef6f124f537a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2913 | 2024.05.13 20:48:29.679525 [ 3 ] {168318b2-f948-461c-9ac3-ef6f124f537a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2914 | 2024.05.13 20:48:29.679649 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 103 rows starting from the beginning of the part | ||
2915 | 2024.05.13 20:48:29.679976 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 73 rows starting from the beginning of the part | ||
2916 | 2024.05.13 20:48:29.680295 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 79 rows starting from the beginning of the part | ||
2917 | 2024.05.13 20:48:29.680616 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 66 rows starting from the beginning of the part | ||
2918 | 2024.05.13 20:48:29.680975 [ 3 ] {168318b2-f948-461c-9ac3-ef6f124f537a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2919 | 2024.05.13 20:48:29.681924 [ 3 ] {168318b2-f948-461c-9ac3-ef6f124f537a} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2920 | 2024.05.13 20:48:29.681990 [ 3 ] {168318b2-f948-461c-9ac3-ef6f124f537a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
2921 | 2024.05.13 20:48:29.683022 [ 3 ] {168318b2-f948-461c-9ac3-ef6f124f537a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2922 | 2024.05.13 20:48:29.683302 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 461 rows, containing 4 columns (4 merged, 0 gathered) in 0.005107289 sec., 90263.15135094176 rows/sec., 7.05 MiB/sec. | ||
2923 | 2024.05.13 20:48:29.683585 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2924 | 2024.05.13 20:48:29.683771 [ 3 ] {168318b2-f948-461c-9ac3-ef6f124f537a} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2925 | 2024.05.13 20:48:29.684208 [ 40 ] {} <Debug> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2926 | 2024.05.13 20:48:29.684276 [ 3 ] {168318b2-f948-461c-9ac3-ef6f124f537a} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.005145 sec., 29154.518950437316 rows/sec., 2.02 MiB/sec. | ||
2927 | 2024.05.13 20:48:29.684306 [ 40 ] {} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2928 | 2024.05.13 20:48:29.684415 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
2929 | 2024.05.13 20:48:29.684768 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_16_3} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2930 | 2024.05.13 20:48:29.684795 [ 198 ] {313178d0-1e86-4864-8af4-8d959655e5c5::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 | ||
2931 | 2024.05.13 20:48:29.684836 [ 3 ] {168318b2-f948-461c-9ac3-ef6f124f537a} <Debug> DynamicQueryHandler: Done processing query | ||
2932 | 2024.05.13 20:48:29.684916 [ 3 ] {168318b2-f948-461c-9ac3-ef6f124f537a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2933 | 2024.05.13 20:48:29.684983 [ 3 ] {} <Debug> HTTP-Session: a554d625-2277-4565-bf59-ea220c2fb55c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2934 | 2024.05.13 20:48:29.685114 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_16_3} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2935 | 2024.05.13 20:48:29.685260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2936 | 2024.05.13 20:48:29.685268 [ 198 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2937 | 2024.05.13 20:48:29.685375 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
2938 | 2024.05.13 20:48:29.685391 [ 198 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1380 rows starting from the beginning of the part | ||
2939 | 2024.05.13 20:48:29.685412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2940 | 2024.05.13 20:48:29.685457 [ 3 ] {} <Debug> HTTP-Session: 7d840eee-a3ae-48db-a3bc-bd7c5a65cc44 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2941 | 2024.05.13 20:48:29.685493 [ 3 ] {} <Debug> HTTP-Session: 7d840eee-a3ae-48db-a3bc-bd7c5a65cc44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2942 | 2024.05.13 20:48:29.685537 [ 3 ] {} <Debug> HTTP-Session: 7d840eee-a3ae-48db-a3bc-bd7c5a65cc44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2943 | 2024.05.13 20:48:29.685684 [ 3 ] {} <Trace> HTTP-Session: 7d840eee-a3ae-48db-a3bc-bd7c5a65cc44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2944 | 2024.05.13 20:48:29.685709 [ 198 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 150 rows starting from the beginning of the part | ||
2945 | 2024.05.13 20:48:29.686071 [ 198 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 559 rows starting from the beginning of the part | ||
2946 | 2024.05.13 20:48:29.686102 [ 3 ] {235fc943-2084-4d5e-a6b6-48917e81f52a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2947 | 2024.05.13 20:48:29.686266 [ 3 ] {235fc943-2084-4d5e-a6b6-48917e81f52a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2948 | 2024.05.13 20:48:29.686356 [ 198 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 150 rows starting from the beginning of the part | ||
2949 | 2024.05.13 20:48:29.686729 [ 198 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 151 rows starting from the beginning of the part | ||
2950 | 2024.05.13 20:48:29.687096 [ 198 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 150 rows starting from the beginning of the part | ||
2951 | 2024.05.13 20:48:29.687667 [ 3 ] {235fc943-2084-4d5e-a6b6-48917e81f52a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2952 | 2024.05.13 20:48:29.688407 [ 3 ] {235fc943-2084-4d5e-a6b6-48917e81f52a} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2953 | 2024.05.13 20:48:29.688457 [ 3 ] {235fc943-2084-4d5e-a6b6-48917e81f52a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
2954 | 2024.05.13 20:48:29.689565 [ 3 ] {235fc943-2084-4d5e-a6b6-48917e81f52a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2955 | 2024.05.13 20:48:29.690401 [ 3 ] {235fc943-2084-4d5e-a6b6-48917e81f52a} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2956 | 2024.05.13 20:48:29.690421 [ 198 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005842696 sec., 434730.81604793406 rows/sec., 30.23 MiB/sec. | ||
2957 | 2024.05.13 20:48:29.690677 [ 3 ] {235fc943-2084-4d5e-a6b6-48917e81f52a} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.004772 sec., 2095.5574182732607 rows/sec., 2.83 MiB/sec. | ||
2958 | 2024.05.13 20:48:29.690816 [ 198 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2959 | 2024.05.13 20:48:29.690984 [ 3 ] {235fc943-2084-4d5e-a6b6-48917e81f52a} <Debug> DynamicQueryHandler: Done processing query | ||
2960 | 2024.05.13 20:48:29.691036 [ 3 ] {235fc943-2084-4d5e-a6b6-48917e81f52a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2961 | 2024.05.13 20:48:29.691066 [ 3 ] {} <Debug> HTTP-Session: 7d840eee-a3ae-48db-a3bc-bd7c5a65cc44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2962 | 2024.05.13 20:48:29.691233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 7667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2963 | 2024.05.13 20:48:29.691307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2964 | 2024.05.13 20:48:29.691342 [ 3 ] {} <Debug> HTTP-Session: e389d891-3ea0-4760-bec1-83774ffc6840 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
2965 | 2024.05.13 20:48:29.691390 [ 3 ] {} <Debug> HTTP-Session: e389d891-3ea0-4760-bec1-83774ffc6840 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2966 | 2024.05.13 20:48:29.691410 [ 3 ] {} <Debug> HTTP-Session: e389d891-3ea0-4760-bec1-83774ffc6840 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2967 | 2024.05.13 20:48:29.691473 [ 3 ] {} <Trace> HTTP-Session: e389d891-3ea0-4760-bec1-83774ffc6840 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2968 | 2024.05.13 20:48:29.691480 [ 198 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2969 | 2024.05.13 20:48:29.691624 [ 198 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2970 | 2024.05.13 20:48:29.691671 [ 3 ] {3ea8bb2b-bcb5-4791-8a5d-8acc786e6cf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2971 | 2024.05.13 20:48:29.691768 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
2972 | 2024.05.13 20:48:29.691784 [ 3 ] {3ea8bb2b-bcb5-4791-8a5d-8acc786e6cf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2973 | 2024.05.13 20:48:29.691953 [ 3 ] {3ea8bb2b-bcb5-4791-8a5d-8acc786e6cf2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2974 | 2024.05.13 20:48:29.692257 [ 3 ] {3ea8bb2b-bcb5-4791-8a5d-8acc786e6cf2} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2975 | 2024.05.13 20:48:29.692295 [ 3 ] {3ea8bb2b-bcb5-4791-8a5d-8acc786e6cf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
2976 | 2024.05.13 20:48:29.692657 [ 3 ] {3ea8bb2b-bcb5-4791-8a5d-8acc786e6cf2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2977 | 2024.05.13 20:48:29.692984 [ 3 ] {3ea8bb2b-bcb5-4791-8a5d-8acc786e6cf2} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2978 | 2024.05.13 20:48:29.693139 [ 40 ] {} <Debug> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2979 | 2024.05.13 20:48:29.693148 [ 3 ] {3ea8bb2b-bcb5-4791-8a5d-8acc786e6cf2} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001547 sec., 32320.620555914673 rows/sec., 2.22 MiB/sec. | ||
2980 | 2024.05.13 20:48:29.693190 [ 40 ] {} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2981 | 2024.05.13 20:48:29.693258 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
2982 | 2024.05.13 20:48:29.693454 [ 197 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
2983 | 2024.05.13 20:48:29.693466 [ 3 ] {3ea8bb2b-bcb5-4791-8a5d-8acc786e6cf2} <Debug> DynamicQueryHandler: Done processing query | ||
2984 | 2024.05.13 20:48:29.693519 [ 3 ] {3ea8bb2b-bcb5-4791-8a5d-8acc786e6cf2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2985 | 2024.05.13 20:48:29.693547 [ 3 ] {} <Debug> HTTP-Session: e389d891-3ea0-4760-bec1-83774ffc6840 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2986 | 2024.05.13 20:48:29.693646 [ 197 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2987 | 2024.05.13 20:48:29.693681 [ 197 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 444 rows starting from the beginning of the part | ||
2988 | 2024.05.13 20:48:29.693774 [ 197 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 50 rows starting from the beginning of the part | ||
2989 | 2024.05.13 20:48:29.693967 [ 197 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 50 rows starting from the beginning of the part | ||
2990 | 2024.05.13 20:48:29.694111 [ 197 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 50 rows starting from the beginning of the part | ||
2991 | 2024.05.13 20:48:29.694238 [ 197 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 50 rows starting from the beginning of the part | ||
2992 | 2024.05.13 20:48:29.694370 [ 197 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 50 rows starting from the beginning of the part | ||
2993 | 2024.05.13 20:48:29.695415 [ 198 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 694 rows, containing 4 columns (4 merged, 0 gathered) in 0.002044379 sec., 339467.3883854217 rows/sec., 23.27 MiB/sec. | ||
2994 | 2024.05.13 20:48:29.695587 [ 197 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2995 | 2024.05.13 20:48:29.695951 [ 197 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_16_3} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2996 | 2024.05.13 20:48:29.696022 [ 197 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_16_3} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2997 | 2024.05.13 20:48:29.696088 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
2998 | 2024.05.13 20:48:34.670810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2999 | 2024.05.13 20:48:34.670940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3000 | 2024.05.13 20:48:34.670966 [ 3 ] {} <Debug> HTTP-Session: bf9996eb-b767-4105-9afa-552337d11fa9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3001 | 2024.05.13 20:48:34.670991 [ 3 ] {} <Debug> HTTP-Session: bf9996eb-b767-4105-9afa-552337d11fa9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3002 | 2024.05.13 20:48:34.671006 [ 3 ] {} <Debug> HTTP-Session: bf9996eb-b767-4105-9afa-552337d11fa9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3003 | 2024.05.13 20:48:34.671057 [ 3 ] {} <Trace> HTTP-Session: bf9996eb-b767-4105-9afa-552337d11fa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3004 | 2024.05.13 20:48:34.671242 [ 3 ] {eb35d043-ee07-4b09-8a0b-83417aba6456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3005 | 2024.05.13 20:48:34.671309 [ 3 ] {eb35d043-ee07-4b09-8a0b-83417aba6456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3006 | 2024.05.13 20:48:34.671498 [ 3 ] {eb35d043-ee07-4b09-8a0b-83417aba6456} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3007 | 2024.05.13 20:48:34.671941 [ 3 ] {eb35d043-ee07-4b09-8a0b-83417aba6456} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3008 | 2024.05.13 20:48:34.671985 [ 3 ] {eb35d043-ee07-4b09-8a0b-83417aba6456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3009 | 2024.05.13 20:48:34.672352 [ 3 ] {eb35d043-ee07-4b09-8a0b-83417aba6456} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3010 | 2024.05.13 20:48:34.672715 [ 3 ] {eb35d043-ee07-4b09-8a0b-83417aba6456} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3011 | 2024.05.13 20:48:34.672888 [ 3 ] {eb35d043-ee07-4b09-8a0b-83417aba6456} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001698 sec., 12367.491166077738 rows/sec., 1002.44 KiB/sec. | ||
3012 | 2024.05.13 20:48:34.673084 [ 3 ] {eb35d043-ee07-4b09-8a0b-83417aba6456} <Debug> DynamicQueryHandler: Done processing query | ||
3013 | 2024.05.13 20:48:34.673110 [ 3 ] {eb35d043-ee07-4b09-8a0b-83417aba6456} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3014 | 2024.05.13 20:48:34.673128 [ 3 ] {} <Debug> HTTP-Session: bf9996eb-b767-4105-9afa-552337d11fa9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3015 | 2024.05.13 20:48:34.673256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3016 | 2024.05.13 20:48:34.673304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3017 | 2024.05.13 20:48:34.673325 [ 3 ] {} <Debug> HTTP-Session: 545831e5-05f3-4b89-8af1-dcf6cdc3bcac Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3018 | 2024.05.13 20:48:34.673347 [ 3 ] {} <Debug> HTTP-Session: 545831e5-05f3-4b89-8af1-dcf6cdc3bcac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3019 | 2024.05.13 20:48:34.673363 [ 3 ] {} <Debug> HTTP-Session: 545831e5-05f3-4b89-8af1-dcf6cdc3bcac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3020 | 2024.05.13 20:48:34.673396 [ 3 ] {} <Trace> HTTP-Session: 545831e5-05f3-4b89-8af1-dcf6cdc3bcac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3021 | 2024.05.13 20:48:34.673491 [ 3 ] {340145f0-3fc5-4bde-81a4-a8889ae44dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3022 | 2024.05.13 20:48:34.673534 [ 3 ] {340145f0-3fc5-4bde-81a4-a8889ae44dd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3023 | 2024.05.13 20:48:34.673661 [ 3 ] {340145f0-3fc5-4bde-81a4-a8889ae44dd0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3024 | 2024.05.13 20:48:34.673973 [ 3 ] {340145f0-3fc5-4bde-81a4-a8889ae44dd0} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3025 | 2024.05.13 20:48:34.674011 [ 3 ] {340145f0-3fc5-4bde-81a4-a8889ae44dd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3026 | 2024.05.13 20:48:34.674322 [ 3 ] {340145f0-3fc5-4bde-81a4-a8889ae44dd0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3027 | 2024.05.13 20:48:34.674627 [ 3 ] {340145f0-3fc5-4bde-81a4-a8889ae44dd0} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3028 | 2024.05.13 20:48:34.674782 [ 3 ] {340145f0-3fc5-4bde-81a4-a8889ae44dd0} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001305 sec., 1532.5670498084291 rows/sec., 124.97 KiB/sec. | ||
3029 | 2024.05.13 20:48:34.675036 [ 3 ] {340145f0-3fc5-4bde-81a4-a8889ae44dd0} <Debug> DynamicQueryHandler: Done processing query | ||
3030 | 2024.05.13 20:48:34.675060 [ 3 ] {340145f0-3fc5-4bde-81a4-a8889ae44dd0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3031 | 2024.05.13 20:48:34.675076 [ 3 ] {} <Debug> HTTP-Session: 545831e5-05f3-4b89-8af1-dcf6cdc3bcac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3032 | 2024.05.13 20:48:34.675226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 16887, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3033 | 2024.05.13 20:48:34.675274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3034 | 2024.05.13 20:48:34.675293 [ 3 ] {} <Debug> HTTP-Session: 99408518-f583-4a2f-a334-64eb88cc6d91 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3035 | 2024.05.13 20:48:34.675309 [ 3 ] {} <Debug> HTTP-Session: 99408518-f583-4a2f-a334-64eb88cc6d91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3036 | 2024.05.13 20:48:34.675322 [ 3 ] {} <Debug> HTTP-Session: 99408518-f583-4a2f-a334-64eb88cc6d91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3037 | 2024.05.13 20:48:34.675353 [ 3 ] {} <Trace> HTTP-Session: 99408518-f583-4a2f-a334-64eb88cc6d91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3038 | 2024.05.13 20:48:34.675476 [ 3 ] {087fd4bf-1f4b-4172-a06c-f1abc8616665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3039 | 2024.05.13 20:48:34.675519 [ 3 ] {087fd4bf-1f4b-4172-a06c-f1abc8616665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3040 | 2024.05.13 20:48:34.675659 [ 3 ] {087fd4bf-1f4b-4172-a06c-f1abc8616665} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3041 | 2024.05.13 20:48:34.676065 [ 3 ] {087fd4bf-1f4b-4172-a06c-f1abc8616665} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3042 | 2024.05.13 20:48:34.676107 [ 3 ] {087fd4bf-1f4b-4172-a06c-f1abc8616665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3043 | 2024.05.13 20:48:34.676444 [ 3 ] {087fd4bf-1f4b-4172-a06c-f1abc8616665} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3044 | 2024.05.13 20:48:34.676753 [ 3 ] {087fd4bf-1f4b-4172-a06c-f1abc8616665} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3045 | 2024.05.13 20:48:34.676898 [ 3 ] {087fd4bf-1f4b-4172-a06c-f1abc8616665} <Debug> executeQuery: Read 116 rows, 9.83 KiB in 0.001465 sec., 79180.88737201366 rows/sec., 6.55 MiB/sec. | ||
3046 | 2024.05.13 20:48:34.677084 [ 3 ] {087fd4bf-1f4b-4172-a06c-f1abc8616665} <Debug> DynamicQueryHandler: Done processing query | ||
3047 | 2024.05.13 20:48:34.677109 [ 3 ] {087fd4bf-1f4b-4172-a06c-f1abc8616665} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3048 | 2024.05.13 20:48:34.677125 [ 3 ] {} <Debug> HTTP-Session: 99408518-f583-4a2f-a334-64eb88cc6d91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3049 | 2024.05.13 20:48:34.677247 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3050 | 2024.05.13 20:48:34.677296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3051 | 2024.05.13 20:48:34.677314 [ 3 ] {} <Debug> HTTP-Session: 68c54926-b418-419e-a954-92039bf69c49 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3052 | 2024.05.13 20:48:34.677330 [ 3 ] {} <Debug> HTTP-Session: 68c54926-b418-419e-a954-92039bf69c49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3053 | 2024.05.13 20:48:34.677344 [ 3 ] {} <Debug> HTTP-Session: 68c54926-b418-419e-a954-92039bf69c49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3054 | 2024.05.13 20:48:34.677375 [ 3 ] {} <Trace> HTTP-Session: 68c54926-b418-419e-a954-92039bf69c49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3055 | 2024.05.13 20:48:34.677469 [ 3 ] {12584832-b8b2-4f34-9de4-675d0316a6da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3056 | 2024.05.13 20:48:34.677512 [ 3 ] {12584832-b8b2-4f34-9de4-675d0316a6da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3057 | 2024.05.13 20:48:34.677646 [ 3 ] {12584832-b8b2-4f34-9de4-675d0316a6da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3058 | 2024.05.13 20:48:34.677907 [ 3 ] {12584832-b8b2-4f34-9de4-675d0316a6da} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3059 | 2024.05.13 20:48:34.677945 [ 3 ] {12584832-b8b2-4f34-9de4-675d0316a6da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3060 | 2024.05.13 20:48:34.678258 [ 3 ] {12584832-b8b2-4f34-9de4-675d0316a6da} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3061 | 2024.05.13 20:48:34.678591 [ 3 ] {12584832-b8b2-4f34-9de4-675d0316a6da} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3062 | 2024.05.13 20:48:34.678741 [ 3 ] {12584832-b8b2-4f34-9de4-675d0316a6da} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001279 sec., 1563.721657544957 rows/sec., 109.19 KiB/sec. | ||
3063 | 2024.05.13 20:48:34.678995 [ 3 ] {12584832-b8b2-4f34-9de4-675d0316a6da} <Debug> DynamicQueryHandler: Done processing query | ||
3064 | 2024.05.13 20:48:34.679020 [ 3 ] {12584832-b8b2-4f34-9de4-675d0316a6da} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3065 | 2024.05.13 20:48:34.679035 [ 3 ] {} <Debug> HTTP-Session: 68c54926-b418-419e-a954-92039bf69c49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3066 | 2024.05.13 20:48:34.679154 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 13425, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3067 | 2024.05.13 20:48:34.679202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3068 | 2024.05.13 20:48:34.679221 [ 3 ] {} <Debug> HTTP-Session: 2b026444-9198-4123-aafa-297bbd17f14c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3069 | 2024.05.13 20:48:34.679237 [ 3 ] {} <Debug> HTTP-Session: 2b026444-9198-4123-aafa-297bbd17f14c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3070 | 2024.05.13 20:48:34.679250 [ 3 ] {} <Debug> HTTP-Session: 2b026444-9198-4123-aafa-297bbd17f14c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3071 | 2024.05.13 20:48:34.679280 [ 3 ] {} <Trace> HTTP-Session: 2b026444-9198-4123-aafa-297bbd17f14c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3072 | 2024.05.13 20:48:34.679397 [ 3 ] {61d026dc-43a4-4e8e-a211-3cca1fc9054b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3073 | 2024.05.13 20:48:34.679441 [ 3 ] {61d026dc-43a4-4e8e-a211-3cca1fc9054b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3074 | 2024.05.13 20:48:34.679579 [ 3 ] {61d026dc-43a4-4e8e-a211-3cca1fc9054b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3075 | 2024.05.13 20:48:34.679920 [ 3 ] {61d026dc-43a4-4e8e-a211-3cca1fc9054b} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3076 | 2024.05.13 20:48:34.679956 [ 3 ] {61d026dc-43a4-4e8e-a211-3cca1fc9054b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3077 | 2024.05.13 20:48:34.680264 [ 3 ] {61d026dc-43a4-4e8e-a211-3cca1fc9054b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3078 | 2024.05.13 20:48:34.680567 [ 3 ] {61d026dc-43a4-4e8e-a211-3cca1fc9054b} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3079 | 2024.05.13 20:48:34.680715 [ 3 ] {61d026dc-43a4-4e8e-a211-3cca1fc9054b} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001349 sec., 58561.897702001486 rows/sec., 4.57 MiB/sec. | ||
3080 | 2024.05.13 20:48:34.681030 [ 3 ] {61d026dc-43a4-4e8e-a211-3cca1fc9054b} <Debug> DynamicQueryHandler: Done processing query | ||
3081 | 2024.05.13 20:48:34.681054 [ 3 ] {61d026dc-43a4-4e8e-a211-3cca1fc9054b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3082 | 2024.05.13 20:48:34.681069 [ 3 ] {} <Debug> HTTP-Session: 2b026444-9198-4123-aafa-297bbd17f14c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3083 | 2024.05.13 20:48:34.681223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 28858, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3084 | 2024.05.13 20:48:34.681271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3085 | 2024.05.13 20:48:34.681290 [ 3 ] {} <Debug> HTTP-Session: 07bee767-ae4a-4b72-afc9-bd248c6a4b97 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3086 | 2024.05.13 20:48:34.681306 [ 3 ] {} <Debug> HTTP-Session: 07bee767-ae4a-4b72-afc9-bd248c6a4b97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3087 | 2024.05.13 20:48:34.681321 [ 3 ] {} <Debug> HTTP-Session: 07bee767-ae4a-4b72-afc9-bd248c6a4b97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3088 | 2024.05.13 20:48:34.681351 [ 3 ] {} <Trace> HTTP-Session: 07bee767-ae4a-4b72-afc9-bd248c6a4b97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3089 | 2024.05.13 20:48:34.681496 [ 3 ] {e78e5405-52e2-412a-9351-593a14fc3b5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3090 | 2024.05.13 20:48:34.681544 [ 3 ] {e78e5405-52e2-412a-9351-593a14fc3b5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3091 | 2024.05.13 20:48:34.681709 [ 3 ] {e78e5405-52e2-412a-9351-593a14fc3b5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3092 | 2024.05.13 20:48:34.682073 [ 3 ] {e78e5405-52e2-412a-9351-593a14fc3b5d} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3093 | 2024.05.13 20:48:34.682110 [ 3 ] {e78e5405-52e2-412a-9351-593a14fc3b5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3094 | 2024.05.13 20:48:34.682503 [ 3 ] {e78e5405-52e2-412a-9351-593a14fc3b5d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3095 | 2024.05.13 20:48:34.682828 [ 3 ] {e78e5405-52e2-412a-9351-593a14fc3b5d} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3096 | 2024.05.13 20:48:34.682982 [ 3 ] {e78e5405-52e2-412a-9351-593a14fc3b5d} <Debug> executeQuery: Read 151 rows, 10.72 KiB in 0.00155 sec., 97419.35483870968 rows/sec., 6.75 MiB/sec. | ||
3097 | 2024.05.13 20:48:34.683143 [ 3 ] {e78e5405-52e2-412a-9351-593a14fc3b5d} <Debug> DynamicQueryHandler: Done processing query | ||
3098 | 2024.05.13 20:48:34.683169 [ 3 ] {e78e5405-52e2-412a-9351-593a14fc3b5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3099 | 2024.05.13 20:48:34.683184 [ 3 ] {} <Debug> HTTP-Session: 07bee767-ae4a-4b72-afc9-bd248c6a4b97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3100 | 2024.05.13 20:48:34.683316 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3101 | 2024.05.13 20:48:34.683362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3102 | 2024.05.13 20:48:34.683381 [ 3 ] {} <Debug> HTTP-Session: 067a5a0e-aac3-4cc4-9740-ae82b92948fa Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3103 | 2024.05.13 20:48:34.683396 [ 3 ] {} <Debug> HTTP-Session: 067a5a0e-aac3-4cc4-9740-ae82b92948fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3104 | 2024.05.13 20:48:34.683409 [ 3 ] {} <Debug> HTTP-Session: 067a5a0e-aac3-4cc4-9740-ae82b92948fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3105 | 2024.05.13 20:48:34.683439 [ 3 ] {} <Trace> HTTP-Session: 067a5a0e-aac3-4cc4-9740-ae82b92948fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3106 | 2024.05.13 20:48:34.683632 [ 3 ] {8acbac56-8a86-4795-8f7f-a3779fd628da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3107 | 2024.05.13 20:48:34.683680 [ 3 ] {8acbac56-8a86-4795-8f7f-a3779fd628da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3108 | 2024.05.13 20:48:34.683842 [ 3 ] {8acbac56-8a86-4795-8f7f-a3779fd628da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3109 | 2024.05.13 20:48:34.684256 [ 3 ] {8acbac56-8a86-4795-8f7f-a3779fd628da} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3110 | 2024.05.13 20:48:34.684291 [ 3 ] {8acbac56-8a86-4795-8f7f-a3779fd628da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3111 | 2024.05.13 20:48:34.684704 [ 3 ] {8acbac56-8a86-4795-8f7f-a3779fd628da} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3112 | 2024.05.13 20:48:34.685047 [ 3 ] {8acbac56-8a86-4795-8f7f-a3779fd628da} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3113 | 2024.05.13 20:48:34.685197 [ 3 ] {8acbac56-8a86-4795-8f7f-a3779fd628da} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001699 sec., 12360.211889346674 rows/sec., 16.68 MiB/sec. | ||
3114 | 2024.05.13 20:48:34.685460 [ 3 ] {8acbac56-8a86-4795-8f7f-a3779fd628da} <Debug> DynamicQueryHandler: Done processing query | ||
3115 | 2024.05.13 20:48:34.685483 [ 3 ] {8acbac56-8a86-4795-8f7f-a3779fd628da} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3116 | 2024.05.13 20:48:34.685498 [ 3 ] {} <Debug> HTTP-Session: 067a5a0e-aac3-4cc4-9740-ae82b92948fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3117 | 2024.05.13 20:48:34.685614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 7667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3118 | 2024.05.13 20:48:34.685659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3119 | 2024.05.13 20:48:34.685677 [ 3 ] {} <Debug> HTTP-Session: 7229bc7c-452d-4ae3-974b-b9252c83549f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3120 | 2024.05.13 20:48:34.685692 [ 3 ] {} <Debug> HTTP-Session: 7229bc7c-452d-4ae3-974b-b9252c83549f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3121 | 2024.05.13 20:48:34.685705 [ 3 ] {} <Debug> HTTP-Session: 7229bc7c-452d-4ae3-974b-b9252c83549f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3122 | 2024.05.13 20:48:34.685733 [ 3 ] {} <Trace> HTTP-Session: 7229bc7c-452d-4ae3-974b-b9252c83549f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3123 | 2024.05.13 20:48:34.685911 [ 3 ] {a8ea910f-56f5-440f-8490-52a7d272cf99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3124 | 2024.05.13 20:48:34.685955 [ 3 ] {a8ea910f-56f5-440f-8490-52a7d272cf99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3125 | 2024.05.13 20:48:34.686095 [ 3 ] {a8ea910f-56f5-440f-8490-52a7d272cf99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3126 | 2024.05.13 20:48:34.686396 [ 3 ] {a8ea910f-56f5-440f-8490-52a7d272cf99} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3127 | 2024.05.13 20:48:34.686433 [ 3 ] {a8ea910f-56f5-440f-8490-52a7d272cf99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3128 | 2024.05.13 20:48:34.686803 [ 3 ] {a8ea910f-56f5-440f-8490-52a7d272cf99} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3129 | 2024.05.13 20:48:34.687132 [ 3 ] {a8ea910f-56f5-440f-8490-52a7d272cf99} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3130 | 2024.05.13 20:48:34.687289 [ 3 ] {a8ea910f-56f5-440f-8490-52a7d272cf99} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001421 sec., 35186.488388458834 rows/sec., 2.41 MiB/sec. | ||
3131 | 2024.05.13 20:48:34.687440 [ 3 ] {a8ea910f-56f5-440f-8490-52a7d272cf99} <Debug> DynamicQueryHandler: Done processing query | ||
3132 | 2024.05.13 20:48:34.687463 [ 3 ] {a8ea910f-56f5-440f-8490-52a7d272cf99} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3133 | 2024.05.13 20:48:34.687479 [ 3 ] {} <Debug> HTTP-Session: 7229bc7c-452d-4ae3-974b-b9252c83549f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3134 | 2024.05.13 20:48:39.670068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3135 | 2024.05.13 20:48:39.670196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3136 | 2024.05.13 20:48:39.670221 [ 3 ] {} <Debug> HTTP-Session: 218f5346-8398-4f5b-8bdf-517c3251d266 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3137 | 2024.05.13 20:48:39.670247 [ 3 ] {} <Debug> HTTP-Session: 218f5346-8398-4f5b-8bdf-517c3251d266 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3138 | 2024.05.13 20:48:39.670262 [ 3 ] {} <Debug> HTTP-Session: 218f5346-8398-4f5b-8bdf-517c3251d266 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3139 | 2024.05.13 20:48:39.670310 [ 3 ] {} <Trace> HTTP-Session: 218f5346-8398-4f5b-8bdf-517c3251d266 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3140 | 2024.05.13 20:48:39.670514 [ 3 ] {a23fd1f8-4f97-4bea-a15a-b8db4a539c90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3141 | 2024.05.13 20:48:39.670591 [ 3 ] {a23fd1f8-4f97-4bea-a15a-b8db4a539c90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3142 | 2024.05.13 20:48:39.670805 [ 3 ] {a23fd1f8-4f97-4bea-a15a-b8db4a539c90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3143 | 2024.05.13 20:48:39.671262 [ 3 ] {a23fd1f8-4f97-4bea-a15a-b8db4a539c90} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3144 | 2024.05.13 20:48:39.671317 [ 3 ] {a23fd1f8-4f97-4bea-a15a-b8db4a539c90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3145 | 2024.05.13 20:48:39.671683 [ 3 ] {a23fd1f8-4f97-4bea-a15a-b8db4a539c90} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3146 | 2024.05.13 20:48:39.672019 [ 3 ] {a23fd1f8-4f97-4bea-a15a-b8db4a539c90} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3147 | 2024.05.13 20:48:39.672192 [ 3 ] {a23fd1f8-4f97-4bea-a15a-b8db4a539c90} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001731 sec., 5777.007510109764 rows/sec., 468.25 KiB/sec. | ||
3148 | 2024.05.13 20:48:39.672407 [ 3 ] {a23fd1f8-4f97-4bea-a15a-b8db4a539c90} <Debug> DynamicQueryHandler: Done processing query | ||
3149 | 2024.05.13 20:48:39.672434 [ 3 ] {a23fd1f8-4f97-4bea-a15a-b8db4a539c90} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3150 | 2024.05.13 20:48:39.672451 [ 3 ] {} <Debug> HTTP-Session: 218f5346-8398-4f5b-8bdf-517c3251d266 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3151 | 2024.05.13 20:48:39.672623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 11803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3152 | 2024.05.13 20:48:39.672677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3153 | 2024.05.13 20:48:39.672696 [ 3 ] {} <Debug> HTTP-Session: cf304e8e-4d49-459e-8982-a038f9141345 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3154 | 2024.05.13 20:48:39.672715 [ 3 ] {} <Debug> HTTP-Session: cf304e8e-4d49-459e-8982-a038f9141345 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3155 | 2024.05.13 20:48:39.672729 [ 3 ] {} <Debug> HTTP-Session: cf304e8e-4d49-459e-8982-a038f9141345 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3156 | 2024.05.13 20:48:39.672763 [ 3 ] {} <Trace> HTTP-Session: cf304e8e-4d49-459e-8982-a038f9141345 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3157 | 2024.05.13 20:48:39.672893 [ 3 ] {ef29bdd9-9533-49d0-95c7-2b2811f372ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3158 | 2024.05.13 20:48:39.672941 [ 3 ] {ef29bdd9-9533-49d0-95c7-2b2811f372ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3159 | 2024.05.13 20:48:39.673076 [ 3 ] {ef29bdd9-9533-49d0-95c7-2b2811f372ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3160 | 2024.05.13 20:48:39.673411 [ 3 ] {ef29bdd9-9533-49d0-95c7-2b2811f372ec} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3161 | 2024.05.13 20:48:39.673450 [ 3 ] {ef29bdd9-9533-49d0-95c7-2b2811f372ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3162 | 2024.05.13 20:48:39.673802 [ 3 ] {ef29bdd9-9533-49d0-95c7-2b2811f372ec} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3163 | 2024.05.13 20:48:39.674115 [ 3 ] {ef29bdd9-9533-49d0-95c7-2b2811f372ec} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3164 | 2024.05.13 20:48:39.674282 [ 3 ] {ef29bdd9-9533-49d0-95c7-2b2811f372ec} <Debug> executeQuery: Read 82 rows, 6.79 KiB in 0.001429 sec., 57382.785164450666 rows/sec., 4.64 MiB/sec. | ||
3165 | 2024.05.13 20:48:39.674556 [ 3 ] {ef29bdd9-9533-49d0-95c7-2b2811f372ec} <Debug> DynamicQueryHandler: Done processing query | ||
3166 | 2024.05.13 20:48:39.674581 [ 3 ] {ef29bdd9-9533-49d0-95c7-2b2811f372ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3167 | 2024.05.13 20:48:39.674598 [ 3 ] {} <Debug> HTTP-Session: cf304e8e-4d49-459e-8982-a038f9141345 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3168 | 2024.05.13 20:48:39.674737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 11222, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3169 | 2024.05.13 20:48:39.674786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3170 | 2024.05.13 20:48:39.674807 [ 3 ] {} <Debug> HTTP-Session: 870e6e2b-99f4-404e-8a89-9dac3f1e3bb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3171 | 2024.05.13 20:48:39.674823 [ 3 ] {} <Debug> HTTP-Session: 870e6e2b-99f4-404e-8a89-9dac3f1e3bb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3172 | 2024.05.13 20:48:39.674837 [ 3 ] {} <Debug> HTTP-Session: 870e6e2b-99f4-404e-8a89-9dac3f1e3bb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3173 | 2024.05.13 20:48:39.674869 [ 3 ] {} <Trace> HTTP-Session: 870e6e2b-99f4-404e-8a89-9dac3f1e3bb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3174 | 2024.05.13 20:48:39.674995 [ 3 ] {e97ea302-b006-4481-a23a-45e057965099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3175 | 2024.05.13 20:48:39.675042 [ 3 ] {e97ea302-b006-4481-a23a-45e057965099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3176 | 2024.05.13 20:48:39.675186 [ 3 ] {e97ea302-b006-4481-a23a-45e057965099} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3177 | 2024.05.13 20:48:39.675490 [ 3 ] {e97ea302-b006-4481-a23a-45e057965099} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3178 | 2024.05.13 20:48:39.675530 [ 3 ] {e97ea302-b006-4481-a23a-45e057965099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3179 | 2024.05.13 20:48:39.675849 [ 3 ] {e97ea302-b006-4481-a23a-45e057965099} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3180 | 2024.05.13 20:48:39.676158 [ 3 ] {e97ea302-b006-4481-a23a-45e057965099} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3181 | 2024.05.13 20:48:39.676319 [ 3 ] {e97ea302-b006-4481-a23a-45e057965099} <Debug> executeQuery: Read 66 rows, 5.27 KiB in 0.001372 sec., 48104.95626822158 rows/sec., 3.75 MiB/sec. | ||
3182 | 2024.05.13 20:48:39.676607 [ 3 ] {e97ea302-b006-4481-a23a-45e057965099} <Debug> DynamicQueryHandler: Done processing query | ||
3183 | 2024.05.13 20:48:39.676634 [ 3 ] {e97ea302-b006-4481-a23a-45e057965099} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3184 | 2024.05.13 20:48:39.676650 [ 3 ] {} <Debug> HTTP-Session: 870e6e2b-99f4-404e-8a89-9dac3f1e3bb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3185 | 2024.05.13 20:48:39.676814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 28667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3186 | 2024.05.13 20:48:39.676862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3187 | 2024.05.13 20:48:39.676881 [ 3 ] {} <Debug> HTTP-Session: 6c992d8a-5759-4373-b3e4-8e382f47b404 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3188 | 2024.05.13 20:48:39.676898 [ 3 ] {} <Debug> HTTP-Session: 6c992d8a-5759-4373-b3e4-8e382f47b404 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3189 | 2024.05.13 20:48:39.676911 [ 3 ] {} <Debug> HTTP-Session: 6c992d8a-5759-4373-b3e4-8e382f47b404 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3190 | 2024.05.13 20:48:39.676942 [ 3 ] {} <Trace> HTTP-Session: 6c992d8a-5759-4373-b3e4-8e382f47b404 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3191 | 2024.05.13 20:48:39.677095 [ 3 ] {89607a51-fa75-440c-b805-6e2009ca360a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3192 | 2024.05.13 20:48:39.677144 [ 3 ] {89607a51-fa75-440c-b805-6e2009ca360a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3193 | 2024.05.13 20:48:39.677303 [ 3 ] {89607a51-fa75-440c-b805-6e2009ca360a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3194 | 2024.05.13 20:48:39.677641 [ 3 ] {89607a51-fa75-440c-b805-6e2009ca360a} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3195 | 2024.05.13 20:48:39.677678 [ 3 ] {89607a51-fa75-440c-b805-6e2009ca360a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3196 | 2024.05.13 20:48:39.678058 [ 3 ] {89607a51-fa75-440c-b805-6e2009ca360a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3197 | 2024.05.13 20:48:39.678389 [ 3 ] {89607a51-fa75-440c-b805-6e2009ca360a} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3198 | 2024.05.13 20:48:39.678556 [ 3 ] {89607a51-fa75-440c-b805-6e2009ca360a} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001524 sec., 98425.19685039371 rows/sec., 6.82 MiB/sec. | ||
3199 | 2024.05.13 20:48:39.678716 [ 3 ] {89607a51-fa75-440c-b805-6e2009ca360a} <Debug> DynamicQueryHandler: Done processing query | ||
3200 | 2024.05.13 20:48:39.678739 [ 3 ] {89607a51-fa75-440c-b805-6e2009ca360a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3201 | 2024.05.13 20:48:39.678755 [ 3 ] {} <Debug> HTTP-Session: 6c992d8a-5759-4373-b3e4-8e382f47b404 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3202 | 2024.05.13 20:48:39.678879 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3203 | 2024.05.13 20:48:39.678925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3204 | 2024.05.13 20:48:39.678943 [ 3 ] {} <Debug> HTTP-Session: 93e8f0b5-c1d7-4ace-b2e5-44bbfdf35e56 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3205 | 2024.05.13 20:48:39.678959 [ 3 ] {} <Debug> HTTP-Session: 93e8f0b5-c1d7-4ace-b2e5-44bbfdf35e56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3206 | 2024.05.13 20:48:39.678981 [ 3 ] {} <Debug> HTTP-Session: 93e8f0b5-c1d7-4ace-b2e5-44bbfdf35e56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3207 | 2024.05.13 20:48:39.679011 [ 3 ] {} <Trace> HTTP-Session: 93e8f0b5-c1d7-4ace-b2e5-44bbfdf35e56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3208 | 2024.05.13 20:48:39.679149 [ 3 ] {b52af396-09a7-4704-bbb2-94145ef72f70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3209 | 2024.05.13 20:48:39.679197 [ 3 ] {b52af396-09a7-4704-bbb2-94145ef72f70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3210 | 2024.05.13 20:48:39.679353 [ 3 ] {b52af396-09a7-4704-bbb2-94145ef72f70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3211 | 2024.05.13 20:48:39.679668 [ 3 ] {b52af396-09a7-4704-bbb2-94145ef72f70} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3212 | 2024.05.13 20:48:39.679703 [ 3 ] {b52af396-09a7-4704-bbb2-94145ef72f70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3213 | 2024.05.13 20:48:39.680107 [ 3 ] {b52af396-09a7-4704-bbb2-94145ef72f70} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3214 | 2024.05.13 20:48:39.680433 [ 3 ] {b52af396-09a7-4704-bbb2-94145ef72f70} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3215 | 2024.05.13 20:48:39.680594 [ 3 ] {b52af396-09a7-4704-bbb2-94145ef72f70} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.001498 sec., 6675.567423230975 rows/sec., 9.01 MiB/sec. | ||
3216 | 2024.05.13 20:48:39.680753 [ 3 ] {b52af396-09a7-4704-bbb2-94145ef72f70} <Debug> DynamicQueryHandler: Done processing query | ||
3217 | 2024.05.13 20:48:39.680777 [ 3 ] {b52af396-09a7-4704-bbb2-94145ef72f70} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3218 | 2024.05.13 20:48:39.680791 [ 3 ] {} <Debug> HTTP-Session: 93e8f0b5-c1d7-4ace-b2e5-44bbfdf35e56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3219 | 2024.05.13 20:48:39.680909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 7667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3220 | 2024.05.13 20:48:39.680955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3221 | 2024.05.13 20:48:39.680981 [ 3 ] {} <Debug> HTTP-Session: d65f8ce1-ea7b-451c-bf34-dd0491533030 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3222 | 2024.05.13 20:48:39.680998 [ 3 ] {} <Debug> HTTP-Session: d65f8ce1-ea7b-451c-bf34-dd0491533030 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3223 | 2024.05.13 20:48:39.681011 [ 3 ] {} <Debug> HTTP-Session: d65f8ce1-ea7b-451c-bf34-dd0491533030 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3224 | 2024.05.13 20:48:39.681041 [ 3 ] {} <Trace> HTTP-Session: d65f8ce1-ea7b-451c-bf34-dd0491533030 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3225 | 2024.05.13 20:48:39.681147 [ 3 ] {7c6aefb4-9a24-42db-aa7b-3467fe8252d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3226 | 2024.05.13 20:48:39.681191 [ 3 ] {7c6aefb4-9a24-42db-aa7b-3467fe8252d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3227 | 2024.05.13 20:48:39.681312 [ 3 ] {7c6aefb4-9a24-42db-aa7b-3467fe8252d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3228 | 2024.05.13 20:48:39.681569 [ 3 ] {7c6aefb4-9a24-42db-aa7b-3467fe8252d0} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3229 | 2024.05.13 20:48:39.681605 [ 3 ] {7c6aefb4-9a24-42db-aa7b-3467fe8252d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3230 | 2024.05.13 20:48:39.681956 [ 3 ] {7c6aefb4-9a24-42db-aa7b-3467fe8252d0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3231 | 2024.05.13 20:48:39.682271 [ 3 ] {7c6aefb4-9a24-42db-aa7b-3467fe8252d0} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3232 | 2024.05.13 20:48:39.682437 [ 3 ] {7c6aefb4-9a24-42db-aa7b-3467fe8252d0} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001312 sec., 38109.756097560974 rows/sec., 2.61 MiB/sec. | ||
3233 | 2024.05.13 20:48:39.682747 [ 3 ] {7c6aefb4-9a24-42db-aa7b-3467fe8252d0} <Debug> DynamicQueryHandler: Done processing query | ||
3234 | 2024.05.13 20:48:39.682794 [ 3 ] {7c6aefb4-9a24-42db-aa7b-3467fe8252d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3235 | 2024.05.13 20:48:39.682820 [ 3 ] {} <Debug> HTTP-Session: d65f8ce1-ea7b-451c-bf34-dd0491533030 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3236 | 2024.05.13 20:48:42.828894 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3237 | 2024.05.13 20:48:42.828958 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3238 | 2024.05.13 20:48:44.673630 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3239 | 2024.05.13 20:48:44.673742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3240 | 2024.05.13 20:48:44.673767 [ 3 ] {} <Debug> HTTP-Session: 8549a019-73e1-422d-9ad6-4cbf0356f6e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3241 | 2024.05.13 20:48:44.673792 [ 3 ] {} <Debug> HTTP-Session: 8549a019-73e1-422d-9ad6-4cbf0356f6e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3242 | 2024.05.13 20:48:44.673807 [ 3 ] {} <Debug> HTTP-Session: 8549a019-73e1-422d-9ad6-4cbf0356f6e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3243 | 2024.05.13 20:48:44.673856 [ 3 ] {} <Trace> HTTP-Session: 8549a019-73e1-422d-9ad6-4cbf0356f6e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3244 | 2024.05.13 20:48:44.674041 [ 3 ] {a1cc5c76-4dfc-461f-8ef0-a82daf17128b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3245 | 2024.05.13 20:48:44.674113 [ 3 ] {a1cc5c76-4dfc-461f-8ef0-a82daf17128b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3246 | 2024.05.13 20:48:44.674322 [ 3 ] {a1cc5c76-4dfc-461f-8ef0-a82daf17128b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3247 | 2024.05.13 20:48:44.674676 [ 3 ] {a1cc5c76-4dfc-461f-8ef0-a82daf17128b} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3248 | 2024.05.13 20:48:44.674714 [ 3 ] {a1cc5c76-4dfc-461f-8ef0-a82daf17128b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3249 | 2024.05.13 20:48:44.675066 [ 3 ] {a1cc5c76-4dfc-461f-8ef0-a82daf17128b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3250 | 2024.05.13 20:48:44.675394 [ 3 ] {a1cc5c76-4dfc-461f-8ef0-a82daf17128b} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3251 | 2024.05.13 20:48:44.675530 [ 27 ] {} <Debug> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3252 | 2024.05.13 20:48:44.675533 [ 3 ] {a1cc5c76-4dfc-461f-8ef0-a82daf17128b} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001547 sec., 13574.660633484164 rows/sec., 1.07 MiB/sec. | ||
3253 | 2024.05.13 20:48:44.675572 [ 27 ] {} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3254 | 2024.05.13 20:48:44.675608 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3255 | 2024.05.13 20:48:44.675804 [ 3 ] {a1cc5c76-4dfc-461f-8ef0-a82daf17128b} <Debug> DynamicQueryHandler: Done processing query | ||
3256 | 2024.05.13 20:48:44.675887 [ 3 ] {a1cc5c76-4dfc-461f-8ef0-a82daf17128b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3257 | 2024.05.13 20:48:44.675965 [ 3 ] {} <Debug> HTTP-Session: 8549a019-73e1-422d-9ad6-4cbf0356f6e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3258 | 2024.05.13 20:48:44.676030 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
3259 | 2024.05.13 20:48:44.676135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3260 | 2024.05.13 20:48:44.676234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3261 | 2024.05.13 20:48:44.676287 [ 3 ] {} <Debug> HTTP-Session: 31abc791-ef80-4cb4-bcbc-0df7afce5fb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3262 | 2024.05.13 20:48:44.676310 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3263 | 2024.05.13 20:48:44.676318 [ 3 ] {} <Debug> HTTP-Session: 31abc791-ef80-4cb4-bcbc-0df7afce5fb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3264 | 2024.05.13 20:48:44.676361 [ 3 ] {} <Debug> HTTP-Session: 31abc791-ef80-4cb4-bcbc-0df7afce5fb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3265 | 2024.05.13 20:48:44.676360 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 31 rows starting from the beginning of the part | ||
3266 | 2024.05.13 20:48:44.676410 [ 3 ] {} <Trace> HTTP-Session: 31abc791-ef80-4cb4-bcbc-0df7afce5fb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3267 | 2024.05.13 20:48:44.676558 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
3268 | 2024.05.13 20:48:44.676680 [ 3 ] {77f742a4-0981-426b-906a-6aa42b162015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3269 | 2024.05.13 20:48:44.676890 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part | ||
3270 | 2024.05.13 20:48:44.676895 [ 3 ] {77f742a4-0981-426b-906a-6aa42b162015} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3271 | 2024.05.13 20:48:44.677292 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
3272 | 2024.05.13 20:48:44.677580 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part | ||
3273 | 2024.05.13 20:48:44.677898 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
3274 | 2024.05.13 20:48:44.678353 [ 3 ] {77f742a4-0981-426b-906a-6aa42b162015} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3275 | 2024.05.13 20:48:44.678991 [ 3 ] {77f742a4-0981-426b-906a-6aa42b162015} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3276 | 2024.05.13 20:48:44.679055 [ 3 ] {77f742a4-0981-426b-906a-6aa42b162015} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3277 | 2024.05.13 20:48:44.680075 [ 3 ] {77f742a4-0981-426b-906a-6aa42b162015} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3278 | 2024.05.13 20:48:44.680827 [ 197 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 4 columns (4 merged, 0 gathered) in 0.005109739 sec., 22310.337181605555 rows/sec., 1.77 MiB/sec. | ||
3279 | 2024.05.13 20:48:44.680984 [ 3 ] {77f742a4-0981-426b-906a-6aa42b162015} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3280 | 2024.05.13 20:48:44.681127 [ 197 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3281 | 2024.05.13 20:48:44.681256 [ 3 ] {77f742a4-0981-426b-906a-6aa42b162015} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004706 sec., 424.9893752656183 rows/sec., 34.65 KiB/sec. | ||
3282 | 2024.05.13 20:48:44.681572 [ 3 ] {77f742a4-0981-426b-906a-6aa42b162015} <Debug> DynamicQueryHandler: Done processing query | ||
3283 | 2024.05.13 20:48:44.681628 [ 3 ] {77f742a4-0981-426b-906a-6aa42b162015} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3284 | 2024.05.13 20:48:44.681659 [ 3 ] {} <Debug> HTTP-Session: 31abc791-ef80-4cb4-bcbc-0df7afce5fb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3285 | 2024.05.13 20:48:44.681846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 21872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3286 | 2024.05.13 20:48:44.681873 [ 197 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_11_2} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3287 | 2024.05.13 20:48:44.681931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3288 | 2024.05.13 20:48:44.681999 [ 3 ] {} <Debug> HTTP-Session: 86056467-4d2c-41f0-ade8-02ad0f42c9b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3289 | 2024.05.13 20:48:44.682027 [ 3 ] {} <Debug> HTTP-Session: 86056467-4d2c-41f0-ade8-02ad0f42c9b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3290 | 2024.05.13 20:48:44.682044 [ 3 ] {} <Debug> HTTP-Session: 86056467-4d2c-41f0-ade8-02ad0f42c9b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3291 | 2024.05.13 20:48:44.682061 [ 197 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_11_2} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3292 | 2024.05.13 20:48:44.682104 [ 3 ] {} <Trace> HTTP-Session: 86056467-4d2c-41f0-ade8-02ad0f42c9b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3293 | 2024.05.13 20:48:44.682239 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
3294 | 2024.05.13 20:48:44.682337 [ 3 ] {4a748742-e5cf-4a74-b330-baf4ddcec58a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3295 | 2024.05.13 20:48:44.682386 [ 3 ] {4a748742-e5cf-4a74-b330-baf4ddcec58a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3296 | 2024.05.13 20:48:44.682539 [ 3 ] {4a748742-e5cf-4a74-b330-baf4ddcec58a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3297 | 2024.05.13 20:48:44.682900 [ 3 ] {4a748742-e5cf-4a74-b330-baf4ddcec58a} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3298 | 2024.05.13 20:48:44.682936 [ 3 ] {4a748742-e5cf-4a74-b330-baf4ddcec58a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3299 | 2024.05.13 20:48:44.683271 [ 3 ] {4a748742-e5cf-4a74-b330-baf4ddcec58a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3300 | 2024.05.13 20:48:44.683586 [ 3 ] {4a748742-e5cf-4a74-b330-baf4ddcec58a} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3301 | 2024.05.13 20:48:44.683712 [ 3 ] {4a748742-e5cf-4a74-b330-baf4ddcec58a} <Debug> executeQuery: Read 152 rows, 12.64 KiB in 0.00145 sec., 104827.58620689657 rows/sec., 8.51 MiB/sec. | ||
3302 | 2024.05.13 20:48:44.683856 [ 3 ] {4a748742-e5cf-4a74-b330-baf4ddcec58a} <Debug> DynamicQueryHandler: Done processing query | ||
3303 | 2024.05.13 20:48:44.683881 [ 3 ] {4a748742-e5cf-4a74-b330-baf4ddcec58a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3304 | 2024.05.13 20:48:44.683896 [ 3 ] {} <Debug> HTTP-Session: 86056467-4d2c-41f0-ade8-02ad0f42c9b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3305 | 2024.05.13 20:48:44.684010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3306 | 2024.05.13 20:48:44.684056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3307 | 2024.05.13 20:48:44.684077 [ 3 ] {} <Debug> HTTP-Session: eed4a873-d386-417e-b030-ee1dff635a4f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3308 | 2024.05.13 20:48:44.684094 [ 3 ] {} <Debug> HTTP-Session: eed4a873-d386-417e-b030-ee1dff635a4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3309 | 2024.05.13 20:48:44.684107 [ 3 ] {} <Debug> HTTP-Session: eed4a873-d386-417e-b030-ee1dff635a4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3310 | 2024.05.13 20:48:44.684138 [ 3 ] {} <Trace> HTTP-Session: eed4a873-d386-417e-b030-ee1dff635a4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3311 | 2024.05.13 20:48:44.684230 [ 3 ] {0abddc1a-5d63-44bc-8f31-c9782d8e43a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3312 | 2024.05.13 20:48:44.684272 [ 3 ] {0abddc1a-5d63-44bc-8f31-c9782d8e43a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3313 | 2024.05.13 20:48:44.684394 [ 3 ] {0abddc1a-5d63-44bc-8f31-c9782d8e43a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3314 | 2024.05.13 20:48:44.684655 [ 3 ] {0abddc1a-5d63-44bc-8f31-c9782d8e43a1} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3315 | 2024.05.13 20:48:44.684691 [ 3 ] {0abddc1a-5d63-44bc-8f31-c9782d8e43a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3316 | 2024.05.13 20:48:44.684985 [ 3 ] {0abddc1a-5d63-44bc-8f31-c9782d8e43a1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3317 | 2024.05.13 20:48:44.685282 [ 3 ] {0abddc1a-5d63-44bc-8f31-c9782d8e43a1} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3318 | 2024.05.13 20:48:44.685404 [ 3 ] {0abddc1a-5d63-44bc-8f31-c9782d8e43a1} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001198 sec., 1669.449081803005 rows/sec., 116.57 KiB/sec. | ||
3319 | 2024.05.13 20:48:44.685558 [ 3 ] {0abddc1a-5d63-44bc-8f31-c9782d8e43a1} <Debug> DynamicQueryHandler: Done processing query | ||
3320 | 2024.05.13 20:48:44.685581 [ 3 ] {0abddc1a-5d63-44bc-8f31-c9782d8e43a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3321 | 2024.05.13 20:48:44.685597 [ 3 ] {} <Debug> HTTP-Session: eed4a873-d386-417e-b030-ee1dff635a4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3322 | 2024.05.13 20:48:44.685723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17467, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3323 | 2024.05.13 20:48:44.685768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3324 | 2024.05.13 20:48:44.685787 [ 3 ] {} <Debug> HTTP-Session: 2bb49040-47a2-44a8-9f9b-13237ea75ef4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3325 | 2024.05.13 20:48:44.685802 [ 3 ] {} <Debug> HTTP-Session: 2bb49040-47a2-44a8-9f9b-13237ea75ef4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3326 | 2024.05.13 20:48:44.685815 [ 3 ] {} <Debug> HTTP-Session: 2bb49040-47a2-44a8-9f9b-13237ea75ef4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3327 | 2024.05.13 20:48:44.685845 [ 3 ] {} <Trace> HTTP-Session: 2bb49040-47a2-44a8-9f9b-13237ea75ef4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3328 | 2024.05.13 20:48:44.685987 [ 3 ] {eca17d41-10f8-4019-a675-409113481c25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3329 | 2024.05.13 20:48:44.686030 [ 3 ] {eca17d41-10f8-4019-a675-409113481c25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3330 | 2024.05.13 20:48:44.686150 [ 3 ] {eca17d41-10f8-4019-a675-409113481c25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3331 | 2024.05.13 20:48:44.686457 [ 3 ] {eca17d41-10f8-4019-a675-409113481c25} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3332 | 2024.05.13 20:48:44.686489 [ 3 ] {eca17d41-10f8-4019-a675-409113481c25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3333 | 2024.05.13 20:48:44.686775 [ 3 ] {eca17d41-10f8-4019-a675-409113481c25} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3334 | 2024.05.13 20:48:44.687116 [ 3 ] {eca17d41-10f8-4019-a675-409113481c25} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3335 | 2024.05.13 20:48:44.687239 [ 3 ] {eca17d41-10f8-4019-a675-409113481c25} <Debug> executeQuery: Read 103 rows, 8.22 KiB in 0.001295 sec., 79536.67953667954 rows/sec., 6.20 MiB/sec. | ||
3336 | 2024.05.13 20:48:44.687385 [ 3 ] {eca17d41-10f8-4019-a675-409113481c25} <Debug> DynamicQueryHandler: Done processing query | ||
3337 | 2024.05.13 20:48:44.687409 [ 3 ] {eca17d41-10f8-4019-a675-409113481c25} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3338 | 2024.05.13 20:48:44.687425 [ 3 ] {} <Debug> HTTP-Session: 2bb49040-47a2-44a8-9f9b-13237ea75ef4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3339 | 2024.05.13 20:48:44.687589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 35814, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3340 | 2024.05.13 20:48:44.687642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3341 | 2024.05.13 20:48:44.687660 [ 3 ] {} <Debug> HTTP-Session: 3e03ed48-f790-4217-876c-84e329dea1e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3342 | 2024.05.13 20:48:44.687676 [ 3 ] {} <Debug> HTTP-Session: 3e03ed48-f790-4217-876c-84e329dea1e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3343 | 2024.05.13 20:48:44.687689 [ 3 ] {} <Debug> HTTP-Session: 3e03ed48-f790-4217-876c-84e329dea1e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3344 | 2024.05.13 20:48:44.687720 [ 3 ] {} <Trace> HTTP-Session: 3e03ed48-f790-4217-876c-84e329dea1e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3345 | 2024.05.13 20:48:44.687867 [ 3 ] {ff2b09fa-f78b-49cf-a321-9933cf816646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3346 | 2024.05.13 20:48:44.687914 [ 3 ] {ff2b09fa-f78b-49cf-a321-9933cf816646} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3347 | 2024.05.13 20:48:44.688053 [ 3 ] {ff2b09fa-f78b-49cf-a321-9933cf816646} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3348 | 2024.05.13 20:48:44.688403 [ 3 ] {ff2b09fa-f78b-49cf-a321-9933cf816646} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3349 | 2024.05.13 20:48:44.688438 [ 3 ] {ff2b09fa-f78b-49cf-a321-9933cf816646} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3350 | 2024.05.13 20:48:44.688825 [ 3 ] {ff2b09fa-f78b-49cf-a321-9933cf816646} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3351 | 2024.05.13 20:48:44.689154 [ 3 ] {ff2b09fa-f78b-49cf-a321-9933cf816646} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3352 | 2024.05.13 20:48:44.689280 [ 3 ] {ff2b09fa-f78b-49cf-a321-9933cf816646} <Debug> executeQuery: Read 187 rows, 13.32 KiB in 0.001486 sec., 125841.18438761777 rows/sec., 8.75 MiB/sec. | ||
3353 | 2024.05.13 20:48:44.689428 [ 3 ] {ff2b09fa-f78b-49cf-a321-9933cf816646} <Debug> DynamicQueryHandler: Done processing query | ||
3354 | 2024.05.13 20:48:44.689453 [ 3 ] {ff2b09fa-f78b-49cf-a321-9933cf816646} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3355 | 2024.05.13 20:48:44.689468 [ 3 ] {} <Debug> HTTP-Session: 3e03ed48-f790-4217-876c-84e329dea1e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3356 | 2024.05.13 20:48:44.689594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3357 | 2024.05.13 20:48:44.689641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3358 | 2024.05.13 20:48:44.689659 [ 3 ] {} <Debug> HTTP-Session: ca407024-5f59-4562-8022-ba91f083a824 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3359 | 2024.05.13 20:48:44.689676 [ 3 ] {} <Debug> HTTP-Session: ca407024-5f59-4562-8022-ba91f083a824 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3360 | 2024.05.13 20:48:44.689689 [ 3 ] {} <Debug> HTTP-Session: ca407024-5f59-4562-8022-ba91f083a824 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3361 | 2024.05.13 20:48:44.689719 [ 3 ] {} <Trace> HTTP-Session: ca407024-5f59-4562-8022-ba91f083a824 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3362 | 2024.05.13 20:48:44.689995 [ 3 ] {b5d15433-898b-40d4-aa8f-37d691ff3da4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3363 | 2024.05.13 20:48:44.690043 [ 3 ] {b5d15433-898b-40d4-aa8f-37d691ff3da4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3364 | 2024.05.13 20:48:44.690194 [ 3 ] {b5d15433-898b-40d4-aa8f-37d691ff3da4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3365 | 2024.05.13 20:48:44.690533 [ 3 ] {b5d15433-898b-40d4-aa8f-37d691ff3da4} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3366 | 2024.05.13 20:48:44.690567 [ 3 ] {b5d15433-898b-40d4-aa8f-37d691ff3da4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3367 | 2024.05.13 20:48:44.690954 [ 3 ] {b5d15433-898b-40d4-aa8f-37d691ff3da4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3368 | 2024.05.13 20:48:44.691285 [ 3 ] {b5d15433-898b-40d4-aa8f-37d691ff3da4} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3369 | 2024.05.13 20:48:44.691401 [ 27 ] {} <Debug> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3370 | 2024.05.13 20:48:44.691413 [ 3 ] {b5d15433-898b-40d4-aa8f-37d691ff3da4} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001624 sec., 12931.034482758621 rows/sec., 17.45 MiB/sec. | ||
3371 | 2024.05.13 20:48:44.691442 [ 27 ] {} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3372 | 2024.05.13 20:48:44.691476 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3373 | 2024.05.13 20:48:44.691621 [ 198 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
3374 | 2024.05.13 20:48:44.691653 [ 3 ] {b5d15433-898b-40d4-aa8f-37d691ff3da4} <Debug> DynamicQueryHandler: Done processing query | ||
3375 | 2024.05.13 20:48:44.691690 [ 3 ] {b5d15433-898b-40d4-aa8f-37d691ff3da4} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3376 | 2024.05.13 20:48:44.691726 [ 3 ] {} <Debug> HTTP-Session: ca407024-5f59-4562-8022-ba91f083a824 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3377 | 2024.05.13 20:48:44.691847 [ 198 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3378 | 2024.05.13 20:48:44.691901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 7667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3379 | 2024.05.13 20:48:44.691919 [ 198 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 91 rows starting from the beginning of the part | ||
3380 | 2024.05.13 20:48:44.691996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3381 | 2024.05.13 20:48:44.692066 [ 3 ] {} <Debug> HTTP-Session: a2f914eb-c7bf-4a9b-a710-17b68c04ab58 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3382 | 2024.05.13 20:48:44.692171 [ 3 ] {} <Debug> HTTP-Session: a2f914eb-c7bf-4a9b-a710-17b68c04ab58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3383 | 2024.05.13 20:48:44.692207 [ 198 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
3384 | 2024.05.13 20:48:44.692221 [ 3 ] {} <Debug> HTTP-Session: a2f914eb-c7bf-4a9b-a710-17b68c04ab58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3385 | 2024.05.13 20:48:44.692369 [ 3 ] {} <Trace> HTTP-Session: a2f914eb-c7bf-4a9b-a710-17b68c04ab58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3386 | 2024.05.13 20:48:44.692544 [ 198 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part | ||
3387 | 2024.05.13 20:48:44.692828 [ 3 ] {a7eeb675-9ff8-4ff6-8dc1-599f365ab37e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3388 | 2024.05.13 20:48:44.692851 [ 198 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
3389 | 2024.05.13 20:48:44.692943 [ 3 ] {a7eeb675-9ff8-4ff6-8dc1-599f365ab37e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3390 | 2024.05.13 20:48:44.693146 [ 198 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part | ||
3391 | 2024.05.13 20:48:44.693508 [ 198 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
3392 | 2024.05.13 20:48:44.694062 [ 3 ] {a7eeb675-9ff8-4ff6-8dc1-599f365ab37e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3393 | 2024.05.13 20:48:44.694698 [ 3 ] {a7eeb675-9ff8-4ff6-8dc1-599f365ab37e} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3394 | 2024.05.13 20:48:44.694748 [ 3 ] {a7eeb675-9ff8-4ff6-8dc1-599f365ab37e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3395 | 2024.05.13 20:48:44.695720 [ 3 ] {a7eeb675-9ff8-4ff6-8dc1-599f365ab37e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3396 | 2024.05.13 20:48:44.696687 [ 3 ] {a7eeb675-9ff8-4ff6-8dc1-599f365ab37e} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3397 | 2024.05.13 20:48:44.696851 [ 3 ] {a7eeb675-9ff8-4ff6-8dc1-599f365ab37e} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.004238 sec., 11798.017932987259 rows/sec., 828.40 KiB/sec. | ||
3398 | 2024.05.13 20:48:44.697270 [ 3 ] {a7eeb675-9ff8-4ff6-8dc1-599f365ab37e} <Debug> DynamicQueryHandler: Done processing query | ||
3399 | 2024.05.13 20:48:44.697310 [ 3 ] {a7eeb675-9ff8-4ff6-8dc1-599f365ab37e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3400 | 2024.05.13 20:48:44.697323 [ 197 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 6 columns (6 merged, 0 gathered) in 0.005763445 sec., 30190.276822282507 rows/sec., 40.74 MiB/sec. | ||
3401 | 2024.05.13 20:48:44.697340 [ 3 ] {} <Debug> HTTP-Session: a2f914eb-c7bf-4a9b-a710-17b68c04ab58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3402 | 2024.05.13 20:48:44.697669 [ 197 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3403 | 2024.05.13 20:48:44.698090 [ 197 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3404 | 2024.05.13 20:48:44.698183 [ 197 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3405 | 2024.05.13 20:48:44.698276 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
3406 | 2024.05.13 20:48:49.671118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3407 | 2024.05.13 20:48:49.671252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3408 | 2024.05.13 20:48:49.671283 [ 3 ] {} <Debug> HTTP-Session: f39c1b83-9a4b-410c-bd6f-43b360bdd484 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3409 | 2024.05.13 20:48:49.671308 [ 3 ] {} <Debug> HTTP-Session: f39c1b83-9a4b-410c-bd6f-43b360bdd484 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3410 | 2024.05.13 20:48:49.671322 [ 3 ] {} <Debug> HTTP-Session: f39c1b83-9a4b-410c-bd6f-43b360bdd484 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3411 | 2024.05.13 20:48:49.671372 [ 3 ] {} <Trace> HTTP-Session: f39c1b83-9a4b-410c-bd6f-43b360bdd484 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3412 | 2024.05.13 20:48:49.671568 [ 3 ] {c7b29994-62c5-4545-a27f-aa62adaedde9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3413 | 2024.05.13 20:48:49.671645 [ 3 ] {c7b29994-62c5-4545-a27f-aa62adaedde9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3414 | 2024.05.13 20:48:49.671839 [ 3 ] {c7b29994-62c5-4545-a27f-aa62adaedde9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3415 | 2024.05.13 20:48:49.672191 [ 3 ] {c7b29994-62c5-4545-a27f-aa62adaedde9} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3416 | 2024.05.13 20:48:49.672233 [ 3 ] {c7b29994-62c5-4545-a27f-aa62adaedde9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3417 | 2024.05.13 20:48:49.672597 [ 3 ] {c7b29994-62c5-4545-a27f-aa62adaedde9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3418 | 2024.05.13 20:48:49.672926 [ 3 ] {c7b29994-62c5-4545-a27f-aa62adaedde9} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3419 | 2024.05.13 20:48:49.673083 [ 3 ] {c7b29994-62c5-4545-a27f-aa62adaedde9} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001573 sec., 6357.279084551812 rows/sec., 515.29 KiB/sec. | ||
3420 | 2024.05.13 20:48:49.673397 [ 3 ] {c7b29994-62c5-4545-a27f-aa62adaedde9} <Debug> DynamicQueryHandler: Done processing query | ||
3421 | 2024.05.13 20:48:49.673424 [ 3 ] {c7b29994-62c5-4545-a27f-aa62adaedde9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3422 | 2024.05.13 20:48:49.673439 [ 3 ] {} <Debug> HTTP-Session: f39c1b83-9a4b-410c-bd6f-43b360bdd484 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3423 | 2024.05.13 20:48:49.673573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 11803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3424 | 2024.05.13 20:48:49.673621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3425 | 2024.05.13 20:48:49.673641 [ 3 ] {} <Debug> HTTP-Session: 7ac0c69b-ccef-4fd9-a2e3-1240cb5cd684 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3426 | 2024.05.13 20:48:49.673657 [ 3 ] {} <Debug> HTTP-Session: 7ac0c69b-ccef-4fd9-a2e3-1240cb5cd684 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3427 | 2024.05.13 20:48:49.673670 [ 3 ] {} <Debug> HTTP-Session: 7ac0c69b-ccef-4fd9-a2e3-1240cb5cd684 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3428 | 2024.05.13 20:48:49.673701 [ 3 ] {} <Trace> HTTP-Session: 7ac0c69b-ccef-4fd9-a2e3-1240cb5cd684 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3429 | 2024.05.13 20:48:49.673824 [ 3 ] {11c4cb0d-02c7-4f97-989c-f514315900c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3430 | 2024.05.13 20:48:49.673868 [ 3 ] {11c4cb0d-02c7-4f97-989c-f514315900c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3431 | 2024.05.13 20:48:49.674009 [ 3 ] {11c4cb0d-02c7-4f97-989c-f514315900c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3432 | 2024.05.13 20:48:49.674313 [ 3 ] {11c4cb0d-02c7-4f97-989c-f514315900c8} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3433 | 2024.05.13 20:48:49.674349 [ 3 ] {11c4cb0d-02c7-4f97-989c-f514315900c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3434 | 2024.05.13 20:48:49.674655 [ 3 ] {11c4cb0d-02c7-4f97-989c-f514315900c8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3435 | 2024.05.13 20:48:49.674979 [ 3 ] {11c4cb0d-02c7-4f97-989c-f514315900c8} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3436 | 2024.05.13 20:48:49.675132 [ 3 ] {11c4cb0d-02c7-4f97-989c-f514315900c8} <Debug> executeQuery: Read 82 rows, 6.79 KiB in 0.001343 sec., 61057.33432613552 rows/sec., 4.94 MiB/sec. | ||
3437 | 2024.05.13 20:48:49.675425 [ 3 ] {11c4cb0d-02c7-4f97-989c-f514315900c8} <Debug> DynamicQueryHandler: Done processing query | ||
3438 | 2024.05.13 20:48:49.675463 [ 3 ] {11c4cb0d-02c7-4f97-989c-f514315900c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3439 | 2024.05.13 20:48:49.675479 [ 3 ] {} <Debug> HTTP-Session: 7ac0c69b-ccef-4fd9-a2e3-1240cb5cd684 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3440 | 2024.05.13 20:48:49.675596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 11222, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3441 | 2024.05.13 20:48:49.675643 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3442 | 2024.05.13 20:48:49.675662 [ 3 ] {} <Debug> HTTP-Session: c37d72b4-dfa7-4cb0-ad35-4da873a23356 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3443 | 2024.05.13 20:48:49.675679 [ 3 ] {} <Debug> HTTP-Session: c37d72b4-dfa7-4cb0-ad35-4da873a23356 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3444 | 2024.05.13 20:48:49.675692 [ 3 ] {} <Debug> HTTP-Session: c37d72b4-dfa7-4cb0-ad35-4da873a23356 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3445 | 2024.05.13 20:48:49.675722 [ 3 ] {} <Trace> HTTP-Session: c37d72b4-dfa7-4cb0-ad35-4da873a23356 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3446 | 2024.05.13 20:48:49.675835 [ 3 ] {e569fe35-3cfb-4369-b839-0c1394845ac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3447 | 2024.05.13 20:48:49.675878 [ 3 ] {e569fe35-3cfb-4369-b839-0c1394845ac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3448 | 2024.05.13 20:48:49.676022 [ 3 ] {e569fe35-3cfb-4369-b839-0c1394845ac2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3449 | 2024.05.13 20:48:49.676328 [ 3 ] {e569fe35-3cfb-4369-b839-0c1394845ac2} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3450 | 2024.05.13 20:48:49.676364 [ 3 ] {e569fe35-3cfb-4369-b839-0c1394845ac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3451 | 2024.05.13 20:48:49.676669 [ 3 ] {e569fe35-3cfb-4369-b839-0c1394845ac2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3452 | 2024.05.13 20:48:49.676963 [ 3 ] {e569fe35-3cfb-4369-b839-0c1394845ac2} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3453 | 2024.05.13 20:48:49.677113 [ 3 ] {e569fe35-3cfb-4369-b839-0c1394845ac2} <Debug> executeQuery: Read 66 rows, 5.27 KiB in 0.001315 sec., 50190.114068441064 rows/sec., 3.92 MiB/sec. | ||
3454 | 2024.05.13 20:48:49.677262 [ 3 ] {e569fe35-3cfb-4369-b839-0c1394845ac2} <Debug> DynamicQueryHandler: Done processing query | ||
3455 | 2024.05.13 20:48:49.677286 [ 3 ] {e569fe35-3cfb-4369-b839-0c1394845ac2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3456 | 2024.05.13 20:48:49.677301 [ 3 ] {} <Debug> HTTP-Session: c37d72b4-dfa7-4cb0-ad35-4da873a23356 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3457 | 2024.05.13 20:48:49.677436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 28667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3458 | 2024.05.13 20:48:49.677561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3459 | 2024.05.13 20:48:49.677580 [ 3 ] {} <Debug> HTTP-Session: 52c2aded-cd32-495e-a765-2487d9d53448 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3460 | 2024.05.13 20:48:49.677596 [ 3 ] {} <Debug> HTTP-Session: 52c2aded-cd32-495e-a765-2487d9d53448 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3461 | 2024.05.13 20:48:49.677609 [ 3 ] {} <Debug> HTTP-Session: 52c2aded-cd32-495e-a765-2487d9d53448 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3462 | 2024.05.13 20:48:49.677639 [ 3 ] {} <Trace> HTTP-Session: 52c2aded-cd32-495e-a765-2487d9d53448 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3463 | 2024.05.13 20:48:49.677777 [ 3 ] {6e75667f-d48d-4770-bb6d-5af1a688d0db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3464 | 2024.05.13 20:48:49.677823 [ 3 ] {6e75667f-d48d-4770-bb6d-5af1a688d0db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3465 | 2024.05.13 20:48:49.677966 [ 3 ] {6e75667f-d48d-4770-bb6d-5af1a688d0db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3466 | 2024.05.13 20:48:49.678283 [ 3 ] {6e75667f-d48d-4770-bb6d-5af1a688d0db} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3467 | 2024.05.13 20:48:49.678318 [ 3 ] {6e75667f-d48d-4770-bb6d-5af1a688d0db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3468 | 2024.05.13 20:48:49.678765 [ 3 ] {6e75667f-d48d-4770-bb6d-5af1a688d0db} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3469 | 2024.05.13 20:48:49.679095 [ 3 ] {6e75667f-d48d-4770-bb6d-5af1a688d0db} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3470 | 2024.05.13 20:48:49.679249 [ 3 ] {6e75667f-d48d-4770-bb6d-5af1a688d0db} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001529 sec., 98103.33551340745 rows/sec., 6.80 MiB/sec. | ||
3471 | 2024.05.13 20:48:49.679473 [ 3 ] {6e75667f-d48d-4770-bb6d-5af1a688d0db} <Debug> DynamicQueryHandler: Done processing query | ||
3472 | 2024.05.13 20:48:49.679506 [ 3 ] {6e75667f-d48d-4770-bb6d-5af1a688d0db} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3473 | 2024.05.13 20:48:49.679526 [ 3 ] {} <Debug> HTTP-Session: 52c2aded-cd32-495e-a765-2487d9d53448 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3474 | 2024.05.13 20:48:49.679682 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10756, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3475 | 2024.05.13 20:48:49.679740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3476 | 2024.05.13 20:48:49.679763 [ 3 ] {} <Debug> HTTP-Session: 43417c7b-dc57-400c-832f-5d1ed041e189 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3477 | 2024.05.13 20:48:49.679783 [ 3 ] {} <Debug> HTTP-Session: 43417c7b-dc57-400c-832f-5d1ed041e189 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3478 | 2024.05.13 20:48:49.679799 [ 3 ] {} <Debug> HTTP-Session: 43417c7b-dc57-400c-832f-5d1ed041e189 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3479 | 2024.05.13 20:48:49.679834 [ 3 ] {} <Trace> HTTP-Session: 43417c7b-dc57-400c-832f-5d1ed041e189 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3480 | 2024.05.13 20:48:49.679981 [ 3 ] {dba1608e-caa7-4525-a980-d0977f67fb3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3481 | 2024.05.13 20:48:49.680030 [ 3 ] {dba1608e-caa7-4525-a980-d0977f67fb3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3482 | 2024.05.13 20:48:49.680191 [ 3 ] {dba1608e-caa7-4525-a980-d0977f67fb3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3483 | 2024.05.13 20:48:49.680599 [ 3 ] {dba1608e-caa7-4525-a980-d0977f67fb3b} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3484 | 2024.05.13 20:48:49.680634 [ 3 ] {dba1608e-caa7-4525-a980-d0977f67fb3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3485 | 2024.05.13 20:48:49.681029 [ 3 ] {dba1608e-caa7-4525-a980-d0977f67fb3b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3486 | 2024.05.13 20:48:49.681367 [ 3 ] {dba1608e-caa7-4525-a980-d0977f67fb3b} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3487 | 2024.05.13 20:48:49.681523 [ 3 ] {dba1608e-caa7-4525-a980-d0977f67fb3b} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.001604 sec., 6234.413965087282 rows/sec., 8.41 MiB/sec. | ||
3488 | 2024.05.13 20:48:49.681739 [ 3 ] {dba1608e-caa7-4525-a980-d0977f67fb3b} <Debug> DynamicQueryHandler: Done processing query | ||
3489 | 2024.05.13 20:48:49.681764 [ 3 ] {dba1608e-caa7-4525-a980-d0977f67fb3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3490 | 2024.05.13 20:48:49.681779 [ 3 ] {} <Debug> HTTP-Session: 43417c7b-dc57-400c-832f-5d1ed041e189 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3491 | 2024.05.13 20:48:49.681898 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 7667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3492 | 2024.05.13 20:48:49.681945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3493 | 2024.05.13 20:48:49.681964 [ 3 ] {} <Debug> HTTP-Session: 6e6ed309-b66d-4237-b7f0-29cde919b821 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3494 | 2024.05.13 20:48:49.681980 [ 3 ] {} <Debug> HTTP-Session: 6e6ed309-b66d-4237-b7f0-29cde919b821 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3495 | 2024.05.13 20:48:49.681994 [ 3 ] {} <Debug> HTTP-Session: 6e6ed309-b66d-4237-b7f0-29cde919b821 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3496 | 2024.05.13 20:48:49.682025 [ 3 ] {} <Trace> HTTP-Session: 6e6ed309-b66d-4237-b7f0-29cde919b821 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3497 | 2024.05.13 20:48:49.682137 [ 3 ] {3bfb0d92-948e-4603-b01f-cddf93eef242} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3498 | 2024.05.13 20:48:49.682181 [ 3 ] {3bfb0d92-948e-4603-b01f-cddf93eef242} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3499 | 2024.05.13 20:48:49.682307 [ 3 ] {3bfb0d92-948e-4603-b01f-cddf93eef242} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3500 | 2024.05.13 20:48:49.682579 [ 3 ] {3bfb0d92-948e-4603-b01f-cddf93eef242} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3501 | 2024.05.13 20:48:49.682616 [ 3 ] {3bfb0d92-948e-4603-b01f-cddf93eef242} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3502 | 2024.05.13 20:48:49.682971 [ 3 ] {3bfb0d92-948e-4603-b01f-cddf93eef242} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3503 | 2024.05.13 20:48:49.683313 [ 3 ] {3bfb0d92-948e-4603-b01f-cddf93eef242} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3504 | 2024.05.13 20:48:49.683463 [ 3 ] {3bfb0d92-948e-4603-b01f-cddf93eef242} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001361 sec., 36737.69287288758 rows/sec., 2.52 MiB/sec. | ||
3505 | 2024.05.13 20:48:49.683619 [ 3 ] {3bfb0d92-948e-4603-b01f-cddf93eef242} <Debug> DynamicQueryHandler: Done processing query | ||
3506 | 2024.05.13 20:48:49.683645 [ 3 ] {3bfb0d92-948e-4603-b01f-cddf93eef242} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3507 | 2024.05.13 20:48:49.683661 [ 3 ] {} <Debug> HTTP-Session: 6e6ed309-b66d-4237-b7f0-29cde919b821 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3508 | 2024.05.13 20:48:54.671766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3509 | 2024.05.13 20:48:54.671896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3510 | 2024.05.13 20:48:54.671921 [ 3 ] {} <Debug> HTTP-Session: 34173437-87fd-4d4a-92ba-7f635f02fbe6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3511 | 2024.05.13 20:48:54.671946 [ 3 ] {} <Debug> HTTP-Session: 34173437-87fd-4d4a-92ba-7f635f02fbe6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3512 | 2024.05.13 20:48:54.671961 [ 3 ] {} <Debug> HTTP-Session: 34173437-87fd-4d4a-92ba-7f635f02fbe6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3513 | 2024.05.13 20:48:54.672012 [ 3 ] {} <Trace> HTTP-Session: 34173437-87fd-4d4a-92ba-7f635f02fbe6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3514 | 2024.05.13 20:48:54.672211 [ 3 ] {a99c4736-bb6f-4e33-96bf-280ffe32f3ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3515 | 2024.05.13 20:48:54.672279 [ 3 ] {a99c4736-bb6f-4e33-96bf-280ffe32f3ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3516 | 2024.05.13 20:48:54.672470 [ 3 ] {a99c4736-bb6f-4e33-96bf-280ffe32f3ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3517 | 2024.05.13 20:48:54.672897 [ 3 ] {a99c4736-bb6f-4e33-96bf-280ffe32f3ff} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3518 | 2024.05.13 20:48:54.672942 [ 3 ] {a99c4736-bb6f-4e33-96bf-280ffe32f3ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3519 | 2024.05.13 20:48:54.673311 [ 3 ] {a99c4736-bb6f-4e33-96bf-280ffe32f3ff} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3520 | 2024.05.13 20:48:54.673666 [ 3 ] {a99c4736-bb6f-4e33-96bf-280ffe32f3ff} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3521 | 2024.05.13 20:48:54.673808 [ 3 ] {a99c4736-bb6f-4e33-96bf-280ffe32f3ff} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001659 sec., 12658.227848101265 rows/sec., 1.00 MiB/sec. | ||
3522 | 2024.05.13 20:48:54.674018 [ 3 ] {a99c4736-bb6f-4e33-96bf-280ffe32f3ff} <Debug> DynamicQueryHandler: Done processing query | ||
3523 | 2024.05.13 20:48:54.674046 [ 3 ] {a99c4736-bb6f-4e33-96bf-280ffe32f3ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3524 | 2024.05.13 20:48:54.674063 [ 3 ] {} <Debug> HTTP-Session: 34173437-87fd-4d4a-92ba-7f635f02fbe6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3525 | 2024.05.13 20:48:54.674235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 16752, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3526 | 2024.05.13 20:48:54.674290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3527 | 2024.05.13 20:48:54.674310 [ 3 ] {} <Debug> HTTP-Session: 0fe128c2-b88c-416e-861c-1612817e1de5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3528 | 2024.05.13 20:48:54.674327 [ 3 ] {} <Debug> HTTP-Session: 0fe128c2-b88c-416e-861c-1612817e1de5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3529 | 2024.05.13 20:48:54.674341 [ 3 ] {} <Debug> HTTP-Session: 0fe128c2-b88c-416e-861c-1612817e1de5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3530 | 2024.05.13 20:48:54.674376 [ 3 ] {} <Trace> HTTP-Session: 0fe128c2-b88c-416e-861c-1612817e1de5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3531 | 2024.05.13 20:48:54.674526 [ 3 ] {1ed64e1c-3fc5-4e02-a740-54926d514124} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3532 | 2024.05.13 20:48:54.674577 [ 3 ] {1ed64e1c-3fc5-4e02-a740-54926d514124} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3533 | 2024.05.13 20:48:54.674711 [ 3 ] {1ed64e1c-3fc5-4e02-a740-54926d514124} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3534 | 2024.05.13 20:48:54.675190 [ 3 ] {1ed64e1c-3fc5-4e02-a740-54926d514124} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3535 | 2024.05.13 20:48:54.675233 [ 3 ] {1ed64e1c-3fc5-4e02-a740-54926d514124} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3536 | 2024.05.13 20:48:54.675637 [ 3 ] {1ed64e1c-3fc5-4e02-a740-54926d514124} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3537 | 2024.05.13 20:48:54.676018 [ 3 ] {1ed64e1c-3fc5-4e02-a740-54926d514124} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3538 | 2024.05.13 20:48:54.676156 [ 135 ] {} <Debug> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3539 | 2024.05.13 20:48:54.676164 [ 3 ] {1ed64e1c-3fc5-4e02-a740-54926d514124} <Debug> executeQuery: Read 115 rows, 9.75 KiB in 0.001697 sec., 67766.64702416028 rows/sec., 5.61 MiB/sec. | ||
3540 | 2024.05.13 20:48:54.676190 [ 135 ] {} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3541 | 2024.05.13 20:48:54.676222 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3542 | 2024.05.13 20:48:54.676497 [ 3 ] {1ed64e1c-3fc5-4e02-a740-54926d514124} <Debug> DynamicQueryHandler: Done processing query | ||
3543 | 2024.05.13 20:48:54.676584 [ 3 ] {1ed64e1c-3fc5-4e02-a740-54926d514124} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3544 | 2024.05.13 20:48:54.676632 [ 197 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::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 | ||
3545 | 2024.05.13 20:48:54.676671 [ 3 ] {} <Debug> HTTP-Session: 0fe128c2-b88c-416e-861c-1612817e1de5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3546 | 2024.05.13 20:48:54.676932 [ 197 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3547 | 2024.05.13 20:48:54.676953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 13082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3548 | 2024.05.13 20:48:54.676994 [ 197 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 183 rows starting from the beginning of the part | ||
3549 | 2024.05.13 20:48:54.677056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3550 | 2024.05.13 20:48:54.677125 [ 3 ] {} <Debug> HTTP-Session: 7bd669e8-2063-48af-bd31-3fdb37d09a32 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3551 | 2024.05.13 20:48:54.677213 [ 3 ] {} <Debug> HTTP-Session: 7bd669e8-2063-48af-bd31-3fdb37d09a32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3552 | 2024.05.13 20:48:54.677232 [ 197 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 116 rows starting from the beginning of the part | ||
3553 | 2024.05.13 20:48:54.677277 [ 3 ] {} <Debug> HTTP-Session: 7bd669e8-2063-48af-bd31-3fdb37d09a32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3554 | 2024.05.13 20:48:54.677434 [ 3 ] {} <Trace> HTTP-Session: 7bd669e8-2063-48af-bd31-3fdb37d09a32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3555 | 2024.05.13 20:48:54.677541 [ 197 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part | ||
3556 | 2024.05.13 20:48:54.677773 [ 197 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 152 rows starting from the beginning of the part | ||
3557 | 2024.05.13 20:48:54.677828 [ 3 ] {a1929c56-257b-4669-92fe-e77812d2c369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3558 | 2024.05.13 20:48:54.678045 [ 197 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 82 rows starting from the beginning of the part | ||
3559 | 2024.05.13 20:48:54.678054 [ 3 ] {a1929c56-257b-4669-92fe-e77812d2c369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3560 | 2024.05.13 20:48:54.678369 [ 197 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 115 rows starting from the beginning of the part | ||
3561 | 2024.05.13 20:48:54.679047 [ 3 ] {a1929c56-257b-4669-92fe-e77812d2c369} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3562 | 2024.05.13 20:48:54.679875 [ 3 ] {a1929c56-257b-4669-92fe-e77812d2c369} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3563 | 2024.05.13 20:48:54.679950 [ 3 ] {a1929c56-257b-4669-92fe-e77812d2c369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3564 | 2024.05.13 20:48:54.680744 [ 3 ] {a1929c56-257b-4669-92fe-e77812d2c369} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3565 | 2024.05.13 20:48:54.681187 [ 197 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 730 rows, containing 4 columns (4 merged, 0 gathered) in 0.004826646 sec., 151243.74151325785 rows/sec., 12.39 MiB/sec. | ||
3566 | 2024.05.13 20:48:54.681428 [ 197 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3567 | 2024.05.13 20:48:54.681597 [ 3 ] {a1929c56-257b-4669-92fe-e77812d2c369} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3568 | 2024.05.13 20:48:54.682025 [ 135 ] {} <Debug> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3569 | 2024.05.13 20:48:54.682069 [ 3 ] {a1929c56-257b-4669-92fe-e77812d2c369} <Debug> executeQuery: Read 77 rows, 6.15 KiB in 0.004416 sec., 17436.594202898552 rows/sec., 1.36 MiB/sec. | ||
3570 | 2024.05.13 20:48:54.682107 [ 135 ] {} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3571 | 2024.05.13 20:48:54.682175 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3572 | 2024.05.13 20:48:54.682576 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::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 | ||
3573 | 2024.05.13 20:48:54.682599 [ 3 ] {a1929c56-257b-4669-92fe-e77812d2c369} <Debug> DynamicQueryHandler: Done processing query | ||
3574 | 2024.05.13 20:48:54.682578 [ 193 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_21_4} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3575 | 2024.05.13 20:48:54.682663 [ 3 ] {a1929c56-257b-4669-92fe-e77812d2c369} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3576 | 2024.05.13 20:48:54.682734 [ 3 ] {} <Debug> HTTP-Session: 7bd669e8-2063-48af-bd31-3fdb37d09a32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3577 | 2024.05.13 20:48:54.682905 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3578 | 2024.05.13 20:48:54.682916 [ 193 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_21_4} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3579 | 2024.05.13 20:48:54.682972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 28667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3580 | 2024.05.13 20:48:54.682994 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 133 rows starting from the beginning of the part | ||
3581 | 2024.05.13 20:48:54.683129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3582 | 2024.05.13 20:48:54.683269 [ 3 ] {} <Debug> HTTP-Session: c138a4c7-5f14-49a5-844f-d680fa13d6b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3583 | 2024.05.13 20:48:54.683295 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
3584 | 2024.05.13 20:48:54.683385 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 79 rows starting from the beginning of the part | ||
3585 | 2024.05.13 20:48:54.683435 [ 3 ] {} <Debug> HTTP-Session: c138a4c7-5f14-49a5-844f-d680fa13d6b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3586 | 2024.05.13 20:48:54.683519 [ 3 ] {} <Debug> HTTP-Session: c138a4c7-5f14-49a5-844f-d680fa13d6b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3587 | 2024.05.13 20:48:54.683697 [ 3 ] {} <Trace> HTTP-Session: c138a4c7-5f14-49a5-844f-d680fa13d6b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3588 | 2024.05.13 20:48:54.683719 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 66 rows starting from the beginning of the part | ||
3589 | 2024.05.13 20:48:54.683994 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 103 rows starting from the beginning of the part | ||
3590 | 2024.05.13 20:48:54.684270 [ 3 ] {2b6f4178-f185-4d00-b841-10fc5456488d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3591 | 2024.05.13 20:48:54.684273 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 66 rows starting from the beginning of the part | ||
3592 | 2024.05.13 20:48:54.684465 [ 3 ] {2b6f4178-f185-4d00-b841-10fc5456488d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3593 | 2024.05.13 20:48:54.684591 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::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 | ||
3594 | 2024.05.13 20:48:54.685419 [ 3 ] {2b6f4178-f185-4d00-b841-10fc5456488d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3595 | 2024.05.13 20:48:54.686475 [ 3 ] {2b6f4178-f185-4d00-b841-10fc5456488d} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3596 | 2024.05.13 20:48:54.686545 [ 3 ] {2b6f4178-f185-4d00-b841-10fc5456488d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3597 | 2024.05.13 20:48:54.687366 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 524 rows, containing 4 columns (4 merged, 0 gathered) in 0.005038858 sec., 103991.817193499 rows/sec., 8.11 MiB/sec. | ||
3598 | 2024.05.13 20:48:54.687522 [ 3 ] {2b6f4178-f185-4d00-b841-10fc5456488d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3599 | 2024.05.13 20:48:54.687586 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3600 | 2024.05.13 20:48:54.688510 [ 3 ] {2b6f4178-f185-4d00-b841-10fc5456488d} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3601 | 2024.05.13 20:48:54.688560 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_21_4} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3602 | 2024.05.13 20:48:54.688760 [ 135 ] {} <Debug> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3603 | 2024.05.13 20:48:54.688796 [ 3 ] {2b6f4178-f185-4d00-b841-10fc5456488d} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.004835 sec., 31023.784901758016 rows/sec., 2.15 MiB/sec. | ||
3604 | 2024.05.13 20:48:54.688806 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_21_4} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3605 | 2024.05.13 20:48:54.688820 [ 135 ] {} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3606 | 2024.05.13 20:48:54.688910 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3607 | 2024.05.13 20:48:54.689363 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
3608 | 2024.05.13 20:48:54.689396 [ 3 ] {2b6f4178-f185-4d00-b841-10fc5456488d} <Debug> DynamicQueryHandler: Done processing query | ||
3609 | 2024.05.13 20:48:54.689489 [ 3 ] {2b6f4178-f185-4d00-b841-10fc5456488d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3610 | 2024.05.13 20:48:54.689498 [ 193 ] {313178d0-1e86-4864-8af4-8d959655e5c5::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 | ||
3611 | 2024.05.13 20:48:54.689555 [ 3 ] {} <Debug> HTTP-Session: c138a4c7-5f14-49a5-844f-d680fa13d6b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3612 | 2024.05.13 20:48:54.689725 [ 193 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3613 | 2024.05.13 20:48:54.689772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3614 | 2024.05.13 20:48:54.689788 [ 193 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2540 rows starting from the beginning of the part | ||
3615 | 2024.05.13 20:48:54.689867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3616 | 2024.05.13 20:48:54.689961 [ 3 ] {} <Debug> HTTP-Session: 22ff5c38-4480-41cf-891d-6150fef867ab Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3617 | 2024.05.13 20:48:54.690049 [ 3 ] {} <Debug> HTTP-Session: 22ff5c38-4480-41cf-891d-6150fef867ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3618 | 2024.05.13 20:48:54.690066 [ 193 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 151 rows starting from the beginning of the part | ||
3619 | 2024.05.13 20:48:54.690127 [ 3 ] {} <Debug> HTTP-Session: 22ff5c38-4480-41cf-891d-6150fef867ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3620 | 2024.05.13 20:48:54.690308 [ 3 ] {} <Trace> HTTP-Session: 22ff5c38-4480-41cf-891d-6150fef867ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3621 | 2024.05.13 20:48:54.690330 [ 193 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 150 rows starting from the beginning of the part | ||
3622 | 2024.05.13 20:48:54.690560 [ 193 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 187 rows starting from the beginning of the part | ||
3623 | 2024.05.13 20:48:54.690689 [ 193 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 150 rows starting from the beginning of the part | ||
3624 | 2024.05.13 20:48:54.690923 [ 193 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 150 rows starting from the beginning of the part | ||
3625 | 2024.05.13 20:48:54.690968 [ 3 ] {a5f5ee17-5af1-419b-aa64-c8f3a1c95908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3626 | 2024.05.13 20:48:54.691191 [ 3 ] {a5f5ee17-5af1-419b-aa64-c8f3a1c95908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3627 | 2024.05.13 20:48:54.691672 [ 3 ] {a5f5ee17-5af1-419b-aa64-c8f3a1c95908} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3628 | 2024.05.13 20:48:54.692714 [ 3 ] {a5f5ee17-5af1-419b-aa64-c8f3a1c95908} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3629 | 2024.05.13 20:48:54.692790 [ 3 ] {a5f5ee17-5af1-419b-aa64-c8f3a1c95908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3630 | 2024.05.13 20:48:54.693991 [ 3 ] {a5f5ee17-5af1-419b-aa64-c8f3a1c95908} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3631 | 2024.05.13 20:48:54.694652 [ 192 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3328 rows, containing 5 columns (5 merged, 0 gathered) in 0.005532743 sec., 601509.9562730457 rows/sec., 41.80 MiB/sec. | ||
3632 | 2024.05.13 20:48:54.694706 [ 3 ] {a5f5ee17-5af1-419b-aa64-c8f3a1c95908} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3633 | 2024.05.13 20:48:54.694914 [ 3 ] {a5f5ee17-5af1-419b-aa64-c8f3a1c95908} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.004342 sec., 4836.480884385076 rows/sec., 6.53 MiB/sec. | ||
3634 | 2024.05.13 20:48:54.695127 [ 192 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3635 | 2024.05.13 20:48:54.695558 [ 3 ] {a5f5ee17-5af1-419b-aa64-c8f3a1c95908} <Debug> DynamicQueryHandler: Done processing query | ||
3636 | 2024.05.13 20:48:54.695605 [ 3 ] {a5f5ee17-5af1-419b-aa64-c8f3a1c95908} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3637 | 2024.05.13 20:48:54.695645 [ 3 ] {} <Debug> HTTP-Session: 22ff5c38-4480-41cf-891d-6150fef867ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3638 | 2024.05.13 20:48:54.695841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 7667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3639 | 2024.05.13 20:48:54.695915 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3640 | 2024.05.13 20:48:54.695949 [ 3 ] {} <Debug> HTTP-Session: 664ddf72-d613-4239-8d1c-b1b98c6105bb Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3641 | 2024.05.13 20:48:54.695977 [ 3 ] {} <Debug> HTTP-Session: 664ddf72-d613-4239-8d1c-b1b98c6105bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3642 | 2024.05.13 20:48:54.696009 [ 3 ] {} <Debug> HTTP-Session: 664ddf72-d613-4239-8d1c-b1b98c6105bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3643 | 2024.05.13 20:48:54.696061 [ 3 ] {} <Trace> HTTP-Session: 664ddf72-d613-4239-8d1c-b1b98c6105bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3644 | 2024.05.13 20:48:54.696106 [ 192 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3645 | 2024.05.13 20:48:54.696272 [ 192 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3646 | 2024.05.13 20:48:54.696312 [ 3 ] {e658e71b-4b64-4c20-b8b8-dc7ff069692f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3647 | 2024.05.13 20:48:54.696426 [ 3 ] {e658e71b-4b64-4c20-b8b8-dc7ff069692f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3648 | 2024.05.13 20:48:54.696450 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
3649 | 2024.05.13 20:48:54.696629 [ 3 ] {e658e71b-4b64-4c20-b8b8-dc7ff069692f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3650 | 2024.05.13 20:48:54.696953 [ 3 ] {e658e71b-4b64-4c20-b8b8-dc7ff069692f} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3651 | 2024.05.13 20:48:54.696992 [ 3 ] {e658e71b-4b64-4c20-b8b8-dc7ff069692f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3652 | 2024.05.13 20:48:54.697398 [ 3 ] {e658e71b-4b64-4c20-b8b8-dc7ff069692f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3653 | 2024.05.13 20:48:54.697727 [ 3 ] {e658e71b-4b64-4c20-b8b8-dc7ff069692f} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3654 | 2024.05.13 20:48:54.697854 [ 3 ] {e658e71b-4b64-4c20-b8b8-dc7ff069692f} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001653 sec., 30248.033877797945 rows/sec., 2.07 MiB/sec. | ||
3655 | 2024.05.13 20:48:54.697856 [ 135 ] {} <Debug> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3656 | 2024.05.13 20:48:54.697911 [ 135 ] {} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3657 | 2024.05.13 20:48:54.697942 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3658 | 2024.05.13 20:48:54.698083 [ 3 ] {e658e71b-4b64-4c20-b8b8-dc7ff069692f} <Debug> DynamicQueryHandler: Done processing query | ||
3659 | 2024.05.13 20:48:54.698115 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
3660 | 2024.05.13 20:48:54.698125 [ 3 ] {e658e71b-4b64-4c20-b8b8-dc7ff069692f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3661 | 2024.05.13 20:48:54.698197 [ 3 ] {} <Debug> HTTP-Session: 664ddf72-d613-4239-8d1c-b1b98c6105bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3662 | 2024.05.13 20:48:54.698320 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3663 | 2024.05.13 20:48:54.698357 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 694 rows starting from the beginning of the part | ||
3664 | 2024.05.13 20:48:54.698443 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 50 rows starting from the beginning of the part | ||
3665 | 2024.05.13 20:48:54.698542 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 50 rows starting from the beginning of the part | ||
3666 | 2024.05.13 20:48:54.698631 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 50 rows starting from the beginning of the part | ||
3667 | 2024.05.13 20:48:54.698731 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 50 rows starting from the beginning of the part | ||
3668 | 2024.05.13 20:48:54.698809 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 50 rows starting from the beginning of the part | ||
3669 | 2024.05.13 20:48:54.699822 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 944 rows, containing 4 columns (4 merged, 0 gathered) in 0.001809707 sec., 521631.40221041307 rows/sec., 35.76 MiB/sec. | ||
3670 | 2024.05.13 20:48:54.700029 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3671 | 2024.05.13 20:48:54.700429 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_21_4} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3672 | 2024.05.13 20:48:54.700508 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_21_4} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3673 | 2024.05.13 20:48:54.700591 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
3674 | 2024.05.13 20:48:57.829207 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3675 | 2024.05.13 20:48:57.829271 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3676 | 2024.05.13 20:48:59.001356 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00097542 sec. | ||
3677 | 2024.05.13 20:48:59.670482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3678 | 2024.05.13 20:48:59.670600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3679 | 2024.05.13 20:48:59.670630 [ 3 ] {} <Debug> HTTP-Session: 3a04269e-7324-4fc4-97dc-4d5227e1e658 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3680 | 2024.05.13 20:48:59.670658 [ 3 ] {} <Debug> HTTP-Session: 3a04269e-7324-4fc4-97dc-4d5227e1e658 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3681 | 2024.05.13 20:48:59.670676 [ 3 ] {} <Debug> HTTP-Session: 3a04269e-7324-4fc4-97dc-4d5227e1e658 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3682 | 2024.05.13 20:48:59.670730 [ 3 ] {} <Trace> HTTP-Session: 3a04269e-7324-4fc4-97dc-4d5227e1e658 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3683 | 2024.05.13 20:48:59.670932 [ 3 ] {84e3bcca-30c5-44a0-a9b3-e16e1ca61604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3684 | 2024.05.13 20:48:59.671003 [ 3 ] {84e3bcca-30c5-44a0-a9b3-e16e1ca61604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3685 | 2024.05.13 20:48:59.671215 [ 3 ] {84e3bcca-30c5-44a0-a9b3-e16e1ca61604} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3686 | 2024.05.13 20:48:59.671631 [ 3 ] {84e3bcca-30c5-44a0-a9b3-e16e1ca61604} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3687 | 2024.05.13 20:48:59.671670 [ 3 ] {84e3bcca-30c5-44a0-a9b3-e16e1ca61604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3688 | 2024.05.13 20:48:59.672037 [ 3 ] {84e3bcca-30c5-44a0-a9b3-e16e1ca61604} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3689 | 2024.05.13 20:48:59.672373 [ 3 ] {84e3bcca-30c5-44a0-a9b3-e16e1ca61604} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3690 | 2024.05.13 20:48:59.672515 [ 3 ] {84e3bcca-30c5-44a0-a9b3-e16e1ca61604} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001645 sec., 6079.0273556231 rows/sec., 492.73 KiB/sec. | ||
3691 | 2024.05.13 20:48:59.672782 [ 3 ] {84e3bcca-30c5-44a0-a9b3-e16e1ca61604} <Debug> DynamicQueryHandler: Done processing query | ||
3692 | 2024.05.13 20:48:59.672808 [ 3 ] {84e3bcca-30c5-44a0-a9b3-e16e1ca61604} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3693 | 2024.05.13 20:48:59.672825 [ 3 ] {} <Debug> HTTP-Session: 3a04269e-7324-4fc4-97dc-4d5227e1e658 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3694 | 2024.05.13 20:48:59.672969 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 11803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3695 | 2024.05.13 20:48:59.673018 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3696 | 2024.05.13 20:48:59.673037 [ 3 ] {} <Debug> HTTP-Session: 135fa5f9-a611-470e-a0e1-bcc7be7baf80 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3697 | 2024.05.13 20:48:59.673053 [ 3 ] {} <Debug> HTTP-Session: 135fa5f9-a611-470e-a0e1-bcc7be7baf80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3698 | 2024.05.13 20:48:59.673067 [ 3 ] {} <Debug> HTTP-Session: 135fa5f9-a611-470e-a0e1-bcc7be7baf80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3699 | 2024.05.13 20:48:59.673098 [ 3 ] {} <Trace> HTTP-Session: 135fa5f9-a611-470e-a0e1-bcc7be7baf80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3700 | 2024.05.13 20:48:59.673217 [ 3 ] {90df5899-26a9-4cb7-b305-ae1749da9a43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3701 | 2024.05.13 20:48:59.673261 [ 3 ] {90df5899-26a9-4cb7-b305-ae1749da9a43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3702 | 2024.05.13 20:48:59.673398 [ 3 ] {90df5899-26a9-4cb7-b305-ae1749da9a43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3703 | 2024.05.13 20:48:59.673744 [ 3 ] {90df5899-26a9-4cb7-b305-ae1749da9a43} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3704 | 2024.05.13 20:48:59.673780 [ 3 ] {90df5899-26a9-4cb7-b305-ae1749da9a43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3705 | 2024.05.13 20:48:59.674081 [ 3 ] {90df5899-26a9-4cb7-b305-ae1749da9a43} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3706 | 2024.05.13 20:48:59.674379 [ 3 ] {90df5899-26a9-4cb7-b305-ae1749da9a43} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3707 | 2024.05.13 20:48:59.674502 [ 3 ] {90df5899-26a9-4cb7-b305-ae1749da9a43} <Debug> executeQuery: Read 82 rows, 6.79 KiB in 0.00133 sec., 61654.13533834586 rows/sec., 4.99 MiB/sec. | ||
3708 | 2024.05.13 20:48:59.674988 [ 3 ] {90df5899-26a9-4cb7-b305-ae1749da9a43} <Debug> DynamicQueryHandler: Done processing query | ||
3709 | 2024.05.13 20:48:59.675068 [ 3 ] {90df5899-26a9-4cb7-b305-ae1749da9a43} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3710 | 2024.05.13 20:48:59.675159 [ 3 ] {} <Debug> HTTP-Session: 135fa5f9-a611-470e-a0e1-bcc7be7baf80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3711 | 2024.05.13 20:48:59.675404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 11222, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3712 | 2024.05.13 20:48:59.675455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3713 | 2024.05.13 20:48:59.675475 [ 3 ] {} <Debug> HTTP-Session: 52dca45b-c14a-4786-bff4-743bf04bacbe Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3714 | 2024.05.13 20:48:59.675492 [ 3 ] {} <Debug> HTTP-Session: 52dca45b-c14a-4786-bff4-743bf04bacbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3715 | 2024.05.13 20:48:59.675506 [ 3 ] {} <Debug> HTTP-Session: 52dca45b-c14a-4786-bff4-743bf04bacbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3716 | 2024.05.13 20:48:59.675538 [ 3 ] {} <Trace> HTTP-Session: 52dca45b-c14a-4786-bff4-743bf04bacbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3717 | 2024.05.13 20:48:59.675657 [ 3 ] {bd07b863-67b6-4ad2-ba1c-f77e65b3d046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3718 | 2024.05.13 20:48:59.675702 [ 3 ] {bd07b863-67b6-4ad2-ba1c-f77e65b3d046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3719 | 2024.05.13 20:48:59.675848 [ 3 ] {bd07b863-67b6-4ad2-ba1c-f77e65b3d046} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3720 | 2024.05.13 20:48:59.676170 [ 3 ] {bd07b863-67b6-4ad2-ba1c-f77e65b3d046} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3721 | 2024.05.13 20:48:59.676205 [ 3 ] {bd07b863-67b6-4ad2-ba1c-f77e65b3d046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3722 | 2024.05.13 20:48:59.676501 [ 3 ] {bd07b863-67b6-4ad2-ba1c-f77e65b3d046} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3723 | 2024.05.13 20:48:59.676797 [ 3 ] {bd07b863-67b6-4ad2-ba1c-f77e65b3d046} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3724 | 2024.05.13 20:48:59.676932 [ 3 ] {bd07b863-67b6-4ad2-ba1c-f77e65b3d046} <Debug> executeQuery: Read 66 rows, 5.27 KiB in 0.001304 sec., 50613.496932515336 rows/sec., 3.95 MiB/sec. | ||
3725 | 2024.05.13 20:48:59.677490 [ 3 ] {bd07b863-67b6-4ad2-ba1c-f77e65b3d046} <Debug> DynamicQueryHandler: Done processing query | ||
3726 | 2024.05.13 20:48:59.677570 [ 3 ] {bd07b863-67b6-4ad2-ba1c-f77e65b3d046} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3727 | 2024.05.13 20:48:59.677659 [ 3 ] {} <Debug> HTTP-Session: 52dca45b-c14a-4786-bff4-743bf04bacbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3728 | 2024.05.13 20:48:59.677962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 28667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3729 | 2024.05.13 20:48:59.678016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3730 | 2024.05.13 20:48:59.678035 [ 3 ] {} <Debug> HTTP-Session: 09816353-126c-4cf9-ab6b-e5adad6d458e Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3731 | 2024.05.13 20:48:59.678053 [ 3 ] {} <Debug> HTTP-Session: 09816353-126c-4cf9-ab6b-e5adad6d458e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3732 | 2024.05.13 20:48:59.678066 [ 3 ] {} <Debug> HTTP-Session: 09816353-126c-4cf9-ab6b-e5adad6d458e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3733 | 2024.05.13 20:48:59.678099 [ 3 ] {} <Trace> HTTP-Session: 09816353-126c-4cf9-ab6b-e5adad6d458e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3734 | 2024.05.13 20:48:59.678251 [ 3 ] {7f6728c0-adb9-4571-a950-46d3c503b08b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3735 | 2024.05.13 20:48:59.678299 [ 3 ] {7f6728c0-adb9-4571-a950-46d3c503b08b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3736 | 2024.05.13 20:48:59.678471 [ 3 ] {7f6728c0-adb9-4571-a950-46d3c503b08b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3737 | 2024.05.13 20:48:59.678851 [ 3 ] {7f6728c0-adb9-4571-a950-46d3c503b08b} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3738 | 2024.05.13 20:48:59.678887 [ 3 ] {7f6728c0-adb9-4571-a950-46d3c503b08b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3739 | 2024.05.13 20:48:59.679266 [ 3 ] {7f6728c0-adb9-4571-a950-46d3c503b08b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3740 | 2024.05.13 20:48:59.679601 [ 3 ] {7f6728c0-adb9-4571-a950-46d3c503b08b} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3741 | 2024.05.13 20:48:59.679730 [ 3 ] {7f6728c0-adb9-4571-a950-46d3c503b08b} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001543 sec., 97213.22099805572 rows/sec., 6.74 MiB/sec. | ||
3742 | 2024.05.13 20:48:59.680330 [ 3 ] {7f6728c0-adb9-4571-a950-46d3c503b08b} <Debug> DynamicQueryHandler: Done processing query | ||
3743 | 2024.05.13 20:48:59.680406 [ 3 ] {7f6728c0-adb9-4571-a950-46d3c503b08b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3744 | 2024.05.13 20:48:59.680525 [ 3 ] {} <Debug> HTTP-Session: 09816353-126c-4cf9-ab6b-e5adad6d458e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3745 | 2024.05.13 20:48:59.680721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10758, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3746 | 2024.05.13 20:48:59.680772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3747 | 2024.05.13 20:48:59.680792 [ 3 ] {} <Debug> HTTP-Session: d172a56b-43f0-47da-ab20-d1dd65158458 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3748 | 2024.05.13 20:48:59.680809 [ 3 ] {} <Debug> HTTP-Session: d172a56b-43f0-47da-ab20-d1dd65158458 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3749 | 2024.05.13 20:48:59.680822 [ 3 ] {} <Debug> HTTP-Session: d172a56b-43f0-47da-ab20-d1dd65158458 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3750 | 2024.05.13 20:48:59.680854 [ 3 ] {} <Trace> HTTP-Session: d172a56b-43f0-47da-ab20-d1dd65158458 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3751 | 2024.05.13 20:48:59.681020 [ 3 ] {37dac888-59a8-49e1-be2d-7c586ae6bae0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3752 | 2024.05.13 20:48:59.681067 [ 3 ] {37dac888-59a8-49e1-be2d-7c586ae6bae0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3753 | 2024.05.13 20:48:59.681234 [ 3 ] {37dac888-59a8-49e1-be2d-7c586ae6bae0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3754 | 2024.05.13 20:48:59.681570 [ 3 ] {37dac888-59a8-49e1-be2d-7c586ae6bae0} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3755 | 2024.05.13 20:48:59.681605 [ 3 ] {37dac888-59a8-49e1-be2d-7c586ae6bae0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3756 | 2024.05.13 20:48:59.681993 [ 3 ] {37dac888-59a8-49e1-be2d-7c586ae6bae0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3757 | 2024.05.13 20:48:59.682316 [ 3 ] {37dac888-59a8-49e1-be2d-7c586ae6bae0} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3758 | 2024.05.13 20:48:59.682442 [ 3 ] {37dac888-59a8-49e1-be2d-7c586ae6bae0} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.001514 sec., 6605.019815059445 rows/sec., 8.91 MiB/sec. | ||
3759 | 2024.05.13 20:48:59.682610 [ 3 ] {37dac888-59a8-49e1-be2d-7c586ae6bae0} <Debug> DynamicQueryHandler: Done processing query | ||
3760 | 2024.05.13 20:48:59.682633 [ 3 ] {37dac888-59a8-49e1-be2d-7c586ae6bae0} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3761 | 2024.05.13 20:48:59.682649 [ 3 ] {} <Debug> HTTP-Session: d172a56b-43f0-47da-ab20-d1dd65158458 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3762 | 2024.05.13 20:48:59.682801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 7667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3763 | 2024.05.13 20:48:59.682850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3764 | 2024.05.13 20:48:59.682869 [ 3 ] {} <Debug> HTTP-Session: 81441abe-8daa-4764-a421-7477505edbd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3765 | 2024.05.13 20:48:59.682885 [ 3 ] {} <Debug> HTTP-Session: 81441abe-8daa-4764-a421-7477505edbd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3766 | 2024.05.13 20:48:59.682898 [ 3 ] {} <Debug> HTTP-Session: 81441abe-8daa-4764-a421-7477505edbd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3767 | 2024.05.13 20:48:59.682929 [ 3 ] {} <Trace> HTTP-Session: 81441abe-8daa-4764-a421-7477505edbd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3768 | 2024.05.13 20:48:59.683037 [ 3 ] {5210e1e4-1f29-481a-9749-9e23e4b1e366} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3769 | 2024.05.13 20:48:59.683080 [ 3 ] {5210e1e4-1f29-481a-9749-9e23e4b1e366} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3770 | 2024.05.13 20:48:59.683206 [ 3 ] {5210e1e4-1f29-481a-9749-9e23e4b1e366} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3771 | 2024.05.13 20:48:59.683485 [ 3 ] {5210e1e4-1f29-481a-9749-9e23e4b1e366} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3772 | 2024.05.13 20:48:59.683520 [ 3 ] {5210e1e4-1f29-481a-9749-9e23e4b1e366} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
3773 | 2024.05.13 20:48:59.683865 [ 3 ] {5210e1e4-1f29-481a-9749-9e23e4b1e366} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3774 | 2024.05.13 20:48:59.684183 [ 3 ] {5210e1e4-1f29-481a-9749-9e23e4b1e366} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3775 | 2024.05.13 20:48:59.684304 [ 3 ] {5210e1e4-1f29-481a-9749-9e23e4b1e366} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001303 sec., 38372.98541826555 rows/sec., 2.63 MiB/sec. | ||
3776 | 2024.05.13 20:48:59.684796 [ 3 ] {5210e1e4-1f29-481a-9749-9e23e4b1e366} <Debug> DynamicQueryHandler: Done processing query | ||
3777 | 2024.05.13 20:48:59.684886 [ 3 ] {5210e1e4-1f29-481a-9749-9e23e4b1e366} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3778 | 2024.05.13 20:48:59.684972 [ 3 ] {} <Debug> HTTP-Session: 81441abe-8daa-4764-a421-7477505edbd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3779 | 2024.05.13 20:49:04.671444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3780 | 2024.05.13 20:49:04.671571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3781 | 2024.05.13 20:49:04.671598 [ 3 ] {} <Debug> HTTP-Session: 01c3569e-d784-4a05-9e0c-349d373e2fb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3782 | 2024.05.13 20:49:04.671623 [ 3 ] {} <Debug> HTTP-Session: 01c3569e-d784-4a05-9e0c-349d373e2fb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3783 | 2024.05.13 20:49:04.671637 [ 3 ] {} <Debug> HTTP-Session: 01c3569e-d784-4a05-9e0c-349d373e2fb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3784 | 2024.05.13 20:49:04.671686 [ 3 ] {} <Trace> HTTP-Session: 01c3569e-d784-4a05-9e0c-349d373e2fb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3785 | 2024.05.13 20:49:04.671872 [ 3 ] {07540806-1a2a-45a1-8288-775c3a67fc47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3786 | 2024.05.13 20:49:04.671942 [ 3 ] {07540806-1a2a-45a1-8288-775c3a67fc47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3787 | 2024.05.13 20:49:04.672132 [ 3 ] {07540806-1a2a-45a1-8288-775c3a67fc47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3788 | 2024.05.13 20:49:04.672569 [ 3 ] {07540806-1a2a-45a1-8288-775c3a67fc47} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3789 | 2024.05.13 20:49:04.672613 [ 3 ] {07540806-1a2a-45a1-8288-775c3a67fc47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
3790 | 2024.05.13 20:49:04.672988 [ 3 ] {07540806-1a2a-45a1-8288-775c3a67fc47} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3791 | 2024.05.13 20:49:04.673320 [ 3 ] {07540806-1a2a-45a1-8288-775c3a67fc47} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3792 | 2024.05.13 20:49:04.673487 [ 3 ] {07540806-1a2a-45a1-8288-775c3a67fc47} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.00167 sec., 12574.850299401198 rows/sec., 1019.25 KiB/sec. | ||
3793 | 2024.05.13 20:49:04.673786 [ 3 ] {07540806-1a2a-45a1-8288-775c3a67fc47} <Debug> DynamicQueryHandler: Done processing query | ||
3794 | 2024.05.13 20:49:04.673814 [ 3 ] {07540806-1a2a-45a1-8288-775c3a67fc47} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3795 | 2024.05.13 20:49:04.673831 [ 3 ] {} <Debug> HTTP-Session: 01c3569e-d784-4a05-9e0c-349d373e2fb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3796 | 2024.05.13 20:49:04.673949 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3797 | 2024.05.13 20:49:04.674000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3798 | 2024.05.13 20:49:04.674020 [ 3 ] {} <Debug> HTTP-Session: ab2f1863-f360-4ca2-8e93-f0680a0df858 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3799 | 2024.05.13 20:49:04.674037 [ 3 ] {} <Debug> HTTP-Session: ab2f1863-f360-4ca2-8e93-f0680a0df858 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3800 | 2024.05.13 20:49:04.674051 [ 3 ] {} <Debug> HTTP-Session: ab2f1863-f360-4ca2-8e93-f0680a0df858 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3801 | 2024.05.13 20:49:04.674082 [ 3 ] {} <Trace> HTTP-Session: ab2f1863-f360-4ca2-8e93-f0680a0df858 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3802 | 2024.05.13 20:49:04.674182 [ 3 ] {810b9f7d-25ed-4415-91c7-28aa38b57011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3803 | 2024.05.13 20:49:04.674227 [ 3 ] {810b9f7d-25ed-4415-91c7-28aa38b57011} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3804 | 2024.05.13 20:49:04.674375 [ 3 ] {810b9f7d-25ed-4415-91c7-28aa38b57011} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3805 | 2024.05.13 20:49:04.674667 [ 3 ] {810b9f7d-25ed-4415-91c7-28aa38b57011} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3806 | 2024.05.13 20:49:04.674704 [ 3 ] {810b9f7d-25ed-4415-91c7-28aa38b57011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
3807 | 2024.05.13 20:49:04.675010 [ 3 ] {810b9f7d-25ed-4415-91c7-28aa38b57011} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3808 | 2024.05.13 20:49:04.675306 [ 3 ] {810b9f7d-25ed-4415-91c7-28aa38b57011} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3809 | 2024.05.13 20:49:04.675463 [ 54 ] {} <Debug> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3810 | 2024.05.13 20:49:04.675476 [ 3 ] {810b9f7d-25ed-4415-91c7-28aa38b57011} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001313 sec., 1523.2292460015233 rows/sec., 124.21 KiB/sec. | ||
3811 | 2024.05.13 20:49:04.675549 [ 54 ] {} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3812 | 2024.05.13 20:49:04.675607 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
3813 | 2024.05.13 20:49:04.675860 [ 3 ] {810b9f7d-25ed-4415-91c7-28aa38b57011} <Debug> DynamicQueryHandler: Done processing query | ||
3814 | 2024.05.13 20:49:04.675961 [ 3 ] {810b9f7d-25ed-4415-91c7-28aa38b57011} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3815 | 2024.05.13 20:49:04.676053 [ 3 ] {} <Debug> HTTP-Session: ab2f1863-f360-4ca2-8e93-f0680a0df858 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3816 | 2024.05.13 20:49:04.676115 [ 193 ] {710aedce-5489-4d74-9550-46f1be84f34b::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 | ||
3817 | 2024.05.13 20:49:04.676318 [ 193 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3818 | 2024.05.13 20:49:04.676335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 16887, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3819 | 2024.05.13 20:49:04.676381 [ 193 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
3820 | 2024.05.13 20:49:04.676442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3821 | 2024.05.13 20:49:04.676538 [ 3 ] {} <Debug> HTTP-Session: 4d24bff0-4eeb-4a9d-9a74-36d8b64513c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3822 | 2024.05.13 20:49:04.676615 [ 3 ] {} <Debug> HTTP-Session: 4d24bff0-4eeb-4a9d-9a74-36d8b64513c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3823 | 2024.05.13 20:49:04.676626 [ 193 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
3824 | 2024.05.13 20:49:04.676649 [ 3 ] {} <Debug> HTTP-Session: 4d24bff0-4eeb-4a9d-9a74-36d8b64513c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3825 | 2024.05.13 20:49:04.676836 [ 3 ] {} <Trace> HTTP-Session: 4d24bff0-4eeb-4a9d-9a74-36d8b64513c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3826 | 2024.05.13 20:49:04.676858 [ 193 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
3827 | 2024.05.13 20:49:04.677115 [ 193 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
3828 | 2024.05.13 20:49:04.677352 [ 3 ] {53c14932-8408-4a69-b1a9-76cd7b088f60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3829 | 2024.05.13 20:49:04.677361 [ 193 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
3830 | 2024.05.13 20:49:04.677526 [ 3 ] {53c14932-8408-4a69-b1a9-76cd7b088f60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3831 | 2024.05.13 20:49:04.678093 [ 3 ] {53c14932-8408-4a69-b1a9-76cd7b088f60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3832 | 2024.05.13 20:49:04.679098 [ 3 ] {53c14932-8408-4a69-b1a9-76cd7b088f60} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3833 | 2024.05.13 20:49:04.679169 [ 3 ] {53c14932-8408-4a69-b1a9-76cd7b088f60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
3834 | 2024.05.13 20:49:04.679651 [ 193 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.003936138 sec., 2540.561331945171 rows/sec., 207.16 KiB/sec. | ||
3835 | 2024.05.13 20:49:04.679922 [ 193 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3836 | 2024.05.13 20:49:04.680050 [ 3 ] {53c14932-8408-4a69-b1a9-76cd7b088f60} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3837 | 2024.05.13 20:49:04.680670 [ 193 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_5_1} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3838 | 2024.05.13 20:49:04.680839 [ 3 ] {53c14932-8408-4a69-b1a9-76cd7b088f60} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3839 | 2024.05.13 20:49:04.680847 [ 193 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_5_1} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3840 | 2024.05.13 20:49:04.681024 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
3841 | 2024.05.13 20:49:04.681142 [ 3 ] {53c14932-8408-4a69-b1a9-76cd7b088f60} <Debug> executeQuery: Read 116 rows, 9.83 KiB in 0.004019 sec., 28862.901219208758 rows/sec., 2.39 MiB/sec. | ||
3842 | 2024.05.13 20:49:04.681330 [ 3 ] {53c14932-8408-4a69-b1a9-76cd7b088f60} <Debug> DynamicQueryHandler: Done processing query | ||
3843 | 2024.05.13 20:49:04.681355 [ 3 ] {53c14932-8408-4a69-b1a9-76cd7b088f60} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3844 | 2024.05.13 20:49:04.681372 [ 3 ] {} <Debug> HTTP-Session: 4d24bff0-4eeb-4a9d-9a74-36d8b64513c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3845 | 2024.05.13 20:49:04.681491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3846 | 2024.05.13 20:49:04.681539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3847 | 2024.05.13 20:49:04.681559 [ 3 ] {} <Debug> HTTP-Session: 8534d485-53d1-4949-8561-9f7d439b0501 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3848 | 2024.05.13 20:49:04.681576 [ 3 ] {} <Debug> HTTP-Session: 8534d485-53d1-4949-8561-9f7d439b0501 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3849 | 2024.05.13 20:49:04.681594 [ 3 ] {} <Debug> HTTP-Session: 8534d485-53d1-4949-8561-9f7d439b0501 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3850 | 2024.05.13 20:49:04.681627 [ 3 ] {} <Trace> HTTP-Session: 8534d485-53d1-4949-8561-9f7d439b0501 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3851 | 2024.05.13 20:49:04.681722 [ 3 ] {83e76816-81e5-494a-8a84-5791a0109e07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3852 | 2024.05.13 20:49:04.681766 [ 3 ] {83e76816-81e5-494a-8a84-5791a0109e07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3853 | 2024.05.13 20:49:04.681900 [ 3 ] {83e76816-81e5-494a-8a84-5791a0109e07} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3854 | 2024.05.13 20:49:04.682185 [ 3 ] {83e76816-81e5-494a-8a84-5791a0109e07} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3855 | 2024.05.13 20:49:04.682222 [ 3 ] {83e76816-81e5-494a-8a84-5791a0109e07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
3856 | 2024.05.13 20:49:04.682526 [ 3 ] {83e76816-81e5-494a-8a84-5791a0109e07} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3857 | 2024.05.13 20:49:04.682830 [ 3 ] {83e76816-81e5-494a-8a84-5791a0109e07} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3858 | 2024.05.13 20:49:04.682981 [ 61 ] {} <Debug> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3859 | 2024.05.13 20:49:04.682984 [ 3 ] {83e76816-81e5-494a-8a84-5791a0109e07} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001274 sec., 1569.8587127158555 rows/sec., 109.61 KiB/sec. | ||
3860 | 2024.05.13 20:49:04.683041 [ 61 ] {} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3861 | 2024.05.13 20:49:04.683109 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
3862 | 2024.05.13 20:49:04.683388 [ 3 ] {83e76816-81e5-494a-8a84-5791a0109e07} <Debug> DynamicQueryHandler: Done processing query | ||
3863 | 2024.05.13 20:49:04.683430 [ 192 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::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 | ||
3864 | 2024.05.13 20:49:04.683461 [ 3 ] {83e76816-81e5-494a-8a84-5791a0109e07} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3865 | 2024.05.13 20:49:04.683535 [ 3 ] {} <Debug> HTTP-Session: 8534d485-53d1-4949-8561-9f7d439b0501 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3866 | 2024.05.13 20:49:04.683731 [ 192 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3867 | 2024.05.13 20:49:04.683738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 13425, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3868 | 2024.05.13 20:49:04.683790 [ 192 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
3869 | 2024.05.13 20:49:04.683850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3870 | 2024.05.13 20:49:04.683912 [ 3 ] {} <Debug> HTTP-Session: c995aefb-2697-43d4-b11c-063cf272698d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3871 | 2024.05.13 20:49:04.683983 [ 3 ] {} <Debug> HTTP-Session: c995aefb-2697-43d4-b11c-063cf272698d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3872 | 2024.05.13 20:49:04.684053 [ 3 ] {} <Debug> HTTP-Session: c995aefb-2697-43d4-b11c-063cf272698d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3873 | 2024.05.13 20:49:04.684072 [ 192 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
3874 | 2024.05.13 20:49:04.684177 [ 3 ] {} <Trace> HTTP-Session: c995aefb-2697-43d4-b11c-063cf272698d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3875 | 2024.05.13 20:49:04.684365 [ 192 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
3876 | 2024.05.13 20:49:04.684623 [ 3 ] {36c9461d-8870-44cc-b828-7339c644118a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3877 | 2024.05.13 20:49:04.684701 [ 192 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
3878 | 2024.05.13 20:49:04.684762 [ 3 ] {36c9461d-8870-44cc-b828-7339c644118a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3879 | 2024.05.13 20:49:04.685021 [ 192 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
3880 | 2024.05.13 20:49:04.685765 [ 3 ] {36c9461d-8870-44cc-b828-7339c644118a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3881 | 2024.05.13 20:49:04.686623 [ 3 ] {36c9461d-8870-44cc-b828-7339c644118a} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3882 | 2024.05.13 20:49:04.686702 [ 3 ] {36c9461d-8870-44cc-b828-7339c644118a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
3883 | 2024.05.13 20:49:04.687547 [ 192 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.004325551 sec., 2311.844202045011 rows/sec., 161.42 KiB/sec. | ||
3884 | 2024.05.13 20:49:04.687637 [ 3 ] {36c9461d-8870-44cc-b828-7339c644118a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3885 | 2024.05.13 20:49:04.687709 [ 192 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3886 | 2024.05.13 20:49:04.688469 [ 3 ] {36c9461d-8870-44cc-b828-7339c644118a} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3887 | 2024.05.13 20:49:04.688589 [ 192 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_5_1} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3888 | 2024.05.13 20:49:04.688748 [ 3 ] {36c9461d-8870-44cc-b828-7339c644118a} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.004332 sec., 18236.380424746076 rows/sec., 1.42 MiB/sec. | ||
3889 | 2024.05.13 20:49:04.688861 [ 192 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_5_1} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3890 | 2024.05.13 20:49:04.689039 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
3891 | 2024.05.13 20:49:04.689104 [ 3 ] {36c9461d-8870-44cc-b828-7339c644118a} <Debug> DynamicQueryHandler: Done processing query | ||
3892 | 2024.05.13 20:49:04.689134 [ 3 ] {36c9461d-8870-44cc-b828-7339c644118a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3893 | 2024.05.13 20:49:04.689150 [ 3 ] {} <Debug> HTTP-Session: c995aefb-2697-43d4-b11c-063cf272698d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3894 | 2024.05.13 20:49:04.689326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 28857, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3895 | 2024.05.13 20:49:04.689373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3896 | 2024.05.13 20:49:04.689391 [ 3 ] {} <Debug> HTTP-Session: a7ca11e4-6a7a-4e2b-beb5-dc37eeebb94c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3897 | 2024.05.13 20:49:04.689408 [ 3 ] {} <Debug> HTTP-Session: a7ca11e4-6a7a-4e2b-beb5-dc37eeebb94c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3898 | 2024.05.13 20:49:04.689422 [ 3 ] {} <Debug> HTTP-Session: a7ca11e4-6a7a-4e2b-beb5-dc37eeebb94c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3899 | 2024.05.13 20:49:04.689453 [ 3 ] {} <Trace> HTTP-Session: a7ca11e4-6a7a-4e2b-beb5-dc37eeebb94c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3900 | 2024.05.13 20:49:04.689606 [ 3 ] {4e773a4d-a478-425f-a2f1-cbea12282119} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3901 | 2024.05.13 20:49:04.689651 [ 3 ] {4e773a4d-a478-425f-a2f1-cbea12282119} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3902 | 2024.05.13 20:49:04.689812 [ 3 ] {4e773a4d-a478-425f-a2f1-cbea12282119} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3903 | 2024.05.13 20:49:04.690166 [ 3 ] {4e773a4d-a478-425f-a2f1-cbea12282119} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3904 | 2024.05.13 20:49:04.690202 [ 3 ] {4e773a4d-a478-425f-a2f1-cbea12282119} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
3905 | 2024.05.13 20:49:04.690642 [ 3 ] {4e773a4d-a478-425f-a2f1-cbea12282119} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3906 | 2024.05.13 20:49:04.690979 [ 3 ] {4e773a4d-a478-425f-a2f1-cbea12282119} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3907 | 2024.05.13 20:49:04.691141 [ 3 ] {4e773a4d-a478-425f-a2f1-cbea12282119} <Debug> executeQuery: Read 151 rows, 10.72 KiB in 0.0016 sec., 94375 rows/sec., 6.54 MiB/sec. | ||
3908 | 2024.05.13 20:49:04.691312 [ 3 ] {4e773a4d-a478-425f-a2f1-cbea12282119} <Debug> DynamicQueryHandler: Done processing query | ||
3909 | 2024.05.13 20:49:04.691337 [ 3 ] {4e773a4d-a478-425f-a2f1-cbea12282119} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3910 | 2024.05.13 20:49:04.691352 [ 3 ] {} <Debug> HTTP-Session: a7ca11e4-6a7a-4e2b-beb5-dc37eeebb94c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3911 | 2024.05.13 20:49:04.691508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3912 | 2024.05.13 20:49:04.691557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3913 | 2024.05.13 20:49:04.691576 [ 3 ] {} <Debug> HTTP-Session: 28fbb9e3-936a-471c-92b1-7417e9a373af Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3914 | 2024.05.13 20:49:04.691593 [ 3 ] {} <Debug> HTTP-Session: 28fbb9e3-936a-471c-92b1-7417e9a373af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3915 | 2024.05.13 20:49:04.691606 [ 3 ] {} <Debug> HTTP-Session: 28fbb9e3-936a-471c-92b1-7417e9a373af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3916 | 2024.05.13 20:49:04.691637 [ 3 ] {} <Trace> HTTP-Session: 28fbb9e3-936a-471c-92b1-7417e9a373af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3917 | 2024.05.13 20:49:04.691865 [ 3 ] {5eb08da0-e9a3-44c6-89a8-9fa080faf818} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3918 | 2024.05.13 20:49:04.691913 [ 3 ] {5eb08da0-e9a3-44c6-89a8-9fa080faf818} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3919 | 2024.05.13 20:49:04.692076 [ 3 ] {5eb08da0-e9a3-44c6-89a8-9fa080faf818} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3920 | 2024.05.13 20:49:04.692499 [ 3 ] {5eb08da0-e9a3-44c6-89a8-9fa080faf818} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3921 | 2024.05.13 20:49:04.692534 [ 3 ] {5eb08da0-e9a3-44c6-89a8-9fa080faf818} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
3922 | 2024.05.13 20:49:04.692928 [ 3 ] {5eb08da0-e9a3-44c6-89a8-9fa080faf818} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3923 | 2024.05.13 20:49:04.693266 [ 3 ] {5eb08da0-e9a3-44c6-89a8-9fa080faf818} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3924 | 2024.05.13 20:49:04.693427 [ 3 ] {5eb08da0-e9a3-44c6-89a8-9fa080faf818} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001701 sec., 12345.67901234568 rows/sec., 16.66 MiB/sec. | ||
3925 | 2024.05.13 20:49:04.693585 [ 3 ] {5eb08da0-e9a3-44c6-89a8-9fa080faf818} <Debug> DynamicQueryHandler: Done processing query | ||
3926 | 2024.05.13 20:49:04.693609 [ 3 ] {5eb08da0-e9a3-44c6-89a8-9fa080faf818} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3927 | 2024.05.13 20:49:04.693625 [ 3 ] {} <Debug> HTTP-Session: 28fbb9e3-936a-471c-92b1-7417e9a373af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3928 | 2024.05.13 20:49:04.693747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 7667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3929 | 2024.05.13 20:49:04.693793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3930 | 2024.05.13 20:49:04.693812 [ 3 ] {} <Debug> HTTP-Session: 3f86c406-6e67-4c91-8101-89a5d80165d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3931 | 2024.05.13 20:49:04.693828 [ 3 ] {} <Debug> HTTP-Session: 3f86c406-6e67-4c91-8101-89a5d80165d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3932 | 2024.05.13 20:49:04.693841 [ 3 ] {} <Debug> HTTP-Session: 3f86c406-6e67-4c91-8101-89a5d80165d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3933 | 2024.05.13 20:49:04.693871 [ 3 ] {} <Trace> HTTP-Session: 3f86c406-6e67-4c91-8101-89a5d80165d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3934 | 2024.05.13 20:49:04.693977 [ 3 ] {f04fe3ac-9415-4390-8665-7fe3ffbaefdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3935 | 2024.05.13 20:49:04.694021 [ 3 ] {f04fe3ac-9415-4390-8665-7fe3ffbaefdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3936 | 2024.05.13 20:49:04.694147 [ 3 ] {f04fe3ac-9415-4390-8665-7fe3ffbaefdc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3937 | 2024.05.13 20:49:04.694417 [ 3 ] {f04fe3ac-9415-4390-8665-7fe3ffbaefdc} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3938 | 2024.05.13 20:49:04.694453 [ 3 ] {f04fe3ac-9415-4390-8665-7fe3ffbaefdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
3939 | 2024.05.13 20:49:04.694806 [ 3 ] {f04fe3ac-9415-4390-8665-7fe3ffbaefdc} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3940 | 2024.05.13 20:49:04.695122 [ 3 ] {f04fe3ac-9415-4390-8665-7fe3ffbaefdc} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3941 | 2024.05.13 20:49:04.695283 [ 3 ] {f04fe3ac-9415-4390-8665-7fe3ffbaefdc} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001329 sec., 37622.272385252065 rows/sec., 2.58 MiB/sec. | ||
3942 | 2024.05.13 20:49:04.695629 [ 3 ] {f04fe3ac-9415-4390-8665-7fe3ffbaefdc} <Debug> DynamicQueryHandler: Done processing query | ||
3943 | 2024.05.13 20:49:04.695671 [ 3 ] {f04fe3ac-9415-4390-8665-7fe3ffbaefdc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3944 | 2024.05.13 20:49:04.695698 [ 3 ] {} <Debug> HTTP-Session: 3f86c406-6e67-4c91-8101-89a5d80165d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3945 | 2024.05.13 20:49:09.670674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3946 | 2024.05.13 20:49:09.670811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3947 | 2024.05.13 20:49:09.670838 [ 3 ] {} <Debug> HTTP-Session: 499a1332-913a-409d-9e5f-b8b3643807c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3948 | 2024.05.13 20:49:09.670864 [ 3 ] {} <Debug> HTTP-Session: 499a1332-913a-409d-9e5f-b8b3643807c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3949 | 2024.05.13 20:49:09.670881 [ 3 ] {} <Debug> HTTP-Session: 499a1332-913a-409d-9e5f-b8b3643807c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3950 | 2024.05.13 20:49:09.670934 [ 3 ] {} <Trace> HTTP-Session: 499a1332-913a-409d-9e5f-b8b3643807c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3951 | 2024.05.13 20:49:09.671121 [ 3 ] {adfd2b2c-873b-4b5d-958e-c7ed99daf581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3952 | 2024.05.13 20:49:09.671191 [ 3 ] {adfd2b2c-873b-4b5d-958e-c7ed99daf581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3953 | 2024.05.13 20:49:09.671392 [ 3 ] {adfd2b2c-873b-4b5d-958e-c7ed99daf581} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3954 | 2024.05.13 20:49:09.671897 [ 3 ] {adfd2b2c-873b-4b5d-958e-c7ed99daf581} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3955 | 2024.05.13 20:49:09.671954 [ 3 ] {adfd2b2c-873b-4b5d-958e-c7ed99daf581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
3956 | 2024.05.13 20:49:09.672416 [ 3 ] {adfd2b2c-873b-4b5d-958e-c7ed99daf581} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3957 | 2024.05.13 20:49:09.672777 [ 3 ] {adfd2b2c-873b-4b5d-958e-c7ed99daf581} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3958 | 2024.05.13 20:49:09.672931 [ 3 ] {adfd2b2c-873b-4b5d-958e-c7ed99daf581} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001839 sec., 5437.737901033171 rows/sec., 440.75 KiB/sec. | ||
3959 | 2024.05.13 20:49:09.672956 [ 156 ] {} <Debug> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3960 | 2024.05.13 20:49:09.673070 [ 156 ] {} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3961 | 2024.05.13 20:49:09.673102 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
3962 | 2024.05.13 20:49:09.673243 [ 3 ] {adfd2b2c-873b-4b5d-958e-c7ed99daf581} <Debug> DynamicQueryHandler: Done processing query | ||
3963 | 2024.05.13 20:49:09.673317 [ 188 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
3964 | 2024.05.13 20:49:09.673335 [ 3 ] {adfd2b2c-873b-4b5d-958e-c7ed99daf581} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3965 | 2024.05.13 20:49:09.673436 [ 3 ] {} <Debug> HTTP-Session: 499a1332-913a-409d-9e5f-b8b3643807c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3966 | 2024.05.13 20:49:09.673631 [ 188 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3967 | 2024.05.13 20:49:09.673685 [ 188 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 31 rows starting from the beginning of the part | ||
3968 | 2024.05.13 20:49:09.673699 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3969 | 2024.05.13 20:49:09.673847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3970 | 2024.05.13 20:49:09.673891 [ 188 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 10 rows starting from the beginning of the part | ||
3971 | 2024.05.13 20:49:09.673920 [ 3 ] {} <Debug> HTTP-Session: 71251512-7e33-4043-acfa-8ad7e85612b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3972 | 2024.05.13 20:49:09.673994 [ 3 ] {} <Debug> HTTP-Session: 71251512-7e33-4043-acfa-8ad7e85612b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3973 | 2024.05.13 20:49:09.674069 [ 3 ] {} <Debug> HTTP-Session: 71251512-7e33-4043-acfa-8ad7e85612b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3974 | 2024.05.13 20:49:09.674211 [ 188 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
3975 | 2024.05.13 20:49:09.674220 [ 3 ] {} <Trace> HTTP-Session: 71251512-7e33-4043-acfa-8ad7e85612b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3976 | 2024.05.13 20:49:09.674452 [ 188 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 10 rows starting from the beginning of the part | ||
3977 | 2024.05.13 20:49:09.674563 [ 3 ] {8058c09b-a095-4376-81b0-386c1d0d60cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3978 | 2024.05.13 20:49:09.674735 [ 3 ] {8058c09b-a095-4376-81b0-386c1d0d60cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3979 | 2024.05.13 20:49:09.674754 [ 188 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
3980 | 2024.05.13 20:49:09.675129 [ 188 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 10 rows starting from the beginning of the part | ||
3981 | 2024.05.13 20:49:09.675556 [ 3 ] {8058c09b-a095-4376-81b0-386c1d0d60cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3982 | 2024.05.13 20:49:09.676306 [ 3 ] {8058c09b-a095-4376-81b0-386c1d0d60cc} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3983 | 2024.05.13 20:49:09.676376 [ 3 ] {8058c09b-a095-4376-81b0-386c1d0d60cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
3984 | 2024.05.13 20:49:09.677500 [ 3 ] {8058c09b-a095-4376-81b0-386c1d0d60cc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3985 | 2024.05.13 20:49:09.678071 [ 192 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 103 rows, containing 4 columns (4 merged, 0 gathered) in 0.004892947 sec., 21050.708295021384 rows/sec., 1.67 MiB/sec. | ||
3986 | 2024.05.13 20:49:09.678303 [ 192 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3987 | 2024.05.13 20:49:09.678464 [ 3 ] {8058c09b-a095-4376-81b0-386c1d0d60cc} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3988 | 2024.05.13 20:49:09.678831 [ 3 ] {8058c09b-a095-4376-81b0-386c1d0d60cc} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004365 sec., 458.1901489117984 rows/sec., 37.36 KiB/sec. | ||
3989 | 2024.05.13 20:49:09.679212 [ 3 ] {8058c09b-a095-4376-81b0-386c1d0d60cc} <Debug> DynamicQueryHandler: Done processing query | ||
3990 | 2024.05.13 20:49:09.679246 [ 3 ] {8058c09b-a095-4376-81b0-386c1d0d60cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3991 | 2024.05.13 20:49:09.679267 [ 3 ] {} <Debug> HTTP-Session: 71251512-7e33-4043-acfa-8ad7e85612b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3992 | 2024.05.13 20:49:09.679325 [ 192 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_16_3} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3993 | 2024.05.13 20:49:09.679415 [ 192 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_16_3} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3994 | 2024.05.13 20:49:09.679458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 11937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3995 | 2024.05.13 20:49:09.679541 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
3996 | 2024.05.13 20:49:09.679565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3997 | 2024.05.13 20:49:09.679603 [ 3 ] {} <Debug> HTTP-Session: 32555f65-7835-411f-a99f-3786b0621354 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
3998 | 2024.05.13 20:49:09.679620 [ 3 ] {} <Debug> HTTP-Session: 32555f65-7835-411f-a99f-3786b0621354 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3999 | 2024.05.13 20:49:09.679634 [ 3 ] {} <Debug> HTTP-Session: 32555f65-7835-411f-a99f-3786b0621354 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4000 | 2024.05.13 20:49:09.679666 [ 3 ] {} <Trace> HTTP-Session: 32555f65-7835-411f-a99f-3786b0621354 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4001 | 2024.05.13 20:49:09.679799 [ 3 ] {163e0841-88e5-48f6-8adb-b307f6076ac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4002 | 2024.05.13 20:49:09.679844 [ 3 ] {163e0841-88e5-48f6-8adb-b307f6076ac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4003 | 2024.05.13 20:49:09.679989 [ 3 ] {163e0841-88e5-48f6-8adb-b307f6076ac0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4004 | 2024.05.13 20:49:09.680403 [ 3 ] {163e0841-88e5-48f6-8adb-b307f6076ac0} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4005 | 2024.05.13 20:49:09.680439 [ 3 ] {163e0841-88e5-48f6-8adb-b307f6076ac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4006 | 2024.05.13 20:49:09.680757 [ 3 ] {163e0841-88e5-48f6-8adb-b307f6076ac0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4007 | 2024.05.13 20:49:09.681071 [ 3 ] {163e0841-88e5-48f6-8adb-b307f6076ac0} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4008 | 2024.05.13 20:49:09.681228 [ 3 ] {163e0841-88e5-48f6-8adb-b307f6076ac0} <Debug> executeQuery: Read 83 rows, 6.86 KiB in 0.001481 sec., 56043.21404456449 rows/sec., 4.53 MiB/sec. | ||
4009 | 2024.05.13 20:49:09.681395 [ 3 ] {163e0841-88e5-48f6-8adb-b307f6076ac0} <Debug> DynamicQueryHandler: Done processing query | ||
4010 | 2024.05.13 20:49:09.681419 [ 3 ] {163e0841-88e5-48f6-8adb-b307f6076ac0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4011 | 2024.05.13 20:49:09.681435 [ 3 ] {} <Debug> HTTP-Session: 32555f65-7835-411f-a99f-3786b0621354 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4012 | 2024.05.13 20:49:09.681547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4013 | 2024.05.13 20:49:09.681594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4014 | 2024.05.13 20:49:09.681613 [ 3 ] {} <Debug> HTTP-Session: 6d29f450-2555-49e2-ad0b-277d3faa09b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4015 | 2024.05.13 20:49:09.681629 [ 3 ] {} <Debug> HTTP-Session: 6d29f450-2555-49e2-ad0b-277d3faa09b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4016 | 2024.05.13 20:49:09.681642 [ 3 ] {} <Debug> HTTP-Session: 6d29f450-2555-49e2-ad0b-277d3faa09b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4017 | 2024.05.13 20:49:09.681672 [ 3 ] {} <Trace> HTTP-Session: 6d29f450-2555-49e2-ad0b-277d3faa09b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4018 | 2024.05.13 20:49:09.681764 [ 3 ] {fff8e5bc-80f1-4178-a8d4-59b09b40554d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4019 | 2024.05.13 20:49:09.681806 [ 3 ] {fff8e5bc-80f1-4178-a8d4-59b09b40554d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4020 | 2024.05.13 20:49:09.681935 [ 3 ] {fff8e5bc-80f1-4178-a8d4-59b09b40554d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4021 | 2024.05.13 20:49:09.682198 [ 3 ] {fff8e5bc-80f1-4178-a8d4-59b09b40554d} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4022 | 2024.05.13 20:49:09.682234 [ 3 ] {fff8e5bc-80f1-4178-a8d4-59b09b40554d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4023 | 2024.05.13 20:49:09.682524 [ 3 ] {fff8e5bc-80f1-4178-a8d4-59b09b40554d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4024 | 2024.05.13 20:49:09.682816 [ 3 ] {fff8e5bc-80f1-4178-a8d4-59b09b40554d} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4025 | 2024.05.13 20:49:09.682970 [ 3 ] {fff8e5bc-80f1-4178-a8d4-59b09b40554d} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001227 sec., 1629.9918500407498 rows/sec., 113.81 KiB/sec. | ||
4026 | 2024.05.13 20:49:09.683120 [ 3 ] {fff8e5bc-80f1-4178-a8d4-59b09b40554d} <Debug> DynamicQueryHandler: Done processing query | ||
4027 | 2024.05.13 20:49:09.683144 [ 3 ] {fff8e5bc-80f1-4178-a8d4-59b09b40554d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4028 | 2024.05.13 20:49:09.683159 [ 3 ] {} <Debug> HTTP-Session: 6d29f450-2555-49e2-ad0b-277d3faa09b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4029 | 2024.05.13 20:49:09.683270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 11563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4030 | 2024.05.13 20:49:09.683316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4031 | 2024.05.13 20:49:09.683335 [ 3 ] {} <Debug> HTTP-Session: d5cdce76-e6d3-4969-96b9-5de0ec582bc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4032 | 2024.05.13 20:49:09.683351 [ 3 ] {} <Debug> HTTP-Session: d5cdce76-e6d3-4969-96b9-5de0ec582bc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4033 | 2024.05.13 20:49:09.683365 [ 3 ] {} <Debug> HTTP-Session: d5cdce76-e6d3-4969-96b9-5de0ec582bc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4034 | 2024.05.13 20:49:09.683394 [ 3 ] {} <Trace> HTTP-Session: d5cdce76-e6d3-4969-96b9-5de0ec582bc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4035 | 2024.05.13 20:49:09.683505 [ 3 ] {4694becb-4af0-4584-8dc7-0c165ff0a380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4036 | 2024.05.13 20:49:09.683546 [ 3 ] {4694becb-4af0-4584-8dc7-0c165ff0a380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4037 | 2024.05.13 20:49:09.683670 [ 3 ] {4694becb-4af0-4584-8dc7-0c165ff0a380} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4038 | 2024.05.13 20:49:09.683995 [ 3 ] {4694becb-4af0-4584-8dc7-0c165ff0a380} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4039 | 2024.05.13 20:49:09.684030 [ 3 ] {4694becb-4af0-4584-8dc7-0c165ff0a380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4040 | 2024.05.13 20:49:09.684330 [ 3 ] {4694becb-4af0-4584-8dc7-0c165ff0a380} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4041 | 2024.05.13 20:49:09.684625 [ 3 ] {4694becb-4af0-4584-8dc7-0c165ff0a380} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4042 | 2024.05.13 20:49:09.684773 [ 3 ] {4694becb-4af0-4584-8dc7-0c165ff0a380} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001303 sec., 52187.26016884114 rows/sec., 4.07 MiB/sec. | ||
4043 | 2024.05.13 20:49:09.684934 [ 3 ] {4694becb-4af0-4584-8dc7-0c165ff0a380} <Debug> DynamicQueryHandler: Done processing query | ||
4044 | 2024.05.13 20:49:09.684957 [ 3 ] {4694becb-4af0-4584-8dc7-0c165ff0a380} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4045 | 2024.05.13 20:49:09.684972 [ 3 ] {} <Debug> HTTP-Session: d5cdce76-e6d3-4969-96b9-5de0ec582bc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4046 | 2024.05.13 20:49:09.685172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 28856, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4047 | 2024.05.13 20:49:09.685220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4048 | 2024.05.13 20:49:09.685239 [ 3 ] {} <Debug> HTTP-Session: 588a1640-7110-4707-b3dd-7fae6d4577e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4049 | 2024.05.13 20:49:09.685255 [ 3 ] {} <Debug> HTTP-Session: 588a1640-7110-4707-b3dd-7fae6d4577e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4050 | 2024.05.13 20:49:09.685268 [ 3 ] {} <Debug> HTTP-Session: 588a1640-7110-4707-b3dd-7fae6d4577e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4051 | 2024.05.13 20:49:09.685298 [ 3 ] {} <Trace> HTTP-Session: 588a1640-7110-4707-b3dd-7fae6d4577e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4052 | 2024.05.13 20:49:09.685438 [ 3 ] {65d65f6d-c9d2-4577-b9ab-e3c0e925f430} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4053 | 2024.05.13 20:49:09.685484 [ 3 ] {65d65f6d-c9d2-4577-b9ab-e3c0e925f430} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4054 | 2024.05.13 20:49:09.685633 [ 3 ] {65d65f6d-c9d2-4577-b9ab-e3c0e925f430} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4055 | 2024.05.13 20:49:09.686003 [ 3 ] {65d65f6d-c9d2-4577-b9ab-e3c0e925f430} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4056 | 2024.05.13 20:49:09.686039 [ 3 ] {65d65f6d-c9d2-4577-b9ab-e3c0e925f430} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4057 | 2024.05.13 20:49:09.686413 [ 3 ] {65d65f6d-c9d2-4577-b9ab-e3c0e925f430} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4058 | 2024.05.13 20:49:09.686750 [ 3 ] {65d65f6d-c9d2-4577-b9ab-e3c0e925f430} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4059 | 2024.05.13 20:49:09.686911 [ 3 ] {65d65f6d-c9d2-4577-b9ab-e3c0e925f430} <Debug> executeQuery: Read 151 rows, 10.72 KiB in 0.001528 sec., 98821.9895287958 rows/sec., 6.85 MiB/sec. | ||
4060 | 2024.05.13 20:49:09.687094 [ 3 ] {65d65f6d-c9d2-4577-b9ab-e3c0e925f430} <Debug> DynamicQueryHandler: Done processing query | ||
4061 | 2024.05.13 20:49:09.687122 [ 3 ] {65d65f6d-c9d2-4577-b9ab-e3c0e925f430} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4062 | 2024.05.13 20:49:09.687138 [ 3 ] {} <Debug> HTTP-Session: 588a1640-7110-4707-b3dd-7fae6d4577e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4063 | 2024.05.13 20:49:09.687273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10758, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4064 | 2024.05.13 20:49:09.687322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4065 | 2024.05.13 20:49:09.687340 [ 3 ] {} <Debug> HTTP-Session: 5688850e-86dc-483f-877e-73296e8e7e5d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4066 | 2024.05.13 20:49:09.687357 [ 3 ] {} <Debug> HTTP-Session: 5688850e-86dc-483f-877e-73296e8e7e5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4067 | 2024.05.13 20:49:09.687370 [ 3 ] {} <Debug> HTTP-Session: 5688850e-86dc-483f-877e-73296e8e7e5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4068 | 2024.05.13 20:49:09.687400 [ 3 ] {} <Trace> HTTP-Session: 5688850e-86dc-483f-877e-73296e8e7e5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4069 | 2024.05.13 20:49:09.687558 [ 3 ] {85679df8-697c-4f72-9092-066934e962ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4070 | 2024.05.13 20:49:09.687606 [ 3 ] {85679df8-697c-4f72-9092-066934e962ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4071 | 2024.05.13 20:49:09.687773 [ 3 ] {85679df8-697c-4f72-9092-066934e962ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4072 | 2024.05.13 20:49:09.688131 [ 3 ] {85679df8-697c-4f72-9092-066934e962ed} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4073 | 2024.05.13 20:49:09.688166 [ 3 ] {85679df8-697c-4f72-9092-066934e962ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4074 | 2024.05.13 20:49:09.688551 [ 3 ] {85679df8-697c-4f72-9092-066934e962ed} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4075 | 2024.05.13 20:49:09.688897 [ 3 ] {85679df8-697c-4f72-9092-066934e962ed} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4076 | 2024.05.13 20:49:09.689058 [ 3 ] {85679df8-697c-4f72-9092-066934e962ed} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.001567 sec., 6381.620931716656 rows/sec., 8.61 MiB/sec. | ||
4077 | 2024.05.13 20:49:09.689071 [ 156 ] {} <Debug> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4078 | 2024.05.13 20:49:09.689190 [ 156 ] {} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4079 | 2024.05.13 20:49:09.689248 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4080 | 2024.05.13 20:49:09.689301 [ 3 ] {85679df8-697c-4f72-9092-066934e962ed} <Debug> DynamicQueryHandler: Done processing query | ||
4081 | 2024.05.13 20:49:09.689371 [ 3 ] {85679df8-697c-4f72-9092-066934e962ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4082 | 2024.05.13 20:49:09.689425 [ 3 ] {} <Debug> HTTP-Session: 5688850e-86dc-483f-877e-73296e8e7e5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4083 | 2024.05.13 20:49:09.689525 [ 201 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
4084 | 2024.05.13 20:49:09.689619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 7667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4085 | 2024.05.13 20:49:09.689724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4086 | 2024.05.13 20:49:09.689785 [ 3 ] {} <Debug> HTTP-Session: 1f722a55-376d-4aaa-9c2b-8f3e79e0cbae Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4087 | 2024.05.13 20:49:09.689837 [ 3 ] {} <Debug> HTTP-Session: 1f722a55-376d-4aaa-9c2b-8f3e79e0cbae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4088 | 2024.05.13 20:49:09.689877 [ 3 ] {} <Debug> HTTP-Session: 1f722a55-376d-4aaa-9c2b-8f3e79e0cbae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4089 | 2024.05.13 20:49:09.689929 [ 201 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4090 | 2024.05.13 20:49:09.689947 [ 3 ] {} <Trace> HTTP-Session: 1f722a55-376d-4aaa-9c2b-8f3e79e0cbae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4091 | 2024.05.13 20:49:09.690006 [ 201 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 174 rows starting from the beginning of the part | ||
4092 | 2024.05.13 20:49:09.690266 [ 3 ] {84b91a92-9fce-445c-ba42-c9c32e35dac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4093 | 2024.05.13 20:49:09.690366 [ 201 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 10 rows starting from the beginning of the part | ||
4094 | 2024.05.13 20:49:09.690392 [ 3 ] {84b91a92-9fce-445c-ba42-c9c32e35dac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4095 | 2024.05.13 20:49:09.690743 [ 201 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
4096 | 2024.05.13 20:49:09.691104 [ 201 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 10 rows starting from the beginning of the part | ||
4097 | 2024.05.13 20:49:09.691318 [ 3 ] {84b91a92-9fce-445c-ba42-c9c32e35dac9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4098 | 2024.05.13 20:49:09.691460 [ 201 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
4099 | 2024.05.13 20:49:09.691705 [ 201 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 10 rows starting from the beginning of the part | ||
4100 | 2024.05.13 20:49:09.692432 [ 3 ] {84b91a92-9fce-445c-ba42-c9c32e35dac9} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4101 | 2024.05.13 20:49:09.692485 [ 3 ] {84b91a92-9fce-445c-ba42-c9c32e35dac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4102 | 2024.05.13 20:49:09.693394 [ 3 ] {84b91a92-9fce-445c-ba42-c9c32e35dac9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4103 | 2024.05.13 20:49:09.694304 [ 3 ] {84b91a92-9fce-445c-ba42-c9c32e35dac9} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4104 | 2024.05.13 20:49:09.694696 [ 3 ] {84b91a92-9fce-445c-ba42-c9c32e35dac9} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.004585 sec., 10905.125408942204 rows/sec., 765.70 KiB/sec. | ||
4105 | 2024.05.13 20:49:09.695169 [ 3 ] {84b91a92-9fce-445c-ba42-c9c32e35dac9} <Debug> DynamicQueryHandler: Done processing query | ||
4106 | 2024.05.13 20:49:09.695216 [ 3 ] {84b91a92-9fce-445c-ba42-c9c32e35dac9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4107 | 2024.05.13 20:49:09.695269 [ 3 ] {} <Debug> HTTP-Session: 1f722a55-376d-4aaa-9c2b-8f3e79e0cbae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4108 | 2024.05.13 20:49:09.695611 [ 192 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 6 columns (6 merged, 0 gathered) in 0.006255069 sec., 39328.10333507112 rows/sec., 53.07 MiB/sec. | ||
4109 | 2024.05.13 20:49:09.695929 [ 195 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4110 | 2024.05.13 20:49:09.696345 [ 195 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4111 | 2024.05.13 20:49:09.696420 [ 195 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4112 | 2024.05.13 20:49:09.696509 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
4113 | 2024.05.13 20:49:12.829321 [ 152 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4114 | 2024.05.13 20:49:12.829392 [ 152 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4115 | 2024.05.13 20:49:14.672832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4116 | 2024.05.13 20:49:14.672942 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4117 | 2024.05.13 20:49:14.672971 [ 3 ] {} <Debug> HTTP-Session: 599076b6-e503-42c6-874a-2af35a58afe2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4118 | 2024.05.13 20:49:14.672996 [ 3 ] {} <Debug> HTTP-Session: 599076b6-e503-42c6-874a-2af35a58afe2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4119 | 2024.05.13 20:49:14.673010 [ 3 ] {} <Debug> HTTP-Session: 599076b6-e503-42c6-874a-2af35a58afe2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4120 | 2024.05.13 20:49:14.673058 [ 3 ] {} <Trace> HTTP-Session: 599076b6-e503-42c6-874a-2af35a58afe2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4121 | 2024.05.13 20:49:14.673256 [ 3 ] {5174c2b4-5864-497d-b62d-91b074e6caaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4122 | 2024.05.13 20:49:14.673345 [ 3 ] {5174c2b4-5864-497d-b62d-91b074e6caaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4123 | 2024.05.13 20:49:14.673576 [ 3 ] {5174c2b4-5864-497d-b62d-91b074e6caaf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4124 | 2024.05.13 20:49:14.673980 [ 3 ] {5174c2b4-5864-497d-b62d-91b074e6caaf} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4125 | 2024.05.13 20:49:14.674021 [ 3 ] {5174c2b4-5864-497d-b62d-91b074e6caaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4126 | 2024.05.13 20:49:14.674382 [ 3 ] {5174c2b4-5864-497d-b62d-91b074e6caaf} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4127 | 2024.05.13 20:49:14.674749 [ 3 ] {5174c2b4-5864-497d-b62d-91b074e6caaf} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4128 | 2024.05.13 20:49:14.674930 [ 3 ] {5174c2b4-5864-497d-b62d-91b074e6caaf} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001731 sec., 12131.715771230503 rows/sec., 983.33 KiB/sec. | ||
4129 | 2024.05.13 20:49:14.675260 [ 3 ] {5174c2b4-5864-497d-b62d-91b074e6caaf} <Debug> DynamicQueryHandler: Done processing query | ||
4130 | 2024.05.13 20:49:14.675287 [ 3 ] {5174c2b4-5864-497d-b62d-91b074e6caaf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4131 | 2024.05.13 20:49:14.675304 [ 3 ] {} <Debug> HTTP-Session: 599076b6-e503-42c6-874a-2af35a58afe2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4132 | 2024.05.13 20:49:14.675445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4133 | 2024.05.13 20:49:14.675495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4134 | 2024.05.13 20:49:14.675513 [ 3 ] {} <Debug> HTTP-Session: 2365686b-d106-4752-956d-4fb938a44ee7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4135 | 2024.05.13 20:49:14.675531 [ 3 ] {} <Debug> HTTP-Session: 2365686b-d106-4752-956d-4fb938a44ee7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4136 | 2024.05.13 20:49:14.675544 [ 3 ] {} <Debug> HTTP-Session: 2365686b-d106-4752-956d-4fb938a44ee7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4137 | 2024.05.13 20:49:14.675576 [ 3 ] {} <Trace> HTTP-Session: 2365686b-d106-4752-956d-4fb938a44ee7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4138 | 2024.05.13 20:49:14.675671 [ 3 ] {2ed8f1b2-ddd3-4539-810a-e6deb8738c14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4139 | 2024.05.13 20:49:14.675720 [ 3 ] {2ed8f1b2-ddd3-4539-810a-e6deb8738c14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4140 | 2024.05.13 20:49:14.675864 [ 3 ] {2ed8f1b2-ddd3-4539-810a-e6deb8738c14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4141 | 2024.05.13 20:49:14.676189 [ 3 ] {2ed8f1b2-ddd3-4539-810a-e6deb8738c14} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4142 | 2024.05.13 20:49:14.676227 [ 3 ] {2ed8f1b2-ddd3-4539-810a-e6deb8738c14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4143 | 2024.05.13 20:49:14.676530 [ 3 ] {2ed8f1b2-ddd3-4539-810a-e6deb8738c14} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4144 | 2024.05.13 20:49:14.676835 [ 3 ] {2ed8f1b2-ddd3-4539-810a-e6deb8738c14} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4145 | 2024.05.13 20:49:14.676992 [ 3 ] {2ed8f1b2-ddd3-4539-810a-e6deb8738c14} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001342 sec., 1490.3129657228017 rows/sec., 121.52 KiB/sec. | ||
4146 | 2024.05.13 20:49:14.677185 [ 3 ] {2ed8f1b2-ddd3-4539-810a-e6deb8738c14} <Debug> DynamicQueryHandler: Done processing query | ||
4147 | 2024.05.13 20:49:14.677209 [ 3 ] {2ed8f1b2-ddd3-4539-810a-e6deb8738c14} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4148 | 2024.05.13 20:49:14.677225 [ 3 ] {} <Debug> HTTP-Session: 2365686b-d106-4752-956d-4fb938a44ee7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4149 | 2024.05.13 20:49:14.677402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 21872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4150 | 2024.05.13 20:49:14.677452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4151 | 2024.05.13 20:49:14.677479 [ 3 ] {} <Debug> HTTP-Session: 804c38e7-f766-4b24-9f07-e1e2e795da91 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4152 | 2024.05.13 20:49:14.677503 [ 3 ] {} <Debug> HTTP-Session: 804c38e7-f766-4b24-9f07-e1e2e795da91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4153 | 2024.05.13 20:49:14.677523 [ 3 ] {} <Debug> HTTP-Session: 804c38e7-f766-4b24-9f07-e1e2e795da91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4154 | 2024.05.13 20:49:14.677558 [ 3 ] {} <Trace> HTTP-Session: 804c38e7-f766-4b24-9f07-e1e2e795da91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4155 | 2024.05.13 20:49:14.677700 [ 3 ] {69fbdf9b-913b-44a1-900d-79e8ba1949a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4156 | 2024.05.13 20:49:14.677742 [ 3 ] {69fbdf9b-913b-44a1-900d-79e8ba1949a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4157 | 2024.05.13 20:49:14.677866 [ 3 ] {69fbdf9b-913b-44a1-900d-79e8ba1949a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4158 | 2024.05.13 20:49:14.678313 [ 3 ] {69fbdf9b-913b-44a1-900d-79e8ba1949a6} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4159 | 2024.05.13 20:49:14.678349 [ 3 ] {69fbdf9b-913b-44a1-900d-79e8ba1949a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4160 | 2024.05.13 20:49:14.678672 [ 3 ] {69fbdf9b-913b-44a1-900d-79e8ba1949a6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4161 | 2024.05.13 20:49:14.678997 [ 3 ] {69fbdf9b-913b-44a1-900d-79e8ba1949a6} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4162 | 2024.05.13 20:49:14.679130 [ 3 ] {69fbdf9b-913b-44a1-900d-79e8ba1949a6} <Debug> executeQuery: Read 152 rows, 12.64 KiB in 0.001491 sec., 101945.00335345406 rows/sec., 8.28 MiB/sec. | ||
4163 | 2024.05.13 20:49:14.679308 [ 3 ] {69fbdf9b-913b-44a1-900d-79e8ba1949a6} <Debug> DynamicQueryHandler: Done processing query | ||
4164 | 2024.05.13 20:49:14.679343 [ 3 ] {69fbdf9b-913b-44a1-900d-79e8ba1949a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4165 | 2024.05.13 20:49:14.679370 [ 3 ] {} <Debug> HTTP-Session: 804c38e7-f766-4b24-9f07-e1e2e795da91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4166 | 2024.05.13 20:49:14.679513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4167 | 2024.05.13 20:49:14.679575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4168 | 2024.05.13 20:49:14.679596 [ 3 ] {} <Debug> HTTP-Session: f7fa40dd-35de-4936-b924-dbab99ce9690 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4169 | 2024.05.13 20:49:14.679613 [ 3 ] {} <Debug> HTTP-Session: f7fa40dd-35de-4936-b924-dbab99ce9690 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4170 | 2024.05.13 20:49:14.679626 [ 3 ] {} <Debug> HTTP-Session: f7fa40dd-35de-4936-b924-dbab99ce9690 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4171 | 2024.05.13 20:49:14.679656 [ 3 ] {} <Trace> HTTP-Session: f7fa40dd-35de-4936-b924-dbab99ce9690 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4172 | 2024.05.13 20:49:14.679748 [ 3 ] {e972321f-e8cf-4d30-aa48-ab143515a9b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4173 | 2024.05.13 20:49:14.679796 [ 3 ] {e972321f-e8cf-4d30-aa48-ab143515a9b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4174 | 2024.05.13 20:49:14.679957 [ 3 ] {e972321f-e8cf-4d30-aa48-ab143515a9b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4175 | 2024.05.13 20:49:14.680252 [ 3 ] {e972321f-e8cf-4d30-aa48-ab143515a9b4} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4176 | 2024.05.13 20:49:14.680288 [ 3 ] {e972321f-e8cf-4d30-aa48-ab143515a9b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4177 | 2024.05.13 20:49:14.680584 [ 3 ] {e972321f-e8cf-4d30-aa48-ab143515a9b4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4178 | 2024.05.13 20:49:14.680885 [ 3 ] {e972321f-e8cf-4d30-aa48-ab143515a9b4} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4179 | 2024.05.13 20:49:14.681027 [ 3 ] {e972321f-e8cf-4d30-aa48-ab143515a9b4} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001291 sec., 1549.1866769945777 rows/sec., 108.17 KiB/sec. | ||
4180 | 2024.05.13 20:49:14.681294 [ 3 ] {e972321f-e8cf-4d30-aa48-ab143515a9b4} <Debug> DynamicQueryHandler: Done processing query | ||
4181 | 2024.05.13 20:49:14.681319 [ 3 ] {e972321f-e8cf-4d30-aa48-ab143515a9b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4182 | 2024.05.13 20:49:14.681335 [ 3 ] {} <Debug> HTTP-Session: f7fa40dd-35de-4936-b924-dbab99ce9690 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4183 | 2024.05.13 20:49:14.681462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17467, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4184 | 2024.05.13 20:49:14.681513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4185 | 2024.05.13 20:49:14.681556 [ 3 ] {} <Debug> HTTP-Session: 51d6c213-1b25-40d3-8674-cfe6878d745b Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4186 | 2024.05.13 20:49:14.681573 [ 3 ] {} <Debug> HTTP-Session: 51d6c213-1b25-40d3-8674-cfe6878d745b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4187 | 2024.05.13 20:49:14.681586 [ 3 ] {} <Debug> HTTP-Session: 51d6c213-1b25-40d3-8674-cfe6878d745b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4188 | 2024.05.13 20:49:14.681617 [ 3 ] {} <Trace> HTTP-Session: 51d6c213-1b25-40d3-8674-cfe6878d745b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4189 | 2024.05.13 20:49:14.681746 [ 3 ] {38143105-27d6-48b8-91c6-1f7d98f59708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4190 | 2024.05.13 20:49:14.681789 [ 3 ] {38143105-27d6-48b8-91c6-1f7d98f59708} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4191 | 2024.05.13 20:49:14.681931 [ 3 ] {38143105-27d6-48b8-91c6-1f7d98f59708} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4192 | 2024.05.13 20:49:14.682333 [ 3 ] {38143105-27d6-48b8-91c6-1f7d98f59708} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4193 | 2024.05.13 20:49:14.682370 [ 3 ] {38143105-27d6-48b8-91c6-1f7d98f59708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4194 | 2024.05.13 20:49:14.682680 [ 3 ] {38143105-27d6-48b8-91c6-1f7d98f59708} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4195 | 2024.05.13 20:49:14.683006 [ 3 ] {38143105-27d6-48b8-91c6-1f7d98f59708} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4196 | 2024.05.13 20:49:14.683164 [ 3 ] {38143105-27d6-48b8-91c6-1f7d98f59708} <Debug> executeQuery: Read 103 rows, 8.22 KiB in 0.001461 sec., 70499.65776865161 rows/sec., 5.49 MiB/sec. | ||
4197 | 2024.05.13 20:49:14.683335 [ 3 ] {38143105-27d6-48b8-91c6-1f7d98f59708} <Debug> DynamicQueryHandler: Done processing query | ||
4198 | 2024.05.13 20:49:14.683359 [ 3 ] {38143105-27d6-48b8-91c6-1f7d98f59708} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4199 | 2024.05.13 20:49:14.683374 [ 3 ] {} <Debug> HTTP-Session: 51d6c213-1b25-40d3-8674-cfe6878d745b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4200 | 2024.05.13 20:49:14.683526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 35824, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4201 | 2024.05.13 20:49:14.683574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4202 | 2024.05.13 20:49:14.683592 [ 3 ] {} <Debug> HTTP-Session: 31c6dfd7-0c4f-43d8-855a-4f1084b8ffbb Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4203 | 2024.05.13 20:49:14.683608 [ 3 ] {} <Debug> HTTP-Session: 31c6dfd7-0c4f-43d8-855a-4f1084b8ffbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4204 | 2024.05.13 20:49:14.683621 [ 3 ] {} <Debug> HTTP-Session: 31c6dfd7-0c4f-43d8-855a-4f1084b8ffbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4205 | 2024.05.13 20:49:14.683651 [ 3 ] {} <Trace> HTTP-Session: 31c6dfd7-0c4f-43d8-855a-4f1084b8ffbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4206 | 2024.05.13 20:49:14.683828 [ 3 ] {eeaecd71-b9f3-49eb-add9-80ba5b5ad74d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4207 | 2024.05.13 20:49:14.683876 [ 3 ] {eeaecd71-b9f3-49eb-add9-80ba5b5ad74d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4208 | 2024.05.13 20:49:14.684021 [ 3 ] {eeaecd71-b9f3-49eb-add9-80ba5b5ad74d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4209 | 2024.05.13 20:49:14.684479 [ 3 ] {eeaecd71-b9f3-49eb-add9-80ba5b5ad74d} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4210 | 2024.05.13 20:49:14.684516 [ 3 ] {eeaecd71-b9f3-49eb-add9-80ba5b5ad74d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4211 | 2024.05.13 20:49:14.684898 [ 3 ] {eeaecd71-b9f3-49eb-add9-80ba5b5ad74d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4212 | 2024.05.13 20:49:14.685234 [ 3 ] {eeaecd71-b9f3-49eb-add9-80ba5b5ad74d} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4213 | 2024.05.13 20:49:14.685397 [ 3 ] {eeaecd71-b9f3-49eb-add9-80ba5b5ad74d} <Debug> executeQuery: Read 187 rows, 13.32 KiB in 0.001647 sec., 113539.76927747419 rows/sec., 7.90 MiB/sec. | ||
4214 | 2024.05.13 20:49:14.685569 [ 3 ] {eeaecd71-b9f3-49eb-add9-80ba5b5ad74d} <Debug> DynamicQueryHandler: Done processing query | ||
4215 | 2024.05.13 20:49:14.685593 [ 3 ] {eeaecd71-b9f3-49eb-add9-80ba5b5ad74d} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4216 | 2024.05.13 20:49:14.685608 [ 3 ] {} <Debug> HTTP-Session: 31c6dfd7-0c4f-43d8-855a-4f1084b8ffbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4217 | 2024.05.13 20:49:14.685770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4218 | 2024.05.13 20:49:14.685819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4219 | 2024.05.13 20:49:14.685837 [ 3 ] {} <Debug> HTTP-Session: 0602ec56-f3e0-42bf-af98-b792750158b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4220 | 2024.05.13 20:49:14.685853 [ 3 ] {} <Debug> HTTP-Session: 0602ec56-f3e0-42bf-af98-b792750158b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4221 | 2024.05.13 20:49:14.685867 [ 3 ] {} <Debug> HTTP-Session: 0602ec56-f3e0-42bf-af98-b792750158b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4222 | 2024.05.13 20:49:14.685897 [ 3 ] {} <Trace> HTTP-Session: 0602ec56-f3e0-42bf-af98-b792750158b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4223 | 2024.05.13 20:49:14.686108 [ 3 ] {ef735a34-6154-49a4-9291-11ba6b5b8ffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4224 | 2024.05.13 20:49:14.686154 [ 3 ] {ef735a34-6154-49a4-9291-11ba6b5b8ffd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4225 | 2024.05.13 20:49:14.686312 [ 3 ] {ef735a34-6154-49a4-9291-11ba6b5b8ffd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4226 | 2024.05.13 20:49:14.686733 [ 3 ] {ef735a34-6154-49a4-9291-11ba6b5b8ffd} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4227 | 2024.05.13 20:49:14.686769 [ 3 ] {ef735a34-6154-49a4-9291-11ba6b5b8ffd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4228 | 2024.05.13 20:49:14.687178 [ 3 ] {ef735a34-6154-49a4-9291-11ba6b5b8ffd} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4229 | 2024.05.13 20:49:14.687509 [ 3 ] {ef735a34-6154-49a4-9291-11ba6b5b8ffd} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4230 | 2024.05.13 20:49:14.687670 [ 3 ] {ef735a34-6154-49a4-9291-11ba6b5b8ffd} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001691 sec., 12418.687167356593 rows/sec., 16.76 MiB/sec. | ||
4231 | 2024.05.13 20:49:14.687887 [ 3 ] {ef735a34-6154-49a4-9291-11ba6b5b8ffd} <Debug> DynamicQueryHandler: Done processing query | ||
4232 | 2024.05.13 20:49:14.687910 [ 3 ] {ef735a34-6154-49a4-9291-11ba6b5b8ffd} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4233 | 2024.05.13 20:49:14.687926 [ 3 ] {} <Debug> HTTP-Session: 0602ec56-f3e0-42bf-af98-b792750158b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4234 | 2024.05.13 20:49:14.688059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 7667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4235 | 2024.05.13 20:49:14.688107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4236 | 2024.05.13 20:49:14.688125 [ 3 ] {} <Debug> HTTP-Session: 45bb483f-1450-4588-83eb-36642ba047d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4237 | 2024.05.13 20:49:14.688141 [ 3 ] {} <Debug> HTTP-Session: 45bb483f-1450-4588-83eb-36642ba047d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4238 | 2024.05.13 20:49:14.688154 [ 3 ] {} <Debug> HTTP-Session: 45bb483f-1450-4588-83eb-36642ba047d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4239 | 2024.05.13 20:49:14.688184 [ 3 ] {} <Trace> HTTP-Session: 45bb483f-1450-4588-83eb-36642ba047d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4240 | 2024.05.13 20:49:14.688304 [ 3 ] {75ed32c3-d9cd-4d21-814f-b6b740ab3809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4241 | 2024.05.13 20:49:14.688349 [ 3 ] {75ed32c3-d9cd-4d21-814f-b6b740ab3809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4242 | 2024.05.13 20:49:14.688474 [ 3 ] {75ed32c3-d9cd-4d21-814f-b6b740ab3809} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4243 | 2024.05.13 20:49:14.688757 [ 3 ] {75ed32c3-d9cd-4d21-814f-b6b740ab3809} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4244 | 2024.05.13 20:49:14.688792 [ 3 ] {75ed32c3-d9cd-4d21-814f-b6b740ab3809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4245 | 2024.05.13 20:49:14.689142 [ 3 ] {75ed32c3-d9cd-4d21-814f-b6b740ab3809} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4246 | 2024.05.13 20:49:14.689454 [ 3 ] {75ed32c3-d9cd-4d21-814f-b6b740ab3809} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4247 | 2024.05.13 20:49:14.689611 [ 3 ] {75ed32c3-d9cd-4d21-814f-b6b740ab3809} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001352 sec., 36982.24852071006 rows/sec., 2.54 MiB/sec. | ||
4248 | 2024.05.13 20:49:14.689773 [ 3 ] {75ed32c3-d9cd-4d21-814f-b6b740ab3809} <Debug> DynamicQueryHandler: Done processing query | ||
4249 | 2024.05.13 20:49:14.689798 [ 3 ] {75ed32c3-d9cd-4d21-814f-b6b740ab3809} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4250 | 2024.05.13 20:49:14.689813 [ 3 ] {} <Debug> HTTP-Session: 45bb483f-1450-4588-83eb-36642ba047d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4251 | 2024.05.13 20:49:19.670654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4252 | 2024.05.13 20:49:19.670786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4253 | 2024.05.13 20:49:19.670811 [ 3 ] {} <Debug> HTTP-Session: 541a7670-90e3-482c-81a2-d0888ae782ee Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4254 | 2024.05.13 20:49:19.670835 [ 3 ] {} <Debug> HTTP-Session: 541a7670-90e3-482c-81a2-d0888ae782ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4255 | 2024.05.13 20:49:19.670849 [ 3 ] {} <Debug> HTTP-Session: 541a7670-90e3-482c-81a2-d0888ae782ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4256 | 2024.05.13 20:49:19.670898 [ 3 ] {} <Trace> HTTP-Session: 541a7670-90e3-482c-81a2-d0888ae782ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4257 | 2024.05.13 20:49:19.671084 [ 3 ] {641db49f-dc89-457e-94b5-77cbe5f30dc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4258 | 2024.05.13 20:49:19.671152 [ 3 ] {641db49f-dc89-457e-94b5-77cbe5f30dc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4259 | 2024.05.13 20:49:19.671339 [ 3 ] {641db49f-dc89-457e-94b5-77cbe5f30dc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4260 | 2024.05.13 20:49:19.671766 [ 3 ] {641db49f-dc89-457e-94b5-77cbe5f30dc2} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4261 | 2024.05.13 20:49:19.671808 [ 3 ] {641db49f-dc89-457e-94b5-77cbe5f30dc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4262 | 2024.05.13 20:49:19.672172 [ 3 ] {641db49f-dc89-457e-94b5-77cbe5f30dc2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4263 | 2024.05.13 20:49:19.672500 [ 3 ] {641db49f-dc89-457e-94b5-77cbe5f30dc2} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4264 | 2024.05.13 20:49:19.672659 [ 3 ] {641db49f-dc89-457e-94b5-77cbe5f30dc2} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001624 sec., 6157.635467980295 rows/sec., 499.11 KiB/sec. | ||
4265 | 2024.05.13 20:49:19.672861 [ 3 ] {641db49f-dc89-457e-94b5-77cbe5f30dc2} <Debug> DynamicQueryHandler: Done processing query | ||
4266 | 2024.05.13 20:49:19.672888 [ 3 ] {641db49f-dc89-457e-94b5-77cbe5f30dc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4267 | 2024.05.13 20:49:19.672903 [ 3 ] {} <Debug> HTTP-Session: 541a7670-90e3-482c-81a2-d0888ae782ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4268 | 2024.05.13 20:49:19.673060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 11803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4269 | 2024.05.13 20:49:19.673111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4270 | 2024.05.13 20:49:19.673131 [ 3 ] {} <Debug> HTTP-Session: 5510bcec-a137-4a60-873b-79ebed2bef6b Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4271 | 2024.05.13 20:49:19.673147 [ 3 ] {} <Debug> HTTP-Session: 5510bcec-a137-4a60-873b-79ebed2bef6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4272 | 2024.05.13 20:49:19.673161 [ 3 ] {} <Debug> HTTP-Session: 5510bcec-a137-4a60-873b-79ebed2bef6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4273 | 2024.05.13 20:49:19.673192 [ 3 ] {} <Trace> HTTP-Session: 5510bcec-a137-4a60-873b-79ebed2bef6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4274 | 2024.05.13 20:49:19.673310 [ 3 ] {2ddbc76d-34a2-44b2-b21b-b9cb7c01e6b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4275 | 2024.05.13 20:49:19.673354 [ 3 ] {2ddbc76d-34a2-44b2-b21b-b9cb7c01e6b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4276 | 2024.05.13 20:49:19.673477 [ 3 ] {2ddbc76d-34a2-44b2-b21b-b9cb7c01e6b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4277 | 2024.05.13 20:49:19.673849 [ 3 ] {2ddbc76d-34a2-44b2-b21b-b9cb7c01e6b7} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4278 | 2024.05.13 20:49:19.673885 [ 3 ] {2ddbc76d-34a2-44b2-b21b-b9cb7c01e6b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4279 | 2024.05.13 20:49:19.674188 [ 3 ] {2ddbc76d-34a2-44b2-b21b-b9cb7c01e6b7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4280 | 2024.05.13 20:49:19.674484 [ 3 ] {2ddbc76d-34a2-44b2-b21b-b9cb7c01e6b7} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4281 | 2024.05.13 20:49:19.674635 [ 3 ] {2ddbc76d-34a2-44b2-b21b-b9cb7c01e6b7} <Debug> executeQuery: Read 82 rows, 6.79 KiB in 0.00136 sec., 60294.11764705882 rows/sec., 4.88 MiB/sec. | ||
4282 | 2024.05.13 20:49:19.674640 [ 150 ] {} <Debug> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4283 | 2024.05.13 20:49:19.674738 [ 150 ] {} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4284 | 2024.05.13 20:49:19.674783 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4285 | 2024.05.13 20:49:19.674861 [ 3 ] {2ddbc76d-34a2-44b2-b21b-b9cb7c01e6b7} <Debug> DynamicQueryHandler: Done processing query | ||
4286 | 2024.05.13 20:49:19.674918 [ 3 ] {2ddbc76d-34a2-44b2-b21b-b9cb7c01e6b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4287 | 2024.05.13 20:49:19.674982 [ 3 ] {} <Debug> HTTP-Session: 5510bcec-a137-4a60-873b-79ebed2bef6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4288 | 2024.05.13 20:49:19.675046 [ 201 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::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 | ||
4289 | 2024.05.13 20:49:19.675154 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 11222, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4290 | 2024.05.13 20:49:19.675280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4291 | 2024.05.13 20:49:19.675342 [ 3 ] {} <Debug> HTTP-Session: e2142875-79ec-425d-b649-3b78f61ec909 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4292 | 2024.05.13 20:49:19.675365 [ 201 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4293 | 2024.05.13 20:49:19.675377 [ 3 ] {} <Debug> HTTP-Session: e2142875-79ec-425d-b649-3b78f61ec909 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4294 | 2024.05.13 20:49:19.675431 [ 3 ] {} <Debug> HTTP-Session: e2142875-79ec-425d-b649-3b78f61ec909 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4295 | 2024.05.13 20:49:19.675446 [ 201 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 185 rows starting from the beginning of the part | ||
4296 | 2024.05.13 20:49:19.675493 [ 3 ] {} <Trace> HTTP-Session: e2142875-79ec-425d-b649-3b78f61ec909 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4297 | 2024.05.13 20:49:19.675653 [ 201 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 82 rows starting from the beginning of the part | ||
4298 | 2024.05.13 20:49:19.675839 [ 3 ] {ed19e1b7-db48-4019-8b81-a767710d662c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4299 | 2024.05.13 20:49:19.676022 [ 3 ] {ed19e1b7-db48-4019-8b81-a767710d662c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4300 | 2024.05.13 20:49:19.676042 [ 201 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 116 rows starting from the beginning of the part | ||
4301 | 2024.05.13 20:49:19.676420 [ 201 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 83 rows starting from the beginning of the part | ||
4302 | 2024.05.13 20:49:19.676714 [ 201 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 152 rows starting from the beginning of the part | ||
4303 | 2024.05.13 20:49:19.677125 [ 201 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part | ||
4304 | 2024.05.13 20:49:19.677165 [ 3 ] {ed19e1b7-db48-4019-8b81-a767710d662c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4305 | 2024.05.13 20:49:19.678283 [ 3 ] {ed19e1b7-db48-4019-8b81-a767710d662c} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4306 | 2024.05.13 20:49:19.678338 [ 3 ] {ed19e1b7-db48-4019-8b81-a767710d662c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4307 | 2024.05.13 20:49:19.679158 [ 3 ] {ed19e1b7-db48-4019-8b81-a767710d662c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4308 | 2024.05.13 20:49:19.679814 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 700 rows, containing 4 columns (4 merged, 0 gathered) in 0.004983817 sec., 140454.5953432881 rows/sec., 11.46 MiB/sec. | ||
4309 | 2024.05.13 20:49:19.679921 [ 3 ] {ed19e1b7-db48-4019-8b81-a767710d662c} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4310 | 2024.05.13 20:49:19.680158 [ 150 ] {} <Debug> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4311 | 2024.05.13 20:49:19.680187 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4312 | 2024.05.13 20:49:19.680191 [ 3 ] {ed19e1b7-db48-4019-8b81-a767710d662c} <Debug> executeQuery: Read 66 rows, 5.27 KiB in 0.004513 sec., 14624.418346997563 rows/sec., 1.14 MiB/sec. | ||
4313 | 2024.05.13 20:49:19.680248 [ 150 ] {} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4314 | 2024.05.13 20:49:19.680405 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4315 | 2024.05.13 20:49:19.680797 [ 3 ] {ed19e1b7-db48-4019-8b81-a767710d662c} <Debug> DynamicQueryHandler: Done processing query | ||
4316 | 2024.05.13 20:49:19.681163 [ 201 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::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 | ||
4317 | 2024.05.13 20:49:19.681238 [ 3 ] {ed19e1b7-db48-4019-8b81-a767710d662c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4318 | 2024.05.13 20:49:19.681395 [ 3 ] {} <Debug> HTTP-Session: e2142875-79ec-425d-b649-3b78f61ec909 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4319 | 2024.05.13 20:49:19.681839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 28667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4320 | 2024.05.13 20:49:19.682084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4321 | 2024.05.13 20:49:19.682174 [ 3 ] {} <Debug> HTTP-Session: c4ee71c2-f3ee-469a-9d18-19f0037f6efc Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4322 | 2024.05.13 20:49:19.682248 [ 3 ] {} <Debug> HTTP-Session: c4ee71c2-f3ee-469a-9d18-19f0037f6efc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4323 | 2024.05.13 20:49:19.682313 [ 3 ] {} <Debug> HTTP-Session: c4ee71c2-f3ee-469a-9d18-19f0037f6efc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4324 | 2024.05.13 20:49:19.682327 [ 201 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4325 | 2024.05.13 20:49:19.682385 [ 3 ] {} <Trace> HTTP-Session: c4ee71c2-f3ee-469a-9d18-19f0037f6efc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4326 | 2024.05.13 20:49:19.682424 [ 201 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 137 rows starting from the beginning of the part | ||
4327 | 2024.05.13 20:49:19.682657 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_26_5} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4328 | 2024.05.13 20:49:19.682792 [ 201 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 66 rows starting from the beginning of the part | ||
4329 | 2024.05.13 20:49:19.682929 [ 3 ] {b0b74eed-7aff-46f5-9fab-60441e2f1920} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4330 | 2024.05.13 20:49:19.683179 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_26_5} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4331 | 2024.05.13 20:49:19.683215 [ 3 ] {b0b74eed-7aff-46f5-9fab-60441e2f1920} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4332 | 2024.05.13 20:49:19.683278 [ 201 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 79 rows starting from the beginning of the part | ||
4333 | 2024.05.13 20:49:19.683594 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
4334 | 2024.05.13 20:49:19.683792 [ 201 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 68 rows starting from the beginning of the part | ||
4335 | 2024.05.13 20:49:19.684082 [ 201 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 103 rows starting from the beginning of the part | ||
4336 | 2024.05.13 20:49:19.684446 [ 201 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 66 rows starting from the beginning of the part | ||
4337 | 2024.05.13 20:49:19.685058 [ 3 ] {b0b74eed-7aff-46f5-9fab-60441e2f1920} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4338 | 2024.05.13 20:49:19.685877 [ 3 ] {b0b74eed-7aff-46f5-9fab-60441e2f1920} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4339 | 2024.05.13 20:49:19.685935 [ 3 ] {b0b74eed-7aff-46f5-9fab-60441e2f1920} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4340 | 2024.05.13 20:49:19.687081 [ 3 ] {b0b74eed-7aff-46f5-9fab-60441e2f1920} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4341 | 2024.05.13 20:49:19.687120 [ 199 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 519 rows, containing 4 columns (4 merged, 0 gathered) in 0.006487062 sec., 80005.40152075008 rows/sec., 6.24 MiB/sec. | ||
4342 | 2024.05.13 20:49:19.687371 [ 192 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4343 | 2024.05.13 20:49:19.687667 [ 3 ] {b0b74eed-7aff-46f5-9fab-60441e2f1920} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4344 | 2024.05.13 20:49:19.688091 [ 150 ] {} <Debug> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4345 | 2024.05.13 20:49:19.688169 [ 3 ] {b0b74eed-7aff-46f5-9fab-60441e2f1920} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.005533 sec., 27110.066871498286 rows/sec., 1.88 MiB/sec. | ||
4346 | 2024.05.13 20:49:19.688184 [ 150 ] {} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4347 | 2024.05.13 20:49:19.688286 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4348 | 2024.05.13 20:49:19.688661 [ 192 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_26_5} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4349 | 2024.05.13 20:49:19.688743 [ 196 ] {313178d0-1e86-4864-8af4-8d959655e5c5::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 | ||
4350 | 2024.05.13 20:49:19.688835 [ 3 ] {b0b74eed-7aff-46f5-9fab-60441e2f1920} <Debug> DynamicQueryHandler: Done processing query | ||
4351 | 2024.05.13 20:49:19.688866 [ 192 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_26_5} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4352 | 2024.05.13 20:49:19.688906 [ 3 ] {b0b74eed-7aff-46f5-9fab-60441e2f1920} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4353 | 2024.05.13 20:49:19.688990 [ 3 ] {} <Debug> HTTP-Session: c4ee71c2-f3ee-469a-9d18-19f0037f6efc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4354 | 2024.05.13 20:49:19.689122 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
4355 | 2024.05.13 20:49:19.689177 [ 196 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4356 | 2024.05.13 20:49:19.689213 [ 196 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3328 rows starting from the beginning of the part | ||
4357 | 2024.05.13 20:49:19.689267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10759, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4358 | 2024.05.13 20:49:19.689435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4359 | 2024.05.13 20:49:19.689503 [ 196 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 150 rows starting from the beginning of the part | ||
4360 | 2024.05.13 20:49:19.689528 [ 3 ] {} <Debug> HTTP-Session: bb8773da-f82f-4cea-929a-5ae09167394b Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4361 | 2024.05.13 20:49:19.689579 [ 3 ] {} <Debug> HTTP-Session: bb8773da-f82f-4cea-929a-5ae09167394b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4362 | 2024.05.13 20:49:19.689660 [ 3 ] {} <Debug> HTTP-Session: bb8773da-f82f-4cea-929a-5ae09167394b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4363 | 2024.05.13 20:49:19.689789 [ 196 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 151 rows starting from the beginning of the part | ||
4364 | 2024.05.13 20:49:19.689820 [ 3 ] {} <Trace> HTTP-Session: bb8773da-f82f-4cea-929a-5ae09167394b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4365 | 2024.05.13 20:49:19.690048 [ 196 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 151 rows starting from the beginning of the part | ||
4366 | 2024.05.13 20:49:19.690305 [ 3 ] {96f01bb0-1b00-4d80-856f-ba86921711bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4367 | 2024.05.13 20:49:19.690338 [ 196 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 187 rows starting from the beginning of the part | ||
4368 | 2024.05.13 20:49:19.690461 [ 3 ] {96f01bb0-1b00-4d80-856f-ba86921711bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4369 | 2024.05.13 20:49:19.690625 [ 196 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 150 rows starting from the beginning of the part | ||
4370 | 2024.05.13 20:49:19.691601 [ 3 ] {96f01bb0-1b00-4d80-856f-ba86921711bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4371 | 2024.05.13 20:49:19.692280 [ 3 ] {96f01bb0-1b00-4d80-856f-ba86921711bf} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4372 | 2024.05.13 20:49:19.692358 [ 3 ] {96f01bb0-1b00-4d80-856f-ba86921711bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4373 | 2024.05.13 20:49:19.693540 [ 3 ] {96f01bb0-1b00-4d80-856f-ba86921711bf} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4374 | 2024.05.13 20:49:19.694283 [ 3 ] {96f01bb0-1b00-4d80-856f-ba86921711bf} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4375 | 2024.05.13 20:49:19.694543 [ 3 ] {96f01bb0-1b00-4d80-856f-ba86921711bf} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.004523 sec., 2210.921954455008 rows/sec., 2.98 MiB/sec. | ||
4376 | 2024.05.13 20:49:19.694839 [ 199 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4117 rows, containing 5 columns (5 merged, 0 gathered) in 0.006375151 sec., 645788.6252419747 rows/sec., 44.87 MiB/sec. | ||
4377 | 2024.05.13 20:49:19.694911 [ 3 ] {96f01bb0-1b00-4d80-856f-ba86921711bf} <Debug> DynamicQueryHandler: Done processing query | ||
4378 | 2024.05.13 20:49:19.694936 [ 3 ] {96f01bb0-1b00-4d80-856f-ba86921711bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4379 | 2024.05.13 20:49:19.694952 [ 3 ] {} <Debug> HTTP-Session: bb8773da-f82f-4cea-929a-5ae09167394b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4380 | 2024.05.13 20:49:19.695077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 7667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4381 | 2024.05.13 20:49:19.695127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4382 | 2024.05.13 20:49:19.695135 [ 199 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4383 | 2024.05.13 20:49:19.695152 [ 3 ] {} <Debug> HTTP-Session: b8012fc9-436f-498d-9a22-bfb593ed8b80 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4384 | 2024.05.13 20:49:19.695175 [ 3 ] {} <Debug> HTTP-Session: b8012fc9-436f-498d-9a22-bfb593ed8b80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4385 | 2024.05.13 20:49:19.695202 [ 3 ] {} <Debug> HTTP-Session: b8012fc9-436f-498d-9a22-bfb593ed8b80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4386 | 2024.05.13 20:49:19.695239 [ 3 ] {} <Trace> HTTP-Session: b8012fc9-436f-498d-9a22-bfb593ed8b80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4387 | 2024.05.13 20:49:19.695395 [ 3 ] {0ee60390-c1f5-4fde-9a3d-42b170099604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4388 | 2024.05.13 20:49:19.695475 [ 3 ] {0ee60390-c1f5-4fde-9a3d-42b170099604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4389 | 2024.05.13 20:49:19.695678 [ 3 ] {0ee60390-c1f5-4fde-9a3d-42b170099604} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4390 | 2024.05.13 20:49:19.695689 [ 199 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4391 | 2024.05.13 20:49:19.695796 [ 199 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4392 | 2024.05.13 20:49:19.695937 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
4393 | 2024.05.13 20:49:19.696116 [ 3 ] {0ee60390-c1f5-4fde-9a3d-42b170099604} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4394 | 2024.05.13 20:49:19.696152 [ 3 ] {0ee60390-c1f5-4fde-9a3d-42b170099604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4395 | 2024.05.13 20:49:19.696517 [ 3 ] {0ee60390-c1f5-4fde-9a3d-42b170099604} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4396 | 2024.05.13 20:49:19.696844 [ 3 ] {0ee60390-c1f5-4fde-9a3d-42b170099604} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4397 | 2024.05.13 20:49:19.696998 [ 150 ] {} <Debug> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4398 | 2024.05.13 20:49:19.697001 [ 3 ] {0ee60390-c1f5-4fde-9a3d-42b170099604} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001666 sec., 30012.004801920768 rows/sec., 2.06 MiB/sec. | ||
4399 | 2024.05.13 20:49:19.697061 [ 150 ] {} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4400 | 2024.05.13 20:49:19.697164 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4401 | 2024.05.13 20:49:19.697380 [ 3 ] {0ee60390-c1f5-4fde-9a3d-42b170099604} <Debug> DynamicQueryHandler: Done processing query | ||
4402 | 2024.05.13 20:49:19.697475 [ 3 ] {0ee60390-c1f5-4fde-9a3d-42b170099604} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4403 | 2024.05.13 20:49:19.697542 [ 3 ] {} <Debug> HTTP-Session: b8012fc9-436f-498d-9a22-bfb593ed8b80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4404 | 2024.05.13 20:49:19.697530 [ 192 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
4405 | 2024.05.13 20:49:19.697834 [ 192 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4406 | 2024.05.13 20:49:19.697866 [ 192 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 944 rows starting from the beginning of the part | ||
4407 | 2024.05.13 20:49:19.697937 [ 192 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 50 rows starting from the beginning of the part | ||
4408 | 2024.05.13 20:49:19.698159 [ 192 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 50 rows starting from the beginning of the part | ||
4409 | 2024.05.13 20:49:19.698399 [ 192 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 50 rows starting from the beginning of the part | ||
4410 | 2024.05.13 20:49:19.698575 [ 192 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 50 rows starting from the beginning of the part | ||
4411 | 2024.05.13 20:49:19.698777 [ 192 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 50 rows starting from the beginning of the part | ||
4412 | 2024.05.13 20:49:19.700023 [ 199 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1194 rows, containing 4 columns (4 merged, 0 gathered) in 0.002734496 sec., 436643.5350426551 rows/sec., 29.94 MiB/sec. | ||
4413 | 2024.05.13 20:49:19.700211 [ 199 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4414 | 2024.05.13 20:49:19.700600 [ 199 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_26_5} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4415 | 2024.05.13 20:49:19.700676 [ 199 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_26_5} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4416 | 2024.05.13 20:49:19.700756 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
4417 | 2024.05.13 20:49:24.671465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4418 | 2024.05.13 20:49:24.671614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4419 | 2024.05.13 20:49:24.671645 [ 3 ] {} <Debug> HTTP-Session: a36f2286-41ec-4c4f-abd0-6373f85b5cfc Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4420 | 2024.05.13 20:49:24.671674 [ 3 ] {} <Debug> HTTP-Session: a36f2286-41ec-4c4f-abd0-6373f85b5cfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4421 | 2024.05.13 20:49:24.671694 [ 3 ] {} <Debug> HTTP-Session: a36f2286-41ec-4c4f-abd0-6373f85b5cfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4422 | 2024.05.13 20:49:24.671751 [ 3 ] {} <Trace> HTTP-Session: a36f2286-41ec-4c4f-abd0-6373f85b5cfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4423 | 2024.05.13 20:49:24.671980 [ 3 ] {67511b46-8864-4c98-8e9a-60c5523a0f9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4424 | 2024.05.13 20:49:24.672061 [ 3 ] {67511b46-8864-4c98-8e9a-60c5523a0f9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4425 | 2024.05.13 20:49:24.672293 [ 3 ] {67511b46-8864-4c98-8e9a-60c5523a0f9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4426 | 2024.05.13 20:49:24.672770 [ 3 ] {67511b46-8864-4c98-8e9a-60c5523a0f9e} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4427 | 2024.05.13 20:49:24.672818 [ 3 ] {67511b46-8864-4c98-8e9a-60c5523a0f9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4428 | 2024.05.13 20:49:24.673284 [ 3 ] {67511b46-8864-4c98-8e9a-60c5523a0f9e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4429 | 2024.05.13 20:49:24.673649 [ 3 ] {67511b46-8864-4c98-8e9a-60c5523a0f9e} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4430 | 2024.05.13 20:49:24.673826 [ 3 ] {67511b46-8864-4c98-8e9a-60c5523a0f9e} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.00192 sec., 10937.5 rows/sec., 886.54 KiB/sec. | ||
4431 | 2024.05.13 20:49:24.674049 [ 3 ] {67511b46-8864-4c98-8e9a-60c5523a0f9e} <Debug> DynamicQueryHandler: Done processing query | ||
4432 | 2024.05.13 20:49:24.674077 [ 3 ] {67511b46-8864-4c98-8e9a-60c5523a0f9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4433 | 2024.05.13 20:49:24.674094 [ 3 ] {} <Debug> HTTP-Session: a36f2286-41ec-4c4f-abd0-6373f85b5cfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4434 | 2024.05.13 20:49:24.674243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4435 | 2024.05.13 20:49:24.674293 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4436 | 2024.05.13 20:49:24.674314 [ 3 ] {} <Debug> HTTP-Session: dfab532a-e645-45f6-b121-8a830693ab86 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4437 | 2024.05.13 20:49:24.674336 [ 3 ] {} <Debug> HTTP-Session: dfab532a-e645-45f6-b121-8a830693ab86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4438 | 2024.05.13 20:49:24.674350 [ 3 ] {} <Debug> HTTP-Session: dfab532a-e645-45f6-b121-8a830693ab86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4439 | 2024.05.13 20:49:24.674384 [ 3 ] {} <Trace> HTTP-Session: dfab532a-e645-45f6-b121-8a830693ab86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4440 | 2024.05.13 20:49:24.674483 [ 3 ] {2b302c6a-638e-4e2f-9438-ee41f38c987c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4441 | 2024.05.13 20:49:24.674530 [ 3 ] {2b302c6a-638e-4e2f-9438-ee41f38c987c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4442 | 2024.05.13 20:49:24.674658 [ 3 ] {2b302c6a-638e-4e2f-9438-ee41f38c987c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4443 | 2024.05.13 20:49:24.674984 [ 3 ] {2b302c6a-638e-4e2f-9438-ee41f38c987c} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4444 | 2024.05.13 20:49:24.675022 [ 3 ] {2b302c6a-638e-4e2f-9438-ee41f38c987c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4445 | 2024.05.13 20:49:24.675330 [ 3 ] {2b302c6a-638e-4e2f-9438-ee41f38c987c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4446 | 2024.05.13 20:49:24.675667 [ 3 ] {2b302c6a-638e-4e2f-9438-ee41f38c987c} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4447 | 2024.05.13 20:49:24.675850 [ 3 ] {2b302c6a-638e-4e2f-9438-ee41f38c987c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001384 sec., 1445.086705202312 rows/sec., 117.84 KiB/sec. | ||
4448 | 2024.05.13 20:49:24.676031 [ 3 ] {2b302c6a-638e-4e2f-9438-ee41f38c987c} <Debug> DynamicQueryHandler: Done processing query | ||
4449 | 2024.05.13 20:49:24.676057 [ 3 ] {2b302c6a-638e-4e2f-9438-ee41f38c987c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4450 | 2024.05.13 20:49:24.676073 [ 3 ] {} <Debug> HTTP-Session: dfab532a-e645-45f6-b121-8a830693ab86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4451 | 2024.05.13 20:49:24.676233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 16886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4452 | 2024.05.13 20:49:24.676283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4453 | 2024.05.13 20:49:24.676303 [ 3 ] {} <Debug> HTTP-Session: ea709df0-3cfc-47ac-b840-5edf5f4c6f9f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4454 | 2024.05.13 20:49:24.676320 [ 3 ] {} <Debug> HTTP-Session: ea709df0-3cfc-47ac-b840-5edf5f4c6f9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4455 | 2024.05.13 20:49:24.676333 [ 3 ] {} <Debug> HTTP-Session: ea709df0-3cfc-47ac-b840-5edf5f4c6f9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4456 | 2024.05.13 20:49:24.676364 [ 3 ] {} <Trace> HTTP-Session: ea709df0-3cfc-47ac-b840-5edf5f4c6f9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4457 | 2024.05.13 20:49:24.676489 [ 3 ] {bbebd6fb-d5bc-49c2-b56f-2e8dedffee7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4458 | 2024.05.13 20:49:24.676533 [ 3 ] {bbebd6fb-d5bc-49c2-b56f-2e8dedffee7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4459 | 2024.05.13 20:49:24.676659 [ 3 ] {bbebd6fb-d5bc-49c2-b56f-2e8dedffee7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4460 | 2024.05.13 20:49:24.677043 [ 3 ] {bbebd6fb-d5bc-49c2-b56f-2e8dedffee7d} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4461 | 2024.05.13 20:49:24.677080 [ 3 ] {bbebd6fb-d5bc-49c2-b56f-2e8dedffee7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4462 | 2024.05.13 20:49:24.677401 [ 3 ] {bbebd6fb-d5bc-49c2-b56f-2e8dedffee7d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4463 | 2024.05.13 20:49:24.677701 [ 3 ] {bbebd6fb-d5bc-49c2-b56f-2e8dedffee7d} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4464 | 2024.05.13 20:49:24.677858 [ 3 ] {bbebd6fb-d5bc-49c2-b56f-2e8dedffee7d} <Debug> executeQuery: Read 116 rows, 9.83 KiB in 0.001414 sec., 82036.77510608204 rows/sec., 6.79 MiB/sec. | ||
4465 | 2024.05.13 20:49:24.678116 [ 3 ] {bbebd6fb-d5bc-49c2-b56f-2e8dedffee7d} <Debug> DynamicQueryHandler: Done processing query | ||
4466 | 2024.05.13 20:49:24.678164 [ 3 ] {bbebd6fb-d5bc-49c2-b56f-2e8dedffee7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4467 | 2024.05.13 20:49:24.678186 [ 3 ] {} <Debug> HTTP-Session: ea709df0-3cfc-47ac-b840-5edf5f4c6f9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4468 | 2024.05.13 20:49:24.678322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4469 | 2024.05.13 20:49:24.678369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4470 | 2024.05.13 20:49:24.678389 [ 3 ] {} <Debug> HTTP-Session: 0471056f-ba15-4d4a-bb1b-7598cc2ec108 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4471 | 2024.05.13 20:49:24.678405 [ 3 ] {} <Debug> HTTP-Session: 0471056f-ba15-4d4a-bb1b-7598cc2ec108 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4472 | 2024.05.13 20:49:24.678419 [ 3 ] {} <Debug> HTTP-Session: 0471056f-ba15-4d4a-bb1b-7598cc2ec108 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4473 | 2024.05.13 20:49:24.678456 [ 3 ] {} <Trace> HTTP-Session: 0471056f-ba15-4d4a-bb1b-7598cc2ec108 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4474 | 2024.05.13 20:49:24.678557 [ 3 ] {0ca8f7bf-945a-4227-a9ed-89b1ceadb458} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4475 | 2024.05.13 20:49:24.678602 [ 3 ] {0ca8f7bf-945a-4227-a9ed-89b1ceadb458} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4476 | 2024.05.13 20:49:24.678750 [ 3 ] {0ca8f7bf-945a-4227-a9ed-89b1ceadb458} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4477 | 2024.05.13 20:49:24.679032 [ 3 ] {0ca8f7bf-945a-4227-a9ed-89b1ceadb458} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4478 | 2024.05.13 20:49:24.679067 [ 3 ] {0ca8f7bf-945a-4227-a9ed-89b1ceadb458} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4479 | 2024.05.13 20:49:24.679368 [ 3 ] {0ca8f7bf-945a-4227-a9ed-89b1ceadb458} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4480 | 2024.05.13 20:49:24.679669 [ 3 ] {0ca8f7bf-945a-4227-a9ed-89b1ceadb458} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4481 | 2024.05.13 20:49:24.679825 [ 3 ] {0ca8f7bf-945a-4227-a9ed-89b1ceadb458} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001286 sec., 1555.2099533437013 rows/sec., 108.59 KiB/sec. | ||
4482 | 2024.05.13 20:49:24.680095 [ 3 ] {0ca8f7bf-945a-4227-a9ed-89b1ceadb458} <Debug> DynamicQueryHandler: Done processing query | ||
4483 | 2024.05.13 20:49:24.680120 [ 3 ] {0ca8f7bf-945a-4227-a9ed-89b1ceadb458} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4484 | 2024.05.13 20:49:24.680136 [ 3 ] {} <Debug> HTTP-Session: 0471056f-ba15-4d4a-bb1b-7598cc2ec108 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4485 | 2024.05.13 20:49:24.680262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 13423, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4486 | 2024.05.13 20:49:24.680312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4487 | 2024.05.13 20:49:24.680330 [ 3 ] {} <Debug> HTTP-Session: 8e647c55-9f46-4b5d-ae28-8419ef00affd Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4488 | 2024.05.13 20:49:24.680347 [ 3 ] {} <Debug> HTTP-Session: 8e647c55-9f46-4b5d-ae28-8419ef00affd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4489 | 2024.05.13 20:49:24.680361 [ 3 ] {} <Debug> HTTP-Session: 8e647c55-9f46-4b5d-ae28-8419ef00affd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4490 | 2024.05.13 20:49:24.680392 [ 3 ] {} <Trace> HTTP-Session: 8e647c55-9f46-4b5d-ae28-8419ef00affd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4491 | 2024.05.13 20:49:24.680514 [ 3 ] {e2d3bfe7-6ed9-4648-a551-22eafb39526b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4492 | 2024.05.13 20:49:24.680558 [ 3 ] {e2d3bfe7-6ed9-4648-a551-22eafb39526b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4493 | 2024.05.13 20:49:24.680697 [ 3 ] {e2d3bfe7-6ed9-4648-a551-22eafb39526b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4494 | 2024.05.13 20:49:24.681037 [ 3 ] {e2d3bfe7-6ed9-4648-a551-22eafb39526b} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4495 | 2024.05.13 20:49:24.681074 [ 3 ] {e2d3bfe7-6ed9-4648-a551-22eafb39526b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4496 | 2024.05.13 20:49:24.681378 [ 3 ] {e2d3bfe7-6ed9-4648-a551-22eafb39526b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4497 | 2024.05.13 20:49:24.681675 [ 3 ] {e2d3bfe7-6ed9-4648-a551-22eafb39526b} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4498 | 2024.05.13 20:49:24.681819 [ 3 ] {e2d3bfe7-6ed9-4648-a551-22eafb39526b} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001348 sec., 58605.3412462908 rows/sec., 4.58 MiB/sec. | ||
4499 | 2024.05.13 20:49:24.681969 [ 3 ] {e2d3bfe7-6ed9-4648-a551-22eafb39526b} <Debug> DynamicQueryHandler: Done processing query | ||
4500 | 2024.05.13 20:49:24.681993 [ 3 ] {e2d3bfe7-6ed9-4648-a551-22eafb39526b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4501 | 2024.05.13 20:49:24.682009 [ 3 ] {} <Debug> HTTP-Session: 8e647c55-9f46-4b5d-ae28-8419ef00affd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4502 | 2024.05.13 20:49:24.682179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 28857, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4503 | 2024.05.13 20:49:24.682227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4504 | 2024.05.13 20:49:24.682248 [ 3 ] {} <Debug> HTTP-Session: 215f4a82-f91e-42df-a35c-2fe79f76416e Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4505 | 2024.05.13 20:49:24.682265 [ 3 ] {} <Debug> HTTP-Session: 215f4a82-f91e-42df-a35c-2fe79f76416e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4506 | 2024.05.13 20:49:24.682279 [ 3 ] {} <Debug> HTTP-Session: 215f4a82-f91e-42df-a35c-2fe79f76416e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4507 | 2024.05.13 20:49:24.682309 [ 3 ] {} <Trace> HTTP-Session: 215f4a82-f91e-42df-a35c-2fe79f76416e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4508 | 2024.05.13 20:49:24.682451 [ 3 ] {94ed7601-7214-41cf-b816-53eb78d89233} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4509 | 2024.05.13 20:49:24.682498 [ 3 ] {94ed7601-7214-41cf-b816-53eb78d89233} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4510 | 2024.05.13 20:49:24.682652 [ 3 ] {94ed7601-7214-41cf-b816-53eb78d89233} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4511 | 2024.05.13 20:49:24.683044 [ 3 ] {94ed7601-7214-41cf-b816-53eb78d89233} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4512 | 2024.05.13 20:49:24.683080 [ 3 ] {94ed7601-7214-41cf-b816-53eb78d89233} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4513 | 2024.05.13 20:49:24.683469 [ 3 ] {94ed7601-7214-41cf-b816-53eb78d89233} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4514 | 2024.05.13 20:49:24.683811 [ 3 ] {94ed7601-7214-41cf-b816-53eb78d89233} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4515 | 2024.05.13 20:49:24.683976 [ 3 ] {94ed7601-7214-41cf-b816-53eb78d89233} <Debug> executeQuery: Read 151 rows, 10.72 KiB in 0.00158 sec., 95569.62025316455 rows/sec., 6.63 MiB/sec. | ||
4516 | 2024.05.13 20:49:24.684155 [ 3 ] {94ed7601-7214-41cf-b816-53eb78d89233} <Debug> DynamicQueryHandler: Done processing query | ||
4517 | 2024.05.13 20:49:24.684183 [ 3 ] {94ed7601-7214-41cf-b816-53eb78d89233} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4518 | 2024.05.13 20:49:24.684200 [ 3 ] {} <Debug> HTTP-Session: 215f4a82-f91e-42df-a35c-2fe79f76416e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4519 | 2024.05.13 20:49:24.684402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4520 | 2024.05.13 20:49:24.684456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4521 | 2024.05.13 20:49:24.684477 [ 3 ] {} <Debug> HTTP-Session: be7c6053-bc11-4a1d-8e6d-6c20505988be Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4522 | 2024.05.13 20:49:24.684494 [ 3 ] {} <Debug> HTTP-Session: be7c6053-bc11-4a1d-8e6d-6c20505988be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4523 | 2024.05.13 20:49:24.684509 [ 3 ] {} <Debug> HTTP-Session: be7c6053-bc11-4a1d-8e6d-6c20505988be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4524 | 2024.05.13 20:49:24.684541 [ 3 ] {} <Trace> HTTP-Session: be7c6053-bc11-4a1d-8e6d-6c20505988be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4525 | 2024.05.13 20:49:24.684752 [ 3 ] {fcb9f21a-6748-44df-8815-6c030ccabb1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4526 | 2024.05.13 20:49:24.684800 [ 3 ] {fcb9f21a-6748-44df-8815-6c030ccabb1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4527 | 2024.05.13 20:49:24.684962 [ 3 ] {fcb9f21a-6748-44df-8815-6c030ccabb1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4528 | 2024.05.13 20:49:24.685396 [ 3 ] {fcb9f21a-6748-44df-8815-6c030ccabb1c} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4529 | 2024.05.13 20:49:24.685431 [ 3 ] {fcb9f21a-6748-44df-8815-6c030ccabb1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4530 | 2024.05.13 20:49:24.685830 [ 3 ] {fcb9f21a-6748-44df-8815-6c030ccabb1c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4531 | 2024.05.13 20:49:24.686216 [ 3 ] {fcb9f21a-6748-44df-8815-6c030ccabb1c} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4532 | 2024.05.13 20:49:24.686528 [ 3 ] {fcb9f21a-6748-44df-8815-6c030ccabb1c} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001888 sec., 11122.881355932204 rows/sec., 15.01 MiB/sec. | ||
4533 | 2024.05.13 20:49:24.686928 [ 3 ] {fcb9f21a-6748-44df-8815-6c030ccabb1c} <Debug> DynamicQueryHandler: Done processing query | ||
4534 | 2024.05.13 20:49:24.686961 [ 3 ] {fcb9f21a-6748-44df-8815-6c030ccabb1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4535 | 2024.05.13 20:49:24.686980 [ 3 ] {} <Debug> HTTP-Session: be7c6053-bc11-4a1d-8e6d-6c20505988be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4536 | 2024.05.13 20:49:24.687118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 7667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4537 | 2024.05.13 20:49:24.687165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4538 | 2024.05.13 20:49:24.687186 [ 3 ] {} <Debug> HTTP-Session: 4396c5d8-1b47-489e-b382-c42df9e566e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4539 | 2024.05.13 20:49:24.687205 [ 3 ] {} <Debug> HTTP-Session: 4396c5d8-1b47-489e-b382-c42df9e566e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4540 | 2024.05.13 20:49:24.687219 [ 3 ] {} <Debug> HTTP-Session: 4396c5d8-1b47-489e-b382-c42df9e566e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4541 | 2024.05.13 20:49:24.687253 [ 3 ] {} <Trace> HTTP-Session: 4396c5d8-1b47-489e-b382-c42df9e566e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4542 | 2024.05.13 20:49:24.687372 [ 3 ] {c1b5c9d3-4625-40ac-8d86-7b2dffcb72cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4543 | 2024.05.13 20:49:24.687420 [ 3 ] {c1b5c9d3-4625-40ac-8d86-7b2dffcb72cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4544 | 2024.05.13 20:49:24.687584 [ 3 ] {c1b5c9d3-4625-40ac-8d86-7b2dffcb72cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4545 | 2024.05.13 20:49:24.687903 [ 3 ] {c1b5c9d3-4625-40ac-8d86-7b2dffcb72cb} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4546 | 2024.05.13 20:49:24.687941 [ 3 ] {c1b5c9d3-4625-40ac-8d86-7b2dffcb72cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4547 | 2024.05.13 20:49:24.688313 [ 3 ] {c1b5c9d3-4625-40ac-8d86-7b2dffcb72cb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4548 | 2024.05.13 20:49:24.688647 [ 3 ] {c1b5c9d3-4625-40ac-8d86-7b2dffcb72cb} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4549 | 2024.05.13 20:49:24.688795 [ 3 ] {c1b5c9d3-4625-40ac-8d86-7b2dffcb72cb} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001459 sec., 34270.04797806717 rows/sec., 2.35 MiB/sec. | ||
4550 | 2024.05.13 20:49:24.688967 [ 3 ] {c1b5c9d3-4625-40ac-8d86-7b2dffcb72cb} <Debug> DynamicQueryHandler: Done processing query | ||
4551 | 2024.05.13 20:49:24.688993 [ 3 ] {c1b5c9d3-4625-40ac-8d86-7b2dffcb72cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4552 | 2024.05.13 20:49:24.689009 [ 3 ] {} <Debug> HTTP-Session: 4396c5d8-1b47-489e-b382-c42df9e566e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4553 | 2024.05.13 20:49:27.829638 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4554 | 2024.05.13 20:49:27.829739 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4555 | 2024.05.13 20:49:29.671306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4556 | 2024.05.13 20:49:29.671416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4557 | 2024.05.13 20:49:29.671440 [ 3 ] {} <Debug> HTTP-Session: 0eba99d4-f6f2-4374-8b29-5987e7191736 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4558 | 2024.05.13 20:49:29.671463 [ 3 ] {} <Debug> HTTP-Session: 0eba99d4-f6f2-4374-8b29-5987e7191736 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4559 | 2024.05.13 20:49:29.671478 [ 3 ] {} <Debug> HTTP-Session: 0eba99d4-f6f2-4374-8b29-5987e7191736 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4560 | 2024.05.13 20:49:29.671526 [ 3 ] {} <Trace> HTTP-Session: 0eba99d4-f6f2-4374-8b29-5987e7191736 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4561 | 2024.05.13 20:49:29.671700 [ 3 ] {3043255d-19de-4dce-9630-149a4dff1952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4562 | 2024.05.13 20:49:29.671764 [ 3 ] {3043255d-19de-4dce-9630-149a4dff1952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4563 | 2024.05.13 20:49:29.671945 [ 3 ] {3043255d-19de-4dce-9630-149a4dff1952} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4564 | 2024.05.13 20:49:29.672338 [ 3 ] {3043255d-19de-4dce-9630-149a4dff1952} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4565 | 2024.05.13 20:49:29.672381 [ 3 ] {3043255d-19de-4dce-9630-149a4dff1952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4566 | 2024.05.13 20:49:29.672732 [ 3 ] {3043255d-19de-4dce-9630-149a4dff1952} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4567 | 2024.05.13 20:49:29.673049 [ 3 ] {3043255d-19de-4dce-9630-149a4dff1952} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4568 | 2024.05.13 20:49:29.673213 [ 3 ] {3043255d-19de-4dce-9630-149a4dff1952} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001558 sec., 6418.485237483954 rows/sec., 520.25 KiB/sec. | ||
4569 | 2024.05.13 20:49:29.673499 [ 3 ] {3043255d-19de-4dce-9630-149a4dff1952} <Debug> DynamicQueryHandler: Done processing query | ||
4570 | 2024.05.13 20:49:29.673525 [ 3 ] {3043255d-19de-4dce-9630-149a4dff1952} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4571 | 2024.05.13 20:49:29.673540 [ 3 ] {} <Debug> HTTP-Session: 0eba99d4-f6f2-4374-8b29-5987e7191736 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4572 | 2024.05.13 20:49:29.673681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 11803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4573 | 2024.05.13 20:49:29.673728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4574 | 2024.05.13 20:49:29.673747 [ 3 ] {} <Debug> HTTP-Session: 14163426-bc24-404d-b705-ac28df95bb66 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4575 | 2024.05.13 20:49:29.673763 [ 3 ] {} <Debug> HTTP-Session: 14163426-bc24-404d-b705-ac28df95bb66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4576 | 2024.05.13 20:49:29.673777 [ 3 ] {} <Debug> HTTP-Session: 14163426-bc24-404d-b705-ac28df95bb66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4577 | 2024.05.13 20:49:29.673806 [ 3 ] {} <Trace> HTTP-Session: 14163426-bc24-404d-b705-ac28df95bb66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4578 | 2024.05.13 20:49:29.673926 [ 3 ] {fd04015f-b5e5-47c8-a77c-64b5d5df7e72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4579 | 2024.05.13 20:49:29.673969 [ 3 ] {fd04015f-b5e5-47c8-a77c-64b5d5df7e72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4580 | 2024.05.13 20:49:29.674110 [ 3 ] {fd04015f-b5e5-47c8-a77c-64b5d5df7e72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4581 | 2024.05.13 20:49:29.674456 [ 3 ] {fd04015f-b5e5-47c8-a77c-64b5d5df7e72} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4582 | 2024.05.13 20:49:29.674492 [ 3 ] {fd04015f-b5e5-47c8-a77c-64b5d5df7e72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4583 | 2024.05.13 20:49:29.674802 [ 3 ] {fd04015f-b5e5-47c8-a77c-64b5d5df7e72} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4584 | 2024.05.13 20:49:29.675105 [ 3 ] {fd04015f-b5e5-47c8-a77c-64b5d5df7e72} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4585 | 2024.05.13 20:49:29.675259 [ 3 ] {fd04015f-b5e5-47c8-a77c-64b5d5df7e72} <Debug> executeQuery: Read 82 rows, 6.79 KiB in 0.00137 sec., 59854.01459854015 rows/sec., 4.84 MiB/sec. | ||
4586 | 2024.05.13 20:49:29.675463 [ 3 ] {fd04015f-b5e5-47c8-a77c-64b5d5df7e72} <Debug> DynamicQueryHandler: Done processing query | ||
4587 | 2024.05.13 20:49:29.675486 [ 3 ] {fd04015f-b5e5-47c8-a77c-64b5d5df7e72} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4588 | 2024.05.13 20:49:29.675501 [ 3 ] {} <Debug> HTTP-Session: 14163426-bc24-404d-b705-ac28df95bb66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4589 | 2024.05.13 20:49:29.675647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 11222, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4590 | 2024.05.13 20:49:29.675693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4591 | 2024.05.13 20:49:29.675712 [ 3 ] {} <Debug> HTTP-Session: 120392d9-1804-494a-9432-79fbb60416d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4592 | 2024.05.13 20:49:29.675728 [ 3 ] {} <Debug> HTTP-Session: 120392d9-1804-494a-9432-79fbb60416d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4593 | 2024.05.13 20:49:29.675742 [ 3 ] {} <Debug> HTTP-Session: 120392d9-1804-494a-9432-79fbb60416d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4594 | 2024.05.13 20:49:29.675771 [ 3 ] {} <Trace> HTTP-Session: 120392d9-1804-494a-9432-79fbb60416d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4595 | 2024.05.13 20:49:29.675882 [ 3 ] {4f0037c0-efec-4670-9eb7-c4b21ef85e86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4596 | 2024.05.13 20:49:29.675923 [ 3 ] {4f0037c0-efec-4670-9eb7-c4b21ef85e86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4597 | 2024.05.13 20:49:29.676048 [ 3 ] {4f0037c0-efec-4670-9eb7-c4b21ef85e86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4598 | 2024.05.13 20:49:29.676347 [ 3 ] {4f0037c0-efec-4670-9eb7-c4b21ef85e86} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4599 | 2024.05.13 20:49:29.676381 [ 3 ] {4f0037c0-efec-4670-9eb7-c4b21ef85e86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4600 | 2024.05.13 20:49:29.676673 [ 3 ] {4f0037c0-efec-4670-9eb7-c4b21ef85e86} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4601 | 2024.05.13 20:49:29.676966 [ 3 ] {4f0037c0-efec-4670-9eb7-c4b21ef85e86} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4602 | 2024.05.13 20:49:29.677109 [ 3 ] {4f0037c0-efec-4670-9eb7-c4b21ef85e86} <Debug> executeQuery: Read 66 rows, 5.27 KiB in 0.001261 sec., 52339.413164155434 rows/sec., 4.08 MiB/sec. | ||
4603 | 2024.05.13 20:49:29.677261 [ 3 ] {4f0037c0-efec-4670-9eb7-c4b21ef85e86} <Debug> DynamicQueryHandler: Done processing query | ||
4604 | 2024.05.13 20:49:29.677285 [ 3 ] {4f0037c0-efec-4670-9eb7-c4b21ef85e86} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4605 | 2024.05.13 20:49:29.677300 [ 3 ] {} <Debug> HTTP-Session: 120392d9-1804-494a-9432-79fbb60416d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4606 | 2024.05.13 20:49:29.677444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 28667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4607 | 2024.05.13 20:49:29.677489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4608 | 2024.05.13 20:49:29.677507 [ 3 ] {} <Debug> HTTP-Session: 24c86a78-e6db-48d6-baca-cf017344d5bf Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4609 | 2024.05.13 20:49:29.677523 [ 3 ] {} <Debug> HTTP-Session: 24c86a78-e6db-48d6-baca-cf017344d5bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4610 | 2024.05.13 20:49:29.677537 [ 3 ] {} <Debug> HTTP-Session: 24c86a78-e6db-48d6-baca-cf017344d5bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4611 | 2024.05.13 20:49:29.677566 [ 3 ] {} <Trace> HTTP-Session: 24c86a78-e6db-48d6-baca-cf017344d5bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4612 | 2024.05.13 20:49:29.677699 [ 3 ] {6b274620-ce41-41da-ab68-7f320395ac08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4613 | 2024.05.13 20:49:29.677744 [ 3 ] {6b274620-ce41-41da-ab68-7f320395ac08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4614 | 2024.05.13 20:49:29.677885 [ 3 ] {6b274620-ce41-41da-ab68-7f320395ac08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4615 | 2024.05.13 20:49:29.678256 [ 3 ] {6b274620-ce41-41da-ab68-7f320395ac08} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4616 | 2024.05.13 20:49:29.678292 [ 3 ] {6b274620-ce41-41da-ab68-7f320395ac08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4617 | 2024.05.13 20:49:29.678665 [ 3 ] {6b274620-ce41-41da-ab68-7f320395ac08} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4618 | 2024.05.13 20:49:29.678992 [ 3 ] {6b274620-ce41-41da-ab68-7f320395ac08} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4619 | 2024.05.13 20:49:29.679142 [ 3 ] {6b274620-ce41-41da-ab68-7f320395ac08} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001497 sec., 100200.4008016032 rows/sec., 6.95 MiB/sec. | ||
4620 | 2024.05.13 20:49:29.679311 [ 3 ] {6b274620-ce41-41da-ab68-7f320395ac08} <Debug> DynamicQueryHandler: Done processing query | ||
4621 | 2024.05.13 20:49:29.679335 [ 3 ] {6b274620-ce41-41da-ab68-7f320395ac08} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4622 | 2024.05.13 20:49:29.679350 [ 3 ] {} <Debug> HTTP-Session: 24c86a78-e6db-48d6-baca-cf017344d5bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4623 | 2024.05.13 20:49:29.679466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10759, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4624 | 2024.05.13 20:49:29.679512 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4625 | 2024.05.13 20:49:29.679530 [ 3 ] {} <Debug> HTTP-Session: b9f66975-3c80-460f-95f0-cdb61ac4c325 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4626 | 2024.05.13 20:49:29.679546 [ 3 ] {} <Debug> HTTP-Session: b9f66975-3c80-460f-95f0-cdb61ac4c325 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4627 | 2024.05.13 20:49:29.679559 [ 3 ] {} <Debug> HTTP-Session: b9f66975-3c80-460f-95f0-cdb61ac4c325 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4628 | 2024.05.13 20:49:29.679588 [ 3 ] {} <Trace> HTTP-Session: b9f66975-3c80-460f-95f0-cdb61ac4c325 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4629 | 2024.05.13 20:49:29.679729 [ 3 ] {6a1e6716-8e09-415d-8e06-51abd83ce8f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4630 | 2024.05.13 20:49:29.679774 [ 3 ] {6a1e6716-8e09-415d-8e06-51abd83ce8f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4631 | 2024.05.13 20:49:29.679928 [ 3 ] {6a1e6716-8e09-415d-8e06-51abd83ce8f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4632 | 2024.05.13 20:49:29.680312 [ 3 ] {6a1e6716-8e09-415d-8e06-51abd83ce8f7} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4633 | 2024.05.13 20:49:29.680347 [ 3 ] {6a1e6716-8e09-415d-8e06-51abd83ce8f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4634 | 2024.05.13 20:49:29.680727 [ 3 ] {6a1e6716-8e09-415d-8e06-51abd83ce8f7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4635 | 2024.05.13 20:49:29.681066 [ 3 ] {6a1e6716-8e09-415d-8e06-51abd83ce8f7} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4636 | 2024.05.13 20:49:29.681227 [ 3 ] {6a1e6716-8e09-415d-8e06-51abd83ce8f7} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.001561 sec., 6406.149903907751 rows/sec., 8.64 MiB/sec. | ||
4637 | 2024.05.13 20:49:29.681393 [ 3 ] {6a1e6716-8e09-415d-8e06-51abd83ce8f7} <Debug> DynamicQueryHandler: Done processing query | ||
4638 | 2024.05.13 20:49:29.681417 [ 3 ] {6a1e6716-8e09-415d-8e06-51abd83ce8f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4639 | 2024.05.13 20:49:29.681432 [ 3 ] {} <Debug> HTTP-Session: b9f66975-3c80-460f-95f0-cdb61ac4c325 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4640 | 2024.05.13 20:49:29.681583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 7667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4641 | 2024.05.13 20:49:29.681628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4642 | 2024.05.13 20:49:29.681647 [ 3 ] {} <Debug> HTTP-Session: aca2d26a-3e27-42f6-a82e-0d91a766a52a Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4643 | 2024.05.13 20:49:29.681663 [ 3 ] {} <Debug> HTTP-Session: aca2d26a-3e27-42f6-a82e-0d91a766a52a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4644 | 2024.05.13 20:49:29.681676 [ 3 ] {} <Debug> HTTP-Session: aca2d26a-3e27-42f6-a82e-0d91a766a52a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4645 | 2024.05.13 20:49:29.681705 [ 3 ] {} <Trace> HTTP-Session: aca2d26a-3e27-42f6-a82e-0d91a766a52a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4646 | 2024.05.13 20:49:29.681811 [ 3 ] {75c9146d-928f-4b21-9eda-b729877b0a6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4647 | 2024.05.13 20:49:29.681854 [ 3 ] {75c9146d-928f-4b21-9eda-b729877b0a6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4648 | 2024.05.13 20:49:29.681977 [ 3 ] {75c9146d-928f-4b21-9eda-b729877b0a6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4649 | 2024.05.13 20:49:29.682248 [ 3 ] {75c9146d-928f-4b21-9eda-b729877b0a6a} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4650 | 2024.05.13 20:49:29.682284 [ 3 ] {75c9146d-928f-4b21-9eda-b729877b0a6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
4651 | 2024.05.13 20:49:29.682628 [ 3 ] {75c9146d-928f-4b21-9eda-b729877b0a6a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4652 | 2024.05.13 20:49:29.682936 [ 3 ] {75c9146d-928f-4b21-9eda-b729877b0a6a} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4653 | 2024.05.13 20:49:29.683079 [ 3 ] {75c9146d-928f-4b21-9eda-b729877b0a6a} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001301 sec., 38431.97540353574 rows/sec., 2.64 MiB/sec. | ||
4654 | 2024.05.13 20:49:29.683234 [ 3 ] {75c9146d-928f-4b21-9eda-b729877b0a6a} <Debug> DynamicQueryHandler: Done processing query | ||
4655 | 2024.05.13 20:49:29.683257 [ 3 ] {75c9146d-928f-4b21-9eda-b729877b0a6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4656 | 2024.05.13 20:49:29.683272 [ 3 ] {} <Debug> HTTP-Session: aca2d26a-3e27-42f6-a82e-0d91a766a52a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4657 | 2024.05.13 20:49:34.666308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1024, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4658 | 2024.05.13 20:49:34.666430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4659 | 2024.05.13 20:49:34.666455 [ 3 ] {} <Debug> HTTP-Session: bb14d63a-9146-49cb-875a-6e3da4af072e Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4660 | 2024.05.13 20:49:34.666479 [ 3 ] {} <Debug> HTTP-Session: bb14d63a-9146-49cb-875a-6e3da4af072e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4661 | 2024.05.13 20:49:34.666493 [ 3 ] {} <Debug> HTTP-Session: bb14d63a-9146-49cb-875a-6e3da4af072e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4662 | 2024.05.13 20:49:34.666540 [ 3 ] {} <Trace> HTTP-Session: bb14d63a-9146-49cb-875a-6e3da4af072e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4663 | 2024.05.13 20:49:34.666768 [ 3 ] {28d63c94-f15d-4cf0-8c66-ebbe61dd8913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
4664 | 2024.05.13 20:49:34.667136 [ 3 ] {28d63c94-f15d-4cf0-8c66-ebbe61dd8913} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
4665 | 2024.05.13 20:49:34.667181 [ 3 ] {28d63c94-f15d-4cf0-8c66-ebbe61dd8913} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent')" moved to PREWHERE | ||
4666 | 2024.05.13 20:49:34.667542 [ 3 ] {28d63c94-f15d-4cf0-8c66-ebbe61dd8913} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
4667 | 2024.05.13 20:49:34.667631 [ 3 ] {28d63c94-f15d-4cf0-8c66-ebbe61dd8913} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
4668 | 2024.05.13 20:49:34.667839 [ 3 ] {28d63c94-f15d-4cf0-8c66-ebbe61dd8913} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
4669 | 2024.05.13 20:49:34.667927 [ 257 ] {28d63c94-f15d-4cf0-8c66-ebbe61dd8913} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
4670 | 2024.05.13 20:49:34.668004 [ 260 ] {28d63c94-f15d-4cf0-8c66-ebbe61dd8913} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
4671 | 2024.05.13 20:49:34.668023 [ 259 ] {28d63c94-f15d-4cf0-8c66-ebbe61dd8913} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
4672 | 2024.05.13 20:49:34.668243 [ 3 ] {28d63c94-f15d-4cf0-8c66-ebbe61dd8913} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (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 | ||
4673 | 2024.05.13 20:49:34.668275 [ 3 ] {28d63c94-f15d-4cf0-8c66-ebbe61dd8913} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
4674 | 2024.05.13 20:49:34.668394 [ 3 ] {28d63c94-f15d-4cf0-8c66-ebbe61dd8913} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
4675 | 2024.05.13 20:49:34.668418 [ 3 ] {28d63c94-f15d-4cf0-8c66-ebbe61dd8913} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Reading approx. 25 rows with 3 streams | ||
4676 | 2024.05.13 20:49:34.668459 [ 3 ] {28d63c94-f15d-4cf0-8c66-ebbe61dd8913} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
4677 | 2024.05.13 20:49:34.668506 [ 3 ] {28d63c94-f15d-4cf0-8c66-ebbe61dd8913} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
4678 | 2024.05.13 20:49:34.668543 [ 3 ] {28d63c94-f15d-4cf0-8c66-ebbe61dd8913} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
4679 | 2024.05.13 20:49:34.670457 [ 3 ] {28d63c94-f15d-4cf0-8c66-ebbe61dd8913} <Debug> executeQuery: Read 25 rows, 1.03 KiB in 0.003786 sec., 6603.275224511358 rows/sec., 273.16 KiB/sec. | ||
4680 | 2024.05.13 20:49:34.670872 [ 3 ] {28d63c94-f15d-4cf0-8c66-ebbe61dd8913} <Debug> DynamicQueryHandler: Done processing query | ||
4681 | 2024.05.13 20:49:34.670903 [ 3 ] {28d63c94-f15d-4cf0-8c66-ebbe61dd8913} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
4682 | 2024.05.13 20:49:34.670926 [ 3 ] {} <Debug> HTTP-Session: bb14d63a-9146-49cb-875a-6e3da4af072e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4683 | 2024.05.13 20:49:34.671180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4684 | 2024.05.13 20:49:34.671252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4685 | 2024.05.13 20:49:34.671279 [ 3 ] {} <Debug> HTTP-Session: 11cbca4c-4934-4801-bdc7-899fe580f997 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4686 | 2024.05.13 20:49:34.671303 [ 3 ] {} <Debug> HTTP-Session: 11cbca4c-4934-4801-bdc7-899fe580f997 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4687 | 2024.05.13 20:49:34.671321 [ 3 ] {} <Debug> HTTP-Session: 11cbca4c-4934-4801-bdc7-899fe580f997 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4688 | 2024.05.13 20:49:34.671367 [ 3 ] {} <Trace> HTTP-Session: 11cbca4c-4934-4801-bdc7-899fe580f997 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4689 | 2024.05.13 20:49:34.671598 [ 3 ] {b9d6b862-b747-4ce8-9998-290d7c18a4d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
4690 | 2024.05.13 20:49:34.671970 [ 3 ] {b9d6b862-b747-4ce8-9998-290d7c18a4d2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
4691 | 2024.05.13 20:49:34.672031 [ 3 ] {b9d6b862-b747-4ce8-9998-290d7c18a4d2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_routes')" moved to PREWHERE | ||
4692 | 2024.05.13 20:49:34.672354 [ 3 ] {b9d6b862-b747-4ce8-9998-290d7c18a4d2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
4693 | 2024.05.13 20:49:34.672423 [ 3 ] {b9d6b862-b747-4ce8-9998-290d7c18a4d2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
4694 | 2024.05.13 20:49:34.672574 [ 3 ] {b9d6b862-b747-4ce8-9998-290d7c18a4d2} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
4695 | 2024.05.13 20:49:34.672682 [ 262 ] {b9d6b862-b747-4ce8-9998-290d7c18a4d2} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
4696 | 2024.05.13 20:49:34.672719 [ 263 ] {b9d6b862-b747-4ce8-9998-290d7c18a4d2} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
4697 | 2024.05.13 20:49:34.672739 [ 255 ] {b9d6b862-b747-4ce8-9998-290d7c18a4d2} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
4698 | 2024.05.13 20:49:34.672879 [ 3 ] {b9d6b862-b747-4ce8-9998-290d7c18a4d2} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (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 | ||
4699 | 2024.05.13 20:49:34.672917 [ 3 ] {b9d6b862-b747-4ce8-9998-290d7c18a4d2} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
4700 | 2024.05.13 20:49:34.673036 [ 3 ] {b9d6b862-b747-4ce8-9998-290d7c18a4d2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
4701 | 2024.05.13 20:49:34.673065 [ 3 ] {b9d6b862-b747-4ce8-9998-290d7c18a4d2} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Reading approx. 25 rows with 3 streams | ||
4702 | 2024.05.13 20:49:34.673110 [ 3 ] {b9d6b862-b747-4ce8-9998-290d7c18a4d2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_routes'))" | ||
4703 | 2024.05.13 20:49:34.673155 [ 3 ] {b9d6b862-b747-4ce8-9998-290d7c18a4d2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_routes'))" | ||
4704 | 2024.05.13 20:49:34.673196 [ 3 ] {b9d6b862-b747-4ce8-9998-290d7c18a4d2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_routes'))" | ||
4705 | 2024.05.13 20:49:34.674863 [ 3 ] {b9d6b862-b747-4ce8-9998-290d7c18a4d2} <Debug> executeQuery: Read 25 rows, 1.03 KiB in 0.003363 sec., 7433.838834374071 rows/sec., 307.52 KiB/sec. | ||
4706 | 2024.05.13 20:49:34.675196 [ 3 ] {b9d6b862-b747-4ce8-9998-290d7c18a4d2} <Debug> DynamicQueryHandler: Done processing query | ||
4707 | 2024.05.13 20:49:34.675222 [ 3 ] {b9d6b862-b747-4ce8-9998-290d7c18a4d2} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
4708 | 2024.05.13 20:49:34.675240 [ 3 ] {} <Debug> HTTP-Session: 11cbca4c-4934-4801-bdc7-899fe580f997 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4709 | 2024.05.13 20:49:34.675490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4710 | 2024.05.13 20:49:34.675560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4711 | 2024.05.13 20:49:34.675591 [ 3 ] {} <Debug> HTTP-Session: 11beaccb-43e3-46d4-9fdb-7fa5fb1b0575 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4712 | 2024.05.13 20:49:34.675618 [ 3 ] {} <Debug> HTTP-Session: 11beaccb-43e3-46d4-9fdb-7fa5fb1b0575 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4713 | 2024.05.13 20:49:34.675639 [ 3 ] {} <Debug> HTTP-Session: 11beaccb-43e3-46d4-9fdb-7fa5fb1b0575 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4714 | 2024.05.13 20:49:34.675689 [ 3 ] {} <Trace> HTTP-Session: 11beaccb-43e3-46d4-9fdb-7fa5fb1b0575 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4715 | 2024.05.13 20:49:34.675891 [ 3 ] {bb7af6bc-ea47-4fdd-80d1-1a66f9726714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
4716 | 2024.05.13 20:49:34.676218 [ 3 ] {bb7af6bc-ea47-4fdd-80d1-1a66f9726714} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
4717 | 2024.05.13 20:49:34.676271 [ 3 ] {bb7af6bc-ea47-4fdd-80d1-1a66f9726714} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
4718 | 2024.05.13 20:49:34.676615 [ 3 ] {bb7af6bc-ea47-4fdd-80d1-1a66f9726714} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
4719 | 2024.05.13 20:49:34.676696 [ 3 ] {bb7af6bc-ea47-4fdd-80d1-1a66f9726714} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
4720 | 2024.05.13 20:49:34.676846 [ 3 ] {bb7af6bc-ea47-4fdd-80d1-1a66f9726714} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
4721 | 2024.05.13 20:49:34.676986 [ 260 ] {bb7af6bc-ea47-4fdd-80d1-1a66f9726714} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
4722 | 2024.05.13 20:49:34.677000 [ 255 ] {bb7af6bc-ea47-4fdd-80d1-1a66f9726714} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
4723 | 2024.05.13 20:49:34.677003 [ 259 ] {bb7af6bc-ea47-4fdd-80d1-1a66f9726714} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
4724 | 2024.05.13 20:49:34.677156 [ 3 ] {bb7af6bc-ea47-4fdd-80d1-1a66f9726714} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (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 | ||
4725 | 2024.05.13 20:49:34.677199 [ 3 ] {bb7af6bc-ea47-4fdd-80d1-1a66f9726714} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
4726 | 2024.05.13 20:49:34.677308 [ 3 ] {bb7af6bc-ea47-4fdd-80d1-1a66f9726714} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
4727 | 2024.05.13 20:49:34.677332 [ 3 ] {bb7af6bc-ea47-4fdd-80d1-1a66f9726714} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Reading approx. 25 rows with 3 streams | ||
4728 | 2024.05.13 20:49:34.677373 [ 3 ] {bb7af6bc-ea47-4fdd-80d1-1a66f9726714} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
4729 | 2024.05.13 20:49:34.677416 [ 3 ] {bb7af6bc-ea47-4fdd-80d1-1a66f9726714} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
4730 | 2024.05.13 20:49:34.677452 [ 3 ] {bb7af6bc-ea47-4fdd-80d1-1a66f9726714} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
4731 | 2024.05.13 20:49:34.679324 [ 3 ] {bb7af6bc-ea47-4fdd-80d1-1a66f9726714} <Debug> executeQuery: Read 25 rows, 1.03 KiB in 0.003526 sec., 7090.187180941577 rows/sec., 293.30 KiB/sec. | ||
4732 | 2024.05.13 20:49:34.679674 [ 3 ] {bb7af6bc-ea47-4fdd-80d1-1a66f9726714} <Debug> DynamicQueryHandler: Done processing query | ||
4733 | 2024.05.13 20:49:34.679704 [ 3 ] {bb7af6bc-ea47-4fdd-80d1-1a66f9726714} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
4734 | 2024.05.13 20:49:34.679721 [ 3 ] {} <Debug> HTTP-Session: 11beaccb-43e3-46d4-9fdb-7fa5fb1b0575 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4735 | 2024.05.13 20:49:34.679941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4736 | 2024.05.13 20:49:34.679993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4737 | 2024.05.13 20:49:34.680013 [ 3 ] {} <Debug> HTTP-Session: 3f0d47f3-4cb7-4694-9bab-bc9fecaf2243 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4738 | 2024.05.13 20:49:34.680030 [ 3 ] {} <Debug> HTTP-Session: 3f0d47f3-4cb7-4694-9bab-bc9fecaf2243 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4739 | 2024.05.13 20:49:34.680043 [ 3 ] {} <Debug> HTTP-Session: 3f0d47f3-4cb7-4694-9bab-bc9fecaf2243 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4740 | 2024.05.13 20:49:34.680077 [ 3 ] {} <Trace> HTTP-Session: 3f0d47f3-4cb7-4694-9bab-bc9fecaf2243 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4741 | 2024.05.13 20:49:34.680269 [ 3 ] {3cdb293c-65d5-47b5-8e67-bb67c2058a95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
4742 | 2024.05.13 20:49:34.680570 [ 3 ] {3cdb293c-65d5-47b5-8e67-bb67c2058a95} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
4743 | 2024.05.13 20:49:34.680617 [ 3 ] {3cdb293c-65d5-47b5-8e67-bb67c2058a95} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
4744 | 2024.05.13 20:49:34.680915 [ 3 ] {3cdb293c-65d5-47b5-8e67-bb67c2058a95} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
4745 | 2024.05.13 20:49:34.680983 [ 3 ] {3cdb293c-65d5-47b5-8e67-bb67c2058a95} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
4746 | 2024.05.13 20:49:34.681142 [ 3 ] {3cdb293c-65d5-47b5-8e67-bb67c2058a95} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
4747 | 2024.05.13 20:49:34.681243 [ 262 ] {3cdb293c-65d5-47b5-8e67-bb67c2058a95} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
4748 | 2024.05.13 20:49:34.681301 [ 255 ] {3cdb293c-65d5-47b5-8e67-bb67c2058a95} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
4749 | 2024.05.13 20:49:34.681323 [ 259 ] {3cdb293c-65d5-47b5-8e67-bb67c2058a95} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
4750 | 2024.05.13 20:49:34.681436 [ 3 ] {3cdb293c-65d5-47b5-8e67-bb67c2058a95} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (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 | ||
4751 | 2024.05.13 20:49:34.681469 [ 3 ] {3cdb293c-65d5-47b5-8e67-bb67c2058a95} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
4752 | 2024.05.13 20:49:34.681596 [ 3 ] {3cdb293c-65d5-47b5-8e67-bb67c2058a95} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
4753 | 2024.05.13 20:49:34.681622 [ 3 ] {3cdb293c-65d5-47b5-8e67-bb67c2058a95} <Debug> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11) (SelectExecutor): Reading approx. 25 rows with 3 streams | ||
4754 | 2024.05.13 20:49:34.681663 [ 3 ] {3cdb293c-65d5-47b5-8e67-bb67c2058a95} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
4755 | 2024.05.13 20:49:34.681703 [ 3 ] {3cdb293c-65d5-47b5-8e67-bb67c2058a95} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
4756 | 2024.05.13 20:49:34.681740 [ 3 ] {3cdb293c-65d5-47b5-8e67-bb67c2058a95} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
4757 | 2024.05.13 20:49:34.683377 [ 3 ] {3cdb293c-65d5-47b5-8e67-bb67c2058a95} <Debug> executeQuery: Read 25 rows, 1.03 KiB in 0.003206 sec., 7797.878976918278 rows/sec., 322.58 KiB/sec. | ||
4758 | 2024.05.13 20:49:34.683694 [ 3 ] {3cdb293c-65d5-47b5-8e67-bb67c2058a95} <Debug> DynamicQueryHandler: Done processing query | ||
4759 | 2024.05.13 20:49:34.683719 [ 3 ] {3cdb293c-65d5-47b5-8e67-bb67c2058a95} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
4760 | 2024.05.13 20:49:34.683735 [ 3 ] {} <Debug> HTTP-Session: 3f0d47f3-4cb7-4694-9bab-bc9fecaf2243 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4761 | 2024.05.13 20:49:34.689772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4762 | 2024.05.13 20:49:34.689826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4763 | 2024.05.13 20:49:34.689845 [ 3 ] {} <Debug> HTTP-Session: 4f5d15f3-2758-4fa2-a0b4-73ce80267425 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4764 | 2024.05.13 20:49:34.689862 [ 3 ] {} <Debug> HTTP-Session: 4f5d15f3-2758-4fa2-a0b4-73ce80267425 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4765 | 2024.05.13 20:49:34.689876 [ 3 ] {} <Debug> HTTP-Session: 4f5d15f3-2758-4fa2-a0b4-73ce80267425 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4766 | 2024.05.13 20:49:34.689907 [ 3 ] {} <Trace> HTTP-Session: 4f5d15f3-2758-4fa2-a0b4-73ce80267425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4767 | 2024.05.13 20:49:34.690033 [ 3 ] {6465f26c-c7bc-44ee-b09c-19aafb6dfdcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
4768 | 2024.05.13 20:49:34.690079 [ 3 ] {6465f26c-c7bc-44ee-b09c-19aafb6dfdcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
4769 | 2024.05.13 20:49:34.690249 [ 3 ] {6465f26c-c7bc-44ee-b09c-19aafb6dfdcf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4770 | 2024.05.13 20:49:34.690605 [ 3 ] {6465f26c-c7bc-44ee-b09c-19aafb6dfdcf} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4771 | 2024.05.13 20:49:34.690644 [ 3 ] {6465f26c-c7bc-44ee-b09c-19aafb6dfdcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
4772 | 2024.05.13 20:49:34.691127 [ 3 ] {6465f26c-c7bc-44ee-b09c-19aafb6dfdcf} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4773 | 2024.05.13 20:49:34.691445 [ 3 ] {6465f26c-c7bc-44ee-b09c-19aafb6dfdcf} <Trace> oximeter.timeseries_schema (80e9895d-ece2-4712-845a-5238121cff11): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4774 | 2024.05.13 20:49:34.691579 [ 3 ] {6465f26c-c7bc-44ee-b09c-19aafb6dfdcf} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001584 sec., 2525.2525252525256 rows/sec., 321.21 KiB/sec. | ||
4775 | 2024.05.13 20:49:34.691849 [ 3 ] {6465f26c-c7bc-44ee-b09c-19aafb6dfdcf} <Debug> DynamicQueryHandler: Done processing query | ||
4776 | 2024.05.13 20:49:34.691873 [ 3 ] {6465f26c-c7bc-44ee-b09c-19aafb6dfdcf} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4777 | 2024.05.13 20:49:34.691890 [ 3 ] {} <Debug> HTTP-Session: 4f5d15f3-2758-4fa2-a0b4-73ce80267425 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4778 | 2024.05.13 20:49:34.692001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4779 | 2024.05.13 20:49:34.692073 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4780 | 2024.05.13 20:49:34.692093 [ 3 ] {} <Debug> HTTP-Session: 030503fc-4acc-42fd-8a44-a37e48f2c903 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4781 | 2024.05.13 20:49:34.692109 [ 3 ] {} <Debug> HTTP-Session: 030503fc-4acc-42fd-8a44-a37e48f2c903 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4782 | 2024.05.13 20:49:34.692122 [ 3 ] {} <Debug> HTTP-Session: 030503fc-4acc-42fd-8a44-a37e48f2c903 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4783 | 2024.05.13 20:49:34.692153 [ 3 ] {} <Trace> HTTP-Session: 030503fc-4acc-42fd-8a44-a37e48f2c903 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4784 | 2024.05.13 20:49:34.692262 [ 3 ] {cce25e28-504c-47dc-b6b4-5071388741f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4785 | 2024.05.13 20:49:34.692305 [ 3 ] {cce25e28-504c-47dc-b6b4-5071388741f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4786 | 2024.05.13 20:49:34.692467 [ 3 ] {cce25e28-504c-47dc-b6b4-5071388741f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4787 | 2024.05.13 20:49:34.692788 [ 3 ] {cce25e28-504c-47dc-b6b4-5071388741f4} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4788 | 2024.05.13 20:49:34.692824 [ 3 ] {cce25e28-504c-47dc-b6b4-5071388741f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
4789 | 2024.05.13 20:49:34.693152 [ 3 ] {cce25e28-504c-47dc-b6b4-5071388741f4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4790 | 2024.05.13 20:49:34.693455 [ 3 ] {cce25e28-504c-47dc-b6b4-5071388741f4} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4791 | 2024.05.13 20:49:34.693572 [ 139 ] {} <Debug> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4792 | 2024.05.13 20:49:34.693577 [ 3 ] {cce25e28-504c-47dc-b6b4-5071388741f4} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001347 sec., 15590.200445434297 rows/sec., 1.23 MiB/sec. | ||
4793 | 2024.05.13 20:49:34.693614 [ 139 ] {} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4794 | 2024.05.13 20:49:34.693651 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
4795 | 2024.05.13 20:49:34.693800 [ 191 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
4796 | 2024.05.13 20:49:34.693830 [ 3 ] {cce25e28-504c-47dc-b6b4-5071388741f4} <Debug> DynamicQueryHandler: Done processing query | ||
4797 | 2024.05.13 20:49:34.693893 [ 3 ] {cce25e28-504c-47dc-b6b4-5071388741f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4798 | 2024.05.13 20:49:34.693939 [ 3 ] {} <Debug> HTTP-Session: 030503fc-4acc-42fd-8a44-a37e48f2c903 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4799 | 2024.05.13 20:49:34.694017 [ 191 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4800 | 2024.05.13 20:49:34.694043 [ 191 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 31 rows starting from the beginning of the part | ||
4801 | 2024.05.13 20:49:34.694123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4802 | 2024.05.13 20:49:34.694185 [ 191 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
4803 | 2024.05.13 20:49:34.694279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4804 | 2024.05.13 20:49:34.694393 [ 3 ] {} <Debug> HTTP-Session: 8a304117-6c6f-4b4a-b78f-4f411f33e224 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4805 | 2024.05.13 20:49:34.694459 [ 3 ] {} <Debug> HTTP-Session: 8a304117-6c6f-4b4a-b78f-4f411f33e224 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4806 | 2024.05.13 20:49:34.694502 [ 191 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 10 rows starting from the beginning of the part | ||
4807 | 2024.05.13 20:49:34.694516 [ 3 ] {} <Debug> HTTP-Session: 8a304117-6c6f-4b4a-b78f-4f411f33e224 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4808 | 2024.05.13 20:49:34.694694 [ 3 ] {} <Trace> HTTP-Session: 8a304117-6c6f-4b4a-b78f-4f411f33e224 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4809 | 2024.05.13 20:49:34.694856 [ 191 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
4810 | 2024.05.13 20:49:34.695065 [ 3 ] {ea16cd5e-8687-4bf6-a392-32fad179ff55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4811 | 2024.05.13 20:49:34.695162 [ 191 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 10 rows starting from the beginning of the part | ||
4812 | 2024.05.13 20:49:34.695217 [ 3 ] {ea16cd5e-8687-4bf6-a392-32fad179ff55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4813 | 2024.05.13 20:49:34.695519 [ 191 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
4814 | 2024.05.13 20:49:34.696189 [ 3 ] {ea16cd5e-8687-4bf6-a392-32fad179ff55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4815 | 2024.05.13 20:49:34.696652 [ 3 ] {ea16cd5e-8687-4bf6-a392-32fad179ff55} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4816 | 2024.05.13 20:49:34.696698 [ 3 ] {ea16cd5e-8687-4bf6-a392-32fad179ff55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
4817 | 2024.05.13 20:49:34.697168 [ 3 ] {ea16cd5e-8687-4bf6-a392-32fad179ff55} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4818 | 2024.05.13 20:49:34.697317 [ 200 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 4 columns (4 merged, 0 gathered) in 0.003593094 sec., 31727.5306462898 rows/sec., 2.51 MiB/sec. | ||
4819 | 2024.05.13 20:49:34.697590 [ 200 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4820 | 2024.05.13 20:49:34.697755 [ 3 ] {ea16cd5e-8687-4bf6-a392-32fad179ff55} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4821 | 2024.05.13 20:49:34.698184 [ 3 ] {ea16cd5e-8687-4bf6-a392-32fad179ff55} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003256 sec., 614.2506142506143 rows/sec., 50.09 KiB/sec. | ||
4822 | 2024.05.13 20:49:34.698736 [ 3 ] {ea16cd5e-8687-4bf6-a392-32fad179ff55} <Debug> DynamicQueryHandler: Done processing query | ||
4823 | 2024.05.13 20:49:34.698772 [ 3 ] {ea16cd5e-8687-4bf6-a392-32fad179ff55} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4824 | 2024.05.13 20:49:34.698801 [ 3 ] {} <Debug> HTTP-Session: 8a304117-6c6f-4b4a-b78f-4f411f33e224 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4825 | 2024.05.13 20:49:34.698894 [ 200 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_21_4} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4826 | 2024.05.13 20:49:34.699008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17467, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4827 | 2024.05.13 20:49:34.699036 [ 200 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_21_4} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4828 | 2024.05.13 20:49:34.699077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4829 | 2024.05.13 20:49:34.699158 [ 3 ] {} <Debug> HTTP-Session: 45ff0bee-a88a-4e63-bf60-112c0c5ef2b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4830 | 2024.05.13 20:49:34.699193 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4831 | 2024.05.13 20:49:34.699197 [ 3 ] {} <Debug> HTTP-Session: 45ff0bee-a88a-4e63-bf60-112c0c5ef2b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4832 | 2024.05.13 20:49:34.699246 [ 3 ] {} <Debug> HTTP-Session: 45ff0bee-a88a-4e63-bf60-112c0c5ef2b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4833 | 2024.05.13 20:49:34.699279 [ 3 ] {} <Trace> HTTP-Session: 45ff0bee-a88a-4e63-bf60-112c0c5ef2b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4834 | 2024.05.13 20:49:34.699418 [ 3 ] {00c92589-c6ac-4dba-832a-db8018dd00b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4835 | 2024.05.13 20:49:34.699462 [ 3 ] {00c92589-c6ac-4dba-832a-db8018dd00b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4836 | 2024.05.13 20:49:34.699607 [ 3 ] {00c92589-c6ac-4dba-832a-db8018dd00b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4837 | 2024.05.13 20:49:34.700004 [ 3 ] {00c92589-c6ac-4dba-832a-db8018dd00b6} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4838 | 2024.05.13 20:49:34.700041 [ 3 ] {00c92589-c6ac-4dba-832a-db8018dd00b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
4839 | 2024.05.13 20:49:34.700364 [ 3 ] {00c92589-c6ac-4dba-832a-db8018dd00b6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4840 | 2024.05.13 20:49:34.700682 [ 3 ] {00c92589-c6ac-4dba-832a-db8018dd00b6} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4841 | 2024.05.13 20:49:34.700805 [ 3 ] {00c92589-c6ac-4dba-832a-db8018dd00b6} <Debug> executeQuery: Read 120 rows, 10.16 KiB in 0.001441 sec., 83275.50312283136 rows/sec., 6.89 MiB/sec. | ||
4842 | 2024.05.13 20:49:34.700965 [ 3 ] {00c92589-c6ac-4dba-832a-db8018dd00b6} <Debug> DynamicQueryHandler: Done processing query | ||
4843 | 2024.05.13 20:49:34.700990 [ 3 ] {00c92589-c6ac-4dba-832a-db8018dd00b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4844 | 2024.05.13 20:49:34.701006 [ 3 ] {} <Debug> HTTP-Session: 45ff0bee-a88a-4e63-bf60-112c0c5ef2b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4845 | 2024.05.13 20:49:34.701132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4846 | 2024.05.13 20:49:34.701181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4847 | 2024.05.13 20:49:34.701200 [ 3 ] {} <Debug> HTTP-Session: dfe46206-da53-4e93-a9ab-da3c09594d46 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4848 | 2024.05.13 20:49:34.701216 [ 3 ] {} <Debug> HTTP-Session: dfe46206-da53-4e93-a9ab-da3c09594d46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4849 | 2024.05.13 20:49:34.701230 [ 3 ] {} <Debug> HTTP-Session: dfe46206-da53-4e93-a9ab-da3c09594d46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4850 | 2024.05.13 20:49:34.701260 [ 3 ] {} <Trace> HTTP-Session: dfe46206-da53-4e93-a9ab-da3c09594d46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4851 | 2024.05.13 20:49:34.701351 [ 3 ] {80460a2e-9d14-4420-b74e-36bdda1b637f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4852 | 2024.05.13 20:49:34.701394 [ 3 ] {80460a2e-9d14-4420-b74e-36bdda1b637f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4853 | 2024.05.13 20:49:34.701519 [ 3 ] {80460a2e-9d14-4420-b74e-36bdda1b637f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4854 | 2024.05.13 20:49:34.701792 [ 3 ] {80460a2e-9d14-4420-b74e-36bdda1b637f} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4855 | 2024.05.13 20:49:34.701828 [ 3 ] {80460a2e-9d14-4420-b74e-36bdda1b637f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
4856 | 2024.05.13 20:49:34.702131 [ 3 ] {80460a2e-9d14-4420-b74e-36bdda1b637f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4857 | 2024.05.13 20:49:34.702426 [ 3 ] {80460a2e-9d14-4420-b74e-36bdda1b637f} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4858 | 2024.05.13 20:49:34.702550 [ 3 ] {80460a2e-9d14-4420-b74e-36bdda1b637f} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001222 sec., 1636.6612111292961 rows/sec., 114.28 KiB/sec. | ||
4859 | 2024.05.13 20:49:34.702708 [ 3 ] {80460a2e-9d14-4420-b74e-36bdda1b637f} <Debug> DynamicQueryHandler: Done processing query | ||
4860 | 2024.05.13 20:49:34.702733 [ 3 ] {80460a2e-9d14-4420-b74e-36bdda1b637f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4861 | 2024.05.13 20:49:34.702748 [ 3 ] {} <Debug> HTTP-Session: dfe46206-da53-4e93-a9ab-da3c09594d46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4862 | 2024.05.13 20:49:34.702875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 14785, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4863 | 2024.05.13 20:49:34.702923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4864 | 2024.05.13 20:49:34.702941 [ 3 ] {} <Debug> HTTP-Session: 1e2cd791-ad80-46a8-a45a-6e1c9d622433 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4865 | 2024.05.13 20:49:34.702957 [ 3 ] {} <Debug> HTTP-Session: 1e2cd791-ad80-46a8-a45a-6e1c9d622433 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4866 | 2024.05.13 20:49:34.702970 [ 3 ] {} <Debug> HTTP-Session: 1e2cd791-ad80-46a8-a45a-6e1c9d622433 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4867 | 2024.05.13 20:49:34.703000 [ 3 ] {} <Trace> HTTP-Session: 1e2cd791-ad80-46a8-a45a-6e1c9d622433 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4868 | 2024.05.13 20:49:34.703123 [ 3 ] {13987e41-d53a-4644-bc26-ea90a6709057} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4869 | 2024.05.13 20:49:34.703164 [ 3 ] {13987e41-d53a-4644-bc26-ea90a6709057} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4870 | 2024.05.13 20:49:34.703288 [ 3 ] {13987e41-d53a-4644-bc26-ea90a6709057} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4871 | 2024.05.13 20:49:34.703621 [ 3 ] {13987e41-d53a-4644-bc26-ea90a6709057} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4872 | 2024.05.13 20:49:34.703657 [ 3 ] {13987e41-d53a-4644-bc26-ea90a6709057} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
4873 | 2024.05.13 20:49:34.703967 [ 3 ] {13987e41-d53a-4644-bc26-ea90a6709057} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4874 | 2024.05.13 20:49:34.704258 [ 3 ] {13987e41-d53a-4644-bc26-ea90a6709057} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4875 | 2024.05.13 20:49:34.704379 [ 3 ] {13987e41-d53a-4644-bc26-ea90a6709057} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001307 sec., 66564.6518745218 rows/sec., 5.20 MiB/sec. | ||
4876 | 2024.05.13 20:49:34.704537 [ 3 ] {13987e41-d53a-4644-bc26-ea90a6709057} <Debug> DynamicQueryHandler: Done processing query | ||
4877 | 2024.05.13 20:49:34.704561 [ 3 ] {13987e41-d53a-4644-bc26-ea90a6709057} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4878 | 2024.05.13 20:49:34.704577 [ 3 ] {} <Debug> HTTP-Session: 1e2cd791-ad80-46a8-a45a-6e1c9d622433 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4879 | 2024.05.13 20:49:34.704733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30423, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4880 | 2024.05.13 20:49:34.704780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4881 | 2024.05.13 20:49:34.704799 [ 3 ] {} <Debug> HTTP-Session: b138dad5-3e81-4e8f-8941-c26fe5109033 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4882 | 2024.05.13 20:49:34.704814 [ 3 ] {} <Debug> HTTP-Session: b138dad5-3e81-4e8f-8941-c26fe5109033 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4883 | 2024.05.13 20:49:34.704829 [ 3 ] {} <Debug> HTTP-Session: b138dad5-3e81-4e8f-8941-c26fe5109033 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4884 | 2024.05.13 20:49:34.704859 [ 3 ] {} <Trace> HTTP-Session: b138dad5-3e81-4e8f-8941-c26fe5109033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4885 | 2024.05.13 20:49:34.704999 [ 3 ] {385b9936-7b8d-40fb-8805-a58ef311a051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4886 | 2024.05.13 20:49:34.705044 [ 3 ] {385b9936-7b8d-40fb-8805-a58ef311a051} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4887 | 2024.05.13 20:49:34.705184 [ 3 ] {385b9936-7b8d-40fb-8805-a58ef311a051} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4888 | 2024.05.13 20:49:34.705565 [ 3 ] {385b9936-7b8d-40fb-8805-a58ef311a051} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4889 | 2024.05.13 20:49:34.705600 [ 3 ] {385b9936-7b8d-40fb-8805-a58ef311a051} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
4890 | 2024.05.13 20:49:34.705975 [ 3 ] {385b9936-7b8d-40fb-8805-a58ef311a051} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4891 | 2024.05.13 20:49:34.706309 [ 3 ] {385b9936-7b8d-40fb-8805-a58ef311a051} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4892 | 2024.05.13 20:49:34.706435 [ 3 ] {385b9936-7b8d-40fb-8805-a58ef311a051} <Debug> executeQuery: Read 159 rows, 11.33 KiB in 0.001502 sec., 105858.85486018642 rows/sec., 7.37 MiB/sec. | ||
4893 | 2024.05.13 20:49:34.706601 [ 3 ] {385b9936-7b8d-40fb-8805-a58ef311a051} <Debug> DynamicQueryHandler: Done processing query | ||
4894 | 2024.05.13 20:49:34.706626 [ 3 ] {385b9936-7b8d-40fb-8805-a58ef311a051} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4895 | 2024.05.13 20:49:34.706641 [ 3 ] {} <Debug> HTTP-Session: b138dad5-3e81-4e8f-8941-c26fe5109033 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4896 | 2024.05.13 20:49:34.706793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4897 | 2024.05.13 20:49:34.706840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4898 | 2024.05.13 20:49:34.706859 [ 3 ] {} <Debug> HTTP-Session: 3e1bc3a5-5b9c-4b56-ace7-c22fce693157 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4899 | 2024.05.13 20:49:34.706875 [ 3 ] {} <Debug> HTTP-Session: 3e1bc3a5-5b9c-4b56-ace7-c22fce693157 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4900 | 2024.05.13 20:49:34.706888 [ 3 ] {} <Debug> HTTP-Session: 3e1bc3a5-5b9c-4b56-ace7-c22fce693157 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4901 | 2024.05.13 20:49:34.706918 [ 3 ] {} <Trace> HTTP-Session: 3e1bc3a5-5b9c-4b56-ace7-c22fce693157 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4902 | 2024.05.13 20:49:34.707149 [ 3 ] {61b7061d-0ae3-488b-8bda-5066085124db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4903 | 2024.05.13 20:49:34.707197 [ 3 ] {61b7061d-0ae3-488b-8bda-5066085124db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4904 | 2024.05.13 20:49:34.707352 [ 3 ] {61b7061d-0ae3-488b-8bda-5066085124db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4905 | 2024.05.13 20:49:34.707746 [ 3 ] {61b7061d-0ae3-488b-8bda-5066085124db} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4906 | 2024.05.13 20:49:34.707780 [ 3 ] {61b7061d-0ae3-488b-8bda-5066085124db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
4907 | 2024.05.13 20:49:34.708177 [ 3 ] {61b7061d-0ae3-488b-8bda-5066085124db} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4908 | 2024.05.13 20:49:34.708501 [ 3 ] {61b7061d-0ae3-488b-8bda-5066085124db} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4909 | 2024.05.13 20:49:34.708619 [ 139 ] {} <Debug> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4910 | 2024.05.13 20:49:34.708631 [ 3 ] {61b7061d-0ae3-488b-8bda-5066085124db} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001638 sec., 12820.51282051282 rows/sec., 17.30 MiB/sec. | ||
4911 | 2024.05.13 20:49:34.708651 [ 139 ] {} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4912 | 2024.05.13 20:49:34.708694 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
4913 | 2024.05.13 20:49:34.708883 [ 3 ] {61b7061d-0ae3-488b-8bda-5066085124db} <Debug> DynamicQueryHandler: Done processing query | ||
4914 | 2024.05.13 20:49:34.708900 [ 194 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
4915 | 2024.05.13 20:49:34.708915 [ 3 ] {61b7061d-0ae3-488b-8bda-5066085124db} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4916 | 2024.05.13 20:49:34.708973 [ 3 ] {} <Debug> HTTP-Session: 3e1bc3a5-5b9c-4b56-ace7-c22fce693157 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4917 | 2024.05.13 20:49:34.709145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 8831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4918 | 2024.05.13 20:49:34.709200 [ 194 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4919 | 2024.05.13 20:49:34.709224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4920 | 2024.05.13 20:49:34.709289 [ 3 ] {} <Debug> HTTP-Session: 6ad9e72a-1b13-4edc-a5f1-43bab09dbd64 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4921 | 2024.05.13 20:49:34.709294 [ 194 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 246 rows starting from the beginning of the part | ||
4922 | 2024.05.13 20:49:34.709309 [ 3 ] {} <Debug> HTTP-Session: 6ad9e72a-1b13-4edc-a5f1-43bab09dbd64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4923 | 2024.05.13 20:49:34.709340 [ 3 ] {} <Debug> HTTP-Session: 6ad9e72a-1b13-4edc-a5f1-43bab09dbd64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4924 | 2024.05.13 20:49:34.709396 [ 3 ] {} <Trace> HTTP-Session: 6ad9e72a-1b13-4edc-a5f1-43bab09dbd64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4925 | 2024.05.13 20:49:34.709639 [ 194 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
4926 | 2024.05.13 20:49:34.709787 [ 3 ] {21ceaa33-7b84-42be-8a87-81aad259f6f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4927 | 2024.05.13 20:49:34.709953 [ 194 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 10 rows starting from the beginning of the part | ||
4928 | 2024.05.13 20:49:34.709976 [ 3 ] {21ceaa33-7b84-42be-8a87-81aad259f6f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4929 | 2024.05.13 20:49:34.710278 [ 194 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
4930 | 2024.05.13 20:49:34.710676 [ 194 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 10 rows starting from the beginning of the part | ||
4931 | 2024.05.13 20:49:34.711053 [ 194 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
4932 | 2024.05.13 20:49:34.711095 [ 3 ] {21ceaa33-7b84-42be-8a87-81aad259f6f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4933 | 2024.05.13 20:49:34.711966 [ 3 ] {21ceaa33-7b84-42be-8a87-81aad259f6f0} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4934 | 2024.05.13 20:49:34.712028 [ 3 ] {21ceaa33-7b84-42be-8a87-81aad259f6f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
4935 | 2024.05.13 20:49:34.712788 [ 3 ] {21ceaa33-7b84-42be-8a87-81aad259f6f0} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4936 | 2024.05.13 20:49:34.713648 [ 3 ] {21ceaa33-7b84-42be-8a87-81aad259f6f0} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4937 | 2024.05.13 20:49:34.714035 [ 3 ] {21ceaa33-7b84-42be-8a87-81aad259f6f0} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.004441 sec., 13060.121594235534 rows/sec., 904.00 KiB/sec. | ||
4938 | 2024.05.13 20:49:34.714718 [ 3 ] {21ceaa33-7b84-42be-8a87-81aad259f6f0} <Debug> DynamicQueryHandler: Done processing query | ||
4939 | 2024.05.13 20:49:34.714866 [ 3 ] {21ceaa33-7b84-42be-8a87-81aad259f6f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4940 | 2024.05.13 20:49:34.714897 [ 3 ] {} <Debug> HTTP-Session: 6ad9e72a-1b13-4edc-a5f1-43bab09dbd64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4941 | 2024.05.13 20:49:34.717681 [ 200 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 329 rows, containing 6 columns (6 merged, 0 gathered) in 0.008877634 sec., 37059.42371582338 rows/sec., 50.01 MiB/sec. | ||
4942 | 2024.05.13 20:49:34.717989 [ 194 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4943 | 2024.05.13 20:49:34.718470 [ 194 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4944 | 2024.05.13 20:49:34.718563 [ 194 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4945 | 2024.05.13 20:49:34.718658 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.38 MiB. | ||
4946 | 2024.05.13 20:49:39.672107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4947 | 2024.05.13 20:49:39.672236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4948 | 2024.05.13 20:49:39.672261 [ 3 ] {} <Debug> HTTP-Session: 2b968402-bc90-413c-8bff-dfeee3033219 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4949 | 2024.05.13 20:49:39.672284 [ 3 ] {} <Debug> HTTP-Session: 2b968402-bc90-413c-8bff-dfeee3033219 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4950 | 2024.05.13 20:49:39.672299 [ 3 ] {} <Debug> HTTP-Session: 2b968402-bc90-413c-8bff-dfeee3033219 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4951 | 2024.05.13 20:49:39.672351 [ 3 ] {} <Trace> HTTP-Session: 2b968402-bc90-413c-8bff-dfeee3033219 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4952 | 2024.05.13 20:49:39.672527 [ 3 ] {db703600-0802-46a6-9f39-69c1003240a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4953 | 2024.05.13 20:49:39.672593 [ 3 ] {db703600-0802-46a6-9f39-69c1003240a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4954 | 2024.05.13 20:49:39.672774 [ 3 ] {db703600-0802-46a6-9f39-69c1003240a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4955 | 2024.05.13 20:49:39.673215 [ 3 ] {db703600-0802-46a6-9f39-69c1003240a4} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4956 | 2024.05.13 20:49:39.673257 [ 3 ] {db703600-0802-46a6-9f39-69c1003240a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
4957 | 2024.05.13 20:49:39.673622 [ 3 ] {db703600-0802-46a6-9f39-69c1003240a4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4958 | 2024.05.13 20:49:39.673961 [ 3 ] {db703600-0802-46a6-9f39-69c1003240a4} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4959 | 2024.05.13 20:49:39.674117 [ 3 ] {db703600-0802-46a6-9f39-69c1003240a4} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001641 sec., 6093.845216331505 rows/sec., 493.93 KiB/sec. | ||
4960 | 2024.05.13 20:49:39.674320 [ 3 ] {db703600-0802-46a6-9f39-69c1003240a4} <Debug> DynamicQueryHandler: Done processing query | ||
4961 | 2024.05.13 20:49:39.674348 [ 3 ] {db703600-0802-46a6-9f39-69c1003240a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4962 | 2024.05.13 20:49:39.674364 [ 3 ] {} <Debug> HTTP-Session: 2b968402-bc90-413c-8bff-dfeee3033219 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4963 | 2024.05.13 20:49:39.674533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12383, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4964 | 2024.05.13 20:49:39.674583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4965 | 2024.05.13 20:49:39.674603 [ 3 ] {} <Debug> HTTP-Session: 222d2808-4973-4f04-a537-c5ce61b5d40b Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4966 | 2024.05.13 20:49:39.674620 [ 3 ] {} <Debug> HTTP-Session: 222d2808-4973-4f04-a537-c5ce61b5d40b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4967 | 2024.05.13 20:49:39.674634 [ 3 ] {} <Debug> HTTP-Session: 222d2808-4973-4f04-a537-c5ce61b5d40b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4968 | 2024.05.13 20:49:39.674665 [ 3 ] {} <Trace> HTTP-Session: 222d2808-4973-4f04-a537-c5ce61b5d40b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4969 | 2024.05.13 20:49:39.674785 [ 3 ] {7d43b6de-8d00-476f-a3e8-869b3e537a61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4970 | 2024.05.13 20:49:39.674828 [ 3 ] {7d43b6de-8d00-476f-a3e8-869b3e537a61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4971 | 2024.05.13 20:49:39.674956 [ 3 ] {7d43b6de-8d00-476f-a3e8-869b3e537a61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4972 | 2024.05.13 20:49:39.675341 [ 3 ] {7d43b6de-8d00-476f-a3e8-869b3e537a61} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4973 | 2024.05.13 20:49:39.675379 [ 3 ] {7d43b6de-8d00-476f-a3e8-869b3e537a61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
4974 | 2024.05.13 20:49:39.675693 [ 3 ] {7d43b6de-8d00-476f-a3e8-869b3e537a61} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4975 | 2024.05.13 20:49:39.675993 [ 3 ] {7d43b6de-8d00-476f-a3e8-869b3e537a61} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4976 | 2024.05.13 20:49:39.676146 [ 3 ] {7d43b6de-8d00-476f-a3e8-869b3e537a61} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.001399 sec., 61472.480343102216 rows/sec., 4.97 MiB/sec. | ||
4977 | 2024.05.13 20:49:39.676318 [ 3 ] {7d43b6de-8d00-476f-a3e8-869b3e537a61} <Debug> DynamicQueryHandler: Done processing query | ||
4978 | 2024.05.13 20:49:39.676343 [ 3 ] {7d43b6de-8d00-476f-a3e8-869b3e537a61} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4979 | 2024.05.13 20:49:39.676358 [ 3 ] {} <Debug> HTTP-Session: 222d2808-4973-4f04-a537-c5ce61b5d40b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4980 | 2024.05.13 20:49:39.676492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4981 | 2024.05.13 20:49:39.676540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4982 | 2024.05.13 20:49:39.676559 [ 3 ] {} <Debug> HTTP-Session: 30497b4f-1998-473c-8b64-c09a7f3dc133 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
4983 | 2024.05.13 20:49:39.676575 [ 3 ] {} <Debug> HTTP-Session: 30497b4f-1998-473c-8b64-c09a7f3dc133 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4984 | 2024.05.13 20:49:39.676588 [ 3 ] {} <Debug> HTTP-Session: 30497b4f-1998-473c-8b64-c09a7f3dc133 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4985 | 2024.05.13 20:49:39.676619 [ 3 ] {} <Trace> HTTP-Session: 30497b4f-1998-473c-8b64-c09a7f3dc133 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4986 | 2024.05.13 20:49:39.676732 [ 3 ] {1d92bb96-b3ca-4171-95f9-24ae07a5e4a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4987 | 2024.05.13 20:49:39.676775 [ 3 ] {1d92bb96-b3ca-4171-95f9-24ae07a5e4a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4988 | 2024.05.13 20:49:39.676904 [ 3 ] {1d92bb96-b3ca-4171-95f9-24ae07a5e4a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4989 | 2024.05.13 20:49:39.677240 [ 3 ] {1d92bb96-b3ca-4171-95f9-24ae07a5e4a8} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4990 | 2024.05.13 20:49:39.677276 [ 3 ] {1d92bb96-b3ca-4171-95f9-24ae07a5e4a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
4991 | 2024.05.13 20:49:39.677588 [ 3 ] {1d92bb96-b3ca-4171-95f9-24ae07a5e4a8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4992 | 2024.05.13 20:49:39.677889 [ 3 ] {1d92bb96-b3ca-4171-95f9-24ae07a5e4a8} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4993 | 2024.05.13 20:49:39.678050 [ 3 ] {1d92bb96-b3ca-4171-95f9-24ae07a5e4a8} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001348 sec., 54896.14243323442 rows/sec., 4.29 MiB/sec. | ||
4994 | 2024.05.13 20:49:39.678217 [ 3 ] {1d92bb96-b3ca-4171-95f9-24ae07a5e4a8} <Debug> DynamicQueryHandler: Done processing query | ||
4995 | 2024.05.13 20:49:39.678242 [ 3 ] {1d92bb96-b3ca-4171-95f9-24ae07a5e4a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4996 | 2024.05.13 20:49:39.678257 [ 3 ] {} <Debug> HTTP-Session: 30497b4f-1998-473c-8b64-c09a7f3dc133 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4997 | 2024.05.13 20:49:39.678421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4998 | 2024.05.13 20:49:39.678470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4999 | 2024.05.13 20:49:39.678488 [ 3 ] {} <Debug> HTTP-Session: ca87b394-6f0a-48ea-9d9a-82cc57f23b5a Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5000 | 2024.05.13 20:49:39.678505 [ 3 ] {} <Debug> HTTP-Session: ca87b394-6f0a-48ea-9d9a-82cc57f23b5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5001 | 2024.05.13 20:49:39.678519 [ 3 ] {} <Debug> HTTP-Session: ca87b394-6f0a-48ea-9d9a-82cc57f23b5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5002 | 2024.05.13 20:49:39.678550 [ 3 ] {} <Trace> HTTP-Session: ca87b394-6f0a-48ea-9d9a-82cc57f23b5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5003 | 2024.05.13 20:49:39.678688 [ 3 ] {6eded6a0-9912-48bc-86aa-334918893f65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5004 | 2024.05.13 20:49:39.678735 [ 3 ] {6eded6a0-9912-48bc-86aa-334918893f65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5005 | 2024.05.13 20:49:39.678882 [ 3 ] {6eded6a0-9912-48bc-86aa-334918893f65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5006 | 2024.05.13 20:49:39.679275 [ 3 ] {6eded6a0-9912-48bc-86aa-334918893f65} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5007 | 2024.05.13 20:49:39.679312 [ 3 ] {6eded6a0-9912-48bc-86aa-334918893f65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5008 | 2024.05.13 20:49:39.679699 [ 3 ] {6eded6a0-9912-48bc-86aa-334918893f65} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5009 | 2024.05.13 20:49:39.680028 [ 3 ] {6eded6a0-9912-48bc-86aa-334918893f65} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5010 | 2024.05.13 20:49:39.680196 [ 3 ] {6eded6a0-9912-48bc-86aa-334918893f65} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001561 sec., 102498.39846252401 rows/sec., 7.14 MiB/sec. | ||
5011 | 2024.05.13 20:49:39.680516 [ 3 ] {6eded6a0-9912-48bc-86aa-334918893f65} <Debug> DynamicQueryHandler: Done processing query | ||
5012 | 2024.05.13 20:49:39.680562 [ 3 ] {6eded6a0-9912-48bc-86aa-334918893f65} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5013 | 2024.05.13 20:49:39.680580 [ 3 ] {} <Debug> HTTP-Session: ca87b394-6f0a-48ea-9d9a-82cc57f23b5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5014 | 2024.05.13 20:49:39.680712 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10759, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5015 | 2024.05.13 20:49:39.680762 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5016 | 2024.05.13 20:49:39.680783 [ 3 ] {} <Debug> HTTP-Session: 4f53c641-e81d-4c76-96b0-90399d1b27ae Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5017 | 2024.05.13 20:49:39.680799 [ 3 ] {} <Debug> HTTP-Session: 4f53c641-e81d-4c76-96b0-90399d1b27ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5018 | 2024.05.13 20:49:39.680812 [ 3 ] {} <Debug> HTTP-Session: 4f53c641-e81d-4c76-96b0-90399d1b27ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5019 | 2024.05.13 20:49:39.680842 [ 3 ] {} <Trace> HTTP-Session: 4f53c641-e81d-4c76-96b0-90399d1b27ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5020 | 2024.05.13 20:49:39.680995 [ 3 ] {abc2c9ea-d876-4142-b8bd-0aa04d60f18c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5021 | 2024.05.13 20:49:39.681045 [ 3 ] {abc2c9ea-d876-4142-b8bd-0aa04d60f18c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5022 | 2024.05.13 20:49:39.681222 [ 3 ] {abc2c9ea-d876-4142-b8bd-0aa04d60f18c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5023 | 2024.05.13 20:49:39.681597 [ 3 ] {abc2c9ea-d876-4142-b8bd-0aa04d60f18c} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5024 | 2024.05.13 20:49:39.681633 [ 3 ] {abc2c9ea-d876-4142-b8bd-0aa04d60f18c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5025 | 2024.05.13 20:49:39.682020 [ 3 ] {abc2c9ea-d876-4142-b8bd-0aa04d60f18c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5026 | 2024.05.13 20:49:39.682350 [ 3 ] {abc2c9ea-d876-4142-b8bd-0aa04d60f18c} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5027 | 2024.05.13 20:49:39.682513 [ 3 ] {abc2c9ea-d876-4142-b8bd-0aa04d60f18c} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.001592 sec., 6281.407035175879 rows/sec., 8.48 MiB/sec. | ||
5028 | 2024.05.13 20:49:39.682683 [ 3 ] {abc2c9ea-d876-4142-b8bd-0aa04d60f18c} <Debug> DynamicQueryHandler: Done processing query | ||
5029 | 2024.05.13 20:49:39.682708 [ 3 ] {abc2c9ea-d876-4142-b8bd-0aa04d60f18c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5030 | 2024.05.13 20:49:39.682724 [ 3 ] {} <Debug> HTTP-Session: 4f53c641-e81d-4c76-96b0-90399d1b27ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5031 | 2024.05.13 20:49:39.682843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5032 | 2024.05.13 20:49:39.682891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5033 | 2024.05.13 20:49:39.682912 [ 3 ] {} <Debug> HTTP-Session: 75c38f0d-5b83-4236-ba3e-6c60a95d0476 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5034 | 2024.05.13 20:49:39.682928 [ 3 ] {} <Debug> HTTP-Session: 75c38f0d-5b83-4236-ba3e-6c60a95d0476 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5035 | 2024.05.13 20:49:39.682941 [ 3 ] {} <Debug> HTTP-Session: 75c38f0d-5b83-4236-ba3e-6c60a95d0476 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5036 | 2024.05.13 20:49:39.682972 [ 3 ] {} <Trace> HTTP-Session: 75c38f0d-5b83-4236-ba3e-6c60a95d0476 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5037 | 2024.05.13 20:49:39.683093 [ 3 ] {db404d14-24f2-4df3-8c4b-6f1a4aae3e3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5038 | 2024.05.13 20:49:39.683137 [ 3 ] {db404d14-24f2-4df3-8c4b-6f1a4aae3e3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5039 | 2024.05.13 20:49:39.683264 [ 3 ] {db404d14-24f2-4df3-8c4b-6f1a4aae3e3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5040 | 2024.05.13 20:49:39.683644 [ 3 ] {db404d14-24f2-4df3-8c4b-6f1a4aae3e3e} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5041 | 2024.05.13 20:49:39.683681 [ 3 ] {db404d14-24f2-4df3-8c4b-6f1a4aae3e3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5042 | 2024.05.13 20:49:39.684029 [ 3 ] {db404d14-24f2-4df3-8c4b-6f1a4aae3e3e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5043 | 2024.05.13 20:49:39.684343 [ 3 ] {db404d14-24f2-4df3-8c4b-6f1a4aae3e3e} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5044 | 2024.05.13 20:49:39.684473 [ 3 ] {db404d14-24f2-4df3-8c4b-6f1a4aae3e3e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001427 sec., 42046.25087596356 rows/sec., 2.83 MiB/sec. | ||
5045 | 2024.05.13 20:49:39.684745 [ 3 ] {db404d14-24f2-4df3-8c4b-6f1a4aae3e3e} <Debug> DynamicQueryHandler: Done processing query | ||
5046 | 2024.05.13 20:49:39.684785 [ 3 ] {db404d14-24f2-4df3-8c4b-6f1a4aae3e3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5047 | 2024.05.13 20:49:39.684808 [ 3 ] {} <Debug> HTTP-Session: 75c38f0d-5b83-4236-ba3e-6c60a95d0476 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5048 | 2024.05.13 20:49:42.830002 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5049 | 2024.05.13 20:49:42.830063 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5050 | 2024.05.13 20:49:44.676714 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5051 | 2024.05.13 20:49:44.676844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5052 | 2024.05.13 20:49:44.676875 [ 3 ] {} <Debug> HTTP-Session: 249acd36-f76d-4b7e-8888-cd1bddb034be Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5053 | 2024.05.13 20:49:44.676907 [ 3 ] {} <Debug> HTTP-Session: 249acd36-f76d-4b7e-8888-cd1bddb034be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5054 | 2024.05.13 20:49:44.676927 [ 3 ] {} <Debug> HTTP-Session: 249acd36-f76d-4b7e-8888-cd1bddb034be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5055 | 2024.05.13 20:49:44.676985 [ 3 ] {} <Trace> HTTP-Session: 249acd36-f76d-4b7e-8888-cd1bddb034be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5056 | 2024.05.13 20:49:44.677194 [ 3 ] {edd3f8c7-8e33-40f0-857e-a3196693d193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5057 | 2024.05.13 20:49:44.677263 [ 3 ] {edd3f8c7-8e33-40f0-857e-a3196693d193} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5058 | 2024.05.13 20:49:44.677450 [ 3 ] {edd3f8c7-8e33-40f0-857e-a3196693d193} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5059 | 2024.05.13 20:49:44.677854 [ 3 ] {edd3f8c7-8e33-40f0-857e-a3196693d193} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5060 | 2024.05.13 20:49:44.677894 [ 3 ] {edd3f8c7-8e33-40f0-857e-a3196693d193} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5061 | 2024.05.13 20:49:44.678254 [ 3 ] {edd3f8c7-8e33-40f0-857e-a3196693d193} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5062 | 2024.05.13 20:49:44.678584 [ 3 ] {edd3f8c7-8e33-40f0-857e-a3196693d193} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5063 | 2024.05.13 20:49:44.678723 [ 3 ] {edd3f8c7-8e33-40f0-857e-a3196693d193} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001587 sec., 13232.514177693762 rows/sec., 1.05 MiB/sec. | ||
5064 | 2024.05.13 20:49:44.678911 [ 3 ] {edd3f8c7-8e33-40f0-857e-a3196693d193} <Debug> DynamicQueryHandler: Done processing query | ||
5065 | 2024.05.13 20:49:44.678936 [ 3 ] {edd3f8c7-8e33-40f0-857e-a3196693d193} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5066 | 2024.05.13 20:49:44.678951 [ 3 ] {} <Debug> HTTP-Session: 249acd36-f76d-4b7e-8888-cd1bddb034be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5067 | 2024.05.13 20:49:44.679081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5068 | 2024.05.13 20:49:44.679129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5069 | 2024.05.13 20:49:44.679148 [ 3 ] {} <Debug> HTTP-Session: 6860b98d-6a5a-401b-8fb0-69272f6c252f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5070 | 2024.05.13 20:49:44.679167 [ 3 ] {} <Debug> HTTP-Session: 6860b98d-6a5a-401b-8fb0-69272f6c252f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5071 | 2024.05.13 20:49:44.679180 [ 3 ] {} <Debug> HTTP-Session: 6860b98d-6a5a-401b-8fb0-69272f6c252f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5072 | 2024.05.13 20:49:44.679211 [ 3 ] {} <Trace> HTTP-Session: 6860b98d-6a5a-401b-8fb0-69272f6c252f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5073 | 2024.05.13 20:49:44.679302 [ 3 ] {6e91aa51-874d-4940-a475-727ab54cee91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5074 | 2024.05.13 20:49:44.679345 [ 3 ] {6e91aa51-874d-4940-a475-727ab54cee91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5075 | 2024.05.13 20:49:44.679468 [ 3 ] {6e91aa51-874d-4940-a475-727ab54cee91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5076 | 2024.05.13 20:49:44.679736 [ 3 ] {6e91aa51-874d-4940-a475-727ab54cee91} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5077 | 2024.05.13 20:49:44.679772 [ 3 ] {6e91aa51-874d-4940-a475-727ab54cee91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5078 | 2024.05.13 20:49:44.680065 [ 3 ] {6e91aa51-874d-4940-a475-727ab54cee91} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5079 | 2024.05.13 20:49:44.680360 [ 3 ] {6e91aa51-874d-4940-a475-727ab54cee91} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5080 | 2024.05.13 20:49:44.680483 [ 3 ] {6e91aa51-874d-4940-a475-727ab54cee91} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001202 sec., 1663.893510815308 rows/sec., 135.68 KiB/sec. | ||
5081 | 2024.05.13 20:49:44.680487 [ 131 ] {} <Debug> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
5082 | 2024.05.13 20:49:44.680548 [ 131 ] {} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5083 | 2024.05.13 20:49:44.680584 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5084 | 2024.05.13 20:49:44.680663 [ 3 ] {6e91aa51-874d-4940-a475-727ab54cee91} <Debug> DynamicQueryHandler: Done processing query | ||
5085 | 2024.05.13 20:49:44.680699 [ 187 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
5086 | 2024.05.13 20:49:44.680705 [ 3 ] {6e91aa51-874d-4940-a475-727ab54cee91} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5087 | 2024.05.13 20:49:44.680767 [ 3 ] {} <Debug> HTTP-Session: 6860b98d-6a5a-401b-8fb0-69272f6c252f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5088 | 2024.05.13 20:49:44.680832 [ 187 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5089 | 2024.05.13 20:49:44.680863 [ 187 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 10 rows starting from the beginning of the part | ||
5090 | 2024.05.13 20:49:44.680928 [ 187 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
5091 | 2024.05.13 20:49:44.680941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5092 | 2024.05.13 20:49:44.681182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5093 | 2024.05.13 20:49:44.681255 [ 187 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
5094 | 2024.05.13 20:49:44.681331 [ 3 ] {} <Debug> HTTP-Session: e876fc1e-991f-43ee-8cbc-a8539d151ee7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5095 | 2024.05.13 20:49:44.681412 [ 3 ] {} <Debug> HTTP-Session: e876fc1e-991f-43ee-8cbc-a8539d151ee7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5096 | 2024.05.13 20:49:44.681518 [ 3 ] {} <Debug> HTTP-Session: e876fc1e-991f-43ee-8cbc-a8539d151ee7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5097 | 2024.05.13 20:49:44.681599 [ 187 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
5098 | 2024.05.13 20:49:44.681635 [ 3 ] {} <Trace> HTTP-Session: e876fc1e-991f-43ee-8cbc-a8539d151ee7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5099 | 2024.05.13 20:49:44.681864 [ 187 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
5100 | 2024.05.13 20:49:44.682044 [ 3 ] {43596a7c-08a9-4f8f-944e-132d648310c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5101 | 2024.05.13 20:49:44.682140 [ 187 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
5102 | 2024.05.13 20:49:44.682191 [ 3 ] {43596a7c-08a9-4f8f-944e-132d648310c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5103 | 2024.05.13 20:49:44.682790 [ 3 ] {43596a7c-08a9-4f8f-944e-132d648310c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5104 | 2024.05.13 20:49:44.683410 [ 3 ] {43596a7c-08a9-4f8f-944e-132d648310c3} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5105 | 2024.05.13 20:49:44.683467 [ 3 ] {43596a7c-08a9-4f8f-944e-132d648310c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5106 | 2024.05.13 20:49:44.683903 [ 194 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.003250721 sec., 6152.481249544332 rows/sec., 501.69 KiB/sec. | ||
5107 | 2024.05.13 20:49:44.684024 [ 3 ] {43596a7c-08a9-4f8f-944e-132d648310c3} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5108 | 2024.05.13 20:49:44.684125 [ 194 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
5109 | 2024.05.13 20:49:44.684770 [ 3 ] {43596a7c-08a9-4f8f-944e-132d648310c3} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5110 | 2024.05.13 20:49:44.684995 [ 131 ] {} <Debug> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5111 | 2024.05.13 20:49:44.685046 [ 3 ] {43596a7c-08a9-4f8f-944e-132d648310c3} <Debug> executeQuery: Read 156 rows, 12.97 KiB in 0.003176 sec., 49118.3879093199 rows/sec., 3.99 MiB/sec. | ||
5112 | 2024.05.13 20:49:44.685065 [ 131 ] {} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5113 | 2024.05.13 20:49:44.685148 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5114 | 2024.05.13 20:49:44.685140 [ 194 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_10_2} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5115 | 2024.05.13 20:49:44.685540 [ 194 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_10_2} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
5116 | 2024.05.13 20:49:44.685541 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::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 | ||
5117 | 2024.05.13 20:49:44.685567 [ 3 ] {43596a7c-08a9-4f8f-944e-132d648310c3} <Debug> DynamicQueryHandler: Done processing query | ||
5118 | 2024.05.13 20:49:44.685630 [ 3 ] {43596a7c-08a9-4f8f-944e-132d648310c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5119 | 2024.05.13 20:49:44.685704 [ 3 ] {} <Debug> HTTP-Session: e876fc1e-991f-43ee-8cbc-a8539d151ee7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5120 | 2024.05.13 20:49:44.685815 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5121 | 2024.05.13 20:49:44.685866 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5122 | 2024.05.13 20:49:44.685902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5123 | 2024.05.13 20:49:44.685912 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 187 rows starting from the beginning of the part | ||
5124 | 2024.05.13 20:49:44.685975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5125 | 2024.05.13 20:49:44.686077 [ 3 ] {} <Debug> HTTP-Session: 9a29ee3d-97c8-4e3b-8e18-f2b1fdc0850e Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5126 | 2024.05.13 20:49:44.686100 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 116 rows starting from the beginning of the part | ||
5127 | 2024.05.13 20:49:44.686156 [ 3 ] {} <Debug> HTTP-Session: 9a29ee3d-97c8-4e3b-8e18-f2b1fdc0850e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5128 | 2024.05.13 20:49:44.686216 [ 3 ] {} <Debug> HTTP-Session: 9a29ee3d-97c8-4e3b-8e18-f2b1fdc0850e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5129 | 2024.05.13 20:49:44.686374 [ 3 ] {} <Trace> HTTP-Session: 9a29ee3d-97c8-4e3b-8e18-f2b1fdc0850e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5130 | 2024.05.13 20:49:44.686440 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 82 rows starting from the beginning of the part | ||
5131 | 2024.05.13 20:49:44.686712 [ 3 ] {570eb326-b3c0-4c79-ab56-53ae1ed3e975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5132 | 2024.05.13 20:49:44.686716 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 120 rows starting from the beginning of the part | ||
5133 | 2024.05.13 20:49:44.686872 [ 3 ] {570eb326-b3c0-4c79-ab56-53ae1ed3e975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5134 | 2024.05.13 20:49:44.687011 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 86 rows starting from the beginning of the part | ||
5135 | 2024.05.13 20:49:44.687361 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 156 rows starting from the beginning of the part | ||
5136 | 2024.05.13 20:49:44.687902 [ 3 ] {570eb326-b3c0-4c79-ab56-53ae1ed3e975} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5137 | 2024.05.13 20:49:44.688332 [ 3 ] {570eb326-b3c0-4c79-ab56-53ae1ed3e975} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5138 | 2024.05.13 20:49:44.688374 [ 3 ] {570eb326-b3c0-4c79-ab56-53ae1ed3e975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5139 | 2024.05.13 20:49:44.688836 [ 3 ] {570eb326-b3c0-4c79-ab56-53ae1ed3e975} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5140 | 2024.05.13 20:49:44.689188 [ 186 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 747 rows, containing 4 columns (4 merged, 0 gathered) in 0.003898457 sec., 191614.27200556526 rows/sec., 15.68 MiB/sec. | ||
5141 | 2024.05.13 20:49:44.689315 [ 3 ] {570eb326-b3c0-4c79-ab56-53ae1ed3e975} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5142 | 2024.05.13 20:49:44.689413 [ 186 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5143 | 2024.05.13 20:49:44.689517 [ 131 ] {} <Debug> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
5144 | 2024.05.13 20:49:44.689616 [ 131 ] {} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5145 | 2024.05.13 20:49:44.689666 [ 3 ] {570eb326-b3c0-4c79-ab56-53ae1ed3e975} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00306 sec., 653.5947712418301 rows/sec., 45.64 KiB/sec. | ||
5146 | 2024.05.13 20:49:44.689692 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5147 | 2024.05.13 20:49:44.690373 [ 3 ] {570eb326-b3c0-4c79-ab56-53ae1ed3e975} <Debug> DynamicQueryHandler: Done processing query | ||
5148 | 2024.05.13 20:49:44.690365 [ 194 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
5149 | 2024.05.13 20:49:44.690499 [ 3 ] {570eb326-b3c0-4c79-ab56-53ae1ed3e975} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5150 | 2024.05.13 20:49:44.690604 [ 3 ] {} <Debug> HTTP-Session: 9a29ee3d-97c8-4e3b-8e18-f2b1fdc0850e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5151 | 2024.05.13 20:49:44.690856 [ 194 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5152 | 2024.05.13 20:49:44.690879 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 18827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5153 | 2024.05.13 20:49:44.690922 [ 194 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 10 rows starting from the beginning of the part | ||
5154 | 2024.05.13 20:49:44.690994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5155 | 2024.05.13 20:49:44.691156 [ 3 ] {} <Debug> HTTP-Session: ffc8e5ef-18a9-46ac-a25a-7585d7a2b932 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5156 | 2024.05.13 20:49:44.691255 [ 3 ] {} <Debug> HTTP-Session: ffc8e5ef-18a9-46ac-a25a-7585d7a2b932 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5157 | 2024.05.13 20:49:44.691276 [ 194 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
5158 | 2024.05.13 20:49:44.691338 [ 3 ] {} <Debug> HTTP-Session: ffc8e5ef-18a9-46ac-a25a-7585d7a2b932 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5159 | 2024.05.13 20:49:44.691592 [ 3 ] {} <Trace> HTTP-Session: ffc8e5ef-18a9-46ac-a25a-7585d7a2b932 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5160 | 2024.05.13 20:49:44.691688 [ 194 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
5161 | 2024.05.13 20:49:44.691561 [ 189 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_31_6} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5162 | 2024.05.13 20:49:44.692055 [ 3 ] {1a2e7bb8-3de5-4c72-a35a-0df37a4eb10a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5163 | 2024.05.13 20:49:44.692099 [ 194 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
5164 | 2024.05.13 20:49:44.692203 [ 3 ] {1a2e7bb8-3de5-4c72-a35a-0df37a4eb10a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5165 | 2024.05.13 20:49:44.692441 [ 194 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
5166 | 2024.05.13 20:49:44.692836 [ 194 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
5167 | 2024.05.13 20:49:44.693259 [ 189 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_31_6} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5168 | 2024.05.13 20:49:44.693626 [ 3 ] {1a2e7bb8-3de5-4c72-a35a-0df37a4eb10a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5169 | 2024.05.13 20:49:44.693699 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
5170 | 2024.05.13 20:49:44.694558 [ 3 ] {1a2e7bb8-3de5-4c72-a35a-0df37a4eb10a} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5171 | 2024.05.13 20:49:44.694619 [ 3 ] {1a2e7bb8-3de5-4c72-a35a-0df37a4eb10a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5172 | 2024.05.13 20:49:44.695481 [ 3 ] {1a2e7bb8-3de5-4c72-a35a-0df37a4eb10a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5173 | 2024.05.13 20:49:44.695549 [ 189 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.005746874 sec., 3480.1528622343208 rows/sec., 243.00 KiB/sec. | ||
5174 | 2024.05.13 20:49:44.695808 [ 189 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
5175 | 2024.05.13 20:49:44.696156 [ 3 ] {1a2e7bb8-3de5-4c72-a35a-0df37a4eb10a} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5176 | 2024.05.13 20:49:44.696491 [ 131 ] {} <Debug> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5177 | 2024.05.13 20:49:44.696561 [ 3 ] {1a2e7bb8-3de5-4c72-a35a-0df37a4eb10a} <Debug> executeQuery: Read 111 rows, 8.86 KiB in 0.004679 sec., 23723.017738833085 rows/sec., 1.85 MiB/sec. | ||
5178 | 2024.05.13 20:49:44.696594 [ 131 ] {} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5179 | 2024.05.13 20:49:44.696676 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5180 | 2024.05.13 20:49:44.696932 [ 189 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_10_2} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5181 | 2024.05.13 20:49:44.697064 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::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 | ||
5182 | 2024.05.13 20:49:44.697123 [ 3 ] {1a2e7bb8-3de5-4c72-a35a-0df37a4eb10a} <Debug> DynamicQueryHandler: Done processing query | ||
5183 | 2024.05.13 20:49:44.697141 [ 189 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_10_2} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
5184 | 2024.05.13 20:49:44.697198 [ 3 ] {1a2e7bb8-3de5-4c72-a35a-0df37a4eb10a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5185 | 2024.05.13 20:49:44.697282 [ 3 ] {} <Debug> HTTP-Session: ffc8e5ef-18a9-46ac-a25a-7585d7a2b932 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5186 | 2024.05.13 20:49:44.697405 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5187 | 2024.05.13 20:49:44.697471 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5188 | 2024.05.13 20:49:44.697507 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 141 rows starting from the beginning of the part | ||
5189 | 2024.05.13 20:49:44.697568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 37780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5190 | 2024.05.13 20:49:44.697733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5191 | 2024.05.13 20:49:44.697785 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 79 rows starting from the beginning of the part | ||
5192 | 2024.05.13 20:49:44.697812 [ 3 ] {} <Debug> HTTP-Session: d2867610-b28b-435f-ad94-3244770e1697 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5193 | 2024.05.13 20:49:44.697871 [ 3 ] {} <Debug> HTTP-Session: d2867610-b28b-435f-ad94-3244770e1697 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5194 | 2024.05.13 20:49:44.697918 [ 3 ] {} <Debug> HTTP-Session: d2867610-b28b-435f-ad94-3244770e1697 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5195 | 2024.05.13 20:49:44.698063 [ 3 ] {} <Trace> HTTP-Session: d2867610-b28b-435f-ad94-3244770e1697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5196 | 2024.05.13 20:49:44.698108 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 66 rows starting from the beginning of the part | ||
5197 | 2024.05.13 20:49:44.698330 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 87 rows starting from the beginning of the part | ||
5198 | 2024.05.13 20:49:44.698544 [ 3 ] {6c4befdb-63a2-44ff-92b8-e76779101ba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5199 | 2024.05.13 20:49:44.698599 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 74 rows starting from the beginning of the part | ||
5200 | 2024.05.13 20:49:44.698712 [ 3 ] {6c4befdb-63a2-44ff-92b8-e76779101ba1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5201 | 2024.05.13 20:49:44.698905 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 111 rows starting from the beginning of the part | ||
5202 | 2024.05.13 20:49:44.699632 [ 3 ] {6c4befdb-63a2-44ff-92b8-e76779101ba1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5203 | 2024.05.13 20:49:44.700656 [ 3 ] {6c4befdb-63a2-44ff-92b8-e76779101ba1} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5204 | 2024.05.13 20:49:44.700753 [ 3 ] {6c4befdb-63a2-44ff-92b8-e76779101ba1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5205 | 2024.05.13 20:49:44.701654 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 558 rows, containing 4 columns (4 merged, 0 gathered) in 0.004799436 sec., 116263.66098016518 rows/sec., 9.08 MiB/sec. | ||
5206 | 2024.05.13 20:49:44.701856 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5207 | 2024.05.13 20:49:44.701862 [ 3 ] {6c4befdb-63a2-44ff-92b8-e76779101ba1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5208 | 2024.05.13 20:49:44.702789 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_31_6} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5209 | 2024.05.13 20:49:44.702944 [ 3 ] {6c4befdb-63a2-44ff-92b8-e76779101ba1} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5210 | 2024.05.13 20:49:44.702994 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_31_6} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5211 | 2024.05.13 20:49:44.703132 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
5212 | 2024.05.13 20:49:44.703256 [ 131 ] {} <Debug> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5213 | 2024.05.13 20:49:44.703271 [ 3 ] {6c4befdb-63a2-44ff-92b8-e76779101ba1} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.005018 sec., 39258.66879234755 rows/sec., 2.74 MiB/sec. | ||
5214 | 2024.05.13 20:49:44.703318 [ 131 ] {} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5215 | 2024.05.13 20:49:44.703386 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5216 | 2024.05.13 20:49:44.703576 [ 189 ] {313178d0-1e86-4864-8af4-8d959655e5c5::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 | ||
5217 | 2024.05.13 20:49:44.703592 [ 3 ] {6c4befdb-63a2-44ff-92b8-e76779101ba1} <Debug> DynamicQueryHandler: Done processing query | ||
5218 | 2024.05.13 20:49:44.703642 [ 3 ] {6c4befdb-63a2-44ff-92b8-e76779101ba1} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5219 | 2024.05.13 20:49:44.703692 [ 3 ] {} <Debug> HTTP-Session: d2867610-b28b-435f-ad94-3244770e1697 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5220 | 2024.05.13 20:49:44.703817 [ 189 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5221 | 2024.05.13 20:49:44.703856 [ 189 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 4117 rows starting from the beginning of the part | ||
5222 | 2024.05.13 20:49:44.703929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5223 | 2024.05.13 20:49:44.704117 [ 189 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 151 rows starting from the beginning of the part | ||
5224 | 2024.05.13 20:49:44.704122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5225 | 2024.05.13 20:49:44.704212 [ 3 ] {} <Debug> HTTP-Session: 187c4169-a17d-47c8-a403-e0291d105f98 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5226 | 2024.05.13 20:49:44.704282 [ 3 ] {} <Debug> HTTP-Session: 187c4169-a17d-47c8-a403-e0291d105f98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5227 | 2024.05.13 20:49:44.704368 [ 3 ] {} <Debug> HTTP-Session: 187c4169-a17d-47c8-a403-e0291d105f98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5228 | 2024.05.13 20:49:44.704435 [ 189 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 150 rows starting from the beginning of the part | ||
5229 | 2024.05.13 20:49:44.704481 [ 3 ] {} <Trace> HTTP-Session: 187c4169-a17d-47c8-a403-e0291d105f98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5230 | 2024.05.13 20:49:44.704722 [ 189 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 159 rows starting from the beginning of the part | ||
5231 | 2024.05.13 20:49:44.704936 [ 189 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
5232 | 2024.05.13 20:49:44.704936 [ 3 ] {241ed936-51b0-48f7-8b63-5d322908e00b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5233 | 2024.05.13 20:49:44.705160 [ 3 ] {241ed936-51b0-48f7-8b63-5d322908e00b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5234 | 2024.05.13 20:49:44.705268 [ 189 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 197 rows starting from the beginning of the part | ||
5235 | 2024.05.13 20:49:44.706118 [ 3 ] {241ed936-51b0-48f7-8b63-5d322908e00b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5236 | 2024.05.13 20:49:44.706851 [ 3 ] {241ed936-51b0-48f7-8b63-5d322908e00b} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5237 | 2024.05.13 20:49:44.706923 [ 3 ] {241ed936-51b0-48f7-8b63-5d322908e00b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5238 | 2024.05.13 20:49:44.708146 [ 3 ] {241ed936-51b0-48f7-8b63-5d322908e00b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5239 | 2024.05.13 20:49:44.708632 [ 3 ] {241ed936-51b0-48f7-8b63-5d322908e00b} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5240 | 2024.05.13 20:49:44.708786 [ 3 ] {241ed936-51b0-48f7-8b63-5d322908e00b} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.004106 sec., 5114.466634193862 rows/sec., 6.90 MiB/sec. | ||
5241 | 2024.05.13 20:49:44.709063 [ 3 ] {241ed936-51b0-48f7-8b63-5d322908e00b} <Debug> DynamicQueryHandler: Done processing query | ||
5242 | 2024.05.13 20:49:44.709142 [ 3 ] {241ed936-51b0-48f7-8b63-5d322908e00b} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5243 | 2024.05.13 20:49:44.709185 [ 3 ] {} <Debug> HTTP-Session: 187c4169-a17d-47c8-a403-e0291d105f98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5244 | 2024.05.13 20:49:44.709223 [ 197 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4934 rows, containing 5 columns (5 merged, 0 gathered) in 0.005724224 sec., 861950.89500341 rows/sec., 59.90 MiB/sec. | ||
5245 | 2024.05.13 20:49:44.709341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5246 | 2024.05.13 20:49:44.709401 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5247 | 2024.05.13 20:49:44.709421 [ 3 ] {} <Debug> HTTP-Session: c8372162-9313-447b-87f4-e6a10002b876 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5248 | 2024.05.13 20:49:44.709438 [ 3 ] {} <Debug> HTTP-Session: c8372162-9313-447b-87f4-e6a10002b876 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5249 | 2024.05.13 20:49:44.709452 [ 3 ] {} <Debug> HTTP-Session: c8372162-9313-447b-87f4-e6a10002b876 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5250 | 2024.05.13 20:49:44.709489 [ 3 ] {} <Trace> HTTP-Session: c8372162-9313-447b-87f4-e6a10002b876 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5251 | 2024.05.13 20:49:44.709646 [ 197 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5252 | 2024.05.13 20:49:44.709705 [ 3 ] {15883f90-7281-49db-a933-0e3b4bb33d4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5253 | 2024.05.13 20:49:44.709838 [ 3 ] {15883f90-7281-49db-a933-0e3b4bb33d4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5254 | 2024.05.13 20:49:44.710482 [ 3 ] {15883f90-7281-49db-a933-0e3b4bb33d4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5255 | 2024.05.13 20:49:44.710742 [ 197 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5256 | 2024.05.13 20:49:44.710971 [ 197 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5257 | 2024.05.13 20:49:44.711166 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. | ||
5258 | 2024.05.13 20:49:44.711188 [ 3 ] {15883f90-7281-49db-a933-0e3b4bb33d4f} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5259 | 2024.05.13 20:49:44.711238 [ 3 ] {15883f90-7281-49db-a933-0e3b4bb33d4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5260 | 2024.05.13 20:49:44.711625 [ 3 ] {15883f90-7281-49db-a933-0e3b4bb33d4f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5261 | 2024.05.13 20:49:44.711946 [ 3 ] {15883f90-7281-49db-a933-0e3b4bb33d4f} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5262 | 2024.05.13 20:49:44.712073 [ 131 ] {} <Debug> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5263 | 2024.05.13 20:49:44.712079 [ 3 ] {15883f90-7281-49db-a933-0e3b4bb33d4f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002473 sec., 24262.029923170237 rows/sec., 1.64 MiB/sec. | ||
5264 | 2024.05.13 20:49:44.712115 [ 131 ] {} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5265 | 2024.05.13 20:49:44.712163 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5266 | 2024.05.13 20:49:44.712357 [ 3 ] {15883f90-7281-49db-a933-0e3b4bb33d4f} <Debug> DynamicQueryHandler: Done processing query | ||
5267 | 2024.05.13 20:49:44.712402 [ 189 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
5268 | 2024.05.13 20:49:44.712442 [ 3 ] {15883f90-7281-49db-a933-0e3b4bb33d4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5269 | 2024.05.13 20:49:44.712576 [ 3 ] {} <Debug> HTTP-Session: c8372162-9313-447b-87f4-e6a10002b876 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5270 | 2024.05.13 20:49:44.712804 [ 189 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5271 | 2024.05.13 20:49:44.712840 [ 189 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1194 rows starting from the beginning of the part | ||
5272 | 2024.05.13 20:49:44.712933 [ 189 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 50 rows starting from the beginning of the part | ||
5273 | 2024.05.13 20:49:44.713121 [ 189 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 50 rows starting from the beginning of the part | ||
5274 | 2024.05.13 20:49:44.713310 [ 189 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 58 rows starting from the beginning of the part | ||
5275 | 2024.05.13 20:49:44.713409 [ 189 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
5276 | 2024.05.13 20:49:44.713634 [ 189 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
5277 | 2024.05.13 20:49:44.714810 [ 197 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1472 rows, containing 4 columns (4 merged, 0 gathered) in 0.002563074 sec., 574310.3788653781 rows/sec., 39.30 MiB/sec. | ||
5278 | 2024.05.13 20:49:44.715019 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5279 | 2024.05.13 20:49:44.715677 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_31_6} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5280 | 2024.05.13 20:49:44.715825 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_31_6} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5281 | 2024.05.13 20:49:44.715960 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
5282 | 2024.05.13 20:49:49.672153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5283 | 2024.05.13 20:49:49.672287 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5284 | 2024.05.13 20:49:49.672316 [ 3 ] {} <Debug> HTTP-Session: f003dfb8-954b-4130-abd0-76c223978c66 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5285 | 2024.05.13 20:49:49.672343 [ 3 ] {} <Debug> HTTP-Session: f003dfb8-954b-4130-abd0-76c223978c66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5286 | 2024.05.13 20:49:49.672361 [ 3 ] {} <Debug> HTTP-Session: f003dfb8-954b-4130-abd0-76c223978c66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5287 | 2024.05.13 20:49:49.672413 [ 3 ] {} <Trace> HTTP-Session: f003dfb8-954b-4130-abd0-76c223978c66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5288 | 2024.05.13 20:49:49.672604 [ 3 ] {76ac9d62-c4b7-414b-ad17-e23f50351347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5289 | 2024.05.13 20:49:49.672676 [ 3 ] {76ac9d62-c4b7-414b-ad17-e23f50351347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5290 | 2024.05.13 20:49:49.672882 [ 3 ] {76ac9d62-c4b7-414b-ad17-e23f50351347} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5291 | 2024.05.13 20:49:49.673309 [ 3 ] {76ac9d62-c4b7-414b-ad17-e23f50351347} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5292 | 2024.05.13 20:49:49.673345 [ 3 ] {76ac9d62-c4b7-414b-ad17-e23f50351347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5293 | 2024.05.13 20:49:49.673699 [ 3 ] {76ac9d62-c4b7-414b-ad17-e23f50351347} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5294 | 2024.05.13 20:49:49.674035 [ 3 ] {76ac9d62-c4b7-414b-ad17-e23f50351347} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5295 | 2024.05.13 20:49:49.674176 [ 3 ] {76ac9d62-c4b7-414b-ad17-e23f50351347} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001632 sec., 6127.450980392157 rows/sec., 496.66 KiB/sec. | ||
5296 | 2024.05.13 20:49:49.674365 [ 3 ] {76ac9d62-c4b7-414b-ad17-e23f50351347} <Debug> DynamicQueryHandler: Done processing query | ||
5297 | 2024.05.13 20:49:49.674390 [ 3 ] {76ac9d62-c4b7-414b-ad17-e23f50351347} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5298 | 2024.05.13 20:49:49.674407 [ 3 ] {} <Debug> HTTP-Session: f003dfb8-954b-4130-abd0-76c223978c66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5299 | 2024.05.13 20:49:49.674572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12383, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5300 | 2024.05.13 20:49:49.674619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5301 | 2024.05.13 20:49:49.674638 [ 3 ] {} <Debug> HTTP-Session: 4c0fe40b-474a-4443-ac55-9e64ac8d93d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5302 | 2024.05.13 20:49:49.674655 [ 3 ] {} <Debug> HTTP-Session: 4c0fe40b-474a-4443-ac55-9e64ac8d93d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5303 | 2024.05.13 20:49:49.674669 [ 3 ] {} <Debug> HTTP-Session: 4c0fe40b-474a-4443-ac55-9e64ac8d93d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5304 | 2024.05.13 20:49:49.674698 [ 3 ] {} <Trace> HTTP-Session: 4c0fe40b-474a-4443-ac55-9e64ac8d93d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5305 | 2024.05.13 20:49:49.674816 [ 3 ] {7c65fba1-a6ad-4846-9836-91eca0272865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5306 | 2024.05.13 20:49:49.674860 [ 3 ] {7c65fba1-a6ad-4846-9836-91eca0272865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5307 | 2024.05.13 20:49:49.674982 [ 3 ] {7c65fba1-a6ad-4846-9836-91eca0272865} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5308 | 2024.05.13 20:49:49.675387 [ 3 ] {7c65fba1-a6ad-4846-9836-91eca0272865} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5309 | 2024.05.13 20:49:49.675431 [ 3 ] {7c65fba1-a6ad-4846-9836-91eca0272865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5310 | 2024.05.13 20:49:49.675856 [ 3 ] {7c65fba1-a6ad-4846-9836-91eca0272865} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5311 | 2024.05.13 20:49:49.676202 [ 3 ] {7c65fba1-a6ad-4846-9836-91eca0272865} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5312 | 2024.05.13 20:49:49.676332 [ 3 ] {7c65fba1-a6ad-4846-9836-91eca0272865} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.001558 sec., 55198.973042362006 rows/sec., 4.47 MiB/sec. | ||
5313 | 2024.05.13 20:49:49.676518 [ 3 ] {7c65fba1-a6ad-4846-9836-91eca0272865} <Debug> DynamicQueryHandler: Done processing query | ||
5314 | 2024.05.13 20:49:49.676547 [ 3 ] {7c65fba1-a6ad-4846-9836-91eca0272865} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5315 | 2024.05.13 20:49:49.676567 [ 3 ] {} <Debug> HTTP-Session: 4c0fe40b-474a-4443-ac55-9e64ac8d93d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5316 | 2024.05.13 20:49:49.676704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5317 | 2024.05.13 20:49:49.676751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5318 | 2024.05.13 20:49:49.676769 [ 3 ] {} <Debug> HTTP-Session: 8d6957a1-b725-4b9f-b884-d04d8b99f484 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5319 | 2024.05.13 20:49:49.676785 [ 3 ] {} <Debug> HTTP-Session: 8d6957a1-b725-4b9f-b884-d04d8b99f484 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5320 | 2024.05.13 20:49:49.676799 [ 3 ] {} <Debug> HTTP-Session: 8d6957a1-b725-4b9f-b884-d04d8b99f484 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5321 | 2024.05.13 20:49:49.676829 [ 3 ] {} <Trace> HTTP-Session: 8d6957a1-b725-4b9f-b884-d04d8b99f484 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5322 | 2024.05.13 20:49:49.676943 [ 3 ] {b5cc43be-4aec-47c6-a32e-b8a96fa32fb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5323 | 2024.05.13 20:49:49.676983 [ 3 ] {b5cc43be-4aec-47c6-a32e-b8a96fa32fb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5324 | 2024.05.13 20:49:49.677109 [ 3 ] {b5cc43be-4aec-47c6-a32e-b8a96fa32fb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5325 | 2024.05.13 20:49:49.677417 [ 3 ] {b5cc43be-4aec-47c6-a32e-b8a96fa32fb0} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5326 | 2024.05.13 20:49:49.677451 [ 3 ] {b5cc43be-4aec-47c6-a32e-b8a96fa32fb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5327 | 2024.05.13 20:49:49.677766 [ 3 ] {b5cc43be-4aec-47c6-a32e-b8a96fa32fb0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5328 | 2024.05.13 20:49:49.678067 [ 3 ] {b5cc43be-4aec-47c6-a32e-b8a96fa32fb0} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5329 | 2024.05.13 20:49:49.678186 [ 3 ] {b5cc43be-4aec-47c6-a32e-b8a96fa32fb0} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001286 sec., 57542.76827371695 rows/sec., 4.49 MiB/sec. | ||
5330 | 2024.05.13 20:49:49.678340 [ 3 ] {b5cc43be-4aec-47c6-a32e-b8a96fa32fb0} <Debug> DynamicQueryHandler: Done processing query | ||
5331 | 2024.05.13 20:49:49.678364 [ 3 ] {b5cc43be-4aec-47c6-a32e-b8a96fa32fb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5332 | 2024.05.13 20:49:49.678379 [ 3 ] {} <Debug> HTTP-Session: 8d6957a1-b725-4b9f-b884-d04d8b99f484 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5333 | 2024.05.13 20:49:49.678546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5334 | 2024.05.13 20:49:49.678599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5335 | 2024.05.13 20:49:49.678618 [ 3 ] {} <Debug> HTTP-Session: e0579f23-ff38-49b4-9d73-c572f6e4bb5a Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5336 | 2024.05.13 20:49:49.678634 [ 3 ] {} <Debug> HTTP-Session: e0579f23-ff38-49b4-9d73-c572f6e4bb5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5337 | 2024.05.13 20:49:49.678647 [ 3 ] {} <Debug> HTTP-Session: e0579f23-ff38-49b4-9d73-c572f6e4bb5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5338 | 2024.05.13 20:49:49.678676 [ 3 ] {} <Trace> HTTP-Session: e0579f23-ff38-49b4-9d73-c572f6e4bb5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5339 | 2024.05.13 20:49:49.678822 [ 3 ] {8bc679f8-2547-4704-a639-3433a8666837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5340 | 2024.05.13 20:49:49.678866 [ 3 ] {8bc679f8-2547-4704-a639-3433a8666837} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5341 | 2024.05.13 20:49:49.679006 [ 3 ] {8bc679f8-2547-4704-a639-3433a8666837} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5342 | 2024.05.13 20:49:49.679342 [ 3 ] {8bc679f8-2547-4704-a639-3433a8666837} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5343 | 2024.05.13 20:49:49.679376 [ 3 ] {8bc679f8-2547-4704-a639-3433a8666837} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5344 | 2024.05.13 20:49:49.679751 [ 3 ] {8bc679f8-2547-4704-a639-3433a8666837} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5345 | 2024.05.13 20:49:49.680076 [ 3 ] {8bc679f8-2547-4704-a639-3433a8666837} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5346 | 2024.05.13 20:49:49.680194 [ 3 ] {8bc679f8-2547-4704-a639-3433a8666837} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001446 sec., 110650.06915629322 rows/sec., 7.71 MiB/sec. | ||
5347 | 2024.05.13 20:49:49.680339 [ 3 ] {8bc679f8-2547-4704-a639-3433a8666837} <Debug> DynamicQueryHandler: Done processing query | ||
5348 | 2024.05.13 20:49:49.680363 [ 3 ] {8bc679f8-2547-4704-a639-3433a8666837} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5349 | 2024.05.13 20:49:49.680378 [ 3 ] {} <Debug> HTTP-Session: e0579f23-ff38-49b4-9d73-c572f6e4bb5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5350 | 2024.05.13 20:49:49.680505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10759, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5351 | 2024.05.13 20:49:49.680552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5352 | 2024.05.13 20:49:49.680573 [ 3 ] {} <Debug> HTTP-Session: 22e7deae-91d0-4c08-a78e-5d091ca81b34 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5353 | 2024.05.13 20:49:49.680589 [ 3 ] {} <Debug> HTTP-Session: 22e7deae-91d0-4c08-a78e-5d091ca81b34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5354 | 2024.05.13 20:49:49.680602 [ 3 ] {} <Debug> HTTP-Session: 22e7deae-91d0-4c08-a78e-5d091ca81b34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5355 | 2024.05.13 20:49:49.680631 [ 3 ] {} <Trace> HTTP-Session: 22e7deae-91d0-4c08-a78e-5d091ca81b34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5356 | 2024.05.13 20:49:49.680777 [ 3 ] {1d9aa818-dc8f-4664-8426-44dee3b588fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5357 | 2024.05.13 20:49:49.680823 [ 3 ] {1d9aa818-dc8f-4664-8426-44dee3b588fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5358 | 2024.05.13 20:49:49.680974 [ 3 ] {1d9aa818-dc8f-4664-8426-44dee3b588fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5359 | 2024.05.13 20:49:49.681316 [ 3 ] {1d9aa818-dc8f-4664-8426-44dee3b588fd} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5360 | 2024.05.13 20:49:49.681350 [ 3 ] {1d9aa818-dc8f-4664-8426-44dee3b588fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5361 | 2024.05.13 20:49:49.681736 [ 3 ] {1d9aa818-dc8f-4664-8426-44dee3b588fd} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5362 | 2024.05.13 20:49:49.682061 [ 3 ] {1d9aa818-dc8f-4664-8426-44dee3b588fd} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5363 | 2024.05.13 20:49:49.682183 [ 3 ] {1d9aa818-dc8f-4664-8426-44dee3b588fd} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.001481 sec., 6752.194463200541 rows/sec., 9.11 MiB/sec. | ||
5364 | 2024.05.13 20:49:49.682390 [ 3 ] {1d9aa818-dc8f-4664-8426-44dee3b588fd} <Debug> DynamicQueryHandler: Done processing query | ||
5365 | 2024.05.13 20:49:49.682414 [ 3 ] {1d9aa818-dc8f-4664-8426-44dee3b588fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5366 | 2024.05.13 20:49:49.682429 [ 3 ] {} <Debug> HTTP-Session: 22e7deae-91d0-4c08-a78e-5d091ca81b34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5367 | 2024.05.13 20:49:49.682567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5368 | 2024.05.13 20:49:49.682614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5369 | 2024.05.13 20:49:49.682633 [ 3 ] {} <Debug> HTTP-Session: 7baeaa34-66d7-4595-b18b-668803dc66fc Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5370 | 2024.05.13 20:49:49.682649 [ 3 ] {} <Debug> HTTP-Session: 7baeaa34-66d7-4595-b18b-668803dc66fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5371 | 2024.05.13 20:49:49.682662 [ 3 ] {} <Debug> HTTP-Session: 7baeaa34-66d7-4595-b18b-668803dc66fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5372 | 2024.05.13 20:49:49.682692 [ 3 ] {} <Trace> HTTP-Session: 7baeaa34-66d7-4595-b18b-668803dc66fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5373 | 2024.05.13 20:49:49.682796 [ 3 ] {1e080f9f-5a03-4c1d-97c7-68d44521a65c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5374 | 2024.05.13 20:49:49.682839 [ 3 ] {1e080f9f-5a03-4c1d-97c7-68d44521a65c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5375 | 2024.05.13 20:49:49.682961 [ 3 ] {1e080f9f-5a03-4c1d-97c7-68d44521a65c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5376 | 2024.05.13 20:49:49.683244 [ 3 ] {1e080f9f-5a03-4c1d-97c7-68d44521a65c} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5377 | 2024.05.13 20:49:49.683278 [ 3 ] {1e080f9f-5a03-4c1d-97c7-68d44521a65c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5378 | 2024.05.13 20:49:49.683626 [ 3 ] {1e080f9f-5a03-4c1d-97c7-68d44521a65c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5379 | 2024.05.13 20:49:49.683934 [ 3 ] {1e080f9f-5a03-4c1d-97c7-68d44521a65c} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5380 | 2024.05.13 20:49:49.684057 [ 3 ] {1e080f9f-5a03-4c1d-97c7-68d44521a65c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001295 sec., 46332.04633204633 rows/sec., 3.12 MiB/sec. | ||
5381 | 2024.05.13 20:49:49.684274 [ 3 ] {1e080f9f-5a03-4c1d-97c7-68d44521a65c} <Debug> DynamicQueryHandler: Done processing query | ||
5382 | 2024.05.13 20:49:49.684307 [ 3 ] {1e080f9f-5a03-4c1d-97c7-68d44521a65c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5383 | 2024.05.13 20:49:49.684327 [ 3 ] {} <Debug> HTTP-Session: 7baeaa34-66d7-4595-b18b-668803dc66fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5384 | 2024.05.13 20:49:54.674980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5385 | 2024.05.13 20:49:54.675121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5386 | 2024.05.13 20:49:54.675147 [ 3 ] {} <Debug> HTTP-Session: 8c93733b-a0cc-4287-8dd4-948fc21cd11c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5387 | 2024.05.13 20:49:54.675172 [ 3 ] {} <Debug> HTTP-Session: 8c93733b-a0cc-4287-8dd4-948fc21cd11c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5388 | 2024.05.13 20:49:54.675188 [ 3 ] {} <Debug> HTTP-Session: 8c93733b-a0cc-4287-8dd4-948fc21cd11c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5389 | 2024.05.13 20:49:54.675245 [ 3 ] {} <Trace> HTTP-Session: 8c93733b-a0cc-4287-8dd4-948fc21cd11c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5390 | 2024.05.13 20:49:54.675458 [ 3 ] {9d5caee5-7318-4a69-8669-9f9728b18e37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5391 | 2024.05.13 20:49:54.675527 [ 3 ] {9d5caee5-7318-4a69-8669-9f9728b18e37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5392 | 2024.05.13 20:49:54.675720 [ 3 ] {9d5caee5-7318-4a69-8669-9f9728b18e37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5393 | 2024.05.13 20:49:54.676152 [ 3 ] {9d5caee5-7318-4a69-8669-9f9728b18e37} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5394 | 2024.05.13 20:49:54.676193 [ 3 ] {9d5caee5-7318-4a69-8669-9f9728b18e37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5395 | 2024.05.13 20:49:54.676561 [ 3 ] {9d5caee5-7318-4a69-8669-9f9728b18e37} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5396 | 2024.05.13 20:49:54.676924 [ 3 ] {9d5caee5-7318-4a69-8669-9f9728b18e37} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5397 | 2024.05.13 20:49:54.677095 [ 3 ] {9d5caee5-7318-4a69-8669-9f9728b18e37} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001695 sec., 12389.380530973453 rows/sec., 1004.22 KiB/sec. | ||
5398 | 2024.05.13 20:49:54.677320 [ 3 ] {9d5caee5-7318-4a69-8669-9f9728b18e37} <Debug> DynamicQueryHandler: Done processing query | ||
5399 | 2024.05.13 20:49:54.677358 [ 3 ] {9d5caee5-7318-4a69-8669-9f9728b18e37} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5400 | 2024.05.13 20:49:54.677384 [ 3 ] {} <Debug> HTTP-Session: 8c93733b-a0cc-4287-8dd4-948fc21cd11c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5401 | 2024.05.13 20:49:54.677563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5402 | 2024.05.13 20:49:54.677621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5403 | 2024.05.13 20:49:54.677641 [ 3 ] {} <Debug> HTTP-Session: ae8bd150-761b-4fe6-9bc1-897b332a4a87 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5404 | 2024.05.13 20:49:54.677658 [ 3 ] {} <Debug> HTTP-Session: ae8bd150-761b-4fe6-9bc1-897b332a4a87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5405 | 2024.05.13 20:49:54.677671 [ 3 ] {} <Debug> HTTP-Session: ae8bd150-761b-4fe6-9bc1-897b332a4a87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5406 | 2024.05.13 20:49:54.677703 [ 3 ] {} <Trace> HTTP-Session: ae8bd150-761b-4fe6-9bc1-897b332a4a87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5407 | 2024.05.13 20:49:54.677871 [ 3 ] {e0bdf4cd-a458-4557-b7a5-9f8ad014259a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5408 | 2024.05.13 20:49:54.677926 [ 3 ] {e0bdf4cd-a458-4557-b7a5-9f8ad014259a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5409 | 2024.05.13 20:49:54.678078 [ 3 ] {e0bdf4cd-a458-4557-b7a5-9f8ad014259a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5410 | 2024.05.13 20:49:54.678447 [ 3 ] {e0bdf4cd-a458-4557-b7a5-9f8ad014259a} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5411 | 2024.05.13 20:49:54.678484 [ 3 ] {e0bdf4cd-a458-4557-b7a5-9f8ad014259a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5412 | 2024.05.13 20:49:54.678822 [ 3 ] {e0bdf4cd-a458-4557-b7a5-9f8ad014259a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5413 | 2024.05.13 20:49:54.679142 [ 3 ] {e0bdf4cd-a458-4557-b7a5-9f8ad014259a} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5414 | 2024.05.13 20:49:54.679271 [ 3 ] {e0bdf4cd-a458-4557-b7a5-9f8ad014259a} <Debug> executeQuery: Read 119 rows, 10.09 KiB in 0.001472 sec., 80842.39130434782 rows/sec., 6.69 MiB/sec. | ||
5415 | 2024.05.13 20:49:54.679434 [ 3 ] {e0bdf4cd-a458-4557-b7a5-9f8ad014259a} <Debug> DynamicQueryHandler: Done processing query | ||
5416 | 2024.05.13 20:49:54.679461 [ 3 ] {e0bdf4cd-a458-4557-b7a5-9f8ad014259a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5417 | 2024.05.13 20:49:54.679478 [ 3 ] {} <Debug> HTTP-Session: ae8bd150-761b-4fe6-9bc1-897b332a4a87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5418 | 2024.05.13 20:49:54.679645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 14442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5419 | 2024.05.13 20:49:54.679694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5420 | 2024.05.13 20:49:54.679720 [ 3 ] {} <Debug> HTTP-Session: 306aa390-0419-484a-9743-fbc004c32f67 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5421 | 2024.05.13 20:49:54.679737 [ 3 ] {} <Debug> HTTP-Session: 306aa390-0419-484a-9743-fbc004c32f67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5422 | 2024.05.13 20:49:54.679751 [ 3 ] {} <Debug> HTTP-Session: 306aa390-0419-484a-9743-fbc004c32f67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5423 | 2024.05.13 20:49:54.679783 [ 3 ] {} <Trace> HTTP-Session: 306aa390-0419-484a-9743-fbc004c32f67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5424 | 2024.05.13 20:49:54.679898 [ 3 ] {4140e1d4-1537-444d-a4f2-752a7bc002e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5425 | 2024.05.13 20:49:54.679941 [ 3 ] {4140e1d4-1537-444d-a4f2-752a7bc002e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5426 | 2024.05.13 20:49:54.680066 [ 3 ] {4140e1d4-1537-444d-a4f2-752a7bc002e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5427 | 2024.05.13 20:49:54.680407 [ 3 ] {4140e1d4-1537-444d-a4f2-752a7bc002e4} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5428 | 2024.05.13 20:49:54.680444 [ 3 ] {4140e1d4-1537-444d-a4f2-752a7bc002e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5429 | 2024.05.13 20:49:54.680755 [ 3 ] {4140e1d4-1537-444d-a4f2-752a7bc002e4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5430 | 2024.05.13 20:49:54.681082 [ 3 ] {4140e1d4-1537-444d-a4f2-752a7bc002e4} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5431 | 2024.05.13 20:49:54.681215 [ 3 ] {4140e1d4-1537-444d-a4f2-752a7bc002e4} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001356 sec., 62684.36578171091 rows/sec., 4.89 MiB/sec. | ||
5432 | 2024.05.13 20:49:54.681388 [ 3 ] {4140e1d4-1537-444d-a4f2-752a7bc002e4} <Debug> DynamicQueryHandler: Done processing query | ||
5433 | 2024.05.13 20:49:54.681413 [ 3 ] {4140e1d4-1537-444d-a4f2-752a7bc002e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5434 | 2024.05.13 20:49:54.681429 [ 3 ] {} <Debug> HTTP-Session: 306aa390-0419-484a-9743-fbc004c32f67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5435 | 2024.05.13 20:49:54.681588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5436 | 2024.05.13 20:49:54.681646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5437 | 2024.05.13 20:49:54.681666 [ 3 ] {} <Debug> HTTP-Session: 52de8f9d-61a8-4bbd-ab32-a99872bccab5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5438 | 2024.05.13 20:49:54.681683 [ 3 ] {} <Debug> HTTP-Session: 52de8f9d-61a8-4bbd-ab32-a99872bccab5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5439 | 2024.05.13 20:49:54.681697 [ 3 ] {} <Debug> HTTP-Session: 52de8f9d-61a8-4bbd-ab32-a99872bccab5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5440 | 2024.05.13 20:49:54.681729 [ 3 ] {} <Trace> HTTP-Session: 52de8f9d-61a8-4bbd-ab32-a99872bccab5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5441 | 2024.05.13 20:49:54.681877 [ 3 ] {7a7ef90e-ffff-4d60-a7d5-8cf293cf0e42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5442 | 2024.05.13 20:49:54.681925 [ 3 ] {7a7ef90e-ffff-4d60-a7d5-8cf293cf0e42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5443 | 2024.05.13 20:49:54.682071 [ 3 ] {7a7ef90e-ffff-4d60-a7d5-8cf293cf0e42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5444 | 2024.05.13 20:49:54.682482 [ 3 ] {7a7ef90e-ffff-4d60-a7d5-8cf293cf0e42} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5445 | 2024.05.13 20:49:54.682523 [ 3 ] {7a7ef90e-ffff-4d60-a7d5-8cf293cf0e42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5446 | 2024.05.13 20:49:54.682992 [ 3 ] {7a7ef90e-ffff-4d60-a7d5-8cf293cf0e42} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5447 | 2024.05.13 20:49:54.683419 [ 3 ] {7a7ef90e-ffff-4d60-a7d5-8cf293cf0e42} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5448 | 2024.05.13 20:49:54.683571 [ 3 ] {7a7ef90e-ffff-4d60-a7d5-8cf293cf0e42} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001765 sec., 90651.55807365439 rows/sec., 6.31 MiB/sec. | ||
5449 | 2024.05.13 20:49:54.683751 [ 3 ] {7a7ef90e-ffff-4d60-a7d5-8cf293cf0e42} <Debug> DynamicQueryHandler: Done processing query | ||
5450 | 2024.05.13 20:49:54.683782 [ 3 ] {7a7ef90e-ffff-4d60-a7d5-8cf293cf0e42} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5451 | 2024.05.13 20:49:54.683804 [ 3 ] {} <Debug> HTTP-Session: 52de8f9d-61a8-4bbd-ab32-a99872bccab5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5452 | 2024.05.13 20:49:54.683965 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5453 | 2024.05.13 20:49:54.684023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5454 | 2024.05.13 20:49:54.684047 [ 3 ] {} <Debug> HTTP-Session: ba4f554d-6af0-413b-912d-e4f984d45bc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5455 | 2024.05.13 20:49:54.684069 [ 3 ] {} <Debug> HTTP-Session: ba4f554d-6af0-413b-912d-e4f984d45bc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5456 | 2024.05.13 20:49:54.684087 [ 3 ] {} <Debug> HTTP-Session: ba4f554d-6af0-413b-912d-e4f984d45bc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5457 | 2024.05.13 20:49:54.684125 [ 3 ] {} <Trace> HTTP-Session: ba4f554d-6af0-413b-912d-e4f984d45bc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5458 | 2024.05.13 20:49:54.684381 [ 3 ] {7625af90-2307-4bdb-977e-a10b14a1fce3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5459 | 2024.05.13 20:49:54.684437 [ 3 ] {7625af90-2307-4bdb-977e-a10b14a1fce3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5460 | 2024.05.13 20:49:54.684597 [ 3 ] {7625af90-2307-4bdb-977e-a10b14a1fce3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5461 | 2024.05.13 20:49:54.685001 [ 3 ] {7625af90-2307-4bdb-977e-a10b14a1fce3} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5462 | 2024.05.13 20:49:54.685037 [ 3 ] {7625af90-2307-4bdb-977e-a10b14a1fce3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5463 | 2024.05.13 20:49:54.685446 [ 3 ] {7625af90-2307-4bdb-977e-a10b14a1fce3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5464 | 2024.05.13 20:49:54.685793 [ 3 ] {7625af90-2307-4bdb-977e-a10b14a1fce3} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5465 | 2024.05.13 20:49:54.685928 [ 3 ] {7625af90-2307-4bdb-977e-a10b14a1fce3} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.00171 sec., 12280.701754385966 rows/sec., 16.57 MiB/sec. | ||
5466 | 2024.05.13 20:49:54.686218 [ 3 ] {7625af90-2307-4bdb-977e-a10b14a1fce3} <Debug> DynamicQueryHandler: Done processing query | ||
5467 | 2024.05.13 20:49:54.686254 [ 3 ] {7625af90-2307-4bdb-977e-a10b14a1fce3} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5468 | 2024.05.13 20:49:54.686272 [ 3 ] {} <Debug> HTTP-Session: ba4f554d-6af0-413b-912d-e4f984d45bc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5469 | 2024.05.13 20:49:54.686416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5470 | 2024.05.13 20:49:54.686468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5471 | 2024.05.13 20:49:54.686489 [ 3 ] {} <Debug> HTTP-Session: add329e6-e6e1-446f-b913-04a1120f7e52 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5472 | 2024.05.13 20:49:54.686506 [ 3 ] {} <Debug> HTTP-Session: add329e6-e6e1-446f-b913-04a1120f7e52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5473 | 2024.05.13 20:49:54.686521 [ 3 ] {} <Debug> HTTP-Session: add329e6-e6e1-446f-b913-04a1120f7e52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5474 | 2024.05.13 20:49:54.686552 [ 3 ] {} <Trace> HTTP-Session: add329e6-e6e1-446f-b913-04a1120f7e52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5475 | 2024.05.13 20:49:54.686671 [ 3 ] {f80b1a64-8eb7-4c2d-81c9-25175723e342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5476 | 2024.05.13 20:49:54.686729 [ 3 ] {f80b1a64-8eb7-4c2d-81c9-25175723e342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5477 | 2024.05.13 20:49:54.686878 [ 3 ] {f80b1a64-8eb7-4c2d-81c9-25175723e342} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5478 | 2024.05.13 20:49:54.687171 [ 3 ] {f80b1a64-8eb7-4c2d-81c9-25175723e342} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5479 | 2024.05.13 20:49:54.687207 [ 3 ] {f80b1a64-8eb7-4c2d-81c9-25175723e342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5480 | 2024.05.13 20:49:54.687579 [ 3 ] {f80b1a64-8eb7-4c2d-81c9-25175723e342} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5481 | 2024.05.13 20:49:54.687899 [ 3 ] {f80b1a64-8eb7-4c2d-81c9-25175723e342} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5482 | 2024.05.13 20:49:54.688026 [ 3 ] {f80b1a64-8eb7-4c2d-81c9-25175723e342} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
5483 | 2024.05.13 20:49:54.688182 [ 3 ] {f80b1a64-8eb7-4c2d-81c9-25175723e342} <Debug> DynamicQueryHandler: Done processing query | ||
5484 | 2024.05.13 20:49:54.688207 [ 3 ] {f80b1a64-8eb7-4c2d-81c9-25175723e342} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5485 | 2024.05.13 20:49:54.688223 [ 3 ] {} <Debug> HTTP-Session: add329e6-e6e1-446f-b913-04a1120f7e52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5486 | 2024.05.13 20:49:57.830103 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5487 | 2024.05.13 20:49:57.830175 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5488 | 2024.05.13 20:49:59.671720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5489 | 2024.05.13 20:49:59.671841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5490 | 2024.05.13 20:49:59.671870 [ 3 ] {} <Debug> HTTP-Session: be815edf-83f2-4806-b3db-1a2a076f9c8c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5491 | 2024.05.13 20:49:59.671897 [ 3 ] {} <Debug> HTTP-Session: be815edf-83f2-4806-b3db-1a2a076f9c8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5492 | 2024.05.13 20:49:59.671915 [ 3 ] {} <Debug> HTTP-Session: be815edf-83f2-4806-b3db-1a2a076f9c8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5493 | 2024.05.13 20:49:59.671969 [ 3 ] {} <Trace> HTTP-Session: be815edf-83f2-4806-b3db-1a2a076f9c8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5494 | 2024.05.13 20:49:59.672167 [ 3 ] {ddbe0e93-c59c-4464-a445-fd8ec1fab6df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5495 | 2024.05.13 20:49:59.672268 [ 3 ] {ddbe0e93-c59c-4464-a445-fd8ec1fab6df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5496 | 2024.05.13 20:49:59.672481 [ 3 ] {ddbe0e93-c59c-4464-a445-fd8ec1fab6df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5497 | 2024.05.13 20:49:59.672942 [ 3 ] {ddbe0e93-c59c-4464-a445-fd8ec1fab6df} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5498 | 2024.05.13 20:49:59.672983 [ 3 ] {ddbe0e93-c59c-4464-a445-fd8ec1fab6df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5499 | 2024.05.13 20:49:59.673333 [ 3 ] {ddbe0e93-c59c-4464-a445-fd8ec1fab6df} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5500 | 2024.05.13 20:49:59.673654 [ 3 ] {ddbe0e93-c59c-4464-a445-fd8ec1fab6df} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5501 | 2024.05.13 20:49:59.673808 [ 3 ] {ddbe0e93-c59c-4464-a445-fd8ec1fab6df} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001699 sec., 5885.8151854031785 rows/sec., 477.07 KiB/sec. | ||
5502 | 2024.05.13 20:49:59.673829 [ 120 ] {} <Debug> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5503 | 2024.05.13 20:49:59.673930 [ 120 ] {} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5504 | 2024.05.13 20:49:59.673965 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5505 | 2024.05.13 20:49:59.674069 [ 3 ] {ddbe0e93-c59c-4464-a445-fd8ec1fab6df} <Debug> DynamicQueryHandler: Done processing query | ||
5506 | 2024.05.13 20:49:59.674155 [ 3 ] {ddbe0e93-c59c-4464-a445-fd8ec1fab6df} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5507 | 2024.05.13 20:49:59.674290 [ 3 ] {} <Debug> HTTP-Session: be815edf-83f2-4806-b3db-1a2a076f9c8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5508 | 2024.05.13 20:49:59.674551 [ 189 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
5509 | 2024.05.13 20:49:59.674760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12383, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5510 | 2024.05.13 20:49:59.675028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5511 | 2024.05.13 20:49:59.675186 [ 3 ] {} <Debug> HTTP-Session: f7db4401-46a4-40cc-8aae-ed7bf368b78f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5512 | 2024.05.13 20:49:59.675272 [ 3 ] {} <Debug> HTTP-Session: f7db4401-46a4-40cc-8aae-ed7bf368b78f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5513 | 2024.05.13 20:49:59.675339 [ 3 ] {} <Debug> HTTP-Session: f7db4401-46a4-40cc-8aae-ed7bf368b78f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5514 | 2024.05.13 20:49:59.675409 [ 189 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5515 | 2024.05.13 20:49:59.675426 [ 3 ] {} <Trace> HTTP-Session: f7db4401-46a4-40cc-8aae-ed7bf368b78f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5516 | 2024.05.13 20:49:59.675483 [ 189 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 31 rows starting from the beginning of the part | ||
5517 | 2024.05.13 20:49:59.675755 [ 3 ] {298ac490-fee4-4edc-8a35-8fb6c711ef74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5518 | 2024.05.13 20:49:59.675755 [ 189 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 10 rows starting from the beginning of the part | ||
5519 | 2024.05.13 20:49:59.675883 [ 3 ] {298ac490-fee4-4edc-8a35-8fb6c711ef74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5520 | 2024.05.13 20:49:59.676035 [ 189 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
5521 | 2024.05.13 20:49:59.676404 [ 189 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 10 rows starting from the beginning of the part | ||
5522 | 2024.05.13 20:49:59.676746 [ 189 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
5523 | 2024.05.13 20:49:59.677124 [ 3 ] {298ac490-fee4-4edc-8a35-8fb6c711ef74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5524 | 2024.05.13 20:49:59.677128 [ 189 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 10 rows starting from the beginning of the part | ||
5525 | 2024.05.13 20:49:59.678211 [ 3 ] {298ac490-fee4-4edc-8a35-8fb6c711ef74} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5526 | 2024.05.13 20:49:59.678271 [ 3 ] {298ac490-fee4-4edc-8a35-8fb6c711ef74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
5527 | 2024.05.13 20:49:59.679114 [ 3 ] {298ac490-fee4-4edc-8a35-8fb6c711ef74} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5528 | 2024.05.13 20:49:59.679669 [ 189 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 103 rows, containing 4 columns (4 merged, 0 gathered) in 0.005572503 sec., 18483.61499311889 rows/sec., 1.46 MiB/sec. | ||
5529 | 2024.05.13 20:49:59.679891 [ 189 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5530 | 2024.05.13 20:49:59.680069 [ 3 ] {298ac490-fee4-4edc-8a35-8fb6c711ef74} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5531 | 2024.05.13 20:49:59.680574 [ 3 ] {298ac490-fee4-4edc-8a35-8fb6c711ef74} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.004975 sec., 17286.43216080402 rows/sec., 1.40 MiB/sec. | ||
5532 | 2024.05.13 20:49:59.681038 [ 189 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_26_5} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5533 | 2024.05.13 20:49:59.681116 [ 3 ] {298ac490-fee4-4edc-8a35-8fb6c711ef74} <Debug> DynamicQueryHandler: Done processing query | ||
5534 | 2024.05.13 20:49:59.681200 [ 3 ] {298ac490-fee4-4edc-8a35-8fb6c711ef74} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5535 | 2024.05.13 20:49:59.681283 [ 3 ] {} <Debug> HTTP-Session: f7db4401-46a4-40cc-8aae-ed7bf368b78f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5536 | 2024.05.13 20:49:59.681381 [ 189 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_26_5} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5537 | 2024.05.13 20:49:59.681510 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
5538 | 2024.05.13 20:49:59.681561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5539 | 2024.05.13 20:49:59.681647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5540 | 2024.05.13 20:49:59.681682 [ 3 ] {} <Debug> HTTP-Session: 08cd200f-130f-45fa-99f7-fe55334f6aec Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5541 | 2024.05.13 20:49:59.681710 [ 3 ] {} <Debug> HTTP-Session: 08cd200f-130f-45fa-99f7-fe55334f6aec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5542 | 2024.05.13 20:49:59.681734 [ 3 ] {} <Debug> HTTP-Session: 08cd200f-130f-45fa-99f7-fe55334f6aec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5543 | 2024.05.13 20:49:59.681784 [ 3 ] {} <Trace> HTTP-Session: 08cd200f-130f-45fa-99f7-fe55334f6aec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5544 | 2024.05.13 20:49:59.681932 [ 3 ] {8febdaed-f721-41fd-9d0c-7cf5416a3951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5545 | 2024.05.13 20:49:59.681994 [ 3 ] {8febdaed-f721-41fd-9d0c-7cf5416a3951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5546 | 2024.05.13 20:49:59.682173 [ 3 ] {8febdaed-f721-41fd-9d0c-7cf5416a3951} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5547 | 2024.05.13 20:49:59.682638 [ 3 ] {8febdaed-f721-41fd-9d0c-7cf5416a3951} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5548 | 2024.05.13 20:49:59.682678 [ 3 ] {8febdaed-f721-41fd-9d0c-7cf5416a3951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5549 | 2024.05.13 20:49:59.683007 [ 3 ] {8febdaed-f721-41fd-9d0c-7cf5416a3951} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5550 | 2024.05.13 20:49:59.683324 [ 3 ] {8febdaed-f721-41fd-9d0c-7cf5416a3951} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5551 | 2024.05.13 20:49:59.683477 [ 3 ] {8febdaed-f721-41fd-9d0c-7cf5416a3951} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001592 sec., 46482.4120603015 rows/sec., 3.63 MiB/sec. | ||
5552 | 2024.05.13 20:49:59.683967 [ 3 ] {8febdaed-f721-41fd-9d0c-7cf5416a3951} <Debug> DynamicQueryHandler: Done processing query | ||
5553 | 2024.05.13 20:49:59.684071 [ 3 ] {8febdaed-f721-41fd-9d0c-7cf5416a3951} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5554 | 2024.05.13 20:49:59.684159 [ 3 ] {} <Debug> HTTP-Session: 08cd200f-130f-45fa-99f7-fe55334f6aec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5555 | 2024.05.13 20:49:59.684423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5556 | 2024.05.13 20:49:59.684476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5557 | 2024.05.13 20:49:59.684494 [ 3 ] {} <Debug> HTTP-Session: 6e2799f7-32b1-4b6c-94e2-90b7173e002e Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5558 | 2024.05.13 20:49:59.684510 [ 3 ] {} <Debug> HTTP-Session: 6e2799f7-32b1-4b6c-94e2-90b7173e002e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5559 | 2024.05.13 20:49:59.684523 [ 3 ] {} <Debug> HTTP-Session: 6e2799f7-32b1-4b6c-94e2-90b7173e002e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5560 | 2024.05.13 20:49:59.684555 [ 3 ] {} <Trace> HTTP-Session: 6e2799f7-32b1-4b6c-94e2-90b7173e002e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5561 | 2024.05.13 20:49:59.684722 [ 3 ] {98d6548e-a21e-4029-aa16-4bdf0029b756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5562 | 2024.05.13 20:49:59.684772 [ 3 ] {98d6548e-a21e-4029-aa16-4bdf0029b756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5563 | 2024.05.13 20:49:59.684942 [ 3 ] {98d6548e-a21e-4029-aa16-4bdf0029b756} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5564 | 2024.05.13 20:49:59.685357 [ 3 ] {98d6548e-a21e-4029-aa16-4bdf0029b756} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5565 | 2024.05.13 20:49:59.685400 [ 3 ] {98d6548e-a21e-4029-aa16-4bdf0029b756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5566 | 2024.05.13 20:49:59.685811 [ 3 ] {98d6548e-a21e-4029-aa16-4bdf0029b756} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5567 | 2024.05.13 20:49:59.686179 [ 3 ] {98d6548e-a21e-4029-aa16-4bdf0029b756} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5568 | 2024.05.13 20:49:59.686333 [ 3 ] {98d6548e-a21e-4029-aa16-4bdf0029b756} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001682 sec., 95124.85136741975 rows/sec., 6.63 MiB/sec. | ||
5569 | 2024.05.13 20:49:59.686814 [ 3 ] {98d6548e-a21e-4029-aa16-4bdf0029b756} <Debug> DynamicQueryHandler: Done processing query | ||
5570 | 2024.05.13 20:49:59.686893 [ 3 ] {98d6548e-a21e-4029-aa16-4bdf0029b756} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5571 | 2024.05.13 20:49:59.686966 [ 3 ] {} <Debug> HTTP-Session: 6e2799f7-32b1-4b6c-94e2-90b7173e002e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5572 | 2024.05.13 20:49:59.687282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10759, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5573 | 2024.05.13 20:49:59.687405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5574 | 2024.05.13 20:49:59.687454 [ 3 ] {} <Debug> HTTP-Session: 2d17f889-f7ba-4619-a41d-8d7bd355bf4b Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5575 | 2024.05.13 20:49:59.687476 [ 3 ] {} <Debug> HTTP-Session: 2d17f889-f7ba-4619-a41d-8d7bd355bf4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5576 | 2024.05.13 20:49:59.687491 [ 3 ] {} <Debug> HTTP-Session: 2d17f889-f7ba-4619-a41d-8d7bd355bf4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5577 | 2024.05.13 20:49:59.687523 [ 3 ] {} <Trace> HTTP-Session: 2d17f889-f7ba-4619-a41d-8d7bd355bf4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5578 | 2024.05.13 20:49:59.687688 [ 3 ] {0add3d7e-f066-4f47-8e93-3c9acd9520ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5579 | 2024.05.13 20:49:59.687740 [ 3 ] {0add3d7e-f066-4f47-8e93-3c9acd9520ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5580 | 2024.05.13 20:49:59.687931 [ 3 ] {0add3d7e-f066-4f47-8e93-3c9acd9520ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5581 | 2024.05.13 20:49:59.688307 [ 3 ] {0add3d7e-f066-4f47-8e93-3c9acd9520ba} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5582 | 2024.05.13 20:49:59.688343 [ 3 ] {0add3d7e-f066-4f47-8e93-3c9acd9520ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5583 | 2024.05.13 20:49:59.688736 [ 3 ] {0add3d7e-f066-4f47-8e93-3c9acd9520ba} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5584 | 2024.05.13 20:49:59.689081 [ 3 ] {0add3d7e-f066-4f47-8e93-3c9acd9520ba} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5585 | 2024.05.13 20:49:59.689239 [ 3 ] {0add3d7e-f066-4f47-8e93-3c9acd9520ba} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.001627 sec., 6146.281499692686 rows/sec., 8.29 MiB/sec. | ||
5586 | 2024.05.13 20:49:59.689245 [ 120 ] {} <Debug> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5587 | 2024.05.13 20:49:59.689332 [ 120 ] {} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5588 | 2024.05.13 20:49:59.689382 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5589 | 2024.05.13 20:49:59.689526 [ 3 ] {0add3d7e-f066-4f47-8e93-3c9acd9520ba} <Debug> DynamicQueryHandler: Done processing query | ||
5590 | 2024.05.13 20:49:59.689544 [ 197 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
5591 | 2024.05.13 20:49:59.689568 [ 3 ] {0add3d7e-f066-4f47-8e93-3c9acd9520ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5592 | 2024.05.13 20:49:59.689624 [ 3 ] {} <Debug> HTTP-Session: 2d17f889-f7ba-4619-a41d-8d7bd355bf4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5593 | 2024.05.13 20:49:59.689827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5594 | 2024.05.13 20:49:59.689828 [ 197 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5595 | 2024.05.13 20:49:59.689925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5596 | 2024.05.13 20:49:59.689928 [ 197 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 329 rows starting from the beginning of the part | ||
5597 | 2024.05.13 20:49:59.689966 [ 3 ] {} <Debug> HTTP-Session: ec3e408e-8e0d-4fc4-88f4-286f08c5f032 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5598 | 2024.05.13 20:49:59.690010 [ 3 ] {} <Debug> HTTP-Session: ec3e408e-8e0d-4fc4-88f4-286f08c5f032 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5599 | 2024.05.13 20:49:59.690060 [ 3 ] {} <Debug> HTTP-Session: ec3e408e-8e0d-4fc4-88f4-286f08c5f032 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5600 | 2024.05.13 20:49:59.690225 [ 3 ] {} <Trace> HTTP-Session: ec3e408e-8e0d-4fc4-88f4-286f08c5f032 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5601 | 2024.05.13 20:49:59.690239 [ 197 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 10 rows starting from the beginning of the part | ||
5602 | 2024.05.13 20:49:59.690578 [ 197 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
5603 | 2024.05.13 20:49:59.690583 [ 3 ] {376cf558-d36e-48f6-a497-263bee8212cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5604 | 2024.05.13 20:49:59.690762 [ 3 ] {376cf558-d36e-48f6-a497-263bee8212cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5605 | 2024.05.13 20:49:59.690972 [ 197 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 10 rows starting from the beginning of the part | ||
5606 | 2024.05.13 20:49:59.691414 [ 197 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
5607 | 2024.05.13 20:49:59.691644 [ 3 ] {376cf558-d36e-48f6-a497-263bee8212cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5608 | 2024.05.13 20:49:59.691800 [ 197 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 10 rows starting from the beginning of the part | ||
5609 | 2024.05.13 20:49:59.692493 [ 3 ] {376cf558-d36e-48f6-a497-263bee8212cc} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5610 | 2024.05.13 20:49:59.692560 [ 3 ] {376cf558-d36e-48f6-a497-263bee8212cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
5611 | 2024.05.13 20:49:59.693425 [ 3 ] {376cf558-d36e-48f6-a497-263bee8212cc} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5612 | 2024.05.13 20:49:59.694408 [ 3 ] {376cf558-d36e-48f6-a497-263bee8212cc} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5613 | 2024.05.13 20:49:59.694716 [ 3 ] {376cf558-d36e-48f6-a497-263bee8212cc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004282 sec., 14012.143858010275 rows/sec., 966.98 KiB/sec. | ||
5614 | 2024.05.13 20:49:59.695945 [ 3 ] {376cf558-d36e-48f6-a497-263bee8212cc} <Debug> DynamicQueryHandler: Done processing query | ||
5615 | 2024.05.13 20:49:59.696070 [ 3 ] {376cf558-d36e-48f6-a497-263bee8212cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5616 | 2024.05.13 20:49:59.696145 [ 3 ] {} <Debug> HTTP-Session: ec3e408e-8e0d-4fc4-88f4-286f08c5f032 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5617 | 2024.05.13 20:49:59.696395 [ 189 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 401 rows, containing 6 columns (6 merged, 0 gathered) in 0.006923776 sec., 57916.37395548325 rows/sec., 78.16 MiB/sec. | ||
5618 | 2024.05.13 20:49:59.696829 [ 188 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5619 | 2024.05.13 20:49:59.697293 [ 188 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5620 | 2024.05.13 20:49:59.697378 [ 188 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5621 | 2024.05.13 20:49:59.697481 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. | ||
5622 | 2024.05.13 20:50:04.673244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5623 | 2024.05.13 20:50:04.673375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5624 | 2024.05.13 20:50:04.673400 [ 3 ] {} <Debug> HTTP-Session: 1c73d83a-79ec-420d-9fa0-e9ab9a34b84a Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5625 | 2024.05.13 20:50:04.673425 [ 3 ] {} <Debug> HTTP-Session: 1c73d83a-79ec-420d-9fa0-e9ab9a34b84a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5626 | 2024.05.13 20:50:04.673441 [ 3 ] {} <Debug> HTTP-Session: 1c73d83a-79ec-420d-9fa0-e9ab9a34b84a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5627 | 2024.05.13 20:50:04.673497 [ 3 ] {} <Trace> HTTP-Session: 1c73d83a-79ec-420d-9fa0-e9ab9a34b84a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5628 | 2024.05.13 20:50:04.673685 [ 3 ] {b7d58db5-aa3f-4061-8c78-dc10257c0821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5629 | 2024.05.13 20:50:04.673756 [ 3 ] {b7d58db5-aa3f-4061-8c78-dc10257c0821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5630 | 2024.05.13 20:50:04.673956 [ 3 ] {b7d58db5-aa3f-4061-8c78-dc10257c0821} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5631 | 2024.05.13 20:50:04.674427 [ 3 ] {b7d58db5-aa3f-4061-8c78-dc10257c0821} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5632 | 2024.05.13 20:50:04.674475 [ 3 ] {b7d58db5-aa3f-4061-8c78-dc10257c0821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5633 | 2024.05.13 20:50:04.674846 [ 3 ] {b7d58db5-aa3f-4061-8c78-dc10257c0821} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5634 | 2024.05.13 20:50:04.675186 [ 3 ] {b7d58db5-aa3f-4061-8c78-dc10257c0821} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5635 | 2024.05.13 20:50:04.675352 [ 3 ] {b7d58db5-aa3f-4061-8c78-dc10257c0821} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001721 sec., 12202.20801859384 rows/sec., 989.05 KiB/sec. | ||
5636 | 2024.05.13 20:50:04.675666 [ 3 ] {b7d58db5-aa3f-4061-8c78-dc10257c0821} <Debug> DynamicQueryHandler: Done processing query | ||
5637 | 2024.05.13 20:50:04.675710 [ 3 ] {b7d58db5-aa3f-4061-8c78-dc10257c0821} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5638 | 2024.05.13 20:50:04.675727 [ 3 ] {} <Debug> HTTP-Session: 1c73d83a-79ec-420d-9fa0-e9ab9a34b84a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5639 | 2024.05.13 20:50:04.675896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5640 | 2024.05.13 20:50:04.675954 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5641 | 2024.05.13 20:50:04.675974 [ 3 ] {} <Debug> HTTP-Session: 12dbc425-4400-4631-af8a-38cde4e64be8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5642 | 2024.05.13 20:50:04.675991 [ 3 ] {} <Debug> HTTP-Session: 12dbc425-4400-4631-af8a-38cde4e64be8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5643 | 2024.05.13 20:50:04.676005 [ 3 ] {} <Debug> HTTP-Session: 12dbc425-4400-4631-af8a-38cde4e64be8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5644 | 2024.05.13 20:50:04.676041 [ 3 ] {} <Trace> HTTP-Session: 12dbc425-4400-4631-af8a-38cde4e64be8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5645 | 2024.05.13 20:50:04.676149 [ 3 ] {6c5dd0e3-abd8-46ba-82df-1e0615aee11a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5646 | 2024.05.13 20:50:04.676197 [ 3 ] {6c5dd0e3-abd8-46ba-82df-1e0615aee11a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5647 | 2024.05.13 20:50:04.676344 [ 3 ] {6c5dd0e3-abd8-46ba-82df-1e0615aee11a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5648 | 2024.05.13 20:50:04.676679 [ 3 ] {6c5dd0e3-abd8-46ba-82df-1e0615aee11a} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5649 | 2024.05.13 20:50:04.676719 [ 3 ] {6c5dd0e3-abd8-46ba-82df-1e0615aee11a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5650 | 2024.05.13 20:50:04.677027 [ 3 ] {6c5dd0e3-abd8-46ba-82df-1e0615aee11a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5651 | 2024.05.13 20:50:04.677338 [ 3 ] {6c5dd0e3-abd8-46ba-82df-1e0615aee11a} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5652 | 2024.05.13 20:50:04.677494 [ 3 ] {6c5dd0e3-abd8-46ba-82df-1e0615aee11a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001366 sec., 1464.1288433382138 rows/sec., 119.39 KiB/sec. | ||
5653 | 2024.05.13 20:50:04.677998 [ 3 ] {6c5dd0e3-abd8-46ba-82df-1e0615aee11a} <Debug> DynamicQueryHandler: Done processing query | ||
5654 | 2024.05.13 20:50:04.678023 [ 3 ] {6c5dd0e3-abd8-46ba-82df-1e0615aee11a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5655 | 2024.05.13 20:50:04.678039 [ 3 ] {} <Debug> HTTP-Session: 12dbc425-4400-4631-af8a-38cde4e64be8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5656 | 2024.05.13 20:50:04.678178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17467, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5657 | 2024.05.13 20:50:04.678229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5658 | 2024.05.13 20:50:04.678248 [ 3 ] {} <Debug> HTTP-Session: cc82ab07-1e27-4aa7-ba16-ae7e5ebc6c07 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5659 | 2024.05.13 20:50:04.678264 [ 3 ] {} <Debug> HTTP-Session: cc82ab07-1e27-4aa7-ba16-ae7e5ebc6c07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5660 | 2024.05.13 20:50:04.678278 [ 3 ] {} <Debug> HTTP-Session: cc82ab07-1e27-4aa7-ba16-ae7e5ebc6c07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5661 | 2024.05.13 20:50:04.678311 [ 3 ] {} <Trace> HTTP-Session: cc82ab07-1e27-4aa7-ba16-ae7e5ebc6c07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5662 | 2024.05.13 20:50:04.678446 [ 3 ] {d7e1cb7c-91d9-48ff-94e0-3f070d1b9b1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5663 | 2024.05.13 20:50:04.678492 [ 3 ] {d7e1cb7c-91d9-48ff-94e0-3f070d1b9b1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5664 | 2024.05.13 20:50:04.678633 [ 3 ] {d7e1cb7c-91d9-48ff-94e0-3f070d1b9b1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5665 | 2024.05.13 20:50:04.679068 [ 3 ] {d7e1cb7c-91d9-48ff-94e0-3f070d1b9b1d} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5666 | 2024.05.13 20:50:04.679107 [ 3 ] {d7e1cb7c-91d9-48ff-94e0-3f070d1b9b1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5667 | 2024.05.13 20:50:04.679426 [ 3 ] {d7e1cb7c-91d9-48ff-94e0-3f070d1b9b1d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5668 | 2024.05.13 20:50:04.679744 [ 3 ] {d7e1cb7c-91d9-48ff-94e0-3f070d1b9b1d} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5669 | 2024.05.13 20:50:04.679901 [ 3 ] {d7e1cb7c-91d9-48ff-94e0-3f070d1b9b1d} <Debug> executeQuery: Read 120 rows, 10.16 KiB in 0.001501 sec., 79946.70219853432 rows/sec., 6.61 MiB/sec. | ||
5670 | 2024.05.13 20:50:04.680080 [ 3 ] {d7e1cb7c-91d9-48ff-94e0-3f070d1b9b1d} <Debug> DynamicQueryHandler: Done processing query | ||
5671 | 2024.05.13 20:50:04.680104 [ 3 ] {d7e1cb7c-91d9-48ff-94e0-3f070d1b9b1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5672 | 2024.05.13 20:50:04.680120 [ 3 ] {} <Debug> HTTP-Session: cc82ab07-1e27-4aa7-ba16-ae7e5ebc6c07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5673 | 2024.05.13 20:50:04.680251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5674 | 2024.05.13 20:50:04.680300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5675 | 2024.05.13 20:50:04.680319 [ 3 ] {} <Debug> HTTP-Session: 195801de-33e9-484f-9db2-6f191a2cbda2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5676 | 2024.05.13 20:50:04.680335 [ 3 ] {} <Debug> HTTP-Session: 195801de-33e9-484f-9db2-6f191a2cbda2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5677 | 2024.05.13 20:50:04.680348 [ 3 ] {} <Debug> HTTP-Session: 195801de-33e9-484f-9db2-6f191a2cbda2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5678 | 2024.05.13 20:50:04.680379 [ 3 ] {} <Trace> HTTP-Session: 195801de-33e9-484f-9db2-6f191a2cbda2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5679 | 2024.05.13 20:50:04.680479 [ 3 ] {0bd72722-40f9-45fc-8b2d-fd3cd8e24b20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5680 | 2024.05.13 20:50:04.680523 [ 3 ] {0bd72722-40f9-45fc-8b2d-fd3cd8e24b20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5681 | 2024.05.13 20:50:04.680651 [ 3 ] {0bd72722-40f9-45fc-8b2d-fd3cd8e24b20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5682 | 2024.05.13 20:50:04.681000 [ 3 ] {0bd72722-40f9-45fc-8b2d-fd3cd8e24b20} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5683 | 2024.05.13 20:50:04.681037 [ 3 ] {0bd72722-40f9-45fc-8b2d-fd3cd8e24b20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5684 | 2024.05.13 20:50:04.681334 [ 3 ] {0bd72722-40f9-45fc-8b2d-fd3cd8e24b20} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5685 | 2024.05.13 20:50:04.681640 [ 3 ] {0bd72722-40f9-45fc-8b2d-fd3cd8e24b20} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5686 | 2024.05.13 20:50:04.681794 [ 3 ] {0bd72722-40f9-45fc-8b2d-fd3cd8e24b20} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00133 sec., 1503.7593984962407 rows/sec., 105.00 KiB/sec. | ||
5687 | 2024.05.13 20:50:04.682277 [ 3 ] {0bd72722-40f9-45fc-8b2d-fd3cd8e24b20} <Debug> DynamicQueryHandler: Done processing query | ||
5688 | 2024.05.13 20:50:04.682311 [ 3 ] {0bd72722-40f9-45fc-8b2d-fd3cd8e24b20} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5689 | 2024.05.13 20:50:04.682349 [ 3 ] {} <Debug> HTTP-Session: 195801de-33e9-484f-9db2-6f191a2cbda2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5690 | 2024.05.13 20:50:04.682502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 14785, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5691 | 2024.05.13 20:50:04.682556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5692 | 2024.05.13 20:50:04.682575 [ 3 ] {} <Debug> HTTP-Session: 0b6e7169-9dc4-453d-a966-7b973c451e84 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5693 | 2024.05.13 20:50:04.682591 [ 3 ] {} <Debug> HTTP-Session: 0b6e7169-9dc4-453d-a966-7b973c451e84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5694 | 2024.05.13 20:50:04.682605 [ 3 ] {} <Debug> HTTP-Session: 0b6e7169-9dc4-453d-a966-7b973c451e84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5695 | 2024.05.13 20:50:04.682636 [ 3 ] {} <Trace> HTTP-Session: 0b6e7169-9dc4-453d-a966-7b973c451e84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5696 | 2024.05.13 20:50:04.682766 [ 3 ] {ffe86a9f-f561-4f3a-9d6f-92d2865c5601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5697 | 2024.05.13 20:50:04.682810 [ 3 ] {ffe86a9f-f561-4f3a-9d6f-92d2865c5601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5698 | 2024.05.13 20:50:04.682960 [ 3 ] {ffe86a9f-f561-4f3a-9d6f-92d2865c5601} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5699 | 2024.05.13 20:50:04.683349 [ 3 ] {ffe86a9f-f561-4f3a-9d6f-92d2865c5601} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5700 | 2024.05.13 20:50:04.683385 [ 3 ] {ffe86a9f-f561-4f3a-9d6f-92d2865c5601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5701 | 2024.05.13 20:50:04.683692 [ 3 ] {ffe86a9f-f561-4f3a-9d6f-92d2865c5601} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5702 | 2024.05.13 20:50:04.683983 [ 3 ] {ffe86a9f-f561-4f3a-9d6f-92d2865c5601} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5703 | 2024.05.13 20:50:04.684150 [ 3 ] {ffe86a9f-f561-4f3a-9d6f-92d2865c5601} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001424 sec., 61095.505617977535 rows/sec., 4.77 MiB/sec. | ||
5704 | 2024.05.13 20:50:04.684326 [ 3 ] {ffe86a9f-f561-4f3a-9d6f-92d2865c5601} <Debug> DynamicQueryHandler: Done processing query | ||
5705 | 2024.05.13 20:50:04.684349 [ 3 ] {ffe86a9f-f561-4f3a-9d6f-92d2865c5601} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5706 | 2024.05.13 20:50:04.684364 [ 3 ] {} <Debug> HTTP-Session: 0b6e7169-9dc4-453d-a966-7b973c451e84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5707 | 2024.05.13 20:50:04.684524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5708 | 2024.05.13 20:50:04.684573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5709 | 2024.05.13 20:50:04.684591 [ 3 ] {} <Debug> HTTP-Session: 5e263c42-db9a-417d-99c8-b9a528a001e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5710 | 2024.05.13 20:50:04.684607 [ 3 ] {} <Debug> HTTP-Session: 5e263c42-db9a-417d-99c8-b9a528a001e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5711 | 2024.05.13 20:50:04.684621 [ 3 ] {} <Debug> HTTP-Session: 5e263c42-db9a-417d-99c8-b9a528a001e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5712 | 2024.05.13 20:50:04.684651 [ 3 ] {} <Trace> HTTP-Session: 5e263c42-db9a-417d-99c8-b9a528a001e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5713 | 2024.05.13 20:50:04.684799 [ 3 ] {d5ed3106-6897-4fee-b0f9-11ab30fd0666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5714 | 2024.05.13 20:50:04.684847 [ 3 ] {d5ed3106-6897-4fee-b0f9-11ab30fd0666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5715 | 2024.05.13 20:50:04.684995 [ 3 ] {d5ed3106-6897-4fee-b0f9-11ab30fd0666} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5716 | 2024.05.13 20:50:04.685400 [ 3 ] {d5ed3106-6897-4fee-b0f9-11ab30fd0666} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5717 | 2024.05.13 20:50:04.685436 [ 3 ] {d5ed3106-6897-4fee-b0f9-11ab30fd0666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5718 | 2024.05.13 20:50:04.685831 [ 3 ] {d5ed3106-6897-4fee-b0f9-11ab30fd0666} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5719 | 2024.05.13 20:50:04.686169 [ 3 ] {d5ed3106-6897-4fee-b0f9-11ab30fd0666} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5720 | 2024.05.13 20:50:04.686327 [ 3 ] {d5ed3106-6897-4fee-b0f9-11ab30fd0666} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00159 sec., 101257.86163522012 rows/sec., 7.05 MiB/sec. | ||
5721 | 2024.05.13 20:50:04.686504 [ 3 ] {d5ed3106-6897-4fee-b0f9-11ab30fd0666} <Debug> DynamicQueryHandler: Done processing query | ||
5722 | 2024.05.13 20:50:04.686528 [ 3 ] {d5ed3106-6897-4fee-b0f9-11ab30fd0666} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5723 | 2024.05.13 20:50:04.686543 [ 3 ] {} <Debug> HTTP-Session: 5e263c42-db9a-417d-99c8-b9a528a001e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5724 | 2024.05.13 20:50:04.686685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5725 | 2024.05.13 20:50:04.686733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5726 | 2024.05.13 20:50:04.686752 [ 3 ] {} <Debug> HTTP-Session: 8ed64a82-fb31-47ea-a236-d9778eeca4c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5727 | 2024.05.13 20:50:04.686767 [ 3 ] {} <Debug> HTTP-Session: 8ed64a82-fb31-47ea-a236-d9778eeca4c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5728 | 2024.05.13 20:50:04.686782 [ 3 ] {} <Debug> HTTP-Session: 8ed64a82-fb31-47ea-a236-d9778eeca4c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5729 | 2024.05.13 20:50:04.686811 [ 3 ] {} <Trace> HTTP-Session: 8ed64a82-fb31-47ea-a236-d9778eeca4c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5730 | 2024.05.13 20:50:04.687023 [ 3 ] {eda50ede-e8c1-4825-9d22-81e3bcdaeedb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5731 | 2024.05.13 20:50:04.687073 [ 3 ] {eda50ede-e8c1-4825-9d22-81e3bcdaeedb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5732 | 2024.05.13 20:50:04.687233 [ 3 ] {eda50ede-e8c1-4825-9d22-81e3bcdaeedb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5733 | 2024.05.13 20:50:04.687718 [ 3 ] {eda50ede-e8c1-4825-9d22-81e3bcdaeedb} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5734 | 2024.05.13 20:50:04.687754 [ 3 ] {eda50ede-e8c1-4825-9d22-81e3bcdaeedb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5735 | 2024.05.13 20:50:04.688146 [ 3 ] {eda50ede-e8c1-4825-9d22-81e3bcdaeedb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5736 | 2024.05.13 20:50:04.688474 [ 3 ] {eda50ede-e8c1-4825-9d22-81e3bcdaeedb} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5737 | 2024.05.13 20:50:04.688628 [ 3 ] {eda50ede-e8c1-4825-9d22-81e3bcdaeedb} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001733 sec., 12117.714945181766 rows/sec., 16.35 MiB/sec. | ||
5738 | 2024.05.13 20:50:04.688805 [ 3 ] {eda50ede-e8c1-4825-9d22-81e3bcdaeedb} <Debug> DynamicQueryHandler: Done processing query | ||
5739 | 2024.05.13 20:50:04.688829 [ 3 ] {eda50ede-e8c1-4825-9d22-81e3bcdaeedb} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5740 | 2024.05.13 20:50:04.688845 [ 3 ] {} <Debug> HTTP-Session: 8ed64a82-fb31-47ea-a236-d9778eeca4c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5741 | 2024.05.13 20:50:04.688984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5742 | 2024.05.13 20:50:04.689031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5743 | 2024.05.13 20:50:04.689050 [ 3 ] {} <Debug> HTTP-Session: f08f7198-d1f6-4415-bac9-d35a65837c10 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5744 | 2024.05.13 20:50:04.689066 [ 3 ] {} <Debug> HTTP-Session: f08f7198-d1f6-4415-bac9-d35a65837c10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5745 | 2024.05.13 20:50:04.689080 [ 3 ] {} <Debug> HTTP-Session: f08f7198-d1f6-4415-bac9-d35a65837c10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5746 | 2024.05.13 20:50:04.689109 [ 3 ] {} <Trace> HTTP-Session: f08f7198-d1f6-4415-bac9-d35a65837c10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5747 | 2024.05.13 20:50:04.689238 [ 3 ] {996bc787-c376-43d8-b60a-8b2667d76434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5748 | 2024.05.13 20:50:04.689282 [ 3 ] {996bc787-c376-43d8-b60a-8b2667d76434} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5749 | 2024.05.13 20:50:04.689409 [ 3 ] {996bc787-c376-43d8-b60a-8b2667d76434} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5750 | 2024.05.13 20:50:04.689705 [ 3 ] {996bc787-c376-43d8-b60a-8b2667d76434} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5751 | 2024.05.13 20:50:04.689741 [ 3 ] {996bc787-c376-43d8-b60a-8b2667d76434} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
5752 | 2024.05.13 20:50:04.690092 [ 3 ] {996bc787-c376-43d8-b60a-8b2667d76434} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5753 | 2024.05.13 20:50:04.690407 [ 3 ] {996bc787-c376-43d8-b60a-8b2667d76434} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5754 | 2024.05.13 20:50:04.690563 [ 3 ] {996bc787-c376-43d8-b60a-8b2667d76434} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. | ||
5755 | 2024.05.13 20:50:04.690737 [ 3 ] {996bc787-c376-43d8-b60a-8b2667d76434} <Debug> DynamicQueryHandler: Done processing query | ||
5756 | 2024.05.13 20:50:04.690761 [ 3 ] {996bc787-c376-43d8-b60a-8b2667d76434} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5757 | 2024.05.13 20:50:04.690777 [ 3 ] {} <Debug> HTTP-Session: f08f7198-d1f6-4415-bac9-d35a65837c10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5758 | 2024.05.13 20:50:09.672724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5759 | 2024.05.13 20:50:09.672856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5760 | 2024.05.13 20:50:09.672884 [ 3 ] {} <Debug> HTTP-Session: 5e698411-944d-4747-a2ca-ce3392f69a54 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5761 | 2024.05.13 20:50:09.672911 [ 3 ] {} <Debug> HTTP-Session: 5e698411-944d-4747-a2ca-ce3392f69a54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5762 | 2024.05.13 20:50:09.672929 [ 3 ] {} <Debug> HTTP-Session: 5e698411-944d-4747-a2ca-ce3392f69a54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5763 | 2024.05.13 20:50:09.672983 [ 3 ] {} <Trace> HTTP-Session: 5e698411-944d-4747-a2ca-ce3392f69a54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5764 | 2024.05.13 20:50:09.673183 [ 3 ] {045c8710-7188-4576-b9df-a4573b8b525f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5765 | 2024.05.13 20:50:09.673257 [ 3 ] {045c8710-7188-4576-b9df-a4573b8b525f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5766 | 2024.05.13 20:50:09.673470 [ 3 ] {045c8710-7188-4576-b9df-a4573b8b525f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5767 | 2024.05.13 20:50:09.673919 [ 3 ] {045c8710-7188-4576-b9df-a4573b8b525f} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5768 | 2024.05.13 20:50:09.673958 [ 3 ] {045c8710-7188-4576-b9df-a4573b8b525f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
5769 | 2024.05.13 20:50:09.674308 [ 3 ] {045c8710-7188-4576-b9df-a4573b8b525f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5770 | 2024.05.13 20:50:09.674635 [ 3 ] {045c8710-7188-4576-b9df-a4573b8b525f} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5771 | 2024.05.13 20:50:09.674792 [ 3 ] {045c8710-7188-4576-b9df-a4573b8b525f} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001665 sec., 6006.006006006006 rows/sec., 486.81 KiB/sec. | ||
5772 | 2024.05.13 20:50:09.675145 [ 3 ] {045c8710-7188-4576-b9df-a4573b8b525f} <Debug> DynamicQueryHandler: Done processing query | ||
5773 | 2024.05.13 20:50:09.675172 [ 3 ] {045c8710-7188-4576-b9df-a4573b8b525f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5774 | 2024.05.13 20:50:09.675189 [ 3 ] {} <Debug> HTTP-Session: 5e698411-944d-4747-a2ca-ce3392f69a54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5775 | 2024.05.13 20:50:09.675355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5776 | 2024.05.13 20:50:09.675404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5777 | 2024.05.13 20:50:09.675423 [ 3 ] {} <Debug> HTTP-Session: 95eae02e-cfcf-4ea6-a8f9-dc1768dc2238 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5778 | 2024.05.13 20:50:09.675439 [ 3 ] {} <Debug> HTTP-Session: 95eae02e-cfcf-4ea6-a8f9-dc1768dc2238 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5779 | 2024.05.13 20:50:09.675454 [ 3 ] {} <Debug> HTTP-Session: 95eae02e-cfcf-4ea6-a8f9-dc1768dc2238 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5780 | 2024.05.13 20:50:09.675485 [ 3 ] {} <Trace> HTTP-Session: 95eae02e-cfcf-4ea6-a8f9-dc1768dc2238 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5781 | 2024.05.13 20:50:09.675580 [ 3 ] {238ef420-06ce-4eeb-b9e1-dc4e6cc63036} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5782 | 2024.05.13 20:50:09.675625 [ 3 ] {238ef420-06ce-4eeb-b9e1-dc4e6cc63036} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5783 | 2024.05.13 20:50:09.675771 [ 3 ] {238ef420-06ce-4eeb-b9e1-dc4e6cc63036} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5784 | 2024.05.13 20:50:09.676074 [ 3 ] {238ef420-06ce-4eeb-b9e1-dc4e6cc63036} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5785 | 2024.05.13 20:50:09.676111 [ 3 ] {238ef420-06ce-4eeb-b9e1-dc4e6cc63036} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
5786 | 2024.05.13 20:50:09.676401 [ 3 ] {238ef420-06ce-4eeb-b9e1-dc4e6cc63036} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5787 | 2024.05.13 20:50:09.676700 [ 3 ] {238ef420-06ce-4eeb-b9e1-dc4e6cc63036} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5788 | 2024.05.13 20:50:09.676856 [ 3 ] {238ef420-06ce-4eeb-b9e1-dc4e6cc63036} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001296 sec., 1543.2098765432097 rows/sec., 125.84 KiB/sec. | ||
5789 | 2024.05.13 20:50:09.677019 [ 3 ] {238ef420-06ce-4eeb-b9e1-dc4e6cc63036} <Debug> DynamicQueryHandler: Done processing query | ||
5790 | 2024.05.13 20:50:09.677043 [ 3 ] {238ef420-06ce-4eeb-b9e1-dc4e6cc63036} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5791 | 2024.05.13 20:50:09.677058 [ 3 ] {} <Debug> HTTP-Session: 95eae02e-cfcf-4ea6-a8f9-dc1768dc2238 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5792 | 2024.05.13 20:50:09.677195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12517, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5793 | 2024.05.13 20:50:09.677242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5794 | 2024.05.13 20:50:09.677262 [ 3 ] {} <Debug> HTTP-Session: 5a13a8e7-deb2-4751-90fb-711ae0f27537 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5795 | 2024.05.13 20:50:09.677278 [ 3 ] {} <Debug> HTTP-Session: 5a13a8e7-deb2-4751-90fb-711ae0f27537 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5796 | 2024.05.13 20:50:09.677292 [ 3 ] {} <Debug> HTTP-Session: 5a13a8e7-deb2-4751-90fb-711ae0f27537 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5797 | 2024.05.13 20:50:09.677322 [ 3 ] {} <Trace> HTTP-Session: 5a13a8e7-deb2-4751-90fb-711ae0f27537 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5798 | 2024.05.13 20:50:09.677438 [ 3 ] {078b4fbc-4fdf-4a40-af1c-4eabc19bcc6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5799 | 2024.05.13 20:50:09.677481 [ 3 ] {078b4fbc-4fdf-4a40-af1c-4eabc19bcc6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5800 | 2024.05.13 20:50:09.677610 [ 3 ] {078b4fbc-4fdf-4a40-af1c-4eabc19bcc6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5801 | 2024.05.13 20:50:09.677953 [ 3 ] {078b4fbc-4fdf-4a40-af1c-4eabc19bcc6c} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5802 | 2024.05.13 20:50:09.677990 [ 3 ] {078b4fbc-4fdf-4a40-af1c-4eabc19bcc6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
5803 | 2024.05.13 20:50:09.678287 [ 3 ] {078b4fbc-4fdf-4a40-af1c-4eabc19bcc6c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5804 | 2024.05.13 20:50:09.678583 [ 3 ] {078b4fbc-4fdf-4a40-af1c-4eabc19bcc6c} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5805 | 2024.05.13 20:50:09.678736 [ 113 ] {} <Debug> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5806 | 2024.05.13 20:50:09.678740 [ 3 ] {078b4fbc-4fdf-4a40-af1c-4eabc19bcc6c} <Debug> executeQuery: Read 87 rows, 7.20 KiB in 0.001339 sec., 64973.86109036595 rows/sec., 5.25 MiB/sec. | ||
5807 | 2024.05.13 20:50:09.678831 [ 113 ] {} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5808 | 2024.05.13 20:50:09.678899 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
5809 | 2024.05.13 20:50:09.679055 [ 3 ] {078b4fbc-4fdf-4a40-af1c-4eabc19bcc6c} <Debug> DynamicQueryHandler: Done processing query | ||
5810 | 2024.05.13 20:50:09.679067 [ 195 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::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 | ||
5811 | 2024.05.13 20:50:09.679087 [ 3 ] {078b4fbc-4fdf-4a40-af1c-4eabc19bcc6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5812 | 2024.05.13 20:50:09.679117 [ 3 ] {} <Debug> HTTP-Session: 5a13a8e7-deb2-4751-90fb-711ae0f27537 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5813 | 2024.05.13 20:50:09.679216 [ 195 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5814 | 2024.05.13 20:50:09.679254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5815 | 2024.05.13 20:50:09.679261 [ 195 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 191 rows starting from the beginning of the part | ||
5816 | 2024.05.13 20:50:09.679306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5817 | 2024.05.13 20:50:09.679328 [ 3 ] {} <Debug> HTTP-Session: 824395e6-f4fd-4b48-a666-d245d2dcf32e Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5818 | 2024.05.13 20:50:09.679358 [ 3 ] {} <Debug> HTTP-Session: 824395e6-f4fd-4b48-a666-d245d2dcf32e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5819 | 2024.05.13 20:50:09.679421 [ 3 ] {} <Debug> HTTP-Session: 824395e6-f4fd-4b48-a666-d245d2dcf32e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5820 | 2024.05.13 20:50:09.679439 [ 195 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 86 rows starting from the beginning of the part | ||
5821 | 2024.05.13 20:50:09.679544 [ 3 ] {} <Trace> HTTP-Session: 824395e6-f4fd-4b48-a666-d245d2dcf32e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5822 | 2024.05.13 20:50:09.679822 [ 195 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 119 rows starting from the beginning of the part | ||
5823 | 2024.05.13 20:50:09.679904 [ 3 ] {eb81a2e4-8a95-400f-87e1-f64f028ac2b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5824 | 2024.05.13 20:50:09.680076 [ 3 ] {eb81a2e4-8a95-400f-87e1-f64f028ac2b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5825 | 2024.05.13 20:50:09.680124 [ 195 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 86 rows starting from the beginning of the part | ||
5826 | 2024.05.13 20:50:09.680450 [ 195 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 120 rows starting from the beginning of the part | ||
5827 | 2024.05.13 20:50:09.680820 [ 195 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 87 rows starting from the beginning of the part | ||
5828 | 2024.05.13 20:50:09.681282 [ 3 ] {eb81a2e4-8a95-400f-87e1-f64f028ac2b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5829 | 2024.05.13 20:50:09.681700 [ 3 ] {eb81a2e4-8a95-400f-87e1-f64f028ac2b0} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5830 | 2024.05.13 20:50:09.681749 [ 3 ] {eb81a2e4-8a95-400f-87e1-f64f028ac2b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
5831 | 2024.05.13 20:50:09.682261 [ 3 ] {eb81a2e4-8a95-400f-87e1-f64f028ac2b0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5832 | 2024.05.13 20:50:09.682610 [ 188 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 689 rows, containing 4 columns (4 merged, 0 gathered) in 0.003606764 sec., 191029.96481056148 rows/sec., 15.64 MiB/sec. | ||
5833 | 2024.05.13 20:50:09.682677 [ 3 ] {eb81a2e4-8a95-400f-87e1-f64f028ac2b0} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5834 | 2024.05.13 20:50:09.682941 [ 188 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5835 | 2024.05.13 20:50:09.682953 [ 3 ] {eb81a2e4-8a95-400f-87e1-f64f028ac2b0} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003156 sec., 633.7135614702155 rows/sec., 44.25 KiB/sec. | ||
5836 | 2024.05.13 20:50:09.683274 [ 3 ] {eb81a2e4-8a95-400f-87e1-f64f028ac2b0} <Debug> DynamicQueryHandler: Done processing query | ||
5837 | 2024.05.13 20:50:09.683349 [ 3 ] {eb81a2e4-8a95-400f-87e1-f64f028ac2b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5838 | 2024.05.13 20:50:09.683429 [ 3 ] {} <Debug> HTTP-Session: 824395e6-f4fd-4b48-a666-d245d2dcf32e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5839 | 2024.05.13 20:50:09.683618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5840 | 2024.05.13 20:50:09.683689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5841 | 2024.05.13 20:50:09.683733 [ 3 ] {} <Debug> HTTP-Session: f62e0a99-8c53-4c48-9511-99e54335f905 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5842 | 2024.05.13 20:50:09.683754 [ 188 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_36_7} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5843 | 2024.05.13 20:50:09.683768 [ 3 ] {} <Debug> HTTP-Session: f62e0a99-8c53-4c48-9511-99e54335f905 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5844 | 2024.05.13 20:50:09.683819 [ 3 ] {} <Debug> HTTP-Session: f62e0a99-8c53-4c48-9511-99e54335f905 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5845 | 2024.05.13 20:50:09.683895 [ 3 ] {} <Trace> HTTP-Session: f62e0a99-8c53-4c48-9511-99e54335f905 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5846 | 2024.05.13 20:50:09.683938 [ 188 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_36_7} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5847 | 2024.05.13 20:50:09.684080 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
5848 | 2024.05.13 20:50:09.684092 [ 3 ] {7b063fd1-863c-431d-ad7e-3c7878d323b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5849 | 2024.05.13 20:50:09.684154 [ 3 ] {7b063fd1-863c-431d-ad7e-3c7878d323b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5850 | 2024.05.13 20:50:09.684299 [ 3 ] {7b063fd1-863c-431d-ad7e-3c7878d323b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5851 | 2024.05.13 20:50:09.684645 [ 3 ] {7b063fd1-863c-431d-ad7e-3c7878d323b3} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5852 | 2024.05.13 20:50:09.684681 [ 3 ] {7b063fd1-863c-431d-ad7e-3c7878d323b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
5853 | 2024.05.13 20:50:09.684989 [ 3 ] {7b063fd1-863c-431d-ad7e-3c7878d323b3} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5854 | 2024.05.13 20:50:09.685296 [ 3 ] {7b063fd1-863c-431d-ad7e-3c7878d323b3} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5855 | 2024.05.13 20:50:09.685447 [ 113 ] {} <Debug> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5856 | 2024.05.13 20:50:09.685456 [ 3 ] {7b063fd1-863c-431d-ad7e-3c7878d323b3} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001451 sec., 52377.6705720193 rows/sec., 4.09 MiB/sec. | ||
5857 | 2024.05.13 20:50:09.685507 [ 113 ] {} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5858 | 2024.05.13 20:50:09.685569 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
5859 | 2024.05.13 20:50:09.685730 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::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 | ||
5860 | 2024.05.13 20:50:09.685751 [ 3 ] {7b063fd1-863c-431d-ad7e-3c7878d323b3} <Debug> DynamicQueryHandler: Done processing query | ||
5861 | 2024.05.13 20:50:09.685798 [ 3 ] {7b063fd1-863c-431d-ad7e-3c7878d323b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5862 | 2024.05.13 20:50:09.685846 [ 3 ] {} <Debug> HTTP-Session: f62e0a99-8c53-4c48-9511-99e54335f905 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5863 | 2024.05.13 20:50:09.685955 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5864 | 2024.05.13 20:50:09.685993 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 149 rows starting from the beginning of the part | ||
5865 | 2024.05.13 20:50:09.686154 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 74 rows starting from the beginning of the part | ||
5866 | 2024.05.13 20:50:09.686166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5867 | 2024.05.13 20:50:09.686384 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 85 rows starting from the beginning of the part | ||
5868 | 2024.05.13 20:50:09.686385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5869 | 2024.05.13 20:50:09.686500 [ 3 ] {} <Debug> HTTP-Session: 570db752-cd5a-4b4d-99c6-62012b83a1da Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5870 | 2024.05.13 20:50:09.686620 [ 3 ] {} <Debug> HTTP-Session: 570db752-cd5a-4b4d-99c6-62012b83a1da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5871 | 2024.05.13 20:50:09.686652 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 74 rows starting from the beginning of the part | ||
5872 | 2024.05.13 20:50:09.686690 [ 3 ] {} <Debug> HTTP-Session: 570db752-cd5a-4b4d-99c6-62012b83a1da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5873 | 2024.05.13 20:50:09.686882 [ 3 ] {} <Trace> HTTP-Session: 570db752-cd5a-4b4d-99c6-62012b83a1da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5874 | 2024.05.13 20:50:09.686906 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 87 rows starting from the beginning of the part | ||
5875 | 2024.05.13 20:50:09.687054 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 76 rows starting from the beginning of the part | ||
5876 | 2024.05.13 20:50:09.687421 [ 3 ] {3fa2292a-6a0e-4486-ba82-638316e3f38a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5877 | 2024.05.13 20:50:09.687553 [ 3 ] {3fa2292a-6a0e-4486-ba82-638316e3f38a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5878 | 2024.05.13 20:50:09.688060 [ 3 ] {3fa2292a-6a0e-4486-ba82-638316e3f38a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5879 | 2024.05.13 20:50:09.689126 [ 3 ] {3fa2292a-6a0e-4486-ba82-638316e3f38a} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5880 | 2024.05.13 20:50:09.689192 [ 3 ] {3fa2292a-6a0e-4486-ba82-638316e3f38a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
5881 | 2024.05.13 20:50:09.689755 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 545 rows, containing 4 columns (4 merged, 0 gathered) in 0.004097219 sec., 133017.05376256432 rows/sec., 10.39 MiB/sec. | ||
5882 | 2024.05.13 20:50:09.689974 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5883 | 2024.05.13 20:50:09.690155 [ 3 ] {3fa2292a-6a0e-4486-ba82-638316e3f38a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5884 | 2024.05.13 20:50:09.690754 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_36_7} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5885 | 2024.05.13 20:50:09.690911 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_36_7} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5886 | 2024.05.13 20:50:09.690984 [ 3 ] {3fa2292a-6a0e-4486-ba82-638316e3f38a} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5887 | 2024.05.13 20:50:09.691061 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
5888 | 2024.05.13 20:50:09.691239 [ 3 ] {3fa2292a-6a0e-4486-ba82-638316e3f38a} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004089 sec., 39373.93005624847 rows/sec., 2.74 MiB/sec. | ||
5889 | 2024.05.13 20:50:09.691247 [ 113 ] {} <Debug> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5890 | 2024.05.13 20:50:09.691351 [ 113 ] {} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5891 | 2024.05.13 20:50:09.691423 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
5892 | 2024.05.13 20:50:09.691621 [ 3 ] {3fa2292a-6a0e-4486-ba82-638316e3f38a} <Debug> DynamicQueryHandler: Done processing query | ||
5893 | 2024.05.13 20:50:09.691708 [ 3 ] {3fa2292a-6a0e-4486-ba82-638316e3f38a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5894 | 2024.05.13 20:50:09.691790 [ 3 ] {} <Debug> HTTP-Session: 570db752-cd5a-4b4d-99c6-62012b83a1da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5895 | 2024.05.13 20:50:09.691848 [ 188 ] {313178d0-1e86-4864-8af4-8d959655e5c5::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 | ||
5896 | 2024.05.13 20:50:09.692046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10759, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5897 | 2024.05.13 20:50:09.692223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5898 | 2024.05.13 20:50:09.692317 [ 3 ] {} <Debug> HTTP-Session: 716e9eb1-a218-46d7-b9c5-77e564099e5b Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5899 | 2024.05.13 20:50:09.692402 [ 3 ] {} <Debug> HTTP-Session: 716e9eb1-a218-46d7-b9c5-77e564099e5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5900 | 2024.05.13 20:50:09.692460 [ 3 ] {} <Debug> HTTP-Session: 716e9eb1-a218-46d7-b9c5-77e564099e5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5901 | 2024.05.13 20:50:09.692506 [ 188 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5902 | 2024.05.13 20:50:09.692527 [ 3 ] {} <Trace> HTTP-Session: 716e9eb1-a218-46d7-b9c5-77e564099e5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5903 | 2024.05.13 20:50:09.692588 [ 188 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 4934 rows starting from the beginning of the part | ||
5904 | 2024.05.13 20:50:09.692873 [ 188 ] {313178d0-1e86-4864-8af4-8d959655e5c5::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 | ||
5905 | 2024.05.13 20:50:09.692896 [ 3 ] {7c19253d-abe4-4590-bb14-3cb08873fee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5906 | 2024.05.13 20:50:09.693095 [ 3 ] {7c19253d-abe4-4590-bb14-3cb08873fee3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5907 | 2024.05.13 20:50:09.693213 [ 188 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
5908 | 2024.05.13 20:50:09.693619 [ 188 ] {313178d0-1e86-4864-8af4-8d959655e5c5::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 | ||
5909 | 2024.05.13 20:50:09.694003 [ 188 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 161 rows starting from the beginning of the part | ||
5910 | 2024.05.13 20:50:09.694362 [ 188 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 161 rows starting from the beginning of the part | ||
5911 | 2024.05.13 20:50:09.694656 [ 3 ] {7c19253d-abe4-4590-bb14-3cb08873fee3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5912 | 2024.05.13 20:50:09.695672 [ 3 ] {7c19253d-abe4-4590-bb14-3cb08873fee3} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5913 | 2024.05.13 20:50:09.695728 [ 3 ] {7c19253d-abe4-4590-bb14-3cb08873fee3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
5914 | 2024.05.13 20:50:09.696543 [ 3 ] {7c19253d-abe4-4590-bb14-3cb08873fee3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5915 | 2024.05.13 20:50:09.697495 [ 3 ] {7c19253d-abe4-4590-bb14-3cb08873fee3} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5916 | 2024.05.13 20:50:09.697760 [ 3 ] {7c19253d-abe4-4590-bb14-3cb08873fee3} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.005079 sec., 1968.8915140775744 rows/sec., 2.66 MiB/sec. | ||
5917 | 2024.05.13 20:50:09.698016 [ 3 ] {7c19253d-abe4-4590-bb14-3cb08873fee3} <Debug> DynamicQueryHandler: Done processing query | ||
5918 | 2024.05.13 20:50:09.698040 [ 3 ] {7c19253d-abe4-4590-bb14-3cb08873fee3} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5919 | 2024.05.13 20:50:09.698057 [ 3 ] {} <Debug> HTTP-Session: 716e9eb1-a218-46d7-b9c5-77e564099e5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5920 | 2024.05.13 20:50:09.698197 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5921 | 2024.05.13 20:50:09.698246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5922 | 2024.05.13 20:50:09.698265 [ 3 ] {} <Debug> HTTP-Session: 23d21817-bc1b-4cf1-81f7-41fdd3e1412a Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5923 | 2024.05.13 20:50:09.698281 [ 3 ] {} <Debug> HTTP-Session: 23d21817-bc1b-4cf1-81f7-41fdd3e1412a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5924 | 2024.05.13 20:50:09.698296 [ 3 ] {} <Debug> HTTP-Session: 23d21817-bc1b-4cf1-81f7-41fdd3e1412a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5925 | 2024.05.13 20:50:09.698327 [ 3 ] {} <Trace> HTTP-Session: 23d21817-bc1b-4cf1-81f7-41fdd3e1412a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5926 | 2024.05.13 20:50:09.698640 [ 3 ] {1655c52d-2118-45f3-ad34-c0df95cabd0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5927 | 2024.05.13 20:50:09.698651 [ 188 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5736 rows, containing 5 columns (5 merged, 0 gathered) in 0.007111597 sec., 806569.8885918311 rows/sec., 56.07 MiB/sec. | ||
5928 | 2024.05.13 20:50:09.698705 [ 3 ] {1655c52d-2118-45f3-ad34-c0df95cabd0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5929 | 2024.05.13 20:50:09.698870 [ 3 ] {1655c52d-2118-45f3-ad34-c0df95cabd0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5930 | 2024.05.13 20:50:09.699040 [ 188 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5931 | 2024.05.13 20:50:09.699433 [ 3 ] {1655c52d-2118-45f3-ad34-c0df95cabd0d} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5932 | 2024.05.13 20:50:09.699521 [ 3 ] {1655c52d-2118-45f3-ad34-c0df95cabd0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
5933 | 2024.05.13 20:50:09.700014 [ 188 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5934 | 2024.05.13 20:50:09.700227 [ 188 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5935 | 2024.05.13 20:50:09.700343 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.30 MiB. | ||
5936 | 2024.05.13 20:50:09.700354 [ 3 ] {1655c52d-2118-45f3-ad34-c0df95cabd0d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5937 | 2024.05.13 20:50:09.700698 [ 3 ] {1655c52d-2118-45f3-ad34-c0df95cabd0d} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5938 | 2024.05.13 20:50:09.700867 [ 3 ] {1655c52d-2118-45f3-ad34-c0df95cabd0d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002372 sec., 25295.109612141652 rows/sec., 1.70 MiB/sec. | ||
5939 | 2024.05.13 20:50:09.700867 [ 113 ] {} <Debug> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5940 | 2024.05.13 20:50:09.700968 [ 113 ] {} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5941 | 2024.05.13 20:50:09.701031 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
5942 | 2024.05.13 20:50:09.701189 [ 3 ] {1655c52d-2118-45f3-ad34-c0df95cabd0d} <Debug> DynamicQueryHandler: Done processing query | ||
5943 | 2024.05.13 20:50:09.701269 [ 3 ] {1655c52d-2118-45f3-ad34-c0df95cabd0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5944 | 2024.05.13 20:50:09.701329 [ 3 ] {} <Debug> HTTP-Session: 23d21817-bc1b-4cf1-81f7-41fdd3e1412a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5945 | 2024.05.13 20:50:09.701319 [ 201 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
5946 | 2024.05.13 20:50:09.701694 [ 201 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5947 | 2024.05.13 20:50:09.701724 [ 201 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1472 rows starting from the beginning of the part | ||
5948 | 2024.05.13 20:50:09.701793 [ 201 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
5949 | 2024.05.13 20:50:09.701880 [ 201 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
5950 | 2024.05.13 20:50:09.702063 [ 201 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
5951 | 2024.05.13 20:50:09.702218 [ 201 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
5952 | 2024.05.13 20:50:09.702382 [ 201 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
5953 | 2024.05.13 20:50:09.703719 [ 196 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1772 rows, containing 4 columns (4 merged, 0 gathered) in 0.002622325 sec., 675736.2264402772 rows/sec., 46.12 MiB/sec. | ||
5954 | 2024.05.13 20:50:09.703962 [ 201 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5955 | 2024.05.13 20:50:09.704325 [ 201 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_36_7} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5956 | 2024.05.13 20:50:09.704396 [ 201 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_36_7} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5957 | 2024.05.13 20:50:09.704462 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
5958 | 2024.05.13 20:50:12.830427 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5959 | 2024.05.13 20:50:12.830516 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5960 | 2024.05.13 20:50:14.673724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5961 | 2024.05.13 20:50:14.673834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5962 | 2024.05.13 20:50:14.673859 [ 3 ] {} <Debug> HTTP-Session: 577e04ea-bc31-472c-a1b5-30f955317719 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5963 | 2024.05.13 20:50:14.673883 [ 3 ] {} <Debug> HTTP-Session: 577e04ea-bc31-472c-a1b5-30f955317719 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5964 | 2024.05.13 20:50:14.673897 [ 3 ] {} <Debug> HTTP-Session: 577e04ea-bc31-472c-a1b5-30f955317719 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5965 | 2024.05.13 20:50:14.673944 [ 3 ] {} <Trace> HTTP-Session: 577e04ea-bc31-472c-a1b5-30f955317719 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5966 | 2024.05.13 20:50:14.674130 [ 3 ] {7ca9a232-5e31-4367-9b32-5530264182fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5967 | 2024.05.13 20:50:14.674197 [ 3 ] {7ca9a232-5e31-4367-9b32-5530264182fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5968 | 2024.05.13 20:50:14.674384 [ 3 ] {7ca9a232-5e31-4367-9b32-5530264182fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5969 | 2024.05.13 20:50:14.674796 [ 3 ] {7ca9a232-5e31-4367-9b32-5530264182fa} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5970 | 2024.05.13 20:50:14.674839 [ 3 ] {7ca9a232-5e31-4367-9b32-5530264182fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
5971 | 2024.05.13 20:50:14.675201 [ 3 ] {7ca9a232-5e31-4367-9b32-5530264182fa} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5972 | 2024.05.13 20:50:14.675536 [ 3 ] {7ca9a232-5e31-4367-9b32-5530264182fa} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5973 | 2024.05.13 20:50:14.675704 [ 3 ] {7ca9a232-5e31-4367-9b32-5530264182fa} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001628 sec., 12899.262899262898 rows/sec., 1.02 MiB/sec. | ||
5974 | 2024.05.13 20:50:14.675895 [ 3 ] {7ca9a232-5e31-4367-9b32-5530264182fa} <Debug> DynamicQueryHandler: Done processing query | ||
5975 | 2024.05.13 20:50:14.675921 [ 3 ] {7ca9a232-5e31-4367-9b32-5530264182fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5976 | 2024.05.13 20:50:14.675938 [ 3 ] {} <Debug> HTTP-Session: 577e04ea-bc31-472c-a1b5-30f955317719 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5977 | 2024.05.13 20:50:14.676080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5978 | 2024.05.13 20:50:14.676136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5979 | 2024.05.13 20:50:14.676157 [ 3 ] {} <Debug> HTTP-Session: 45c10eff-870a-4b08-b651-d8e75b4ca0f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5980 | 2024.05.13 20:50:14.676174 [ 3 ] {} <Debug> HTTP-Session: 45c10eff-870a-4b08-b651-d8e75b4ca0f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5981 | 2024.05.13 20:50:14.676188 [ 3 ] {} <Debug> HTTP-Session: 45c10eff-870a-4b08-b651-d8e75b4ca0f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5982 | 2024.05.13 20:50:14.676219 [ 3 ] {} <Trace> HTTP-Session: 45c10eff-870a-4b08-b651-d8e75b4ca0f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5983 | 2024.05.13 20:50:14.676335 [ 3 ] {b48d5ad7-6570-4567-8fa4-0a1ada23170d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5984 | 2024.05.13 20:50:14.676380 [ 3 ] {b48d5ad7-6570-4567-8fa4-0a1ada23170d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5985 | 2024.05.13 20:50:14.676523 [ 3 ] {b48d5ad7-6570-4567-8fa4-0a1ada23170d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5986 | 2024.05.13 20:50:14.676805 [ 3 ] {b48d5ad7-6570-4567-8fa4-0a1ada23170d} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5987 | 2024.05.13 20:50:14.676841 [ 3 ] {b48d5ad7-6570-4567-8fa4-0a1ada23170d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
5988 | 2024.05.13 20:50:14.677141 [ 3 ] {b48d5ad7-6570-4567-8fa4-0a1ada23170d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5989 | 2024.05.13 20:50:14.677442 [ 3 ] {b48d5ad7-6570-4567-8fa4-0a1ada23170d} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5990 | 2024.05.13 20:50:14.677601 [ 3 ] {b48d5ad7-6570-4567-8fa4-0a1ada23170d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00129 sec., 1550.387596899225 rows/sec., 126.42 KiB/sec. | ||
5991 | 2024.05.13 20:50:14.677753 [ 3 ] {b48d5ad7-6570-4567-8fa4-0a1ada23170d} <Debug> DynamicQueryHandler: Done processing query | ||
5992 | 2024.05.13 20:50:14.677777 [ 3 ] {b48d5ad7-6570-4567-8fa4-0a1ada23170d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5993 | 2024.05.13 20:50:14.677792 [ 3 ] {} <Debug> HTTP-Session: 45c10eff-870a-4b08-b651-d8e75b4ca0f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5994 | 2024.05.13 20:50:14.677941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5995 | 2024.05.13 20:50:14.678000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5996 | 2024.05.13 20:50:14.678021 [ 3 ] {} <Debug> HTTP-Session: 34b8cc39-0efa-4670-9b6b-54287bd9781f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
5997 | 2024.05.13 20:50:14.678037 [ 3 ] {} <Debug> HTTP-Session: 34b8cc39-0efa-4670-9b6b-54287bd9781f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5998 | 2024.05.13 20:50:14.678051 [ 3 ] {} <Debug> HTTP-Session: 34b8cc39-0efa-4670-9b6b-54287bd9781f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5999 | 2024.05.13 20:50:14.678083 [ 3 ] {} <Trace> HTTP-Session: 34b8cc39-0efa-4670-9b6b-54287bd9781f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6000 | 2024.05.13 20:50:14.678229 [ 3 ] {d1d25157-f72e-45e9-8efe-16fa0b93cc09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6001 | 2024.05.13 20:50:14.678274 [ 3 ] {d1d25157-f72e-45e9-8efe-16fa0b93cc09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6002 | 2024.05.13 20:50:14.678403 [ 3 ] {d1d25157-f72e-45e9-8efe-16fa0b93cc09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6003 | 2024.05.13 20:50:14.678794 [ 3 ] {d1d25157-f72e-45e9-8efe-16fa0b93cc09} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6004 | 2024.05.13 20:50:14.678832 [ 3 ] {d1d25157-f72e-45e9-8efe-16fa0b93cc09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6005 | 2024.05.13 20:50:14.679159 [ 3 ] {d1d25157-f72e-45e9-8efe-16fa0b93cc09} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6006 | 2024.05.13 20:50:14.679482 [ 3 ] {d1d25157-f72e-45e9-8efe-16fa0b93cc09} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6007 | 2024.05.13 20:50:14.679633 [ 3 ] {d1d25157-f72e-45e9-8efe-16fa0b93cc09} <Debug> executeQuery: Read 156 rows, 12.97 KiB in 0.001457 sec., 107069.32052161977 rows/sec., 8.70 MiB/sec. | ||
6008 | 2024.05.13 20:50:14.679924 [ 3 ] {d1d25157-f72e-45e9-8efe-16fa0b93cc09} <Debug> DynamicQueryHandler: Done processing query | ||
6009 | 2024.05.13 20:50:14.679967 [ 3 ] {d1d25157-f72e-45e9-8efe-16fa0b93cc09} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6010 | 2024.05.13 20:50:14.679983 [ 3 ] {} <Debug> HTTP-Session: 34b8cc39-0efa-4670-9b6b-54287bd9781f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6011 | 2024.05.13 20:50:14.680111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6012 | 2024.05.13 20:50:14.680162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6013 | 2024.05.13 20:50:14.680182 [ 3 ] {} <Debug> HTTP-Session: aad9e7a9-f986-4b4a-b23a-ae962bf062df Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6014 | 2024.05.13 20:50:14.680199 [ 3 ] {} <Debug> HTTP-Session: aad9e7a9-f986-4b4a-b23a-ae962bf062df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6015 | 2024.05.13 20:50:14.680212 [ 3 ] {} <Debug> HTTP-Session: aad9e7a9-f986-4b4a-b23a-ae962bf062df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6016 | 2024.05.13 20:50:14.680243 [ 3 ] {} <Trace> HTTP-Session: aad9e7a9-f986-4b4a-b23a-ae962bf062df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6017 | 2024.05.13 20:50:14.680338 [ 3 ] {34b22d98-5ab3-4d25-bbd4-1751e1d97afb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6018 | 2024.05.13 20:50:14.680382 [ 3 ] {34b22d98-5ab3-4d25-bbd4-1751e1d97afb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6019 | 2024.05.13 20:50:14.680526 [ 3 ] {34b22d98-5ab3-4d25-bbd4-1751e1d97afb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6020 | 2024.05.13 20:50:14.680803 [ 3 ] {34b22d98-5ab3-4d25-bbd4-1751e1d97afb} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6021 | 2024.05.13 20:50:14.680841 [ 3 ] {34b22d98-5ab3-4d25-bbd4-1751e1d97afb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6022 | 2024.05.13 20:50:14.681149 [ 3 ] {34b22d98-5ab3-4d25-bbd4-1751e1d97afb} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6023 | 2024.05.13 20:50:14.681456 [ 3 ] {34b22d98-5ab3-4d25-bbd4-1751e1d97afb} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6024 | 2024.05.13 20:50:14.681608 [ 3 ] {34b22d98-5ab3-4d25-bbd4-1751e1d97afb} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001285 sec., 1556.4202334630352 rows/sec., 108.68 KiB/sec. | ||
6025 | 2024.05.13 20:50:14.681906 [ 3 ] {34b22d98-5ab3-4d25-bbd4-1751e1d97afb} <Debug> DynamicQueryHandler: Done processing query | ||
6026 | 2024.05.13 20:50:14.681932 [ 3 ] {34b22d98-5ab3-4d25-bbd4-1751e1d97afb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6027 | 2024.05.13 20:50:14.681948 [ 3 ] {} <Debug> HTTP-Session: aad9e7a9-f986-4b4a-b23a-ae962bf062df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6028 | 2024.05.13 20:50:14.682078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 18827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6029 | 2024.05.13 20:50:14.682125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6030 | 2024.05.13 20:50:14.682144 [ 3 ] {} <Debug> HTTP-Session: 3bf75eba-07ba-42d9-9200-8022f8c203e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6031 | 2024.05.13 20:50:14.682160 [ 3 ] {} <Debug> HTTP-Session: 3bf75eba-07ba-42d9-9200-8022f8c203e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6032 | 2024.05.13 20:50:14.682174 [ 3 ] {} <Debug> HTTP-Session: 3bf75eba-07ba-42d9-9200-8022f8c203e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6033 | 2024.05.13 20:50:14.682204 [ 3 ] {} <Trace> HTTP-Session: 3bf75eba-07ba-42d9-9200-8022f8c203e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6034 | 2024.05.13 20:50:14.682329 [ 3 ] {32631c02-de43-4d6c-9ccc-31c5a65b029d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6035 | 2024.05.13 20:50:14.682374 [ 3 ] {32631c02-de43-4d6c-9ccc-31c5a65b029d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6036 | 2024.05.13 20:50:14.682517 [ 3 ] {32631c02-de43-4d6c-9ccc-31c5a65b029d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6037 | 2024.05.13 20:50:14.682882 [ 3 ] {32631c02-de43-4d6c-9ccc-31c5a65b029d} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6038 | 2024.05.13 20:50:14.682920 [ 3 ] {32631c02-de43-4d6c-9ccc-31c5a65b029d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6039 | 2024.05.13 20:50:14.683240 [ 3 ] {32631c02-de43-4d6c-9ccc-31c5a65b029d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6040 | 2024.05.13 20:50:14.683542 [ 3 ] {32631c02-de43-4d6c-9ccc-31c5a65b029d} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6041 | 2024.05.13 20:50:14.683688 [ 3 ] {32631c02-de43-4d6c-9ccc-31c5a65b029d} <Debug> executeQuery: Read 111 rows, 8.86 KiB in 0.001406 sec., 78947.36842105264 rows/sec., 6.15 MiB/sec. | ||
6042 | 2024.05.13 20:50:14.683850 [ 3 ] {32631c02-de43-4d6c-9ccc-31c5a65b029d} <Debug> DynamicQueryHandler: Done processing query | ||
6043 | 2024.05.13 20:50:14.683875 [ 3 ] {32631c02-de43-4d6c-9ccc-31c5a65b029d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6044 | 2024.05.13 20:50:14.683892 [ 3 ] {} <Debug> HTTP-Session: 3bf75eba-07ba-42d9-9200-8022f8c203e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6045 | 2024.05.13 20:50:14.684084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 37782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6046 | 2024.05.13 20:50:14.684134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6047 | 2024.05.13 20:50:14.684152 [ 3 ] {} <Debug> HTTP-Session: 4313935d-334c-4669-a8b2-e7d8165540f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6048 | 2024.05.13 20:50:14.684169 [ 3 ] {} <Debug> HTTP-Session: 4313935d-334c-4669-a8b2-e7d8165540f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6049 | 2024.05.13 20:50:14.684182 [ 3 ] {} <Debug> HTTP-Session: 4313935d-334c-4669-a8b2-e7d8165540f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6050 | 2024.05.13 20:50:14.684213 [ 3 ] {} <Trace> HTTP-Session: 4313935d-334c-4669-a8b2-e7d8165540f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6051 | 2024.05.13 20:50:14.684378 [ 3 ] {21cfddaa-4cda-4742-b0af-11aca09fd2c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6052 | 2024.05.13 20:50:14.684425 [ 3 ] {21cfddaa-4cda-4742-b0af-11aca09fd2c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6053 | 2024.05.13 20:50:14.684571 [ 3 ] {21cfddaa-4cda-4742-b0af-11aca09fd2c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6054 | 2024.05.13 20:50:14.684966 [ 3 ] {21cfddaa-4cda-4742-b0af-11aca09fd2c4} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6055 | 2024.05.13 20:50:14.685003 [ 3 ] {21cfddaa-4cda-4742-b0af-11aca09fd2c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6056 | 2024.05.13 20:50:14.685401 [ 3 ] {21cfddaa-4cda-4742-b0af-11aca09fd2c4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6057 | 2024.05.13 20:50:14.685741 [ 3 ] {21cfddaa-4cda-4742-b0af-11aca09fd2c4} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6058 | 2024.05.13 20:50:14.685886 [ 3 ] {21cfddaa-4cda-4742-b0af-11aca09fd2c4} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001588 sec., 124055.41561712847 rows/sec., 8.66 MiB/sec. | ||
6059 | 2024.05.13 20:50:14.686043 [ 3 ] {21cfddaa-4cda-4742-b0af-11aca09fd2c4} <Debug> DynamicQueryHandler: Done processing query | ||
6060 | 2024.05.13 20:50:14.686068 [ 3 ] {21cfddaa-4cda-4742-b0af-11aca09fd2c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
6061 | 2024.05.13 20:50:14.686084 [ 3 ] {} <Debug> HTTP-Session: 4313935d-334c-4669-a8b2-e7d8165540f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6062 | 2024.05.13 20:50:14.686216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6063 | 2024.05.13 20:50:14.686263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6064 | 2024.05.13 20:50:14.686282 [ 3 ] {} <Debug> HTTP-Session: c6315efe-7f42-4928-a738-a3a241a02d1c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6065 | 2024.05.13 20:50:14.686297 [ 3 ] {} <Debug> HTTP-Session: c6315efe-7f42-4928-a738-a3a241a02d1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6066 | 2024.05.13 20:50:14.686311 [ 3 ] {} <Debug> HTTP-Session: c6315efe-7f42-4928-a738-a3a241a02d1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6067 | 2024.05.13 20:50:14.686342 [ 3 ] {} <Trace> HTTP-Session: c6315efe-7f42-4928-a738-a3a241a02d1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6068 | 2024.05.13 20:50:14.686549 [ 3 ] {c145a3d6-61eb-4eed-9695-aac3312061a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6069 | 2024.05.13 20:50:14.686598 [ 3 ] {c145a3d6-61eb-4eed-9695-aac3312061a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6070 | 2024.05.13 20:50:14.686755 [ 3 ] {c145a3d6-61eb-4eed-9695-aac3312061a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6071 | 2024.05.13 20:50:14.687169 [ 3 ] {c145a3d6-61eb-4eed-9695-aac3312061a4} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6072 | 2024.05.13 20:50:14.687207 [ 3 ] {c145a3d6-61eb-4eed-9695-aac3312061a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6073 | 2024.05.13 20:50:14.687610 [ 3 ] {c145a3d6-61eb-4eed-9695-aac3312061a4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6074 | 2024.05.13 20:50:14.687955 [ 3 ] {c145a3d6-61eb-4eed-9695-aac3312061a4} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6075 | 2024.05.13 20:50:14.688107 [ 3 ] {c145a3d6-61eb-4eed-9695-aac3312061a4} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001691 sec., 12418.687167356593 rows/sec., 16.76 MiB/sec. | ||
6076 | 2024.05.13 20:50:14.688275 [ 3 ] {c145a3d6-61eb-4eed-9695-aac3312061a4} <Debug> DynamicQueryHandler: Done processing query | ||
6077 | 2024.05.13 20:50:14.688299 [ 3 ] {c145a3d6-61eb-4eed-9695-aac3312061a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
6078 | 2024.05.13 20:50:14.688315 [ 3 ] {} <Debug> HTTP-Session: c6315efe-7f42-4928-a738-a3a241a02d1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6079 | 2024.05.13 20:50:14.688443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6080 | 2024.05.13 20:50:14.688495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6081 | 2024.05.13 20:50:14.688514 [ 3 ] {} <Debug> HTTP-Session: 863766b9-1bef-46fd-bd10-4ea339704746 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6082 | 2024.05.13 20:50:14.688530 [ 3 ] {} <Debug> HTTP-Session: 863766b9-1bef-46fd-bd10-4ea339704746 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6083 | 2024.05.13 20:50:14.688543 [ 3 ] {} <Debug> HTTP-Session: 863766b9-1bef-46fd-bd10-4ea339704746 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6084 | 2024.05.13 20:50:14.688573 [ 3 ] {} <Trace> HTTP-Session: 863766b9-1bef-46fd-bd10-4ea339704746 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6085 | 2024.05.13 20:50:14.688697 [ 3 ] {c9463963-2bea-4515-b02b-d0a8586177bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6086 | 2024.05.13 20:50:14.688743 [ 3 ] {c9463963-2bea-4515-b02b-d0a8586177bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6087 | 2024.05.13 20:50:14.688869 [ 3 ] {c9463963-2bea-4515-b02b-d0a8586177bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6088 | 2024.05.13 20:50:14.689165 [ 3 ] {c9463963-2bea-4515-b02b-d0a8586177bd} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6089 | 2024.05.13 20:50:14.689204 [ 3 ] {c9463963-2bea-4515-b02b-d0a8586177bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6090 | 2024.05.13 20:50:14.689557 [ 3 ] {c9463963-2bea-4515-b02b-d0a8586177bd} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6091 | 2024.05.13 20:50:14.689872 [ 3 ] {c9463963-2bea-4515-b02b-d0a8586177bd} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6092 | 2024.05.13 20:50:14.690024 [ 3 ] {c9463963-2bea-4515-b02b-d0a8586177bd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001365 sec., 43956.04395604396 rows/sec., 2.96 MiB/sec. | ||
6093 | 2024.05.13 20:50:14.690289 [ 3 ] {c9463963-2bea-4515-b02b-d0a8586177bd} <Debug> DynamicQueryHandler: Done processing query | ||
6094 | 2024.05.13 20:50:14.690331 [ 3 ] {c9463963-2bea-4515-b02b-d0a8586177bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6095 | 2024.05.13 20:50:14.690347 [ 3 ] {} <Debug> HTTP-Session: 863766b9-1bef-46fd-bd10-4ea339704746 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6096 | 2024.05.13 20:50:19.672131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6097 | 2024.05.13 20:50:19.672263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6098 | 2024.05.13 20:50:19.672291 [ 3 ] {} <Debug> HTTP-Session: a0dafa5b-8552-4ce4-b74b-cc91fe3e0996 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6099 | 2024.05.13 20:50:19.672318 [ 3 ] {} <Debug> HTTP-Session: a0dafa5b-8552-4ce4-b74b-cc91fe3e0996 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6100 | 2024.05.13 20:50:19.672336 [ 3 ] {} <Debug> HTTP-Session: a0dafa5b-8552-4ce4-b74b-cc91fe3e0996 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6101 | 2024.05.13 20:50:19.672387 [ 3 ] {} <Trace> HTTP-Session: a0dafa5b-8552-4ce4-b74b-cc91fe3e0996 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6102 | 2024.05.13 20:50:19.672586 [ 3 ] {1f26b0cb-0129-4172-9d6d-0503a767863c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6103 | 2024.05.13 20:50:19.672658 [ 3 ] {1f26b0cb-0129-4172-9d6d-0503a767863c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6104 | 2024.05.13 20:50:19.672855 [ 3 ] {1f26b0cb-0129-4172-9d6d-0503a767863c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6105 | 2024.05.13 20:50:19.673269 [ 3 ] {1f26b0cb-0129-4172-9d6d-0503a767863c} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6106 | 2024.05.13 20:50:19.673306 [ 3 ] {1f26b0cb-0129-4172-9d6d-0503a767863c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6107 | 2024.05.13 20:50:19.673656 [ 3 ] {1f26b0cb-0129-4172-9d6d-0503a767863c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6108 | 2024.05.13 20:50:19.673986 [ 3 ] {1f26b0cb-0129-4172-9d6d-0503a767863c} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6109 | 2024.05.13 20:50:19.674124 [ 3 ] {1f26b0cb-0129-4172-9d6d-0503a767863c} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001599 sec., 6253.908692933083 rows/sec., 506.91 KiB/sec. | ||
6110 | 2024.05.13 20:50:19.674306 [ 3 ] {1f26b0cb-0129-4172-9d6d-0503a767863c} <Debug> DynamicQueryHandler: Done processing query | ||
6111 | 2024.05.13 20:50:19.674330 [ 3 ] {1f26b0cb-0129-4172-9d6d-0503a767863c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6112 | 2024.05.13 20:50:19.674346 [ 3 ] {} <Debug> HTTP-Session: a0dafa5b-8552-4ce4-b74b-cc91fe3e0996 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6113 | 2024.05.13 20:50:19.674521 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12383, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6114 | 2024.05.13 20:50:19.674568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6115 | 2024.05.13 20:50:19.674587 [ 3 ] {} <Debug> HTTP-Session: 33cf7625-b666-45c5-8565-6d095e9494da Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6116 | 2024.05.13 20:50:19.674603 [ 3 ] {} <Debug> HTTP-Session: 33cf7625-b666-45c5-8565-6d095e9494da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6117 | 2024.05.13 20:50:19.674617 [ 3 ] {} <Debug> HTTP-Session: 33cf7625-b666-45c5-8565-6d095e9494da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6118 | 2024.05.13 20:50:19.674647 [ 3 ] {} <Trace> HTTP-Session: 33cf7625-b666-45c5-8565-6d095e9494da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6119 | 2024.05.13 20:50:19.674761 [ 3 ] {7005aa8e-c031-4da8-aa17-affd236d22fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6120 | 2024.05.13 20:50:19.674805 [ 3 ] {7005aa8e-c031-4da8-aa17-affd236d22fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6121 | 2024.05.13 20:50:19.674926 [ 3 ] {7005aa8e-c031-4da8-aa17-affd236d22fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6122 | 2024.05.13 20:50:19.675267 [ 3 ] {7005aa8e-c031-4da8-aa17-affd236d22fa} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6123 | 2024.05.13 20:50:19.675302 [ 3 ] {7005aa8e-c031-4da8-aa17-affd236d22fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6124 | 2024.05.13 20:50:19.675610 [ 3 ] {7005aa8e-c031-4da8-aa17-affd236d22fa} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6125 | 2024.05.13 20:50:19.675906 [ 3 ] {7005aa8e-c031-4da8-aa17-affd236d22fa} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6126 | 2024.05.13 20:50:19.676032 [ 3 ] {7005aa8e-c031-4da8-aa17-affd236d22fa} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.001314 sec., 65449.01065449011 rows/sec., 5.30 MiB/sec. | ||
6127 | 2024.05.13 20:50:19.676174 [ 3 ] {7005aa8e-c031-4da8-aa17-affd236d22fa} <Debug> DynamicQueryHandler: Done processing query | ||
6128 | 2024.05.13 20:50:19.676197 [ 3 ] {7005aa8e-c031-4da8-aa17-affd236d22fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6129 | 2024.05.13 20:50:19.676212 [ 3 ] {} <Debug> HTTP-Session: 33cf7625-b666-45c5-8565-6d095e9494da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6130 | 2024.05.13 20:50:19.676416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6131 | 2024.05.13 20:50:19.676468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6132 | 2024.05.13 20:50:19.676487 [ 3 ] {} <Debug> HTTP-Session: d03e6de4-375b-419c-9ea5-b264f3c3b196 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6133 | 2024.05.13 20:50:19.676502 [ 3 ] {} <Debug> HTTP-Session: d03e6de4-375b-419c-9ea5-b264f3c3b196 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6134 | 2024.05.13 20:50:19.676516 [ 3 ] {} <Debug> HTTP-Session: d03e6de4-375b-419c-9ea5-b264f3c3b196 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6135 | 2024.05.13 20:50:19.676546 [ 3 ] {} <Trace> HTTP-Session: d03e6de4-375b-419c-9ea5-b264f3c3b196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6136 | 2024.05.13 20:50:19.676656 [ 3 ] {df4628c1-b9cf-419c-9a6e-a2966fa31ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6137 | 2024.05.13 20:50:19.676697 [ 3 ] {df4628c1-b9cf-419c-9a6e-a2966fa31ecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6138 | 2024.05.13 20:50:19.676817 [ 3 ] {df4628c1-b9cf-419c-9a6e-a2966fa31ecd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6139 | 2024.05.13 20:50:19.677136 [ 3 ] {df4628c1-b9cf-419c-9a6e-a2966fa31ecd} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6140 | 2024.05.13 20:50:19.677170 [ 3 ] {df4628c1-b9cf-419c-9a6e-a2966fa31ecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6141 | 2024.05.13 20:50:19.677477 [ 3 ] {df4628c1-b9cf-419c-9a6e-a2966fa31ecd} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6142 | 2024.05.13 20:50:19.677767 [ 3 ] {df4628c1-b9cf-419c-9a6e-a2966fa31ecd} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6143 | 2024.05.13 20:50:19.677892 [ 3 ] {df4628c1-b9cf-419c-9a6e-a2966fa31ecd} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001276 sec., 57993.73040752351 rows/sec., 4.53 MiB/sec. | ||
6144 | 2024.05.13 20:50:19.678050 [ 3 ] {df4628c1-b9cf-419c-9a6e-a2966fa31ecd} <Debug> DynamicQueryHandler: Done processing query | ||
6145 | 2024.05.13 20:50:19.678073 [ 3 ] {df4628c1-b9cf-419c-9a6e-a2966fa31ecd} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6146 | 2024.05.13 20:50:19.678088 [ 3 ] {} <Debug> HTTP-Session: d03e6de4-375b-419c-9ea5-b264f3c3b196 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6147 | 2024.05.13 20:50:19.678421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6148 | 2024.05.13 20:50:19.678478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6149 | 2024.05.13 20:50:19.678496 [ 3 ] {} <Debug> HTTP-Session: 69fd23f7-e021-4b89-ac6d-1a7b76583606 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6150 | 2024.05.13 20:50:19.678512 [ 3 ] {} <Debug> HTTP-Session: 69fd23f7-e021-4b89-ac6d-1a7b76583606 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6151 | 2024.05.13 20:50:19.678525 [ 3 ] {} <Debug> HTTP-Session: 69fd23f7-e021-4b89-ac6d-1a7b76583606 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6152 | 2024.05.13 20:50:19.678555 [ 3 ] {} <Trace> HTTP-Session: 69fd23f7-e021-4b89-ac6d-1a7b76583606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6153 | 2024.05.13 20:50:19.678691 [ 3 ] {b3d5b56a-1b11-4214-b1f6-e6faff19edc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6154 | 2024.05.13 20:50:19.678736 [ 3 ] {b3d5b56a-1b11-4214-b1f6-e6faff19edc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6155 | 2024.05.13 20:50:19.678877 [ 3 ] {b3d5b56a-1b11-4214-b1f6-e6faff19edc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6156 | 2024.05.13 20:50:19.679242 [ 3 ] {b3d5b56a-1b11-4214-b1f6-e6faff19edc5} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6157 | 2024.05.13 20:50:19.679277 [ 3 ] {b3d5b56a-1b11-4214-b1f6-e6faff19edc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6158 | 2024.05.13 20:50:19.679654 [ 3 ] {b3d5b56a-1b11-4214-b1f6-e6faff19edc5} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6159 | 2024.05.13 20:50:19.679985 [ 3 ] {b3d5b56a-1b11-4214-b1f6-e6faff19edc5} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6160 | 2024.05.13 20:50:19.680114 [ 3 ] {b3d5b56a-1b11-4214-b1f6-e6faff19edc5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001487 sec., 107599.19300605245 rows/sec., 7.49 MiB/sec. | ||
6161 | 2024.05.13 20:50:19.680265 [ 3 ] {b3d5b56a-1b11-4214-b1f6-e6faff19edc5} <Debug> DynamicQueryHandler: Done processing query | ||
6162 | 2024.05.13 20:50:19.680289 [ 3 ] {b3d5b56a-1b11-4214-b1f6-e6faff19edc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6163 | 2024.05.13 20:50:19.680305 [ 3 ] {} <Debug> HTTP-Session: 69fd23f7-e021-4b89-ac6d-1a7b76583606 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6164 | 2024.05.13 20:50:19.680564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10759, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6165 | 2024.05.13 20:50:19.680612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6166 | 2024.05.13 20:50:19.680630 [ 3 ] {} <Debug> HTTP-Session: d3bfd001-f3a9-4db7-b0e9-6be62c3a61a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6167 | 2024.05.13 20:50:19.680646 [ 3 ] {} <Debug> HTTP-Session: d3bfd001-f3a9-4db7-b0e9-6be62c3a61a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6168 | 2024.05.13 20:50:19.680659 [ 3 ] {} <Debug> HTTP-Session: d3bfd001-f3a9-4db7-b0e9-6be62c3a61a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6169 | 2024.05.13 20:50:19.680689 [ 3 ] {} <Trace> HTTP-Session: d3bfd001-f3a9-4db7-b0e9-6be62c3a61a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6170 | 2024.05.13 20:50:19.680834 [ 3 ] {51331cec-d517-491e-bb5b-fe78af9b5b28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6171 | 2024.05.13 20:50:19.680881 [ 3 ] {51331cec-d517-491e-bb5b-fe78af9b5b28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6172 | 2024.05.13 20:50:19.681032 [ 3 ] {51331cec-d517-491e-bb5b-fe78af9b5b28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6173 | 2024.05.13 20:50:19.681379 [ 3 ] {51331cec-d517-491e-bb5b-fe78af9b5b28} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6174 | 2024.05.13 20:50:19.681412 [ 3 ] {51331cec-d517-491e-bb5b-fe78af9b5b28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6175 | 2024.05.13 20:50:19.681801 [ 3 ] {51331cec-d517-491e-bb5b-fe78af9b5b28} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6176 | 2024.05.13 20:50:19.682127 [ 3 ] {51331cec-d517-491e-bb5b-fe78af9b5b28} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6177 | 2024.05.13 20:50:19.682252 [ 3 ] {51331cec-d517-491e-bb5b-fe78af9b5b28} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.001492 sec., 6702.412868632708 rows/sec., 9.04 MiB/sec. | ||
6178 | 2024.05.13 20:50:19.682413 [ 3 ] {51331cec-d517-491e-bb5b-fe78af9b5b28} <Debug> DynamicQueryHandler: Done processing query | ||
6179 | 2024.05.13 20:50:19.682436 [ 3 ] {51331cec-d517-491e-bb5b-fe78af9b5b28} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6180 | 2024.05.13 20:50:19.682460 [ 3 ] {} <Debug> HTTP-Session: d3bfd001-f3a9-4db7-b0e9-6be62c3a61a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6181 | 2024.05.13 20:50:19.682579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6182 | 2024.05.13 20:50:19.682626 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6183 | 2024.05.13 20:50:19.682645 [ 3 ] {} <Debug> HTTP-Session: df97ae5b-6dd5-4951-95d4-12bbe7a94362 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6184 | 2024.05.13 20:50:19.682661 [ 3 ] {} <Debug> HTTP-Session: df97ae5b-6dd5-4951-95d4-12bbe7a94362 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6185 | 2024.05.13 20:50:19.682675 [ 3 ] {} <Debug> HTTP-Session: df97ae5b-6dd5-4951-95d4-12bbe7a94362 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6186 | 2024.05.13 20:50:19.682705 [ 3 ] {} <Trace> HTTP-Session: df97ae5b-6dd5-4951-95d4-12bbe7a94362 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6187 | 2024.05.13 20:50:19.682812 [ 3 ] {bf4332cb-dae0-4038-8771-38e96a560fd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6188 | 2024.05.13 20:50:19.682855 [ 3 ] {bf4332cb-dae0-4038-8771-38e96a560fd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6189 | 2024.05.13 20:50:19.682978 [ 3 ] {bf4332cb-dae0-4038-8771-38e96a560fd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6190 | 2024.05.13 20:50:19.683253 [ 3 ] {bf4332cb-dae0-4038-8771-38e96a560fd8} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6191 | 2024.05.13 20:50:19.683288 [ 3 ] {bf4332cb-dae0-4038-8771-38e96a560fd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6192 | 2024.05.13 20:50:19.683639 [ 3 ] {bf4332cb-dae0-4038-8771-38e96a560fd8} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6193 | 2024.05.13 20:50:19.683951 [ 3 ] {bf4332cb-dae0-4038-8771-38e96a560fd8} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6194 | 2024.05.13 20:50:19.684074 [ 3 ] {bf4332cb-dae0-4038-8771-38e96a560fd8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001297 sec., 46260.601387818046 rows/sec., 3.12 MiB/sec. | ||
6195 | 2024.05.13 20:50:19.684345 [ 3 ] {bf4332cb-dae0-4038-8771-38e96a560fd8} <Debug> DynamicQueryHandler: Done processing query | ||
6196 | 2024.05.13 20:50:19.684399 [ 3 ] {bf4332cb-dae0-4038-8771-38e96a560fd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6197 | 2024.05.13 20:50:19.684440 [ 3 ] {} <Debug> HTTP-Session: df97ae5b-6dd5-4951-95d4-12bbe7a94362 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6198 | 2024.05.13 20:50:24.673024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6199 | 2024.05.13 20:50:24.673154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6200 | 2024.05.13 20:50:24.673179 [ 3 ] {} <Debug> HTTP-Session: 9db5301c-e636-411a-addb-285c4d282bca Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6201 | 2024.05.13 20:50:24.673203 [ 3 ] {} <Debug> HTTP-Session: 9db5301c-e636-411a-addb-285c4d282bca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6202 | 2024.05.13 20:50:24.673218 [ 3 ] {} <Debug> HTTP-Session: 9db5301c-e636-411a-addb-285c4d282bca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6203 | 2024.05.13 20:50:24.673269 [ 3 ] {} <Trace> HTTP-Session: 9db5301c-e636-411a-addb-285c4d282bca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6204 | 2024.05.13 20:50:24.673464 [ 3 ] {872c9036-ce48-4274-acd5-1488a0ae8033} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6205 | 2024.05.13 20:50:24.673543 [ 3 ] {872c9036-ce48-4274-acd5-1488a0ae8033} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6206 | 2024.05.13 20:50:24.673729 [ 3 ] {872c9036-ce48-4274-acd5-1488a0ae8033} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6207 | 2024.05.13 20:50:24.674156 [ 3 ] {872c9036-ce48-4274-acd5-1488a0ae8033} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6208 | 2024.05.13 20:50:24.674205 [ 3 ] {872c9036-ce48-4274-acd5-1488a0ae8033} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6209 | 2024.05.13 20:50:24.674575 [ 3 ] {872c9036-ce48-4274-acd5-1488a0ae8033} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6210 | 2024.05.13 20:50:24.674909 [ 3 ] {872c9036-ce48-4274-acd5-1488a0ae8033} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6211 | 2024.05.13 20:50:24.675078 [ 3 ] {872c9036-ce48-4274-acd5-1488a0ae8033} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001667 sec., 12597.48050389922 rows/sec., 1021.08 KiB/sec. | ||
6212 | 2024.05.13 20:50:24.675112 [ 100 ] {} <Debug> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6213 | 2024.05.13 20:50:24.675239 [ 100 ] {} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6214 | 2024.05.13 20:50:24.675268 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6215 | 2024.05.13 20:50:24.675364 [ 3 ] {872c9036-ce48-4274-acd5-1488a0ae8033} <Debug> DynamicQueryHandler: Done processing query | ||
6216 | 2024.05.13 20:50:24.675404 [ 3 ] {872c9036-ce48-4274-acd5-1488a0ae8033} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6217 | 2024.05.13 20:50:24.675406 [ 199 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
6218 | 2024.05.13 20:50:24.675424 [ 3 ] {} <Debug> HTTP-Session: 9db5301c-e636-411a-addb-285c4d282bca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6219 | 2024.05.13 20:50:24.675532 [ 199 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6220 | 2024.05.13 20:50:24.675564 [ 199 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 31 rows starting from the beginning of the part | ||
6221 | 2024.05.13 20:50:24.675603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6222 | 2024.05.13 20:50:24.675657 [ 199 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
6223 | 2024.05.13 20:50:24.675670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6224 | 2024.05.13 20:50:24.675762 [ 3 ] {} <Debug> HTTP-Session: 791472c6-0858-4011-b478-97147305cb9b Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6225 | 2024.05.13 20:50:24.675846 [ 3 ] {} <Debug> HTTP-Session: 791472c6-0858-4011-b478-97147305cb9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6226 | 2024.05.13 20:50:24.675978 [ 3 ] {} <Debug> HTTP-Session: 791472c6-0858-4011-b478-97147305cb9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6227 | 2024.05.13 20:50:24.676076 [ 199 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 10 rows starting from the beginning of the part | ||
6228 | 2024.05.13 20:50:24.676124 [ 3 ] {} <Trace> HTTP-Session: 791472c6-0858-4011-b478-97147305cb9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6229 | 2024.05.13 20:50:24.676298 [ 199 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
6230 | 2024.05.13 20:50:24.676398 [ 3 ] {61507fac-731d-4199-98f3-4bf71a34b717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6231 | 2024.05.13 20:50:24.676538 [ 3 ] {61507fac-731d-4199-98f3-4bf71a34b717} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6232 | 2024.05.13 20:50:24.676540 [ 199 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 10 rows starting from the beginning of the part | ||
6233 | 2024.05.13 20:50:24.676761 [ 199 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
6234 | 2024.05.13 20:50:24.677145 [ 3 ] {61507fac-731d-4199-98f3-4bf71a34b717} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6235 | 2024.05.13 20:50:24.677586 [ 3 ] {61507fac-731d-4199-98f3-4bf71a34b717} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6236 | 2024.05.13 20:50:24.677633 [ 3 ] {61507fac-731d-4199-98f3-4bf71a34b717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6237 | 2024.05.13 20:50:24.678133 [ 3 ] {61507fac-731d-4199-98f3-4bf71a34b717} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6238 | 2024.05.13 20:50:24.678334 [ 201 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 4 columns (4 merged, 0 gathered) in 0.002982809 sec., 38219.00765352391 rows/sec., 3.03 MiB/sec. | ||
6239 | 2024.05.13 20:50:24.678607 [ 201 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6240 | 2024.05.13 20:50:24.678722 [ 3 ] {61507fac-731d-4199-98f3-4bf71a34b717} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6241 | 2024.05.13 20:50:24.679049 [ 3 ] {61507fac-731d-4199-98f3-4bf71a34b717} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002751 sec., 727.0083605961469 rows/sec., 59.28 KiB/sec. | ||
6242 | 2024.05.13 20:50:24.679527 [ 3 ] {61507fac-731d-4199-98f3-4bf71a34b717} <Debug> DynamicQueryHandler: Done processing query | ||
6243 | 2024.05.13 20:50:24.679565 [ 3 ] {61507fac-731d-4199-98f3-4bf71a34b717} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6244 | 2024.05.13 20:50:24.679601 [ 3 ] {} <Debug> HTTP-Session: 791472c6-0858-4011-b478-97147305cb9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6245 | 2024.05.13 20:50:24.679788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17466, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6246 | 2024.05.13 20:50:24.679835 [ 201 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_31_6} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6247 | 2024.05.13 20:50:24.679873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6248 | 2024.05.13 20:50:24.679927 [ 3 ] {} <Debug> HTTP-Session: fb48d351-8f39-442b-9def-e4c197484169 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6249 | 2024.05.13 20:50:24.679960 [ 3 ] {} <Debug> HTTP-Session: fb48d351-8f39-442b-9def-e4c197484169 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6250 | 2024.05.13 20:50:24.680002 [ 3 ] {} <Debug> HTTP-Session: fb48d351-8f39-442b-9def-e4c197484169 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6251 | 2024.05.13 20:50:24.680060 [ 3 ] {} <Trace> HTTP-Session: fb48d351-8f39-442b-9def-e4c197484169 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6252 | 2024.05.13 20:50:24.680087 [ 201 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_31_6} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6253 | 2024.05.13 20:50:24.680281 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
6254 | 2024.05.13 20:50:24.680294 [ 3 ] {0308d4d1-24ef-4b42-8db5-52cfc249b7e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6255 | 2024.05.13 20:50:24.680360 [ 3 ] {0308d4d1-24ef-4b42-8db5-52cfc249b7e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6256 | 2024.05.13 20:50:24.680505 [ 3 ] {0308d4d1-24ef-4b42-8db5-52cfc249b7e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6257 | 2024.05.13 20:50:24.680890 [ 3 ] {0308d4d1-24ef-4b42-8db5-52cfc249b7e4} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6258 | 2024.05.13 20:50:24.680928 [ 3 ] {0308d4d1-24ef-4b42-8db5-52cfc249b7e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6259 | 2024.05.13 20:50:24.681814 [ 3 ] {0308d4d1-24ef-4b42-8db5-52cfc249b7e4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6260 | 2024.05.13 20:50:24.682145 [ 3 ] {0308d4d1-24ef-4b42-8db5-52cfc249b7e4} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6261 | 2024.05.13 20:50:24.682291 [ 3 ] {0308d4d1-24ef-4b42-8db5-52cfc249b7e4} <Debug> executeQuery: Read 120 rows, 10.16 KiB in 0.002104 sec., 57034.22053231939 rows/sec., 4.72 MiB/sec. | ||
6262 | 2024.05.13 20:50:24.682549 [ 3 ] {0308d4d1-24ef-4b42-8db5-52cfc249b7e4} <Debug> DynamicQueryHandler: Done processing query | ||
6263 | 2024.05.13 20:50:24.682593 [ 3 ] {0308d4d1-24ef-4b42-8db5-52cfc249b7e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6264 | 2024.05.13 20:50:24.682633 [ 3 ] {} <Debug> HTTP-Session: fb48d351-8f39-442b-9def-e4c197484169 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6265 | 2024.05.13 20:50:24.682785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6266 | 2024.05.13 20:50:24.682837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6267 | 2024.05.13 20:50:24.682857 [ 3 ] {} <Debug> HTTP-Session: a46a192e-15e6-4702-83b3-5023e137ca5c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6268 | 2024.05.13 20:50:24.682874 [ 3 ] {} <Debug> HTTP-Session: a46a192e-15e6-4702-83b3-5023e137ca5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6269 | 2024.05.13 20:50:24.682887 [ 3 ] {} <Debug> HTTP-Session: a46a192e-15e6-4702-83b3-5023e137ca5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6270 | 2024.05.13 20:50:24.682921 [ 3 ] {} <Trace> HTTP-Session: a46a192e-15e6-4702-83b3-5023e137ca5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6271 | 2024.05.13 20:50:24.683022 [ 3 ] {f48e39ad-9916-44d1-8a1f-11f34590f09a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6272 | 2024.05.13 20:50:24.683069 [ 3 ] {f48e39ad-9916-44d1-8a1f-11f34590f09a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6273 | 2024.05.13 20:50:24.683216 [ 3 ] {f48e39ad-9916-44d1-8a1f-11f34590f09a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6274 | 2024.05.13 20:50:24.683508 [ 3 ] {f48e39ad-9916-44d1-8a1f-11f34590f09a} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6275 | 2024.05.13 20:50:24.683548 [ 3 ] {f48e39ad-9916-44d1-8a1f-11f34590f09a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6276 | 2024.05.13 20:50:24.683865 [ 3 ] {f48e39ad-9916-44d1-8a1f-11f34590f09a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6277 | 2024.05.13 20:50:24.684172 [ 3 ] {f48e39ad-9916-44d1-8a1f-11f34590f09a} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6278 | 2024.05.13 20:50:24.684334 [ 3 ] {f48e39ad-9916-44d1-8a1f-11f34590f09a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00133 sec., 1503.7593984962407 rows/sec., 105.00 KiB/sec. | ||
6279 | 2024.05.13 20:50:24.684487 [ 3 ] {f48e39ad-9916-44d1-8a1f-11f34590f09a} <Debug> DynamicQueryHandler: Done processing query | ||
6280 | 2024.05.13 20:50:24.684512 [ 3 ] {f48e39ad-9916-44d1-8a1f-11f34590f09a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6281 | 2024.05.13 20:50:24.684528 [ 3 ] {} <Debug> HTTP-Session: a46a192e-15e6-4702-83b3-5023e137ca5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6282 | 2024.05.13 20:50:24.684655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 14783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6283 | 2024.05.13 20:50:24.684703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6284 | 2024.05.13 20:50:24.684721 [ 3 ] {} <Debug> HTTP-Session: 37f7bdbc-5cb3-4e55-8284-5b3ea25d1513 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6285 | 2024.05.13 20:50:24.684738 [ 3 ] {} <Debug> HTTP-Session: 37f7bdbc-5cb3-4e55-8284-5b3ea25d1513 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6286 | 2024.05.13 20:50:24.684751 [ 3 ] {} <Debug> HTTP-Session: 37f7bdbc-5cb3-4e55-8284-5b3ea25d1513 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6287 | 2024.05.13 20:50:24.684781 [ 3 ] {} <Trace> HTTP-Session: 37f7bdbc-5cb3-4e55-8284-5b3ea25d1513 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6288 | 2024.05.13 20:50:24.684898 [ 3 ] {864cefb3-bf07-43b1-b22c-5345274d3b41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6289 | 2024.05.13 20:50:24.684940 [ 3 ] {864cefb3-bf07-43b1-b22c-5345274d3b41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6290 | 2024.05.13 20:50:24.685066 [ 3 ] {864cefb3-bf07-43b1-b22c-5345274d3b41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6291 | 2024.05.13 20:50:24.685403 [ 3 ] {864cefb3-bf07-43b1-b22c-5345274d3b41} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6292 | 2024.05.13 20:50:24.685441 [ 3 ] {864cefb3-bf07-43b1-b22c-5345274d3b41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6293 | 2024.05.13 20:50:24.685755 [ 3 ] {864cefb3-bf07-43b1-b22c-5345274d3b41} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6294 | 2024.05.13 20:50:24.686053 [ 3 ] {864cefb3-bf07-43b1-b22c-5345274d3b41} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6295 | 2024.05.13 20:50:24.686201 [ 3 ] {864cefb3-bf07-43b1-b22c-5345274d3b41} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001339 sec., 64973.86109036595 rows/sec., 5.08 MiB/sec. | ||
6296 | 2024.05.13 20:50:24.686371 [ 3 ] {864cefb3-bf07-43b1-b22c-5345274d3b41} <Debug> DynamicQueryHandler: Done processing query | ||
6297 | 2024.05.13 20:50:24.686396 [ 3 ] {864cefb3-bf07-43b1-b22c-5345274d3b41} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6298 | 2024.05.13 20:50:24.686412 [ 3 ] {} <Debug> HTTP-Session: 37f7bdbc-5cb3-4e55-8284-5b3ea25d1513 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6299 | 2024.05.13 20:50:24.686582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6300 | 2024.05.13 20:50:24.686630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6301 | 2024.05.13 20:50:24.686650 [ 3 ] {} <Debug> HTTP-Session: d2c4d19e-f5f5-4cd2-b766-205a0fa03198 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6302 | 2024.05.13 20:50:24.686667 [ 3 ] {} <Debug> HTTP-Session: d2c4d19e-f5f5-4cd2-b766-205a0fa03198 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6303 | 2024.05.13 20:50:24.686681 [ 3 ] {} <Debug> HTTP-Session: d2c4d19e-f5f5-4cd2-b766-205a0fa03198 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6304 | 2024.05.13 20:50:24.686711 [ 3 ] {} <Trace> HTTP-Session: d2c4d19e-f5f5-4cd2-b766-205a0fa03198 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6305 | 2024.05.13 20:50:24.686857 [ 3 ] {2deabc3c-86d6-4444-9f88-bef6fa6152b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6306 | 2024.05.13 20:50:24.686905 [ 3 ] {2deabc3c-86d6-4444-9f88-bef6fa6152b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6307 | 2024.05.13 20:50:24.687049 [ 3 ] {2deabc3c-86d6-4444-9f88-bef6fa6152b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6308 | 2024.05.13 20:50:24.687489 [ 3 ] {2deabc3c-86d6-4444-9f88-bef6fa6152b4} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6309 | 2024.05.13 20:50:24.687533 [ 3 ] {2deabc3c-86d6-4444-9f88-bef6fa6152b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6310 | 2024.05.13 20:50:24.687913 [ 3 ] {2deabc3c-86d6-4444-9f88-bef6fa6152b4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6311 | 2024.05.13 20:50:24.688284 [ 3 ] {2deabc3c-86d6-4444-9f88-bef6fa6152b4} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6312 | 2024.05.13 20:50:24.688450 [ 3 ] {2deabc3c-86d6-4444-9f88-bef6fa6152b4} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001652 sec., 97457.62711864407 rows/sec., 6.79 MiB/sec. | ||
6313 | 2024.05.13 20:50:24.688758 [ 3 ] {2deabc3c-86d6-4444-9f88-bef6fa6152b4} <Debug> DynamicQueryHandler: Done processing query | ||
6314 | 2024.05.13 20:50:24.688802 [ 3 ] {2deabc3c-86d6-4444-9f88-bef6fa6152b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6315 | 2024.05.13 20:50:24.688819 [ 3 ] {} <Debug> HTTP-Session: d2c4d19e-f5f5-4cd2-b766-205a0fa03198 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6316 | 2024.05.13 20:50:24.688963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6317 | 2024.05.13 20:50:24.689013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6318 | 2024.05.13 20:50:24.689031 [ 3 ] {} <Debug> HTTP-Session: 660311d0-c790-4ac3-8ec8-8a2f4cc16870 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6319 | 2024.05.13 20:50:24.689048 [ 3 ] {} <Debug> HTTP-Session: 660311d0-c790-4ac3-8ec8-8a2f4cc16870 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6320 | 2024.05.13 20:50:24.689061 [ 3 ] {} <Debug> HTTP-Session: 660311d0-c790-4ac3-8ec8-8a2f4cc16870 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6321 | 2024.05.13 20:50:24.689091 [ 3 ] {} <Trace> HTTP-Session: 660311d0-c790-4ac3-8ec8-8a2f4cc16870 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6322 | 2024.05.13 20:50:24.689304 [ 3 ] {1183c157-5fa6-4bf5-b598-11d486b3f9b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6323 | 2024.05.13 20:50:24.689354 [ 3 ] {1183c157-5fa6-4bf5-b598-11d486b3f9b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6324 | 2024.05.13 20:50:24.689531 [ 3 ] {1183c157-5fa6-4bf5-b598-11d486b3f9b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6325 | 2024.05.13 20:50:24.689952 [ 3 ] {1183c157-5fa6-4bf5-b598-11d486b3f9b0} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6326 | 2024.05.13 20:50:24.689987 [ 3 ] {1183c157-5fa6-4bf5-b598-11d486b3f9b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6327 | 2024.05.13 20:50:24.690387 [ 3 ] {1183c157-5fa6-4bf5-b598-11d486b3f9b0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6328 | 2024.05.13 20:50:24.690714 [ 3 ] {1183c157-5fa6-4bf5-b598-11d486b3f9b0} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6329 | 2024.05.13 20:50:24.690870 [ 100 ] {} <Debug> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6330 | 2024.05.13 20:50:24.690879 [ 3 ] {1183c157-5fa6-4bf5-b598-11d486b3f9b0} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001697 sec., 12374.779021803182 rows/sec., 16.70 MiB/sec. | ||
6331 | 2024.05.13 20:50:24.690937 [ 100 ] {} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6332 | 2024.05.13 20:50:24.691005 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6333 | 2024.05.13 20:50:24.691268 [ 3 ] {1183c157-5fa6-4bf5-b598-11d486b3f9b0} <Debug> DynamicQueryHandler: Done processing query | ||
6334 | 2024.05.13 20:50:24.691285 [ 199 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
6335 | 2024.05.13 20:50:24.691329 [ 3 ] {1183c157-5fa6-4bf5-b598-11d486b3f9b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
6336 | 2024.05.13 20:50:24.691411 [ 3 ] {} <Debug> HTTP-Session: 660311d0-c790-4ac3-8ec8-8a2f4cc16870 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6337 | 2024.05.13 20:50:24.691710 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6338 | 2024.05.13 20:50:24.691882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6339 | 2024.05.13 20:50:24.691956 [ 3 ] {} <Debug> HTTP-Session: bd0d461b-155d-4cb6-a981-a15d30e601cb Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6340 | 2024.05.13 20:50:24.692030 [ 3 ] {} <Debug> HTTP-Session: bd0d461b-155d-4cb6-a981-a15d30e601cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6341 | 2024.05.13 20:50:24.692031 [ 199 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6342 | 2024.05.13 20:50:24.692051 [ 3 ] {} <Debug> HTTP-Session: bd0d461b-155d-4cb6-a981-a15d30e601cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6343 | 2024.05.13 20:50:24.692082 [ 199 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 401 rows starting from the beginning of the part | ||
6344 | 2024.05.13 20:50:24.692099 [ 3 ] {} <Trace> HTTP-Session: bd0d461b-155d-4cb6-a981-a15d30e601cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6345 | 2024.05.13 20:50:24.692215 [ 199 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
6346 | 2024.05.13 20:50:24.692371 [ 3 ] {e8b29001-ff32-41ca-b332-4b2730fd7be2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6347 | 2024.05.13 20:50:24.692515 [ 199 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 10 rows starting from the beginning of the part | ||
6348 | 2024.05.13 20:50:24.692557 [ 3 ] {e8b29001-ff32-41ca-b332-4b2730fd7be2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6349 | 2024.05.13 20:50:24.692941 [ 199 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
6350 | 2024.05.13 20:50:24.693264 [ 199 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 10 rows starting from the beginning of the part | ||
6351 | 2024.05.13 20:50:24.693671 [ 199 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
6352 | 2024.05.13 20:50:24.693773 [ 3 ] {e8b29001-ff32-41ca-b332-4b2730fd7be2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6353 | 2024.05.13 20:50:24.694623 [ 3 ] {e8b29001-ff32-41ca-b332-4b2730fd7be2} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6354 | 2024.05.13 20:50:24.694663 [ 3 ] {e8b29001-ff32-41ca-b332-4b2730fd7be2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6355 | 2024.05.13 20:50:24.695121 [ 3 ] {e8b29001-ff32-41ca-b332-4b2730fd7be2} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6356 | 2024.05.13 20:50:24.695591 [ 3 ] {e8b29001-ff32-41ca-b332-4b2730fd7be2} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6357 | 2024.05.13 20:50:24.695865 [ 3 ] {e8b29001-ff32-41ca-b332-4b2730fd7be2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00365 sec., 16438.35616438356 rows/sec., 1.11 MiB/sec. | ||
6358 | 2024.05.13 20:50:24.696204 [ 3 ] {e8b29001-ff32-41ca-b332-4b2730fd7be2} <Debug> DynamicQueryHandler: Done processing query | ||
6359 | 2024.05.13 20:50:24.696244 [ 3 ] {e8b29001-ff32-41ca-b332-4b2730fd7be2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6360 | 2024.05.13 20:50:24.696259 [ 3 ] {} <Debug> HTTP-Session: bd0d461b-155d-4cb6-a981-a15d30e601cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6361 | 2024.05.13 20:50:24.696830 [ 191 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 484 rows, containing 6 columns (6 merged, 0 gathered) in 0.005717304 sec., 84655.28507842157 rows/sec., 114.24 MiB/sec. | ||
6362 | 2024.05.13 20:50:24.697355 [ 200 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6363 | 2024.05.13 20:50:24.697904 [ 200 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6364 | 2024.05.13 20:50:24.697995 [ 200 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6365 | 2024.05.13 20:50:24.698102 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.09 MiB. | ||
6366 | 2024.05.13 20:50:27.830578 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6367 | 2024.05.13 20:50:27.830672 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6368 | 2024.05.13 20:50:29.672631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6369 | 2024.05.13 20:50:29.672752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6370 | 2024.05.13 20:50:29.672776 [ 3 ] {} <Debug> HTTP-Session: 6ca6be01-4247-4f2a-9ae6-0490b322c4a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6371 | 2024.05.13 20:50:29.672800 [ 3 ] {} <Debug> HTTP-Session: 6ca6be01-4247-4f2a-9ae6-0490b322c4a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6372 | 2024.05.13 20:50:29.672813 [ 3 ] {} <Debug> HTTP-Session: 6ca6be01-4247-4f2a-9ae6-0490b322c4a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6373 | 2024.05.13 20:50:29.672862 [ 3 ] {} <Trace> HTTP-Session: 6ca6be01-4247-4f2a-9ae6-0490b322c4a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6374 | 2024.05.13 20:50:29.673065 [ 3 ] {93663a82-559f-4c74-b69e-89bbb5b07897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6375 | 2024.05.13 20:50:29.673139 [ 3 ] {93663a82-559f-4c74-b69e-89bbb5b07897} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6376 | 2024.05.13 20:50:29.673354 [ 3 ] {93663a82-559f-4c74-b69e-89bbb5b07897} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6377 | 2024.05.13 20:50:29.673824 [ 3 ] {93663a82-559f-4c74-b69e-89bbb5b07897} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6378 | 2024.05.13 20:50:29.673872 [ 3 ] {93663a82-559f-4c74-b69e-89bbb5b07897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6379 | 2024.05.13 20:50:29.674232 [ 3 ] {93663a82-559f-4c74-b69e-89bbb5b07897} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6380 | 2024.05.13 20:50:29.674570 [ 3 ] {93663a82-559f-4c74-b69e-89bbb5b07897} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6381 | 2024.05.13 20:50:29.674739 [ 3 ] {93663a82-559f-4c74-b69e-89bbb5b07897} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001729 sec., 5783.68999421631 rows/sec., 468.80 KiB/sec. | ||
6382 | 2024.05.13 20:50:29.674944 [ 3 ] {93663a82-559f-4c74-b69e-89bbb5b07897} <Debug> DynamicQueryHandler: Done processing query | ||
6383 | 2024.05.13 20:50:29.674970 [ 3 ] {93663a82-559f-4c74-b69e-89bbb5b07897} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6384 | 2024.05.13 20:50:29.674985 [ 3 ] {} <Debug> HTTP-Session: 6ca6be01-4247-4f2a-9ae6-0490b322c4a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6385 | 2024.05.13 20:50:29.675154 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12383, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6386 | 2024.05.13 20:50:29.675202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6387 | 2024.05.13 20:50:29.675222 [ 3 ] {} <Debug> HTTP-Session: 9303aa47-4af3-4afc-9928-9771bd0d6a05 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6388 | 2024.05.13 20:50:29.675238 [ 3 ] {} <Debug> HTTP-Session: 9303aa47-4af3-4afc-9928-9771bd0d6a05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6389 | 2024.05.13 20:50:29.675251 [ 3 ] {} <Debug> HTTP-Session: 9303aa47-4af3-4afc-9928-9771bd0d6a05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6390 | 2024.05.13 20:50:29.675282 [ 3 ] {} <Trace> HTTP-Session: 9303aa47-4af3-4afc-9928-9771bd0d6a05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6391 | 2024.05.13 20:50:29.675401 [ 3 ] {b112d3a5-0a8b-45d9-acb0-5aec7994f005} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6392 | 2024.05.13 20:50:29.675444 [ 3 ] {b112d3a5-0a8b-45d9-acb0-5aec7994f005} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6393 | 2024.05.13 20:50:29.675568 [ 3 ] {b112d3a5-0a8b-45d9-acb0-5aec7994f005} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6394 | 2024.05.13 20:50:29.675927 [ 3 ] {b112d3a5-0a8b-45d9-acb0-5aec7994f005} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6395 | 2024.05.13 20:50:29.675964 [ 3 ] {b112d3a5-0a8b-45d9-acb0-5aec7994f005} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6396 | 2024.05.13 20:50:29.676270 [ 3 ] {b112d3a5-0a8b-45d9-acb0-5aec7994f005} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6397 | 2024.05.13 20:50:29.676569 [ 3 ] {b112d3a5-0a8b-45d9-acb0-5aec7994f005} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6398 | 2024.05.13 20:50:29.676691 [ 3 ] {b112d3a5-0a8b-45d9-acb0-5aec7994f005} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.001336 sec., 64371.25748502994 rows/sec., 5.21 MiB/sec. | ||
6399 | 2024.05.13 20:50:29.676948 [ 3 ] {b112d3a5-0a8b-45d9-acb0-5aec7994f005} <Debug> DynamicQueryHandler: Done processing query | ||
6400 | 2024.05.13 20:50:29.677013 [ 3 ] {b112d3a5-0a8b-45d9-acb0-5aec7994f005} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6401 | 2024.05.13 20:50:29.677081 [ 3 ] {} <Debug> HTTP-Session: 9303aa47-4af3-4afc-9928-9771bd0d6a05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6402 | 2024.05.13 20:50:29.677272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6403 | 2024.05.13 20:50:29.677323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6404 | 2024.05.13 20:50:29.677341 [ 3 ] {} <Debug> HTTP-Session: 6b9130f3-0fd9-472b-8c7e-3a007c304bba Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6405 | 2024.05.13 20:50:29.677357 [ 3 ] {} <Debug> HTTP-Session: 6b9130f3-0fd9-472b-8c7e-3a007c304bba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6406 | 2024.05.13 20:50:29.677370 [ 3 ] {} <Debug> HTTP-Session: 6b9130f3-0fd9-472b-8c7e-3a007c304bba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6407 | 2024.05.13 20:50:29.677401 [ 3 ] {} <Trace> HTTP-Session: 6b9130f3-0fd9-472b-8c7e-3a007c304bba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6408 | 2024.05.13 20:50:29.677519 [ 3 ] {adea1246-04a4-4ba0-a094-f7c68a8b7240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6409 | 2024.05.13 20:50:29.677563 [ 3 ] {adea1246-04a4-4ba0-a094-f7c68a8b7240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6410 | 2024.05.13 20:50:29.677706 [ 3 ] {adea1246-04a4-4ba0-a094-f7c68a8b7240} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6411 | 2024.05.13 20:50:29.678036 [ 3 ] {adea1246-04a4-4ba0-a094-f7c68a8b7240} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6412 | 2024.05.13 20:50:29.678072 [ 3 ] {adea1246-04a4-4ba0-a094-f7c68a8b7240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6413 | 2024.05.13 20:50:29.678375 [ 3 ] {adea1246-04a4-4ba0-a094-f7c68a8b7240} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6414 | 2024.05.13 20:50:29.678669 [ 3 ] {adea1246-04a4-4ba0-a094-f7c68a8b7240} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6415 | 2024.05.13 20:50:29.678792 [ 3 ] {adea1246-04a4-4ba0-a094-f7c68a8b7240} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001315 sec., 56273.76425855514 rows/sec., 4.39 MiB/sec. | ||
6416 | 2024.05.13 20:50:29.678952 [ 3 ] {adea1246-04a4-4ba0-a094-f7c68a8b7240} <Debug> DynamicQueryHandler: Done processing query | ||
6417 | 2024.05.13 20:50:29.678976 [ 3 ] {adea1246-04a4-4ba0-a094-f7c68a8b7240} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6418 | 2024.05.13 20:50:29.678991 [ 3 ] {} <Debug> HTTP-Session: 6b9130f3-0fd9-472b-8c7e-3a007c304bba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6419 | 2024.05.13 20:50:29.679220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6420 | 2024.05.13 20:50:29.679269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6421 | 2024.05.13 20:50:29.679288 [ 3 ] {} <Debug> HTTP-Session: c124c3b8-70b0-43de-b5e9-b8e5b59a75bd Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6422 | 2024.05.13 20:50:29.679304 [ 3 ] {} <Debug> HTTP-Session: c124c3b8-70b0-43de-b5e9-b8e5b59a75bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6423 | 2024.05.13 20:50:29.679317 [ 3 ] {} <Debug> HTTP-Session: c124c3b8-70b0-43de-b5e9-b8e5b59a75bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6424 | 2024.05.13 20:50:29.679347 [ 3 ] {} <Trace> HTTP-Session: c124c3b8-70b0-43de-b5e9-b8e5b59a75bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6425 | 2024.05.13 20:50:29.679492 [ 3 ] {e3117d64-f117-494e-8d8a-e614f731e772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6426 | 2024.05.13 20:50:29.679539 [ 3 ] {e3117d64-f117-494e-8d8a-e614f731e772} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6427 | 2024.05.13 20:50:29.679679 [ 3 ] {e3117d64-f117-494e-8d8a-e614f731e772} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6428 | 2024.05.13 20:50:29.680059 [ 3 ] {e3117d64-f117-494e-8d8a-e614f731e772} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6429 | 2024.05.13 20:50:29.680095 [ 3 ] {e3117d64-f117-494e-8d8a-e614f731e772} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6430 | 2024.05.13 20:50:29.680473 [ 3 ] {e3117d64-f117-494e-8d8a-e614f731e772} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6431 | 2024.05.13 20:50:29.680807 [ 3 ] {e3117d64-f117-494e-8d8a-e614f731e772} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6432 | 2024.05.13 20:50:29.680936 [ 3 ] {e3117d64-f117-494e-8d8a-e614f731e772} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001512 sec., 105820.10582010582 rows/sec., 7.37 MiB/sec. | ||
6433 | 2024.05.13 20:50:29.681099 [ 3 ] {e3117d64-f117-494e-8d8a-e614f731e772} <Debug> DynamicQueryHandler: Done processing query | ||
6434 | 2024.05.13 20:50:29.681124 [ 3 ] {e3117d64-f117-494e-8d8a-e614f731e772} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6435 | 2024.05.13 20:50:29.681140 [ 3 ] {} <Debug> HTTP-Session: c124c3b8-70b0-43de-b5e9-b8e5b59a75bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6436 | 2024.05.13 20:50:29.681314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10759, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6437 | 2024.05.13 20:50:29.681362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6438 | 2024.05.13 20:50:29.681380 [ 3 ] {} <Debug> HTTP-Session: 866d670f-728b-48af-82c2-5fb37544871f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6439 | 2024.05.13 20:50:29.681397 [ 3 ] {} <Debug> HTTP-Session: 866d670f-728b-48af-82c2-5fb37544871f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6440 | 2024.05.13 20:50:29.681411 [ 3 ] {} <Debug> HTTP-Session: 866d670f-728b-48af-82c2-5fb37544871f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6441 | 2024.05.13 20:50:29.681441 [ 3 ] {} <Trace> HTTP-Session: 866d670f-728b-48af-82c2-5fb37544871f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6442 | 2024.05.13 20:50:29.681595 [ 3 ] {9c146959-a7cc-48bb-a2ee-89fe1fcf2930} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6443 | 2024.05.13 20:50:29.681641 [ 3 ] {9c146959-a7cc-48bb-a2ee-89fe1fcf2930} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6444 | 2024.05.13 20:50:29.681794 [ 3 ] {9c146959-a7cc-48bb-a2ee-89fe1fcf2930} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6445 | 2024.05.13 20:50:29.682150 [ 3 ] {9c146959-a7cc-48bb-a2ee-89fe1fcf2930} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6446 | 2024.05.13 20:50:29.682184 [ 3 ] {9c146959-a7cc-48bb-a2ee-89fe1fcf2930} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6447 | 2024.05.13 20:50:29.682561 [ 3 ] {9c146959-a7cc-48bb-a2ee-89fe1fcf2930} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6448 | 2024.05.13 20:50:29.682890 [ 3 ] {9c146959-a7cc-48bb-a2ee-89fe1fcf2930} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6449 | 2024.05.13 20:50:29.683018 [ 3 ] {9c146959-a7cc-48bb-a2ee-89fe1fcf2930} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.001503 sec., 6653.35994677312 rows/sec., 8.98 MiB/sec. | ||
6450 | 2024.05.13 20:50:29.683296 [ 3 ] {9c146959-a7cc-48bb-a2ee-89fe1fcf2930} <Debug> DynamicQueryHandler: Done processing query | ||
6451 | 2024.05.13 20:50:29.683361 [ 3 ] {9c146959-a7cc-48bb-a2ee-89fe1fcf2930} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6452 | 2024.05.13 20:50:29.683431 [ 3 ] {} <Debug> HTTP-Session: 866d670f-728b-48af-82c2-5fb37544871f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6453 | 2024.05.13 20:50:29.683642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6454 | 2024.05.13 20:50:29.683696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6455 | 2024.05.13 20:50:29.683716 [ 3 ] {} <Debug> HTTP-Session: 7e6f028a-025c-4b3f-9481-0c95fc50358b Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6456 | 2024.05.13 20:50:29.683733 [ 3 ] {} <Debug> HTTP-Session: 7e6f028a-025c-4b3f-9481-0c95fc50358b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6457 | 2024.05.13 20:50:29.683746 [ 3 ] {} <Debug> HTTP-Session: 7e6f028a-025c-4b3f-9481-0c95fc50358b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6458 | 2024.05.13 20:50:29.683777 [ 3 ] {} <Trace> HTTP-Session: 7e6f028a-025c-4b3f-9481-0c95fc50358b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6459 | 2024.05.13 20:50:29.683903 [ 3 ] {b2300747-6d5d-4c63-bfe1-5fd04bff682d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6460 | 2024.05.13 20:50:29.683951 [ 3 ] {b2300747-6d5d-4c63-bfe1-5fd04bff682d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6461 | 2024.05.13 20:50:29.684093 [ 3 ] {b2300747-6d5d-4c63-bfe1-5fd04bff682d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6462 | 2024.05.13 20:50:29.684411 [ 3 ] {b2300747-6d5d-4c63-bfe1-5fd04bff682d} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6463 | 2024.05.13 20:50:29.684446 [ 3 ] {b2300747-6d5d-4c63-bfe1-5fd04bff682d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6464 | 2024.05.13 20:50:29.684793 [ 3 ] {b2300747-6d5d-4c63-bfe1-5fd04bff682d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6465 | 2024.05.13 20:50:29.685108 [ 3 ] {b2300747-6d5d-4c63-bfe1-5fd04bff682d} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6466 | 2024.05.13 20:50:29.685232 [ 3 ] {b2300747-6d5d-4c63-bfe1-5fd04bff682d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001375 sec., 43636.36363636364 rows/sec., 2.94 MiB/sec. | ||
6467 | 2024.05.13 20:50:29.685391 [ 3 ] {b2300747-6d5d-4c63-bfe1-5fd04bff682d} <Debug> DynamicQueryHandler: Done processing query | ||
6468 | 2024.05.13 20:50:29.685415 [ 3 ] {b2300747-6d5d-4c63-bfe1-5fd04bff682d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6469 | 2024.05.13 20:50:29.685430 [ 3 ] {} <Debug> HTTP-Session: 7e6f028a-025c-4b3f-9481-0c95fc50358b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6470 | 2024.05.13 20:50:34.673162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6471 | 2024.05.13 20:50:34.673291 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6472 | 2024.05.13 20:50:34.673316 [ 3 ] {} <Debug> HTTP-Session: a7f331bc-1ce3-4511-af82-546aa6ae9b97 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6473 | 2024.05.13 20:50:34.673339 [ 3 ] {} <Debug> HTTP-Session: a7f331bc-1ce3-4511-af82-546aa6ae9b97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6474 | 2024.05.13 20:50:34.673353 [ 3 ] {} <Debug> HTTP-Session: a7f331bc-1ce3-4511-af82-546aa6ae9b97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6475 | 2024.05.13 20:50:34.673404 [ 3 ] {} <Trace> HTTP-Session: a7f331bc-1ce3-4511-af82-546aa6ae9b97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6476 | 2024.05.13 20:50:34.673597 [ 3 ] {768fc5c9-7a28-4ef0-846d-31ac6dcd52a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6477 | 2024.05.13 20:50:34.673666 [ 3 ] {768fc5c9-7a28-4ef0-846d-31ac6dcd52a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6478 | 2024.05.13 20:50:34.673860 [ 3 ] {768fc5c9-7a28-4ef0-846d-31ac6dcd52a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6479 | 2024.05.13 20:50:34.674284 [ 3 ] {768fc5c9-7a28-4ef0-846d-31ac6dcd52a9} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6480 | 2024.05.13 20:50:34.674324 [ 3 ] {768fc5c9-7a28-4ef0-846d-31ac6dcd52a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6481 | 2024.05.13 20:50:34.674714 [ 3 ] {768fc5c9-7a28-4ef0-846d-31ac6dcd52a9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6482 | 2024.05.13 20:50:34.675052 [ 3 ] {768fc5c9-7a28-4ef0-846d-31ac6dcd52a9} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6483 | 2024.05.13 20:50:34.675208 [ 3 ] {768fc5c9-7a28-4ef0-846d-31ac6dcd52a9} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001668 sec., 12589.928057553956 rows/sec., 1020.47 KiB/sec. | ||
6484 | 2024.05.13 20:50:34.675430 [ 3 ] {768fc5c9-7a28-4ef0-846d-31ac6dcd52a9} <Debug> DynamicQueryHandler: Done processing query | ||
6485 | 2024.05.13 20:50:34.675456 [ 3 ] {768fc5c9-7a28-4ef0-846d-31ac6dcd52a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6486 | 2024.05.13 20:50:34.675471 [ 3 ] {} <Debug> HTTP-Session: a7f331bc-1ce3-4511-af82-546aa6ae9b97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6487 | 2024.05.13 20:50:34.675601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6488 | 2024.05.13 20:50:34.675650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6489 | 2024.05.13 20:50:34.675669 [ 3 ] {} <Debug> HTTP-Session: 4d48c002-0ed7-4fc4-ba48-c9d299518c64 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6490 | 2024.05.13 20:50:34.675685 [ 3 ] {} <Debug> HTTP-Session: 4d48c002-0ed7-4fc4-ba48-c9d299518c64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6491 | 2024.05.13 20:50:34.675698 [ 3 ] {} <Debug> HTTP-Session: 4d48c002-0ed7-4fc4-ba48-c9d299518c64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6492 | 2024.05.13 20:50:34.675729 [ 3 ] {} <Trace> HTTP-Session: 4d48c002-0ed7-4fc4-ba48-c9d299518c64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6493 | 2024.05.13 20:50:34.675823 [ 3 ] {018cb67c-1524-4a6d-a0e8-6046127b39f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6494 | 2024.05.13 20:50:34.675867 [ 3 ] {018cb67c-1524-4a6d-a0e8-6046127b39f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6495 | 2024.05.13 20:50:34.675999 [ 3 ] {018cb67c-1524-4a6d-a0e8-6046127b39f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6496 | 2024.05.13 20:50:34.676281 [ 3 ] {018cb67c-1524-4a6d-a0e8-6046127b39f7} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6497 | 2024.05.13 20:50:34.676317 [ 3 ] {018cb67c-1524-4a6d-a0e8-6046127b39f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6498 | 2024.05.13 20:50:34.676614 [ 3 ] {018cb67c-1524-4a6d-a0e8-6046127b39f7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6499 | 2024.05.13 20:50:34.676911 [ 3 ] {018cb67c-1524-4a6d-a0e8-6046127b39f7} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6500 | 2024.05.13 20:50:34.677072 [ 3 ] {018cb67c-1524-4a6d-a0e8-6046127b39f7} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001264 sec., 3164.556962025317 rows/sec., 258.05 KiB/sec. | ||
6501 | 2024.05.13 20:50:34.677085 [ 93 ] {} <Debug> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
6502 | 2024.05.13 20:50:34.677203 [ 93 ] {} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6503 | 2024.05.13 20:50:34.677240 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6504 | 2024.05.13 20:50:34.677312 [ 3 ] {018cb67c-1524-4a6d-a0e8-6046127b39f7} <Debug> DynamicQueryHandler: Done processing query | ||
6505 | 2024.05.13 20:50:34.677362 [ 3 ] {018cb67c-1524-4a6d-a0e8-6046127b39f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6506 | 2024.05.13 20:50:34.677391 [ 3 ] {} <Debug> HTTP-Session: 4d48c002-0ed7-4fc4-ba48-c9d299518c64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6507 | 2024.05.13 20:50:34.677409 [ 199 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
6508 | 2024.05.13 20:50:34.677522 [ 199 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6509 | 2024.05.13 20:50:34.677544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6510 | 2024.05.13 20:50:34.677558 [ 199 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 12 rows starting from the beginning of the part | ||
6511 | 2024.05.13 20:50:34.677603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6512 | 2024.05.13 20:50:34.677637 [ 3 ] {} <Debug> HTTP-Session: c54ce62c-26c8-4881-9b31-2b691dfb5ca9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6513 | 2024.05.13 20:50:34.677643 [ 199 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
6514 | 2024.05.13 20:50:34.677713 [ 3 ] {} <Debug> HTTP-Session: c54ce62c-26c8-4881-9b31-2b691dfb5ca9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6515 | 2024.05.13 20:50:34.677754 [ 3 ] {} <Debug> HTTP-Session: c54ce62c-26c8-4881-9b31-2b691dfb5ca9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6516 | 2024.05.13 20:50:34.677909 [ 3 ] {} <Trace> HTTP-Session: c54ce62c-26c8-4881-9b31-2b691dfb5ca9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6517 | 2024.05.13 20:50:34.677945 [ 199 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
6518 | 2024.05.13 20:50:34.678431 [ 199 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
6519 | 2024.05.13 20:50:34.678437 [ 3 ] {f0825d8c-f8ae-4120-8eb5-3bbd78974c87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6520 | 2024.05.13 20:50:34.678573 [ 3 ] {f0825d8c-f8ae-4120-8eb5-3bbd78974c87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6521 | 2024.05.13 20:50:34.678599 [ 199 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
6522 | 2024.05.13 20:50:34.678995 [ 199 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
6523 | 2024.05.13 20:50:34.679371 [ 3 ] {f0825d8c-f8ae-4120-8eb5-3bbd78974c87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6524 | 2024.05.13 20:50:34.679950 [ 3 ] {f0825d8c-f8ae-4120-8eb5-3bbd78974c87} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6525 | 2024.05.13 20:50:34.679994 [ 3 ] {f0825d8c-f8ae-4120-8eb5-3bbd78974c87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6526 | 2024.05.13 20:50:34.680575 [ 3 ] {f0825d8c-f8ae-4120-8eb5-3bbd78974c87} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6527 | 2024.05.13 20:50:34.680594 [ 199 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.003261781 sec., 7357.943405765132 rows/sec., 599.99 KiB/sec. | ||
6528 | 2024.05.13 20:50:34.680719 [ 191 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
6529 | 2024.05.13 20:50:34.681003 [ 3 ] {f0825d8c-f8ae-4120-8eb5-3bbd78974c87} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6530 | 2024.05.13 20:50:34.681183 [ 3 ] {f0825d8c-f8ae-4120-8eb5-3bbd78974c87} <Debug> executeQuery: Read 121 rows, 10.24 KiB in 0.003039 sec., 39815.72885817703 rows/sec., 3.29 MiB/sec. | ||
6531 | 2024.05.13 20:50:34.681232 [ 92 ] {} <Debug> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6532 | 2024.05.13 20:50:34.681319 [ 191 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_15_3} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6533 | 2024.05.13 20:50:34.681427 [ 92 ] {} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6534 | 2024.05.13 20:50:34.681508 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6535 | 2024.05.13 20:50:34.681576 [ 191 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_15_3} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
6536 | 2024.05.13 20:50:34.681610 [ 3 ] {f0825d8c-f8ae-4120-8eb5-3bbd78974c87} <Debug> DynamicQueryHandler: Done processing query | ||
6537 | 2024.05.13 20:50:34.681685 [ 3 ] {f0825d8c-f8ae-4120-8eb5-3bbd78974c87} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6538 | 2024.05.13 20:50:34.681785 [ 3 ] {} <Debug> HTTP-Session: c54ce62c-26c8-4881-9b31-2b691dfb5ca9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6539 | 2024.05.13 20:50:34.681903 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
6540 | 2024.05.13 20:50:34.681957 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::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 | ||
6541 | 2024.05.13 20:50:34.681974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6542 | 2024.05.13 20:50:34.682047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6543 | 2024.05.13 20:50:34.682082 [ 3 ] {} <Debug> HTTP-Session: 04a48c2b-0592-492e-a24d-5b782ce151f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6544 | 2024.05.13 20:50:34.682112 [ 3 ] {} <Debug> HTTP-Session: 04a48c2b-0592-492e-a24d-5b782ce151f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6545 | 2024.05.13 20:50:34.682117 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6546 | 2024.05.13 20:50:34.682129 [ 3 ] {} <Debug> HTTP-Session: 04a48c2b-0592-492e-a24d-5b782ce151f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6547 | 2024.05.13 20:50:34.682151 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 191 rows starting from the beginning of the part | ||
6548 | 2024.05.13 20:50:34.682169 [ 3 ] {} <Trace> HTTP-Session: 04a48c2b-0592-492e-a24d-5b782ce151f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6549 | 2024.05.13 20:50:34.682251 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 156 rows starting from the beginning of the part | ||
6550 | 2024.05.13 20:50:34.682349 [ 3 ] {4e5ac49a-b5b3-41df-b404-88e818db5cdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6551 | 2024.05.13 20:50:34.682367 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 86 rows starting from the beginning of the part | ||
6552 | 2024.05.13 20:50:34.682481 [ 3 ] {4e5ac49a-b5b3-41df-b404-88e818db5cdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6553 | 2024.05.13 20:50:34.682792 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 120 rows starting from the beginning of the part | ||
6554 | 2024.05.13 20:50:34.683040 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 86 rows starting from the beginning of the part | ||
6555 | 2024.05.13 20:50:34.683241 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 121 rows starting from the beginning of the part | ||
6556 | 2024.05.13 20:50:34.683510 [ 3 ] {4e5ac49a-b5b3-41df-b404-88e818db5cdf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6557 | 2024.05.13 20:50:34.684736 [ 191 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 760 rows, containing 4 columns (4 merged, 0 gathered) in 0.003098889 sec., 245249.18446578758 rows/sec., 20.07 MiB/sec. | ||
6558 | 2024.05.13 20:50:34.684961 [ 186 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6559 | 2024.05.13 20:50:34.685499 [ 186 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_41_8} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6560 | 2024.05.13 20:50:34.685606 [ 186 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_41_8} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6561 | 2024.05.13 20:50:34.685717 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
6562 | 2024.05.13 20:50:34.686251 [ 3 ] {4e5ac49a-b5b3-41df-b404-88e818db5cdf} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6563 | 2024.05.13 20:50:34.686292 [ 3 ] {4e5ac49a-b5b3-41df-b404-88e818db5cdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6564 | 2024.05.13 20:50:34.686624 [ 3 ] {4e5ac49a-b5b3-41df-b404-88e818db5cdf} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6565 | 2024.05.13 20:50:34.686983 [ 3 ] {4e5ac49a-b5b3-41df-b404-88e818db5cdf} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6566 | 2024.05.13 20:50:34.687109 [ 3 ] {4e5ac49a-b5b3-41df-b404-88e818db5cdf} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.004825 sec., 829.0155440414508 rows/sec., 57.89 KiB/sec. | ||
6567 | 2024.05.13 20:50:34.687143 [ 92 ] {} <Debug> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
6568 | 2024.05.13 20:50:34.687228 [ 92 ] {} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6569 | 2024.05.13 20:50:34.687294 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6570 | 2024.05.13 20:50:34.687420 [ 3 ] {4e5ac49a-b5b3-41df-b404-88e818db5cdf} <Debug> DynamicQueryHandler: Done processing query | ||
6571 | 2024.05.13 20:50:34.687471 [ 3 ] {4e5ac49a-b5b3-41df-b404-88e818db5cdf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6572 | 2024.05.13 20:50:34.687478 [ 194 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
6573 | 2024.05.13 20:50:34.687497 [ 3 ] {} <Debug> HTTP-Session: 04a48c2b-0592-492e-a24d-5b782ce151f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6574 | 2024.05.13 20:50:34.687644 [ 194 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6575 | 2024.05.13 20:50:34.687676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 15124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6576 | 2024.05.13 20:50:34.687697 [ 194 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 12 rows starting from the beginning of the part | ||
6577 | 2024.05.13 20:50:34.687766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6578 | 2024.05.13 20:50:34.687852 [ 3 ] {} <Debug> HTTP-Session: 42a31510-6441-4f57-bf87-78a62efcf782 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6579 | 2024.05.13 20:50:34.687890 [ 194 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
6580 | 2024.05.13 20:50:34.687939 [ 3 ] {} <Debug> HTTP-Session: 42a31510-6441-4f57-bf87-78a62efcf782 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6581 | 2024.05.13 20:50:34.688056 [ 3 ] {} <Debug> HTTP-Session: 42a31510-6441-4f57-bf87-78a62efcf782 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6582 | 2024.05.13 20:50:34.688249 [ 194 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
6583 | 2024.05.13 20:50:34.688310 [ 3 ] {} <Trace> HTTP-Session: 42a31510-6441-4f57-bf87-78a62efcf782 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6584 | 2024.05.13 20:50:34.688413 [ 194 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
6585 | 2024.05.13 20:50:34.688663 [ 194 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
6586 | 2024.05.13 20:50:34.688850 [ 3 ] {2930dc96-35b2-44bc-8319-9642b38852b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6587 | 2024.05.13 20:50:34.688986 [ 194 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
6588 | 2024.05.13 20:50:34.689066 [ 3 ] {2930dc96-35b2-44bc-8319-9642b38852b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6589 | 2024.05.13 20:50:34.689690 [ 3 ] {2930dc96-35b2-44bc-8319-9642b38852b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6590 | 2024.05.13 20:50:34.690577 [ 3 ] {2930dc96-35b2-44bc-8319-9642b38852b7} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6591 | 2024.05.13 20:50:34.690644 [ 3 ] {2930dc96-35b2-44bc-8319-9642b38852b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6592 | 2024.05.13 20:50:34.691435 [ 194 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.004053448 sec., 5920.8851328547935 rows/sec., 413.42 KiB/sec. | ||
6593 | 2024.05.13 20:50:34.691547 [ 3 ] {2930dc96-35b2-44bc-8319-9642b38852b7} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6594 | 2024.05.13 20:50:34.691617 [ 186 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
6595 | 2024.05.13 20:50:34.692300 [ 3 ] {2930dc96-35b2-44bc-8319-9642b38852b7} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6596 | 2024.05.13 20:50:34.692413 [ 186 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_15_3} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6597 | 2024.05.13 20:50:34.692601 [ 92 ] {} <Debug> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6598 | 2024.05.13 20:50:34.692633 [ 186 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_15_3} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
6599 | 2024.05.13 20:50:34.692640 [ 3 ] {2930dc96-35b2-44bc-8319-9642b38852b7} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.004016 sec., 22161.35458167331 rows/sec., 1.73 MiB/sec. | ||
6600 | 2024.05.13 20:50:34.692685 [ 92 ] {} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6601 | 2024.05.13 20:50:34.692864 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
6602 | 2024.05.13 20:50:34.692950 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6603 | 2024.05.13 20:50:34.693141 [ 194 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::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 | ||
6604 | 2024.05.13 20:50:34.693155 [ 3 ] {2930dc96-35b2-44bc-8319-9642b38852b7} <Debug> DynamicQueryHandler: Done processing query | ||
6605 | 2024.05.13 20:50:34.693199 [ 3 ] {2930dc96-35b2-44bc-8319-9642b38852b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6606 | 2024.05.13 20:50:34.693223 [ 3 ] {} <Debug> HTTP-Session: 42a31510-6441-4f57-bf87-78a62efcf782 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6607 | 2024.05.13 20:50:34.693324 [ 194 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6608 | 2024.05.13 20:50:34.693356 [ 194 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 149 rows starting from the beginning of the part | ||
6609 | 2024.05.13 20:50:34.693455 [ 194 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 111 rows starting from the beginning of the part | ||
6610 | 2024.05.13 20:50:34.693515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 31003, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6611 | 2024.05.13 20:50:34.693714 [ 194 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 74 rows starting from the beginning of the part | ||
6612 | 2024.05.13 20:50:34.693738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6613 | 2024.05.13 20:50:34.693833 [ 3 ] {} <Debug> HTTP-Session: 52d6215f-be70-4903-ad0f-73093ee1e29d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6614 | 2024.05.13 20:50:34.694000 [ 3 ] {} <Debug> HTTP-Session: 52d6215f-be70-4903-ad0f-73093ee1e29d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6615 | 2024.05.13 20:50:34.694050 [ 194 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 87 rows starting from the beginning of the part | ||
6616 | 2024.05.13 20:50:34.694113 [ 3 ] {} <Debug> HTTP-Session: 52d6215f-be70-4903-ad0f-73093ee1e29d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6617 | 2024.05.13 20:50:34.694334 [ 3 ] {} <Trace> HTTP-Session: 52d6215f-be70-4903-ad0f-73093ee1e29d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6618 | 2024.05.13 20:50:34.694373 [ 194 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 74 rows starting from the beginning of the part | ||
6619 | 2024.05.13 20:50:34.694537 [ 194 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 89 rows starting from the beginning of the part | ||
6620 | 2024.05.13 20:50:34.694839 [ 3 ] {5cc0bf51-1bc4-42f7-84f2-2fdcda693eda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6621 | 2024.05.13 20:50:34.695046 [ 3 ] {5cc0bf51-1bc4-42f7-84f2-2fdcda693eda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6622 | 2024.05.13 20:50:34.695598 [ 3 ] {5cc0bf51-1bc4-42f7-84f2-2fdcda693eda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6623 | 2024.05.13 20:50:34.696695 [ 3 ] {5cc0bf51-1bc4-42f7-84f2-2fdcda693eda} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6624 | 2024.05.13 20:50:34.696762 [ 3 ] {5cc0bf51-1bc4-42f7-84f2-2fdcda693eda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6625 | 2024.05.13 20:50:34.697262 [ 186 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 584 rows, containing 4 columns (4 merged, 0 gathered) in 0.00419536 sec., 139201.40345524577 rows/sec., 10.87 MiB/sec. | ||
6626 | 2024.05.13 20:50:34.697480 [ 186 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6627 | 2024.05.13 20:50:34.697574 [ 3 ] {5cc0bf51-1bc4-42f7-84f2-2fdcda693eda} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6628 | 2024.05.13 20:50:34.698396 [ 186 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_41_8} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6629 | 2024.05.13 20:50:34.698507 [ 3 ] {5cc0bf51-1bc4-42f7-84f2-2fdcda693eda} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6630 | 2024.05.13 20:50:34.698578 [ 186 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_41_8} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6631 | 2024.05.13 20:50:34.698737 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
6632 | 2024.05.13 20:50:34.698822 [ 92 ] {} <Debug> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6633 | 2024.05.13 20:50:34.698848 [ 3 ] {5cc0bf51-1bc4-42f7-84f2-2fdcda693eda} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.004283 sec., 37823.95517160868 rows/sec., 2.63 MiB/sec. | ||
6634 | 2024.05.13 20:50:34.698884 [ 92 ] {} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6635 | 2024.05.13 20:50:34.698970 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6636 | 2024.05.13 20:50:34.699180 [ 198 ] {313178d0-1e86-4864-8af4-8d959655e5c5::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 | ||
6637 | 2024.05.13 20:50:34.699249 [ 3 ] {5cc0bf51-1bc4-42f7-84f2-2fdcda693eda} <Debug> DynamicQueryHandler: Done processing query | ||
6638 | 2024.05.13 20:50:34.699307 [ 3 ] {5cc0bf51-1bc4-42f7-84f2-2fdcda693eda} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6639 | 2024.05.13 20:50:34.699358 [ 3 ] {} <Debug> HTTP-Session: 52d6215f-be70-4903-ad0f-73093ee1e29d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6640 | 2024.05.13 20:50:34.699456 [ 198 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6641 | 2024.05.13 20:50:34.699492 [ 198 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 5736 rows starting from the beginning of the part | ||
6642 | 2024.05.13 20:50:34.699595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6643 | 2024.05.13 20:50:34.699701 [ 198 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 197 rows starting from the beginning of the part | ||
6644 | 2024.05.13 20:50:34.699773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6645 | 2024.05.13 20:50:34.699879 [ 3 ] {} <Debug> HTTP-Session: 1446952b-6946-4ab5-be57-f1ea41d0daf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6646 | 2024.05.13 20:50:34.700019 [ 3 ] {} <Debug> HTTP-Session: 1446952b-6946-4ab5-be57-f1ea41d0daf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6647 | 2024.05.13 20:50:34.700035 [ 198 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part | ||
6648 | 2024.05.13 20:50:34.700115 [ 3 ] {} <Debug> HTTP-Session: 1446952b-6946-4ab5-be57-f1ea41d0daf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6649 | 2024.05.13 20:50:34.700264 [ 3 ] {} <Trace> HTTP-Session: 1446952b-6946-4ab5-be57-f1ea41d0daf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6650 | 2024.05.13 20:50:34.700319 [ 198 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 161 rows starting from the beginning of the part | ||
6651 | 2024.05.13 20:50:34.700579 [ 198 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
6652 | 2024.05.13 20:50:34.700676 [ 198 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 162 rows starting from the beginning of the part | ||
6653 | 2024.05.13 20:50:34.700834 [ 3 ] {c9f045fe-4849-42f3-bf35-8c08e6d1d935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6654 | 2024.05.13 20:50:34.701032 [ 3 ] {c9f045fe-4849-42f3-bf35-8c08e6d1d935} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6655 | 2024.05.13 20:50:34.701622 [ 3 ] {c9f045fe-4849-42f3-bf35-8c08e6d1d935} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6656 | 2024.05.13 20:50:34.702281 [ 3 ] {c9f045fe-4849-42f3-bf35-8c08e6d1d935} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6657 | 2024.05.13 20:50:34.702345 [ 3 ] {c9f045fe-4849-42f3-bf35-8c08e6d1d935} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6658 | 2024.05.13 20:50:34.703577 [ 3 ] {c9f045fe-4849-42f3-bf35-8c08e6d1d935} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6659 | 2024.05.13 20:50:34.704337 [ 3 ] {c9f045fe-4849-42f3-bf35-8c08e6d1d935} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6660 | 2024.05.13 20:50:34.704524 [ 3 ] {c9f045fe-4849-42f3-bf35-8c08e6d1d935} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.003984 sec., 5271.084337349398 rows/sec., 7.11 MiB/sec. | ||
6661 | 2024.05.13 20:50:34.705009 [ 3 ] {c9f045fe-4849-42f3-bf35-8c08e6d1d935} <Debug> DynamicQueryHandler: Done processing query | ||
6662 | 2024.05.13 20:50:34.705035 [ 3 ] {c9f045fe-4849-42f3-bf35-8c08e6d1d935} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
6663 | 2024.05.13 20:50:34.705051 [ 3 ] {} <Debug> HTTP-Session: 1446952b-6946-4ab5-be57-f1ea41d0daf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6664 | 2024.05.13 20:50:34.705250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6665 | 2024.05.13 20:50:34.705320 [ 198 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6576 rows, containing 5 columns (5 merged, 0 gathered) in 0.006235519 sec., 1054603.4740652703 rows/sec., 73.33 MiB/sec. | ||
6666 | 2024.05.13 20:50:34.705336 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6667 | 2024.05.13 20:50:34.705386 [ 3 ] {} <Debug> HTTP-Session: 59c365bc-3630-4345-b2ee-ecd67df0ab89 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6668 | 2024.05.13 20:50:34.705402 [ 3 ] {} <Debug> HTTP-Session: 59c365bc-3630-4345-b2ee-ecd67df0ab89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6669 | 2024.05.13 20:50:34.705416 [ 3 ] {} <Debug> HTTP-Session: 59c365bc-3630-4345-b2ee-ecd67df0ab89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6670 | 2024.05.13 20:50:34.705449 [ 3 ] {} <Trace> HTTP-Session: 59c365bc-3630-4345-b2ee-ecd67df0ab89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6671 | 2024.05.13 20:50:34.705593 [ 3 ] {a2afcc45-7c21-4f48-8064-7286608fd4ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6672 | 2024.05.13 20:50:34.705656 [ 3 ] {a2afcc45-7c21-4f48-8064-7286608fd4ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6673 | 2024.05.13 20:50:34.705739 [ 198 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6674 | 2024.05.13 20:50:34.706079 [ 3 ] {a2afcc45-7c21-4f48-8064-7286608fd4ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6675 | 2024.05.13 20:50:34.706724 [ 198 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6676 | 2024.05.13 20:50:34.706767 [ 3 ] {a2afcc45-7c21-4f48-8064-7286608fd4ed} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6677 | 2024.05.13 20:50:34.706841 [ 3 ] {a2afcc45-7c21-4f48-8064-7286608fd4ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6678 | 2024.05.13 20:50:34.706878 [ 198 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6679 | 2024.05.13 20:50:34.707052 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.35 MiB. | ||
6680 | 2024.05.13 20:50:34.707361 [ 3 ] {a2afcc45-7c21-4f48-8064-7286608fd4ed} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6681 | 2024.05.13 20:50:34.707686 [ 3 ] {a2afcc45-7c21-4f48-8064-7286608fd4ed} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6682 | 2024.05.13 20:50:34.707851 [ 3 ] {a2afcc45-7c21-4f48-8064-7286608fd4ed} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002311 sec., 25962.786672436174 rows/sec., 1.75 MiB/sec. | ||
6683 | 2024.05.13 20:50:34.707858 [ 92 ] {} <Debug> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6684 | 2024.05.13 20:50:34.707959 [ 92 ] {} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6685 | 2024.05.13 20:50:34.708026 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
6686 | 2024.05.13 20:50:34.708167 [ 3 ] {a2afcc45-7c21-4f48-8064-7286608fd4ed} <Debug> DynamicQueryHandler: Done processing query | ||
6687 | 2024.05.13 20:50:34.708187 [ 194 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
6688 | 2024.05.13 20:50:34.708207 [ 3 ] {a2afcc45-7c21-4f48-8064-7286608fd4ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6689 | 2024.05.13 20:50:34.708257 [ 3 ] {} <Debug> HTTP-Session: 59c365bc-3630-4345-b2ee-ecd67df0ab89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6690 | 2024.05.13 20:50:34.708369 [ 194 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6691 | 2024.05.13 20:50:34.708402 [ 194 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1772 rows starting from the beginning of the part | ||
6692 | 2024.05.13 20:50:34.708460 [ 194 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
6693 | 2024.05.13 20:50:34.708553 [ 194 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
6694 | 2024.05.13 20:50:34.708792 [ 194 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
6695 | 2024.05.13 20:50:34.709017 [ 194 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
6696 | 2024.05.13 20:50:34.709108 [ 194 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
6697 | 2024.05.13 20:50:34.710340 [ 187 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2072 rows, containing 4 columns (4 merged, 0 gathered) in 0.002222111 sec., 932446.6689557811 rows/sec., 63.53 MiB/sec. | ||
6698 | 2024.05.13 20:50:34.710649 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6699 | 2024.05.13 20:50:34.711141 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_41_8} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6700 | 2024.05.13 20:50:34.711233 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_41_8} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6701 | 2024.05.13 20:50:34.711335 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
6702 | 2024.05.13 20:50:39.672066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6703 | 2024.05.13 20:50:39.672235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6704 | 2024.05.13 20:50:39.672264 [ 3 ] {} <Debug> HTTP-Session: 4d2919e2-9403-4cd7-84b1-9c678fbd3497 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6705 | 2024.05.13 20:50:39.672293 [ 3 ] {} <Debug> HTTP-Session: 4d2919e2-9403-4cd7-84b1-9c678fbd3497 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6706 | 2024.05.13 20:50:39.672312 [ 3 ] {} <Debug> HTTP-Session: 4d2919e2-9403-4cd7-84b1-9c678fbd3497 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6707 | 2024.05.13 20:50:39.672369 [ 3 ] {} <Trace> HTTP-Session: 4d2919e2-9403-4cd7-84b1-9c678fbd3497 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6708 | 2024.05.13 20:50:39.672577 [ 3 ] {85b52f54-82d6-46b7-a929-29f7923a1599} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6709 | 2024.05.13 20:50:39.672652 [ 3 ] {85b52f54-82d6-46b7-a929-29f7923a1599} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6710 | 2024.05.13 20:50:39.672871 [ 3 ] {85b52f54-82d6-46b7-a929-29f7923a1599} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6711 | 2024.05.13 20:50:39.673309 [ 3 ] {85b52f54-82d6-46b7-a929-29f7923a1599} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6712 | 2024.05.13 20:50:39.673355 [ 3 ] {85b52f54-82d6-46b7-a929-29f7923a1599} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
6713 | 2024.05.13 20:50:39.673717 [ 3 ] {85b52f54-82d6-46b7-a929-29f7923a1599} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6714 | 2024.05.13 20:50:39.674053 [ 3 ] {85b52f54-82d6-46b7-a929-29f7923a1599} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6715 | 2024.05.13 20:50:39.674232 [ 3 ] {85b52f54-82d6-46b7-a929-29f7923a1599} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001709 sec., 5851.375073142189 rows/sec., 474.28 KiB/sec. | ||
6716 | 2024.05.13 20:50:39.674447 [ 3 ] {85b52f54-82d6-46b7-a929-29f7923a1599} <Debug> DynamicQueryHandler: Done processing query | ||
6717 | 2024.05.13 20:50:39.674474 [ 3 ] {85b52f54-82d6-46b7-a929-29f7923a1599} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6718 | 2024.05.13 20:50:39.674490 [ 3 ] {} <Debug> HTTP-Session: 4d2919e2-9403-4cd7-84b1-9c678fbd3497 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6719 | 2024.05.13 20:50:39.674674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12383, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6720 | 2024.05.13 20:50:39.674728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6721 | 2024.05.13 20:50:39.674748 [ 3 ] {} <Debug> HTTP-Session: 0da25c61-e36c-4de7-896c-207872253a16 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6722 | 2024.05.13 20:50:39.674767 [ 3 ] {} <Debug> HTTP-Session: 0da25c61-e36c-4de7-896c-207872253a16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6723 | 2024.05.13 20:50:39.674780 [ 3 ] {} <Debug> HTTP-Session: 0da25c61-e36c-4de7-896c-207872253a16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6724 | 2024.05.13 20:50:39.674816 [ 3 ] {} <Trace> HTTP-Session: 0da25c61-e36c-4de7-896c-207872253a16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6725 | 2024.05.13 20:50:39.674945 [ 3 ] {a21f17d1-6676-46ef-82e3-a82aac587018} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6726 | 2024.05.13 20:50:39.674991 [ 3 ] {a21f17d1-6676-46ef-82e3-a82aac587018} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6727 | 2024.05.13 20:50:39.675128 [ 3 ] {a21f17d1-6676-46ef-82e3-a82aac587018} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6728 | 2024.05.13 20:50:39.675478 [ 3 ] {a21f17d1-6676-46ef-82e3-a82aac587018} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6729 | 2024.05.13 20:50:39.675515 [ 3 ] {a21f17d1-6676-46ef-82e3-a82aac587018} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
6730 | 2024.05.13 20:50:39.675828 [ 3 ] {a21f17d1-6676-46ef-82e3-a82aac587018} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6731 | 2024.05.13 20:50:39.676141 [ 3 ] {a21f17d1-6676-46ef-82e3-a82aac587018} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6732 | 2024.05.13 20:50:39.676291 [ 3 ] {a21f17d1-6676-46ef-82e3-a82aac587018} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.001391 sec., 61826.02444284687 rows/sec., 5.00 MiB/sec. | ||
6733 | 2024.05.13 20:50:39.676445 [ 3 ] {a21f17d1-6676-46ef-82e3-a82aac587018} <Debug> DynamicQueryHandler: Done processing query | ||
6734 | 2024.05.13 20:50:39.676469 [ 3 ] {a21f17d1-6676-46ef-82e3-a82aac587018} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6735 | 2024.05.13 20:50:39.676485 [ 3 ] {} <Debug> HTTP-Session: 0da25c61-e36c-4de7-896c-207872253a16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6736 | 2024.05.13 20:50:39.676649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6737 | 2024.05.13 20:50:39.676695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6738 | 2024.05.13 20:50:39.676714 [ 3 ] {} <Debug> HTTP-Session: 6954fa54-92d8-407c-9681-f77754747e79 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6739 | 2024.05.13 20:50:39.676731 [ 3 ] {} <Debug> HTTP-Session: 6954fa54-92d8-407c-9681-f77754747e79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6740 | 2024.05.13 20:50:39.676744 [ 3 ] {} <Debug> HTTP-Session: 6954fa54-92d8-407c-9681-f77754747e79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6741 | 2024.05.13 20:50:39.676775 [ 3 ] {} <Trace> HTTP-Session: 6954fa54-92d8-407c-9681-f77754747e79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6742 | 2024.05.13 20:50:39.676890 [ 3 ] {20516ef9-a1fa-44b2-a205-e5fe52770e34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6743 | 2024.05.13 20:50:39.676933 [ 3 ] {20516ef9-a1fa-44b2-a205-e5fe52770e34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6744 | 2024.05.13 20:50:39.677056 [ 3 ] {20516ef9-a1fa-44b2-a205-e5fe52770e34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6745 | 2024.05.13 20:50:39.677362 [ 3 ] {20516ef9-a1fa-44b2-a205-e5fe52770e34} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6746 | 2024.05.13 20:50:39.677398 [ 3 ] {20516ef9-a1fa-44b2-a205-e5fe52770e34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
6747 | 2024.05.13 20:50:39.677695 [ 3 ] {20516ef9-a1fa-44b2-a205-e5fe52770e34} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6748 | 2024.05.13 20:50:39.678005 [ 3 ] {20516ef9-a1fa-44b2-a205-e5fe52770e34} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6749 | 2024.05.13 20:50:39.678148 [ 3 ] {20516ef9-a1fa-44b2-a205-e5fe52770e34} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001298 sec., 57010.78582434515 rows/sec., 4.45 MiB/sec. | ||
6750 | 2024.05.13 20:50:39.678297 [ 3 ] {20516ef9-a1fa-44b2-a205-e5fe52770e34} <Debug> DynamicQueryHandler: Done processing query | ||
6751 | 2024.05.13 20:50:39.678322 [ 3 ] {20516ef9-a1fa-44b2-a205-e5fe52770e34} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6752 | 2024.05.13 20:50:39.678337 [ 3 ] {} <Debug> HTTP-Session: 6954fa54-92d8-407c-9681-f77754747e79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6753 | 2024.05.13 20:50:39.678566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6754 | 2024.05.13 20:50:39.678613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6755 | 2024.05.13 20:50:39.678632 [ 3 ] {} <Debug> HTTP-Session: f4f060be-de06-4948-95d1-af6262f29b3d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6756 | 2024.05.13 20:50:39.678649 [ 3 ] {} <Debug> HTTP-Session: f4f060be-de06-4948-95d1-af6262f29b3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6757 | 2024.05.13 20:50:39.678662 [ 3 ] {} <Debug> HTTP-Session: f4f060be-de06-4948-95d1-af6262f29b3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6758 | 2024.05.13 20:50:39.678693 [ 3 ] {} <Trace> HTTP-Session: f4f060be-de06-4948-95d1-af6262f29b3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6759 | 2024.05.13 20:50:39.678835 [ 3 ] {69d8edb8-2c10-4b34-95d0-8b59815f2c1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6760 | 2024.05.13 20:50:39.678882 [ 3 ] {69d8edb8-2c10-4b34-95d0-8b59815f2c1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6761 | 2024.05.13 20:50:39.679025 [ 3 ] {69d8edb8-2c10-4b34-95d0-8b59815f2c1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6762 | 2024.05.13 20:50:39.679390 [ 3 ] {69d8edb8-2c10-4b34-95d0-8b59815f2c1e} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6763 | 2024.05.13 20:50:39.679425 [ 3 ] {69d8edb8-2c10-4b34-95d0-8b59815f2c1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
6764 | 2024.05.13 20:50:39.679805 [ 3 ] {69d8edb8-2c10-4b34-95d0-8b59815f2c1e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6765 | 2024.05.13 20:50:39.680128 [ 3 ] {69d8edb8-2c10-4b34-95d0-8b59815f2c1e} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6766 | 2024.05.13 20:50:39.680279 [ 3 ] {69d8edb8-2c10-4b34-95d0-8b59815f2c1e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001507 sec., 106171.20106171201 rows/sec., 7.39 MiB/sec. | ||
6767 | 2024.05.13 20:50:39.680447 [ 3 ] {69d8edb8-2c10-4b34-95d0-8b59815f2c1e} <Debug> DynamicQueryHandler: Done processing query | ||
6768 | 2024.05.13 20:50:39.680471 [ 3 ] {69d8edb8-2c10-4b34-95d0-8b59815f2c1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6769 | 2024.05.13 20:50:39.680486 [ 3 ] {} <Debug> HTTP-Session: f4f060be-de06-4948-95d1-af6262f29b3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6770 | 2024.05.13 20:50:39.680620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10759, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6771 | 2024.05.13 20:50:39.680668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6772 | 2024.05.13 20:50:39.680686 [ 3 ] {} <Debug> HTTP-Session: d6da20a1-373d-45c1-8d39-a70437dc3aea Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6773 | 2024.05.13 20:50:39.680702 [ 3 ] {} <Debug> HTTP-Session: d6da20a1-373d-45c1-8d39-a70437dc3aea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6774 | 2024.05.13 20:50:39.680715 [ 3 ] {} <Debug> HTTP-Session: d6da20a1-373d-45c1-8d39-a70437dc3aea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6775 | 2024.05.13 20:50:39.680746 [ 3 ] {} <Trace> HTTP-Session: d6da20a1-373d-45c1-8d39-a70437dc3aea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6776 | 2024.05.13 20:50:39.680894 [ 3 ] {bd8cabfb-78c0-43aa-93c9-8d72e0d8a895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6777 | 2024.05.13 20:50:39.680941 [ 3 ] {bd8cabfb-78c0-43aa-93c9-8d72e0d8a895} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6778 | 2024.05.13 20:50:39.681099 [ 3 ] {bd8cabfb-78c0-43aa-93c9-8d72e0d8a895} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6779 | 2024.05.13 20:50:39.681525 [ 3 ] {bd8cabfb-78c0-43aa-93c9-8d72e0d8a895} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6780 | 2024.05.13 20:50:39.681573 [ 3 ] {bd8cabfb-78c0-43aa-93c9-8d72e0d8a895} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
6781 | 2024.05.13 20:50:39.681960 [ 3 ] {bd8cabfb-78c0-43aa-93c9-8d72e0d8a895} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6782 | 2024.05.13 20:50:39.682285 [ 3 ] {bd8cabfb-78c0-43aa-93c9-8d72e0d8a895} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6783 | 2024.05.13 20:50:39.682439 [ 3 ] {bd8cabfb-78c0-43aa-93c9-8d72e0d8a895} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.001616 sec., 6188.118811881188 rows/sec., 8.35 MiB/sec. | ||
6784 | 2024.05.13 20:50:39.682598 [ 3 ] {bd8cabfb-78c0-43aa-93c9-8d72e0d8a895} <Debug> DynamicQueryHandler: Done processing query | ||
6785 | 2024.05.13 20:50:39.682621 [ 3 ] {bd8cabfb-78c0-43aa-93c9-8d72e0d8a895} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6786 | 2024.05.13 20:50:39.682636 [ 3 ] {} <Debug> HTTP-Session: d6da20a1-373d-45c1-8d39-a70437dc3aea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6787 | 2024.05.13 20:50:39.682759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6788 | 2024.05.13 20:50:39.682806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6789 | 2024.05.13 20:50:39.682824 [ 3 ] {} <Debug> HTTP-Session: cc7d2351-a261-43f0-a150-1d89d26ddb75 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6790 | 2024.05.13 20:50:39.682840 [ 3 ] {} <Debug> HTTP-Session: cc7d2351-a261-43f0-a150-1d89d26ddb75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6791 | 2024.05.13 20:50:39.682854 [ 3 ] {} <Debug> HTTP-Session: cc7d2351-a261-43f0-a150-1d89d26ddb75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6792 | 2024.05.13 20:50:39.682884 [ 3 ] {} <Trace> HTTP-Session: cc7d2351-a261-43f0-a150-1d89d26ddb75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6793 | 2024.05.13 20:50:39.682993 [ 3 ] {5f37a86c-69e9-44bb-a113-1fbb5790de1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6794 | 2024.05.13 20:50:39.683037 [ 3 ] {5f37a86c-69e9-44bb-a113-1fbb5790de1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6795 | 2024.05.13 20:50:39.683161 [ 3 ] {5f37a86c-69e9-44bb-a113-1fbb5790de1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6796 | 2024.05.13 20:50:39.683434 [ 3 ] {5f37a86c-69e9-44bb-a113-1fbb5790de1f} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6797 | 2024.05.13 20:50:39.683470 [ 3 ] {5f37a86c-69e9-44bb-a113-1fbb5790de1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
6798 | 2024.05.13 20:50:39.683818 [ 3 ] {5f37a86c-69e9-44bb-a113-1fbb5790de1f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6799 | 2024.05.13 20:50:39.684130 [ 3 ] {5f37a86c-69e9-44bb-a113-1fbb5790de1f} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6800 | 2024.05.13 20:50:39.684281 [ 3 ] {5f37a86c-69e9-44bb-a113-1fbb5790de1f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001316 sec., 45592.705167173255 rows/sec., 3.07 MiB/sec. | ||
6801 | 2024.05.13 20:50:39.684435 [ 3 ] {5f37a86c-69e9-44bb-a113-1fbb5790de1f} <Debug> DynamicQueryHandler: Done processing query | ||
6802 | 2024.05.13 20:50:39.684460 [ 3 ] {5f37a86c-69e9-44bb-a113-1fbb5790de1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6803 | 2024.05.13 20:50:39.684475 [ 3 ] {} <Debug> HTTP-Session: cc7d2351-a261-43f0-a150-1d89d26ddb75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6804 | 2024.05.13 20:50:42.830719 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6805 | 2024.05.13 20:50:42.830783 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6806 | 2024.05.13 20:50:44.673677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6807 | 2024.05.13 20:50:44.673788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6808 | 2024.05.13 20:50:44.673812 [ 3 ] {} <Debug> HTTP-Session: 0f11578f-8d11-4892-b5b7-a75c7bf8148e Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6809 | 2024.05.13 20:50:44.673837 [ 3 ] {} <Debug> HTTP-Session: 0f11578f-8d11-4892-b5b7-a75c7bf8148e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6810 | 2024.05.13 20:50:44.673851 [ 3 ] {} <Debug> HTTP-Session: 0f11578f-8d11-4892-b5b7-a75c7bf8148e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6811 | 2024.05.13 20:50:44.673898 [ 3 ] {} <Trace> HTTP-Session: 0f11578f-8d11-4892-b5b7-a75c7bf8148e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6812 | 2024.05.13 20:50:44.674084 [ 3 ] {3bf7b967-4b14-44a7-b277-7b839da8010e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6813 | 2024.05.13 20:50:44.674149 [ 3 ] {3bf7b967-4b14-44a7-b277-7b839da8010e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6814 | 2024.05.13 20:50:44.674337 [ 3 ] {3bf7b967-4b14-44a7-b277-7b839da8010e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6815 | 2024.05.13 20:50:44.674687 [ 3 ] {3bf7b967-4b14-44a7-b277-7b839da8010e} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6816 | 2024.05.13 20:50:44.674728 [ 3 ] {3bf7b967-4b14-44a7-b277-7b839da8010e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
6817 | 2024.05.13 20:50:44.675074 [ 3 ] {3bf7b967-4b14-44a7-b277-7b839da8010e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6818 | 2024.05.13 20:50:44.675409 [ 3 ] {3bf7b967-4b14-44a7-b277-7b839da8010e} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6819 | 2024.05.13 20:50:44.675563 [ 3 ] {3bf7b967-4b14-44a7-b277-7b839da8010e} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001536 sec., 13671.875 rows/sec., 1.08 MiB/sec. | ||
6820 | 2024.05.13 20:50:44.675864 [ 3 ] {3bf7b967-4b14-44a7-b277-7b839da8010e} <Debug> DynamicQueryHandler: Done processing query | ||
6821 | 2024.05.13 20:50:44.675918 [ 3 ] {3bf7b967-4b14-44a7-b277-7b839da8010e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6822 | 2024.05.13 20:50:44.675952 [ 3 ] {} <Debug> HTTP-Session: 0f11578f-8d11-4892-b5b7-a75c7bf8148e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6823 | 2024.05.13 20:50:44.676090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6824 | 2024.05.13 20:50:44.676136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6825 | 2024.05.13 20:50:44.676155 [ 3 ] {} <Debug> HTTP-Session: 892efea8-a488-4b0c-a3da-fe83881974b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6826 | 2024.05.13 20:50:44.676171 [ 3 ] {} <Debug> HTTP-Session: 892efea8-a488-4b0c-a3da-fe83881974b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6827 | 2024.05.13 20:50:44.676184 [ 3 ] {} <Debug> HTTP-Session: 892efea8-a488-4b0c-a3da-fe83881974b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6828 | 2024.05.13 20:50:44.676214 [ 3 ] {} <Trace> HTTP-Session: 892efea8-a488-4b0c-a3da-fe83881974b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6829 | 2024.05.13 20:50:44.676313 [ 3 ] {25672e5d-7737-4058-9941-4bd9a15b334c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6830 | 2024.05.13 20:50:44.676357 [ 3 ] {25672e5d-7737-4058-9941-4bd9a15b334c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6831 | 2024.05.13 20:50:44.676505 [ 3 ] {25672e5d-7737-4058-9941-4bd9a15b334c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6832 | 2024.05.13 20:50:44.676829 [ 3 ] {25672e5d-7737-4058-9941-4bd9a15b334c} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6833 | 2024.05.13 20:50:44.676865 [ 3 ] {25672e5d-7737-4058-9941-4bd9a15b334c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
6834 | 2024.05.13 20:50:44.677155 [ 3 ] {25672e5d-7737-4058-9941-4bd9a15b334c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6835 | 2024.05.13 20:50:44.677451 [ 3 ] {25672e5d-7737-4058-9941-4bd9a15b334c} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6836 | 2024.05.13 20:50:44.677606 [ 3 ] {25672e5d-7737-4058-9941-4bd9a15b334c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001319 sec., 1516.3002274450341 rows/sec., 123.64 KiB/sec. | ||
6837 | 2024.05.13 20:50:44.677762 [ 3 ] {25672e5d-7737-4058-9941-4bd9a15b334c} <Debug> DynamicQueryHandler: Done processing query | ||
6838 | 2024.05.13 20:50:44.677786 [ 3 ] {25672e5d-7737-4058-9941-4bd9a15b334c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6839 | 2024.05.13 20:50:44.677802 [ 3 ] {} <Debug> HTTP-Session: 892efea8-a488-4b0c-a3da-fe83881974b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6840 | 2024.05.13 20:50:44.677933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6841 | 2024.05.13 20:50:44.677978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6842 | 2024.05.13 20:50:44.677996 [ 3 ] {} <Debug> HTTP-Session: 12a132e4-f3f8-4f5a-82e0-33694c64d046 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6843 | 2024.05.13 20:50:44.678012 [ 3 ] {} <Debug> HTTP-Session: 12a132e4-f3f8-4f5a-82e0-33694c64d046 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6844 | 2024.05.13 20:50:44.678026 [ 3 ] {} <Debug> HTTP-Session: 12a132e4-f3f8-4f5a-82e0-33694c64d046 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6845 | 2024.05.13 20:50:44.678056 [ 3 ] {} <Trace> HTTP-Session: 12a132e4-f3f8-4f5a-82e0-33694c64d046 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6846 | 2024.05.13 20:50:44.678190 [ 3 ] {0cd5f944-503b-4d2b-907b-64138216650e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6847 | 2024.05.13 20:50:44.678232 [ 3 ] {0cd5f944-503b-4d2b-907b-64138216650e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6848 | 2024.05.13 20:50:44.678361 [ 3 ] {0cd5f944-503b-4d2b-907b-64138216650e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6849 | 2024.05.13 20:50:44.678731 [ 3 ] {0cd5f944-503b-4d2b-907b-64138216650e} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6850 | 2024.05.13 20:50:44.678766 [ 3 ] {0cd5f944-503b-4d2b-907b-64138216650e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
6851 | 2024.05.13 20:50:44.679067 [ 3 ] {0cd5f944-503b-4d2b-907b-64138216650e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6852 | 2024.05.13 20:50:44.679363 [ 3 ] {0cd5f944-503b-4d2b-907b-64138216650e} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6853 | 2024.05.13 20:50:44.679515 [ 3 ] {0cd5f944-503b-4d2b-907b-64138216650e} <Debug> executeQuery: Read 156 rows, 12.97 KiB in 0.001379 sec., 113125.45322697607 rows/sec., 9.19 MiB/sec. | ||
6854 | 2024.05.13 20:50:44.679665 [ 3 ] {0cd5f944-503b-4d2b-907b-64138216650e} <Debug> DynamicQueryHandler: Done processing query | ||
6855 | 2024.05.13 20:50:44.679688 [ 3 ] {0cd5f944-503b-4d2b-907b-64138216650e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6856 | 2024.05.13 20:50:44.679704 [ 3 ] {} <Debug> HTTP-Session: 12a132e4-f3f8-4f5a-82e0-33694c64d046 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6857 | 2024.05.13 20:50:44.679812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6858 | 2024.05.13 20:50:44.679859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6859 | 2024.05.13 20:50:44.679878 [ 3 ] {} <Debug> HTTP-Session: 94ea116e-6aa7-4c96-b676-6e632784b2e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6860 | 2024.05.13 20:50:44.679894 [ 3 ] {} <Debug> HTTP-Session: 94ea116e-6aa7-4c96-b676-6e632784b2e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6861 | 2024.05.13 20:50:44.679907 [ 3 ] {} <Debug> HTTP-Session: 94ea116e-6aa7-4c96-b676-6e632784b2e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6862 | 2024.05.13 20:50:44.679935 [ 3 ] {} <Trace> HTTP-Session: 94ea116e-6aa7-4c96-b676-6e632784b2e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6863 | 2024.05.13 20:50:44.680025 [ 3 ] {b1a0e408-a028-4488-ac7b-86f550e13b9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6864 | 2024.05.13 20:50:44.680066 [ 3 ] {b1a0e408-a028-4488-ac7b-86f550e13b9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6865 | 2024.05.13 20:50:44.680192 [ 3 ] {b1a0e408-a028-4488-ac7b-86f550e13b9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6866 | 2024.05.13 20:50:44.680454 [ 3 ] {b1a0e408-a028-4488-ac7b-86f550e13b9a} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6867 | 2024.05.13 20:50:44.680490 [ 3 ] {b1a0e408-a028-4488-ac7b-86f550e13b9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
6868 | 2024.05.13 20:50:44.680774 [ 3 ] {b1a0e408-a028-4488-ac7b-86f550e13b9a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6869 | 2024.05.13 20:50:44.681079 [ 3 ] {b1a0e408-a028-4488-ac7b-86f550e13b9a} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6870 | 2024.05.13 20:50:44.681221 [ 3 ] {b1a0e408-a028-4488-ac7b-86f550e13b9a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001211 sec., 1651.5276630883566 rows/sec., 115.32 KiB/sec. | ||
6871 | 2024.05.13 20:50:44.681385 [ 3 ] {b1a0e408-a028-4488-ac7b-86f550e13b9a} <Debug> DynamicQueryHandler: Done processing query | ||
6872 | 2024.05.13 20:50:44.681409 [ 3 ] {b1a0e408-a028-4488-ac7b-86f550e13b9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6873 | 2024.05.13 20:50:44.681424 [ 3 ] {} <Debug> HTTP-Session: 94ea116e-6aa7-4c96-b676-6e632784b2e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6874 | 2024.05.13 20:50:44.681552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 18827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6875 | 2024.05.13 20:50:44.681598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6876 | 2024.05.13 20:50:44.681616 [ 3 ] {} <Debug> HTTP-Session: 98478143-0497-48b4-a6ac-b8a3bec68c05 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6877 | 2024.05.13 20:50:44.681631 [ 3 ] {} <Debug> HTTP-Session: 98478143-0497-48b4-a6ac-b8a3bec68c05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6878 | 2024.05.13 20:50:44.681645 [ 3 ] {} <Debug> HTTP-Session: 98478143-0497-48b4-a6ac-b8a3bec68c05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6879 | 2024.05.13 20:50:44.681674 [ 3 ] {} <Trace> HTTP-Session: 98478143-0497-48b4-a6ac-b8a3bec68c05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6880 | 2024.05.13 20:50:44.681792 [ 3 ] {7df22de6-801b-4db0-aa8c-435b6f927b7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6881 | 2024.05.13 20:50:44.681833 [ 3 ] {7df22de6-801b-4db0-aa8c-435b6f927b7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6882 | 2024.05.13 20:50:44.681960 [ 3 ] {7df22de6-801b-4db0-aa8c-435b6f927b7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6883 | 2024.05.13 20:50:44.682369 [ 3 ] {7df22de6-801b-4db0-aa8c-435b6f927b7f} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6884 | 2024.05.13 20:50:44.682405 [ 3 ] {7df22de6-801b-4db0-aa8c-435b6f927b7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
6885 | 2024.05.13 20:50:44.682705 [ 3 ] {7df22de6-801b-4db0-aa8c-435b6f927b7f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6886 | 2024.05.13 20:50:44.682998 [ 3 ] {7df22de6-801b-4db0-aa8c-435b6f927b7f} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6887 | 2024.05.13 20:50:44.683147 [ 3 ] {7df22de6-801b-4db0-aa8c-435b6f927b7f} <Debug> executeQuery: Read 111 rows, 8.86 KiB in 0.00139 sec., 79856.11510791368 rows/sec., 6.22 MiB/sec. | ||
6888 | 2024.05.13 20:50:44.683314 [ 3 ] {7df22de6-801b-4db0-aa8c-435b6f927b7f} <Debug> DynamicQueryHandler: Done processing query | ||
6889 | 2024.05.13 20:50:44.683337 [ 3 ] {7df22de6-801b-4db0-aa8c-435b6f927b7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6890 | 2024.05.13 20:50:44.683353 [ 3 ] {} <Debug> HTTP-Session: 98478143-0497-48b4-a6ac-b8a3bec68c05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6891 | 2024.05.13 20:50:44.683515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 37780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6892 | 2024.05.13 20:50:44.683562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6893 | 2024.05.13 20:50:44.683580 [ 3 ] {} <Debug> HTTP-Session: 6f71d176-9bc8-4d0d-a8b5-d403241ceb80 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6894 | 2024.05.13 20:50:44.683596 [ 3 ] {} <Debug> HTTP-Session: 6f71d176-9bc8-4d0d-a8b5-d403241ceb80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6895 | 2024.05.13 20:50:44.683609 [ 3 ] {} <Debug> HTTP-Session: 6f71d176-9bc8-4d0d-a8b5-d403241ceb80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6896 | 2024.05.13 20:50:44.683638 [ 3 ] {} <Trace> HTTP-Session: 6f71d176-9bc8-4d0d-a8b5-d403241ceb80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6897 | 2024.05.13 20:50:44.683817 [ 3 ] {4f7ad0fe-57b8-4706-bfcf-c543cc173463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6898 | 2024.05.13 20:50:44.683863 [ 3 ] {4f7ad0fe-57b8-4706-bfcf-c543cc173463} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6899 | 2024.05.13 20:50:44.684009 [ 3 ] {4f7ad0fe-57b8-4706-bfcf-c543cc173463} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6900 | 2024.05.13 20:50:44.684407 [ 3 ] {4f7ad0fe-57b8-4706-bfcf-c543cc173463} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6901 | 2024.05.13 20:50:44.684441 [ 3 ] {4f7ad0fe-57b8-4706-bfcf-c543cc173463} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
6902 | 2024.05.13 20:50:44.684814 [ 3 ] {4f7ad0fe-57b8-4706-bfcf-c543cc173463} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6903 | 2024.05.13 20:50:44.685132 [ 3 ] {4f7ad0fe-57b8-4706-bfcf-c543cc173463} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6904 | 2024.05.13 20:50:44.685283 [ 3 ] {4f7ad0fe-57b8-4706-bfcf-c543cc173463} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001561 sec., 126201.15310698269 rows/sec., 8.81 MiB/sec. | ||
6905 | 2024.05.13 20:50:44.685439 [ 3 ] {4f7ad0fe-57b8-4706-bfcf-c543cc173463} <Debug> DynamicQueryHandler: Done processing query | ||
6906 | 2024.05.13 20:50:44.685462 [ 3 ] {4f7ad0fe-57b8-4706-bfcf-c543cc173463} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
6907 | 2024.05.13 20:50:44.685477 [ 3 ] {} <Debug> HTTP-Session: 6f71d176-9bc8-4d0d-a8b5-d403241ceb80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6908 | 2024.05.13 20:50:44.685606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6909 | 2024.05.13 20:50:44.685655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6910 | 2024.05.13 20:50:44.685674 [ 3 ] {} <Debug> HTTP-Session: 2d541785-df26-47e0-9831-30206ff9efeb Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6911 | 2024.05.13 20:50:44.685690 [ 3 ] {} <Debug> HTTP-Session: 2d541785-df26-47e0-9831-30206ff9efeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6912 | 2024.05.13 20:50:44.685704 [ 3 ] {} <Debug> HTTP-Session: 2d541785-df26-47e0-9831-30206ff9efeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6913 | 2024.05.13 20:50:44.685733 [ 3 ] {} <Trace> HTTP-Session: 2d541785-df26-47e0-9831-30206ff9efeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6914 | 2024.05.13 20:50:44.685937 [ 3 ] {37158a64-3bf3-446d-a493-f84c61730ad0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6915 | 2024.05.13 20:50:44.686000 [ 3 ] {37158a64-3bf3-446d-a493-f84c61730ad0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6916 | 2024.05.13 20:50:44.686205 [ 3 ] {37158a64-3bf3-446d-a493-f84c61730ad0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6917 | 2024.05.13 20:50:44.686717 [ 3 ] {37158a64-3bf3-446d-a493-f84c61730ad0} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6918 | 2024.05.13 20:50:44.686761 [ 3 ] {37158a64-3bf3-446d-a493-f84c61730ad0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
6919 | 2024.05.13 20:50:44.687258 [ 3 ] {37158a64-3bf3-446d-a493-f84c61730ad0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6920 | 2024.05.13 20:50:44.687682 [ 3 ] {37158a64-3bf3-446d-a493-f84c61730ad0} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6921 | 2024.05.13 20:50:44.687870 [ 3 ] {37158a64-3bf3-446d-a493-f84c61730ad0} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.002062 sec., 10184.287099903007 rows/sec., 13.74 MiB/sec. | ||
6922 | 2024.05.13 20:50:44.688075 [ 3 ] {37158a64-3bf3-446d-a493-f84c61730ad0} <Debug> DynamicQueryHandler: Done processing query | ||
6923 | 2024.05.13 20:50:44.688107 [ 3 ] {37158a64-3bf3-446d-a493-f84c61730ad0} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
6924 | 2024.05.13 20:50:44.688132 [ 3 ] {} <Debug> HTTP-Session: 2d541785-df26-47e0-9831-30206ff9efeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6925 | 2024.05.13 20:50:44.688267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6926 | 2024.05.13 20:50:44.688315 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6927 | 2024.05.13 20:50:44.688334 [ 3 ] {} <Debug> HTTP-Session: b2d38e03-091a-4633-833f-d3b6b7306dcf Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6928 | 2024.05.13 20:50:44.688350 [ 3 ] {} <Debug> HTTP-Session: b2d38e03-091a-4633-833f-d3b6b7306dcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6929 | 2024.05.13 20:50:44.688391 [ 3 ] {} <Debug> HTTP-Session: b2d38e03-091a-4633-833f-d3b6b7306dcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6930 | 2024.05.13 20:50:44.688423 [ 3 ] {} <Trace> HTTP-Session: b2d38e03-091a-4633-833f-d3b6b7306dcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6931 | 2024.05.13 20:50:44.688539 [ 3 ] {9b7371cd-76e9-408c-a5a5-6d3a7be64f6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6932 | 2024.05.13 20:50:44.688583 [ 3 ] {9b7371cd-76e9-408c-a5a5-6d3a7be64f6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6933 | 2024.05.13 20:50:44.688714 [ 3 ] {9b7371cd-76e9-408c-a5a5-6d3a7be64f6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6934 | 2024.05.13 20:50:44.689009 [ 3 ] {9b7371cd-76e9-408c-a5a5-6d3a7be64f6c} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6935 | 2024.05.13 20:50:44.689049 [ 3 ] {9b7371cd-76e9-408c-a5a5-6d3a7be64f6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
6936 | 2024.05.13 20:50:44.689404 [ 3 ] {9b7371cd-76e9-408c-a5a5-6d3a7be64f6c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6937 | 2024.05.13 20:50:44.689715 [ 3 ] {9b7371cd-76e9-408c-a5a5-6d3a7be64f6c} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6938 | 2024.05.13 20:50:44.689865 [ 3 ] {9b7371cd-76e9-408c-a5a5-6d3a7be64f6c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001353 sec., 44345.89800443459 rows/sec., 2.99 MiB/sec. | ||
6939 | 2024.05.13 20:50:44.690181 [ 3 ] {9b7371cd-76e9-408c-a5a5-6d3a7be64f6c} <Debug> DynamicQueryHandler: Done processing query | ||
6940 | 2024.05.13 20:50:44.690218 [ 3 ] {9b7371cd-76e9-408c-a5a5-6d3a7be64f6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6941 | 2024.05.13 20:50:44.690235 [ 3 ] {} <Debug> HTTP-Session: b2d38e03-091a-4633-833f-d3b6b7306dcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6942 | 2024.05.13 20:50:49.672636 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6943 | 2024.05.13 20:50:49.672768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6944 | 2024.05.13 20:50:49.672793 [ 3 ] {} <Debug> HTTP-Session: 9908dc36-ee61-4add-92b0-ff69c4760d1a Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6945 | 2024.05.13 20:50:49.672817 [ 3 ] {} <Debug> HTTP-Session: 9908dc36-ee61-4add-92b0-ff69c4760d1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6946 | 2024.05.13 20:50:49.672831 [ 3 ] {} <Debug> HTTP-Session: 9908dc36-ee61-4add-92b0-ff69c4760d1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6947 | 2024.05.13 20:50:49.672879 [ 3 ] {} <Trace> HTTP-Session: 9908dc36-ee61-4add-92b0-ff69c4760d1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6948 | 2024.05.13 20:50:49.673059 [ 3 ] {3dd44c54-436b-41b7-85eb-a6f4ef753b6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6949 | 2024.05.13 20:50:49.673126 [ 3 ] {3dd44c54-436b-41b7-85eb-a6f4ef753b6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6950 | 2024.05.13 20:50:49.673313 [ 3 ] {3dd44c54-436b-41b7-85eb-a6f4ef753b6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6951 | 2024.05.13 20:50:49.673775 [ 3 ] {3dd44c54-436b-41b7-85eb-a6f4ef753b6f} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6952 | 2024.05.13 20:50:49.673818 [ 3 ] {3dd44c54-436b-41b7-85eb-a6f4ef753b6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
6953 | 2024.05.13 20:50:49.674181 [ 3 ] {3dd44c54-436b-41b7-85eb-a6f4ef753b6f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6954 | 2024.05.13 20:50:49.674508 [ 3 ] {3dd44c54-436b-41b7-85eb-a6f4ef753b6f} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6955 | 2024.05.13 20:50:49.674666 [ 3 ] {3dd44c54-436b-41b7-85eb-a6f4ef753b6f} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001661 sec., 6020.469596628537 rows/sec., 487.99 KiB/sec. | ||
6956 | 2024.05.13 20:50:49.674753 [ 81 ] {} <Debug> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6957 | 2024.05.13 20:50:49.674886 [ 81 ] {} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6958 | 2024.05.13 20:50:49.674944 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
6959 | 2024.05.13 20:50:49.674955 [ 3 ] {3dd44c54-436b-41b7-85eb-a6f4ef753b6f} <Debug> DynamicQueryHandler: Done processing query | ||
6960 | 2024.05.13 20:50:49.675010 [ 3 ] {3dd44c54-436b-41b7-85eb-a6f4ef753b6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6961 | 2024.05.13 20:50:49.675057 [ 3 ] {} <Debug> HTTP-Session: 9908dc36-ee61-4add-92b0-ff69c4760d1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6962 | 2024.05.13 20:50:49.675302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12383, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6963 | 2024.05.13 20:50:49.675298 [ 198 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
6964 | 2024.05.13 20:50:49.675456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6965 | 2024.05.13 20:50:49.675558 [ 3 ] {} <Debug> HTTP-Session: 12d9cad6-384b-4e16-9857-85185e821a56 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6966 | 2024.05.13 20:50:49.675637 [ 3 ] {} <Debug> HTTP-Session: 12d9cad6-384b-4e16-9857-85185e821a56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6967 | 2024.05.13 20:50:49.675708 [ 3 ] {} <Debug> HTTP-Session: 12d9cad6-384b-4e16-9857-85185e821a56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6968 | 2024.05.13 20:50:49.675875 [ 3 ] {} <Trace> HTTP-Session: 12d9cad6-384b-4e16-9857-85185e821a56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6969 | 2024.05.13 20:50:49.676011 [ 198 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6970 | 2024.05.13 20:50:49.676098 [ 198 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 31 rows starting from the beginning of the part | ||
6971 | 2024.05.13 20:50:49.676172 [ 3 ] {54b77800-0a55-48bc-986d-0e5fcf747f78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6972 | 2024.05.13 20:50:49.676291 [ 198 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 10 rows starting from the beginning of the part | ||
6973 | 2024.05.13 20:50:49.676308 [ 3 ] {54b77800-0a55-48bc-986d-0e5fcf747f78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6974 | 2024.05.13 20:50:49.676685 [ 198 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
6975 | 2024.05.13 20:50:49.677097 [ 198 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 10 rows starting from the beginning of the part | ||
6976 | 2024.05.13 20:50:49.677444 [ 198 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
6977 | 2024.05.13 20:50:49.677687 [ 3 ] {54b77800-0a55-48bc-986d-0e5fcf747f78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6978 | 2024.05.13 20:50:49.677729 [ 198 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 10 rows starting from the beginning of the part | ||
6979 | 2024.05.13 20:50:49.678842 [ 3 ] {54b77800-0a55-48bc-986d-0e5fcf747f78} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6980 | 2024.05.13 20:50:49.678897 [ 3 ] {54b77800-0a55-48bc-986d-0e5fcf747f78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
6981 | 2024.05.13 20:50:49.679713 [ 3 ] {54b77800-0a55-48bc-986d-0e5fcf747f78} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6982 | 2024.05.13 20:50:49.680276 [ 193 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 103 rows, containing 4 columns (4 merged, 0 gathered) in 0.005156689 sec., 19974.05699665037 rows/sec., 1.58 MiB/sec. | ||
6983 | 2024.05.13 20:50:49.680659 [ 193 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6984 | 2024.05.13 20:50:49.680884 [ 3 ] {54b77800-0a55-48bc-986d-0e5fcf747f78} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6985 | 2024.05.13 20:50:49.681097 [ 3 ] {54b77800-0a55-48bc-986d-0e5fcf747f78} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.005018 sec., 17138.302112395377 rows/sec., 1.39 MiB/sec. | ||
6986 | 2024.05.13 20:50:49.681310 [ 3 ] {54b77800-0a55-48bc-986d-0e5fcf747f78} <Debug> DynamicQueryHandler: Done processing query | ||
6987 | 2024.05.13 20:50:49.681336 [ 3 ] {54b77800-0a55-48bc-986d-0e5fcf747f78} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6988 | 2024.05.13 20:50:49.681353 [ 3 ] {} <Debug> HTTP-Session: 12d9cad6-384b-4e16-9857-85185e821a56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6989 | 2024.05.13 20:50:49.681483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6990 | 2024.05.13 20:50:49.681533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6991 | 2024.05.13 20:50:49.681552 [ 3 ] {} <Debug> HTTP-Session: 2c0e0d65-7652-40ab-806e-6606b8c78029 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
6992 | 2024.05.13 20:50:49.681569 [ 3 ] {} <Debug> HTTP-Session: 2c0e0d65-7652-40ab-806e-6606b8c78029 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6993 | 2024.05.13 20:50:49.681583 [ 3 ] {} <Debug> HTTP-Session: 2c0e0d65-7652-40ab-806e-6606b8c78029 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6994 | 2024.05.13 20:50:49.681619 [ 3 ] {} <Trace> HTTP-Session: 2c0e0d65-7652-40ab-806e-6606b8c78029 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6995 | 2024.05.13 20:50:49.681753 [ 3 ] {2e60433e-35c9-41c0-9245-dc71e92ed62d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6996 | 2024.05.13 20:50:49.681952 [ 3 ] {2e60433e-35c9-41c0-9245-dc71e92ed62d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6997 | 2024.05.13 20:50:49.682501 [ 3 ] {2e60433e-35c9-41c0-9245-dc71e92ed62d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6998 | 2024.05.13 20:50:49.682632 [ 193 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_36_7} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6999 | 2024.05.13 20:50:49.682784 [ 193 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_36_7} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7000 | 2024.05.13 20:50:49.682942 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
7001 | 2024.05.13 20:50:49.683160 [ 3 ] {2e60433e-35c9-41c0-9245-dc71e92ed62d} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7002 | 2024.05.13 20:50:49.683203 [ 3 ] {2e60433e-35c9-41c0-9245-dc71e92ed62d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
7003 | 2024.05.13 20:50:49.683546 [ 3 ] {2e60433e-35c9-41c0-9245-dc71e92ed62d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7004 | 2024.05.13 20:50:49.683867 [ 3 ] {2e60433e-35c9-41c0-9245-dc71e92ed62d} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7005 | 2024.05.13 20:50:49.684027 [ 3 ] {2e60433e-35c9-41c0-9245-dc71e92ed62d} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.002324 sec., 31841.652323580034 rows/sec., 2.49 MiB/sec. | ||
7006 | 2024.05.13 20:50:49.684208 [ 3 ] {2e60433e-35c9-41c0-9245-dc71e92ed62d} <Debug> DynamicQueryHandler: Done processing query | ||
7007 | 2024.05.13 20:50:49.684233 [ 3 ] {2e60433e-35c9-41c0-9245-dc71e92ed62d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7008 | 2024.05.13 20:50:49.684249 [ 3 ] {} <Debug> HTTP-Session: 2c0e0d65-7652-40ab-806e-6606b8c78029 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7009 | 2024.05.13 20:50:49.684402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7010 | 2024.05.13 20:50:49.684449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7011 | 2024.05.13 20:50:49.684466 [ 3 ] {} <Debug> HTTP-Session: 6d116fdf-3430-4f55-b495-2327e6aa49e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7012 | 2024.05.13 20:50:49.684482 [ 3 ] {} <Debug> HTTP-Session: 6d116fdf-3430-4f55-b495-2327e6aa49e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7013 | 2024.05.13 20:50:49.684495 [ 3 ] {} <Debug> HTTP-Session: 6d116fdf-3430-4f55-b495-2327e6aa49e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7014 | 2024.05.13 20:50:49.684527 [ 3 ] {} <Trace> HTTP-Session: 6d116fdf-3430-4f55-b495-2327e6aa49e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7015 | 2024.05.13 20:50:49.684669 [ 3 ] {628b1ac6-c8dc-48de-926c-2c6ec758ff35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7016 | 2024.05.13 20:50:49.684713 [ 3 ] {628b1ac6-c8dc-48de-926c-2c6ec758ff35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7017 | 2024.05.13 20:50:49.684851 [ 3 ] {628b1ac6-c8dc-48de-926c-2c6ec758ff35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7018 | 2024.05.13 20:50:49.685222 [ 3 ] {628b1ac6-c8dc-48de-926c-2c6ec758ff35} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7019 | 2024.05.13 20:50:49.685256 [ 3 ] {628b1ac6-c8dc-48de-926c-2c6ec758ff35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
7020 | 2024.05.13 20:50:49.685703 [ 3 ] {628b1ac6-c8dc-48de-926c-2c6ec758ff35} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7021 | 2024.05.13 20:50:49.686035 [ 3 ] {628b1ac6-c8dc-48de-926c-2c6ec758ff35} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7022 | 2024.05.13 20:50:49.686187 [ 3 ] {628b1ac6-c8dc-48de-926c-2c6ec758ff35} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00156 sec., 102564.10256410256 rows/sec., 7.14 MiB/sec. | ||
7023 | 2024.05.13 20:50:49.686384 [ 3 ] {628b1ac6-c8dc-48de-926c-2c6ec758ff35} <Debug> DynamicQueryHandler: Done processing query | ||
7024 | 2024.05.13 20:50:49.686418 [ 3 ] {628b1ac6-c8dc-48de-926c-2c6ec758ff35} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7025 | 2024.05.13 20:50:49.686434 [ 3 ] {} <Debug> HTTP-Session: 6d116fdf-3430-4f55-b495-2327e6aa49e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7026 | 2024.05.13 20:50:49.686563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10759, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7027 | 2024.05.13 20:50:49.686611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7028 | 2024.05.13 20:50:49.686629 [ 3 ] {} <Debug> HTTP-Session: 9fadc27b-db31-4dac-bd00-c8c7d8d97ab6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7029 | 2024.05.13 20:50:49.686645 [ 3 ] {} <Debug> HTTP-Session: 9fadc27b-db31-4dac-bd00-c8c7d8d97ab6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7030 | 2024.05.13 20:50:49.686659 [ 3 ] {} <Debug> HTTP-Session: 9fadc27b-db31-4dac-bd00-c8c7d8d97ab6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7031 | 2024.05.13 20:50:49.686689 [ 3 ] {} <Trace> HTTP-Session: 9fadc27b-db31-4dac-bd00-c8c7d8d97ab6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7032 | 2024.05.13 20:50:49.686878 [ 3 ] {85975400-f819-43d6-99ef-11d4ded60e18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7033 | 2024.05.13 20:50:49.686926 [ 3 ] {85975400-f819-43d6-99ef-11d4ded60e18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7034 | 2024.05.13 20:50:49.687083 [ 3 ] {85975400-f819-43d6-99ef-11d4ded60e18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7035 | 2024.05.13 20:50:49.687433 [ 3 ] {85975400-f819-43d6-99ef-11d4ded60e18} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7036 | 2024.05.13 20:50:49.687467 [ 3 ] {85975400-f819-43d6-99ef-11d4ded60e18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
7037 | 2024.05.13 20:50:49.687846 [ 3 ] {85975400-f819-43d6-99ef-11d4ded60e18} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7038 | 2024.05.13 20:50:49.688179 [ 3 ] {85975400-f819-43d6-99ef-11d4ded60e18} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7039 | 2024.05.13 20:50:49.688334 [ 81 ] {} <Debug> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7040 | 2024.05.13 20:50:49.688338 [ 3 ] {85975400-f819-43d6-99ef-11d4ded60e18} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.001572 sec., 6361.323155216285 rows/sec., 8.58 MiB/sec. | ||
7041 | 2024.05.13 20:50:49.688386 [ 81 ] {} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7042 | 2024.05.13 20:50:49.688449 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
7043 | 2024.05.13 20:50:49.688624 [ 187 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
7044 | 2024.05.13 20:50:49.688656 [ 3 ] {85975400-f819-43d6-99ef-11d4ded60e18} <Debug> DynamicQueryHandler: Done processing query | ||
7045 | 2024.05.13 20:50:49.688686 [ 3 ] {85975400-f819-43d6-99ef-11d4ded60e18} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7046 | 2024.05.13 20:50:49.688709 [ 3 ] {} <Debug> HTTP-Session: 9fadc27b-db31-4dac-bd00-c8c7d8d97ab6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7047 | 2024.05.13 20:50:49.688787 [ 187 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7048 | 2024.05.13 20:50:49.688826 [ 187 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 484 rows starting from the beginning of the part | ||
7049 | 2024.05.13 20:50:49.688834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7050 | 2024.05.13 20:50:49.688908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7051 | 2024.05.13 20:50:49.689013 [ 3 ] {} <Debug> HTTP-Session: 97bfd2e4-45a6-4231-816b-7960b27a682a Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7052 | 2024.05.13 20:50:49.689049 [ 187 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 10 rows starting from the beginning of the part | ||
7053 | 2024.05.13 20:50:49.689055 [ 3 ] {} <Debug> HTTP-Session: 97bfd2e4-45a6-4231-816b-7960b27a682a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7054 | 2024.05.13 20:50:49.689117 [ 3 ] {} <Debug> HTTP-Session: 97bfd2e4-45a6-4231-816b-7960b27a682a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7055 | 2024.05.13 20:50:49.689298 [ 3 ] {} <Trace> HTTP-Session: 97bfd2e4-45a6-4231-816b-7960b27a682a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7056 | 2024.05.13 20:50:49.689382 [ 187 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
7057 | 2024.05.13 20:50:49.689545 [ 3 ] {6527d149-067d-4b5f-9b72-d226a841f1f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7058 | 2024.05.13 20:50:49.689574 [ 187 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 10 rows starting from the beginning of the part | ||
7059 | 2024.05.13 20:50:49.689636 [ 3 ] {6527d149-067d-4b5f-9b72-d226a841f1f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7060 | 2024.05.13 20:50:49.689783 [ 187 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
7061 | 2024.05.13 20:50:49.690022 [ 187 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 10 rows starting from the beginning of the part | ||
7062 | 2024.05.13 20:50:49.690351 [ 3 ] {6527d149-067d-4b5f-9b72-d226a841f1f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7063 | 2024.05.13 20:50:49.690930 [ 3 ] {6527d149-067d-4b5f-9b72-d226a841f1f3} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7064 | 2024.05.13 20:50:49.690968 [ 3 ] {6527d149-067d-4b5f-9b72-d226a841f1f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
7065 | 2024.05.13 20:50:49.691410 [ 3 ] {6527d149-067d-4b5f-9b72-d226a841f1f3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7066 | 2024.05.13 20:50:49.691907 [ 3 ] {6527d149-067d-4b5f-9b72-d226a841f1f3} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7067 | 2024.05.13 20:50:49.692174 [ 3 ] {6527d149-067d-4b5f-9b72-d226a841f1f3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002726 sec., 22010.271460014672 rows/sec., 1.48 MiB/sec. | ||
7068 | 2024.05.13 20:50:49.692550 [ 3 ] {6527d149-067d-4b5f-9b72-d226a841f1f3} <Debug> DynamicQueryHandler: Done processing query | ||
7069 | 2024.05.13 20:50:49.692575 [ 3 ] {6527d149-067d-4b5f-9b72-d226a841f1f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7070 | 2024.05.13 20:50:49.692592 [ 3 ] {} <Debug> HTTP-Session: 97bfd2e4-45a6-4231-816b-7960b27a682a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7071 | 2024.05.13 20:50:49.693190 [ 193 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 556 rows, containing 6 columns (6 merged, 0 gathered) in 0.004625194 sec., 120211.17384481602 rows/sec., 162.22 MiB/sec. | ||
7072 | 2024.05.13 20:50:49.693765 [ 193 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7073 | 2024.05.13 20:50:49.694276 [ 193 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7074 | 2024.05.13 20:50:49.694358 [ 193 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7075 | 2024.05.13 20:50:49.694453 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.19 MiB. | ||
7076 | 2024.05.13 20:50:54.673804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7077 | 2024.05.13 20:50:54.673931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7078 | 2024.05.13 20:50:54.673956 [ 3 ] {} <Debug> HTTP-Session: 4f1a16b1-052d-45e2-9c99-20a5c996ff48 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7079 | 2024.05.13 20:50:54.673981 [ 3 ] {} <Debug> HTTP-Session: 4f1a16b1-052d-45e2-9c99-20a5c996ff48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7080 | 2024.05.13 20:50:54.673998 [ 3 ] {} <Debug> HTTP-Session: 4f1a16b1-052d-45e2-9c99-20a5c996ff48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7081 | 2024.05.13 20:50:54.674055 [ 3 ] {} <Trace> HTTP-Session: 4f1a16b1-052d-45e2-9c99-20a5c996ff48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7082 | 2024.05.13 20:50:54.674243 [ 3 ] {164af3ec-da1a-44aa-b024-58518050da72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7083 | 2024.05.13 20:50:54.674312 [ 3 ] {164af3ec-da1a-44aa-b024-58518050da72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7084 | 2024.05.13 20:50:54.674505 [ 3 ] {164af3ec-da1a-44aa-b024-58518050da72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7085 | 2024.05.13 20:50:54.674947 [ 3 ] {164af3ec-da1a-44aa-b024-58518050da72} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7086 | 2024.05.13 20:50:54.674995 [ 3 ] {164af3ec-da1a-44aa-b024-58518050da72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
7087 | 2024.05.13 20:50:54.675364 [ 3 ] {164af3ec-da1a-44aa-b024-58518050da72} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7088 | 2024.05.13 20:50:54.675704 [ 3 ] {164af3ec-da1a-44aa-b024-58518050da72} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7089 | 2024.05.13 20:50:54.675875 [ 3 ] {164af3ec-da1a-44aa-b024-58518050da72} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001686 sec., 12455.516014234876 rows/sec., 1009.58 KiB/sec. | ||
7090 | 2024.05.13 20:50:54.676096 [ 3 ] {164af3ec-da1a-44aa-b024-58518050da72} <Debug> DynamicQueryHandler: Done processing query | ||
7091 | 2024.05.13 20:50:54.676124 [ 3 ] {164af3ec-da1a-44aa-b024-58518050da72} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7092 | 2024.05.13 20:50:54.676141 [ 3 ] {} <Debug> HTTP-Session: 4f1a16b1-052d-45e2-9c99-20a5c996ff48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7093 | 2024.05.13 20:50:54.676310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7094 | 2024.05.13 20:50:54.676369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7095 | 2024.05.13 20:50:54.676396 [ 3 ] {} <Debug> HTTP-Session: 4f1fba20-1f21-4a45-8b81-99a2a9608f3c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7096 | 2024.05.13 20:50:54.676415 [ 3 ] {} <Debug> HTTP-Session: 4f1fba20-1f21-4a45-8b81-99a2a9608f3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7097 | 2024.05.13 20:50:54.676429 [ 3 ] {} <Debug> HTTP-Session: 4f1fba20-1f21-4a45-8b81-99a2a9608f3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7098 | 2024.05.13 20:50:54.676465 [ 3 ] {} <Trace> HTTP-Session: 4f1fba20-1f21-4a45-8b81-99a2a9608f3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7099 | 2024.05.13 20:50:54.676604 [ 3 ] {cc8c9530-f439-47a2-99eb-056eb640f3fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7100 | 2024.05.13 20:50:54.676653 [ 3 ] {cc8c9530-f439-47a2-99eb-056eb640f3fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7101 | 2024.05.13 20:50:54.676791 [ 3 ] {cc8c9530-f439-47a2-99eb-056eb640f3fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7102 | 2024.05.13 20:50:54.677201 [ 3 ] {cc8c9530-f439-47a2-99eb-056eb640f3fb} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7103 | 2024.05.13 20:50:54.677241 [ 3 ] {cc8c9530-f439-47a2-99eb-056eb640f3fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
7104 | 2024.05.13 20:50:54.677576 [ 3 ] {cc8c9530-f439-47a2-99eb-056eb640f3fb} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7105 | 2024.05.13 20:50:54.677889 [ 3 ] {cc8c9530-f439-47a2-99eb-056eb640f3fb} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7106 | 2024.05.13 20:50:54.678041 [ 3 ] {cc8c9530-f439-47a2-99eb-056eb640f3fb} <Debug> executeQuery: Read 119 rows, 10.09 KiB in 0.001489 sec., 79919.4089993284 rows/sec., 6.62 MiB/sec. | ||
7107 | 2024.05.13 20:50:54.678324 [ 3 ] {cc8c9530-f439-47a2-99eb-056eb640f3fb} <Debug> DynamicQueryHandler: Done processing query | ||
7108 | 2024.05.13 20:50:54.678381 [ 3 ] {cc8c9530-f439-47a2-99eb-056eb640f3fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7109 | 2024.05.13 20:50:54.678411 [ 3 ] {} <Debug> HTTP-Session: 4f1fba20-1f21-4a45-8b81-99a2a9608f3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7110 | 2024.05.13 20:50:54.678552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 14442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7111 | 2024.05.13 20:50:54.678605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7112 | 2024.05.13 20:50:54.678624 [ 3 ] {} <Debug> HTTP-Session: 5bdff2ff-c022-4fd3-8942-b23b13590173 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7113 | 2024.05.13 20:50:54.678641 [ 3 ] {} <Debug> HTTP-Session: 5bdff2ff-c022-4fd3-8942-b23b13590173 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7114 | 2024.05.13 20:50:54.678655 [ 3 ] {} <Debug> HTTP-Session: 5bdff2ff-c022-4fd3-8942-b23b13590173 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7115 | 2024.05.13 20:50:54.678688 [ 3 ] {} <Trace> HTTP-Session: 5bdff2ff-c022-4fd3-8942-b23b13590173 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7116 | 2024.05.13 20:50:54.678817 [ 3 ] {90fe7fb8-80b6-426c-b6da-a1b5e3d89f3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7117 | 2024.05.13 20:50:54.678863 [ 3 ] {90fe7fb8-80b6-426c-b6da-a1b5e3d89f3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7118 | 2024.05.13 20:50:54.679009 [ 3 ] {90fe7fb8-80b6-426c-b6da-a1b5e3d89f3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7119 | 2024.05.13 20:50:54.679354 [ 3 ] {90fe7fb8-80b6-426c-b6da-a1b5e3d89f3a} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7120 | 2024.05.13 20:50:54.679391 [ 3 ] {90fe7fb8-80b6-426c-b6da-a1b5e3d89f3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
7121 | 2024.05.13 20:50:54.679699 [ 3 ] {90fe7fb8-80b6-426c-b6da-a1b5e3d89f3a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7122 | 2024.05.13 20:50:54.679996 [ 3 ] {90fe7fb8-80b6-426c-b6da-a1b5e3d89f3a} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7123 | 2024.05.13 20:50:54.680153 [ 3 ] {90fe7fb8-80b6-426c-b6da-a1b5e3d89f3a} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.00138 sec., 61594.20289855073 rows/sec., 4.81 MiB/sec. | ||
7124 | 2024.05.13 20:50:54.680406 [ 3 ] {90fe7fb8-80b6-426c-b6da-a1b5e3d89f3a} <Debug> DynamicQueryHandler: Done processing query | ||
7125 | 2024.05.13 20:50:54.680460 [ 3 ] {90fe7fb8-80b6-426c-b6da-a1b5e3d89f3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7126 | 2024.05.13 20:50:54.680488 [ 3 ] {} <Debug> HTTP-Session: 5bdff2ff-c022-4fd3-8942-b23b13590173 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7127 | 2024.05.13 20:50:54.680667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7128 | 2024.05.13 20:50:54.680725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7129 | 2024.05.13 20:50:54.680744 [ 3 ] {} <Debug> HTTP-Session: c6e87fa1-bdfe-49f7-9100-f1ba5f310a4e Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7130 | 2024.05.13 20:50:54.680762 [ 3 ] {} <Debug> HTTP-Session: c6e87fa1-bdfe-49f7-9100-f1ba5f310a4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7131 | 2024.05.13 20:50:54.680777 [ 3 ] {} <Debug> HTTP-Session: c6e87fa1-bdfe-49f7-9100-f1ba5f310a4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7132 | 2024.05.13 20:50:54.680808 [ 3 ] {} <Trace> HTTP-Session: c6e87fa1-bdfe-49f7-9100-f1ba5f310a4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7133 | 2024.05.13 20:50:54.680983 [ 3 ] {97815bb5-6845-4c2e-b75c-ab21a0c76ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7134 | 2024.05.13 20:50:54.681035 [ 3 ] {97815bb5-6845-4c2e-b75c-ab21a0c76ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7135 | 2024.05.13 20:50:54.681203 [ 3 ] {97815bb5-6845-4c2e-b75c-ab21a0c76ff2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7136 | 2024.05.13 20:50:54.681615 [ 3 ] {97815bb5-6845-4c2e-b75c-ab21a0c76ff2} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7137 | 2024.05.13 20:50:54.681653 [ 3 ] {97815bb5-6845-4c2e-b75c-ab21a0c76ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
7138 | 2024.05.13 20:50:54.682054 [ 3 ] {97815bb5-6845-4c2e-b75c-ab21a0c76ff2} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7139 | 2024.05.13 20:50:54.682397 [ 3 ] {97815bb5-6845-4c2e-b75c-ab21a0c76ff2} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7140 | 2024.05.13 20:50:54.682561 [ 3 ] {97815bb5-6845-4c2e-b75c-ab21a0c76ff2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001653 sec., 96793.70840895342 rows/sec., 6.74 MiB/sec. | ||
7141 | 2024.05.13 20:50:54.682718 [ 3 ] {97815bb5-6845-4c2e-b75c-ab21a0c76ff2} <Debug> DynamicQueryHandler: Done processing query | ||
7142 | 2024.05.13 20:50:54.682743 [ 3 ] {97815bb5-6845-4c2e-b75c-ab21a0c76ff2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7143 | 2024.05.13 20:50:54.682759 [ 3 ] {} <Debug> HTTP-Session: c6e87fa1-bdfe-49f7-9100-f1ba5f310a4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7144 | 2024.05.13 20:50:54.682920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7145 | 2024.05.13 20:50:54.682969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7146 | 2024.05.13 20:50:54.682988 [ 3 ] {} <Debug> HTTP-Session: 2986b31d-5f63-4442-8497-ba872dd5af57 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7147 | 2024.05.13 20:50:54.683005 [ 3 ] {} <Debug> HTTP-Session: 2986b31d-5f63-4442-8497-ba872dd5af57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7148 | 2024.05.13 20:50:54.683018 [ 3 ] {} <Debug> HTTP-Session: 2986b31d-5f63-4442-8497-ba872dd5af57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7149 | 2024.05.13 20:50:54.683049 [ 3 ] {} <Trace> HTTP-Session: 2986b31d-5f63-4442-8497-ba872dd5af57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7150 | 2024.05.13 20:50:54.683242 [ 3 ] {1a52f93b-9c9e-49a2-b46e-c5d7b9480a7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7151 | 2024.05.13 20:50:54.683291 [ 3 ] {1a52f93b-9c9e-49a2-b46e-c5d7b9480a7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7152 | 2024.05.13 20:50:54.683452 [ 3 ] {1a52f93b-9c9e-49a2-b46e-c5d7b9480a7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7153 | 2024.05.13 20:50:54.683881 [ 3 ] {1a52f93b-9c9e-49a2-b46e-c5d7b9480a7c} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7154 | 2024.05.13 20:50:54.683917 [ 3 ] {1a52f93b-9c9e-49a2-b46e-c5d7b9480a7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
7155 | 2024.05.13 20:50:54.684320 [ 3 ] {1a52f93b-9c9e-49a2-b46e-c5d7b9480a7c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7156 | 2024.05.13 20:50:54.684647 [ 3 ] {1a52f93b-9c9e-49a2-b46e-c5d7b9480a7c} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7157 | 2024.05.13 20:50:54.684797 [ 3 ] {1a52f93b-9c9e-49a2-b46e-c5d7b9480a7c} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001671 sec., 12567.324955116697 rows/sec., 16.96 MiB/sec. | ||
7158 | 2024.05.13 20:50:54.684963 [ 3 ] {1a52f93b-9c9e-49a2-b46e-c5d7b9480a7c} <Debug> DynamicQueryHandler: Done processing query | ||
7159 | 2024.05.13 20:50:54.684987 [ 3 ] {1a52f93b-9c9e-49a2-b46e-c5d7b9480a7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
7160 | 2024.05.13 20:50:54.685002 [ 3 ] {} <Debug> HTTP-Session: 2986b31d-5f63-4442-8497-ba872dd5af57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7161 | 2024.05.13 20:50:54.685126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7162 | 2024.05.13 20:50:54.685175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7163 | 2024.05.13 20:50:54.685193 [ 3 ] {} <Debug> HTTP-Session: 4550d18b-7a82-4328-83d6-70e5e3a86796 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7164 | 2024.05.13 20:50:54.685210 [ 3 ] {} <Debug> HTTP-Session: 4550d18b-7a82-4328-83d6-70e5e3a86796 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7165 | 2024.05.13 20:50:54.685223 [ 3 ] {} <Debug> HTTP-Session: 4550d18b-7a82-4328-83d6-70e5e3a86796 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7166 | 2024.05.13 20:50:54.685258 [ 3 ] {} <Trace> HTTP-Session: 4550d18b-7a82-4328-83d6-70e5e3a86796 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7167 | 2024.05.13 20:50:54.685379 [ 3 ] {f986adec-55ad-4951-83db-4acf17ab4098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7168 | 2024.05.13 20:50:54.685423 [ 3 ] {f986adec-55ad-4951-83db-4acf17ab4098} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7169 | 2024.05.13 20:50:54.685549 [ 3 ] {f986adec-55ad-4951-83db-4acf17ab4098} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7170 | 2024.05.13 20:50:54.685822 [ 3 ] {f986adec-55ad-4951-83db-4acf17ab4098} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7171 | 2024.05.13 20:50:54.685857 [ 3 ] {f986adec-55ad-4951-83db-4acf17ab4098} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
7172 | 2024.05.13 20:50:54.686208 [ 3 ] {f986adec-55ad-4951-83db-4acf17ab4098} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7173 | 2024.05.13 20:50:54.686518 [ 3 ] {f986adec-55ad-4951-83db-4acf17ab4098} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7174 | 2024.05.13 20:50:54.686680 [ 3 ] {f986adec-55ad-4951-83db-4acf17ab4098} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001349 sec., 44477.390659747965 rows/sec., 3.00 MiB/sec. | ||
7175 | 2024.05.13 20:50:54.686830 [ 3 ] {f986adec-55ad-4951-83db-4acf17ab4098} <Debug> DynamicQueryHandler: Done processing query | ||
7176 | 2024.05.13 20:50:54.686854 [ 3 ] {f986adec-55ad-4951-83db-4acf17ab4098} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7177 | 2024.05.13 20:50:54.686870 [ 3 ] {} <Debug> HTTP-Session: 4550d18b-7a82-4328-83d6-70e5e3a86796 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7178 | 2024.05.13 20:50:57.830847 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7179 | 2024.05.13 20:50:57.830961 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7180 | 2024.05.13 20:50:59.001333 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000921278 sec. | ||
7181 | 2024.05.13 20:50:59.673189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7182 | 2024.05.13 20:50:59.673295 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7183 | 2024.05.13 20:50:59.673319 [ 3 ] {} <Debug> HTTP-Session: e9c68415-0d9f-4359-9d1a-600d7c3dfcc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7184 | 2024.05.13 20:50:59.673342 [ 3 ] {} <Debug> HTTP-Session: e9c68415-0d9f-4359-9d1a-600d7c3dfcc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7185 | 2024.05.13 20:50:59.673356 [ 3 ] {} <Debug> HTTP-Session: e9c68415-0d9f-4359-9d1a-600d7c3dfcc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7186 | 2024.05.13 20:50:59.673404 [ 3 ] {} <Trace> HTTP-Session: e9c68415-0d9f-4359-9d1a-600d7c3dfcc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7187 | 2024.05.13 20:50:59.673577 [ 3 ] {2bb00f66-bbd4-4ed8-a777-3ce492699337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7188 | 2024.05.13 20:50:59.673642 [ 3 ] {2bb00f66-bbd4-4ed8-a777-3ce492699337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7189 | 2024.05.13 20:50:59.673835 [ 3 ] {2bb00f66-bbd4-4ed8-a777-3ce492699337} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7190 | 2024.05.13 20:50:59.674259 [ 3 ] {2bb00f66-bbd4-4ed8-a777-3ce492699337} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7191 | 2024.05.13 20:50:59.674299 [ 3 ] {2bb00f66-bbd4-4ed8-a777-3ce492699337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
7192 | 2024.05.13 20:50:59.674665 [ 3 ] {2bb00f66-bbd4-4ed8-a777-3ce492699337} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7193 | 2024.05.13 20:50:59.675007 [ 3 ] {2bb00f66-bbd4-4ed8-a777-3ce492699337} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7194 | 2024.05.13 20:50:59.675148 [ 3 ] {2bb00f66-bbd4-4ed8-a777-3ce492699337} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001626 sec., 6150.061500615006 rows/sec., 498.49 KiB/sec. | ||
7195 | 2024.05.13 20:50:59.675628 [ 3 ] {2bb00f66-bbd4-4ed8-a777-3ce492699337} <Debug> DynamicQueryHandler: Done processing query | ||
7196 | 2024.05.13 20:50:59.675729 [ 3 ] {2bb00f66-bbd4-4ed8-a777-3ce492699337} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7197 | 2024.05.13 20:50:59.675821 [ 3 ] {} <Debug> HTTP-Session: e9c68415-0d9f-4359-9d1a-600d7c3dfcc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7198 | 2024.05.13 20:50:59.676052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12383, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7199 | 2024.05.13 20:50:59.676104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7200 | 2024.05.13 20:50:59.676124 [ 3 ] {} <Debug> HTTP-Session: 99150455-73e6-4316-ba8e-246adf3b4d2c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7201 | 2024.05.13 20:50:59.676140 [ 3 ] {} <Debug> HTTP-Session: 99150455-73e6-4316-ba8e-246adf3b4d2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7202 | 2024.05.13 20:50:59.676153 [ 3 ] {} <Debug> HTTP-Session: 99150455-73e6-4316-ba8e-246adf3b4d2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7203 | 2024.05.13 20:50:59.676185 [ 3 ] {} <Trace> HTTP-Session: 99150455-73e6-4316-ba8e-246adf3b4d2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7204 | 2024.05.13 20:50:59.676308 [ 3 ] {91184e9a-017b-4310-8f55-f288f02e1f63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7205 | 2024.05.13 20:50:59.676352 [ 3 ] {91184e9a-017b-4310-8f55-f288f02e1f63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7206 | 2024.05.13 20:50:59.676492 [ 3 ] {91184e9a-017b-4310-8f55-f288f02e1f63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7207 | 2024.05.13 20:50:59.676834 [ 3 ] {91184e9a-017b-4310-8f55-f288f02e1f63} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7208 | 2024.05.13 20:50:59.676869 [ 3 ] {91184e9a-017b-4310-8f55-f288f02e1f63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
7209 | 2024.05.13 20:50:59.677171 [ 3 ] {91184e9a-017b-4310-8f55-f288f02e1f63} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
7210 | 2024.05.13 20:50:59.677465 [ 3 ] {91184e9a-017b-4310-8f55-f288f02e1f63} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7211 | 2024.05.13 20:50:59.677586 [ 75 ] {} <Debug> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
7212 | 2024.05.13 20:50:59.677592 [ 3 ] {91184e9a-017b-4310-8f55-f288f02e1f63} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.001326 sec., 64856.71191553545 rows/sec., 5.25 MiB/sec. | ||
7213 | 2024.05.13 20:50:59.677637 [ 75 ] {} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7214 | 2024.05.13 20:50:59.677682 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
7215 | 2024.05.13 20:50:59.677789 [ 3 ] {91184e9a-017b-4310-8f55-f288f02e1f63} <Debug> DynamicQueryHandler: Done processing query | ||
7216 | 2024.05.13 20:50:59.677806 [ 195 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::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 | ||
7217 | 2024.05.13 20:50:59.677816 [ 3 ] {91184e9a-017b-4310-8f55-f288f02e1f63} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7218 | 2024.05.13 20:50:59.677852 [ 3 ] {} <Debug> HTTP-Session: 99150455-73e6-4316-ba8e-246adf3b4d2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7219 | 2024.05.13 20:50:59.677946 [ 195 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7220 | 2024.05.13 20:50:59.677980 [ 195 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 192 rows starting from the beginning of the part | ||
7221 | 2024.05.13 20:50:59.678047 [ 195 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 86 rows starting from the beginning of the part | ||
7222 | 2024.05.13 20:50:59.678106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7223 | 2024.05.13 20:50:59.678312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7224 | 2024.05.13 20:50:59.678344 [ 195 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 156 rows starting from the beginning of the part | ||
7225 | 2024.05.13 20:50:59.678364 [ 3 ] {} <Debug> HTTP-Session: 0bb720f9-9b3d-4da2-8c12-f2915bd7cf37 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7226 | 2024.05.13 20:50:59.678442 [ 3 ] {} <Debug> HTTP-Session: 0bb720f9-9b3d-4da2-8c12-f2915bd7cf37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7227 | 2024.05.13 20:50:59.678526 [ 3 ] {} <Debug> HTTP-Session: 0bb720f9-9b3d-4da2-8c12-f2915bd7cf37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7228 | 2024.05.13 20:50:59.678674 [ 3 ] {} <Trace> HTTP-Session: 0bb720f9-9b3d-4da2-8c12-f2915bd7cf37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7229 | 2024.05.13 20:50:59.678697 [ 195 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 86 rows starting from the beginning of the part | ||
7230 | 2024.05.13 20:50:59.678797 [ 195 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 119 rows starting from the beginning of the part | ||
7231 | 2024.05.13 20:50:59.678939 [ 3 ] {4f3c2e7c-900c-4ce9-ba3e-4b2e08bf1f8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7232 | 2024.05.13 20:50:59.679089 [ 3 ] {4f3c2e7c-900c-4ce9-ba3e-4b2e08bf1f8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7233 | 2024.05.13 20:50:59.679095 [ 195 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 86 rows starting from the beginning of the part | ||
7234 | 2024.05.13 20:50:59.679870 [ 3 ] {4f3c2e7c-900c-4ce9-ba3e-4b2e08bf1f8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7235 | 2024.05.13 20:50:59.680399 [ 3 ] {4f3c2e7c-900c-4ce9-ba3e-4b2e08bf1f8a} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7236 | 2024.05.13 20:50:59.680445 [ 3 ] {4f3c2e7c-900c-4ce9-ba3e-4b2e08bf1f8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
7237 | 2024.05.13 20:50:59.680960 [ 3 ] {4f3c2e7c-900c-4ce9-ba3e-4b2e08bf1f8a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
7238 | 2024.05.13 20:50:59.681170 [ 189 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 725 rows, containing 4 columns (4 merged, 0 gathered) in 0.003408862 sec., 212680.9474833537 rows/sec., 17.36 MiB/sec. | ||
7239 | 2024.05.13 20:50:59.681448 [ 189 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
7240 | 2024.05.13 20:50:59.681524 [ 3 ] {4f3c2e7c-900c-4ce9-ba3e-4b2e08bf1f8a} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7241 | 2024.05.13 20:50:59.681768 [ 75 ] {} <Debug> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
7242 | 2024.05.13 20:50:59.681883 [ 75 ] {} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7243 | 2024.05.13 20:50:59.681888 [ 3 ] {4f3c2e7c-900c-4ce9-ba3e-4b2e08bf1f8a} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.003059 sec., 24190.91206276561 rows/sec., 1.89 MiB/sec. | ||
7244 | 2024.05.13 20:50:59.681974 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
7245 | 2024.05.13 20:50:59.682557 [ 195 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::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 | ||
7246 | 2024.05.13 20:50:59.682633 [ 3 ] {4f3c2e7c-900c-4ce9-ba3e-4b2e08bf1f8a} <Debug> DynamicQueryHandler: Done processing query | ||
7247 | 2024.05.13 20:50:59.682708 [ 3 ] {4f3c2e7c-900c-4ce9-ba3e-4b2e08bf1f8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7248 | 2024.05.13 20:50:59.682757 [ 3 ] {} <Debug> HTTP-Session: 0bb720f9-9b3d-4da2-8c12-f2915bd7cf37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7249 | 2024.05.13 20:50:59.682925 [ 195 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7250 | 2024.05.13 20:50:59.683006 [ 195 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 151 rows starting from the beginning of the part | ||
7251 | 2024.05.13 20:50:59.683043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7252 | 2024.05.13 20:50:59.683043 [ 189 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_46_9} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7253 | 2024.05.13 20:50:59.683254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7254 | 2024.05.13 20:50:59.683422 [ 3 ] {} <Debug> HTTP-Session: 4efdd58a-cedc-46fb-a750-cf02d92040e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7255 | 2024.05.13 20:50:59.683465 [ 195 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 74 rows starting from the beginning of the part | ||
7256 | 2024.05.13 20:50:59.683495 [ 3 ] {} <Debug> HTTP-Session: 4efdd58a-cedc-46fb-a750-cf02d92040e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7257 | 2024.05.13 20:50:59.683500 [ 189 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_46_9} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
7258 | 2024.05.13 20:50:59.683545 [ 3 ] {} <Debug> HTTP-Session: 4efdd58a-cedc-46fb-a750-cf02d92040e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7259 | 2024.05.13 20:50:59.683767 [ 3 ] {} <Trace> HTTP-Session: 4efdd58a-cedc-46fb-a750-cf02d92040e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7260 | 2024.05.13 20:50:59.683892 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
7261 | 2024.05.13 20:50:59.683904 [ 195 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 111 rows starting from the beginning of the part | ||
7262 | 2024.05.13 20:50:59.684078 [ 195 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 74 rows starting from the beginning of the part | ||
7263 | 2024.05.13 20:50:59.684176 [ 3 ] {5e3edd69-e40d-428e-a4d2-30ddc9b2ffe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7264 | 2024.05.13 20:50:59.684438 [ 3 ] {5e3edd69-e40d-428e-a4d2-30ddc9b2ffe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7265 | 2024.05.13 20:50:59.684459 [ 195 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 85 rows starting from the beginning of the part | ||
7266 | 2024.05.13 20:50:59.684779 [ 195 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 74 rows starting from the beginning of the part | ||
7267 | 2024.05.13 20:50:59.685434 [ 3 ] {5e3edd69-e40d-428e-a4d2-30ddc9b2ffe0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7268 | 2024.05.13 20:50:59.686005 [ 3 ] {5e3edd69-e40d-428e-a4d2-30ddc9b2ffe0} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7269 | 2024.05.13 20:50:59.686046 [ 3 ] {5e3edd69-e40d-428e-a4d2-30ddc9b2ffe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
7270 | 2024.05.13 20:50:59.686693 [ 192 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 569 rows, containing 4 columns (4 merged, 0 gathered) in 0.004488773 sec., 126760.69830218637 rows/sec., 9.90 MiB/sec. | ||
7271 | 2024.05.13 20:50:59.686738 [ 3 ] {5e3edd69-e40d-428e-a4d2-30ddc9b2ffe0} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
7272 | 2024.05.13 20:50:59.686954 [ 192 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
7273 | 2024.05.13 20:50:59.687633 [ 3 ] {5e3edd69-e40d-428e-a4d2-30ddc9b2ffe0} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7274 | 2024.05.13 20:50:59.687879 [ 75 ] {} <Debug> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
7275 | 2024.05.13 20:50:59.687938 [ 3 ] {5e3edd69-e40d-428e-a4d2-30ddc9b2ffe0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003941 sec., 40598.832783557475 rows/sec., 2.83 MiB/sec. | ||
7276 | 2024.05.13 20:50:59.687949 [ 75 ] {} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7277 | 2024.05.13 20:50:59.687980 [ 192 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_46_9} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7278 | 2024.05.13 20:50:59.688019 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
7279 | 2024.05.13 20:50:59.688603 [ 192 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_46_9} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
7280 | 2024.05.13 20:50:59.688602 [ 195 ] {313178d0-1e86-4864-8af4-8d959655e5c5::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 | ||
7281 | 2024.05.13 20:50:59.688652 [ 3 ] {5e3edd69-e40d-428e-a4d2-30ddc9b2ffe0} <Debug> DynamicQueryHandler: Done processing query | ||
7282 | 2024.05.13 20:50:59.688719 [ 3 ] {5e3edd69-e40d-428e-a4d2-30ddc9b2ffe0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7283 | 2024.05.13 20:50:59.688846 [ 3 ] {} <Debug> HTTP-Session: 4efdd58a-cedc-46fb-a750-cf02d92040e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7284 | 2024.05.13 20:50:59.689164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10759, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7285 | 2024.05.13 20:50:59.689351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7286 | 2024.05.13 20:50:59.689365 [ 195 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7287 | 2024.05.13 20:50:59.689434 [ 3 ] {} <Debug> HTTP-Session: 1d574638-3861-4270-8ebb-2cd5e2cbfa61 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7288 | 2024.05.13 20:50:59.689465 [ 195 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 6576 rows starting from the beginning of the part | ||
7289 | 2024.05.13 20:50:59.689492 [ 3 ] {} <Debug> HTTP-Session: 1d574638-3861-4270-8ebb-2cd5e2cbfa61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7290 | 2024.05.13 20:50:59.689565 [ 3 ] {} <Debug> HTTP-Session: 1d574638-3861-4270-8ebb-2cd5e2cbfa61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7291 | 2024.05.13 20:50:59.689736 [ 3 ] {} <Trace> HTTP-Session: 1d574638-3861-4270-8ebb-2cd5e2cbfa61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7292 | 2024.05.13 20:50:59.689951 [ 195 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part | ||
7293 | 2024.05.13 20:50:59.690259 [ 3 ] {f263ae65-bbff-41cd-8d50-b23baff0e710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7294 | 2024.05.13 20:50:59.690355 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
7295 | 2024.05.13 20:50:59.690416 [ 195 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 197 rows starting from the beginning of the part | ||
7296 | 2024.05.13 20:50:59.690495 [ 3 ] {f263ae65-bbff-41cd-8d50-b23baff0e710} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7297 | 2024.05.13 20:50:59.690856 [ 195 ] {313178d0-1e86-4864-8af4-8d959655e5c5::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 | ||
7298 | 2024.05.13 20:50:59.691241 [ 195 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part | ||
7299 | 2024.05.13 20:50:59.691591 [ 195 ] {313178d0-1e86-4864-8af4-8d959655e5c5::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 | ||
7300 | 2024.05.13 20:50:59.692071 [ 3 ] {f263ae65-bbff-41cd-8d50-b23baff0e710} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7301 | 2024.05.13 20:50:59.692601 [ 3 ] {f263ae65-bbff-41cd-8d50-b23baff0e710} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7302 | 2024.05.13 20:50:59.692639 [ 3 ] {f263ae65-bbff-41cd-8d50-b23baff0e710} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
7303 | 2024.05.13 20:50:59.693331 [ 3 ] {f263ae65-bbff-41cd-8d50-b23baff0e710} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7304 | 2024.05.13 20:50:59.694295 [ 3 ] {f263ae65-bbff-41cd-8d50-b23baff0e710} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7305 | 2024.05.13 20:50:59.694476 [ 3 ] {f263ae65-bbff-41cd-8d50-b23baff0e710} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.004471 sec., 2236.636099306643 rows/sec., 3.02 MiB/sec. | ||
7306 | 2024.05.13 20:50:59.694666 [ 3 ] {f263ae65-bbff-41cd-8d50-b23baff0e710} <Debug> DynamicQueryHandler: Done processing query | ||
7307 | 2024.05.13 20:50:59.694692 [ 3 ] {f263ae65-bbff-41cd-8d50-b23baff0e710} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7308 | 2024.05.13 20:50:59.694708 [ 3 ] {} <Debug> HTTP-Session: 1d574638-3861-4270-8ebb-2cd5e2cbfa61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7309 | 2024.05.13 20:50:59.694895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7310 | 2024.05.13 20:50:59.694944 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7311 | 2024.05.13 20:50:59.694963 [ 3 ] {} <Debug> HTTP-Session: 61c37c47-b3bc-4bc0-ac72-693c3c88f617 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7312 | 2024.05.13 20:50:59.694985 [ 3 ] {} <Debug> HTTP-Session: 61c37c47-b3bc-4bc0-ac72-693c3c88f617 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7313 | 2024.05.13 20:50:59.695022 [ 3 ] {} <Debug> HTTP-Session: 61c37c47-b3bc-4bc0-ac72-693c3c88f617 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7314 | 2024.05.13 20:50:59.695104 [ 3 ] {} <Trace> HTTP-Session: 61c37c47-b3bc-4bc0-ac72-693c3c88f617 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7315 | 2024.05.13 20:50:59.695160 [ 196 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7413 rows, containing 5 columns (5 merged, 0 gathered) in 0.006947475 sec., 1067006.3584251832 rows/sec., 74.21 MiB/sec. | ||
7316 | 2024.05.13 20:50:59.695276 [ 3 ] {d181490f-cb04-4424-84ae-bce21131584a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7317 | 2024.05.13 20:50:59.695327 [ 3 ] {d181490f-cb04-4424-84ae-bce21131584a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7318 | 2024.05.13 20:50:59.695470 [ 3 ] {d181490f-cb04-4424-84ae-bce21131584a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7319 | 2024.05.13 20:50:59.695768 [ 192 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
7320 | 2024.05.13 20:50:59.696080 [ 3 ] {d181490f-cb04-4424-84ae-bce21131584a} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7321 | 2024.05.13 20:50:59.696148 [ 3 ] {d181490f-cb04-4424-84ae-bce21131584a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
7322 | 2024.05.13 20:50:59.696839 [ 192 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7323 | 2024.05.13 20:50:59.697051 [ 192 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
7324 | 2024.05.13 20:50:59.697189 [ 3 ] {d181490f-cb04-4424-84ae-bce21131584a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
7325 | 2024.05.13 20:50:59.697195 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB. | ||
7326 | 2024.05.13 20:50:59.697555 [ 3 ] {d181490f-cb04-4424-84ae-bce21131584a} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7327 | 2024.05.13 20:50:59.697705 [ 3 ] {d181490f-cb04-4424-84ae-bce21131584a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002496 sec., 24038.46153846154 rows/sec., 1.62 MiB/sec. | ||
7328 | 2024.05.13 20:50:59.697738 [ 74 ] {} <Debug> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
7329 | 2024.05.13 20:50:59.697850 [ 74 ] {} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7330 | 2024.05.13 20:50:59.697891 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
7331 | 2024.05.13 20:50:59.697962 [ 3 ] {d181490f-cb04-4424-84ae-bce21131584a} <Debug> DynamicQueryHandler: Done processing query | ||
7332 | 2024.05.13 20:50:59.698037 [ 3 ] {d181490f-cb04-4424-84ae-bce21131584a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7333 | 2024.05.13 20:50:59.698111 [ 3 ] {} <Debug> HTTP-Session: 61c37c47-b3bc-4bc0-ac72-693c3c88f617 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7334 | 2024.05.13 20:50:59.698150 [ 195 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
7335 | 2024.05.13 20:50:59.698641 [ 195 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7336 | 2024.05.13 20:50:59.698699 [ 195 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2072 rows starting from the beginning of the part | ||
7337 | 2024.05.13 20:50:59.698776 [ 195 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
7338 | 2024.05.13 20:50:59.698960 [ 195 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
7339 | 2024.05.13 20:50:59.699090 [ 195 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
7340 | 2024.05.13 20:50:59.699205 [ 195 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
7341 | 2024.05.13 20:50:59.699340 [ 195 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
7342 | 2024.05.13 20:50:59.700462 [ 192 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2372 rows, containing 4 columns (4 merged, 0 gathered) in 0.002481854 sec., 955737.1223287107 rows/sec., 65.02 MiB/sec. | ||
7343 | 2024.05.13 20:50:59.700739 [ 201 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
7344 | 2024.05.13 20:50:59.701147 [ 201 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_46_9} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7345 | 2024.05.13 20:50:59.701231 [ 201 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_46_9} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
7346 | 2024.05.13 20:50:59.701317 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
7347 | 2024.05.13 20:51:04.673074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7348 | 2024.05.13 20:51:04.673210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7349 | 2024.05.13 20:51:04.673235 [ 3 ] {} <Debug> HTTP-Session: 5f11ad81-b7da-42ec-ab6b-e6fbf037ae13 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7350 | 2024.05.13 20:51:04.673260 [ 3 ] {} <Debug> HTTP-Session: 5f11ad81-b7da-42ec-ab6b-e6fbf037ae13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7351 | 2024.05.13 20:51:04.673277 [ 3 ] {} <Debug> HTTP-Session: 5f11ad81-b7da-42ec-ab6b-e6fbf037ae13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7352 | 2024.05.13 20:51:04.673330 [ 3 ] {} <Trace> HTTP-Session: 5f11ad81-b7da-42ec-ab6b-e6fbf037ae13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7353 | 2024.05.13 20:51:04.673525 [ 3 ] {9963f11b-ef71-458a-986c-8499f2aaff66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7354 | 2024.05.13 20:51:04.673598 [ 3 ] {9963f11b-ef71-458a-986c-8499f2aaff66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7355 | 2024.05.13 20:51:04.673785 [ 3 ] {9963f11b-ef71-458a-986c-8499f2aaff66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7356 | 2024.05.13 20:51:04.674280 [ 3 ] {9963f11b-ef71-458a-986c-8499f2aaff66} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7357 | 2024.05.13 20:51:04.674323 [ 3 ] {9963f11b-ef71-458a-986c-8499f2aaff66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
7358 | 2024.05.13 20:51:04.674718 [ 3 ] {9963f11b-ef71-458a-986c-8499f2aaff66} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7359 | 2024.05.13 20:51:04.675060 [ 3 ] {9963f11b-ef71-458a-986c-8499f2aaff66} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7360 | 2024.05.13 20:51:04.675217 [ 3 ] {9963f11b-ef71-458a-986c-8499f2aaff66} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001754 sec., 11972.633979475486 rows/sec., 970.44 KiB/sec. | ||
7361 | 2024.05.13 20:51:04.675454 [ 3 ] {9963f11b-ef71-458a-986c-8499f2aaff66} <Debug> DynamicQueryHandler: Done processing query | ||
7362 | 2024.05.13 20:51:04.675494 [ 3 ] {9963f11b-ef71-458a-986c-8499f2aaff66} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7363 | 2024.05.13 20:51:04.675525 [ 3 ] {} <Debug> HTTP-Session: 5f11ad81-b7da-42ec-ab6b-e6fbf037ae13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7364 | 2024.05.13 20:51:04.675696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7365 | 2024.05.13 20:51:04.675747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7366 | 2024.05.13 20:51:04.675767 [ 3 ] {} <Debug> HTTP-Session: d0215093-b5b7-46b2-90f0-763d08bca163 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7367 | 2024.05.13 20:51:04.675784 [ 3 ] {} <Debug> HTTP-Session: d0215093-b5b7-46b2-90f0-763d08bca163 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7368 | 2024.05.13 20:51:04.675799 [ 3 ] {} <Debug> HTTP-Session: d0215093-b5b7-46b2-90f0-763d08bca163 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7369 | 2024.05.13 20:51:04.675830 [ 3 ] {} <Trace> HTTP-Session: d0215093-b5b7-46b2-90f0-763d08bca163 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7370 | 2024.05.13 20:51:04.675926 [ 3 ] {7e623289-8b72-4de0-80a0-d3c7e21e8044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7371 | 2024.05.13 20:51:04.675970 [ 3 ] {7e623289-8b72-4de0-80a0-d3c7e21e8044} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7372 | 2024.05.13 20:51:04.676110 [ 3 ] {7e623289-8b72-4de0-80a0-d3c7e21e8044} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7373 | 2024.05.13 20:51:04.676468 [ 3 ] {7e623289-8b72-4de0-80a0-d3c7e21e8044} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7374 | 2024.05.13 20:51:04.676506 [ 3 ] {7e623289-8b72-4de0-80a0-d3c7e21e8044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
7375 | 2024.05.13 20:51:04.676836 [ 3 ] {7e623289-8b72-4de0-80a0-d3c7e21e8044} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7376 | 2024.05.13 20:51:04.677133 [ 3 ] {7e623289-8b72-4de0-80a0-d3c7e21e8044} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7377 | 2024.05.13 20:51:04.677276 [ 3 ] {7e623289-8b72-4de0-80a0-d3c7e21e8044} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001411 sec., 1417.4344436569809 rows/sec., 115.58 KiB/sec. | ||
7378 | 2024.05.13 20:51:04.677566 [ 3 ] {7e623289-8b72-4de0-80a0-d3c7e21e8044} <Debug> DynamicQueryHandler: Done processing query | ||
7379 | 2024.05.13 20:51:04.677591 [ 3 ] {7e623289-8b72-4de0-80a0-d3c7e21e8044} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7380 | 2024.05.13 20:51:04.677669 [ 3 ] {} <Debug> HTTP-Session: d0215093-b5b7-46b2-90f0-763d08bca163 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7381 | 2024.05.13 20:51:04.677805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17467, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7382 | 2024.05.13 20:51:04.677855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7383 | 2024.05.13 20:51:04.677874 [ 3 ] {} <Debug> HTTP-Session: 9d7945bc-95f9-4aab-b7b0-b3cd090e9301 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7384 | 2024.05.13 20:51:04.677890 [ 3 ] {} <Debug> HTTP-Session: 9d7945bc-95f9-4aab-b7b0-b3cd090e9301 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7385 | 2024.05.13 20:51:04.677904 [ 3 ] {} <Debug> HTTP-Session: 9d7945bc-95f9-4aab-b7b0-b3cd090e9301 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7386 | 2024.05.13 20:51:04.677935 [ 3 ] {} <Trace> HTTP-Session: 9d7945bc-95f9-4aab-b7b0-b3cd090e9301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7387 | 2024.05.13 20:51:04.678065 [ 3 ] {19d30626-abba-4671-9d25-4602f48aec9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7388 | 2024.05.13 20:51:04.678109 [ 3 ] {19d30626-abba-4671-9d25-4602f48aec9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7389 | 2024.05.13 20:51:04.678257 [ 3 ] {19d30626-abba-4671-9d25-4602f48aec9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7390 | 2024.05.13 20:51:04.678642 [ 3 ] {19d30626-abba-4671-9d25-4602f48aec9f} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7391 | 2024.05.13 20:51:04.678681 [ 3 ] {19d30626-abba-4671-9d25-4602f48aec9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
7392 | 2024.05.13 20:51:04.679025 [ 3 ] {19d30626-abba-4671-9d25-4602f48aec9f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
7393 | 2024.05.13 20:51:04.679329 [ 3 ] {19d30626-abba-4671-9d25-4602f48aec9f} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7394 | 2024.05.13 20:51:04.679482 [ 3 ] {19d30626-abba-4671-9d25-4602f48aec9f} <Debug> executeQuery: Read 120 rows, 10.16 KiB in 0.001461 sec., 82135.52361396303 rows/sec., 6.79 MiB/sec. | ||
7395 | 2024.05.13 20:51:04.679645 [ 3 ] {19d30626-abba-4671-9d25-4602f48aec9f} <Debug> DynamicQueryHandler: Done processing query | ||
7396 | 2024.05.13 20:51:04.679670 [ 3 ] {19d30626-abba-4671-9d25-4602f48aec9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7397 | 2024.05.13 20:51:04.679686 [ 3 ] {} <Debug> HTTP-Session: 9d7945bc-95f9-4aab-b7b0-b3cd090e9301 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7398 | 2024.05.13 20:51:04.679812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7399 | 2024.05.13 20:51:04.679861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7400 | 2024.05.13 20:51:04.679902 [ 3 ] {} <Debug> HTTP-Session: 0d8c6043-a23e-4941-a98a-16b0aad13a8d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7401 | 2024.05.13 20:51:04.679919 [ 3 ] {} <Debug> HTTP-Session: 0d8c6043-a23e-4941-a98a-16b0aad13a8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7402 | 2024.05.13 20:51:04.679934 [ 3 ] {} <Debug> HTTP-Session: 0d8c6043-a23e-4941-a98a-16b0aad13a8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7403 | 2024.05.13 20:51:04.679965 [ 3 ] {} <Trace> HTTP-Session: 0d8c6043-a23e-4941-a98a-16b0aad13a8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7404 | 2024.05.13 20:51:04.680080 [ 3 ] {c6adbdf7-9b64-49a5-9a93-cb1c6ef8b8d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7405 | 2024.05.13 20:51:04.680122 [ 3 ] {c6adbdf7-9b64-49a5-9a93-cb1c6ef8b8d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7406 | 2024.05.13 20:51:04.680249 [ 3 ] {c6adbdf7-9b64-49a5-9a93-cb1c6ef8b8d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7407 | 2024.05.13 20:51:04.680533 [ 3 ] {c6adbdf7-9b64-49a5-9a93-cb1c6ef8b8d7} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7408 | 2024.05.13 20:51:04.680571 [ 3 ] {c6adbdf7-9b64-49a5-9a93-cb1c6ef8b8d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
7409 | 2024.05.13 20:51:04.680876 [ 3 ] {c6adbdf7-9b64-49a5-9a93-cb1c6ef8b8d7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7410 | 2024.05.13 20:51:04.681187 [ 3 ] {c6adbdf7-9b64-49a5-9a93-cb1c6ef8b8d7} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7411 | 2024.05.13 20:51:04.681346 [ 3 ] {c6adbdf7-9b64-49a5-9a93-cb1c6ef8b8d7} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001304 sec., 1533.7423312883436 rows/sec., 107.09 KiB/sec. | ||
7412 | 2024.05.13 20:51:04.681562 [ 3 ] {c6adbdf7-9b64-49a5-9a93-cb1c6ef8b8d7} <Debug> DynamicQueryHandler: Done processing query | ||
7413 | 2024.05.13 20:51:04.681587 [ 3 ] {c6adbdf7-9b64-49a5-9a93-cb1c6ef8b8d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7414 | 2024.05.13 20:51:04.681603 [ 3 ] {} <Debug> HTTP-Session: 0d8c6043-a23e-4941-a98a-16b0aad13a8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7415 | 2024.05.13 20:51:04.681735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 14785, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7416 | 2024.05.13 20:51:04.681785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7417 | 2024.05.13 20:51:04.681805 [ 3 ] {} <Debug> HTTP-Session: e8b7d752-2eb4-4c11-b9ec-88c3f99068c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7418 | 2024.05.13 20:51:04.681820 [ 3 ] {} <Debug> HTTP-Session: e8b7d752-2eb4-4c11-b9ec-88c3f99068c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7419 | 2024.05.13 20:51:04.681835 [ 3 ] {} <Debug> HTTP-Session: e8b7d752-2eb4-4c11-b9ec-88c3f99068c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7420 | 2024.05.13 20:51:04.681865 [ 3 ] {} <Trace> HTTP-Session: e8b7d752-2eb4-4c11-b9ec-88c3f99068c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7421 | 2024.05.13 20:51:04.682014 [ 3 ] {61653ce0-7aed-409f-941e-18d2f35843c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7422 | 2024.05.13 20:51:04.682059 [ 3 ] {61653ce0-7aed-409f-941e-18d2f35843c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7423 | 2024.05.13 20:51:04.682186 [ 3 ] {61653ce0-7aed-409f-941e-18d2f35843c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7424 | 2024.05.13 20:51:04.682548 [ 3 ] {61653ce0-7aed-409f-941e-18d2f35843c8} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7425 | 2024.05.13 20:51:04.682589 [ 3 ] {61653ce0-7aed-409f-941e-18d2f35843c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
7426 | 2024.05.13 20:51:04.682910 [ 3 ] {61653ce0-7aed-409f-941e-18d2f35843c8} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
7427 | 2024.05.13 20:51:04.683214 [ 3 ] {61653ce0-7aed-409f-941e-18d2f35843c8} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7428 | 2024.05.13 20:51:04.683366 [ 3 ] {61653ce0-7aed-409f-941e-18d2f35843c8} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.00141 sec., 61702.12765957447 rows/sec., 4.82 MiB/sec. | ||
7429 | 2024.05.13 20:51:04.683712 [ 3 ] {61653ce0-7aed-409f-941e-18d2f35843c8} <Debug> DynamicQueryHandler: Done processing query | ||
7430 | 2024.05.13 20:51:04.683746 [ 3 ] {61653ce0-7aed-409f-941e-18d2f35843c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7431 | 2024.05.13 20:51:04.683763 [ 3 ] {} <Debug> HTTP-Session: e8b7d752-2eb4-4c11-b9ec-88c3f99068c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7432 | 2024.05.13 20:51:04.683927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7433 | 2024.05.13 20:51:04.683977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7434 | 2024.05.13 20:51:04.683996 [ 3 ] {} <Debug> HTTP-Session: 3c88e16c-9d64-4c50-984d-a649a3560c61 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7435 | 2024.05.13 20:51:04.684012 [ 3 ] {} <Debug> HTTP-Session: 3c88e16c-9d64-4c50-984d-a649a3560c61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7436 | 2024.05.13 20:51:04.684026 [ 3 ] {} <Debug> HTTP-Session: 3c88e16c-9d64-4c50-984d-a649a3560c61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7437 | 2024.05.13 20:51:04.684056 [ 3 ] {} <Trace> HTTP-Session: 3c88e16c-9d64-4c50-984d-a649a3560c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7438 | 2024.05.13 20:51:04.684204 [ 3 ] {aa498c44-7e4b-44b0-91e8-e95b7ec63653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7439 | 2024.05.13 20:51:04.684253 [ 3 ] {aa498c44-7e4b-44b0-91e8-e95b7ec63653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7440 | 2024.05.13 20:51:04.684418 [ 3 ] {aa498c44-7e4b-44b0-91e8-e95b7ec63653} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7441 | 2024.05.13 20:51:04.684827 [ 3 ] {aa498c44-7e4b-44b0-91e8-e95b7ec63653} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7442 | 2024.05.13 20:51:04.684863 [ 3 ] {aa498c44-7e4b-44b0-91e8-e95b7ec63653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
7443 | 2024.05.13 20:51:04.685288 [ 3 ] {aa498c44-7e4b-44b0-91e8-e95b7ec63653} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
7444 | 2024.05.13 20:51:04.685653 [ 3 ] {aa498c44-7e4b-44b0-91e8-e95b7ec63653} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7445 | 2024.05.13 20:51:04.685801 [ 3 ] {aa498c44-7e4b-44b0-91e8-e95b7ec63653} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001658 sec., 97104.9457177322 rows/sec., 6.76 MiB/sec. | ||
7446 | 2024.05.13 20:51:04.685982 [ 3 ] {aa498c44-7e4b-44b0-91e8-e95b7ec63653} <Debug> DynamicQueryHandler: Done processing query | ||
7447 | 2024.05.13 20:51:04.686007 [ 3 ] {aa498c44-7e4b-44b0-91e8-e95b7ec63653} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7448 | 2024.05.13 20:51:04.686022 [ 3 ] {} <Debug> HTTP-Session: 3c88e16c-9d64-4c50-984d-a649a3560c61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7449 | 2024.05.13 20:51:04.686174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7450 | 2024.05.13 20:51:04.686223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7451 | 2024.05.13 20:51:04.686241 [ 3 ] {} <Debug> HTTP-Session: fbb556d7-46fc-4d40-9394-bf6ec666d5ea Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7452 | 2024.05.13 20:51:04.686257 [ 3 ] {} <Debug> HTTP-Session: fbb556d7-46fc-4d40-9394-bf6ec666d5ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7453 | 2024.05.13 20:51:04.686272 [ 3 ] {} <Debug> HTTP-Session: fbb556d7-46fc-4d40-9394-bf6ec666d5ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7454 | 2024.05.13 20:51:04.686302 [ 3 ] {} <Trace> HTTP-Session: fbb556d7-46fc-4d40-9394-bf6ec666d5ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7455 | 2024.05.13 20:51:04.686501 [ 3 ] {b182f7ce-3c7a-46f1-9276-f175c123f04a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7456 | 2024.05.13 20:51:04.686551 [ 3 ] {b182f7ce-3c7a-46f1-9276-f175c123f04a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7457 | 2024.05.13 20:51:04.686710 [ 3 ] {b182f7ce-3c7a-46f1-9276-f175c123f04a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7458 | 2024.05.13 20:51:04.687135 [ 3 ] {b182f7ce-3c7a-46f1-9276-f175c123f04a} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7459 | 2024.05.13 20:51:04.687173 [ 3 ] {b182f7ce-3c7a-46f1-9276-f175c123f04a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
7460 | 2024.05.13 20:51:04.687580 [ 3 ] {b182f7ce-3c7a-46f1-9276-f175c123f04a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7461 | 2024.05.13 20:51:04.687935 [ 3 ] {b182f7ce-3c7a-46f1-9276-f175c123f04a} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7462 | 2024.05.13 20:51:04.688092 [ 3 ] {b182f7ce-3c7a-46f1-9276-f175c123f04a} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001706 sec., 12309.4958968347 rows/sec., 16.61 MiB/sec. | ||
7463 | 2024.05.13 20:51:04.688263 [ 3 ] {b182f7ce-3c7a-46f1-9276-f175c123f04a} <Debug> DynamicQueryHandler: Done processing query | ||
7464 | 2024.05.13 20:51:04.688288 [ 3 ] {b182f7ce-3c7a-46f1-9276-f175c123f04a} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
7465 | 2024.05.13 20:51:04.688304 [ 3 ] {} <Debug> HTTP-Session: fbb556d7-46fc-4d40-9394-bf6ec666d5ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7466 | 2024.05.13 20:51:04.688426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7467 | 2024.05.13 20:51:04.688474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7468 | 2024.05.13 20:51:04.688493 [ 3 ] {} <Debug> HTTP-Session: 2c97b522-d5c5-40de-84e7-0dc6c3a6df57 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7469 | 2024.05.13 20:51:04.688509 [ 3 ] {} <Debug> HTTP-Session: 2c97b522-d5c5-40de-84e7-0dc6c3a6df57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7470 | 2024.05.13 20:51:04.688523 [ 3 ] {} <Debug> HTTP-Session: 2c97b522-d5c5-40de-84e7-0dc6c3a6df57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7471 | 2024.05.13 20:51:04.688553 [ 3 ] {} <Trace> HTTP-Session: 2c97b522-d5c5-40de-84e7-0dc6c3a6df57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7472 | 2024.05.13 20:51:04.688686 [ 3 ] {64390ad1-846b-4a46-8c29-421d3cdb2cb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7473 | 2024.05.13 20:51:04.688734 [ 3 ] {64390ad1-846b-4a46-8c29-421d3cdb2cb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7474 | 2024.05.13 20:51:04.688863 [ 3 ] {64390ad1-846b-4a46-8c29-421d3cdb2cb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7475 | 2024.05.13 20:51:04.689168 [ 3 ] {64390ad1-846b-4a46-8c29-421d3cdb2cb6} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7476 | 2024.05.13 20:51:04.689204 [ 3 ] {64390ad1-846b-4a46-8c29-421d3cdb2cb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
7477 | 2024.05.13 20:51:04.689571 [ 3 ] {64390ad1-846b-4a46-8c29-421d3cdb2cb6} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
7478 | 2024.05.13 20:51:04.689910 [ 3 ] {64390ad1-846b-4a46-8c29-421d3cdb2cb6} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7479 | 2024.05.13 20:51:04.690088 [ 3 ] {64390ad1-846b-4a46-8c29-421d3cdb2cb6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00145 sec., 41379.31034482759 rows/sec., 2.79 MiB/sec. | ||
7480 | 2024.05.13 20:51:04.690241 [ 3 ] {64390ad1-846b-4a46-8c29-421d3cdb2cb6} <Debug> DynamicQueryHandler: Done processing query | ||
7481 | 2024.05.13 20:51:04.690265 [ 3 ] {64390ad1-846b-4a46-8c29-421d3cdb2cb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7482 | 2024.05.13 20:51:04.690281 [ 3 ] {} <Debug> HTTP-Session: 2c97b522-d5c5-40de-84e7-0dc6c3a6df57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7483 | 2024.05.13 20:51:09.672603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7484 | 2024.05.13 20:51:09.672749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7485 | 2024.05.13 20:51:09.672779 [ 3 ] {} <Debug> HTTP-Session: 97ea1d0a-65af-45e4-98ac-7cb7f88fe4f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7486 | 2024.05.13 20:51:09.672806 [ 3 ] {} <Debug> HTTP-Session: 97ea1d0a-65af-45e4-98ac-7cb7f88fe4f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7487 | 2024.05.13 20:51:09.672825 [ 3 ] {} <Debug> HTTP-Session: 97ea1d0a-65af-45e4-98ac-7cb7f88fe4f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7488 | 2024.05.13 20:51:09.672880 [ 3 ] {} <Trace> HTTP-Session: 97ea1d0a-65af-45e4-98ac-7cb7f88fe4f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7489 | 2024.05.13 20:51:09.673083 [ 3 ] {1cbfed96-ec21-470b-8304-fe2ed18cbf81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7490 | 2024.05.13 20:51:09.673148 [ 3 ] {1cbfed96-ec21-470b-8304-fe2ed18cbf81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7491 | 2024.05.13 20:51:09.673339 [ 3 ] {1cbfed96-ec21-470b-8304-fe2ed18cbf81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7492 | 2024.05.13 20:51:09.673748 [ 3 ] {1cbfed96-ec21-470b-8304-fe2ed18cbf81} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7493 | 2024.05.13 20:51:09.673791 [ 3 ] {1cbfed96-ec21-470b-8304-fe2ed18cbf81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7494 | 2024.05.13 20:51:09.674154 [ 3 ] {1cbfed96-ec21-470b-8304-fe2ed18cbf81} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7495 | 2024.05.13 20:51:09.674481 [ 3 ] {1cbfed96-ec21-470b-8304-fe2ed18cbf81} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7496 | 2024.05.13 20:51:09.674647 [ 3 ] {1cbfed96-ec21-470b-8304-fe2ed18cbf81} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001614 sec., 6195.786864931846 rows/sec., 502.20 KiB/sec. | ||
7497 | 2024.05.13 20:51:09.674930 [ 3 ] {1cbfed96-ec21-470b-8304-fe2ed18cbf81} <Debug> DynamicQueryHandler: Done processing query | ||
7498 | 2024.05.13 20:51:09.674974 [ 3 ] {1cbfed96-ec21-470b-8304-fe2ed18cbf81} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7499 | 2024.05.13 20:51:09.674999 [ 3 ] {} <Debug> HTTP-Session: 97ea1d0a-65af-45e4-98ac-7cb7f88fe4f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7500 | 2024.05.13 20:51:09.675123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7501 | 2024.05.13 20:51:09.675171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7502 | 2024.05.13 20:51:09.675190 [ 3 ] {} <Debug> HTTP-Session: 70ab5579-28b9-4b6b-8c69-da36a4402e7b Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7503 | 2024.05.13 20:51:09.675206 [ 3 ] {} <Debug> HTTP-Session: 70ab5579-28b9-4b6b-8c69-da36a4402e7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7504 | 2024.05.13 20:51:09.675220 [ 3 ] {} <Debug> HTTP-Session: 70ab5579-28b9-4b6b-8c69-da36a4402e7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7505 | 2024.05.13 20:51:09.675252 [ 3 ] {} <Trace> HTTP-Session: 70ab5579-28b9-4b6b-8c69-da36a4402e7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7506 | 2024.05.13 20:51:09.675351 [ 3 ] {75e0d267-871d-43dd-b13d-2143ecd855c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7507 | 2024.05.13 20:51:09.675397 [ 3 ] {75e0d267-871d-43dd-b13d-2143ecd855c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7508 | 2024.05.13 20:51:09.675546 [ 3 ] {75e0d267-871d-43dd-b13d-2143ecd855c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7509 | 2024.05.13 20:51:09.675821 [ 3 ] {75e0d267-871d-43dd-b13d-2143ecd855c6} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7510 | 2024.05.13 20:51:09.675858 [ 3 ] {75e0d267-871d-43dd-b13d-2143ecd855c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7511 | 2024.05.13 20:51:09.676154 [ 3 ] {75e0d267-871d-43dd-b13d-2143ecd855c6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7512 | 2024.05.13 20:51:09.676467 [ 3 ] {75e0d267-871d-43dd-b13d-2143ecd855c6} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7513 | 2024.05.13 20:51:09.676629 [ 3 ] {75e0d267-871d-43dd-b13d-2143ecd855c6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00129 sec., 1550.387596899225 rows/sec., 126.42 KiB/sec. | ||
7514 | 2024.05.13 20:51:09.676878 [ 3 ] {75e0d267-871d-43dd-b13d-2143ecd855c6} <Debug> DynamicQueryHandler: Done processing query | ||
7515 | 2024.05.13 20:51:09.676902 [ 3 ] {75e0d267-871d-43dd-b13d-2143ecd855c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7516 | 2024.05.13 20:51:09.676918 [ 3 ] {} <Debug> HTTP-Session: 70ab5579-28b9-4b6b-8c69-da36a4402e7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7517 | 2024.05.13 20:51:09.677076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12517, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7518 | 2024.05.13 20:51:09.677122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7519 | 2024.05.13 20:51:09.677141 [ 3 ] {} <Debug> HTTP-Session: 5a5c5ab4-15e7-430a-800d-aff151dab49c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7520 | 2024.05.13 20:51:09.677157 [ 3 ] {} <Debug> HTTP-Session: 5a5c5ab4-15e7-430a-800d-aff151dab49c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7521 | 2024.05.13 20:51:09.677170 [ 3 ] {} <Debug> HTTP-Session: 5a5c5ab4-15e7-430a-800d-aff151dab49c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7522 | 2024.05.13 20:51:09.677200 [ 3 ] {} <Trace> HTTP-Session: 5a5c5ab4-15e7-430a-800d-aff151dab49c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7523 | 2024.05.13 20:51:09.677319 [ 3 ] {78483f5a-9eb0-4368-b3fe-d95e93d5bd32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7524 | 2024.05.13 20:51:09.677362 [ 3 ] {78483f5a-9eb0-4368-b3fe-d95e93d5bd32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7525 | 2024.05.13 20:51:09.677501 [ 3 ] {78483f5a-9eb0-4368-b3fe-d95e93d5bd32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7526 | 2024.05.13 20:51:09.677827 [ 3 ] {78483f5a-9eb0-4368-b3fe-d95e93d5bd32} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7527 | 2024.05.13 20:51:09.677863 [ 3 ] {78483f5a-9eb0-4368-b3fe-d95e93d5bd32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7528 | 2024.05.13 20:51:09.678171 [ 3 ] {78483f5a-9eb0-4368-b3fe-d95e93d5bd32} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
7529 | 2024.05.13 20:51:09.678468 [ 3 ] {78483f5a-9eb0-4368-b3fe-d95e93d5bd32} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7530 | 2024.05.13 20:51:09.678620 [ 3 ] {78483f5a-9eb0-4368-b3fe-d95e93d5bd32} <Debug> executeQuery: Read 87 rows, 7.20 KiB in 0.001338 sec., 65022.421524663674 rows/sec., 5.26 MiB/sec. | ||
7531 | 2024.05.13 20:51:09.678915 [ 3 ] {78483f5a-9eb0-4368-b3fe-d95e93d5bd32} <Debug> DynamicQueryHandler: Done processing query | ||
7532 | 2024.05.13 20:51:09.678961 [ 3 ] {78483f5a-9eb0-4368-b3fe-d95e93d5bd32} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7533 | 2024.05.13 20:51:09.678979 [ 3 ] {} <Debug> HTTP-Session: 5a5c5ab4-15e7-430a-800d-aff151dab49c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7534 | 2024.05.13 20:51:09.679102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7535 | 2024.05.13 20:51:09.679150 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7536 | 2024.05.13 20:51:09.679168 [ 3 ] {} <Debug> HTTP-Session: b0ca7242-453c-4e6b-ae1e-aea7da49748c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7537 | 2024.05.13 20:51:09.679184 [ 3 ] {} <Debug> HTTP-Session: b0ca7242-453c-4e6b-ae1e-aea7da49748c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7538 | 2024.05.13 20:51:09.679197 [ 3 ] {} <Debug> HTTP-Session: b0ca7242-453c-4e6b-ae1e-aea7da49748c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7539 | 2024.05.13 20:51:09.679227 [ 3 ] {} <Trace> HTTP-Session: b0ca7242-453c-4e6b-ae1e-aea7da49748c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7540 | 2024.05.13 20:51:09.679324 [ 3 ] {9a2c5285-ddc5-45b2-9f95-f8c178bbc9de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7541 | 2024.05.13 20:51:09.679368 [ 3 ] {9a2c5285-ddc5-45b2-9f95-f8c178bbc9de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7542 | 2024.05.13 20:51:09.679513 [ 3 ] {9a2c5285-ddc5-45b2-9f95-f8c178bbc9de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7543 | 2024.05.13 20:51:09.679784 [ 3 ] {9a2c5285-ddc5-45b2-9f95-f8c178bbc9de} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7544 | 2024.05.13 20:51:09.679820 [ 3 ] {9a2c5285-ddc5-45b2-9f95-f8c178bbc9de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7545 | 2024.05.13 20:51:09.680108 [ 3 ] {9a2c5285-ddc5-45b2-9f95-f8c178bbc9de} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7546 | 2024.05.13 20:51:09.680408 [ 3 ] {9a2c5285-ddc5-45b2-9f95-f8c178bbc9de} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7547 | 2024.05.13 20:51:09.680562 [ 3 ] {9a2c5285-ddc5-45b2-9f95-f8c178bbc9de} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001257 sec., 1591.0898965791566 rows/sec., 111.10 KiB/sec. | ||
7548 | 2024.05.13 20:51:09.680711 [ 3 ] {9a2c5285-ddc5-45b2-9f95-f8c178bbc9de} <Debug> DynamicQueryHandler: Done processing query | ||
7549 | 2024.05.13 20:51:09.680735 [ 3 ] {9a2c5285-ddc5-45b2-9f95-f8c178bbc9de} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7550 | 2024.05.13 20:51:09.680750 [ 3 ] {} <Debug> HTTP-Session: b0ca7242-453c-4e6b-ae1e-aea7da49748c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7551 | 2024.05.13 20:51:09.680864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7552 | 2024.05.13 20:51:09.680910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7553 | 2024.05.13 20:51:09.680929 [ 3 ] {} <Debug> HTTP-Session: 7fc2f116-f202-44c7-866c-1de26401427d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7554 | 2024.05.13 20:51:09.680944 [ 3 ] {} <Debug> HTTP-Session: 7fc2f116-f202-44c7-866c-1de26401427d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7555 | 2024.05.13 20:51:09.680959 [ 3 ] {} <Debug> HTTP-Session: 7fc2f116-f202-44c7-866c-1de26401427d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7556 | 2024.05.13 20:51:09.680988 [ 3 ] {} <Trace> HTTP-Session: 7fc2f116-f202-44c7-866c-1de26401427d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7557 | 2024.05.13 20:51:09.681102 [ 3 ] {167b951b-2b78-409a-8a86-8fc99d94f407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7558 | 2024.05.13 20:51:09.681142 [ 3 ] {167b951b-2b78-409a-8a86-8fc99d94f407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7559 | 2024.05.13 20:51:09.681265 [ 3 ] {167b951b-2b78-409a-8a86-8fc99d94f407} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7560 | 2024.05.13 20:51:09.681607 [ 3 ] {167b951b-2b78-409a-8a86-8fc99d94f407} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7561 | 2024.05.13 20:51:09.681643 [ 3 ] {167b951b-2b78-409a-8a86-8fc99d94f407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7562 | 2024.05.13 20:51:09.681958 [ 3 ] {167b951b-2b78-409a-8a86-8fc99d94f407} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
7563 | 2024.05.13 20:51:09.682264 [ 3 ] {167b951b-2b78-409a-8a86-8fc99d94f407} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7564 | 2024.05.13 20:51:09.682413 [ 3 ] {167b951b-2b78-409a-8a86-8fc99d94f407} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001344 sec., 56547.61904761905 rows/sec., 4.42 MiB/sec. | ||
7565 | 2024.05.13 20:51:09.682675 [ 3 ] {167b951b-2b78-409a-8a86-8fc99d94f407} <Debug> DynamicQueryHandler: Done processing query | ||
7566 | 2024.05.13 20:51:09.682732 [ 3 ] {167b951b-2b78-409a-8a86-8fc99d94f407} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7567 | 2024.05.13 20:51:09.682796 [ 3 ] {} <Debug> HTTP-Session: 7fc2f116-f202-44c7-866c-1de26401427d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7568 | 2024.05.13 20:51:09.682982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7569 | 2024.05.13 20:51:09.683033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7570 | 2024.05.13 20:51:09.683052 [ 3 ] {} <Debug> HTTP-Session: 32123ba2-cf96-432f-b3e7-b558354fdde4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7571 | 2024.05.13 20:51:09.683068 [ 3 ] {} <Debug> HTTP-Session: 32123ba2-cf96-432f-b3e7-b558354fdde4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7572 | 2024.05.13 20:51:09.683083 [ 3 ] {} <Debug> HTTP-Session: 32123ba2-cf96-432f-b3e7-b558354fdde4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7573 | 2024.05.13 20:51:09.683113 [ 3 ] {} <Trace> HTTP-Session: 32123ba2-cf96-432f-b3e7-b558354fdde4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7574 | 2024.05.13 20:51:09.683263 [ 3 ] {b979e4e8-4b6e-4689-8ebc-c2b387c2a3d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7575 | 2024.05.13 20:51:09.683311 [ 3 ] {b979e4e8-4b6e-4689-8ebc-c2b387c2a3d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7576 | 2024.05.13 20:51:09.683471 [ 3 ] {b979e4e8-4b6e-4689-8ebc-c2b387c2a3d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7577 | 2024.05.13 20:51:09.683828 [ 3 ] {b979e4e8-4b6e-4689-8ebc-c2b387c2a3d6} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7578 | 2024.05.13 20:51:09.683864 [ 3 ] {b979e4e8-4b6e-4689-8ebc-c2b387c2a3d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7579 | 2024.05.13 20:51:09.684244 [ 3 ] {b979e4e8-4b6e-4689-8ebc-c2b387c2a3d6} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
7580 | 2024.05.13 20:51:09.684572 [ 3 ] {b979e4e8-4b6e-4689-8ebc-c2b387c2a3d6} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7581 | 2024.05.13 20:51:09.684727 [ 3 ] {b979e4e8-4b6e-4689-8ebc-c2b387c2a3d6} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001531 sec., 105160.02612671457 rows/sec., 7.32 MiB/sec. | ||
7582 | 2024.05.13 20:51:09.684884 [ 3 ] {b979e4e8-4b6e-4689-8ebc-c2b387c2a3d6} <Debug> DynamicQueryHandler: Done processing query | ||
7583 | 2024.05.13 20:51:09.684908 [ 3 ] {b979e4e8-4b6e-4689-8ebc-c2b387c2a3d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7584 | 2024.05.13 20:51:09.684923 [ 3 ] {} <Debug> HTTP-Session: 32123ba2-cf96-432f-b3e7-b558354fdde4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7585 | 2024.05.13 20:51:09.685044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10760, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7586 | 2024.05.13 20:51:09.685090 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7587 | 2024.05.13 20:51:09.685109 [ 3 ] {} <Debug> HTTP-Session: e31f6265-8283-4d83-b04e-223eb421bc8f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7588 | 2024.05.13 20:51:09.685124 [ 3 ] {} <Debug> HTTP-Session: e31f6265-8283-4d83-b04e-223eb421bc8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7589 | 2024.05.13 20:51:09.685138 [ 3 ] {} <Debug> HTTP-Session: e31f6265-8283-4d83-b04e-223eb421bc8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7590 | 2024.05.13 20:51:09.685168 [ 3 ] {} <Trace> HTTP-Session: e31f6265-8283-4d83-b04e-223eb421bc8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7591 | 2024.05.13 20:51:09.685309 [ 3 ] {6e37a506-7509-4f91-b182-98babc1a7478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7592 | 2024.05.13 20:51:09.685358 [ 3 ] {6e37a506-7509-4f91-b182-98babc1a7478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7593 | 2024.05.13 20:51:09.685513 [ 3 ] {6e37a506-7509-4f91-b182-98babc1a7478} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7594 | 2024.05.13 20:51:09.685864 [ 3 ] {6e37a506-7509-4f91-b182-98babc1a7478} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7595 | 2024.05.13 20:51:09.685900 [ 3 ] {6e37a506-7509-4f91-b182-98babc1a7478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7596 | 2024.05.13 20:51:09.686277 [ 3 ] {6e37a506-7509-4f91-b182-98babc1a7478} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7597 | 2024.05.13 20:51:09.686606 [ 3 ] {6e37a506-7509-4f91-b182-98babc1a7478} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7598 | 2024.05.13 20:51:09.686767 [ 3 ] {6e37a506-7509-4f91-b182-98babc1a7478} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.001519 sec., 6583.278472679394 rows/sec., 8.88 MiB/sec. | ||
7599 | 2024.05.13 20:51:09.686932 [ 3 ] {6e37a506-7509-4f91-b182-98babc1a7478} <Debug> DynamicQueryHandler: Done processing query | ||
7600 | 2024.05.13 20:51:09.686955 [ 3 ] {6e37a506-7509-4f91-b182-98babc1a7478} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7601 | 2024.05.13 20:51:09.686970 [ 3 ] {} <Debug> HTTP-Session: e31f6265-8283-4d83-b04e-223eb421bc8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7602 | 2024.05.13 20:51:09.687087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7603 | 2024.05.13 20:51:09.687135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7604 | 2024.05.13 20:51:09.687154 [ 3 ] {} <Debug> HTTP-Session: 8b9f24fa-bfef-4b3c-a3ee-2dbb090541c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7605 | 2024.05.13 20:51:09.687170 [ 3 ] {} <Debug> HTTP-Session: 8b9f24fa-bfef-4b3c-a3ee-2dbb090541c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7606 | 2024.05.13 20:51:09.687183 [ 3 ] {} <Debug> HTTP-Session: 8b9f24fa-bfef-4b3c-a3ee-2dbb090541c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7607 | 2024.05.13 20:51:09.687213 [ 3 ] {} <Trace> HTTP-Session: 8b9f24fa-bfef-4b3c-a3ee-2dbb090541c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7608 | 2024.05.13 20:51:09.687325 [ 3 ] {94a6af04-c27b-4549-9988-9952ac084016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7609 | 2024.05.13 20:51:09.687369 [ 3 ] {94a6af04-c27b-4549-9988-9952ac084016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7610 | 2024.05.13 20:51:09.687494 [ 3 ] {94a6af04-c27b-4549-9988-9952ac084016} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7611 | 2024.05.13 20:51:09.687929 [ 3 ] {94a6af04-c27b-4549-9988-9952ac084016} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7612 | 2024.05.13 20:51:09.687965 [ 3 ] {94a6af04-c27b-4549-9988-9952ac084016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7613 | 2024.05.13 20:51:09.688326 [ 3 ] {94a6af04-c27b-4549-9988-9952ac084016} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
7614 | 2024.05.13 20:51:09.688639 [ 3 ] {94a6af04-c27b-4549-9988-9952ac084016} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7615 | 2024.05.13 20:51:09.688788 [ 3 ] {94a6af04-c27b-4549-9988-9952ac084016} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001489 sec., 40295.500335795834 rows/sec., 2.72 MiB/sec. | ||
7616 | 2024.05.13 20:51:09.689125 [ 3 ] {94a6af04-c27b-4549-9988-9952ac084016} <Debug> DynamicQueryHandler: Done processing query | ||
7617 | 2024.05.13 20:51:09.689167 [ 3 ] {94a6af04-c27b-4549-9988-9952ac084016} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7618 | 2024.05.13 20:51:09.689191 [ 3 ] {} <Debug> HTTP-Session: 8b9f24fa-bfef-4b3c-a3ee-2dbb090541c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7619 | 2024.05.13 20:51:12.831018 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7620 | 2024.05.13 20:51:12.831091 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7621 | 2024.05.13 20:51:14.675643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7622 | 2024.05.13 20:51:14.675768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7623 | 2024.05.13 20:51:14.675798 [ 3 ] {} <Debug> HTTP-Session: 6fd44dfb-88ac-41e0-b366-30b2c2bae412 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7624 | 2024.05.13 20:51:14.675830 [ 3 ] {} <Debug> HTTP-Session: 6fd44dfb-88ac-41e0-b366-30b2c2bae412 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7625 | 2024.05.13 20:51:14.675859 [ 3 ] {} <Debug> HTTP-Session: 6fd44dfb-88ac-41e0-b366-30b2c2bae412 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7626 | 2024.05.13 20:51:14.675935 [ 3 ] {} <Trace> HTTP-Session: 6fd44dfb-88ac-41e0-b366-30b2c2bae412 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7627 | 2024.05.13 20:51:14.676155 [ 3 ] {dd6064c0-42a8-42e0-8571-6e9ca52d7e31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7628 | 2024.05.13 20:51:14.676227 [ 3 ] {dd6064c0-42a8-42e0-8571-6e9ca52d7e31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7629 | 2024.05.13 20:51:14.676428 [ 3 ] {dd6064c0-42a8-42e0-8571-6e9ca52d7e31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7630 | 2024.05.13 20:51:14.676869 [ 3 ] {dd6064c0-42a8-42e0-8571-6e9ca52d7e31} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7631 | 2024.05.13 20:51:14.676908 [ 3 ] {dd6064c0-42a8-42e0-8571-6e9ca52d7e31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7632 | 2024.05.13 20:51:14.677269 [ 3 ] {dd6064c0-42a8-42e0-8571-6e9ca52d7e31} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7633 | 2024.05.13 20:51:14.677589 [ 3 ] {dd6064c0-42a8-42e0-8571-6e9ca52d7e31} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7634 | 2024.05.13 20:51:14.677750 [ 3 ] {dd6064c0-42a8-42e0-8571-6e9ca52d7e31} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001656 sec., 12681.159420289856 rows/sec., 1.00 MiB/sec. | ||
7635 | 2024.05.13 20:51:14.677773 [ 64 ] {} <Debug> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7636 | 2024.05.13 20:51:14.677871 [ 64 ] {} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7637 | 2024.05.13 20:51:14.677917 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7638 | 2024.05.13 20:51:14.678020 [ 3 ] {dd6064c0-42a8-42e0-8571-6e9ca52d7e31} <Debug> DynamicQueryHandler: Done processing query | ||
7639 | 2024.05.13 20:51:14.678037 [ 195 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
7640 | 2024.05.13 20:51:14.678051 [ 3 ] {dd6064c0-42a8-42e0-8571-6e9ca52d7e31} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7641 | 2024.05.13 20:51:14.678083 [ 3 ] {} <Debug> HTTP-Session: 6fd44dfb-88ac-41e0-b366-30b2c2bae412 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7642 | 2024.05.13 20:51:14.678163 [ 195 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7643 | 2024.05.13 20:51:14.678196 [ 195 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 31 rows starting from the beginning of the part | ||
7644 | 2024.05.13 20:51:14.678209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7645 | 2024.05.13 20:51:14.678279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7646 | 2024.05.13 20:51:14.678280 [ 195 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
7647 | 2024.05.13 20:51:14.678315 [ 3 ] {} <Debug> HTTP-Session: 5544b5f8-02c4-4161-83eb-1a192a71fab7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7648 | 2024.05.13 20:51:14.678408 [ 3 ] {} <Debug> HTTP-Session: 5544b5f8-02c4-4161-83eb-1a192a71fab7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7649 | 2024.05.13 20:51:14.678486 [ 195 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 10 rows starting from the beginning of the part | ||
7650 | 2024.05.13 20:51:14.678506 [ 3 ] {} <Debug> HTTP-Session: 5544b5f8-02c4-4161-83eb-1a192a71fab7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7651 | 2024.05.13 20:51:14.678626 [ 3 ] {} <Trace> HTTP-Session: 5544b5f8-02c4-4161-83eb-1a192a71fab7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7652 | 2024.05.13 20:51:14.678813 [ 195 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
7653 | 2024.05.13 20:51:14.678945 [ 3 ] {5db03856-b828-4acd-8988-d0b21c68f7b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7654 | 2024.05.13 20:51:14.679081 [ 195 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 10 rows starting from the beginning of the part | ||
7655 | 2024.05.13 20:51:14.679097 [ 3 ] {5db03856-b828-4acd-8988-d0b21c68f7b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7656 | 2024.05.13 20:51:14.679386 [ 195 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
7657 | 2024.05.13 20:51:14.680058 [ 3 ] {5db03856-b828-4acd-8988-d0b21c68f7b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7658 | 2024.05.13 20:51:14.680555 [ 3 ] {5db03856-b828-4acd-8988-d0b21c68f7b8} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7659 | 2024.05.13 20:51:14.680596 [ 3 ] {5db03856-b828-4acd-8988-d0b21c68f7b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7660 | 2024.05.13 20:51:14.681097 [ 3 ] {5db03856-b828-4acd-8988-d0b21c68f7b8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7661 | 2024.05.13 20:51:14.681201 [ 192 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 4 columns (4 merged, 0 gathered) in 0.00320576 sec., 35560.990217608305 rows/sec., 2.81 MiB/sec. | ||
7662 | 2024.05.13 20:51:14.681484 [ 192 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7663 | 2024.05.13 20:51:14.681696 [ 3 ] {5db03856-b828-4acd-8988-d0b21c68f7b8} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7664 | 2024.05.13 20:51:14.682184 [ 3 ] {5db03856-b828-4acd-8988-d0b21c68f7b8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003335 sec., 599.7001499250375 rows/sec., 48.90 KiB/sec. | ||
7665 | 2024.05.13 20:51:14.682701 [ 192 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_41_8} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7666 | 2024.05.13 20:51:14.682735 [ 3 ] {5db03856-b828-4acd-8988-d0b21c68f7b8} <Debug> DynamicQueryHandler: Done processing query | ||
7667 | 2024.05.13 20:51:14.682778 [ 3 ] {5db03856-b828-4acd-8988-d0b21c68f7b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7668 | 2024.05.13 20:51:14.682808 [ 3 ] {} <Debug> HTTP-Session: 5544b5f8-02c4-4161-83eb-1a192a71fab7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7669 | 2024.05.13 20:51:14.682867 [ 192 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_41_8} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7670 | 2024.05.13 20:51:14.682991 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7671 | 2024.05.13 20:51:14.683002 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
7672 | 2024.05.13 20:51:14.683065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7673 | 2024.05.13 20:51:14.683089 [ 3 ] {} <Debug> HTTP-Session: 11664825-949e-48af-a048-ac7d2a0e3008 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7674 | 2024.05.13 20:51:14.683105 [ 3 ] {} <Debug> HTTP-Session: 11664825-949e-48af-a048-ac7d2a0e3008 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7675 | 2024.05.13 20:51:14.683118 [ 3 ] {} <Debug> HTTP-Session: 11664825-949e-48af-a048-ac7d2a0e3008 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7676 | 2024.05.13 20:51:14.683151 [ 3 ] {} <Trace> HTTP-Session: 11664825-949e-48af-a048-ac7d2a0e3008 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7677 | 2024.05.13 20:51:14.683321 [ 3 ] {e58364ac-af38-4a9e-9921-480dc941bc89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7678 | 2024.05.13 20:51:14.683366 [ 3 ] {e58364ac-af38-4a9e-9921-480dc941bc89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7679 | 2024.05.13 20:51:14.683511 [ 3 ] {e58364ac-af38-4a9e-9921-480dc941bc89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7680 | 2024.05.13 20:51:14.683910 [ 3 ] {e58364ac-af38-4a9e-9921-480dc941bc89} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7681 | 2024.05.13 20:51:14.683946 [ 3 ] {e58364ac-af38-4a9e-9921-480dc941bc89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7682 | 2024.05.13 20:51:14.684266 [ 3 ] {e58364ac-af38-4a9e-9921-480dc941bc89} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
7683 | 2024.05.13 20:51:14.684572 [ 3 ] {e58364ac-af38-4a9e-9921-480dc941bc89} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7684 | 2024.05.13 20:51:14.684723 [ 3 ] {e58364ac-af38-4a9e-9921-480dc941bc89} <Debug> executeQuery: Read 156 rows, 12.97 KiB in 0.001472 sec., 105978.26086956522 rows/sec., 8.61 MiB/sec. | ||
7685 | 2024.05.13 20:51:14.684891 [ 3 ] {e58364ac-af38-4a9e-9921-480dc941bc89} <Debug> DynamicQueryHandler: Done processing query | ||
7686 | 2024.05.13 20:51:14.684914 [ 3 ] {e58364ac-af38-4a9e-9921-480dc941bc89} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7687 | 2024.05.13 20:51:14.684929 [ 3 ] {} <Debug> HTTP-Session: 11664825-949e-48af-a048-ac7d2a0e3008 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7688 | 2024.05.13 20:51:14.685038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7689 | 2024.05.13 20:51:14.685085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7690 | 2024.05.13 20:51:14.685104 [ 3 ] {} <Debug> HTTP-Session: 7da941d8-25f1-4d6f-82ab-f8e71ed55229 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7691 | 2024.05.13 20:51:14.685120 [ 3 ] {} <Debug> HTTP-Session: 7da941d8-25f1-4d6f-82ab-f8e71ed55229 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7692 | 2024.05.13 20:51:14.685133 [ 3 ] {} <Debug> HTTP-Session: 7da941d8-25f1-4d6f-82ab-f8e71ed55229 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7693 | 2024.05.13 20:51:14.685164 [ 3 ] {} <Trace> HTTP-Session: 7da941d8-25f1-4d6f-82ab-f8e71ed55229 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7694 | 2024.05.13 20:51:14.685255 [ 3 ] {07999a83-c686-4ec8-b7b8-023c0dcde03c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7695 | 2024.05.13 20:51:14.685296 [ 3 ] {07999a83-c686-4ec8-b7b8-023c0dcde03c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7696 | 2024.05.13 20:51:14.685421 [ 3 ] {07999a83-c686-4ec8-b7b8-023c0dcde03c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7697 | 2024.05.13 20:51:14.685688 [ 3 ] {07999a83-c686-4ec8-b7b8-023c0dcde03c} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7698 | 2024.05.13 20:51:14.685724 [ 3 ] {07999a83-c686-4ec8-b7b8-023c0dcde03c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7699 | 2024.05.13 20:51:14.686014 [ 3 ] {07999a83-c686-4ec8-b7b8-023c0dcde03c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7700 | 2024.05.13 20:51:14.686318 [ 3 ] {07999a83-c686-4ec8-b7b8-023c0dcde03c} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7701 | 2024.05.13 20:51:14.686475 [ 3 ] {07999a83-c686-4ec8-b7b8-023c0dcde03c} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001233 sec., 1622.0600162206003 rows/sec., 113.26 KiB/sec. | ||
7702 | 2024.05.13 20:51:14.686797 [ 3 ] {07999a83-c686-4ec8-b7b8-023c0dcde03c} <Debug> DynamicQueryHandler: Done processing query | ||
7703 | 2024.05.13 20:51:14.686821 [ 3 ] {07999a83-c686-4ec8-b7b8-023c0dcde03c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7704 | 2024.05.13 20:51:14.686837 [ 3 ] {} <Debug> HTTP-Session: 7da941d8-25f1-4d6f-82ab-f8e71ed55229 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7705 | 2024.05.13 20:51:14.686960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 18827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7706 | 2024.05.13 20:51:14.687007 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7707 | 2024.05.13 20:51:14.687026 [ 3 ] {} <Debug> HTTP-Session: 4f66ada9-5439-460f-a861-454d0aa7816b Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7708 | 2024.05.13 20:51:14.687042 [ 3 ] {} <Debug> HTTP-Session: 4f66ada9-5439-460f-a861-454d0aa7816b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7709 | 2024.05.13 20:51:14.687057 [ 3 ] {} <Debug> HTTP-Session: 4f66ada9-5439-460f-a861-454d0aa7816b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7710 | 2024.05.13 20:51:14.687088 [ 3 ] {} <Trace> HTTP-Session: 4f66ada9-5439-460f-a861-454d0aa7816b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7711 | 2024.05.13 20:51:14.687222 [ 3 ] {013c33b4-8050-4a0f-90f3-e617af7cca59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7712 | 2024.05.13 20:51:14.687264 [ 3 ] {013c33b4-8050-4a0f-90f3-e617af7cca59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7713 | 2024.05.13 20:51:14.687405 [ 3 ] {013c33b4-8050-4a0f-90f3-e617af7cca59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7714 | 2024.05.13 20:51:14.687760 [ 3 ] {013c33b4-8050-4a0f-90f3-e617af7cca59} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7715 | 2024.05.13 20:51:14.687796 [ 3 ] {013c33b4-8050-4a0f-90f3-e617af7cca59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7716 | 2024.05.13 20:51:14.688103 [ 3 ] {013c33b4-8050-4a0f-90f3-e617af7cca59} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
7717 | 2024.05.13 20:51:14.688416 [ 3 ] {013c33b4-8050-4a0f-90f3-e617af7cca59} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7718 | 2024.05.13 20:51:14.688575 [ 3 ] {013c33b4-8050-4a0f-90f3-e617af7cca59} <Debug> executeQuery: Read 111 rows, 8.86 KiB in 0.0014 sec., 79285.71428571429 rows/sec., 6.18 MiB/sec. | ||
7719 | 2024.05.13 20:51:14.688920 [ 3 ] {013c33b4-8050-4a0f-90f3-e617af7cca59} <Debug> DynamicQueryHandler: Done processing query | ||
7720 | 2024.05.13 20:51:14.688959 [ 3 ] {013c33b4-8050-4a0f-90f3-e617af7cca59} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7721 | 2024.05.13 20:51:14.688975 [ 3 ] {} <Debug> HTTP-Session: 4f66ada9-5439-460f-a861-454d0aa7816b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7722 | 2024.05.13 20:51:14.689122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 37782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7723 | 2024.05.13 20:51:14.689171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7724 | 2024.05.13 20:51:14.689190 [ 3 ] {} <Debug> HTTP-Session: 2c436b5a-b2d0-4fc6-9f56-aeaeccb4e2e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7725 | 2024.05.13 20:51:14.689207 [ 3 ] {} <Debug> HTTP-Session: 2c436b5a-b2d0-4fc6-9f56-aeaeccb4e2e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7726 | 2024.05.13 20:51:14.689221 [ 3 ] {} <Debug> HTTP-Session: 2c436b5a-b2d0-4fc6-9f56-aeaeccb4e2e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7727 | 2024.05.13 20:51:14.689252 [ 3 ] {} <Trace> HTTP-Session: 2c436b5a-b2d0-4fc6-9f56-aeaeccb4e2e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7728 | 2024.05.13 20:51:14.689471 [ 3 ] {801d72c8-b889-4ddf-ae0f-6ffdd495e06d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7729 | 2024.05.13 20:51:14.689520 [ 3 ] {801d72c8-b889-4ddf-ae0f-6ffdd495e06d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7730 | 2024.05.13 20:51:14.689684 [ 3 ] {801d72c8-b889-4ddf-ae0f-6ffdd495e06d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7731 | 2024.05.13 20:51:14.690098 [ 3 ] {801d72c8-b889-4ddf-ae0f-6ffdd495e06d} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7732 | 2024.05.13 20:51:14.690134 [ 3 ] {801d72c8-b889-4ddf-ae0f-6ffdd495e06d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7733 | 2024.05.13 20:51:14.690515 [ 3 ] {801d72c8-b889-4ddf-ae0f-6ffdd495e06d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
7734 | 2024.05.13 20:51:14.690841 [ 3 ] {801d72c8-b889-4ddf-ae0f-6ffdd495e06d} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7735 | 2024.05.13 20:51:14.690987 [ 3 ] {801d72c8-b889-4ddf-ae0f-6ffdd495e06d} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001644 sec., 119829.68369829684 rows/sec., 8.37 MiB/sec. | ||
7736 | 2024.05.13 20:51:14.691160 [ 3 ] {801d72c8-b889-4ddf-ae0f-6ffdd495e06d} <Debug> DynamicQueryHandler: Done processing query | ||
7737 | 2024.05.13 20:51:14.691184 [ 3 ] {801d72c8-b889-4ddf-ae0f-6ffdd495e06d} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
7738 | 2024.05.13 20:51:14.691199 [ 3 ] {} <Debug> HTTP-Session: 2c436b5a-b2d0-4fc6-9f56-aeaeccb4e2e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7739 | 2024.05.13 20:51:14.691329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7740 | 2024.05.13 20:51:14.691377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7741 | 2024.05.13 20:51:14.691395 [ 3 ] {} <Debug> HTTP-Session: b8c4f76b-2c6e-4b6c-99b7-3f220006f840 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7742 | 2024.05.13 20:51:14.691411 [ 3 ] {} <Debug> HTTP-Session: b8c4f76b-2c6e-4b6c-99b7-3f220006f840 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7743 | 2024.05.13 20:51:14.691425 [ 3 ] {} <Debug> HTTP-Session: b8c4f76b-2c6e-4b6c-99b7-3f220006f840 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7744 | 2024.05.13 20:51:14.691454 [ 3 ] {} <Trace> HTTP-Session: b8c4f76b-2c6e-4b6c-99b7-3f220006f840 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7745 | 2024.05.13 20:51:14.691667 [ 3 ] {9316aed8-2eed-4edd-a9d3-ba8b59d987a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7746 | 2024.05.13 20:51:14.691715 [ 3 ] {9316aed8-2eed-4edd-a9d3-ba8b59d987a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7747 | 2024.05.13 20:51:14.691872 [ 3 ] {9316aed8-2eed-4edd-a9d3-ba8b59d987a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7748 | 2024.05.13 20:51:14.692268 [ 3 ] {9316aed8-2eed-4edd-a9d3-ba8b59d987a8} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7749 | 2024.05.13 20:51:14.692303 [ 3 ] {9316aed8-2eed-4edd-a9d3-ba8b59d987a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7750 | 2024.05.13 20:51:14.692696 [ 3 ] {9316aed8-2eed-4edd-a9d3-ba8b59d987a8} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7751 | 2024.05.13 20:51:14.693025 [ 3 ] {9316aed8-2eed-4edd-a9d3-ba8b59d987a8} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7752 | 2024.05.13 20:51:14.693175 [ 64 ] {} <Debug> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7753 | 2024.05.13 20:51:14.693187 [ 3 ] {9316aed8-2eed-4edd-a9d3-ba8b59d987a8} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001651 sec., 12719.563900666264 rows/sec., 17.16 MiB/sec. | ||
7754 | 2024.05.13 20:51:14.693236 [ 64 ] {} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7755 | 2024.05.13 20:51:14.693308 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7756 | 2024.05.13 20:51:14.693488 [ 200 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
7757 | 2024.05.13 20:51:14.693530 [ 3 ] {9316aed8-2eed-4edd-a9d3-ba8b59d987a8} <Debug> DynamicQueryHandler: Done processing query | ||
7758 | 2024.05.13 20:51:14.693568 [ 3 ] {9316aed8-2eed-4edd-a9d3-ba8b59d987a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
7759 | 2024.05.13 20:51:14.693624 [ 3 ] {} <Debug> HTTP-Session: b8c4f76b-2c6e-4b6c-99b7-3f220006f840 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7760 | 2024.05.13 20:51:14.693733 [ 200 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7761 | 2024.05.13 20:51:14.693803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7762 | 2024.05.13 20:51:14.693813 [ 200 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 556 rows starting from the beginning of the part | ||
7763 | 2024.05.13 20:51:14.693908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7764 | 2024.05.13 20:51:14.693983 [ 3 ] {} <Debug> HTTP-Session: e34c7b71-8e2b-4823-8807-543ee124f908 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7765 | 2024.05.13 20:51:14.694067 [ 3 ] {} <Debug> HTTP-Session: e34c7b71-8e2b-4823-8807-543ee124f908 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7766 | 2024.05.13 20:51:14.694145 [ 3 ] {} <Debug> HTTP-Session: e34c7b71-8e2b-4823-8807-543ee124f908 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7767 | 2024.05.13 20:51:14.694167 [ 200 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
7768 | 2024.05.13 20:51:14.694228 [ 3 ] {} <Trace> HTTP-Session: e34c7b71-8e2b-4823-8807-543ee124f908 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7769 | 2024.05.13 20:51:14.694503 [ 200 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 10 rows starting from the beginning of the part | ||
7770 | 2024.05.13 20:51:14.694580 [ 3 ] {74ea0dc9-0006-4dcd-82b0-6270888dae18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7771 | 2024.05.13 20:51:14.694774 [ 3 ] {74ea0dc9-0006-4dcd-82b0-6270888dae18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7772 | 2024.05.13 20:51:14.694788 [ 200 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
7773 | 2024.05.13 20:51:14.695183 [ 200 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 10 rows starting from the beginning of the part | ||
7774 | 2024.05.13 20:51:14.695578 [ 200 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
7775 | 2024.05.13 20:51:14.695649 [ 3 ] {74ea0dc9-0006-4dcd-82b0-6270888dae18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7776 | 2024.05.13 20:51:14.696652 [ 3 ] {74ea0dc9-0006-4dcd-82b0-6270888dae18} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7777 | 2024.05.13 20:51:14.696712 [ 3 ] {74ea0dc9-0006-4dcd-82b0-6270888dae18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7778 | 2024.05.13 20:51:14.697121 [ 3 ] {74ea0dc9-0006-4dcd-82b0-6270888dae18} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
7779 | 2024.05.13 20:51:14.697484 [ 3 ] {74ea0dc9-0006-4dcd-82b0-6270888dae18} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7780 | 2024.05.13 20:51:14.697663 [ 3 ] {74ea0dc9-0006-4dcd-82b0-6270888dae18} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003188 sec., 18820.577164366376 rows/sec., 1.27 MiB/sec. | ||
7781 | 2024.05.13 20:51:14.698047 [ 3 ] {74ea0dc9-0006-4dcd-82b0-6270888dae18} <Debug> DynamicQueryHandler: Done processing query | ||
7782 | 2024.05.13 20:51:14.698093 [ 3 ] {74ea0dc9-0006-4dcd-82b0-6270888dae18} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7783 | 2024.05.13 20:51:14.698141 [ 3 ] {} <Debug> HTTP-Session: e34c7b71-8e2b-4823-8807-543ee124f908 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7784 | 2024.05.13 20:51:14.699376 [ 195 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 639 rows, containing 6 columns (6 merged, 0 gathered) in 0.005979627 sec., 106862.85281673924 rows/sec., 144.21 MiB/sec. | ||
7785 | 2024.05.13 20:51:14.699720 [ 200 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7786 | 2024.05.13 20:51:14.700151 [ 200 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7787 | 2024.05.13 20:51:14.700246 [ 200 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7788 | 2024.05.13 20:51:14.700335 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB. | ||
7789 | 2024.05.13 20:51:19.672265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7790 | 2024.05.13 20:51:19.672408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7791 | 2024.05.13 20:51:19.672436 [ 3 ] {} <Debug> HTTP-Session: 46c19da8-2229-48d9-8b29-fbd4514aff20 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7792 | 2024.05.13 20:51:19.672464 [ 3 ] {} <Debug> HTTP-Session: 46c19da8-2229-48d9-8b29-fbd4514aff20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7793 | 2024.05.13 20:51:19.672478 [ 3 ] {} <Debug> HTTP-Session: 46c19da8-2229-48d9-8b29-fbd4514aff20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7794 | 2024.05.13 20:51:19.672527 [ 3 ] {} <Trace> HTTP-Session: 46c19da8-2229-48d9-8b29-fbd4514aff20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7795 | 2024.05.13 20:51:19.672702 [ 3 ] {c6ccdd88-2e01-45eb-b90d-a3dbb57982e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7796 | 2024.05.13 20:51:19.672765 [ 3 ] {c6ccdd88-2e01-45eb-b90d-a3dbb57982e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7797 | 2024.05.13 20:51:19.672949 [ 3 ] {c6ccdd88-2e01-45eb-b90d-a3dbb57982e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7798 | 2024.05.13 20:51:19.673374 [ 3 ] {c6ccdd88-2e01-45eb-b90d-a3dbb57982e5} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7799 | 2024.05.13 20:51:19.673411 [ 3 ] {c6ccdd88-2e01-45eb-b90d-a3dbb57982e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7800 | 2024.05.13 20:51:19.673765 [ 3 ] {c6ccdd88-2e01-45eb-b90d-a3dbb57982e5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7801 | 2024.05.13 20:51:19.674087 [ 3 ] {c6ccdd88-2e01-45eb-b90d-a3dbb57982e5} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7802 | 2024.05.13 20:51:19.674223 [ 3 ] {c6ccdd88-2e01-45eb-b90d-a3dbb57982e5} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001573 sec., 6357.279084551812 rows/sec., 515.29 KiB/sec. | ||
7803 | 2024.05.13 20:51:19.674517 [ 3 ] {c6ccdd88-2e01-45eb-b90d-a3dbb57982e5} <Debug> DynamicQueryHandler: Done processing query | ||
7804 | 2024.05.13 20:51:19.674569 [ 3 ] {c6ccdd88-2e01-45eb-b90d-a3dbb57982e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7805 | 2024.05.13 20:51:19.674601 [ 3 ] {} <Debug> HTTP-Session: 46c19da8-2229-48d9-8b29-fbd4514aff20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7806 | 2024.05.13 20:51:19.674762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12383, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7807 | 2024.05.13 20:51:19.674826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7808 | 2024.05.13 20:51:19.674852 [ 3 ] {} <Debug> HTTP-Session: 80fa9d37-f1d8-4668-bb39-235524e0c42b Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7809 | 2024.05.13 20:51:19.674875 [ 3 ] {} <Debug> HTTP-Session: 80fa9d37-f1d8-4668-bb39-235524e0c42b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7810 | 2024.05.13 20:51:19.674895 [ 3 ] {} <Debug> HTTP-Session: 80fa9d37-f1d8-4668-bb39-235524e0c42b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7811 | 2024.05.13 20:51:19.674938 [ 3 ] {} <Trace> HTTP-Session: 80fa9d37-f1d8-4668-bb39-235524e0c42b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7812 | 2024.05.13 20:51:19.675105 [ 3 ] {3392d335-f3ec-40b3-8984-0589a48fef71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7813 | 2024.05.13 20:51:19.675165 [ 3 ] {3392d335-f3ec-40b3-8984-0589a48fef71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7814 | 2024.05.13 20:51:19.675316 [ 3 ] {3392d335-f3ec-40b3-8984-0589a48fef71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7815 | 2024.05.13 20:51:19.675674 [ 3 ] {3392d335-f3ec-40b3-8984-0589a48fef71} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7816 | 2024.05.13 20:51:19.675709 [ 3 ] {3392d335-f3ec-40b3-8984-0589a48fef71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7817 | 2024.05.13 20:51:19.676022 [ 3 ] {3392d335-f3ec-40b3-8984-0589a48fef71} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
7818 | 2024.05.13 20:51:19.676321 [ 3 ] {3392d335-f3ec-40b3-8984-0589a48fef71} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7819 | 2024.05.13 20:51:19.676443 [ 3 ] {3392d335-f3ec-40b3-8984-0589a48fef71} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.001405 sec., 61209.96441281139 rows/sec., 4.95 MiB/sec. | ||
7820 | 2024.05.13 20:51:19.676606 [ 3 ] {3392d335-f3ec-40b3-8984-0589a48fef71} <Debug> DynamicQueryHandler: Done processing query | ||
7821 | 2024.05.13 20:51:19.676631 [ 3 ] {3392d335-f3ec-40b3-8984-0589a48fef71} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7822 | 2024.05.13 20:51:19.676649 [ 3 ] {} <Debug> HTTP-Session: 80fa9d37-f1d8-4668-bb39-235524e0c42b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7823 | 2024.05.13 20:51:19.676821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7824 | 2024.05.13 20:51:19.676869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7825 | 2024.05.13 20:51:19.676895 [ 3 ] {} <Debug> HTTP-Session: 53bfd355-25b9-49d8-b67b-eee2d4ea3b60 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7826 | 2024.05.13 20:51:19.676910 [ 3 ] {} <Debug> HTTP-Session: 53bfd355-25b9-49d8-b67b-eee2d4ea3b60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7827 | 2024.05.13 20:51:19.676925 [ 3 ] {} <Debug> HTTP-Session: 53bfd355-25b9-49d8-b67b-eee2d4ea3b60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7828 | 2024.05.13 20:51:19.676962 [ 3 ] {} <Trace> HTTP-Session: 53bfd355-25b9-49d8-b67b-eee2d4ea3b60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7829 | 2024.05.13 20:51:19.677084 [ 3 ] {79b82dc8-5829-4866-a75f-12bfcd813a12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7830 | 2024.05.13 20:51:19.677126 [ 3 ] {79b82dc8-5829-4866-a75f-12bfcd813a12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7831 | 2024.05.13 20:51:19.677262 [ 3 ] {79b82dc8-5829-4866-a75f-12bfcd813a12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7832 | 2024.05.13 20:51:19.677612 [ 3 ] {79b82dc8-5829-4866-a75f-12bfcd813a12} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7833 | 2024.05.13 20:51:19.677650 [ 3 ] {79b82dc8-5829-4866-a75f-12bfcd813a12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7834 | 2024.05.13 20:51:19.677986 [ 3 ] {79b82dc8-5829-4866-a75f-12bfcd813a12} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
7835 | 2024.05.13 20:51:19.678381 [ 3 ] {79b82dc8-5829-4866-a75f-12bfcd813a12} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7836 | 2024.05.13 20:51:19.678551 [ 3 ] {79b82dc8-5829-4866-a75f-12bfcd813a12} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.00151 sec., 49006.62251655629 rows/sec., 3.83 MiB/sec. | ||
7837 | 2024.05.13 20:51:19.678759 [ 3 ] {79b82dc8-5829-4866-a75f-12bfcd813a12} <Debug> DynamicQueryHandler: Done processing query | ||
7838 | 2024.05.13 20:51:19.678794 [ 3 ] {79b82dc8-5829-4866-a75f-12bfcd813a12} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7839 | 2024.05.13 20:51:19.678817 [ 3 ] {} <Debug> HTTP-Session: 53bfd355-25b9-49d8-b67b-eee2d4ea3b60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7840 | 2024.05.13 20:51:19.679024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7841 | 2024.05.13 20:51:19.679094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7842 | 2024.05.13 20:51:19.679120 [ 3 ] {} <Debug> HTTP-Session: e047a918-243c-4a2e-916f-cf205f08b68a Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7843 | 2024.05.13 20:51:19.679140 [ 3 ] {} <Debug> HTTP-Session: e047a918-243c-4a2e-916f-cf205f08b68a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7844 | 2024.05.13 20:51:19.679156 [ 3 ] {} <Debug> HTTP-Session: e047a918-243c-4a2e-916f-cf205f08b68a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7845 | 2024.05.13 20:51:19.679194 [ 3 ] {} <Trace> HTTP-Session: e047a918-243c-4a2e-916f-cf205f08b68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7846 | 2024.05.13 20:51:19.679374 [ 3 ] {b7d4544d-3e1a-45b3-89b1-8a9d2a4edfa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7847 | 2024.05.13 20:51:19.679426 [ 3 ] {b7d4544d-3e1a-45b3-89b1-8a9d2a4edfa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7848 | 2024.05.13 20:51:19.679569 [ 3 ] {b7d4544d-3e1a-45b3-89b1-8a9d2a4edfa1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7849 | 2024.05.13 20:51:19.679931 [ 3 ] {b7d4544d-3e1a-45b3-89b1-8a9d2a4edfa1} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7850 | 2024.05.13 20:51:19.679966 [ 3 ] {b7d4544d-3e1a-45b3-89b1-8a9d2a4edfa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7851 | 2024.05.13 20:51:19.680357 [ 3 ] {b7d4544d-3e1a-45b3-89b1-8a9d2a4edfa1} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
7852 | 2024.05.13 20:51:19.680705 [ 3 ] {b7d4544d-3e1a-45b3-89b1-8a9d2a4edfa1} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7853 | 2024.05.13 20:51:19.680837 [ 3 ] {b7d4544d-3e1a-45b3-89b1-8a9d2a4edfa1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001544 sec., 103626.94300518134 rows/sec., 7.22 MiB/sec. | ||
7854 | 2024.05.13 20:51:19.680993 [ 3 ] {b7d4544d-3e1a-45b3-89b1-8a9d2a4edfa1} <Debug> DynamicQueryHandler: Done processing query | ||
7855 | 2024.05.13 20:51:19.681017 [ 3 ] {b7d4544d-3e1a-45b3-89b1-8a9d2a4edfa1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7856 | 2024.05.13 20:51:19.681034 [ 3 ] {} <Debug> HTTP-Session: e047a918-243c-4a2e-916f-cf205f08b68a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7857 | 2024.05.13 20:51:19.681161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10760, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7858 | 2024.05.13 20:51:19.681209 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7859 | 2024.05.13 20:51:19.681228 [ 3 ] {} <Debug> HTTP-Session: 096b7cb6-7f6d-4046-a420-6d9145266cab Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7860 | 2024.05.13 20:51:19.681244 [ 3 ] {} <Debug> HTTP-Session: 096b7cb6-7f6d-4046-a420-6d9145266cab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7861 | 2024.05.13 20:51:19.681257 [ 3 ] {} <Debug> HTTP-Session: 096b7cb6-7f6d-4046-a420-6d9145266cab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7862 | 2024.05.13 20:51:19.681288 [ 3 ] {} <Trace> HTTP-Session: 096b7cb6-7f6d-4046-a420-6d9145266cab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7863 | 2024.05.13 20:51:19.681442 [ 3 ] {4ff0aeb9-896d-47b9-9946-8c1def0c43f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7864 | 2024.05.13 20:51:19.681490 [ 3 ] {4ff0aeb9-896d-47b9-9946-8c1def0c43f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7865 | 2024.05.13 20:51:19.681643 [ 3 ] {4ff0aeb9-896d-47b9-9946-8c1def0c43f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7866 | 2024.05.13 20:51:19.682006 [ 3 ] {4ff0aeb9-896d-47b9-9946-8c1def0c43f7} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7867 | 2024.05.13 20:51:19.682041 [ 3 ] {4ff0aeb9-896d-47b9-9946-8c1def0c43f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7868 | 2024.05.13 20:51:19.682429 [ 3 ] {4ff0aeb9-896d-47b9-9946-8c1def0c43f7} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7869 | 2024.05.13 20:51:19.682764 [ 3 ] {4ff0aeb9-896d-47b9-9946-8c1def0c43f7} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7870 | 2024.05.13 20:51:19.682890 [ 3 ] {4ff0aeb9-896d-47b9-9946-8c1def0c43f7} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.00153 sec., 6535.947712418301 rows/sec., 8.82 MiB/sec. | ||
7871 | 2024.05.13 20:51:19.683057 [ 3 ] {4ff0aeb9-896d-47b9-9946-8c1def0c43f7} <Debug> DynamicQueryHandler: Done processing query | ||
7872 | 2024.05.13 20:51:19.683081 [ 3 ] {4ff0aeb9-896d-47b9-9946-8c1def0c43f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7873 | 2024.05.13 20:51:19.683097 [ 3 ] {} <Debug> HTTP-Session: 096b7cb6-7f6d-4046-a420-6d9145266cab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7874 | 2024.05.13 20:51:19.683217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7875 | 2024.05.13 20:51:19.683266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7876 | 2024.05.13 20:51:19.683284 [ 3 ] {} <Debug> HTTP-Session: ef26627a-bde6-444c-86df-61f5ce190be5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7877 | 2024.05.13 20:51:19.683300 [ 3 ] {} <Debug> HTTP-Session: ef26627a-bde6-444c-86df-61f5ce190be5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7878 | 2024.05.13 20:51:19.683313 [ 3 ] {} <Debug> HTTP-Session: ef26627a-bde6-444c-86df-61f5ce190be5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7879 | 2024.05.13 20:51:19.683344 [ 3 ] {} <Trace> HTTP-Session: ef26627a-bde6-444c-86df-61f5ce190be5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7880 | 2024.05.13 20:51:19.683453 [ 3 ] {37cc28e0-1e44-458f-9b26-7b0cfd413ff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7881 | 2024.05.13 20:51:19.683497 [ 3 ] {37cc28e0-1e44-458f-9b26-7b0cfd413ff9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7882 | 2024.05.13 20:51:19.683623 [ 3 ] {37cc28e0-1e44-458f-9b26-7b0cfd413ff9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7883 | 2024.05.13 20:51:19.683896 [ 3 ] {37cc28e0-1e44-458f-9b26-7b0cfd413ff9} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7884 | 2024.05.13 20:51:19.683931 [ 3 ] {37cc28e0-1e44-458f-9b26-7b0cfd413ff9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7885 | 2024.05.13 20:51:19.684281 [ 3 ] {37cc28e0-1e44-458f-9b26-7b0cfd413ff9} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
7886 | 2024.05.13 20:51:19.684594 [ 3 ] {37cc28e0-1e44-458f-9b26-7b0cfd413ff9} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7887 | 2024.05.13 20:51:19.684718 [ 3 ] {37cc28e0-1e44-458f-9b26-7b0cfd413ff9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001301 sec., 46118.370484242885 rows/sec., 3.11 MiB/sec. | ||
7888 | 2024.05.13 20:51:19.684983 [ 3 ] {37cc28e0-1e44-458f-9b26-7b0cfd413ff9} <Debug> DynamicQueryHandler: Done processing query | ||
7889 | 2024.05.13 20:51:19.685044 [ 3 ] {37cc28e0-1e44-458f-9b26-7b0cfd413ff9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7890 | 2024.05.13 20:51:19.685096 [ 3 ] {} <Debug> HTTP-Session: ef26627a-bde6-444c-86df-61f5ce190be5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7891 | 2024.05.13 20:51:24.673951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7892 | 2024.05.13 20:51:24.674087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7893 | 2024.05.13 20:51:24.674114 [ 3 ] {} <Debug> HTTP-Session: 31248749-3a6b-4e7e-9ecd-ab773f6f6959 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7894 | 2024.05.13 20:51:24.674139 [ 3 ] {} <Debug> HTTP-Session: 31248749-3a6b-4e7e-9ecd-ab773f6f6959 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7895 | 2024.05.13 20:51:24.674154 [ 3 ] {} <Debug> HTTP-Session: 31248749-3a6b-4e7e-9ecd-ab773f6f6959 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7896 | 2024.05.13 20:51:24.674206 [ 3 ] {} <Trace> HTTP-Session: 31248749-3a6b-4e7e-9ecd-ab773f6f6959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7897 | 2024.05.13 20:51:24.674400 [ 3 ] {9954f827-7844-4d19-8908-a7364d7c2337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7898 | 2024.05.13 20:51:24.674467 [ 3 ] {9954f827-7844-4d19-8908-a7364d7c2337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7899 | 2024.05.13 20:51:24.674661 [ 3 ] {9954f827-7844-4d19-8908-a7364d7c2337} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7900 | 2024.05.13 20:51:24.675080 [ 3 ] {9954f827-7844-4d19-8908-a7364d7c2337} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7901 | 2024.05.13 20:51:24.675122 [ 3 ] {9954f827-7844-4d19-8908-a7364d7c2337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7902 | 2024.05.13 20:51:24.675488 [ 3 ] {9954f827-7844-4d19-8908-a7364d7c2337} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7903 | 2024.05.13 20:51:24.675817 [ 3 ] {9954f827-7844-4d19-8908-a7364d7c2337} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7904 | 2024.05.13 20:51:24.675984 [ 3 ] {9954f827-7844-4d19-8908-a7364d7c2337} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001643 sec., 12781.49726110773 rows/sec., 1.01 MiB/sec. | ||
7905 | 2024.05.13 20:51:24.676205 [ 3 ] {9954f827-7844-4d19-8908-a7364d7c2337} <Debug> DynamicQueryHandler: Done processing query | ||
7906 | 2024.05.13 20:51:24.676231 [ 3 ] {9954f827-7844-4d19-8908-a7364d7c2337} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7907 | 2024.05.13 20:51:24.676249 [ 3 ] {} <Debug> HTTP-Session: 31248749-3a6b-4e7e-9ecd-ab773f6f6959 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7908 | 2024.05.13 20:51:24.676370 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7909 | 2024.05.13 20:51:24.676421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7910 | 2024.05.13 20:51:24.676441 [ 3 ] {} <Debug> HTTP-Session: 4745bedd-903c-48d6-9a81-fb556bdc6d74 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7911 | 2024.05.13 20:51:24.676458 [ 3 ] {} <Debug> HTTP-Session: 4745bedd-903c-48d6-9a81-fb556bdc6d74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7912 | 2024.05.13 20:51:24.676472 [ 3 ] {} <Debug> HTTP-Session: 4745bedd-903c-48d6-9a81-fb556bdc6d74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7913 | 2024.05.13 20:51:24.676504 [ 3 ] {} <Trace> HTTP-Session: 4745bedd-903c-48d6-9a81-fb556bdc6d74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7914 | 2024.05.13 20:51:24.676600 [ 3 ] {903ce93e-5ae8-4a9a-a43e-e2d5802bec13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7915 | 2024.05.13 20:51:24.676645 [ 3 ] {903ce93e-5ae8-4a9a-a43e-e2d5802bec13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7916 | 2024.05.13 20:51:24.676773 [ 3 ] {903ce93e-5ae8-4a9a-a43e-e2d5802bec13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7917 | 2024.05.13 20:51:24.677066 [ 3 ] {903ce93e-5ae8-4a9a-a43e-e2d5802bec13} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7918 | 2024.05.13 20:51:24.677101 [ 3 ] {903ce93e-5ae8-4a9a-a43e-e2d5802bec13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7919 | 2024.05.13 20:51:24.677389 [ 3 ] {903ce93e-5ae8-4a9a-a43e-e2d5802bec13} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7920 | 2024.05.13 20:51:24.677685 [ 3 ] {903ce93e-5ae8-4a9a-a43e-e2d5802bec13} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7921 | 2024.05.13 20:51:24.677845 [ 3 ] {903ce93e-5ae8-4a9a-a43e-e2d5802bec13} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001258 sec., 1589.825119236884 rows/sec., 129.64 KiB/sec. | ||
7922 | 2024.05.13 20:51:24.677847 [ 56 ] {} <Debug> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
7923 | 2024.05.13 20:51:24.677958 [ 56 ] {} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7924 | 2024.05.13 20:51:24.677994 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7925 | 2024.05.13 20:51:24.678072 [ 3 ] {903ce93e-5ae8-4a9a-a43e-e2d5802bec13} <Debug> DynamicQueryHandler: Done processing query | ||
7926 | 2024.05.13 20:51:24.678111 [ 3 ] {903ce93e-5ae8-4a9a-a43e-e2d5802bec13} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7927 | 2024.05.13 20:51:24.678131 [ 3 ] {} <Debug> HTTP-Session: 4745bedd-903c-48d6-9a81-fb556bdc6d74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7928 | 2024.05.13 20:51:24.678134 [ 191 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
7929 | 2024.05.13 20:51:24.678254 [ 191 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7930 | 2024.05.13 20:51:24.678266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17466, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7931 | 2024.05.13 20:51:24.678293 [ 191 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 14 rows starting from the beginning of the part | ||
7932 | 2024.05.13 20:51:24.678330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7933 | 2024.05.13 20:51:24.678366 [ 3 ] {} <Debug> HTTP-Session: 03790395-58a0-49a9-95fc-9b5e8e3cf6e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7934 | 2024.05.13 20:51:24.678388 [ 191 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
7935 | 2024.05.13 20:51:24.678399 [ 3 ] {} <Debug> HTTP-Session: 03790395-58a0-49a9-95fc-9b5e8e3cf6e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7936 | 2024.05.13 20:51:24.678462 [ 3 ] {} <Debug> HTTP-Session: 03790395-58a0-49a9-95fc-9b5e8e3cf6e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7937 | 2024.05.13 20:51:24.678638 [ 3 ] {} <Trace> HTTP-Session: 03790395-58a0-49a9-95fc-9b5e8e3cf6e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7938 | 2024.05.13 20:51:24.678697 [ 191 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
7939 | 2024.05.13 20:51:24.679108 [ 191 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
7940 | 2024.05.13 20:51:24.679122 [ 3 ] {b94eeb3f-deac-4850-b6df-e864529dd917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7941 | 2024.05.13 20:51:24.679261 [ 3 ] {b94eeb3f-deac-4850-b6df-e864529dd917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7942 | 2024.05.13 20:51:24.679379 [ 191 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
7943 | 2024.05.13 20:51:24.679787 [ 191 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
7944 | 2024.05.13 20:51:24.680376 [ 3 ] {b94eeb3f-deac-4850-b6df-e864529dd917} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7945 | 2024.05.13 20:51:24.680965 [ 3 ] {b94eeb3f-deac-4850-b6df-e864529dd917} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7946 | 2024.05.13 20:51:24.681011 [ 3 ] {b94eeb3f-deac-4850-b6df-e864529dd917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7947 | 2024.05.13 20:51:24.681512 [ 3 ] {b94eeb3f-deac-4850-b6df-e864529dd917} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
7948 | 2024.05.13 20:51:24.681555 [ 200 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.003471753 sec., 6912.934186274196 rows/sec., 563.70 KiB/sec. | ||
7949 | 2024.05.13 20:51:24.681925 [ 200 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
7950 | 2024.05.13 20:51:24.682137 [ 3 ] {b94eeb3f-deac-4850-b6df-e864529dd917} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7951 | 2024.05.13 20:51:24.682380 [ 56 ] {} <Debug> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
7952 | 2024.05.13 20:51:24.682474 [ 56 ] {} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7953 | 2024.05.13 20:51:24.682545 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7954 | 2024.05.13 20:51:24.682582 [ 3 ] {b94eeb3f-deac-4850-b6df-e864529dd917} <Debug> executeQuery: Read 120 rows, 10.16 KiB in 0.003627 sec., 33085.194375516956 rows/sec., 2.74 MiB/sec. | ||
7955 | 2024.05.13 20:51:24.683155 [ 191 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::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 | ||
7956 | 2024.05.13 20:51:24.683314 [ 3 ] {b94eeb3f-deac-4850-b6df-e864529dd917} <Debug> DynamicQueryHandler: Done processing query | ||
7957 | 2024.05.13 20:51:24.683396 [ 3 ] {b94eeb3f-deac-4850-b6df-e864529dd917} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7958 | 2024.05.13 20:51:24.683432 [ 3 ] {} <Debug> HTTP-Session: 03790395-58a0-49a9-95fc-9b5e8e3cf6e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7959 | 2024.05.13 20:51:24.683556 [ 191 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7960 | 2024.05.13 20:51:24.683609 [ 191 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 192 rows starting from the beginning of the part | ||
7961 | 2024.05.13 20:51:24.683651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7962 | 2024.05.13 20:51:24.683817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7963 | 2024.05.13 20:51:24.683861 [ 191 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 120 rows starting from the beginning of the part | ||
7964 | 2024.05.13 20:51:24.683937 [ 3 ] {} <Debug> HTTP-Session: 1a2e231b-e918-4d62-a591-14f2ba7fb6a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7965 | 2024.05.13 20:51:24.684053 [ 3 ] {} <Debug> HTTP-Session: 1a2e231b-e918-4d62-a591-14f2ba7fb6a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7966 | 2024.05.13 20:51:24.684151 [ 3 ] {} <Debug> HTTP-Session: 1a2e231b-e918-4d62-a591-14f2ba7fb6a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7967 | 2024.05.13 20:51:24.684269 [ 191 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 87 rows starting from the beginning of the part | ||
7968 | 2024.05.13 20:51:24.684259 [ 200 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_20_4} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7969 | 2024.05.13 20:51:24.684319 [ 3 ] {} <Trace> HTTP-Session: 1a2e231b-e918-4d62-a591-14f2ba7fb6a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7970 | 2024.05.13 20:51:24.684700 [ 191 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 156 rows starting from the beginning of the part | ||
7971 | 2024.05.13 20:51:24.684780 [ 3 ] {70c9ced5-1a59-4221-b94e-bcda85186d34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7972 | 2024.05.13 20:51:24.685099 [ 3 ] {70c9ced5-1a59-4221-b94e-bcda85186d34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7973 | 2024.05.13 20:51:24.685180 [ 200 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_20_4} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
7974 | 2024.05.13 20:51:24.685309 [ 191 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 86 rows starting from the beginning of the part | ||
7975 | 2024.05.13 20:51:24.685915 [ 191 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 120 rows starting from the beginning of the part | ||
7976 | 2024.05.13 20:51:24.685978 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7977 | 2024.05.13 20:51:24.686594 [ 3 ] {70c9ced5-1a59-4221-b94e-bcda85186d34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7978 | 2024.05.13 20:51:24.687075 [ 3 ] {70c9ced5-1a59-4221-b94e-bcda85186d34} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7979 | 2024.05.13 20:51:24.687126 [ 3 ] {70c9ced5-1a59-4221-b94e-bcda85186d34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7980 | 2024.05.13 20:51:24.687607 [ 3 ] {70c9ced5-1a59-4221-b94e-bcda85186d34} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7981 | 2024.05.13 20:51:24.688057 [ 186 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 761 rows, containing 4 columns (4 merged, 0 gathered) in 0.005366361 sec., 141809.31920159675 rows/sec., 11.60 MiB/sec. | ||
7982 | 2024.05.13 20:51:24.688223 [ 3 ] {70c9ced5-1a59-4221-b94e-bcda85186d34} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7983 | 2024.05.13 20:51:24.688316 [ 186 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
7984 | 2024.05.13 20:51:24.688505 [ 56 ] {} <Debug> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
7985 | 2024.05.13 20:51:24.688565 [ 3 ] {70c9ced5-1a59-4221-b94e-bcda85186d34} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003958 sec., 505.3057099545225 rows/sec., 35.28 KiB/sec. | ||
7986 | 2024.05.13 20:51:24.688596 [ 56 ] {} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7987 | 2024.05.13 20:51:24.688722 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
7988 | 2024.05.13 20:51:24.689209 [ 3 ] {70c9ced5-1a59-4221-b94e-bcda85186d34} <Debug> DynamicQueryHandler: Done processing query | ||
7989 | 2024.05.13 20:51:24.689319 [ 3 ] {70c9ced5-1a59-4221-b94e-bcda85186d34} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7990 | 2024.05.13 20:51:24.689377 [ 3 ] {} <Debug> HTTP-Session: 1a2e231b-e918-4d62-a591-14f2ba7fb6a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7991 | 2024.05.13 20:51:24.689387 [ 200 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
7992 | 2024.05.13 20:51:24.689602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 14783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7993 | 2024.05.13 20:51:24.689765 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7994 | 2024.05.13 20:51:24.689812 [ 186 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_51_10} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7995 | 2024.05.13 20:51:24.689857 [ 3 ] {} <Debug> HTTP-Session: b6834120-8a76-49f5-b915-8e768e01e27b Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
7996 | 2024.05.13 20:51:24.689898 [ 200 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7997 | 2024.05.13 20:51:24.689927 [ 3 ] {} <Debug> HTTP-Session: b6834120-8a76-49f5-b915-8e768e01e27b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7998 | 2024.05.13 20:51:24.689984 [ 3 ] {} <Debug> HTTP-Session: b6834120-8a76-49f5-b915-8e768e01e27b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7999 | 2024.05.13 20:51:24.690030 [ 200 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 14 rows starting from the beginning of the part | ||
8000 | 2024.05.13 20:51:24.690087 [ 3 ] {} <Trace> HTTP-Session: b6834120-8a76-49f5-b915-8e768e01e27b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8001 | 2024.05.13 20:51:24.690110 [ 186 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_51_10} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8002 | 2024.05.13 20:51:24.690498 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
8003 | 2024.05.13 20:51:24.690548 [ 200 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
8004 | 2024.05.13 20:51:24.690566 [ 3 ] {6b671f46-6739-4894-b545-857e5ac3ed14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8005 | 2024.05.13 20:51:24.690724 [ 3 ] {6b671f46-6739-4894-b545-857e5ac3ed14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8006 | 2024.05.13 20:51:24.690779 [ 200 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
8007 | 2024.05.13 20:51:24.691154 [ 200 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
8008 | 2024.05.13 20:51:24.691419 [ 200 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
8009 | 2024.05.13 20:51:24.691861 [ 200 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
8010 | 2024.05.13 20:51:24.691917 [ 3 ] {6b671f46-6739-4894-b545-857e5ac3ed14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8011 | 2024.05.13 20:51:24.693077 [ 3 ] {6b671f46-6739-4894-b545-857e5ac3ed14} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8012 | 2024.05.13 20:51:24.693132 [ 3 ] {6b671f46-6739-4894-b545-857e5ac3ed14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
8013 | 2024.05.13 20:51:24.693963 [ 3 ] {6b671f46-6739-4894-b545-857e5ac3ed14} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8014 | 2024.05.13 20:51:24.694500 [ 200 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.005474012 sec., 4384.352829332489 rows/sec., 306.13 KiB/sec. | ||
8015 | 2024.05.13 20:51:24.694682 [ 200 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
8016 | 2024.05.13 20:51:24.694827 [ 3 ] {6b671f46-6739-4894-b545-857e5ac3ed14} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8017 | 2024.05.13 20:51:24.695155 [ 56 ] {} <Debug> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8018 | 2024.05.13 20:51:24.695288 [ 56 ] {} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8019 | 2024.05.13 20:51:24.695311 [ 3 ] {6b671f46-6739-4894-b545-857e5ac3ed14} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.004908 sec., 17726.161369193152 rows/sec., 1.38 MiB/sec. | ||
8020 | 2024.05.13 20:51:24.695350 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
8021 | 2024.05.13 20:51:24.695769 [ 186 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::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 | ||
8022 | 2024.05.13 20:51:24.695855 [ 200 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_20_4} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8023 | 2024.05.13 20:51:24.695895 [ 3 ] {6b671f46-6739-4894-b545-857e5ac3ed14} <Debug> DynamicQueryHandler: Done processing query | ||
8024 | 2024.05.13 20:51:24.695984 [ 3 ] {6b671f46-6739-4894-b545-857e5ac3ed14} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8025 | 2024.05.13 20:51:24.696073 [ 3 ] {} <Debug> HTTP-Session: b6834120-8a76-49f5-b915-8e768e01e27b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8026 | 2024.05.13 20:51:24.696210 [ 186 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8027 | 2024.05.13 20:51:24.696222 [ 200 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_20_4} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
8028 | 2024.05.13 20:51:24.696266 [ 186 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 151 rows starting from the beginning of the part | ||
8029 | 2024.05.13 20:51:24.696365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8030 | 2024.05.13 20:51:24.696477 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
8031 | 2024.05.13 20:51:24.696520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8032 | 2024.05.13 20:51:24.696578 [ 186 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 87 rows starting from the beginning of the part | ||
8033 | 2024.05.13 20:51:24.696617 [ 3 ] {} <Debug> HTTP-Session: d5925ce5-0956-42bd-baf8-472601b1585c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8034 | 2024.05.13 20:51:24.696694 [ 3 ] {} <Debug> HTTP-Session: d5925ce5-0956-42bd-baf8-472601b1585c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8035 | 2024.05.13 20:51:24.696769 [ 3 ] {} <Debug> HTTP-Session: d5925ce5-0956-42bd-baf8-472601b1585c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8036 | 2024.05.13 20:51:24.696879 [ 186 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 76 rows starting from the beginning of the part | ||
8037 | 2024.05.13 20:51:24.696903 [ 3 ] {} <Trace> HTTP-Session: d5925ce5-0956-42bd-baf8-472601b1585c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8038 | 2024.05.13 20:51:24.697248 [ 186 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 111 rows starting from the beginning of the part | ||
8039 | 2024.05.13 20:51:24.697355 [ 3 ] {cab8a658-1b1c-4069-be10-172040fef112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8040 | 2024.05.13 20:51:24.697577 [ 186 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 74 rows starting from the beginning of the part | ||
8041 | 2024.05.13 20:51:24.697586 [ 3 ] {cab8a658-1b1c-4069-be10-172040fef112} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8042 | 2024.05.13 20:51:24.697950 [ 186 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 87 rows starting from the beginning of the part | ||
8043 | 2024.05.13 20:51:24.698663 [ 3 ] {cab8a658-1b1c-4069-be10-172040fef112} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8044 | 2024.05.13 20:51:24.699578 [ 3 ] {cab8a658-1b1c-4069-be10-172040fef112} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8045 | 2024.05.13 20:51:24.699649 [ 3 ] {cab8a658-1b1c-4069-be10-172040fef112} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
8046 | 2024.05.13 20:51:24.700643 [ 186 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 586 rows, containing 4 columns (4 merged, 0 gathered) in 0.005171189 sec., 113320.16679336224 rows/sec., 8.85 MiB/sec. | ||
8047 | 2024.05.13 20:51:24.700662 [ 3 ] {cab8a658-1b1c-4069-be10-172040fef112} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8048 | 2024.05.13 20:51:24.700802 [ 186 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8049 | 2024.05.13 20:51:24.701454 [ 3 ] {cab8a658-1b1c-4069-be10-172040fef112} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8050 | 2024.05.13 20:51:24.701570 [ 186 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_51_10} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8051 | 2024.05.13 20:51:24.701778 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8052 | 2024.05.13 20:51:24.701805 [ 3 ] {cab8a658-1b1c-4069-be10-172040fef112} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004665 sec., 34512.325830653805 rows/sec., 2.40 MiB/sec. | ||
8053 | 2024.05.13 20:51:24.701852 [ 186 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_51_10} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8054 | 2024.05.13 20:51:24.701872 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8055 | 2024.05.13 20:51:24.702041 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
8056 | 2024.05.13 20:51:24.702139 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
8057 | 2024.05.13 20:51:24.702318 [ 3 ] {cab8a658-1b1c-4069-be10-172040fef112} <Debug> DynamicQueryHandler: Done processing query | ||
8058 | 2024.05.13 20:51:24.702325 [ 200 ] {313178d0-1e86-4864-8af4-8d959655e5c5::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 | ||
8059 | 2024.05.13 20:51:24.702356 [ 3 ] {cab8a658-1b1c-4069-be10-172040fef112} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8060 | 2024.05.13 20:51:24.702402 [ 3 ] {} <Debug> HTTP-Session: d5925ce5-0956-42bd-baf8-472601b1585c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8061 | 2024.05.13 20:51:24.702532 [ 200 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8062 | 2024.05.13 20:51:24.702591 [ 200 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 7413 rows starting from the beginning of the part | ||
8063 | 2024.05.13 20:51:24.702602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8064 | 2024.05.13 20:51:24.702761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8065 | 2024.05.13 20:51:24.702813 [ 200 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 161 rows starting from the beginning of the part | ||
8066 | 2024.05.13 20:51:24.702839 [ 3 ] {} <Debug> HTTP-Session: 8c431ec0-279b-4cba-9a09-fb8ed6b776e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8067 | 2024.05.13 20:51:24.702918 [ 3 ] {} <Debug> HTTP-Session: 8c431ec0-279b-4cba-9a09-fb8ed6b776e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8068 | 2024.05.13 20:51:24.702995 [ 3 ] {} <Debug> HTTP-Session: 8c431ec0-279b-4cba-9a09-fb8ed6b776e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8069 | 2024.05.13 20:51:24.703139 [ 3 ] {} <Trace> HTTP-Session: 8c431ec0-279b-4cba-9a09-fb8ed6b776e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8070 | 2024.05.13 20:51:24.703161 [ 200 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 161 rows starting from the beginning of the part | ||
8071 | 2024.05.13 20:51:24.703397 [ 200 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 197 rows starting from the beginning of the part | ||
8072 | 2024.05.13 20:51:24.703582 [ 200 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part | ||
8073 | 2024.05.13 20:51:24.703594 [ 3 ] {686fc965-9ac8-4bd8-87e5-5640f1668cc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8074 | 2024.05.13 20:51:24.703811 [ 3 ] {686fc965-9ac8-4bd8-87e5-5640f1668cc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8075 | 2024.05.13 20:51:24.703902 [ 200 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 161 rows starting from the beginning of the part | ||
8076 | 2024.05.13 20:51:24.704815 [ 3 ] {686fc965-9ac8-4bd8-87e5-5640f1668cc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8077 | 2024.05.13 20:51:24.705443 [ 3 ] {686fc965-9ac8-4bd8-87e5-5640f1668cc2} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8078 | 2024.05.13 20:51:24.705482 [ 3 ] {686fc965-9ac8-4bd8-87e5-5640f1668cc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
8079 | 2024.05.13 20:51:24.706735 [ 3 ] {686fc965-9ac8-4bd8-87e5-5640f1668cc2} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8080 | 2024.05.13 20:51:24.707240 [ 3 ] {686fc965-9ac8-4bd8-87e5-5640f1668cc2} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8081 | 2024.05.13 20:51:24.707411 [ 3 ] {686fc965-9ac8-4bd8-87e5-5640f1668cc2} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.004073 sec., 5155.904738521974 rows/sec., 6.96 MiB/sec. | ||
8082 | 2024.05.13 20:51:24.707712 [ 3 ] {686fc965-9ac8-4bd8-87e5-5640f1668cc2} <Debug> DynamicQueryHandler: Done processing query | ||
8083 | 2024.05.13 20:51:24.707744 [ 3 ] {686fc965-9ac8-4bd8-87e5-5640f1668cc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
8084 | 2024.05.13 20:51:24.707762 [ 3 ] {} <Debug> HTTP-Session: 8c431ec0-279b-4cba-9a09-fb8ed6b776e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8085 | 2024.05.13 20:51:24.707891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8086 | 2024.05.13 20:51:24.707944 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8087 | 2024.05.13 20:51:24.707964 [ 3 ] {} <Debug> HTTP-Session: 1084dd1e-395b-40bb-b04c-89aabdf046d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8088 | 2024.05.13 20:51:24.707980 [ 3 ] {} <Debug> HTTP-Session: 1084dd1e-395b-40bb-b04c-89aabdf046d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8089 | 2024.05.13 20:51:24.707994 [ 3 ] {} <Debug> HTTP-Session: 1084dd1e-395b-40bb-b04c-89aabdf046d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8090 | 2024.05.13 20:51:24.708029 [ 3 ] {} <Trace> HTTP-Session: 1084dd1e-395b-40bb-b04c-89aabdf046d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8091 | 2024.05.13 20:51:24.708171 [ 3 ] {f130e3eb-b6ac-40c4-b251-bb2637bc0a30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8092 | 2024.05.13 20:51:24.708216 [ 3 ] {f130e3eb-b6ac-40c4-b251-bb2637bc0a30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8093 | 2024.05.13 20:51:24.708612 [ 3 ] {f130e3eb-b6ac-40c4-b251-bb2637bc0a30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8094 | 2024.05.13 20:51:24.708866 [ 200 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8253 rows, containing 5 columns (5 merged, 0 gathered) in 0.006627134 sec., 1245334.7102985997 rows/sec., 86.63 MiB/sec. | ||
8095 | 2024.05.13 20:51:24.709105 [ 186 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8096 | 2024.05.13 20:51:24.709362 [ 3 ] {f130e3eb-b6ac-40c4-b251-bb2637bc0a30} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8097 | 2024.05.13 20:51:24.709420 [ 3 ] {f130e3eb-b6ac-40c4-b251-bb2637bc0a30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
8098 | 2024.05.13 20:51:24.710137 [ 186 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8099 | 2024.05.13 20:51:24.710344 [ 186 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8100 | 2024.05.13 20:51:24.710363 [ 3 ] {f130e3eb-b6ac-40c4-b251-bb2637bc0a30} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8101 | 2024.05.13 20:51:24.710492 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. | ||
8102 | 2024.05.13 20:51:24.710774 [ 3 ] {f130e3eb-b6ac-40c4-b251-bb2637bc0a30} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8103 | 2024.05.13 20:51:24.710942 [ 56 ] {} <Debug> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8104 | 2024.05.13 20:51:24.710947 [ 3 ] {f130e3eb-b6ac-40c4-b251-bb2637bc0a30} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002822 sec., 21261.516654854713 rows/sec., 1.43 MiB/sec. | ||
8105 | 2024.05.13 20:51:24.710999 [ 56 ] {} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8106 | 2024.05.13 20:51:24.711080 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
8107 | 2024.05.13 20:51:24.711291 [ 194 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
8108 | 2024.05.13 20:51:24.711338 [ 3 ] {f130e3eb-b6ac-40c4-b251-bb2637bc0a30} <Debug> DynamicQueryHandler: Done processing query | ||
8109 | 2024.05.13 20:51:24.711387 [ 3 ] {f130e3eb-b6ac-40c4-b251-bb2637bc0a30} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8110 | 2024.05.13 20:51:24.711431 [ 3 ] {} <Debug> HTTP-Session: 1084dd1e-395b-40bb-b04c-89aabdf046d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8111 | 2024.05.13 20:51:24.711522 [ 194 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8112 | 2024.05.13 20:51:24.711557 [ 194 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2372 rows starting from the beginning of the part | ||
8113 | 2024.05.13 20:51:24.711656 [ 194 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
8114 | 2024.05.13 20:51:24.711831 [ 194 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
8115 | 2024.05.13 20:51:24.712020 [ 194 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
8116 | 2024.05.13 20:51:24.712134 [ 194 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
8117 | 2024.05.13 20:51:24.712339 [ 194 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
8118 | 2024.05.13 20:51:24.713832 [ 197 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2672 rows, containing 4 columns (4 merged, 0 gathered) in 0.002628545 sec., 1016531.959696334 rows/sec., 69.09 MiB/sec. | ||
8119 | 2024.05.13 20:51:24.714165 [ 197 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8120 | 2024.05.13 20:51:24.714676 [ 197 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_51_10} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8121 | 2024.05.13 20:51:24.714773 [ 197 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_51_10} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8122 | 2024.05.13 20:51:24.714880 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
8123 | 2024.05.13 20:51:27.831127 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8124 | 2024.05.13 20:51:27.831194 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8125 | 2024.05.13 20:51:29.673122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8126 | 2024.05.13 20:51:29.673248 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8127 | 2024.05.13 20:51:29.673276 [ 3 ] {} <Debug> HTTP-Session: 63210159-8699-42ea-87bf-95c73d929831 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8128 | 2024.05.13 20:51:29.673304 [ 3 ] {} <Debug> HTTP-Session: 63210159-8699-42ea-87bf-95c73d929831 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8129 | 2024.05.13 20:51:29.673322 [ 3 ] {} <Debug> HTTP-Session: 63210159-8699-42ea-87bf-95c73d929831 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8130 | 2024.05.13 20:51:29.673378 [ 3 ] {} <Trace> HTTP-Session: 63210159-8699-42ea-87bf-95c73d929831 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8131 | 2024.05.13 20:51:29.673582 [ 3 ] {47ddd99d-f8a3-408c-9568-c2d2ed8bdda4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8132 | 2024.05.13 20:51:29.673655 [ 3 ] {47ddd99d-f8a3-408c-9568-c2d2ed8bdda4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8133 | 2024.05.13 20:51:29.673856 [ 3 ] {47ddd99d-f8a3-408c-9568-c2d2ed8bdda4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8134 | 2024.05.13 20:51:29.674339 [ 3 ] {47ddd99d-f8a3-408c-9568-c2d2ed8bdda4} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8135 | 2024.05.13 20:51:29.674381 [ 3 ] {47ddd99d-f8a3-408c-9568-c2d2ed8bdda4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
8136 | 2024.05.13 20:51:29.674742 [ 3 ] {47ddd99d-f8a3-408c-9568-c2d2ed8bdda4} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8137 | 2024.05.13 20:51:29.675073 [ 3 ] {47ddd99d-f8a3-408c-9568-c2d2ed8bdda4} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8138 | 2024.05.13 20:51:29.675223 [ 3 ] {47ddd99d-f8a3-408c-9568-c2d2ed8bdda4} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001699 sec., 5885.8151854031785 rows/sec., 477.07 KiB/sec. | ||
8139 | 2024.05.13 20:51:29.675542 [ 3 ] {47ddd99d-f8a3-408c-9568-c2d2ed8bdda4} <Debug> DynamicQueryHandler: Done processing query | ||
8140 | 2024.05.13 20:51:29.675607 [ 3 ] {47ddd99d-f8a3-408c-9568-c2d2ed8bdda4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8141 | 2024.05.13 20:51:29.675670 [ 3 ] {} <Debug> HTTP-Session: 63210159-8699-42ea-87bf-95c73d929831 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8142 | 2024.05.13 20:51:29.675894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12383, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8143 | 2024.05.13 20:51:29.675946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8144 | 2024.05.13 20:51:29.675965 [ 3 ] {} <Debug> HTTP-Session: c7cbfe30-ac26-41fe-87fb-d4d75de493af Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8145 | 2024.05.13 20:51:29.675981 [ 3 ] {} <Debug> HTTP-Session: c7cbfe30-ac26-41fe-87fb-d4d75de493af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8146 | 2024.05.13 20:51:29.675995 [ 3 ] {} <Debug> HTTP-Session: c7cbfe30-ac26-41fe-87fb-d4d75de493af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8147 | 2024.05.13 20:51:29.676026 [ 3 ] {} <Trace> HTTP-Session: c7cbfe30-ac26-41fe-87fb-d4d75de493af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8148 | 2024.05.13 20:51:29.676148 [ 3 ] {ca5e6873-0359-48b9-948b-f384da0b403e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8149 | 2024.05.13 20:51:29.676192 [ 3 ] {ca5e6873-0359-48b9-948b-f384da0b403e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8150 | 2024.05.13 20:51:29.676333 [ 3 ] {ca5e6873-0359-48b9-948b-f384da0b403e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8151 | 2024.05.13 20:51:29.676753 [ 3 ] {ca5e6873-0359-48b9-948b-f384da0b403e} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8152 | 2024.05.13 20:51:29.676790 [ 3 ] {ca5e6873-0359-48b9-948b-f384da0b403e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
8153 | 2024.05.13 20:51:29.677094 [ 3 ] {ca5e6873-0359-48b9-948b-f384da0b403e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8154 | 2024.05.13 20:51:29.677390 [ 3 ] {ca5e6873-0359-48b9-948b-f384da0b403e} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8155 | 2024.05.13 20:51:29.677531 [ 3 ] {ca5e6873-0359-48b9-948b-f384da0b403e} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.001423 sec., 60435.69922698524 rows/sec., 4.89 MiB/sec. | ||
8156 | 2024.05.13 20:51:29.677701 [ 3 ] {ca5e6873-0359-48b9-948b-f384da0b403e} <Debug> DynamicQueryHandler: Done processing query | ||
8157 | 2024.05.13 20:51:29.677725 [ 3 ] {ca5e6873-0359-48b9-948b-f384da0b403e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8158 | 2024.05.13 20:51:29.677740 [ 3 ] {} <Debug> HTTP-Session: c7cbfe30-ac26-41fe-87fb-d4d75de493af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8159 | 2024.05.13 20:51:29.677905 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8160 | 2024.05.13 20:51:29.677953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8161 | 2024.05.13 20:51:29.677970 [ 3 ] {} <Debug> HTTP-Session: 5b5dce14-1e9c-4d53-b10c-ba09538a54b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8162 | 2024.05.13 20:51:29.677987 [ 3 ] {} <Debug> HTTP-Session: 5b5dce14-1e9c-4d53-b10c-ba09538a54b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8163 | 2024.05.13 20:51:29.678000 [ 3 ] {} <Debug> HTTP-Session: 5b5dce14-1e9c-4d53-b10c-ba09538a54b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8164 | 2024.05.13 20:51:29.678030 [ 3 ] {} <Trace> HTTP-Session: 5b5dce14-1e9c-4d53-b10c-ba09538a54b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8165 | 2024.05.13 20:51:29.678151 [ 3 ] {234a7ba2-5746-4a91-a069-cd07d6f4d98a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8166 | 2024.05.13 20:51:29.678193 [ 3 ] {234a7ba2-5746-4a91-a069-cd07d6f4d98a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8167 | 2024.05.13 20:51:29.678318 [ 3 ] {234a7ba2-5746-4a91-a069-cd07d6f4d98a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8168 | 2024.05.13 20:51:29.678658 [ 3 ] {234a7ba2-5746-4a91-a069-cd07d6f4d98a} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8169 | 2024.05.13 20:51:29.678694 [ 3 ] {234a7ba2-5746-4a91-a069-cd07d6f4d98a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
8170 | 2024.05.13 20:51:29.678988 [ 3 ] {234a7ba2-5746-4a91-a069-cd07d6f4d98a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8171 | 2024.05.13 20:51:29.679282 [ 3 ] {234a7ba2-5746-4a91-a069-cd07d6f4d98a} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8172 | 2024.05.13 20:51:29.679427 [ 3 ] {234a7ba2-5746-4a91-a069-cd07d6f4d98a} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001316 sec., 56231.003039513686 rows/sec., 4.39 MiB/sec. | ||
8173 | 2024.05.13 20:51:29.679589 [ 3 ] {234a7ba2-5746-4a91-a069-cd07d6f4d98a} <Debug> DynamicQueryHandler: Done processing query | ||
8174 | 2024.05.13 20:51:29.679613 [ 3 ] {234a7ba2-5746-4a91-a069-cd07d6f4d98a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8175 | 2024.05.13 20:51:29.679628 [ 3 ] {} <Debug> HTTP-Session: 5b5dce14-1e9c-4d53-b10c-ba09538a54b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8176 | 2024.05.13 20:51:29.679776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8177 | 2024.05.13 20:51:29.679823 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8178 | 2024.05.13 20:51:29.679842 [ 3 ] {} <Debug> HTTP-Session: 2951d72e-39e8-4c77-bcab-f026675782a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8179 | 2024.05.13 20:51:29.679857 [ 3 ] {} <Debug> HTTP-Session: 2951d72e-39e8-4c77-bcab-f026675782a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8180 | 2024.05.13 20:51:29.679871 [ 3 ] {} <Debug> HTTP-Session: 2951d72e-39e8-4c77-bcab-f026675782a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8181 | 2024.05.13 20:51:29.679900 [ 3 ] {} <Trace> HTTP-Session: 2951d72e-39e8-4c77-bcab-f026675782a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8182 | 2024.05.13 20:51:29.680040 [ 3 ] {32c88ca4-ca5e-4ef1-8ebc-0d664fa4b84d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8183 | 2024.05.13 20:51:29.680087 [ 3 ] {32c88ca4-ca5e-4ef1-8ebc-0d664fa4b84d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8184 | 2024.05.13 20:51:29.680230 [ 3 ] {32c88ca4-ca5e-4ef1-8ebc-0d664fa4b84d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8185 | 2024.05.13 20:51:29.680616 [ 3 ] {32c88ca4-ca5e-4ef1-8ebc-0d664fa4b84d} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8186 | 2024.05.13 20:51:29.680651 [ 3 ] {32c88ca4-ca5e-4ef1-8ebc-0d664fa4b84d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
8187 | 2024.05.13 20:51:29.681029 [ 3 ] {32c88ca4-ca5e-4ef1-8ebc-0d664fa4b84d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8188 | 2024.05.13 20:51:29.681346 [ 3 ] {32c88ca4-ca5e-4ef1-8ebc-0d664fa4b84d} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8189 | 2024.05.13 20:51:29.681494 [ 3 ] {32c88ca4-ca5e-4ef1-8ebc-0d664fa4b84d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001533 sec., 104370.51532941943 rows/sec., 7.27 MiB/sec. | ||
8190 | 2024.05.13 20:51:29.681672 [ 3 ] {32c88ca4-ca5e-4ef1-8ebc-0d664fa4b84d} <Debug> DynamicQueryHandler: Done processing query | ||
8191 | 2024.05.13 20:51:29.681701 [ 3 ] {32c88ca4-ca5e-4ef1-8ebc-0d664fa4b84d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8192 | 2024.05.13 20:51:29.681721 [ 3 ] {} <Debug> HTTP-Session: 2951d72e-39e8-4c77-bcab-f026675782a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8193 | 2024.05.13 20:51:29.681869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10760, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8194 | 2024.05.13 20:51:29.681915 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8195 | 2024.05.13 20:51:29.681933 [ 3 ] {} <Debug> HTTP-Session: 0e688562-5ada-494a-9432-aaaea17e1e7d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8196 | 2024.05.13 20:51:29.681948 [ 3 ] {} <Debug> HTTP-Session: 0e688562-5ada-494a-9432-aaaea17e1e7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8197 | 2024.05.13 20:51:29.681960 [ 3 ] {} <Debug> HTTP-Session: 0e688562-5ada-494a-9432-aaaea17e1e7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8198 | 2024.05.13 20:51:29.681989 [ 3 ] {} <Trace> HTTP-Session: 0e688562-5ada-494a-9432-aaaea17e1e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8199 | 2024.05.13 20:51:29.682211 [ 3 ] {199ea3db-4cd1-4f12-a6f0-5f12e7614007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8200 | 2024.05.13 20:51:29.682257 [ 3 ] {199ea3db-4cd1-4f12-a6f0-5f12e7614007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8201 | 2024.05.13 20:51:29.682416 [ 3 ] {199ea3db-4cd1-4f12-a6f0-5f12e7614007} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8202 | 2024.05.13 20:51:29.682759 [ 3 ] {199ea3db-4cd1-4f12-a6f0-5f12e7614007} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8203 | 2024.05.13 20:51:29.682793 [ 3 ] {199ea3db-4cd1-4f12-a6f0-5f12e7614007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
8204 | 2024.05.13 20:51:29.683171 [ 3 ] {199ea3db-4cd1-4f12-a6f0-5f12e7614007} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8205 | 2024.05.13 20:51:29.683496 [ 3 ] {199ea3db-4cd1-4f12-a6f0-5f12e7614007} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8206 | 2024.05.13 20:51:29.683648 [ 3 ] {199ea3db-4cd1-4f12-a6f0-5f12e7614007} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.001521 sec., 6574.621959237344 rows/sec., 8.87 MiB/sec. | ||
8207 | 2024.05.13 20:51:29.683818 [ 3 ] {199ea3db-4cd1-4f12-a6f0-5f12e7614007} <Debug> DynamicQueryHandler: Done processing query | ||
8208 | 2024.05.13 20:51:29.683842 [ 3 ] {199ea3db-4cd1-4f12-a6f0-5f12e7614007} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8209 | 2024.05.13 20:51:29.683857 [ 3 ] {} <Debug> HTTP-Session: 0e688562-5ada-494a-9432-aaaea17e1e7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8210 | 2024.05.13 20:51:29.684012 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8211 | 2024.05.13 20:51:29.684060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8212 | 2024.05.13 20:51:29.684078 [ 3 ] {} <Debug> HTTP-Session: d9e61440-ad9d-4759-9eef-6b40096cf5e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8213 | 2024.05.13 20:51:29.684095 [ 3 ] {} <Debug> HTTP-Session: d9e61440-ad9d-4759-9eef-6b40096cf5e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8214 | 2024.05.13 20:51:29.684109 [ 3 ] {} <Debug> HTTP-Session: d9e61440-ad9d-4759-9eef-6b40096cf5e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8215 | 2024.05.13 20:51:29.684139 [ 3 ] {} <Trace> HTTP-Session: d9e61440-ad9d-4759-9eef-6b40096cf5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8216 | 2024.05.13 20:51:29.684257 [ 3 ] {0f6fbd45-c209-4e09-83ef-fe914e3a9053} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8217 | 2024.05.13 20:51:29.684301 [ 3 ] {0f6fbd45-c209-4e09-83ef-fe914e3a9053} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8218 | 2024.05.13 20:51:29.684426 [ 3 ] {0f6fbd45-c209-4e09-83ef-fe914e3a9053} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8219 | 2024.05.13 20:51:29.684715 [ 3 ] {0f6fbd45-c209-4e09-83ef-fe914e3a9053} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8220 | 2024.05.13 20:51:29.684750 [ 3 ] {0f6fbd45-c209-4e09-83ef-fe914e3a9053} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
8221 | 2024.05.13 20:51:29.685099 [ 3 ] {0f6fbd45-c209-4e09-83ef-fe914e3a9053} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8222 | 2024.05.13 20:51:29.685411 [ 3 ] {0f6fbd45-c209-4e09-83ef-fe914e3a9053} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8223 | 2024.05.13 20:51:29.685568 [ 3 ] {0f6fbd45-c209-4e09-83ef-fe914e3a9053} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001349 sec., 44477.390659747965 rows/sec., 3.00 MiB/sec. | ||
8224 | 2024.05.13 20:51:29.685908 [ 3 ] {0f6fbd45-c209-4e09-83ef-fe914e3a9053} <Debug> DynamicQueryHandler: Done processing query | ||
8225 | 2024.05.13 20:51:29.685945 [ 3 ] {0f6fbd45-c209-4e09-83ef-fe914e3a9053} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8226 | 2024.05.13 20:51:29.685961 [ 3 ] {} <Debug> HTTP-Session: d9e61440-ad9d-4759-9eef-6b40096cf5e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8227 | 2024.05.13 20:51:34.674725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8228 | 2024.05.13 20:51:34.674863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8229 | 2024.05.13 20:51:34.674892 [ 3 ] {} <Debug> HTTP-Session: 4c8f071d-b72e-47ce-b768-b5748fb89f7e Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8230 | 2024.05.13 20:51:34.674921 [ 3 ] {} <Debug> HTTP-Session: 4c8f071d-b72e-47ce-b768-b5748fb89f7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8231 | 2024.05.13 20:51:34.674938 [ 3 ] {} <Debug> HTTP-Session: 4c8f071d-b72e-47ce-b768-b5748fb89f7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8232 | 2024.05.13 20:51:34.674995 [ 3 ] {} <Trace> HTTP-Session: 4c8f071d-b72e-47ce-b768-b5748fb89f7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8233 | 2024.05.13 20:51:34.675202 [ 3 ] {144fbd69-201f-4d03-9eb6-e7eaa9243fe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8234 | 2024.05.13 20:51:34.675276 [ 3 ] {144fbd69-201f-4d03-9eb6-e7eaa9243fe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8235 | 2024.05.13 20:51:34.675488 [ 3 ] {144fbd69-201f-4d03-9eb6-e7eaa9243fe5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8236 | 2024.05.13 20:51:34.675986 [ 3 ] {144fbd69-201f-4d03-9eb6-e7eaa9243fe5} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8237 | 2024.05.13 20:51:34.676029 [ 3 ] {144fbd69-201f-4d03-9eb6-e7eaa9243fe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
8238 | 2024.05.13 20:51:34.676411 [ 3 ] {144fbd69-201f-4d03-9eb6-e7eaa9243fe5} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8239 | 2024.05.13 20:51:34.676773 [ 3 ] {144fbd69-201f-4d03-9eb6-e7eaa9243fe5} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8240 | 2024.05.13 20:51:34.676943 [ 3 ] {144fbd69-201f-4d03-9eb6-e7eaa9243fe5} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001805 sec., 11634.349030470914 rows/sec., 943.02 KiB/sec. | ||
8241 | 2024.05.13 20:51:34.677158 [ 3 ] {144fbd69-201f-4d03-9eb6-e7eaa9243fe5} <Debug> DynamicQueryHandler: Done processing query | ||
8242 | 2024.05.13 20:51:34.677197 [ 3 ] {144fbd69-201f-4d03-9eb6-e7eaa9243fe5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8243 | 2024.05.13 20:51:34.677213 [ 3 ] {} <Debug> HTTP-Session: 4c8f071d-b72e-47ce-b768-b5748fb89f7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8244 | 2024.05.13 20:51:34.677355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8245 | 2024.05.13 20:51:34.677404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8246 | 2024.05.13 20:51:34.677423 [ 3 ] {} <Debug> HTTP-Session: fc8b90bb-9c92-4c86-b24c-6570c902e1a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8247 | 2024.05.13 20:51:34.677440 [ 3 ] {} <Debug> HTTP-Session: fc8b90bb-9c92-4c86-b24c-6570c902e1a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8248 | 2024.05.13 20:51:34.677453 [ 3 ] {} <Debug> HTTP-Session: fc8b90bb-9c92-4c86-b24c-6570c902e1a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8249 | 2024.05.13 20:51:34.677483 [ 3 ] {} <Trace> HTTP-Session: fc8b90bb-9c92-4c86-b24c-6570c902e1a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8250 | 2024.05.13 20:51:34.677576 [ 3 ] {29820968-1d56-4ef1-b076-d9a2299b8951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8251 | 2024.05.13 20:51:34.677620 [ 3 ] {29820968-1d56-4ef1-b076-d9a2299b8951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8252 | 2024.05.13 20:51:34.677754 [ 3 ] {29820968-1d56-4ef1-b076-d9a2299b8951} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8253 | 2024.05.13 20:51:34.678080 [ 3 ] {29820968-1d56-4ef1-b076-d9a2299b8951} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8254 | 2024.05.13 20:51:34.678120 [ 3 ] {29820968-1d56-4ef1-b076-d9a2299b8951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
8255 | 2024.05.13 20:51:34.678446 [ 3 ] {29820968-1d56-4ef1-b076-d9a2299b8951} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8256 | 2024.05.13 20:51:34.678774 [ 3 ] {29820968-1d56-4ef1-b076-d9a2299b8951} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8257 | 2024.05.13 20:51:34.678927 [ 3 ] {29820968-1d56-4ef1-b076-d9a2299b8951} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001369 sec., 2921.8407596785974 rows/sec., 238.26 KiB/sec. | ||
8258 | 2024.05.13 20:51:34.679099 [ 3 ] {29820968-1d56-4ef1-b076-d9a2299b8951} <Debug> DynamicQueryHandler: Done processing query | ||
8259 | 2024.05.13 20:51:34.679123 [ 3 ] {29820968-1d56-4ef1-b076-d9a2299b8951} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8260 | 2024.05.13 20:51:34.679139 [ 3 ] {} <Debug> HTTP-Session: fc8b90bb-9c92-4c86-b24c-6570c902e1a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8261 | 2024.05.13 20:51:34.679284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8262 | 2024.05.13 20:51:34.679332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8263 | 2024.05.13 20:51:34.679351 [ 3 ] {} <Debug> HTTP-Session: 79eec03c-a2e8-4330-88b9-a8c63dfb09dc Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8264 | 2024.05.13 20:51:34.679367 [ 3 ] {} <Debug> HTTP-Session: 79eec03c-a2e8-4330-88b9-a8c63dfb09dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8265 | 2024.05.13 20:51:34.679380 [ 3 ] {} <Debug> HTTP-Session: 79eec03c-a2e8-4330-88b9-a8c63dfb09dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8266 | 2024.05.13 20:51:34.679411 [ 3 ] {} <Trace> HTTP-Session: 79eec03c-a2e8-4330-88b9-a8c63dfb09dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8267 | 2024.05.13 20:51:34.679543 [ 3 ] {306088d5-f3c6-4570-8b67-4b592c06385f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8268 | 2024.05.13 20:51:34.679585 [ 3 ] {306088d5-f3c6-4570-8b67-4b592c06385f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8269 | 2024.05.13 20:51:34.679710 [ 3 ] {306088d5-f3c6-4570-8b67-4b592c06385f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8270 | 2024.05.13 20:51:34.680089 [ 3 ] {306088d5-f3c6-4570-8b67-4b592c06385f} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8271 | 2024.05.13 20:51:34.680126 [ 3 ] {306088d5-f3c6-4570-8b67-4b592c06385f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
8272 | 2024.05.13 20:51:34.680448 [ 3 ] {306088d5-f3c6-4570-8b67-4b592c06385f} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
8273 | 2024.05.13 20:51:34.680744 [ 3 ] {306088d5-f3c6-4570-8b67-4b592c06385f} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8274 | 2024.05.13 20:51:34.680891 [ 3 ] {306088d5-f3c6-4570-8b67-4b592c06385f} <Debug> executeQuery: Read 121 rows, 10.24 KiB in 0.001399 sec., 86490.3502501787 rows/sec., 7.15 MiB/sec. | ||
8275 | 2024.05.13 20:51:34.681052 [ 3 ] {306088d5-f3c6-4570-8b67-4b592c06385f} <Debug> DynamicQueryHandler: Done processing query | ||
8276 | 2024.05.13 20:51:34.681075 [ 3 ] {306088d5-f3c6-4570-8b67-4b592c06385f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8277 | 2024.05.13 20:51:34.681090 [ 3 ] {} <Debug> HTTP-Session: 79eec03c-a2e8-4330-88b9-a8c63dfb09dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8278 | 2024.05.13 20:51:34.681215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8279 | 2024.05.13 20:51:34.681263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8280 | 2024.05.13 20:51:34.681282 [ 3 ] {} <Debug> HTTP-Session: f3550c87-5c48-4154-b0f4-cef9e00ceb5a Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8281 | 2024.05.13 20:51:34.681298 [ 3 ] {} <Debug> HTTP-Session: f3550c87-5c48-4154-b0f4-cef9e00ceb5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8282 | 2024.05.13 20:51:34.681311 [ 3 ] {} <Debug> HTTP-Session: f3550c87-5c48-4154-b0f4-cef9e00ceb5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8283 | 2024.05.13 20:51:34.681340 [ 3 ] {} <Trace> HTTP-Session: f3550c87-5c48-4154-b0f4-cef9e00ceb5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8284 | 2024.05.13 20:51:34.681434 [ 3 ] {4a9049ed-69a7-4326-bd51-5717dfd0d218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8285 | 2024.05.13 20:51:34.681477 [ 3 ] {4a9049ed-69a7-4326-bd51-5717dfd0d218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8286 | 2024.05.13 20:51:34.681600 [ 3 ] {4a9049ed-69a7-4326-bd51-5717dfd0d218} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8287 | 2024.05.13 20:51:34.681897 [ 3 ] {4a9049ed-69a7-4326-bd51-5717dfd0d218} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8288 | 2024.05.13 20:51:34.681932 [ 3 ] {4a9049ed-69a7-4326-bd51-5717dfd0d218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
8289 | 2024.05.13 20:51:34.682245 [ 3 ] {4a9049ed-69a7-4326-bd51-5717dfd0d218} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8290 | 2024.05.13 20:51:34.682555 [ 3 ] {4a9049ed-69a7-4326-bd51-5717dfd0d218} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8291 | 2024.05.13 20:51:34.682711 [ 3 ] {4a9049ed-69a7-4326-bd51-5717dfd0d218} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001294 sec., 3091.190108191654 rows/sec., 215.84 KiB/sec. | ||
8292 | 2024.05.13 20:51:34.682978 [ 3 ] {4a9049ed-69a7-4326-bd51-5717dfd0d218} <Debug> DynamicQueryHandler: Done processing query | ||
8293 | 2024.05.13 20:51:34.683019 [ 3 ] {4a9049ed-69a7-4326-bd51-5717dfd0d218} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8294 | 2024.05.13 20:51:34.683034 [ 3 ] {} <Debug> HTTP-Session: f3550c87-5c48-4154-b0f4-cef9e00ceb5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8295 | 2024.05.13 20:51:34.683159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 15124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8296 | 2024.05.13 20:51:34.683218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8297 | 2024.05.13 20:51:34.683237 [ 3 ] {} <Debug> HTTP-Session: 69ea3bf1-4598-4fd0-bf87-891e4d28e384 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8298 | 2024.05.13 20:51:34.683253 [ 3 ] {} <Debug> HTTP-Session: 69ea3bf1-4598-4fd0-bf87-891e4d28e384 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8299 | 2024.05.13 20:51:34.683266 [ 3 ] {} <Debug> HTTP-Session: 69ea3bf1-4598-4fd0-bf87-891e4d28e384 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8300 | 2024.05.13 20:51:34.683296 [ 3 ] {} <Trace> HTTP-Session: 69ea3bf1-4598-4fd0-bf87-891e4d28e384 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8301 | 2024.05.13 20:51:34.683416 [ 3 ] {3b372e9f-a30c-4fcf-b391-b89c8a078e98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8302 | 2024.05.13 20:51:34.683458 [ 3 ] {3b372e9f-a30c-4fcf-b391-b89c8a078e98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8303 | 2024.05.13 20:51:34.683597 [ 3 ] {3b372e9f-a30c-4fcf-b391-b89c8a078e98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8304 | 2024.05.13 20:51:34.683944 [ 3 ] {3b372e9f-a30c-4fcf-b391-b89c8a078e98} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8305 | 2024.05.13 20:51:34.683980 [ 3 ] {3b372e9f-a30c-4fcf-b391-b89c8a078e98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
8306 | 2024.05.13 20:51:34.684299 [ 3 ] {3b372e9f-a30c-4fcf-b391-b89c8a078e98} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
8307 | 2024.05.13 20:51:34.684597 [ 3 ] {3b372e9f-a30c-4fcf-b391-b89c8a078e98} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8308 | 2024.05.13 20:51:34.684745 [ 3 ] {3b372e9f-a30c-4fcf-b391-b89c8a078e98} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001368 sec., 65058.479532163736 rows/sec., 5.08 MiB/sec. | ||
8309 | 2024.05.13 20:51:34.684922 [ 3 ] {3b372e9f-a30c-4fcf-b391-b89c8a078e98} <Debug> DynamicQueryHandler: Done processing query | ||
8310 | 2024.05.13 20:51:34.684955 [ 3 ] {3b372e9f-a30c-4fcf-b391-b89c8a078e98} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8311 | 2024.05.13 20:51:34.684977 [ 3 ] {} <Debug> HTTP-Session: 69ea3bf1-4598-4fd0-bf87-891e4d28e384 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8312 | 2024.05.13 20:51:34.685122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 31004, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8313 | 2024.05.13 20:51:34.685171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8314 | 2024.05.13 20:51:34.685198 [ 3 ] {} <Debug> HTTP-Session: d836ce0b-dd38-4413-9a25-6ff44cd97b08 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8315 | 2024.05.13 20:51:34.685214 [ 3 ] {} <Debug> HTTP-Session: d836ce0b-dd38-4413-9a25-6ff44cd97b08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8316 | 2024.05.13 20:51:34.685228 [ 3 ] {} <Debug> HTTP-Session: d836ce0b-dd38-4413-9a25-6ff44cd97b08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8317 | 2024.05.13 20:51:34.685258 [ 3 ] {} <Trace> HTTP-Session: d836ce0b-dd38-4413-9a25-6ff44cd97b08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8318 | 2024.05.13 20:51:34.685398 [ 3 ] {eae7bf7b-2367-406d-aab2-ce10b81c07ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8319 | 2024.05.13 20:51:34.685444 [ 3 ] {eae7bf7b-2367-406d-aab2-ce10b81c07ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8320 | 2024.05.13 20:51:34.685586 [ 3 ] {eae7bf7b-2367-406d-aab2-ce10b81c07ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8321 | 2024.05.13 20:51:34.685946 [ 3 ] {eae7bf7b-2367-406d-aab2-ce10b81c07ee} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8322 | 2024.05.13 20:51:34.685982 [ 3 ] {eae7bf7b-2367-406d-aab2-ce10b81c07ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
8323 | 2024.05.13 20:51:34.686364 [ 3 ] {eae7bf7b-2367-406d-aab2-ce10b81c07ee} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
8324 | 2024.05.13 20:51:34.686689 [ 3 ] {eae7bf7b-2367-406d-aab2-ce10b81c07ee} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8325 | 2024.05.13 20:51:34.686846 [ 3 ] {eae7bf7b-2367-406d-aab2-ce10b81c07ee} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001505 sec., 107641.19601328904 rows/sec., 7.50 MiB/sec. | ||
8326 | 2024.05.13 20:51:34.687124 [ 3 ] {eae7bf7b-2367-406d-aab2-ce10b81c07ee} <Debug> DynamicQueryHandler: Done processing query | ||
8327 | 2024.05.13 20:51:34.687163 [ 3 ] {eae7bf7b-2367-406d-aab2-ce10b81c07ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8328 | 2024.05.13 20:51:34.687202 [ 3 ] {} <Debug> HTTP-Session: d836ce0b-dd38-4413-9a25-6ff44cd97b08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8329 | 2024.05.13 20:51:34.687404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8330 | 2024.05.13 20:51:34.687450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8331 | 2024.05.13 20:51:34.687469 [ 3 ] {} <Debug> HTTP-Session: 7c04abf6-e955-405f-af89-dc28be77f473 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8332 | 2024.05.13 20:51:34.687485 [ 3 ] {} <Debug> HTTP-Session: 7c04abf6-e955-405f-af89-dc28be77f473 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8333 | 2024.05.13 20:51:34.687498 [ 3 ] {} <Debug> HTTP-Session: 7c04abf6-e955-405f-af89-dc28be77f473 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8334 | 2024.05.13 20:51:34.687527 [ 3 ] {} <Trace> HTTP-Session: 7c04abf6-e955-405f-af89-dc28be77f473 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8335 | 2024.05.13 20:51:34.687739 [ 3 ] {933ea519-8047-46b7-9b5e-f9e9cab364d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8336 | 2024.05.13 20:51:34.687790 [ 3 ] {933ea519-8047-46b7-9b5e-f9e9cab364d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8337 | 2024.05.13 20:51:34.687961 [ 3 ] {933ea519-8047-46b7-9b5e-f9e9cab364d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8338 | 2024.05.13 20:51:34.688404 [ 3 ] {933ea519-8047-46b7-9b5e-f9e9cab364d4} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8339 | 2024.05.13 20:51:34.688442 [ 3 ] {933ea519-8047-46b7-9b5e-f9e9cab364d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
8340 | 2024.05.13 20:51:34.688850 [ 3 ] {933ea519-8047-46b7-9b5e-f9e9cab364d4} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8341 | 2024.05.13 20:51:34.689177 [ 3 ] {933ea519-8047-46b7-9b5e-f9e9cab364d4} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8342 | 2024.05.13 20:51:34.689354 [ 3 ] {933ea519-8047-46b7-9b5e-f9e9cab364d4} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001736 sec., 12096.774193548388 rows/sec., 16.32 MiB/sec. | ||
8343 | 2024.05.13 20:51:34.689579 [ 3 ] {933ea519-8047-46b7-9b5e-f9e9cab364d4} <Debug> DynamicQueryHandler: Done processing query | ||
8344 | 2024.05.13 20:51:34.689607 [ 3 ] {933ea519-8047-46b7-9b5e-f9e9cab364d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
8345 | 2024.05.13 20:51:34.689623 [ 3 ] {} <Debug> HTTP-Session: 7c04abf6-e955-405f-af89-dc28be77f473 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8346 | 2024.05.13 20:51:34.689734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8347 | 2024.05.13 20:51:34.689782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8348 | 2024.05.13 20:51:34.689800 [ 3 ] {} <Debug> HTTP-Session: 56db4790-e113-4714-906a-7000b99727dd Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8349 | 2024.05.13 20:51:34.689815 [ 3 ] {} <Debug> HTTP-Session: 56db4790-e113-4714-906a-7000b99727dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8350 | 2024.05.13 20:51:34.689829 [ 3 ] {} <Debug> HTTP-Session: 56db4790-e113-4714-906a-7000b99727dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8351 | 2024.05.13 20:51:34.689859 [ 3 ] {} <Trace> HTTP-Session: 56db4790-e113-4714-906a-7000b99727dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8352 | 2024.05.13 20:51:34.689980 [ 3 ] {4fdf7a4b-6fd0-40b6-a16c-ea2c529a2bd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8353 | 2024.05.13 20:51:34.690024 [ 3 ] {4fdf7a4b-6fd0-40b6-a16c-ea2c529a2bd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8354 | 2024.05.13 20:51:34.690149 [ 3 ] {4fdf7a4b-6fd0-40b6-a16c-ea2c529a2bd5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8355 | 2024.05.13 20:51:34.690439 [ 3 ] {4fdf7a4b-6fd0-40b6-a16c-ea2c529a2bd5} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8356 | 2024.05.13 20:51:34.690475 [ 3 ] {4fdf7a4b-6fd0-40b6-a16c-ea2c529a2bd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
8357 | 2024.05.13 20:51:34.690820 [ 3 ] {4fdf7a4b-6fd0-40b6-a16c-ea2c529a2bd5} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
8358 | 2024.05.13 20:51:34.691126 [ 3 ] {4fdf7a4b-6fd0-40b6-a16c-ea2c529a2bd5} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8359 | 2024.05.13 20:51:34.691283 [ 3 ] {4fdf7a4b-6fd0-40b6-a16c-ea2c529a2bd5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001345 sec., 44609.665427509295 rows/sec., 3.01 MiB/sec. | ||
8360 | 2024.05.13 20:51:34.691435 [ 3 ] {4fdf7a4b-6fd0-40b6-a16c-ea2c529a2bd5} <Debug> DynamicQueryHandler: Done processing query | ||
8361 | 2024.05.13 20:51:34.691458 [ 3 ] {4fdf7a4b-6fd0-40b6-a16c-ea2c529a2bd5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8362 | 2024.05.13 20:51:34.691498 [ 3 ] {} <Debug> HTTP-Session: 56db4790-e113-4714-906a-7000b99727dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8363 | 2024.05.13 20:51:39.672939 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8364 | 2024.05.13 20:51:39.673059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8365 | 2024.05.13 20:51:39.673083 [ 3 ] {} <Debug> HTTP-Session: ef240c8c-cd56-46c5-96c6-3063fa328b67 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8366 | 2024.05.13 20:51:39.673106 [ 3 ] {} <Debug> HTTP-Session: ef240c8c-cd56-46c5-96c6-3063fa328b67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8367 | 2024.05.13 20:51:39.673121 [ 3 ] {} <Debug> HTTP-Session: ef240c8c-cd56-46c5-96c6-3063fa328b67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8368 | 2024.05.13 20:51:39.673169 [ 3 ] {} <Trace> HTTP-Session: ef240c8c-cd56-46c5-96c6-3063fa328b67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8369 | 2024.05.13 20:51:39.673354 [ 3 ] {1a4557b7-29e0-4cd2-b1a4-744850b3bf6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8370 | 2024.05.13 20:51:39.673420 [ 3 ] {1a4557b7-29e0-4cd2-b1a4-744850b3bf6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8371 | 2024.05.13 20:51:39.673605 [ 3 ] {1a4557b7-29e0-4cd2-b1a4-744850b3bf6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8372 | 2024.05.13 20:51:39.674003 [ 3 ] {1a4557b7-29e0-4cd2-b1a4-744850b3bf6e} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8373 | 2024.05.13 20:51:39.674063 [ 3 ] {1a4557b7-29e0-4cd2-b1a4-744850b3bf6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8374 | 2024.05.13 20:51:39.674427 [ 3 ] {1a4557b7-29e0-4cd2-b1a4-744850b3bf6e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8375 | 2024.05.13 20:51:39.674751 [ 3 ] {1a4557b7-29e0-4cd2-b1a4-744850b3bf6e} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8376 | 2024.05.13 20:51:39.674920 [ 3 ] {1a4557b7-29e0-4cd2-b1a4-744850b3bf6e} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001614 sec., 6195.786864931846 rows/sec., 502.20 KiB/sec. | ||
8377 | 2024.05.13 20:51:39.674931 [ 40 ] {} <Debug> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8378 | 2024.05.13 20:51:39.675036 [ 40 ] {} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8379 | 2024.05.13 20:51:39.675092 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8380 | 2024.05.13 20:51:39.675227 [ 3 ] {1a4557b7-29e0-4cd2-b1a4-744850b3bf6e} <Debug> DynamicQueryHandler: Done processing query | ||
8381 | 2024.05.13 20:51:39.675321 [ 3 ] {1a4557b7-29e0-4cd2-b1a4-744850b3bf6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8382 | 2024.05.13 20:51:39.675402 [ 3 ] {} <Debug> HTTP-Session: ef240c8c-cd56-46c5-96c6-3063fa328b67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8383 | 2024.05.13 20:51:39.675423 [ 197 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
8384 | 2024.05.13 20:51:39.675751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12383, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8385 | 2024.05.13 20:51:39.675831 [ 197 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8386 | 2024.05.13 20:51:39.675848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8387 | 2024.05.13 20:51:39.675901 [ 197 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 31 rows starting from the beginning of the part | ||
8388 | 2024.05.13 20:51:39.675902 [ 3 ] {} <Debug> HTTP-Session: d7322ea4-d9f8-490c-b62a-772e303f1763 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8389 | 2024.05.13 20:51:39.675966 [ 3 ] {} <Debug> HTTP-Session: d7322ea4-d9f8-490c-b62a-772e303f1763 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8390 | 2024.05.13 20:51:39.675995 [ 3 ] {} <Debug> HTTP-Session: d7322ea4-d9f8-490c-b62a-772e303f1763 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8391 | 2024.05.13 20:51:39.676139 [ 3 ] {} <Trace> HTTP-Session: d7322ea4-d9f8-490c-b62a-772e303f1763 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8392 | 2024.05.13 20:51:39.676175 [ 197 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 10 rows starting from the beginning of the part | ||
8393 | 2024.05.13 20:51:39.676437 [ 197 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
8394 | 2024.05.13 20:51:39.676592 [ 3 ] {f4af1d14-7966-4e30-b4b5-ddba48c5d8d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8395 | 2024.05.13 20:51:39.676716 [ 197 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 10 rows starting from the beginning of the part | ||
8396 | 2024.05.13 20:51:39.676766 [ 3 ] {f4af1d14-7966-4e30-b4b5-ddba48c5d8d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8397 | 2024.05.13 20:51:39.677070 [ 197 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
8398 | 2024.05.13 20:51:39.677399 [ 197 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 10 rows starting from the beginning of the part | ||
8399 | 2024.05.13 20:51:39.677984 [ 3 ] {f4af1d14-7966-4e30-b4b5-ddba48c5d8d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8400 | 2024.05.13 20:51:39.678861 [ 3 ] {f4af1d14-7966-4e30-b4b5-ddba48c5d8d7} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8401 | 2024.05.13 20:51:39.678937 [ 3 ] {f4af1d14-7966-4e30-b4b5-ddba48c5d8d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8402 | 2024.05.13 20:51:39.679917 [ 3 ] {f4af1d14-7966-4e30-b4b5-ddba48c5d8d7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
8403 | 2024.05.13 20:51:39.679980 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 103 rows, containing 4 columns (4 merged, 0 gathered) in 0.004790545 sec., 21500.68520387555 rows/sec., 1.70 MiB/sec. | ||
8404 | 2024.05.13 20:51:39.680256 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8405 | 2024.05.13 20:51:39.680542 [ 3 ] {f4af1d14-7966-4e30-b4b5-ddba48c5d8d7} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8406 | 2024.05.13 20:51:39.680974 [ 3 ] {f4af1d14-7966-4e30-b4b5-ddba48c5d8d7} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.004603 sec., 18683.467303932215 rows/sec., 1.51 MiB/sec. | ||
8407 | 2024.05.13 20:51:39.681191 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_46_9} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8408 | 2024.05.13 20:51:39.681304 [ 3 ] {f4af1d14-7966-4e30-b4b5-ddba48c5d8d7} <Debug> DynamicQueryHandler: Done processing query | ||
8409 | 2024.05.13 20:51:39.681317 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_46_9} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8410 | 2024.05.13 20:51:39.681339 [ 3 ] {f4af1d14-7966-4e30-b4b5-ddba48c5d8d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8411 | 2024.05.13 20:51:39.681374 [ 3 ] {} <Debug> HTTP-Session: d7322ea4-d9f8-490c-b62a-772e303f1763 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8412 | 2024.05.13 20:51:39.681491 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
8413 | 2024.05.13 20:51:39.681553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8414 | 2024.05.13 20:51:39.681608 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8415 | 2024.05.13 20:51:39.681626 [ 3 ] {} <Debug> HTTP-Session: c12b0da4-bb33-45d9-98b0-eb5f5cce4f84 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8416 | 2024.05.13 20:51:39.681643 [ 3 ] {} <Debug> HTTP-Session: c12b0da4-bb33-45d9-98b0-eb5f5cce4f84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8417 | 2024.05.13 20:51:39.681657 [ 3 ] {} <Debug> HTTP-Session: c12b0da4-bb33-45d9-98b0-eb5f5cce4f84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8418 | 2024.05.13 20:51:39.681688 [ 3 ] {} <Trace> HTTP-Session: c12b0da4-bb33-45d9-98b0-eb5f5cce4f84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8419 | 2024.05.13 20:51:39.681823 [ 3 ] {24ee4242-0546-4b1c-bf9e-9d47d37d6094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8420 | 2024.05.13 20:51:39.681866 [ 3 ] {24ee4242-0546-4b1c-bf9e-9d47d37d6094} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8421 | 2024.05.13 20:51:39.682009 [ 3 ] {24ee4242-0546-4b1c-bf9e-9d47d37d6094} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8422 | 2024.05.13 20:51:39.682392 [ 3 ] {24ee4242-0546-4b1c-bf9e-9d47d37d6094} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8423 | 2024.05.13 20:51:39.682429 [ 3 ] {24ee4242-0546-4b1c-bf9e-9d47d37d6094} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8424 | 2024.05.13 20:51:39.682746 [ 3 ] {24ee4242-0546-4b1c-bf9e-9d47d37d6094} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
8425 | 2024.05.13 20:51:39.683053 [ 3 ] {24ee4242-0546-4b1c-bf9e-9d47d37d6094} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8426 | 2024.05.13 20:51:39.683172 [ 3 ] {24ee4242-0546-4b1c-bf9e-9d47d37d6094} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001404 sec., 52706.552706552706 rows/sec., 4.11 MiB/sec. | ||
8427 | 2024.05.13 20:51:39.683340 [ 3 ] {24ee4242-0546-4b1c-bf9e-9d47d37d6094} <Debug> DynamicQueryHandler: Done processing query | ||
8428 | 2024.05.13 20:51:39.683364 [ 3 ] {24ee4242-0546-4b1c-bf9e-9d47d37d6094} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8429 | 2024.05.13 20:51:39.683379 [ 3 ] {} <Debug> HTTP-Session: c12b0da4-bb33-45d9-98b0-eb5f5cce4f84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8430 | 2024.05.13 20:51:39.683518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8431 | 2024.05.13 20:51:39.683566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8432 | 2024.05.13 20:51:39.683584 [ 3 ] {} <Debug> HTTP-Session: 9e9d8c43-3798-48ab-8ee7-daca4837663d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8433 | 2024.05.13 20:51:39.683600 [ 3 ] {} <Debug> HTTP-Session: 9e9d8c43-3798-48ab-8ee7-daca4837663d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8434 | 2024.05.13 20:51:39.683613 [ 3 ] {} <Debug> HTTP-Session: 9e9d8c43-3798-48ab-8ee7-daca4837663d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8435 | 2024.05.13 20:51:39.683644 [ 3 ] {} <Trace> HTTP-Session: 9e9d8c43-3798-48ab-8ee7-daca4837663d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8436 | 2024.05.13 20:51:39.683785 [ 3 ] {25a92eac-41c0-4f95-9428-c59d5c3cc9d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8437 | 2024.05.13 20:51:39.683830 [ 3 ] {25a92eac-41c0-4f95-9428-c59d5c3cc9d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8438 | 2024.05.13 20:51:39.683970 [ 3 ] {25a92eac-41c0-4f95-9428-c59d5c3cc9d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8439 | 2024.05.13 20:51:39.684391 [ 3 ] {25a92eac-41c0-4f95-9428-c59d5c3cc9d1} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8440 | 2024.05.13 20:51:39.684425 [ 3 ] {25a92eac-41c0-4f95-9428-c59d5c3cc9d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8441 | 2024.05.13 20:51:39.684803 [ 3 ] {25a92eac-41c0-4f95-9428-c59d5c3cc9d1} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
8442 | 2024.05.13 20:51:39.685135 [ 3 ] {25a92eac-41c0-4f95-9428-c59d5c3cc9d1} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8443 | 2024.05.13 20:51:39.685259 [ 3 ] {25a92eac-41c0-4f95-9428-c59d5c3cc9d1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001539 sec., 103963.61273554256 rows/sec., 7.24 MiB/sec. | ||
8444 | 2024.05.13 20:51:39.685428 [ 3 ] {25a92eac-41c0-4f95-9428-c59d5c3cc9d1} <Debug> DynamicQueryHandler: Done processing query | ||
8445 | 2024.05.13 20:51:39.685452 [ 3 ] {25a92eac-41c0-4f95-9428-c59d5c3cc9d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8446 | 2024.05.13 20:51:39.685468 [ 3 ] {} <Debug> HTTP-Session: 9e9d8c43-3798-48ab-8ee7-daca4837663d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8447 | 2024.05.13 20:51:39.685590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10760, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8448 | 2024.05.13 20:51:39.685637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8449 | 2024.05.13 20:51:39.685655 [ 3 ] {} <Debug> HTTP-Session: b734cf7d-d1b5-47af-8b1b-cf585a6deb5a Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8450 | 2024.05.13 20:51:39.685671 [ 3 ] {} <Debug> HTTP-Session: b734cf7d-d1b5-47af-8b1b-cf585a6deb5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8451 | 2024.05.13 20:51:39.685684 [ 3 ] {} <Debug> HTTP-Session: b734cf7d-d1b5-47af-8b1b-cf585a6deb5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8452 | 2024.05.13 20:51:39.685713 [ 3 ] {} <Trace> HTTP-Session: b734cf7d-d1b5-47af-8b1b-cf585a6deb5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8453 | 2024.05.13 20:51:39.685874 [ 3 ] {da7b5654-068a-4798-b337-f2982f1e946e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8454 | 2024.05.13 20:51:39.685922 [ 3 ] {da7b5654-068a-4798-b337-f2982f1e946e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8455 | 2024.05.13 20:51:39.686074 [ 3 ] {da7b5654-068a-4798-b337-f2982f1e946e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8456 | 2024.05.13 20:51:39.686455 [ 3 ] {da7b5654-068a-4798-b337-f2982f1e946e} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8457 | 2024.05.13 20:51:39.686489 [ 3 ] {da7b5654-068a-4798-b337-f2982f1e946e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8458 | 2024.05.13 20:51:39.686864 [ 3 ] {da7b5654-068a-4798-b337-f2982f1e946e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8459 | 2024.05.13 20:51:39.687187 [ 3 ] {da7b5654-068a-4798-b337-f2982f1e946e} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8460 | 2024.05.13 20:51:39.687316 [ 39 ] {} <Debug> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8461 | 2024.05.13 20:51:39.687321 [ 3 ] {da7b5654-068a-4798-b337-f2982f1e946e} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.001534 sec., 6518.90482398957 rows/sec., 8.80 MiB/sec. | ||
8462 | 2024.05.13 20:51:39.687359 [ 39 ] {} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8463 | 2024.05.13 20:51:39.687397 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8464 | 2024.05.13 20:51:39.687516 [ 187 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
8465 | 2024.05.13 20:51:39.687544 [ 3 ] {da7b5654-068a-4798-b337-f2982f1e946e} <Debug> DynamicQueryHandler: Done processing query | ||
8466 | 2024.05.13 20:51:39.687571 [ 3 ] {da7b5654-068a-4798-b337-f2982f1e946e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8467 | 2024.05.13 20:51:39.687596 [ 3 ] {} <Debug> HTTP-Session: b734cf7d-d1b5-47af-8b1b-cf585a6deb5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8468 | 2024.05.13 20:51:39.687672 [ 187 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8469 | 2024.05.13 20:51:39.687708 [ 187 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 639 rows starting from the beginning of the part | ||
8470 | 2024.05.13 20:51:39.687729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8471 | 2024.05.13 20:51:39.687841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8472 | 2024.05.13 20:51:39.687852 [ 187 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 10 rows starting from the beginning of the part | ||
8473 | 2024.05.13 20:51:39.687905 [ 3 ] {} <Debug> HTTP-Session: 41d9986b-2dc5-4c63-be61-0ca48b58d129 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8474 | 2024.05.13 20:51:39.687975 [ 3 ] {} <Debug> HTTP-Session: 41d9986b-2dc5-4c63-be61-0ca48b58d129 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8475 | 2024.05.13 20:51:39.688066 [ 3 ] {} <Debug> HTTP-Session: 41d9986b-2dc5-4c63-be61-0ca48b58d129 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8476 | 2024.05.13 20:51:39.688212 [ 3 ] {} <Trace> HTTP-Session: 41d9986b-2dc5-4c63-be61-0ca48b58d129 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8477 | 2024.05.13 20:51:39.688223 [ 187 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
8478 | 2024.05.13 20:51:39.688572 [ 187 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 10 rows starting from the beginning of the part | ||
8479 | 2024.05.13 20:51:39.688587 [ 3 ] {68c2b9db-0d0c-4e6a-90ed-3f0893d1ec27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8480 | 2024.05.13 20:51:39.688757 [ 3 ] {68c2b9db-0d0c-4e6a-90ed-3f0893d1ec27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8481 | 2024.05.13 20:51:39.688884 [ 187 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
8482 | 2024.05.13 20:51:39.689223 [ 187 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 10 rows starting from the beginning of the part | ||
8483 | 2024.05.13 20:51:39.689785 [ 3 ] {68c2b9db-0d0c-4e6a-90ed-3f0893d1ec27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8484 | 2024.05.13 20:51:39.690294 [ 3 ] {68c2b9db-0d0c-4e6a-90ed-3f0893d1ec27} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8485 | 2024.05.13 20:51:39.690332 [ 3 ] {68c2b9db-0d0c-4e6a-90ed-3f0893d1ec27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8486 | 2024.05.13 20:51:39.690819 [ 3 ] {68c2b9db-0d0c-4e6a-90ed-3f0893d1ec27} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
8487 | 2024.05.13 20:51:39.691359 [ 3 ] {68c2b9db-0d0c-4e6a-90ed-3f0893d1ec27} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8488 | 2024.05.13 20:51:39.691616 [ 3 ] {68c2b9db-0d0c-4e6a-90ed-3f0893d1ec27} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003188 sec., 18820.577164366376 rows/sec., 1.27 MiB/sec. | ||
8489 | 2024.05.13 20:51:39.691805 [ 3 ] {68c2b9db-0d0c-4e6a-90ed-3f0893d1ec27} <Debug> DynamicQueryHandler: Done processing query | ||
8490 | 2024.05.13 20:51:39.691829 [ 3 ] {68c2b9db-0d0c-4e6a-90ed-3f0893d1ec27} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8491 | 2024.05.13 20:51:39.691845 [ 3 ] {} <Debug> HTTP-Session: 41d9986b-2dc5-4c63-be61-0ca48b58d129 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8492 | 2024.05.13 20:51:39.692559 [ 186 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 711 rows, containing 6 columns (6 merged, 0 gathered) in 0.005090268 sec., 139678.30377496823 rows/sec., 188.49 MiB/sec. | ||
8493 | 2024.05.13 20:51:39.693075 [ 186 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8494 | 2024.05.13 20:51:39.693563 [ 186 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8495 | 2024.05.13 20:51:39.693647 [ 186 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8496 | 2024.05.13 20:51:39.693736 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.42 MiB. | ||
8497 | 2024.05.13 20:51:42.831240 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8498 | 2024.05.13 20:51:42.831315 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8499 | 2024.05.13 20:51:44.676853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8500 | 2024.05.13 20:51:44.676964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8501 | 2024.05.13 20:51:44.676989 [ 3 ] {} <Debug> HTTP-Session: 799f224f-9f7e-427b-8f32-8084f1edfe8a Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8502 | 2024.05.13 20:51:44.677014 [ 3 ] {} <Debug> HTTP-Session: 799f224f-9f7e-427b-8f32-8084f1edfe8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8503 | 2024.05.13 20:51:44.677028 [ 3 ] {} <Debug> HTTP-Session: 799f224f-9f7e-427b-8f32-8084f1edfe8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8504 | 2024.05.13 20:51:44.677077 [ 3 ] {} <Trace> HTTP-Session: 799f224f-9f7e-427b-8f32-8084f1edfe8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8505 | 2024.05.13 20:51:44.677267 [ 3 ] {c6522201-2cb8-49cc-81e5-5a6a84bbfcc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8506 | 2024.05.13 20:51:44.677336 [ 3 ] {c6522201-2cb8-49cc-81e5-5a6a84bbfcc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8507 | 2024.05.13 20:51:44.677517 [ 3 ] {c6522201-2cb8-49cc-81e5-5a6a84bbfcc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8508 | 2024.05.13 20:51:44.677982 [ 3 ] {c6522201-2cb8-49cc-81e5-5a6a84bbfcc6} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8509 | 2024.05.13 20:51:44.678031 [ 3 ] {c6522201-2cb8-49cc-81e5-5a6a84bbfcc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8510 | 2024.05.13 20:51:44.678408 [ 3 ] {c6522201-2cb8-49cc-81e5-5a6a84bbfcc6} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8511 | 2024.05.13 20:51:44.678773 [ 3 ] {c6522201-2cb8-49cc-81e5-5a6a84bbfcc6} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8512 | 2024.05.13 20:51:44.678944 [ 3 ] {c6522201-2cb8-49cc-81e5-5a6a84bbfcc6} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001734 sec., 12110.726643598615 rows/sec., 981.63 KiB/sec. | ||
8513 | 2024.05.13 20:51:44.679262 [ 3 ] {c6522201-2cb8-49cc-81e5-5a6a84bbfcc6} <Debug> DynamicQueryHandler: Done processing query | ||
8514 | 2024.05.13 20:51:44.679319 [ 3 ] {c6522201-2cb8-49cc-81e5-5a6a84bbfcc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8515 | 2024.05.13 20:51:44.679355 [ 3 ] {} <Debug> HTTP-Session: 799f224f-9f7e-427b-8f32-8084f1edfe8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8516 | 2024.05.13 20:51:44.679489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8517 | 2024.05.13 20:51:44.679545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8518 | 2024.05.13 20:51:44.679565 [ 3 ] {} <Debug> HTTP-Session: 7430efcf-efd3-4efd-9e00-d84856a389c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8519 | 2024.05.13 20:51:44.679583 [ 3 ] {} <Debug> HTTP-Session: 7430efcf-efd3-4efd-9e00-d84856a389c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8520 | 2024.05.13 20:51:44.679597 [ 3 ] {} <Debug> HTTP-Session: 7430efcf-efd3-4efd-9e00-d84856a389c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8521 | 2024.05.13 20:51:44.679632 [ 3 ] {} <Trace> HTTP-Session: 7430efcf-efd3-4efd-9e00-d84856a389c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8522 | 2024.05.13 20:51:44.679739 [ 3 ] {209ababa-5290-4fb3-9bdc-271198b40146} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8523 | 2024.05.13 20:51:44.679787 [ 3 ] {209ababa-5290-4fb3-9bdc-271198b40146} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8524 | 2024.05.13 20:51:44.679937 [ 3 ] {209ababa-5290-4fb3-9bdc-271198b40146} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8525 | 2024.05.13 20:51:44.680252 [ 3 ] {209ababa-5290-4fb3-9bdc-271198b40146} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8526 | 2024.05.13 20:51:44.680289 [ 3 ] {209ababa-5290-4fb3-9bdc-271198b40146} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8527 | 2024.05.13 20:51:44.680589 [ 3 ] {209ababa-5290-4fb3-9bdc-271198b40146} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8528 | 2024.05.13 20:51:44.680905 [ 3 ] {209ababa-5290-4fb3-9bdc-271198b40146} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8529 | 2024.05.13 20:51:44.681059 [ 3 ] {209ababa-5290-4fb3-9bdc-271198b40146} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001343 sec., 1489.2032762472077 rows/sec., 121.43 KiB/sec. | ||
8530 | 2024.05.13 20:51:44.681369 [ 3 ] {209ababa-5290-4fb3-9bdc-271198b40146} <Debug> DynamicQueryHandler: Done processing query | ||
8531 | 2024.05.13 20:51:44.681394 [ 3 ] {209ababa-5290-4fb3-9bdc-271198b40146} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8532 | 2024.05.13 20:51:44.681411 [ 3 ] {} <Debug> HTTP-Session: 7430efcf-efd3-4efd-9e00-d84856a389c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8533 | 2024.05.13 20:51:44.681575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8534 | 2024.05.13 20:51:44.681626 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8535 | 2024.05.13 20:51:44.681645 [ 3 ] {} <Debug> HTTP-Session: 85c4c524-2d18-4b10-9d26-1add35ab0530 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8536 | 2024.05.13 20:51:44.681664 [ 3 ] {} <Debug> HTTP-Session: 85c4c524-2d18-4b10-9d26-1add35ab0530 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8537 | 2024.05.13 20:51:44.681678 [ 3 ] {} <Debug> HTTP-Session: 85c4c524-2d18-4b10-9d26-1add35ab0530 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8538 | 2024.05.13 20:51:44.681709 [ 3 ] {} <Trace> HTTP-Session: 85c4c524-2d18-4b10-9d26-1add35ab0530 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8539 | 2024.05.13 20:51:44.681854 [ 3 ] {2022abc9-753f-48ec-9845-6da1ce465110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8540 | 2024.05.13 20:51:44.681900 [ 3 ] {2022abc9-753f-48ec-9845-6da1ce465110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8541 | 2024.05.13 20:51:44.682046 [ 3 ] {2022abc9-753f-48ec-9845-6da1ce465110} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8542 | 2024.05.13 20:51:44.682448 [ 3 ] {2022abc9-753f-48ec-9845-6da1ce465110} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8543 | 2024.05.13 20:51:44.682486 [ 3 ] {2022abc9-753f-48ec-9845-6da1ce465110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8544 | 2024.05.13 20:51:44.682811 [ 3 ] {2022abc9-753f-48ec-9845-6da1ce465110} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
8545 | 2024.05.13 20:51:44.683116 [ 3 ] {2022abc9-753f-48ec-9845-6da1ce465110} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8546 | 2024.05.13 20:51:44.683276 [ 3 ] {2022abc9-753f-48ec-9845-6da1ce465110} <Debug> executeQuery: Read 156 rows, 12.97 KiB in 0.001476 sec., 105691.0569105691 rows/sec., 8.58 MiB/sec. | ||
8547 | 2024.05.13 20:51:44.683448 [ 3 ] {2022abc9-753f-48ec-9845-6da1ce465110} <Debug> DynamicQueryHandler: Done processing query | ||
8548 | 2024.05.13 20:51:44.683471 [ 3 ] {2022abc9-753f-48ec-9845-6da1ce465110} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8549 | 2024.05.13 20:51:44.683488 [ 3 ] {} <Debug> HTTP-Session: 85c4c524-2d18-4b10-9d26-1add35ab0530 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8550 | 2024.05.13 20:51:44.683614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8551 | 2024.05.13 20:51:44.683663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8552 | 2024.05.13 20:51:44.683682 [ 3 ] {} <Debug> HTTP-Session: 55b8c0c4-0312-40b6-9f7a-edda49ebeeaa Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8553 | 2024.05.13 20:51:44.683699 [ 3 ] {} <Debug> HTTP-Session: 55b8c0c4-0312-40b6-9f7a-edda49ebeeaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8554 | 2024.05.13 20:51:44.683712 [ 3 ] {} <Debug> HTTP-Session: 55b8c0c4-0312-40b6-9f7a-edda49ebeeaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8555 | 2024.05.13 20:51:44.683742 [ 3 ] {} <Trace> HTTP-Session: 55b8c0c4-0312-40b6-9f7a-edda49ebeeaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8556 | 2024.05.13 20:51:44.683835 [ 3 ] {dcf32a16-941a-47b7-b6b7-613e4e5899fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8557 | 2024.05.13 20:51:44.683879 [ 3 ] {dcf32a16-941a-47b7-b6b7-613e4e5899fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8558 | 2024.05.13 20:51:44.684005 [ 3 ] {dcf32a16-941a-47b7-b6b7-613e4e5899fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8559 | 2024.05.13 20:51:44.684291 [ 3 ] {dcf32a16-941a-47b7-b6b7-613e4e5899fa} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8560 | 2024.05.13 20:51:44.684328 [ 3 ] {dcf32a16-941a-47b7-b6b7-613e4e5899fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8561 | 2024.05.13 20:51:44.684627 [ 3 ] {dcf32a16-941a-47b7-b6b7-613e4e5899fa} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8562 | 2024.05.13 20:51:44.684940 [ 3 ] {dcf32a16-941a-47b7-b6b7-613e4e5899fa} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8563 | 2024.05.13 20:51:44.685102 [ 3 ] {dcf32a16-941a-47b7-b6b7-613e4e5899fa} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001284 sec., 1557.632398753894 rows/sec., 108.76 KiB/sec. | ||
8564 | 2024.05.13 20:51:44.685409 [ 3 ] {dcf32a16-941a-47b7-b6b7-613e4e5899fa} <Debug> DynamicQueryHandler: Done processing query | ||
8565 | 2024.05.13 20:51:44.685434 [ 3 ] {dcf32a16-941a-47b7-b6b7-613e4e5899fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8566 | 2024.05.13 20:51:44.685450 [ 3 ] {} <Debug> HTTP-Session: 55b8c0c4-0312-40b6-9f7a-edda49ebeeaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8567 | 2024.05.13 20:51:44.685587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 18827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8568 | 2024.05.13 20:51:44.685636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8569 | 2024.05.13 20:51:44.685654 [ 3 ] {} <Debug> HTTP-Session: b02c9ac6-88ea-4395-9be6-cac5bda401fa Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8570 | 2024.05.13 20:51:44.685672 [ 3 ] {} <Debug> HTTP-Session: b02c9ac6-88ea-4395-9be6-cac5bda401fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8571 | 2024.05.13 20:51:44.685685 [ 3 ] {} <Debug> HTTP-Session: b02c9ac6-88ea-4395-9be6-cac5bda401fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8572 | 2024.05.13 20:51:44.685716 [ 3 ] {} <Trace> HTTP-Session: b02c9ac6-88ea-4395-9be6-cac5bda401fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8573 | 2024.05.13 20:51:44.685845 [ 3 ] {7ff02c2b-9dbf-4dc2-8985-534fb5113521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8574 | 2024.05.13 20:51:44.685888 [ 3 ] {7ff02c2b-9dbf-4dc2-8985-534fb5113521} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8575 | 2024.05.13 20:51:44.686028 [ 3 ] {7ff02c2b-9dbf-4dc2-8985-534fb5113521} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8576 | 2024.05.13 20:51:44.686385 [ 3 ] {7ff02c2b-9dbf-4dc2-8985-534fb5113521} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8577 | 2024.05.13 20:51:44.686421 [ 3 ] {7ff02c2b-9dbf-4dc2-8985-534fb5113521} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8578 | 2024.05.13 20:51:44.686730 [ 3 ] {7ff02c2b-9dbf-4dc2-8985-534fb5113521} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
8579 | 2024.05.13 20:51:44.687043 [ 3 ] {7ff02c2b-9dbf-4dc2-8985-534fb5113521} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8580 | 2024.05.13 20:51:44.687175 [ 3 ] {7ff02c2b-9dbf-4dc2-8985-534fb5113521} <Debug> executeQuery: Read 111 rows, 8.86 KiB in 0.001375 sec., 80727.27272727274 rows/sec., 6.29 MiB/sec. | ||
8581 | 2024.05.13 20:51:44.687445 [ 3 ] {7ff02c2b-9dbf-4dc2-8985-534fb5113521} <Debug> DynamicQueryHandler: Done processing query | ||
8582 | 2024.05.13 20:51:44.687502 [ 3 ] {7ff02c2b-9dbf-4dc2-8985-534fb5113521} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8583 | 2024.05.13 20:51:44.687567 [ 3 ] {} <Debug> HTTP-Session: b02c9ac6-88ea-4395-9be6-cac5bda401fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8584 | 2024.05.13 20:51:44.687748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 37780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8585 | 2024.05.13 20:51:44.687800 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8586 | 2024.05.13 20:51:44.687819 [ 3 ] {} <Debug> HTTP-Session: ef5a342d-bd92-4aee-ad59-31af0fe12363 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8587 | 2024.05.13 20:51:44.687836 [ 3 ] {} <Debug> HTTP-Session: ef5a342d-bd92-4aee-ad59-31af0fe12363 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8588 | 2024.05.13 20:51:44.687849 [ 3 ] {} <Debug> HTTP-Session: ef5a342d-bd92-4aee-ad59-31af0fe12363 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8589 | 2024.05.13 20:51:44.687880 [ 3 ] {} <Trace> HTTP-Session: ef5a342d-bd92-4aee-ad59-31af0fe12363 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8590 | 2024.05.13 20:51:44.688060 [ 3 ] {932adbd4-82a6-4cb7-8e3b-7f667e54bc46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8591 | 2024.05.13 20:51:44.688109 [ 3 ] {932adbd4-82a6-4cb7-8e3b-7f667e54bc46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8592 | 2024.05.13 20:51:44.688276 [ 3 ] {932adbd4-82a6-4cb7-8e3b-7f667e54bc46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8593 | 2024.05.13 20:51:44.688685 [ 3 ] {932adbd4-82a6-4cb7-8e3b-7f667e54bc46} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8594 | 2024.05.13 20:51:44.688721 [ 3 ] {932adbd4-82a6-4cb7-8e3b-7f667e54bc46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8595 | 2024.05.13 20:51:44.689106 [ 3 ] {932adbd4-82a6-4cb7-8e3b-7f667e54bc46} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
8596 | 2024.05.13 20:51:44.689445 [ 3 ] {932adbd4-82a6-4cb7-8e3b-7f667e54bc46} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8597 | 2024.05.13 20:51:44.689596 [ 3 ] {932adbd4-82a6-4cb7-8e3b-7f667e54bc46} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001615 sec., 121981.42414860682 rows/sec., 8.52 MiB/sec. | ||
8598 | 2024.05.13 20:51:44.689866 [ 3 ] {932adbd4-82a6-4cb7-8e3b-7f667e54bc46} <Debug> DynamicQueryHandler: Done processing query | ||
8599 | 2024.05.13 20:51:44.689928 [ 3 ] {932adbd4-82a6-4cb7-8e3b-7f667e54bc46} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
8600 | 2024.05.13 20:51:44.689974 [ 3 ] {} <Debug> HTTP-Session: ef5a342d-bd92-4aee-ad59-31af0fe12363 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8601 | 2024.05.13 20:51:44.690126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8602 | 2024.05.13 20:51:44.690175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8603 | 2024.05.13 20:51:44.690194 [ 3 ] {} <Debug> HTTP-Session: 1b13b380-6bee-4289-ad5c-84af7d1e4bd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8604 | 2024.05.13 20:51:44.690210 [ 3 ] {} <Debug> HTTP-Session: 1b13b380-6bee-4289-ad5c-84af7d1e4bd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8605 | 2024.05.13 20:51:44.690224 [ 3 ] {} <Debug> HTTP-Session: 1b13b380-6bee-4289-ad5c-84af7d1e4bd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8606 | 2024.05.13 20:51:44.690254 [ 3 ] {} <Trace> HTTP-Session: 1b13b380-6bee-4289-ad5c-84af7d1e4bd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8607 | 2024.05.13 20:51:44.690469 [ 3 ] {ee6b5702-9678-4c42-a0c6-fc44421a2744} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8608 | 2024.05.13 20:51:44.690519 [ 3 ] {ee6b5702-9678-4c42-a0c6-fc44421a2744} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8609 | 2024.05.13 20:51:44.690695 [ 3 ] {ee6b5702-9678-4c42-a0c6-fc44421a2744} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8610 | 2024.05.13 20:51:44.691064 [ 3 ] {ee6b5702-9678-4c42-a0c6-fc44421a2744} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8611 | 2024.05.13 20:51:44.691101 [ 3 ] {ee6b5702-9678-4c42-a0c6-fc44421a2744} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8612 | 2024.05.13 20:51:44.691498 [ 3 ] {ee6b5702-9678-4c42-a0c6-fc44421a2744} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8613 | 2024.05.13 20:51:44.691826 [ 3 ] {ee6b5702-9678-4c42-a0c6-fc44421a2744} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8614 | 2024.05.13 20:51:44.691977 [ 3 ] {ee6b5702-9678-4c42-a0c6-fc44421a2744} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001635 sec., 12844.036697247708 rows/sec., 17.33 MiB/sec. | ||
8615 | 2024.05.13 20:51:44.692131 [ 3 ] {ee6b5702-9678-4c42-a0c6-fc44421a2744} <Debug> DynamicQueryHandler: Done processing query | ||
8616 | 2024.05.13 20:51:44.692155 [ 3 ] {ee6b5702-9678-4c42-a0c6-fc44421a2744} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
8617 | 2024.05.13 20:51:44.692170 [ 3 ] {} <Debug> HTTP-Session: 1b13b380-6bee-4289-ad5c-84af7d1e4bd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8618 | 2024.05.13 20:51:44.692282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8619 | 2024.05.13 20:51:44.692329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8620 | 2024.05.13 20:51:44.692349 [ 3 ] {} <Debug> HTTP-Session: e5c2ac27-eb10-41de-8168-19ef127d9c33 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8621 | 2024.05.13 20:51:44.692365 [ 3 ] {} <Debug> HTTP-Session: e5c2ac27-eb10-41de-8168-19ef127d9c33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8622 | 2024.05.13 20:51:44.692378 [ 3 ] {} <Debug> HTTP-Session: e5c2ac27-eb10-41de-8168-19ef127d9c33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8623 | 2024.05.13 20:51:44.692407 [ 3 ] {} <Trace> HTTP-Session: e5c2ac27-eb10-41de-8168-19ef127d9c33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8624 | 2024.05.13 20:51:44.692517 [ 3 ] {59cb0e73-5b09-4de7-a052-59cc58c9a086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8625 | 2024.05.13 20:51:44.692560 [ 3 ] {59cb0e73-5b09-4de7-a052-59cc58c9a086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8626 | 2024.05.13 20:51:44.692683 [ 3 ] {59cb0e73-5b09-4de7-a052-59cc58c9a086} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8627 | 2024.05.13 20:51:44.692948 [ 3 ] {59cb0e73-5b09-4de7-a052-59cc58c9a086} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8628 | 2024.05.13 20:51:44.692983 [ 3 ] {59cb0e73-5b09-4de7-a052-59cc58c9a086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8629 | 2024.05.13 20:51:44.693325 [ 3 ] {59cb0e73-5b09-4de7-a052-59cc58c9a086} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
8630 | 2024.05.13 20:51:44.693648 [ 3 ] {59cb0e73-5b09-4de7-a052-59cc58c9a086} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8631 | 2024.05.13 20:51:44.693801 [ 3 ] {59cb0e73-5b09-4de7-a052-59cc58c9a086} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001315 sec., 45627.37642585552 rows/sec., 3.07 MiB/sec. | ||
8632 | 2024.05.13 20:51:44.693954 [ 3 ] {59cb0e73-5b09-4de7-a052-59cc58c9a086} <Debug> DynamicQueryHandler: Done processing query | ||
8633 | 2024.05.13 20:51:44.693977 [ 3 ] {59cb0e73-5b09-4de7-a052-59cc58c9a086} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8634 | 2024.05.13 20:51:44.693993 [ 3 ] {} <Debug> HTTP-Session: e5c2ac27-eb10-41de-8168-19ef127d9c33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8635 | 2024.05.13 20:51:49.673614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8636 | 2024.05.13 20:51:49.673742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8637 | 2024.05.13 20:51:49.673767 [ 3 ] {} <Debug> HTTP-Session: cb613910-ba9b-48a8-881f-553c7c699921 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8638 | 2024.05.13 20:51:49.673791 [ 3 ] {} <Debug> HTTP-Session: cb613910-ba9b-48a8-881f-553c7c699921 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8639 | 2024.05.13 20:51:49.673805 [ 3 ] {} <Debug> HTTP-Session: cb613910-ba9b-48a8-881f-553c7c699921 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8640 | 2024.05.13 20:51:49.673853 [ 3 ] {} <Trace> HTTP-Session: cb613910-ba9b-48a8-881f-553c7c699921 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8641 | 2024.05.13 20:51:49.674028 [ 3 ] {3ff868a7-3dea-482c-a07c-d111d2596b6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8642 | 2024.05.13 20:51:49.674095 [ 3 ] {3ff868a7-3dea-482c-a07c-d111d2596b6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8643 | 2024.05.13 20:51:49.674278 [ 3 ] {3ff868a7-3dea-482c-a07c-d111d2596b6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8644 | 2024.05.13 20:51:49.674627 [ 3 ] {3ff868a7-3dea-482c-a07c-d111d2596b6a} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8645 | 2024.05.13 20:51:49.674669 [ 3 ] {3ff868a7-3dea-482c-a07c-d111d2596b6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8646 | 2024.05.13 20:51:49.675024 [ 3 ] {3ff868a7-3dea-482c-a07c-d111d2596b6a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8647 | 2024.05.13 20:51:49.675352 [ 3 ] {3ff868a7-3dea-482c-a07c-d111d2596b6a} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8648 | 2024.05.13 20:51:49.675507 [ 3 ] {3ff868a7-3dea-482c-a07c-d111d2596b6a} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.00153 sec., 6535.947712418301 rows/sec., 529.77 KiB/sec. | ||
8649 | 2024.05.13 20:51:49.675785 [ 3 ] {3ff868a7-3dea-482c-a07c-d111d2596b6a} <Debug> DynamicQueryHandler: Done processing query | ||
8650 | 2024.05.13 20:51:49.675847 [ 3 ] {3ff868a7-3dea-482c-a07c-d111d2596b6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8651 | 2024.05.13 20:51:49.675906 [ 3 ] {} <Debug> HTTP-Session: cb613910-ba9b-48a8-881f-553c7c699921 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8652 | 2024.05.13 20:51:49.676108 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12383, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8653 | 2024.05.13 20:51:49.676162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8654 | 2024.05.13 20:51:49.676181 [ 3 ] {} <Debug> HTTP-Session: 7537ec8b-cbac-40fb-8886-62c821ae5fb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8655 | 2024.05.13 20:51:49.676198 [ 3 ] {} <Debug> HTTP-Session: 7537ec8b-cbac-40fb-8886-62c821ae5fb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8656 | 2024.05.13 20:51:49.676211 [ 3 ] {} <Debug> HTTP-Session: 7537ec8b-cbac-40fb-8886-62c821ae5fb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8657 | 2024.05.13 20:51:49.676244 [ 3 ] {} <Trace> HTTP-Session: 7537ec8b-cbac-40fb-8886-62c821ae5fb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8658 | 2024.05.13 20:51:49.676369 [ 3 ] {1d3af790-cdd0-4ce6-954d-a9f88a97cea8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8659 | 2024.05.13 20:51:49.676415 [ 3 ] {1d3af790-cdd0-4ce6-954d-a9f88a97cea8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8660 | 2024.05.13 20:51:49.676560 [ 3 ] {1d3af790-cdd0-4ce6-954d-a9f88a97cea8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8661 | 2024.05.13 20:51:49.676960 [ 3 ] {1d3af790-cdd0-4ce6-954d-a9f88a97cea8} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8662 | 2024.05.13 20:51:49.676997 [ 3 ] {1d3af790-cdd0-4ce6-954d-a9f88a97cea8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8663 | 2024.05.13 20:51:49.677310 [ 3 ] {1d3af790-cdd0-4ce6-954d-a9f88a97cea8} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
8664 | 2024.05.13 20:51:49.677613 [ 3 ] {1d3af790-cdd0-4ce6-954d-a9f88a97cea8} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8665 | 2024.05.13 20:51:49.677755 [ 3 ] {1d3af790-cdd0-4ce6-954d-a9f88a97cea8} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.001427 sec., 60266.29292221443 rows/sec., 4.88 MiB/sec. | ||
8666 | 2024.05.13 20:51:49.677779 [ 34 ] {} <Debug> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
8667 | 2024.05.13 20:51:49.677889 [ 34 ] {} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8668 | 2024.05.13 20:51:49.677932 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8669 | 2024.05.13 20:51:49.677972 [ 3 ] {1d3af790-cdd0-4ce6-954d-a9f88a97cea8} <Debug> DynamicQueryHandler: Done processing query | ||
8670 | 2024.05.13 20:51:49.678033 [ 3 ] {1d3af790-cdd0-4ce6-954d-a9f88a97cea8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8671 | 2024.05.13 20:51:49.678077 [ 3 ] {} <Debug> HTTP-Session: 7537ec8b-cbac-40fb-8886-62c821ae5fb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8672 | 2024.05.13 20:51:49.678197 [ 198 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::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 | ||
8673 | 2024.05.13 20:51:49.678334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8674 | 2024.05.13 20:51:49.678456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8675 | 2024.05.13 20:51:49.678464 [ 198 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8676 | 2024.05.13 20:51:49.678485 [ 3 ] {} <Debug> HTTP-Session: 87c9a353-e93b-4071-9a47-2fdb1d87f57b Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8677 | 2024.05.13 20:51:49.678533 [ 3 ] {} <Debug> HTTP-Session: 87c9a353-e93b-4071-9a47-2fdb1d87f57b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8678 | 2024.05.13 20:51:49.678535 [ 198 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 192 rows starting from the beginning of the part | ||
8679 | 2024.05.13 20:51:49.678556 [ 3 ] {} <Debug> HTTP-Session: 87c9a353-e93b-4071-9a47-2fdb1d87f57b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8680 | 2024.05.13 20:51:49.678632 [ 3 ] {} <Trace> HTTP-Session: 87c9a353-e93b-4071-9a47-2fdb1d87f57b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8681 | 2024.05.13 20:51:49.678731 [ 198 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 86 rows starting from the beginning of the part | ||
8682 | 2024.05.13 20:51:49.679047 [ 198 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 121 rows starting from the beginning of the part | ||
8683 | 2024.05.13 20:51:49.679115 [ 3 ] {2b258077-b98a-415f-93f8-3f1c9080e35a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8684 | 2024.05.13 20:51:49.679272 [ 3 ] {2b258077-b98a-415f-93f8-3f1c9080e35a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8685 | 2024.05.13 20:51:49.679340 [ 198 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 86 rows starting from the beginning of the part | ||
8686 | 2024.05.13 20:51:49.679655 [ 198 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 156 rows starting from the beginning of the part | ||
8687 | 2024.05.13 20:51:49.680010 [ 198 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 86 rows starting from the beginning of the part | ||
8688 | 2024.05.13 20:51:49.680553 [ 3 ] {2b258077-b98a-415f-93f8-3f1c9080e35a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8689 | 2024.05.13 20:51:49.681309 [ 3 ] {2b258077-b98a-415f-93f8-3f1c9080e35a} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8690 | 2024.05.13 20:51:49.681370 [ 3 ] {2b258077-b98a-415f-93f8-3f1c9080e35a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8691 | 2024.05.13 20:51:49.682586 [ 3 ] {2b258077-b98a-415f-93f8-3f1c9080e35a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
8692 | 2024.05.13 20:51:49.683606 [ 3 ] {2b258077-b98a-415f-93f8-3f1c9080e35a} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8693 | 2024.05.13 20:51:49.684002 [ 33 ] {} <Debug> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
8694 | 2024.05.13 20:51:49.684029 [ 198 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 727 rows, containing 4 columns (4 merged, 0 gathered) in 0.005977367 sec., 121625.45816577767 rows/sec., 9.92 MiB/sec. | ||
8695 | 2024.05.13 20:51:49.684019 [ 3 ] {2b258077-b98a-415f-93f8-3f1c9080e35a} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.005148 sec., 14374.514374514376 rows/sec., 1.12 MiB/sec. | ||
8696 | 2024.05.13 20:51:49.684086 [ 33 ] {} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8697 | 2024.05.13 20:51:49.684191 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8698 | 2024.05.13 20:51:49.684464 [ 198 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
8699 | 2024.05.13 20:51:49.684560 [ 3 ] {2b258077-b98a-415f-93f8-3f1c9080e35a} <Debug> DynamicQueryHandler: Done processing query | ||
8700 | 2024.05.13 20:51:49.684640 [ 3 ] {2b258077-b98a-415f-93f8-3f1c9080e35a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8701 | 2024.05.13 20:51:49.684655 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::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 | ||
8702 | 2024.05.13 20:51:49.684704 [ 3 ] {} <Debug> HTTP-Session: 87c9a353-e93b-4071-9a47-2fdb1d87f57b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8703 | 2024.05.13 20:51:49.685013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8704 | 2024.05.13 20:51:49.685209 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8705 | 2024.05.13 20:51:49.685320 [ 3 ] {} <Debug> HTTP-Session: f6475bab-5426-4b4a-8703-74bee48bb1b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8706 | 2024.05.13 20:51:49.685379 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8707 | 2024.05.13 20:51:49.685396 [ 3 ] {} <Debug> HTTP-Session: f6475bab-5426-4b4a-8703-74bee48bb1b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8708 | 2024.05.13 20:51:49.685478 [ 3 ] {} <Debug> HTTP-Session: f6475bab-5426-4b4a-8703-74bee48bb1b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8709 | 2024.05.13 20:51:49.685498 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 151 rows starting from the beginning of the part | ||
8710 | 2024.05.13 20:51:49.685619 [ 3 ] {} <Trace> HTTP-Session: f6475bab-5426-4b4a-8703-74bee48bb1b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8711 | 2024.05.13 20:51:49.685896 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 74 rows starting from the beginning of the part | ||
8712 | 2024.05.13 20:51:49.686094 [ 198 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_56_11} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8713 | 2024.05.13 20:51:49.686124 [ 3 ] {c61543c1-63a5-436e-8281-35c682a43e11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8714 | 2024.05.13 20:51:49.686334 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 89 rows starting from the beginning of the part | ||
8715 | 2024.05.13 20:51:49.686360 [ 3 ] {c61543c1-63a5-436e-8281-35c682a43e11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8716 | 2024.05.13 20:51:49.686436 [ 198 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_56_11} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
8717 | 2024.05.13 20:51:49.686850 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
8718 | 2024.05.13 20:51:49.687203 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 74 rows starting from the beginning of the part | ||
8719 | 2024.05.13 20:51:49.687550 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 111 rows starting from the beginning of the part | ||
8720 | 2024.05.13 20:51:49.687692 [ 3 ] {c61543c1-63a5-436e-8281-35c682a43e11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8721 | 2024.05.13 20:51:49.687874 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 74 rows starting from the beginning of the part | ||
8722 | 2024.05.13 20:51:49.688659 [ 3 ] {c61543c1-63a5-436e-8281-35c682a43e11} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8723 | 2024.05.13 20:51:49.688728 [ 3 ] {c61543c1-63a5-436e-8281-35c682a43e11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8724 | 2024.05.13 20:51:49.689740 [ 3 ] {c61543c1-63a5-436e-8281-35c682a43e11} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
8725 | 2024.05.13 20:51:49.690456 [ 196 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 4 columns (4 merged, 0 gathered) in 0.006102247 sec., 93899.83722389473 rows/sec., 7.33 MiB/sec. | ||
8726 | 2024.05.13 20:51:49.690550 [ 3 ] {c61543c1-63a5-436e-8281-35c682a43e11} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8727 | 2024.05.13 20:51:49.690671 [ 196 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
8728 | 2024.05.13 20:51:49.690855 [ 3 ] {c61543c1-63a5-436e-8281-35c682a43e11} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004942 sec., 32375.556454876565 rows/sec., 2.25 MiB/sec. | ||
8729 | 2024.05.13 20:51:49.690850 [ 33 ] {} <Debug> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
8730 | 2024.05.13 20:51:49.691005 [ 33 ] {} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8731 | 2024.05.13 20:51:49.691163 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8732 | 2024.05.13 20:51:49.691470 [ 3 ] {c61543c1-63a5-436e-8281-35c682a43e11} <Debug> DynamicQueryHandler: Done processing query | ||
8733 | 2024.05.13 20:51:49.691641 [ 3 ] {c61543c1-63a5-436e-8281-35c682a43e11} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8734 | 2024.05.13 20:51:49.691726 [ 3 ] {} <Debug> HTTP-Session: f6475bab-5426-4b4a-8703-74bee48bb1b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8735 | 2024.05.13 20:51:49.691730 [ 189 ] {313178d0-1e86-4864-8af4-8d959655e5c5::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 | ||
8736 | 2024.05.13 20:51:49.691964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10760, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8737 | 2024.05.13 20:51:49.692140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8738 | 2024.05.13 20:51:49.692233 [ 3 ] {} <Debug> HTTP-Session: e0d4cce8-aac4-4561-b38a-e3a4741c0a26 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8739 | 2024.05.13 20:51:49.692282 [ 196 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_56_11} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8740 | 2024.05.13 20:51:49.692306 [ 3 ] {} <Debug> HTTP-Session: e0d4cce8-aac4-4561-b38a-e3a4741c0a26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8741 | 2024.05.13 20:51:49.692338 [ 189 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8742 | 2024.05.13 20:51:49.692363 [ 3 ] {} <Debug> HTTP-Session: e0d4cce8-aac4-4561-b38a-e3a4741c0a26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8743 | 2024.05.13 20:51:49.692500 [ 3 ] {} <Trace> HTTP-Session: e0d4cce8-aac4-4561-b38a-e3a4741c0a26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8744 | 2024.05.13 20:51:49.692488 [ 189 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 8253 rows starting from the beginning of the part | ||
8745 | 2024.05.13 20:51:49.692574 [ 196 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_56_11} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
8746 | 2024.05.13 20:51:49.692929 [ 3 ] {333e987a-77e8-4402-bf06-0e63f3a9b257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8747 | 2024.05.13 20:51:49.692953 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
8748 | 2024.05.13 20:51:49.693081 [ 189 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part | ||
8749 | 2024.05.13 20:51:49.693104 [ 3 ] {333e987a-77e8-4402-bf06-0e63f3a9b257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8750 | 2024.05.13 20:51:49.693419 [ 189 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 162 rows starting from the beginning of the part | ||
8751 | 2024.05.13 20:51:49.693862 [ 189 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part | ||
8752 | 2024.05.13 20:51:49.694191 [ 189 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 197 rows starting from the beginning of the part | ||
8753 | 2024.05.13 20:51:49.694487 [ 3 ] {333e987a-77e8-4402-bf06-0e63f3a9b257} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8754 | 2024.05.13 20:51:49.694562 [ 189 ] {313178d0-1e86-4864-8af4-8d959655e5c5::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 | ||
8755 | 2024.05.13 20:51:49.695765 [ 3 ] {333e987a-77e8-4402-bf06-0e63f3a9b257} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8756 | 2024.05.13 20:51:49.695834 [ 3 ] {333e987a-77e8-4402-bf06-0e63f3a9b257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8757 | 2024.05.13 20:51:49.696679 [ 3 ] {333e987a-77e8-4402-bf06-0e63f3a9b257} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8758 | 2024.05.13 20:51:49.697606 [ 3 ] {333e987a-77e8-4402-bf06-0e63f3a9b257} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8759 | 2024.05.13 20:51:49.697872 [ 3 ] {333e987a-77e8-4402-bf06-0e63f3a9b257} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.005128 sec., 1950.078003120125 rows/sec., 2.63 MiB/sec. | ||
8760 | 2024.05.13 20:51:49.698050 [ 3 ] {333e987a-77e8-4402-bf06-0e63f3a9b257} <Debug> DynamicQueryHandler: Done processing query | ||
8761 | 2024.05.13 20:51:49.698073 [ 3 ] {333e987a-77e8-4402-bf06-0e63f3a9b257} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8762 | 2024.05.13 20:51:49.698088 [ 3 ] {} <Debug> HTTP-Session: e0d4cce8-aac4-4561-b38a-e3a4741c0a26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8763 | 2024.05.13 20:51:49.698531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8764 | 2024.05.13 20:51:49.698614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8765 | 2024.05.13 20:51:49.698634 [ 3 ] {} <Debug> HTTP-Session: b5708fe2-6211-4109-8718-1986abd4e5ae Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8766 | 2024.05.13 20:51:49.698700 [ 3 ] {} <Debug> HTTP-Session: b5708fe2-6211-4109-8718-1986abd4e5ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8767 | 2024.05.13 20:51:49.698757 [ 3 ] {} <Debug> HTTP-Session: b5708fe2-6211-4109-8718-1986abd4e5ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8768 | 2024.05.13 20:51:49.698814 [ 3 ] {} <Trace> HTTP-Session: b5708fe2-6211-4109-8718-1986abd4e5ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8769 | 2024.05.13 20:51:49.698977 [ 3 ] {4adea548-cbb2-4632-898a-d62fd77c2cbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8770 | 2024.05.13 20:51:49.699024 [ 3 ] {4adea548-cbb2-4632-898a-d62fd77c2cbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8771 | 2024.05.13 20:51:49.699200 [ 3 ] {4adea548-cbb2-4632-898a-d62fd77c2cbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8772 | 2024.05.13 20:51:49.699987 [ 3 ] {4adea548-cbb2-4632-898a-d62fd77c2cbd} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8773 | 2024.05.13 20:51:49.700041 [ 3 ] {4adea548-cbb2-4632-898a-d62fd77c2cbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8774 | 2024.05.13 20:51:49.700063 [ 199 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9092 rows, containing 5 columns (5 merged, 0 gathered) in 0.008632572 sec., 1053220.2917044885 rows/sec., 73.28 MiB/sec. | ||
8775 | 2024.05.13 20:51:49.700254 [ 199 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
8776 | 2024.05.13 20:51:49.700525 [ 3 ] {4adea548-cbb2-4632-898a-d62fd77c2cbd} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
8777 | 2024.05.13 20:51:49.700788 [ 199 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8778 | 2024.05.13 20:51:49.700875 [ 199 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
8779 | 2024.05.13 20:51:49.700979 [ 3 ] {4adea548-cbb2-4632-898a-d62fd77c2cbd} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8780 | 2024.05.13 20:51:49.700989 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB. | ||
8781 | 2024.05.13 20:51:49.701151 [ 3 ] {4adea548-cbb2-4632-898a-d62fd77c2cbd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002232 sec., 26881.720430107525 rows/sec., 1.81 MiB/sec. | ||
8782 | 2024.05.13 20:51:49.701166 [ 33 ] {} <Debug> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
8783 | 2024.05.13 20:51:49.701256 [ 33 ] {} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8784 | 2024.05.13 20:51:49.701305 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8785 | 2024.05.13 20:51:49.701464 [ 3 ] {4adea548-cbb2-4632-898a-d62fd77c2cbd} <Debug> DynamicQueryHandler: Done processing query | ||
8786 | 2024.05.13 20:51:49.701481 [ 192 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
8787 | 2024.05.13 20:51:49.701516 [ 3 ] {4adea548-cbb2-4632-898a-d62fd77c2cbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8788 | 2024.05.13 20:51:49.701556 [ 3 ] {} <Debug> HTTP-Session: b5708fe2-6211-4109-8718-1986abd4e5ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8789 | 2024.05.13 20:51:49.701668 [ 192 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8790 | 2024.05.13 20:51:49.701704 [ 192 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2672 rows starting from the beginning of the part | ||
8791 | 2024.05.13 20:51:49.701797 [ 192 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
8792 | 2024.05.13 20:51:49.701992 [ 192 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
8793 | 2024.05.13 20:51:49.702212 [ 192 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
8794 | 2024.05.13 20:51:49.702387 [ 192 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
8795 | 2024.05.13 20:51:49.702550 [ 192 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
8796 | 2024.05.13 20:51:49.704163 [ 201 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2972 rows, containing 4 columns (4 merged, 0 gathered) in 0.002762006 sec., 1076029.5234695363 rows/sec., 73.07 MiB/sec. | ||
8797 | 2024.05.13 20:51:49.704437 [ 195 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
8798 | 2024.05.13 20:51:49.704850 [ 195 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_56_11} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8799 | 2024.05.13 20:51:49.704930 [ 195 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_56_11} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
8800 | 2024.05.13 20:51:49.705017 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
8801 | 2024.05.13 20:51:54.676748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8802 | 2024.05.13 20:51:54.676885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8803 | 2024.05.13 20:51:54.676922 [ 3 ] {} <Debug> HTTP-Session: 96a4d013-76e7-4f17-babd-3c98467c6116 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8804 | 2024.05.13 20:51:54.676951 [ 3 ] {} <Debug> HTTP-Session: 96a4d013-76e7-4f17-babd-3c98467c6116 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8805 | 2024.05.13 20:51:54.676968 [ 3 ] {} <Debug> HTTP-Session: 96a4d013-76e7-4f17-babd-3c98467c6116 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8806 | 2024.05.13 20:51:54.677020 [ 3 ] {} <Trace> HTTP-Session: 96a4d013-76e7-4f17-babd-3c98467c6116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8807 | 2024.05.13 20:51:54.677218 [ 3 ] {6e456de3-3585-4ea1-b824-0941899b7312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8808 | 2024.05.13 20:51:54.677287 [ 3 ] {6e456de3-3585-4ea1-b824-0941899b7312} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8809 | 2024.05.13 20:51:54.677479 [ 3 ] {6e456de3-3585-4ea1-b824-0941899b7312} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8810 | 2024.05.13 20:51:54.677865 [ 3 ] {6e456de3-3585-4ea1-b824-0941899b7312} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8811 | 2024.05.13 20:51:54.677912 [ 3 ] {6e456de3-3585-4ea1-b824-0941899b7312} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8812 | 2024.05.13 20:51:54.678289 [ 3 ] {6e456de3-3585-4ea1-b824-0941899b7312} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8813 | 2024.05.13 20:51:54.678639 [ 3 ] {6e456de3-3585-4ea1-b824-0941899b7312} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8814 | 2024.05.13 20:51:54.678808 [ 3 ] {6e456de3-3585-4ea1-b824-0941899b7312} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001648 sec., 12742.718446601943 rows/sec., 1.01 MiB/sec. | ||
8815 | 2024.05.13 20:51:54.679115 [ 3 ] {6e456de3-3585-4ea1-b824-0941899b7312} <Debug> DynamicQueryHandler: Done processing query | ||
8816 | 2024.05.13 20:51:54.679159 [ 3 ] {6e456de3-3585-4ea1-b824-0941899b7312} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8817 | 2024.05.13 20:51:54.679177 [ 3 ] {} <Debug> HTTP-Session: 96a4d013-76e7-4f17-babd-3c98467c6116 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8818 | 2024.05.13 20:51:54.679325 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8819 | 2024.05.13 20:51:54.679382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8820 | 2024.05.13 20:51:54.679403 [ 3 ] {} <Debug> HTTP-Session: dc48a035-bca5-4d63-afc0-347c61846ee9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8821 | 2024.05.13 20:51:54.679422 [ 3 ] {} <Debug> HTTP-Session: dc48a035-bca5-4d63-afc0-347c61846ee9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8822 | 2024.05.13 20:51:54.679436 [ 3 ] {} <Debug> HTTP-Session: dc48a035-bca5-4d63-afc0-347c61846ee9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8823 | 2024.05.13 20:51:54.679471 [ 3 ] {} <Trace> HTTP-Session: dc48a035-bca5-4d63-afc0-347c61846ee9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8824 | 2024.05.13 20:51:54.679612 [ 3 ] {80d9708d-6a49-42cd-a306-b7209450978f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8825 | 2024.05.13 20:51:54.679662 [ 3 ] {80d9708d-6a49-42cd-a306-b7209450978f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8826 | 2024.05.13 20:51:54.679812 [ 3 ] {80d9708d-6a49-42cd-a306-b7209450978f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8827 | 2024.05.13 20:51:54.680159 [ 3 ] {80d9708d-6a49-42cd-a306-b7209450978f} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8828 | 2024.05.13 20:51:54.680196 [ 3 ] {80d9708d-6a49-42cd-a306-b7209450978f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8829 | 2024.05.13 20:51:54.680521 [ 3 ] {80d9708d-6a49-42cd-a306-b7209450978f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
8830 | 2024.05.13 20:51:54.680834 [ 3 ] {80d9708d-6a49-42cd-a306-b7209450978f} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8831 | 2024.05.13 20:51:54.680997 [ 3 ] {80d9708d-6a49-42cd-a306-b7209450978f} <Debug> executeQuery: Read 119 rows, 10.09 KiB in 0.001436 sec., 82869.08077994428 rows/sec., 6.86 MiB/sec. | ||
8832 | 2024.05.13 20:51:54.681266 [ 3 ] {80d9708d-6a49-42cd-a306-b7209450978f} <Debug> DynamicQueryHandler: Done processing query | ||
8833 | 2024.05.13 20:51:54.681329 [ 3 ] {80d9708d-6a49-42cd-a306-b7209450978f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8834 | 2024.05.13 20:51:54.681385 [ 3 ] {} <Debug> HTTP-Session: dc48a035-bca5-4d63-afc0-347c61846ee9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8835 | 2024.05.13 20:51:54.681542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 14442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8836 | 2024.05.13 20:51:54.681595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8837 | 2024.05.13 20:51:54.681616 [ 3 ] {} <Debug> HTTP-Session: d12e8b33-606e-4f39-84c4-9c457e0e846e Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8838 | 2024.05.13 20:51:54.681633 [ 3 ] {} <Debug> HTTP-Session: d12e8b33-606e-4f39-84c4-9c457e0e846e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8839 | 2024.05.13 20:51:54.681647 [ 3 ] {} <Debug> HTTP-Session: d12e8b33-606e-4f39-84c4-9c457e0e846e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8840 | 2024.05.13 20:51:54.681681 [ 3 ] {} <Trace> HTTP-Session: d12e8b33-606e-4f39-84c4-9c457e0e846e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8841 | 2024.05.13 20:51:54.681807 [ 3 ] {363e6e33-748b-4884-a5e0-d37fad685b2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8842 | 2024.05.13 20:51:54.681853 [ 3 ] {363e6e33-748b-4884-a5e0-d37fad685b2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8843 | 2024.05.13 20:51:54.681997 [ 3 ] {363e6e33-748b-4884-a5e0-d37fad685b2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8844 | 2024.05.13 20:51:54.682301 [ 3 ] {363e6e33-748b-4884-a5e0-d37fad685b2f} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8845 | 2024.05.13 20:51:54.682338 [ 3 ] {363e6e33-748b-4884-a5e0-d37fad685b2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8846 | 2024.05.13 20:51:54.682703 [ 3 ] {363e6e33-748b-4884-a5e0-d37fad685b2f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
8847 | 2024.05.13 20:51:54.683031 [ 3 ] {363e6e33-748b-4884-a5e0-d37fad685b2f} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8848 | 2024.05.13 20:51:54.683170 [ 3 ] {363e6e33-748b-4884-a5e0-d37fad685b2f} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.00141 sec., 60283.68794326241 rows/sec., 4.71 MiB/sec. | ||
8849 | 2024.05.13 20:51:54.683419 [ 3 ] {363e6e33-748b-4884-a5e0-d37fad685b2f} <Debug> DynamicQueryHandler: Done processing query | ||
8850 | 2024.05.13 20:51:54.683475 [ 3 ] {363e6e33-748b-4884-a5e0-d37fad685b2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8851 | 2024.05.13 20:51:54.683533 [ 3 ] {} <Debug> HTTP-Session: d12e8b33-606e-4f39-84c4-9c457e0e846e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8852 | 2024.05.13 20:51:54.683733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8853 | 2024.05.13 20:51:54.683785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8854 | 2024.05.13 20:51:54.683804 [ 3 ] {} <Debug> HTTP-Session: 9ebc7bba-0db8-49cf-a55e-6a535bdb5a0b Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8855 | 2024.05.13 20:51:54.683821 [ 3 ] {} <Debug> HTTP-Session: 9ebc7bba-0db8-49cf-a55e-6a535bdb5a0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8856 | 2024.05.13 20:51:54.683834 [ 3 ] {} <Debug> HTTP-Session: 9ebc7bba-0db8-49cf-a55e-6a535bdb5a0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8857 | 2024.05.13 20:51:54.683866 [ 3 ] {} <Trace> HTTP-Session: 9ebc7bba-0db8-49cf-a55e-6a535bdb5a0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8858 | 2024.05.13 20:51:54.684018 [ 3 ] {05ad3e77-2133-437d-924a-8170434c8797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8859 | 2024.05.13 20:51:54.684066 [ 3 ] {05ad3e77-2133-437d-924a-8170434c8797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8860 | 2024.05.13 20:51:54.684225 [ 3 ] {05ad3e77-2133-437d-924a-8170434c8797} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8861 | 2024.05.13 20:51:54.684564 [ 3 ] {05ad3e77-2133-437d-924a-8170434c8797} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8862 | 2024.05.13 20:51:54.684600 [ 3 ] {05ad3e77-2133-437d-924a-8170434c8797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8863 | 2024.05.13 20:51:54.684991 [ 3 ] {05ad3e77-2133-437d-924a-8170434c8797} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
8864 | 2024.05.13 20:51:54.685321 [ 3 ] {05ad3e77-2133-437d-924a-8170434c8797} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8865 | 2024.05.13 20:51:54.685468 [ 3 ] {05ad3e77-2133-437d-924a-8170434c8797} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001516 sec., 105540.89709762533 rows/sec., 7.35 MiB/sec. | ||
8866 | 2024.05.13 20:51:54.685625 [ 3 ] {05ad3e77-2133-437d-924a-8170434c8797} <Debug> DynamicQueryHandler: Done processing query | ||
8867 | 2024.05.13 20:51:54.685649 [ 3 ] {05ad3e77-2133-437d-924a-8170434c8797} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8868 | 2024.05.13 20:51:54.685665 [ 3 ] {} <Debug> HTTP-Session: 9ebc7bba-0db8-49cf-a55e-6a535bdb5a0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8869 | 2024.05.13 20:51:54.685791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8870 | 2024.05.13 20:51:54.685839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8871 | 2024.05.13 20:51:54.685857 [ 3 ] {} <Debug> HTTP-Session: 07740443-2d8f-45b4-9d6e-1b880630eab9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8872 | 2024.05.13 20:51:54.685873 [ 3 ] {} <Debug> HTTP-Session: 07740443-2d8f-45b4-9d6e-1b880630eab9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8873 | 2024.05.13 20:51:54.685887 [ 3 ] {} <Debug> HTTP-Session: 07740443-2d8f-45b4-9d6e-1b880630eab9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8874 | 2024.05.13 20:51:54.685917 [ 3 ] {} <Trace> HTTP-Session: 07740443-2d8f-45b4-9d6e-1b880630eab9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8875 | 2024.05.13 20:51:54.686109 [ 3 ] {fea341b8-8a7f-4ffb-95bf-c2b925a90b59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8876 | 2024.05.13 20:51:54.686156 [ 3 ] {fea341b8-8a7f-4ffb-95bf-c2b925a90b59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8877 | 2024.05.13 20:51:54.686312 [ 3 ] {fea341b8-8a7f-4ffb-95bf-c2b925a90b59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8878 | 2024.05.13 20:51:54.686651 [ 3 ] {fea341b8-8a7f-4ffb-95bf-c2b925a90b59} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8879 | 2024.05.13 20:51:54.686685 [ 3 ] {fea341b8-8a7f-4ffb-95bf-c2b925a90b59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8880 | 2024.05.13 20:51:54.687051 [ 3 ] {fea341b8-8a7f-4ffb-95bf-c2b925a90b59} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8881 | 2024.05.13 20:51:54.687358 [ 3 ] {fea341b8-8a7f-4ffb-95bf-c2b925a90b59} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8882 | 2024.05.13 20:51:54.687550 [ 3 ] {fea341b8-8a7f-4ffb-95bf-c2b925a90b59} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001556 sec., 13496.143958868894 rows/sec., 18.21 MiB/sec. | ||
8883 | 2024.05.13 20:51:54.687725 [ 3 ] {fea341b8-8a7f-4ffb-95bf-c2b925a90b59} <Debug> DynamicQueryHandler: Done processing query | ||
8884 | 2024.05.13 20:51:54.687749 [ 3 ] {fea341b8-8a7f-4ffb-95bf-c2b925a90b59} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
8885 | 2024.05.13 20:51:54.687764 [ 3 ] {} <Debug> HTTP-Session: 07740443-2d8f-45b4-9d6e-1b880630eab9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8886 | 2024.05.13 20:51:54.687880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8887 | 2024.05.13 20:51:54.687927 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8888 | 2024.05.13 20:51:54.687945 [ 3 ] {} <Debug> HTTP-Session: 7fe7982f-1815-4fa7-a146-50881603086a Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8889 | 2024.05.13 20:51:54.687961 [ 3 ] {} <Debug> HTTP-Session: 7fe7982f-1815-4fa7-a146-50881603086a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8890 | 2024.05.13 20:51:54.687975 [ 3 ] {} <Debug> HTTP-Session: 7fe7982f-1815-4fa7-a146-50881603086a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8891 | 2024.05.13 20:51:54.688004 [ 3 ] {} <Trace> HTTP-Session: 7fe7982f-1815-4fa7-a146-50881603086a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8892 | 2024.05.13 20:51:54.688111 [ 3 ] {0242495f-8f85-484a-8b13-22cd1708e962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8893 | 2024.05.13 20:51:54.688154 [ 3 ] {0242495f-8f85-484a-8b13-22cd1708e962} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8894 | 2024.05.13 20:51:54.688281 [ 3 ] {0242495f-8f85-484a-8b13-22cd1708e962} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8895 | 2024.05.13 20:51:54.688543 [ 3 ] {0242495f-8f85-484a-8b13-22cd1708e962} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8896 | 2024.05.13 20:51:54.688579 [ 3 ] {0242495f-8f85-484a-8b13-22cd1708e962} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8897 | 2024.05.13 20:51:54.688941 [ 3 ] {0242495f-8f85-484a-8b13-22cd1708e962} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
8898 | 2024.05.13 20:51:54.689278 [ 3 ] {0242495f-8f85-484a-8b13-22cd1708e962} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8899 | 2024.05.13 20:51:54.689433 [ 3 ] {0242495f-8f85-484a-8b13-22cd1708e962} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001351 sec., 44411.54700222058 rows/sec., 2.99 MiB/sec. | ||
8900 | 2024.05.13 20:51:54.689586 [ 3 ] {0242495f-8f85-484a-8b13-22cd1708e962} <Debug> DynamicQueryHandler: Done processing query | ||
8901 | 2024.05.13 20:51:54.689610 [ 3 ] {0242495f-8f85-484a-8b13-22cd1708e962} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8902 | 2024.05.13 20:51:54.689626 [ 3 ] {} <Debug> HTTP-Session: 7fe7982f-1815-4fa7-a146-50881603086a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8903 | 2024.05.13 20:51:57.831563 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8904 | 2024.05.13 20:51:57.831634 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8905 | 2024.05.13 20:51:59.673522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8906 | 2024.05.13 20:51:59.673642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8907 | 2024.05.13 20:51:59.673670 [ 3 ] {} <Debug> HTTP-Session: df44eb93-3f74-4b97-8c4e-d729f2a450fb Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8908 | 2024.05.13 20:51:59.673697 [ 3 ] {} <Debug> HTTP-Session: df44eb93-3f74-4b97-8c4e-d729f2a450fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8909 | 2024.05.13 20:51:59.673714 [ 3 ] {} <Debug> HTTP-Session: df44eb93-3f74-4b97-8c4e-d729f2a450fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8910 | 2024.05.13 20:51:59.673769 [ 3 ] {} <Trace> HTTP-Session: df44eb93-3f74-4b97-8c4e-d729f2a450fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8911 | 2024.05.13 20:51:59.673958 [ 3 ] {ddbb6b91-82a8-4098-9bf4-27b80a059b5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8912 | 2024.05.13 20:51:59.674022 [ 3 ] {ddbb6b91-82a8-4098-9bf4-27b80a059b5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8913 | 2024.05.13 20:51:59.674211 [ 3 ] {ddbb6b91-82a8-4098-9bf4-27b80a059b5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8914 | 2024.05.13 20:51:59.674559 [ 3 ] {ddbb6b91-82a8-4098-9bf4-27b80a059b5e} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8915 | 2024.05.13 20:51:59.674597 [ 3 ] {ddbb6b91-82a8-4098-9bf4-27b80a059b5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8916 | 2024.05.13 20:51:59.674952 [ 3 ] {ddbb6b91-82a8-4098-9bf4-27b80a059b5e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8917 | 2024.05.13 20:51:59.675288 [ 3 ] {ddbb6b91-82a8-4098-9bf4-27b80a059b5e} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8918 | 2024.05.13 20:51:59.675429 [ 3 ] {ddbb6b91-82a8-4098-9bf4-27b80a059b5e} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001523 sec., 6565.988181221273 rows/sec., 532.20 KiB/sec. | ||
8919 | 2024.05.13 20:51:59.675604 [ 3 ] {ddbb6b91-82a8-4098-9bf4-27b80a059b5e} <Debug> DynamicQueryHandler: Done processing query | ||
8920 | 2024.05.13 20:51:59.675629 [ 3 ] {ddbb6b91-82a8-4098-9bf4-27b80a059b5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8921 | 2024.05.13 20:51:59.675645 [ 3 ] {} <Debug> HTTP-Session: df44eb93-3f74-4b97-8c4e-d729f2a450fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8922 | 2024.05.13 20:51:59.675772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12383, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8923 | 2024.05.13 20:51:59.675817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8924 | 2024.05.13 20:51:59.675835 [ 3 ] {} <Debug> HTTP-Session: 5700a801-f14e-4c86-8eb9-1485b7c082f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8925 | 2024.05.13 20:51:59.675850 [ 3 ] {} <Debug> HTTP-Session: 5700a801-f14e-4c86-8eb9-1485b7c082f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8926 | 2024.05.13 20:51:59.675862 [ 3 ] {} <Debug> HTTP-Session: 5700a801-f14e-4c86-8eb9-1485b7c082f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8927 | 2024.05.13 20:51:59.675891 [ 3 ] {} <Trace> HTTP-Session: 5700a801-f14e-4c86-8eb9-1485b7c082f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8928 | 2024.05.13 20:51:59.676002 [ 3 ] {c8dd2ab4-609c-4f71-b0ab-c303cbcbc0ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8929 | 2024.05.13 20:51:59.676042 [ 3 ] {c8dd2ab4-609c-4f71-b0ab-c303cbcbc0ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8930 | 2024.05.13 20:51:59.676157 [ 3 ] {c8dd2ab4-609c-4f71-b0ab-c303cbcbc0ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8931 | 2024.05.13 20:51:59.676509 [ 3 ] {c8dd2ab4-609c-4f71-b0ab-c303cbcbc0ab} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8932 | 2024.05.13 20:51:59.676606 [ 3 ] {c8dd2ab4-609c-4f71-b0ab-c303cbcbc0ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8933 | 2024.05.13 20:51:59.676915 [ 3 ] {c8dd2ab4-609c-4f71-b0ab-c303cbcbc0ab} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
8934 | 2024.05.13 20:51:59.677211 [ 3 ] {c8dd2ab4-609c-4f71-b0ab-c303cbcbc0ab} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8935 | 2024.05.13 20:51:59.677340 [ 3 ] {c8dd2ab4-609c-4f71-b0ab-c303cbcbc0ab} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.001355 sec., 63468.63468634686 rows/sec., 5.14 MiB/sec. | ||
8936 | 2024.05.13 20:51:59.677496 [ 3 ] {c8dd2ab4-609c-4f71-b0ab-c303cbcbc0ab} <Debug> DynamicQueryHandler: Done processing query | ||
8937 | 2024.05.13 20:51:59.677520 [ 3 ] {c8dd2ab4-609c-4f71-b0ab-c303cbcbc0ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8938 | 2024.05.13 20:51:59.677535 [ 3 ] {} <Debug> HTTP-Session: 5700a801-f14e-4c86-8eb9-1485b7c082f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8939 | 2024.05.13 20:51:59.677689 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8940 | 2024.05.13 20:51:59.677736 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8941 | 2024.05.13 20:51:59.677754 [ 3 ] {} <Debug> HTTP-Session: 39c36eb0-9320-4c4c-aaed-158a2041a666 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8942 | 2024.05.13 20:51:59.677771 [ 3 ] {} <Debug> HTTP-Session: 39c36eb0-9320-4c4c-aaed-158a2041a666 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8943 | 2024.05.13 20:51:59.677785 [ 3 ] {} <Debug> HTTP-Session: 39c36eb0-9320-4c4c-aaed-158a2041a666 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8944 | 2024.05.13 20:51:59.677815 [ 3 ] {} <Trace> HTTP-Session: 39c36eb0-9320-4c4c-aaed-158a2041a666 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8945 | 2024.05.13 20:51:59.677931 [ 3 ] {fd4c644a-ec90-4c89-84e8-cadbdd9596f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8946 | 2024.05.13 20:51:59.677974 [ 3 ] {fd4c644a-ec90-4c89-84e8-cadbdd9596f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8947 | 2024.05.13 20:51:59.678099 [ 3 ] {fd4c644a-ec90-4c89-84e8-cadbdd9596f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8948 | 2024.05.13 20:51:59.678409 [ 3 ] {fd4c644a-ec90-4c89-84e8-cadbdd9596f8} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8949 | 2024.05.13 20:51:59.678445 [ 3 ] {fd4c644a-ec90-4c89-84e8-cadbdd9596f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8950 | 2024.05.13 20:51:59.678745 [ 3 ] {fd4c644a-ec90-4c89-84e8-cadbdd9596f8} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
8951 | 2024.05.13 20:51:59.679041 [ 3 ] {fd4c644a-ec90-4c89-84e8-cadbdd9596f8} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8952 | 2024.05.13 20:51:59.679167 [ 3 ] {fd4c644a-ec90-4c89-84e8-cadbdd9596f8} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001281 sec., 57767.36924277908 rows/sec., 4.51 MiB/sec. | ||
8953 | 2024.05.13 20:51:59.679312 [ 3 ] {fd4c644a-ec90-4c89-84e8-cadbdd9596f8} <Debug> DynamicQueryHandler: Done processing query | ||
8954 | 2024.05.13 20:51:59.679336 [ 3 ] {fd4c644a-ec90-4c89-84e8-cadbdd9596f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8955 | 2024.05.13 20:51:59.679352 [ 3 ] {} <Debug> HTTP-Session: 39c36eb0-9320-4c4c-aaed-158a2041a666 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8956 | 2024.05.13 20:51:59.679518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8957 | 2024.05.13 20:51:59.679564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8958 | 2024.05.13 20:51:59.679582 [ 3 ] {} <Debug> HTTP-Session: 2cd36b4d-57ca-4407-ac46-4171ce939525 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8959 | 2024.05.13 20:51:59.679599 [ 3 ] {} <Debug> HTTP-Session: 2cd36b4d-57ca-4407-ac46-4171ce939525 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8960 | 2024.05.13 20:51:59.679616 [ 3 ] {} <Debug> HTTP-Session: 2cd36b4d-57ca-4407-ac46-4171ce939525 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8961 | 2024.05.13 20:51:59.679646 [ 3 ] {} <Trace> HTTP-Session: 2cd36b4d-57ca-4407-ac46-4171ce939525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8962 | 2024.05.13 20:51:59.679785 [ 3 ] {71f1e3fe-1367-4298-9224-a706a5fb63bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8963 | 2024.05.13 20:51:59.679831 [ 3 ] {71f1e3fe-1367-4298-9224-a706a5fb63bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8964 | 2024.05.13 20:51:59.679973 [ 3 ] {71f1e3fe-1367-4298-9224-a706a5fb63bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8965 | 2024.05.13 20:51:59.680347 [ 3 ] {71f1e3fe-1367-4298-9224-a706a5fb63bc} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8966 | 2024.05.13 20:51:59.680382 [ 3 ] {71f1e3fe-1367-4298-9224-a706a5fb63bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8967 | 2024.05.13 20:51:59.680772 [ 3 ] {71f1e3fe-1367-4298-9224-a706a5fb63bc} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
8968 | 2024.05.13 20:51:59.681097 [ 3 ] {71f1e3fe-1367-4298-9224-a706a5fb63bc} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8969 | 2024.05.13 20:51:59.681238 [ 3 ] {71f1e3fe-1367-4298-9224-a706a5fb63bc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001517 sec., 105471.32498352011 rows/sec., 7.35 MiB/sec. | ||
8970 | 2024.05.13 20:51:59.681415 [ 3 ] {71f1e3fe-1367-4298-9224-a706a5fb63bc} <Debug> DynamicQueryHandler: Done processing query | ||
8971 | 2024.05.13 20:51:59.681438 [ 3 ] {71f1e3fe-1367-4298-9224-a706a5fb63bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8972 | 2024.05.13 20:51:59.681455 [ 3 ] {} <Debug> HTTP-Session: 2cd36b4d-57ca-4407-ac46-4171ce939525 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8973 | 2024.05.13 20:51:59.681581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10760, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8974 | 2024.05.13 20:51:59.681628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8975 | 2024.05.13 20:51:59.681647 [ 3 ] {} <Debug> HTTP-Session: 9e93ba0a-a6ac-4bcc-ac91-cc06188efbeb Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8976 | 2024.05.13 20:51:59.681663 [ 3 ] {} <Debug> HTTP-Session: 9e93ba0a-a6ac-4bcc-ac91-cc06188efbeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8977 | 2024.05.13 20:51:59.681677 [ 3 ] {} <Debug> HTTP-Session: 9e93ba0a-a6ac-4bcc-ac91-cc06188efbeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8978 | 2024.05.13 20:51:59.681708 [ 3 ] {} <Trace> HTTP-Session: 9e93ba0a-a6ac-4bcc-ac91-cc06188efbeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8979 | 2024.05.13 20:51:59.681856 [ 3 ] {111b1e5f-72b0-45ff-a1bd-b3031d700b22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8980 | 2024.05.13 20:51:59.681903 [ 3 ] {111b1e5f-72b0-45ff-a1bd-b3031d700b22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8981 | 2024.05.13 20:51:59.682063 [ 3 ] {111b1e5f-72b0-45ff-a1bd-b3031d700b22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8982 | 2024.05.13 20:51:59.682377 [ 3 ] {111b1e5f-72b0-45ff-a1bd-b3031d700b22} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8983 | 2024.05.13 20:51:59.682411 [ 3 ] {111b1e5f-72b0-45ff-a1bd-b3031d700b22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
8984 | 2024.05.13 20:51:59.682788 [ 3 ] {111b1e5f-72b0-45ff-a1bd-b3031d700b22} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8985 | 2024.05.13 20:51:59.683109 [ 3 ] {111b1e5f-72b0-45ff-a1bd-b3031d700b22} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8986 | 2024.05.13 20:51:59.683265 [ 3 ] {111b1e5f-72b0-45ff-a1bd-b3031d700b22} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.001479 sec., 6761.325219743069 rows/sec., 9.12 MiB/sec. | ||
8987 | 2024.05.13 20:51:59.683531 [ 3 ] {111b1e5f-72b0-45ff-a1bd-b3031d700b22} <Debug> DynamicQueryHandler: Done processing query | ||
8988 | 2024.05.13 20:51:59.683595 [ 3 ] {111b1e5f-72b0-45ff-a1bd-b3031d700b22} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8989 | 2024.05.13 20:51:59.683649 [ 3 ] {} <Debug> HTTP-Session: 9e93ba0a-a6ac-4bcc-ac91-cc06188efbeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8990 | 2024.05.13 20:51:59.683813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8991 | 2024.05.13 20:51:59.683863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8992 | 2024.05.13 20:51:59.683882 [ 3 ] {} <Debug> HTTP-Session: f29a96ad-c330-4c3b-8ce5-22a7fda40983 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
8993 | 2024.05.13 20:51:59.683899 [ 3 ] {} <Debug> HTTP-Session: f29a96ad-c330-4c3b-8ce5-22a7fda40983 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8994 | 2024.05.13 20:51:59.683912 [ 3 ] {} <Debug> HTTP-Session: f29a96ad-c330-4c3b-8ce5-22a7fda40983 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8995 | 2024.05.13 20:51:59.683943 [ 3 ] {} <Trace> HTTP-Session: f29a96ad-c330-4c3b-8ce5-22a7fda40983 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8996 | 2024.05.13 20:51:59.684059 [ 3 ] {a31068bf-0131-4ada-a0cd-c705e7c38938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8997 | 2024.05.13 20:51:59.684105 [ 3 ] {a31068bf-0131-4ada-a0cd-c705e7c38938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8998 | 2024.05.13 20:51:59.684252 [ 3 ] {a31068bf-0131-4ada-a0cd-c705e7c38938} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8999 | 2024.05.13 20:51:59.684558 [ 3 ] {a31068bf-0131-4ada-a0cd-c705e7c38938} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9000 | 2024.05.13 20:51:59.684595 [ 3 ] {a31068bf-0131-4ada-a0cd-c705e7c38938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
9001 | 2024.05.13 20:51:59.684943 [ 3 ] {a31068bf-0131-4ada-a0cd-c705e7c38938} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
9002 | 2024.05.13 20:51:59.685261 [ 3 ] {a31068bf-0131-4ada-a0cd-c705e7c38938} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9003 | 2024.05.13 20:51:59.685403 [ 3 ] {a31068bf-0131-4ada-a0cd-c705e7c38938} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001382 sec., 43415.34008683068 rows/sec., 2.93 MiB/sec. | ||
9004 | 2024.05.13 20:51:59.685652 [ 3 ] {a31068bf-0131-4ada-a0cd-c705e7c38938} <Debug> DynamicQueryHandler: Done processing query | ||
9005 | 2024.05.13 20:51:59.685708 [ 3 ] {a31068bf-0131-4ada-a0cd-c705e7c38938} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9006 | 2024.05.13 20:51:59.685763 [ 3 ] {} <Debug> HTTP-Session: f29a96ad-c330-4c3b-8ce5-22a7fda40983 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9007 | 2024.05.13 20:52:04.674307 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9008 | 2024.05.13 20:52:04.674433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9009 | 2024.05.13 20:52:04.674457 [ 3 ] {} <Debug> HTTP-Session: e309cf60-5021-4cf4-a82e-2604b77beca1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9010 | 2024.05.13 20:52:04.674479 [ 3 ] {} <Debug> HTTP-Session: e309cf60-5021-4cf4-a82e-2604b77beca1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9011 | 2024.05.13 20:52:04.674494 [ 3 ] {} <Debug> HTTP-Session: e309cf60-5021-4cf4-a82e-2604b77beca1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9012 | 2024.05.13 20:52:04.674541 [ 3 ] {} <Trace> HTTP-Session: e309cf60-5021-4cf4-a82e-2604b77beca1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9013 | 2024.05.13 20:52:04.674729 [ 3 ] {14c128cd-dca9-432e-b0e8-9752baa8ca33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9014 | 2024.05.13 20:52:04.674793 [ 3 ] {14c128cd-dca9-432e-b0e8-9752baa8ca33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9015 | 2024.05.13 20:52:04.674976 [ 3 ] {14c128cd-dca9-432e-b0e8-9752baa8ca33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9016 | 2024.05.13 20:52:04.675374 [ 3 ] {14c128cd-dca9-432e-b0e8-9752baa8ca33} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9017 | 2024.05.13 20:52:04.675412 [ 3 ] {14c128cd-dca9-432e-b0e8-9752baa8ca33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
9018 | 2024.05.13 20:52:04.675782 [ 3 ] {14c128cd-dca9-432e-b0e8-9752baa8ca33} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9019 | 2024.05.13 20:52:04.676111 [ 3 ] {14c128cd-dca9-432e-b0e8-9752baa8ca33} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9020 | 2024.05.13 20:52:04.676250 [ 99 ] {} <Debug> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9021 | 2024.05.13 20:52:04.676253 [ 3 ] {14c128cd-dca9-432e-b0e8-9752baa8ca33} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001584 sec., 13257.575757575758 rows/sec., 1.05 MiB/sec. | ||
9022 | 2024.05.13 20:52:04.676289 [ 99 ] {} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9023 | 2024.05.13 20:52:04.676324 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
9024 | 2024.05.13 20:52:04.676590 [ 3 ] {14c128cd-dca9-432e-b0e8-9752baa8ca33} <Debug> DynamicQueryHandler: Done processing query | ||
9025 | 2024.05.13 20:52:04.676620 [ 192 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
9026 | 2024.05.13 20:52:04.676653 [ 3 ] {14c128cd-dca9-432e-b0e8-9752baa8ca33} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9027 | 2024.05.13 20:52:04.676769 [ 3 ] {} <Debug> HTTP-Session: e309cf60-5021-4cf4-a82e-2604b77beca1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9028 | 2024.05.13 20:52:04.677089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9029 | 2024.05.13 20:52:04.677159 [ 192 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9030 | 2024.05.13 20:52:04.677188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9031 | 2024.05.13 20:52:04.677223 [ 192 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 31 rows starting from the beginning of the part | ||
9032 | 2024.05.13 20:52:04.677235 [ 3 ] {} <Debug> HTTP-Session: 5b06c79d-319f-49ff-952d-df6346165cbd Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9033 | 2024.05.13 20:52:04.677282 [ 3 ] {} <Debug> HTTP-Session: 5b06c79d-319f-49ff-952d-df6346165cbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9034 | 2024.05.13 20:52:04.677308 [ 3 ] {} <Debug> HTTP-Session: 5b06c79d-319f-49ff-952d-df6346165cbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9035 | 2024.05.13 20:52:04.677435 [ 3 ] {} <Trace> HTTP-Session: 5b06c79d-319f-49ff-952d-df6346165cbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9036 | 2024.05.13 20:52:04.677527 [ 192 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
9037 | 2024.05.13 20:52:04.677795 [ 3 ] {a9c7a4a2-b932-49fc-b3e3-0191100f092e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9038 | 2024.05.13 20:52:04.677826 [ 192 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 10 rows starting from the beginning of the part | ||
9039 | 2024.05.13 20:52:04.677920 [ 3 ] {a9c7a4a2-b932-49fc-b3e3-0191100f092e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9040 | 2024.05.13 20:52:04.678107 [ 192 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
9041 | 2024.05.13 20:52:04.678455 [ 192 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 10 rows starting from the beginning of the part | ||
9042 | 2024.05.13 20:52:04.678801 [ 192 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
9043 | 2024.05.13 20:52:04.678879 [ 3 ] {a9c7a4a2-b932-49fc-b3e3-0191100f092e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9044 | 2024.05.13 20:52:04.679762 [ 3 ] {a9c7a4a2-b932-49fc-b3e3-0191100f092e} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9045 | 2024.05.13 20:52:04.679831 [ 3 ] {a9c7a4a2-b932-49fc-b3e3-0191100f092e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
9046 | 2024.05.13 20:52:04.680742 [ 3 ] {a9c7a4a2-b932-49fc-b3e3-0191100f092e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9047 | 2024.05.13 20:52:04.681510 [ 192 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 4 columns (4 merged, 0 gathered) in 0.005081248 sec., 22435.43318491835 rows/sec., 1.78 MiB/sec. | ||
9048 | 2024.05.13 20:52:04.681690 [ 192 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9049 | 2024.05.13 20:52:04.681790 [ 3 ] {a9c7a4a2-b932-49fc-b3e3-0191100f092e} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9050 | 2024.05.13 20:52:04.682261 [ 3 ] {a9c7a4a2-b932-49fc-b3e3-0191100f092e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004583 sec., 436.3953742090334 rows/sec., 35.58 KiB/sec. | ||
9051 | 2024.05.13 20:52:04.682816 [ 3 ] {a9c7a4a2-b932-49fc-b3e3-0191100f092e} <Debug> DynamicQueryHandler: Done processing query | ||
9052 | 2024.05.13 20:52:04.682853 [ 3 ] {a9c7a4a2-b932-49fc-b3e3-0191100f092e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9053 | 2024.05.13 20:52:04.682901 [ 3 ] {} <Debug> HTTP-Session: 5b06c79d-319f-49ff-952d-df6346165cbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9054 | 2024.05.13 20:52:04.683023 [ 192 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_51_10} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9055 | 2024.05.13 20:52:04.683066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17467, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9056 | 2024.05.13 20:52:04.683156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9057 | 2024.05.13 20:52:04.683200 [ 3 ] {} <Debug> HTTP-Session: 72336919-896e-43af-82a4-2dbf06ba3e6e Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9058 | 2024.05.13 20:52:04.683198 [ 192 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_51_10} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9059 | 2024.05.13 20:52:04.683227 [ 3 ] {} <Debug> HTTP-Session: 72336919-896e-43af-82a4-2dbf06ba3e6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9060 | 2024.05.13 20:52:04.683261 [ 3 ] {} <Debug> HTTP-Session: 72336919-896e-43af-82a4-2dbf06ba3e6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9061 | 2024.05.13 20:52:04.683347 [ 3 ] {} <Trace> HTTP-Session: 72336919-896e-43af-82a4-2dbf06ba3e6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9062 | 2024.05.13 20:52:04.683369 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
9063 | 2024.05.13 20:52:04.683521 [ 3 ] {91b0d419-6106-4dd3-9ae4-9a5390f019ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9064 | 2024.05.13 20:52:04.683569 [ 3 ] {91b0d419-6106-4dd3-9ae4-9a5390f019ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9065 | 2024.05.13 20:52:04.683716 [ 3 ] {91b0d419-6106-4dd3-9ae4-9a5390f019ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9066 | 2024.05.13 20:52:04.684090 [ 3 ] {91b0d419-6106-4dd3-9ae4-9a5390f019ac} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9067 | 2024.05.13 20:52:04.684127 [ 3 ] {91b0d419-6106-4dd3-9ae4-9a5390f019ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
9068 | 2024.05.13 20:52:04.684452 [ 3 ] {91b0d419-6106-4dd3-9ae4-9a5390f019ac} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9069 | 2024.05.13 20:52:04.684765 [ 3 ] {91b0d419-6106-4dd3-9ae4-9a5390f019ac} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9070 | 2024.05.13 20:52:04.684892 [ 3 ] {91b0d419-6106-4dd3-9ae4-9a5390f019ac} <Debug> executeQuery: Read 120 rows, 10.16 KiB in 0.001425 sec., 84210.52631578947 rows/sec., 6.96 MiB/sec. | ||
9071 | 2024.05.13 20:52:04.685118 [ 3 ] {91b0d419-6106-4dd3-9ae4-9a5390f019ac} <Debug> DynamicQueryHandler: Done processing query | ||
9072 | 2024.05.13 20:52:04.685167 [ 3 ] {91b0d419-6106-4dd3-9ae4-9a5390f019ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9073 | 2024.05.13 20:52:04.685227 [ 3 ] {} <Debug> HTTP-Session: 72336919-896e-43af-82a4-2dbf06ba3e6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9074 | 2024.05.13 20:52:04.685391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9075 | 2024.05.13 20:52:04.685440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9076 | 2024.05.13 20:52:04.685458 [ 3 ] {} <Debug> HTTP-Session: bb2c016e-c104-46a4-989d-53f052aba194 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9077 | 2024.05.13 20:52:04.685475 [ 3 ] {} <Debug> HTTP-Session: bb2c016e-c104-46a4-989d-53f052aba194 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9078 | 2024.05.13 20:52:04.685488 [ 3 ] {} <Debug> HTTP-Session: bb2c016e-c104-46a4-989d-53f052aba194 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9079 | 2024.05.13 20:52:04.685520 [ 3 ] {} <Trace> HTTP-Session: bb2c016e-c104-46a4-989d-53f052aba194 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9080 | 2024.05.13 20:52:04.685643 [ 3 ] {7c37aea2-7211-4811-a1ad-25f53c1eab42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9081 | 2024.05.13 20:52:04.685686 [ 3 ] {7c37aea2-7211-4811-a1ad-25f53c1eab42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9082 | 2024.05.13 20:52:04.685818 [ 3 ] {7c37aea2-7211-4811-a1ad-25f53c1eab42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9083 | 2024.05.13 20:52:04.686137 [ 3 ] {7c37aea2-7211-4811-a1ad-25f53c1eab42} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9084 | 2024.05.13 20:52:04.686175 [ 3 ] {7c37aea2-7211-4811-a1ad-25f53c1eab42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
9085 | 2024.05.13 20:52:04.686483 [ 3 ] {7c37aea2-7211-4811-a1ad-25f53c1eab42} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9086 | 2024.05.13 20:52:04.686796 [ 3 ] {7c37aea2-7211-4811-a1ad-25f53c1eab42} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9087 | 2024.05.13 20:52:04.686919 [ 3 ] {7c37aea2-7211-4811-a1ad-25f53c1eab42} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.0013 sec., 1538.4615384615386 rows/sec., 107.42 KiB/sec. | ||
9088 | 2024.05.13 20:52:04.687083 [ 3 ] {7c37aea2-7211-4811-a1ad-25f53c1eab42} <Debug> DynamicQueryHandler: Done processing query | ||
9089 | 2024.05.13 20:52:04.687108 [ 3 ] {7c37aea2-7211-4811-a1ad-25f53c1eab42} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9090 | 2024.05.13 20:52:04.687150 [ 3 ] {} <Debug> HTTP-Session: bb2c016e-c104-46a4-989d-53f052aba194 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9091 | 2024.05.13 20:52:04.687282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 14785, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9092 | 2024.05.13 20:52:04.687333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9093 | 2024.05.13 20:52:04.687353 [ 3 ] {} <Debug> HTTP-Session: 4b771bc2-bf2b-4a84-b8bf-3d6d85951799 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9094 | 2024.05.13 20:52:04.687369 [ 3 ] {} <Debug> HTTP-Session: 4b771bc2-bf2b-4a84-b8bf-3d6d85951799 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9095 | 2024.05.13 20:52:04.687384 [ 3 ] {} <Debug> HTTP-Session: 4b771bc2-bf2b-4a84-b8bf-3d6d85951799 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9096 | 2024.05.13 20:52:04.687417 [ 3 ] {} <Trace> HTTP-Session: 4b771bc2-bf2b-4a84-b8bf-3d6d85951799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9097 | 2024.05.13 20:52:04.687557 [ 3 ] {71976baa-bcf3-425e-862f-fac3428cc688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9098 | 2024.05.13 20:52:04.687600 [ 3 ] {71976baa-bcf3-425e-862f-fac3428cc688} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9099 | 2024.05.13 20:52:04.687726 [ 3 ] {71976baa-bcf3-425e-862f-fac3428cc688} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9100 | 2024.05.13 20:52:04.688066 [ 3 ] {71976baa-bcf3-425e-862f-fac3428cc688} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9101 | 2024.05.13 20:52:04.688103 [ 3 ] {71976baa-bcf3-425e-862f-fac3428cc688} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
9102 | 2024.05.13 20:52:04.688412 [ 3 ] {71976baa-bcf3-425e-862f-fac3428cc688} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9103 | 2024.05.13 20:52:04.688708 [ 3 ] {71976baa-bcf3-425e-862f-fac3428cc688} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9104 | 2024.05.13 20:52:04.688829 [ 3 ] {71976baa-bcf3-425e-862f-fac3428cc688} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001325 sec., 65660.37735849057 rows/sec., 5.13 MiB/sec. | ||
9105 | 2024.05.13 20:52:04.689065 [ 3 ] {71976baa-bcf3-425e-862f-fac3428cc688} <Debug> DynamicQueryHandler: Done processing query | ||
9106 | 2024.05.13 20:52:04.689123 [ 3 ] {71976baa-bcf3-425e-862f-fac3428cc688} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9107 | 2024.05.13 20:52:04.689176 [ 3 ] {} <Debug> HTTP-Session: 4b771bc2-bf2b-4a84-b8bf-3d6d85951799 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9108 | 2024.05.13 20:52:04.689394 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9109 | 2024.05.13 20:52:04.689447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9110 | 2024.05.13 20:52:04.689468 [ 3 ] {} <Debug> HTTP-Session: 391df78b-0ffe-4d7f-952e-af1c869705d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9111 | 2024.05.13 20:52:04.689485 [ 3 ] {} <Debug> HTTP-Session: 391df78b-0ffe-4d7f-952e-af1c869705d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9112 | 2024.05.13 20:52:04.689499 [ 3 ] {} <Debug> HTTP-Session: 391df78b-0ffe-4d7f-952e-af1c869705d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9113 | 2024.05.13 20:52:04.689532 [ 3 ] {} <Trace> HTTP-Session: 391df78b-0ffe-4d7f-952e-af1c869705d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9114 | 2024.05.13 20:52:04.689683 [ 3 ] {decae361-f5a1-4058-96f0-5a19fc436a80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9115 | 2024.05.13 20:52:04.689732 [ 3 ] {decae361-f5a1-4058-96f0-5a19fc436a80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9116 | 2024.05.13 20:52:04.689888 [ 3 ] {decae361-f5a1-4058-96f0-5a19fc436a80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9117 | 2024.05.13 20:52:04.690266 [ 3 ] {decae361-f5a1-4058-96f0-5a19fc436a80} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9118 | 2024.05.13 20:52:04.690302 [ 3 ] {decae361-f5a1-4058-96f0-5a19fc436a80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
9119 | 2024.05.13 20:52:04.690691 [ 3 ] {decae361-f5a1-4058-96f0-5a19fc436a80} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9120 | 2024.05.13 20:52:04.691034 [ 3 ] {decae361-f5a1-4058-96f0-5a19fc436a80} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9121 | 2024.05.13 20:52:04.691158 [ 3 ] {decae361-f5a1-4058-96f0-5a19fc436a80} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001543 sec., 104342.19053791315 rows/sec., 7.27 MiB/sec. | ||
9122 | 2024.05.13 20:52:04.691405 [ 3 ] {decae361-f5a1-4058-96f0-5a19fc436a80} <Debug> DynamicQueryHandler: Done processing query | ||
9123 | 2024.05.13 20:52:04.691459 [ 3 ] {decae361-f5a1-4058-96f0-5a19fc436a80} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9124 | 2024.05.13 20:52:04.691512 [ 3 ] {} <Debug> HTTP-Session: 391df78b-0ffe-4d7f-952e-af1c869705d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9125 | 2024.05.13 20:52:04.691740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9126 | 2024.05.13 20:52:04.691791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9127 | 2024.05.13 20:52:04.691811 [ 3 ] {} <Debug> HTTP-Session: fd79618b-5074-4a4f-80d5-a2e756234321 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9128 | 2024.05.13 20:52:04.691827 [ 3 ] {} <Debug> HTTP-Session: fd79618b-5074-4a4f-80d5-a2e756234321 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9129 | 2024.05.13 20:52:04.691840 [ 3 ] {} <Debug> HTTP-Session: fd79618b-5074-4a4f-80d5-a2e756234321 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9130 | 2024.05.13 20:52:04.691872 [ 3 ] {} <Trace> HTTP-Session: fd79618b-5074-4a4f-80d5-a2e756234321 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9131 | 2024.05.13 20:52:04.692085 [ 3 ] {b7a39e16-fc57-46af-90cf-77cc8ecef211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9132 | 2024.05.13 20:52:04.692135 [ 3 ] {b7a39e16-fc57-46af-90cf-77cc8ecef211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9133 | 2024.05.13 20:52:04.692305 [ 3 ] {b7a39e16-fc57-46af-90cf-77cc8ecef211} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9134 | 2024.05.13 20:52:04.692710 [ 3 ] {b7a39e16-fc57-46af-90cf-77cc8ecef211} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9135 | 2024.05.13 20:52:04.692750 [ 3 ] {b7a39e16-fc57-46af-90cf-77cc8ecef211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
9136 | 2024.05.13 20:52:04.693164 [ 3 ] {b7a39e16-fc57-46af-90cf-77cc8ecef211} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9137 | 2024.05.13 20:52:04.693514 [ 3 ] {b7a39e16-fc57-46af-90cf-77cc8ecef211} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9138 | 2024.05.13 20:52:04.693643 [ 99 ] {} <Debug> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9139 | 2024.05.13 20:52:04.693648 [ 3 ] {b7a39e16-fc57-46af-90cf-77cc8ecef211} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001695 sec., 12389.380530973453 rows/sec., 16.72 MiB/sec. | ||
9140 | 2024.05.13 20:52:04.693675 [ 99 ] {} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9141 | 2024.05.13 20:52:04.693713 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
9142 | 2024.05.13 20:52:04.693886 [ 190 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
9143 | 2024.05.13 20:52:04.693910 [ 3 ] {b7a39e16-fc57-46af-90cf-77cc8ecef211} <Debug> DynamicQueryHandler: Done processing query | ||
9144 | 2024.05.13 20:52:04.693961 [ 3 ] {b7a39e16-fc57-46af-90cf-77cc8ecef211} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
9145 | 2024.05.13 20:52:04.693993 [ 3 ] {} <Debug> HTTP-Session: fd79618b-5074-4a4f-80d5-a2e756234321 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9146 | 2024.05.13 20:52:04.694133 [ 190 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9147 | 2024.05.13 20:52:04.694166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9148 | 2024.05.13 20:52:04.694203 [ 190 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 711 rows starting from the beginning of the part | ||
9149 | 2024.05.13 20:52:04.694239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9150 | 2024.05.13 20:52:04.694282 [ 3 ] {} <Debug> HTTP-Session: 9a338e25-15ed-41a1-ba92-40355ecfc881 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9151 | 2024.05.13 20:52:04.694337 [ 3 ] {} <Debug> HTTP-Session: 9a338e25-15ed-41a1-ba92-40355ecfc881 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9152 | 2024.05.13 20:52:04.694395 [ 3 ] {} <Debug> HTTP-Session: 9a338e25-15ed-41a1-ba92-40355ecfc881 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9153 | 2024.05.13 20:52:04.694479 [ 190 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
9154 | 2024.05.13 20:52:04.694506 [ 3 ] {} <Trace> HTTP-Session: 9a338e25-15ed-41a1-ba92-40355ecfc881 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9155 | 2024.05.13 20:52:04.694728 [ 190 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 10 rows starting from the beginning of the part | ||
9156 | 2024.05.13 20:52:04.694858 [ 3 ] {1cd7cd76-1c19-415c-ab42-7fc1275a1419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9157 | 2024.05.13 20:52:04.695032 [ 3 ] {1cd7cd76-1c19-415c-ab42-7fc1275a1419} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9158 | 2024.05.13 20:52:04.695051 [ 190 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
9159 | 2024.05.13 20:52:04.695416 [ 190 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 10 rows starting from the beginning of the part | ||
9160 | 2024.05.13 20:52:04.695755 [ 190 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
9161 | 2024.05.13 20:52:04.696053 [ 3 ] {1cd7cd76-1c19-415c-ab42-7fc1275a1419} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9162 | 2024.05.13 20:52:04.696882 [ 3 ] {1cd7cd76-1c19-415c-ab42-7fc1275a1419} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9163 | 2024.05.13 20:52:04.696948 [ 3 ] {1cd7cd76-1c19-415c-ab42-7fc1275a1419} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
9164 | 2024.05.13 20:52:04.697486 [ 3 ] {1cd7cd76-1c19-415c-ab42-7fc1275a1419} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9165 | 2024.05.13 20:52:04.697908 [ 3 ] {1cd7cd76-1c19-415c-ab42-7fc1275a1419} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9166 | 2024.05.13 20:52:04.698281 [ 3 ] {1cd7cd76-1c19-415c-ab42-7fc1275a1419} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003587 sec., 16727.069974909395 rows/sec., 1.13 MiB/sec. | ||
9167 | 2024.05.13 20:52:04.698625 [ 3 ] {1cd7cd76-1c19-415c-ab42-7fc1275a1419} <Debug> DynamicQueryHandler: Done processing query | ||
9168 | 2024.05.13 20:52:04.698675 [ 3 ] {1cd7cd76-1c19-415c-ab42-7fc1275a1419} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9169 | 2024.05.13 20:52:04.698723 [ 3 ] {} <Debug> HTTP-Session: 9a338e25-15ed-41a1-ba92-40355ecfc881 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9170 | 2024.05.13 20:52:04.710797 [ 191 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 794 rows, containing 6 columns (6 merged, 0 gathered) in 0.016994332 sec., 46721.45983731517 rows/sec., 63.05 MiB/sec. | ||
9171 | 2024.05.13 20:52:04.711364 [ 200 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9172 | 2024.05.13 20:52:04.711810 [ 200 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9173 | 2024.05.13 20:52:04.711901 [ 200 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9174 | 2024.05.13 20:52:04.711997 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.61 MiB. | ||
9175 | 2024.05.13 20:52:09.674018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9176 | 2024.05.13 20:52:09.674165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9177 | 2024.05.13 20:52:09.674195 [ 3 ] {} <Debug> HTTP-Session: 61a2d5ae-fd7d-4aee-96f4-69efc3669b31 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9178 | 2024.05.13 20:52:09.674224 [ 3 ] {} <Debug> HTTP-Session: 61a2d5ae-fd7d-4aee-96f4-69efc3669b31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9179 | 2024.05.13 20:52:09.674241 [ 3 ] {} <Debug> HTTP-Session: 61a2d5ae-fd7d-4aee-96f4-69efc3669b31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9180 | 2024.05.13 20:52:09.674297 [ 3 ] {} <Trace> HTTP-Session: 61a2d5ae-fd7d-4aee-96f4-69efc3669b31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9181 | 2024.05.13 20:52:09.674502 [ 3 ] {2340e8be-6125-46c1-92c9-590fb186fd3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9182 | 2024.05.13 20:52:09.674579 [ 3 ] {2340e8be-6125-46c1-92c9-590fb186fd3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9183 | 2024.05.13 20:52:09.674793 [ 3 ] {2340e8be-6125-46c1-92c9-590fb186fd3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9184 | 2024.05.13 20:52:09.675222 [ 3 ] {2340e8be-6125-46c1-92c9-590fb186fd3a} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9185 | 2024.05.13 20:52:09.675265 [ 3 ] {2340e8be-6125-46c1-92c9-590fb186fd3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9186 | 2024.05.13 20:52:09.675621 [ 3 ] {2340e8be-6125-46c1-92c9-590fb186fd3a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9187 | 2024.05.13 20:52:09.675949 [ 3 ] {2340e8be-6125-46c1-92c9-590fb186fd3a} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9188 | 2024.05.13 20:52:09.676112 [ 3 ] {2340e8be-6125-46c1-92c9-590fb186fd3a} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001667 sec., 5998.800239952009 rows/sec., 486.23 KiB/sec. | ||
9189 | 2024.05.13 20:52:09.676297 [ 3 ] {2340e8be-6125-46c1-92c9-590fb186fd3a} <Debug> DynamicQueryHandler: Done processing query | ||
9190 | 2024.05.13 20:52:09.676323 [ 3 ] {2340e8be-6125-46c1-92c9-590fb186fd3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9191 | 2024.05.13 20:52:09.676339 [ 3 ] {} <Debug> HTTP-Session: 61a2d5ae-fd7d-4aee-96f4-69efc3669b31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9192 | 2024.05.13 20:52:09.676475 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9193 | 2024.05.13 20:52:09.676522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9194 | 2024.05.13 20:52:09.676540 [ 3 ] {} <Debug> HTTP-Session: d553adbb-c09a-4ffb-ba81-60d45144e2dc Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9195 | 2024.05.13 20:52:09.676557 [ 3 ] {} <Debug> HTTP-Session: d553adbb-c09a-4ffb-ba81-60d45144e2dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9196 | 2024.05.13 20:52:09.676570 [ 3 ] {} <Debug> HTTP-Session: d553adbb-c09a-4ffb-ba81-60d45144e2dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9197 | 2024.05.13 20:52:09.676602 [ 3 ] {} <Trace> HTTP-Session: d553adbb-c09a-4ffb-ba81-60d45144e2dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9198 | 2024.05.13 20:52:09.676695 [ 3 ] {52bc3a8d-e363-46de-9a45-3954ced70bc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9199 | 2024.05.13 20:52:09.676738 [ 3 ] {52bc3a8d-e363-46de-9a45-3954ced70bc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9200 | 2024.05.13 20:52:09.676864 [ 3 ] {52bc3a8d-e363-46de-9a45-3954ced70bc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9201 | 2024.05.13 20:52:09.677147 [ 3 ] {52bc3a8d-e363-46de-9a45-3954ced70bc6} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9202 | 2024.05.13 20:52:09.677184 [ 3 ] {52bc3a8d-e363-46de-9a45-3954ced70bc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9203 | 2024.05.13 20:52:09.677482 [ 3 ] {52bc3a8d-e363-46de-9a45-3954ced70bc6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
9204 | 2024.05.13 20:52:09.677796 [ 3 ] {52bc3a8d-e363-46de-9a45-3954ced70bc6} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9205 | 2024.05.13 20:52:09.677959 [ 3 ] {52bc3a8d-e363-46de-9a45-3954ced70bc6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001274 sec., 1569.8587127158555 rows/sec., 128.01 KiB/sec. | ||
9206 | 2024.05.13 20:52:09.678227 [ 3 ] {52bc3a8d-e363-46de-9a45-3954ced70bc6} <Debug> DynamicQueryHandler: Done processing query | ||
9207 | 2024.05.13 20:52:09.678273 [ 3 ] {52bc3a8d-e363-46de-9a45-3954ced70bc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9208 | 2024.05.13 20:52:09.678299 [ 3 ] {} <Debug> HTTP-Session: d553adbb-c09a-4ffb-ba81-60d45144e2dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9209 | 2024.05.13 20:52:09.678456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12517, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9210 | 2024.05.13 20:52:09.678505 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9211 | 2024.05.13 20:52:09.678524 [ 3 ] {} <Debug> HTTP-Session: 4aa06730-31e3-4997-bff6-cdb10fbe6727 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9212 | 2024.05.13 20:52:09.678540 [ 3 ] {} <Debug> HTTP-Session: 4aa06730-31e3-4997-bff6-cdb10fbe6727 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9213 | 2024.05.13 20:52:09.678553 [ 3 ] {} <Debug> HTTP-Session: 4aa06730-31e3-4997-bff6-cdb10fbe6727 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9214 | 2024.05.13 20:52:09.678584 [ 3 ] {} <Trace> HTTP-Session: 4aa06730-31e3-4997-bff6-cdb10fbe6727 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9215 | 2024.05.13 20:52:09.678707 [ 3 ] {1c558f54-cd06-44b1-927a-b2c56f0ba1f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9216 | 2024.05.13 20:52:09.678751 [ 3 ] {1c558f54-cd06-44b1-927a-b2c56f0ba1f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9217 | 2024.05.13 20:52:09.678895 [ 3 ] {1c558f54-cd06-44b1-927a-b2c56f0ba1f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9218 | 2024.05.13 20:52:09.679211 [ 3 ] {1c558f54-cd06-44b1-927a-b2c56f0ba1f9} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9219 | 2024.05.13 20:52:09.679247 [ 3 ] {1c558f54-cd06-44b1-927a-b2c56f0ba1f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9220 | 2024.05.13 20:52:09.679552 [ 3 ] {1c558f54-cd06-44b1-927a-b2c56f0ba1f9} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
9221 | 2024.05.13 20:52:09.679851 [ 3 ] {1c558f54-cd06-44b1-927a-b2c56f0ba1f9} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9222 | 2024.05.13 20:52:09.679997 [ 3 ] {1c558f54-cd06-44b1-927a-b2c56f0ba1f9} <Debug> executeQuery: Read 87 rows, 7.20 KiB in 0.001328 sec., 65512.048192771086 rows/sec., 5.30 MiB/sec. | ||
9223 | 2024.05.13 20:52:09.680151 [ 3 ] {1c558f54-cd06-44b1-927a-b2c56f0ba1f9} <Debug> DynamicQueryHandler: Done processing query | ||
9224 | 2024.05.13 20:52:09.680176 [ 3 ] {1c558f54-cd06-44b1-927a-b2c56f0ba1f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9225 | 2024.05.13 20:52:09.680192 [ 3 ] {} <Debug> HTTP-Session: 4aa06730-31e3-4997-bff6-cdb10fbe6727 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9226 | 2024.05.13 20:52:09.680313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9227 | 2024.05.13 20:52:09.680361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9228 | 2024.05.13 20:52:09.680380 [ 3 ] {} <Debug> HTTP-Session: 6b68ec48-0988-4283-af23-a0f810fbea7c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9229 | 2024.05.13 20:52:09.680396 [ 3 ] {} <Debug> HTTP-Session: 6b68ec48-0988-4283-af23-a0f810fbea7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9230 | 2024.05.13 20:52:09.680410 [ 3 ] {} <Debug> HTTP-Session: 6b68ec48-0988-4283-af23-a0f810fbea7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9231 | 2024.05.13 20:52:09.680441 [ 3 ] {} <Trace> HTTP-Session: 6b68ec48-0988-4283-af23-a0f810fbea7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9232 | 2024.05.13 20:52:09.680531 [ 3 ] {2f793d85-bfd9-46f1-b239-5adb3327c6d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9233 | 2024.05.13 20:52:09.680573 [ 3 ] {2f793d85-bfd9-46f1-b239-5adb3327c6d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9234 | 2024.05.13 20:52:09.680698 [ 3 ] {2f793d85-bfd9-46f1-b239-5adb3327c6d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9235 | 2024.05.13 20:52:09.681010 [ 3 ] {2f793d85-bfd9-46f1-b239-5adb3327c6d8} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9236 | 2024.05.13 20:52:09.681047 [ 3 ] {2f793d85-bfd9-46f1-b239-5adb3327c6d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9237 | 2024.05.13 20:52:09.681333 [ 3 ] {2f793d85-bfd9-46f1-b239-5adb3327c6d8} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
9238 | 2024.05.13 20:52:09.681631 [ 3 ] {2f793d85-bfd9-46f1-b239-5adb3327c6d8} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9239 | 2024.05.13 20:52:09.681783 [ 3 ] {2f793d85-bfd9-46f1-b239-5adb3327c6d8} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001265 sec., 1581.0276679841897 rows/sec., 110.39 KiB/sec. | ||
9240 | 2024.05.13 20:52:09.682097 [ 3 ] {2f793d85-bfd9-46f1-b239-5adb3327c6d8} <Debug> DynamicQueryHandler: Done processing query | ||
9241 | 2024.05.13 20:52:09.682123 [ 3 ] {2f793d85-bfd9-46f1-b239-5adb3327c6d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9242 | 2024.05.13 20:52:09.682138 [ 3 ] {} <Debug> HTTP-Session: 6b68ec48-0988-4283-af23-a0f810fbea7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9243 | 2024.05.13 20:52:09.682261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9244 | 2024.05.13 20:52:09.682309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9245 | 2024.05.13 20:52:09.682328 [ 3 ] {} <Debug> HTTP-Session: 6d64dd50-848a-4acc-a140-5d7a643a2429 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9246 | 2024.05.13 20:52:09.682344 [ 3 ] {} <Debug> HTTP-Session: 6d64dd50-848a-4acc-a140-5d7a643a2429 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9247 | 2024.05.13 20:52:09.682357 [ 3 ] {} <Debug> HTTP-Session: 6d64dd50-848a-4acc-a140-5d7a643a2429 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9248 | 2024.05.13 20:52:09.682388 [ 3 ] {} <Trace> HTTP-Session: 6d64dd50-848a-4acc-a140-5d7a643a2429 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9249 | 2024.05.13 20:52:09.682506 [ 3 ] {16b4e26f-086b-48db-8cf9-8f5f87409103} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9250 | 2024.05.13 20:52:09.682549 [ 3 ] {16b4e26f-086b-48db-8cf9-8f5f87409103} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9251 | 2024.05.13 20:52:09.682693 [ 3 ] {16b4e26f-086b-48db-8cf9-8f5f87409103} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9252 | 2024.05.13 20:52:09.683006 [ 3 ] {16b4e26f-086b-48db-8cf9-8f5f87409103} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9253 | 2024.05.13 20:52:09.683042 [ 3 ] {16b4e26f-086b-48db-8cf9-8f5f87409103} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9254 | 2024.05.13 20:52:09.683356 [ 3 ] {16b4e26f-086b-48db-8cf9-8f5f87409103} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
9255 | 2024.05.13 20:52:09.683654 [ 3 ] {16b4e26f-086b-48db-8cf9-8f5f87409103} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9256 | 2024.05.13 20:52:09.683808 [ 3 ] {16b4e26f-086b-48db-8cf9-8f5f87409103} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.001332 sec., 57057.057057057056 rows/sec., 4.46 MiB/sec. | ||
9257 | 2024.05.13 20:52:09.684049 [ 3 ] {16b4e26f-086b-48db-8cf9-8f5f87409103} <Debug> DynamicQueryHandler: Done processing query | ||
9258 | 2024.05.13 20:52:09.684103 [ 3 ] {16b4e26f-086b-48db-8cf9-8f5f87409103} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9259 | 2024.05.13 20:52:09.684163 [ 3 ] {} <Debug> HTTP-Session: 6d64dd50-848a-4acc-a140-5d7a643a2429 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9260 | 2024.05.13 20:52:09.684426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9261 | 2024.05.13 20:52:09.684476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9262 | 2024.05.13 20:52:09.684496 [ 3 ] {} <Debug> HTTP-Session: e6f3aee6-a60a-4902-96a2-be6111fccf33 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9263 | 2024.05.13 20:52:09.684512 [ 3 ] {} <Debug> HTTP-Session: e6f3aee6-a60a-4902-96a2-be6111fccf33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9264 | 2024.05.13 20:52:09.684526 [ 3 ] {} <Debug> HTTP-Session: e6f3aee6-a60a-4902-96a2-be6111fccf33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9265 | 2024.05.13 20:52:09.684558 [ 3 ] {} <Trace> HTTP-Session: e6f3aee6-a60a-4902-96a2-be6111fccf33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9266 | 2024.05.13 20:52:09.684703 [ 3 ] {e377a683-e65f-459c-9df1-07faa90978ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9267 | 2024.05.13 20:52:09.684752 [ 3 ] {e377a683-e65f-459c-9df1-07faa90978ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9268 | 2024.05.13 20:52:09.684906 [ 3 ] {e377a683-e65f-459c-9df1-07faa90978ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9269 | 2024.05.13 20:52:09.685319 [ 3 ] {e377a683-e65f-459c-9df1-07faa90978ce} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9270 | 2024.05.13 20:52:09.685356 [ 3 ] {e377a683-e65f-459c-9df1-07faa90978ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9271 | 2024.05.13 20:52:09.685737 [ 3 ] {e377a683-e65f-459c-9df1-07faa90978ce} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
9272 | 2024.05.13 20:52:09.686069 [ 3 ] {e377a683-e65f-459c-9df1-07faa90978ce} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9273 | 2024.05.13 20:52:09.686231 [ 3 ] {e377a683-e65f-459c-9df1-07faa90978ce} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001588 sec., 101385.39042821158 rows/sec., 7.06 MiB/sec. | ||
9274 | 2024.05.13 20:52:09.686578 [ 3 ] {e377a683-e65f-459c-9df1-07faa90978ce} <Debug> DynamicQueryHandler: Done processing query | ||
9275 | 2024.05.13 20:52:09.686636 [ 3 ] {e377a683-e65f-459c-9df1-07faa90978ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9276 | 2024.05.13 20:52:09.686678 [ 3 ] {} <Debug> HTTP-Session: e6f3aee6-a60a-4902-96a2-be6111fccf33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9277 | 2024.05.13 20:52:09.686824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10760, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9278 | 2024.05.13 20:52:09.686872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9279 | 2024.05.13 20:52:09.686891 [ 3 ] {} <Debug> HTTP-Session: 8879147a-1c9b-4753-beff-cbbc412e9965 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9280 | 2024.05.13 20:52:09.686908 [ 3 ] {} <Debug> HTTP-Session: 8879147a-1c9b-4753-beff-cbbc412e9965 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9281 | 2024.05.13 20:52:09.686921 [ 3 ] {} <Debug> HTTP-Session: 8879147a-1c9b-4753-beff-cbbc412e9965 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9282 | 2024.05.13 20:52:09.686952 [ 3 ] {} <Trace> HTTP-Session: 8879147a-1c9b-4753-beff-cbbc412e9965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9283 | 2024.05.13 20:52:09.687098 [ 3 ] {8f163570-0db3-420a-bfef-df343f3d811a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9284 | 2024.05.13 20:52:09.687149 [ 3 ] {8f163570-0db3-420a-bfef-df343f3d811a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9285 | 2024.05.13 20:52:09.687327 [ 3 ] {8f163570-0db3-420a-bfef-df343f3d811a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9286 | 2024.05.13 20:52:09.687666 [ 3 ] {8f163570-0db3-420a-bfef-df343f3d811a} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9287 | 2024.05.13 20:52:09.687702 [ 3 ] {8f163570-0db3-420a-bfef-df343f3d811a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9288 | 2024.05.13 20:52:09.688081 [ 3 ] {8f163570-0db3-420a-bfef-df343f3d811a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9289 | 2024.05.13 20:52:09.688407 [ 3 ] {8f163570-0db3-420a-bfef-df343f3d811a} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9290 | 2024.05.13 20:52:09.688566 [ 3 ] {8f163570-0db3-420a-bfef-df343f3d811a} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.001533 sec., 6523.1572080887145 rows/sec., 8.80 MiB/sec. | ||
9291 | 2024.05.13 20:52:09.688840 [ 3 ] {8f163570-0db3-420a-bfef-df343f3d811a} <Debug> DynamicQueryHandler: Done processing query | ||
9292 | 2024.05.13 20:52:09.688902 [ 3 ] {8f163570-0db3-420a-bfef-df343f3d811a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9293 | 2024.05.13 20:52:09.688955 [ 3 ] {} <Debug> HTTP-Session: 8879147a-1c9b-4753-beff-cbbc412e9965 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9294 | 2024.05.13 20:52:09.689105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9295 | 2024.05.13 20:52:09.689156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9296 | 2024.05.13 20:52:09.689175 [ 3 ] {} <Debug> HTTP-Session: 56babaa2-2bcd-4a86-8483-947066aaa6ce Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9297 | 2024.05.13 20:52:09.689191 [ 3 ] {} <Debug> HTTP-Session: 56babaa2-2bcd-4a86-8483-947066aaa6ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9298 | 2024.05.13 20:52:09.689205 [ 3 ] {} <Debug> HTTP-Session: 56babaa2-2bcd-4a86-8483-947066aaa6ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9299 | 2024.05.13 20:52:09.689238 [ 3 ] {} <Trace> HTTP-Session: 56babaa2-2bcd-4a86-8483-947066aaa6ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9300 | 2024.05.13 20:52:09.689350 [ 3 ] {3b21ac60-908f-447f-b34f-5d8ffe1b26c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9301 | 2024.05.13 20:52:09.689397 [ 3 ] {3b21ac60-908f-447f-b34f-5d8ffe1b26c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9302 | 2024.05.13 20:52:09.689539 [ 3 ] {3b21ac60-908f-447f-b34f-5d8ffe1b26c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9303 | 2024.05.13 20:52:09.689836 [ 3 ] {3b21ac60-908f-447f-b34f-5d8ffe1b26c1} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9304 | 2024.05.13 20:52:09.689873 [ 3 ] {3b21ac60-908f-447f-b34f-5d8ffe1b26c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9305 | 2024.05.13 20:52:09.690230 [ 3 ] {3b21ac60-908f-447f-b34f-5d8ffe1b26c1} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
9306 | 2024.05.13 20:52:09.690544 [ 3 ] {3b21ac60-908f-447f-b34f-5d8ffe1b26c1} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9307 | 2024.05.13 20:52:09.690695 [ 3 ] {3b21ac60-908f-447f-b34f-5d8ffe1b26c1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001375 sec., 43636.36363636364 rows/sec., 2.94 MiB/sec. | ||
9308 | 2024.05.13 20:52:09.690862 [ 3 ] {3b21ac60-908f-447f-b34f-5d8ffe1b26c1} <Debug> DynamicQueryHandler: Done processing query | ||
9309 | 2024.05.13 20:52:09.690886 [ 3 ] {3b21ac60-908f-447f-b34f-5d8ffe1b26c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9310 | 2024.05.13 20:52:09.690902 [ 3 ] {} <Debug> HTTP-Session: 56babaa2-2bcd-4a86-8483-947066aaa6ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9311 | 2024.05.13 20:52:12.831870 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9312 | 2024.05.13 20:52:12.831925 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9313 | 2024.05.13 20:52:14.675985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9314 | 2024.05.13 20:52:14.676092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9315 | 2024.05.13 20:52:14.676116 [ 3 ] {} <Debug> HTTP-Session: 138935f9-2c0c-48d9-8612-5f79d331c040 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9316 | 2024.05.13 20:52:14.676139 [ 3 ] {} <Debug> HTTP-Session: 138935f9-2c0c-48d9-8612-5f79d331c040 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9317 | 2024.05.13 20:52:14.676153 [ 3 ] {} <Debug> HTTP-Session: 138935f9-2c0c-48d9-8612-5f79d331c040 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9318 | 2024.05.13 20:52:14.676201 [ 3 ] {} <Trace> HTTP-Session: 138935f9-2c0c-48d9-8612-5f79d331c040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9319 | 2024.05.13 20:52:14.676380 [ 3 ] {f7ad2a40-e492-4f6c-b4ed-68cb88e9a516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9320 | 2024.05.13 20:52:14.676446 [ 3 ] {f7ad2a40-e492-4f6c-b4ed-68cb88e9a516} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9321 | 2024.05.13 20:52:14.676631 [ 3 ] {f7ad2a40-e492-4f6c-b4ed-68cb88e9a516} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9322 | 2024.05.13 20:52:14.677042 [ 3 ] {f7ad2a40-e492-4f6c-b4ed-68cb88e9a516} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9323 | 2024.05.13 20:52:14.677082 [ 3 ] {f7ad2a40-e492-4f6c-b4ed-68cb88e9a516} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9324 | 2024.05.13 20:52:14.677440 [ 3 ] {f7ad2a40-e492-4f6c-b4ed-68cb88e9a516} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9325 | 2024.05.13 20:52:14.677766 [ 3 ] {f7ad2a40-e492-4f6c-b4ed-68cb88e9a516} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9326 | 2024.05.13 20:52:14.677913 [ 3 ] {f7ad2a40-e492-4f6c-b4ed-68cb88e9a516} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001589 sec., 13215.859030837006 rows/sec., 1.05 MiB/sec. | ||
9327 | 2024.05.13 20:52:14.678133 [ 3 ] {f7ad2a40-e492-4f6c-b4ed-68cb88e9a516} <Debug> DynamicQueryHandler: Done processing query | ||
9328 | 2024.05.13 20:52:14.678162 [ 3 ] {f7ad2a40-e492-4f6c-b4ed-68cb88e9a516} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9329 | 2024.05.13 20:52:14.678178 [ 3 ] {} <Debug> HTTP-Session: 138935f9-2c0c-48d9-8612-5f79d331c040 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9330 | 2024.05.13 20:52:14.678337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9331 | 2024.05.13 20:52:14.678414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9332 | 2024.05.13 20:52:14.678444 [ 3 ] {} <Debug> HTTP-Session: 2e089ac6-8867-4455-9c2d-4fb2d6d8bf22 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9333 | 2024.05.13 20:52:14.678471 [ 3 ] {} <Debug> HTTP-Session: 2e089ac6-8867-4455-9c2d-4fb2d6d8bf22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9334 | 2024.05.13 20:52:14.678493 [ 3 ] {} <Debug> HTTP-Session: 2e089ac6-8867-4455-9c2d-4fb2d6d8bf22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9335 | 2024.05.13 20:52:14.678542 [ 3 ] {} <Trace> HTTP-Session: 2e089ac6-8867-4455-9c2d-4fb2d6d8bf22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9336 | 2024.05.13 20:52:14.678686 [ 3 ] {20460a30-ca5c-4322-a012-4b033b88747e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9337 | 2024.05.13 20:52:14.678749 [ 3 ] {20460a30-ca5c-4322-a012-4b033b88747e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9338 | 2024.05.13 20:52:14.678939 [ 3 ] {20460a30-ca5c-4322-a012-4b033b88747e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9339 | 2024.05.13 20:52:14.679286 [ 3 ] {20460a30-ca5c-4322-a012-4b033b88747e} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9340 | 2024.05.13 20:52:14.679324 [ 3 ] {20460a30-ca5c-4322-a012-4b033b88747e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9341 | 2024.05.13 20:52:14.679631 [ 3 ] {20460a30-ca5c-4322-a012-4b033b88747e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
9342 | 2024.05.13 20:52:14.679933 [ 3 ] {20460a30-ca5c-4322-a012-4b033b88747e} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9343 | 2024.05.13 20:52:14.680060 [ 159 ] {} <Debug> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
9344 | 2024.05.13 20:52:14.680062 [ 3 ] {20460a30-ca5c-4322-a012-4b033b88747e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001413 sec., 1415.4281670205237 rows/sec., 115.42 KiB/sec. | ||
9345 | 2024.05.13 20:52:14.680099 [ 159 ] {} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9346 | 2024.05.13 20:52:14.680132 [ 159 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9347 | 2024.05.13 20:52:14.680336 [ 3 ] {20460a30-ca5c-4322-a012-4b033b88747e} <Debug> DynamicQueryHandler: Done processing query | ||
9348 | 2024.05.13 20:52:14.680407 [ 3 ] {20460a30-ca5c-4322-a012-4b033b88747e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9349 | 2024.05.13 20:52:14.680471 [ 190 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
9350 | 2024.05.13 20:52:14.680482 [ 3 ] {} <Debug> HTTP-Session: 2e089ac6-8867-4455-9c2d-4fb2d6d8bf22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9351 | 2024.05.13 20:52:14.680787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9352 | 2024.05.13 20:52:14.680804 [ 190 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9353 | 2024.05.13 20:52:14.680857 [ 190 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 14 rows starting from the beginning of the part | ||
9354 | 2024.05.13 20:52:14.680869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9355 | 2024.05.13 20:52:14.680913 [ 3 ] {} <Debug> HTTP-Session: f3821b04-01bd-4dfe-b981-0dc246cc845a Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9356 | 2024.05.13 20:52:14.680966 [ 3 ] {} <Debug> HTTP-Session: f3821b04-01bd-4dfe-b981-0dc246cc845a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9357 | 2024.05.13 20:52:14.681045 [ 3 ] {} <Debug> HTTP-Session: f3821b04-01bd-4dfe-b981-0dc246cc845a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9358 | 2024.05.13 20:52:14.681156 [ 3 ] {} <Trace> HTTP-Session: f3821b04-01bd-4dfe-b981-0dc246cc845a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9359 | 2024.05.13 20:52:14.681150 [ 190 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part | ||
9360 | 2024.05.13 20:52:14.681385 [ 190 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
9361 | 2024.05.13 20:52:14.681472 [ 3 ] {530847e6-063a-4f20-bf43-2f63a1594802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9362 | 2024.05.13 20:52:14.681616 [ 3 ] {530847e6-063a-4f20-bf43-2f63a1594802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9363 | 2024.05.13 20:52:14.681635 [ 190 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
9364 | 2024.05.13 20:52:14.681919 [ 190 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
9365 | 2024.05.13 20:52:14.682226 [ 190 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part | ||
9366 | 2024.05.13 20:52:14.682783 [ 3 ] {530847e6-063a-4f20-bf43-2f63a1594802} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9367 | 2024.05.13 20:52:14.683641 [ 3 ] {530847e6-063a-4f20-bf43-2f63a1594802} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9368 | 2024.05.13 20:52:14.683704 [ 3 ] {530847e6-063a-4f20-bf43-2f63a1594802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9369 | 2024.05.13 20:52:14.684558 [ 3 ] {530847e6-063a-4f20-bf43-2f63a1594802} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
9370 | 2024.05.13 20:52:14.684782 [ 190 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.004554233 sec., 5708.974485934294 rows/sec., 465.53 KiB/sec. | ||
9371 | 2024.05.13 20:52:14.684994 [ 190 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
9372 | 2024.05.13 20:52:14.685349 [ 3 ] {530847e6-063a-4f20-bf43-2f63a1594802} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9373 | 2024.05.13 20:52:14.685619 [ 159 ] {} <Debug> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
9374 | 2024.05.13 20:52:14.685683 [ 3 ] {530847e6-063a-4f20-bf43-2f63a1594802} <Debug> executeQuery: Read 156 rows, 12.97 KiB in 0.004342 sec., 35928.14371257485 rows/sec., 2.92 MiB/sec. | ||
9375 | 2024.05.13 20:52:14.685694 [ 159 ] {} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9376 | 2024.05.13 20:52:14.685759 [ 159 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9377 | 2024.05.13 20:52:14.686048 [ 190 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_25_5} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9378 | 2024.05.13 20:52:14.686157 [ 194 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::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 | ||
9379 | 2024.05.13 20:52:14.686233 [ 3 ] {530847e6-063a-4f20-bf43-2f63a1594802} <Debug> DynamicQueryHandler: Done processing query | ||
9380 | 2024.05.13 20:52:14.686262 [ 190 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_25_5} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
9381 | 2024.05.13 20:52:14.686286 [ 3 ] {530847e6-063a-4f20-bf43-2f63a1594802} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9382 | 2024.05.13 20:52:14.686368 [ 3 ] {} <Debug> HTTP-Session: f3821b04-01bd-4dfe-b981-0dc246cc845a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9383 | 2024.05.13 20:52:14.686522 [ 194 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9384 | 2024.05.13 20:52:14.686526 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
9385 | 2024.05.13 20:52:14.686563 [ 194 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 192 rows starting from the beginning of the part | ||
9386 | 2024.05.13 20:52:14.686618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9387 | 2024.05.13 20:52:14.686753 [ 194 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 119 rows starting from the beginning of the part | ||
9388 | 2024.05.13 20:52:14.686770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9389 | 2024.05.13 20:52:14.686859 [ 3 ] {} <Debug> HTTP-Session: 549c71bb-5c39-44e2-b82b-a5cba4b2e7b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9390 | 2024.05.13 20:52:14.686980 [ 3 ] {} <Debug> HTTP-Session: 549c71bb-5c39-44e2-b82b-a5cba4b2e7b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9391 | 2024.05.13 20:52:14.687029 [ 194 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 86 rows starting from the beginning of the part | ||
9392 | 2024.05.13 20:52:14.687038 [ 3 ] {} <Debug> HTTP-Session: 549c71bb-5c39-44e2-b82b-a5cba4b2e7b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9393 | 2024.05.13 20:52:14.687212 [ 3 ] {} <Trace> HTTP-Session: 549c71bb-5c39-44e2-b82b-a5cba4b2e7b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9394 | 2024.05.13 20:52:14.687347 [ 194 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 120 rows starting from the beginning of the part | ||
9395 | 2024.05.13 20:52:14.687601 [ 194 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 87 rows starting from the beginning of the part | ||
9396 | 2024.05.13 20:52:14.687629 [ 3 ] {e712a4a6-6cf4-4ad8-a787-9490c699f78e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9397 | 2024.05.13 20:52:14.687882 [ 194 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 156 rows starting from the beginning of the part | ||
9398 | 2024.05.13 20:52:14.687879 [ 3 ] {e712a4a6-6cf4-4ad8-a787-9490c699f78e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9399 | 2024.05.13 20:52:14.688672 [ 3 ] {e712a4a6-6cf4-4ad8-a787-9490c699f78e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9400 | 2024.05.13 20:52:14.689455 [ 3 ] {e712a4a6-6cf4-4ad8-a787-9490c699f78e} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9401 | 2024.05.13 20:52:14.689535 [ 3 ] {e712a4a6-6cf4-4ad8-a787-9490c699f78e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9402 | 2024.05.13 20:52:14.690257 [ 3 ] {e712a4a6-6cf4-4ad8-a787-9490c699f78e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
9403 | 2024.05.13 20:52:14.690772 [ 194 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 760 rows, containing 4 columns (4 merged, 0 gathered) in 0.004849926 sec., 156703.42186664292 rows/sec., 12.83 MiB/sec. | ||
9404 | 2024.05.13 20:52:14.690974 [ 194 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
9405 | 2024.05.13 20:52:14.691125 [ 3 ] {e712a4a6-6cf4-4ad8-a787-9490c699f78e} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9406 | 2024.05.13 20:52:14.691431 [ 159 ] {} <Debug> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
9407 | 2024.05.13 20:52:14.691517 [ 159 ] {} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9408 | 2024.05.13 20:52:14.691530 [ 3 ] {e712a4a6-6cf4-4ad8-a787-9490c699f78e} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004071 sec., 491.2797838368951 rows/sec., 34.30 KiB/sec. | ||
9409 | 2024.05.13 20:52:14.691582 [ 159 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9410 | 2024.05.13 20:52:14.692311 [ 190 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
9411 | 2024.05.13 20:52:14.692342 [ 3 ] {e712a4a6-6cf4-4ad8-a787-9490c699f78e} <Debug> DynamicQueryHandler: Done processing query | ||
9412 | 2024.05.13 20:52:14.692429 [ 194 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_61_12} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9413 | 2024.05.13 20:52:14.692477 [ 3 ] {e712a4a6-6cf4-4ad8-a787-9490c699f78e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9414 | 2024.05.13 20:52:14.692610 [ 3 ] {} <Debug> HTTP-Session: 549c71bb-5c39-44e2-b82b-a5cba4b2e7b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9415 | 2024.05.13 20:52:14.692973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 18827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9416 | 2024.05.13 20:52:14.693047 [ 194 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_61_12} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
9417 | 2024.05.13 20:52:14.693117 [ 190 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9418 | 2024.05.13 20:52:14.693152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9419 | 2024.05.13 20:52:14.693233 [ 190 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 14 rows starting from the beginning of the part | ||
9420 | 2024.05.13 20:52:14.693258 [ 3 ] {} <Debug> HTTP-Session: 1bd26c45-c44d-4956-94e3-e3cb7a3a1adb Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9421 | 2024.05.13 20:52:14.693274 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
9422 | 2024.05.13 20:52:14.693323 [ 3 ] {} <Debug> HTTP-Session: 1bd26c45-c44d-4956-94e3-e3cb7a3a1adb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9423 | 2024.05.13 20:52:14.693413 [ 3 ] {} <Debug> HTTP-Session: 1bd26c45-c44d-4956-94e3-e3cb7a3a1adb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9424 | 2024.05.13 20:52:14.693476 [ 190 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part | ||
9425 | 2024.05.13 20:52:14.693537 [ 3 ] {} <Trace> HTTP-Session: 1bd26c45-c44d-4956-94e3-e3cb7a3a1adb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9426 | 2024.05.13 20:52:14.693847 [ 190 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
9427 | 2024.05.13 20:52:14.694094 [ 3 ] {7cb378a0-7dd1-4779-b032-a8292bb42067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9428 | 2024.05.13 20:52:14.694114 [ 190 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
9429 | 2024.05.13 20:52:14.694251 [ 3 ] {7cb378a0-7dd1-4779-b032-a8292bb42067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9430 | 2024.05.13 20:52:14.694424 [ 190 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
9431 | 2024.05.13 20:52:14.694730 [ 190 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part | ||
9432 | 2024.05.13 20:52:14.695456 [ 3 ] {7cb378a0-7dd1-4779-b032-a8292bb42067} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9433 | 2024.05.13 20:52:14.696361 [ 3 ] {7cb378a0-7dd1-4779-b032-a8292bb42067} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9434 | 2024.05.13 20:52:14.696430 [ 3 ] {7cb378a0-7dd1-4779-b032-a8292bb42067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9435 | 2024.05.13 20:52:14.697302 [ 190 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.005575843 sec., 4662.972038488171 rows/sec., 325.59 KiB/sec. | ||
9436 | 2024.05.13 20:52:14.697344 [ 3 ] {7cb378a0-7dd1-4779-b032-a8292bb42067} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
9437 | 2024.05.13 20:52:14.697490 [ 186 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
9438 | 2024.05.13 20:52:14.698212 [ 3 ] {7cb378a0-7dd1-4779-b032-a8292bb42067} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9439 | 2024.05.13 20:52:14.698477 [ 159 ] {} <Debug> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
9440 | 2024.05.13 20:52:14.698531 [ 3 ] {7cb378a0-7dd1-4779-b032-a8292bb42067} <Debug> executeQuery: Read 111 rows, 8.86 KiB in 0.004674 sec., 23748.395378690628 rows/sec., 1.85 MiB/sec. | ||
9441 | 2024.05.13 20:52:14.698543 [ 159 ] {} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9442 | 2024.05.13 20:52:14.698623 [ 159 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9443 | 2024.05.13 20:52:14.699065 [ 186 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_25_5} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9444 | 2024.05.13 20:52:14.699141 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::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 | ||
9445 | 2024.05.13 20:52:14.699195 [ 3 ] {7cb378a0-7dd1-4779-b032-a8292bb42067} <Debug> DynamicQueryHandler: Done processing query | ||
9446 | 2024.05.13 20:52:14.699315 [ 3 ] {7cb378a0-7dd1-4779-b032-a8292bb42067} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9447 | 2024.05.13 20:52:14.699424 [ 3 ] {} <Debug> HTTP-Session: 1bd26c45-c44d-4956-94e3-e3cb7a3a1adb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9448 | 2024.05.13 20:52:14.699671 [ 186 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_25_5} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
9449 | 2024.05.13 20:52:14.699883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 37782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9450 | 2024.05.13 20:52:14.700106 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
9451 | 2024.05.13 20:52:14.700115 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9452 | 2024.05.13 20:52:14.700155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9453 | 2024.05.13 20:52:14.700280 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 151 rows starting from the beginning of the part | ||
9454 | 2024.05.13 20:52:14.700302 [ 3 ] {} <Debug> HTTP-Session: 935248c4-ecfd-40c5-8b02-5bb3b0546544 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9455 | 2024.05.13 20:52:14.700417 [ 3 ] {} <Debug> HTTP-Session: 935248c4-ecfd-40c5-8b02-5bb3b0546544 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9456 | 2024.05.13 20:52:14.700524 [ 3 ] {} <Debug> HTTP-Session: 935248c4-ecfd-40c5-8b02-5bb3b0546544 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9457 | 2024.05.13 20:52:14.700745 [ 3 ] {} <Trace> HTTP-Session: 935248c4-ecfd-40c5-8b02-5bb3b0546544 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9458 | 2024.05.13 20:52:14.700833 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 85 rows starting from the beginning of the part | ||
9459 | 2024.05.13 20:52:14.701178 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 74 rows starting from the beginning of the part | ||
9460 | 2024.05.13 20:52:14.701253 [ 3 ] {4189dca7-f996-4e50-96be-5d0d480c321d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9461 | 2024.05.13 20:52:14.701458 [ 3 ] {4189dca7-f996-4e50-96be-5d0d480c321d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9462 | 2024.05.13 20:52:14.701469 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 87 rows starting from the beginning of the part | ||
9463 | 2024.05.13 20:52:14.701815 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 76 rows starting from the beginning of the part | ||
9464 | 2024.05.13 20:52:14.702142 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 111 rows starting from the beginning of the part | ||
9465 | 2024.05.13 20:52:14.702651 [ 3 ] {4189dca7-f996-4e50-96be-5d0d480c321d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9466 | 2024.05.13 20:52:14.703560 [ 3 ] {4189dca7-f996-4e50-96be-5d0d480c321d} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9467 | 2024.05.13 20:52:14.703612 [ 3 ] {4189dca7-f996-4e50-96be-5d0d480c321d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9468 | 2024.05.13 20:52:14.704611 [ 3 ] {4189dca7-f996-4e50-96be-5d0d480c321d} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
9469 | 2024.05.13 20:52:14.704912 [ 190 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 584 rows, containing 4 columns (4 merged, 0 gathered) in 0.006083818 sec., 95992.3521709558 rows/sec., 7.50 MiB/sec. | ||
9470 | 2024.05.13 20:52:14.705144 [ 190 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
9471 | 2024.05.13 20:52:14.705368 [ 3 ] {4189dca7-f996-4e50-96be-5d0d480c321d} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9472 | 2024.05.13 20:52:14.705709 [ 159 ] {} <Debug> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
9473 | 2024.05.13 20:52:14.705837 [ 3 ] {4189dca7-f996-4e50-96be-5d0d480c321d} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.004786 sec., 41161.721688257414 rows/sec., 2.87 MiB/sec. | ||
9474 | 2024.05.13 20:52:14.705849 [ 159 ] {} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9475 | 2024.05.13 20:52:14.705926 [ 159 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9476 | 2024.05.13 20:52:14.706295 [ 190 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_61_12} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9477 | 2024.05.13 20:52:14.706304 [ 186 ] {313178d0-1e86-4864-8af4-8d959655e5c5::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 | ||
9478 | 2024.05.13 20:52:14.706380 [ 3 ] {4189dca7-f996-4e50-96be-5d0d480c321d} <Debug> DynamicQueryHandler: Done processing query | ||
9479 | 2024.05.13 20:52:14.706443 [ 3 ] {4189dca7-f996-4e50-96be-5d0d480c321d} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
9480 | 2024.05.13 20:52:14.706503 [ 190 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_61_12} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
9481 | 2024.05.13 20:52:14.706522 [ 3 ] {} <Debug> HTTP-Session: 935248c4-ecfd-40c5-8b02-5bb3b0546544 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9482 | 2024.05.13 20:52:14.706671 [ 186 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9483 | 2024.05.13 20:52:14.706683 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
9484 | 2024.05.13 20:52:14.706760 [ 186 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 9092 rows starting from the beginning of the part | ||
9485 | 2024.05.13 20:52:14.706766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9486 | 2024.05.13 20:52:14.706937 [ 186 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part | ||
9487 | 2024.05.13 20:52:14.706945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9488 | 2024.05.13 20:52:14.707059 [ 3 ] {} <Debug> HTTP-Session: 5b7b9a07-0974-4819-8362-5fad471edd2c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9489 | 2024.05.13 20:52:14.707140 [ 3 ] {} <Debug> HTTP-Session: 5b7b9a07-0974-4819-8362-5fad471edd2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9490 | 2024.05.13 20:52:14.707203 [ 3 ] {} <Debug> HTTP-Session: 5b7b9a07-0974-4819-8362-5fad471edd2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9491 | 2024.05.13 20:52:14.707288 [ 186 ] {313178d0-1e86-4864-8af4-8d959655e5c5::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 | ||
9492 | 2024.05.13 20:52:14.707309 [ 3 ] {} <Trace> HTTP-Session: 5b7b9a07-0974-4819-8362-5fad471edd2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9493 | 2024.05.13 20:52:14.707523 [ 186 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 161 rows starting from the beginning of the part | ||
9494 | 2024.05.13 20:52:14.707775 [ 186 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 161 rows starting from the beginning of the part | ||
9495 | 2024.05.13 20:52:14.707787 [ 3 ] {092f9783-32d3-41be-b657-0fd3f44fecda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9496 | 2024.05.13 20:52:14.707956 [ 3 ] {092f9783-32d3-41be-b657-0fd3f44fecda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9497 | 2024.05.13 20:52:14.708059 [ 186 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 197 rows starting from the beginning of the part | ||
9498 | 2024.05.13 20:52:14.708900 [ 3 ] {092f9783-32d3-41be-b657-0fd3f44fecda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9499 | 2024.05.13 20:52:14.709465 [ 3 ] {092f9783-32d3-41be-b657-0fd3f44fecda} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9500 | 2024.05.13 20:52:14.709510 [ 3 ] {092f9783-32d3-41be-b657-0fd3f44fecda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9501 | 2024.05.13 20:52:14.710180 [ 3 ] {092f9783-32d3-41be-b657-0fd3f44fecda} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9502 | 2024.05.13 20:52:14.711081 [ 3 ] {092f9783-32d3-41be-b657-0fd3f44fecda} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9503 | 2024.05.13 20:52:14.711236 [ 3 ] {092f9783-32d3-41be-b657-0fd3f44fecda} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.003735 sec., 5622.489959839358 rows/sec., 7.59 MiB/sec. | ||
9504 | 2024.05.13 20:52:14.711516 [ 3 ] {092f9783-32d3-41be-b657-0fd3f44fecda} <Debug> DynamicQueryHandler: Done processing query | ||
9505 | 2024.05.13 20:52:14.711541 [ 3 ] {092f9783-32d3-41be-b657-0fd3f44fecda} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
9506 | 2024.05.13 20:52:14.711557 [ 3 ] {} <Debug> HTTP-Session: 5b7b9a07-0974-4819-8362-5fad471edd2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9507 | 2024.05.13 20:52:14.711685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9508 | 2024.05.13 20:52:14.711732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9509 | 2024.05.13 20:52:14.711750 [ 3 ] {} <Debug> HTTP-Session: 9459a477-4575-411e-9fe3-516ea4704339 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9510 | 2024.05.13 20:52:14.711766 [ 3 ] {} <Debug> HTTP-Session: 9459a477-4575-411e-9fe3-516ea4704339 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9511 | 2024.05.13 20:52:14.711779 [ 3 ] {} <Debug> HTTP-Session: 9459a477-4575-411e-9fe3-516ea4704339 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9512 | 2024.05.13 20:52:14.712056 [ 3 ] {} <Trace> HTTP-Session: 9459a477-4575-411e-9fe3-516ea4704339 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9513 | 2024.05.13 20:52:14.712249 [ 3 ] {b3cf62b1-b73a-4aff-bc99-a8c0a68cd87e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9514 | 2024.05.13 20:52:14.712295 [ 3 ] {b3cf62b1-b73a-4aff-bc99-a8c0a68cd87e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9515 | 2024.05.13 20:52:14.712445 [ 3 ] {b3cf62b1-b73a-4aff-bc99-a8c0a68cd87e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9516 | 2024.05.13 20:52:14.712725 [ 3 ] {b3cf62b1-b73a-4aff-bc99-a8c0a68cd87e} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9517 | 2024.05.13 20:52:14.712759 [ 3 ] {b3cf62b1-b73a-4aff-bc99-a8c0a68cd87e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9518 | 2024.05.13 20:52:14.713265 [ 3 ] {b3cf62b1-b73a-4aff-bc99-a8c0a68cd87e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
9519 | 2024.05.13 20:52:14.714070 [ 3 ] {b3cf62b1-b73a-4aff-bc99-a8c0a68cd87e} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9520 | 2024.05.13 20:52:14.714162 [ 196 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9931 rows, containing 5 columns (5 merged, 0 gathered) in 0.008069257 sec., 1230720.4988018104 rows/sec., 85.64 MiB/sec. | ||
9521 | 2024.05.13 20:52:14.714312 [ 159 ] {} <Debug> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
9522 | 2024.05.13 20:52:14.714336 [ 3 ] {b3cf62b1-b73a-4aff-bc99-a8c0a68cd87e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002172 sec., 27624.309392265193 rows/sec., 1.86 MiB/sec. | ||
9523 | 2024.05.13 20:52:14.714386 [ 159 ] {} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9524 | 2024.05.13 20:52:14.714445 [ 159 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9525 | 2024.05.13 20:52:14.714689 [ 3 ] {b3cf62b1-b73a-4aff-bc99-a8c0a68cd87e} <Debug> DynamicQueryHandler: Done processing query | ||
9526 | 2024.05.13 20:52:14.714774 [ 3 ] {b3cf62b1-b73a-4aff-bc99-a8c0a68cd87e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9527 | 2024.05.13 20:52:14.714795 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
9528 | 2024.05.13 20:52:14.714802 [ 196 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
9529 | 2024.05.13 20:52:14.714830 [ 3 ] {} <Debug> HTTP-Session: 9459a477-4575-411e-9fe3-516ea4704339 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9530 | 2024.05.13 20:52:14.715376 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9531 | 2024.05.13 20:52:14.715504 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2972 rows starting from the beginning of the part | ||
9532 | 2024.05.13 20:52:14.715853 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
9533 | 2024.05.13 20:52:14.716299 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
9534 | 2024.05.13 20:52:14.716634 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
9535 | 2024.05.13 20:52:14.716941 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
9536 | 2024.05.13 20:52:14.717308 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
9537 | 2024.05.13 20:52:14.717861 [ 196 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9538 | 2024.05.13 20:52:14.718103 [ 196 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
9539 | 2024.05.13 20:52:14.718290 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.91 MiB. | ||
9540 | 2024.05.13 20:52:14.719271 [ 195 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3272 rows, containing 4 columns (4 merged, 0 gathered) in 0.004715985 sec., 693810.5189053825 rows/sec., 47.08 MiB/sec. | ||
9541 | 2024.05.13 20:52:14.719730 [ 189 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
9542 | 2024.05.13 20:52:14.720428 [ 189 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_61_12} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9543 | 2024.05.13 20:52:14.720513 [ 189 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_61_12} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
9544 | 2024.05.13 20:52:14.720608 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
9545 | 2024.05.13 20:52:19.674156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9546 | 2024.05.13 20:52:19.674279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9547 | 2024.05.13 20:52:19.674304 [ 3 ] {} <Debug> HTTP-Session: 5e131a1e-2fec-4563-81c0-58dda8e00886 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9548 | 2024.05.13 20:52:19.674327 [ 3 ] {} <Debug> HTTP-Session: 5e131a1e-2fec-4563-81c0-58dda8e00886 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9549 | 2024.05.13 20:52:19.674341 [ 3 ] {} <Debug> HTTP-Session: 5e131a1e-2fec-4563-81c0-58dda8e00886 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9550 | 2024.05.13 20:52:19.674389 [ 3 ] {} <Trace> HTTP-Session: 5e131a1e-2fec-4563-81c0-58dda8e00886 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9551 | 2024.05.13 20:52:19.674569 [ 3 ] {5071939a-d5b4-41a5-aff3-1ba672b64a9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9552 | 2024.05.13 20:52:19.674636 [ 3 ] {5071939a-d5b4-41a5-aff3-1ba672b64a9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9553 | 2024.05.13 20:52:19.674823 [ 3 ] {5071939a-d5b4-41a5-aff3-1ba672b64a9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9554 | 2024.05.13 20:52:19.675175 [ 3 ] {5071939a-d5b4-41a5-aff3-1ba672b64a9c} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9555 | 2024.05.13 20:52:19.675218 [ 3 ] {5071939a-d5b4-41a5-aff3-1ba672b64a9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9556 | 2024.05.13 20:52:19.675583 [ 3 ] {5071939a-d5b4-41a5-aff3-1ba672b64a9c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9557 | 2024.05.13 20:52:19.675920 [ 3 ] {5071939a-d5b4-41a5-aff3-1ba672b64a9c} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9558 | 2024.05.13 20:52:19.676099 [ 3 ] {5071939a-d5b4-41a5-aff3-1ba672b64a9c} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001573 sec., 6357.279084551812 rows/sec., 515.29 KiB/sec. | ||
9559 | 2024.05.13 20:52:19.676299 [ 3 ] {5071939a-d5b4-41a5-aff3-1ba672b64a9c} <Debug> DynamicQueryHandler: Done processing query | ||
9560 | 2024.05.13 20:52:19.676325 [ 3 ] {5071939a-d5b4-41a5-aff3-1ba672b64a9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9561 | 2024.05.13 20:52:19.676340 [ 3 ] {} <Debug> HTTP-Session: 5e131a1e-2fec-4563-81c0-58dda8e00886 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9562 | 2024.05.13 20:52:19.676526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12383, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9563 | 2024.05.13 20:52:19.676575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9564 | 2024.05.13 20:52:19.676593 [ 3 ] {} <Debug> HTTP-Session: 9a22e556-9d63-4e33-9145-af48c91353fa Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9565 | 2024.05.13 20:52:19.676610 [ 3 ] {} <Debug> HTTP-Session: 9a22e556-9d63-4e33-9145-af48c91353fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9566 | 2024.05.13 20:52:19.676624 [ 3 ] {} <Debug> HTTP-Session: 9a22e556-9d63-4e33-9145-af48c91353fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9567 | 2024.05.13 20:52:19.676655 [ 3 ] {} <Trace> HTTP-Session: 9a22e556-9d63-4e33-9145-af48c91353fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9568 | 2024.05.13 20:52:19.676778 [ 3 ] {87ed784c-1f63-4f70-ba3b-a72b9dea1be9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9569 | 2024.05.13 20:52:19.676825 [ 3 ] {87ed784c-1f63-4f70-ba3b-a72b9dea1be9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9570 | 2024.05.13 20:52:19.676954 [ 3 ] {87ed784c-1f63-4f70-ba3b-a72b9dea1be9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9571 | 2024.05.13 20:52:19.677265 [ 3 ] {87ed784c-1f63-4f70-ba3b-a72b9dea1be9} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9572 | 2024.05.13 20:52:19.677301 [ 3 ] {87ed784c-1f63-4f70-ba3b-a72b9dea1be9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9573 | 2024.05.13 20:52:19.677614 [ 3 ] {87ed784c-1f63-4f70-ba3b-a72b9dea1be9} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
9574 | 2024.05.13 20:52:19.677929 [ 3 ] {87ed784c-1f63-4f70-ba3b-a72b9dea1be9} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9575 | 2024.05.13 20:52:19.678072 [ 3 ] {87ed784c-1f63-4f70-ba3b-a72b9dea1be9} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.001338 sec., 64275.03736920777 rows/sec., 5.20 MiB/sec. | ||
9576 | 2024.05.13 20:52:19.678219 [ 3 ] {87ed784c-1f63-4f70-ba3b-a72b9dea1be9} <Debug> DynamicQueryHandler: Done processing query | ||
9577 | 2024.05.13 20:52:19.678242 [ 3 ] {87ed784c-1f63-4f70-ba3b-a72b9dea1be9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9578 | 2024.05.13 20:52:19.678258 [ 3 ] {} <Debug> HTTP-Session: 9a22e556-9d63-4e33-9145-af48c91353fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9579 | 2024.05.13 20:52:19.678373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9580 | 2024.05.13 20:52:19.678419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9581 | 2024.05.13 20:52:19.678437 [ 3 ] {} <Debug> HTTP-Session: fc85040d-550d-4ddc-a760-04db06863675 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9582 | 2024.05.13 20:52:19.678453 [ 3 ] {} <Debug> HTTP-Session: fc85040d-550d-4ddc-a760-04db06863675 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9583 | 2024.05.13 20:52:19.678466 [ 3 ] {} <Debug> HTTP-Session: fc85040d-550d-4ddc-a760-04db06863675 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9584 | 2024.05.13 20:52:19.678495 [ 3 ] {} <Trace> HTTP-Session: fc85040d-550d-4ddc-a760-04db06863675 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9585 | 2024.05.13 20:52:19.678605 [ 3 ] {a1815959-ceb0-4841-8a71-40b8e2b00f0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9586 | 2024.05.13 20:52:19.678646 [ 3 ] {a1815959-ceb0-4841-8a71-40b8e2b00f0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9587 | 2024.05.13 20:52:19.678769 [ 3 ] {a1815959-ceb0-4841-8a71-40b8e2b00f0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9588 | 2024.05.13 20:52:19.679048 [ 3 ] {a1815959-ceb0-4841-8a71-40b8e2b00f0f} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9589 | 2024.05.13 20:52:19.679083 [ 3 ] {a1815959-ceb0-4841-8a71-40b8e2b00f0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9590 | 2024.05.13 20:52:19.679383 [ 3 ] {a1815959-ceb0-4841-8a71-40b8e2b00f0f} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
9591 | 2024.05.13 20:52:19.679678 [ 3 ] {a1815959-ceb0-4841-8a71-40b8e2b00f0f} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9592 | 2024.05.13 20:52:19.679820 [ 3 ] {a1815959-ceb0-4841-8a71-40b8e2b00f0f} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001251 sec., 59152.67785771383 rows/sec., 4.62 MiB/sec. | ||
9593 | 2024.05.13 20:52:19.679967 [ 3 ] {a1815959-ceb0-4841-8a71-40b8e2b00f0f} <Debug> DynamicQueryHandler: Done processing query | ||
9594 | 2024.05.13 20:52:19.679991 [ 3 ] {a1815959-ceb0-4841-8a71-40b8e2b00f0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9595 | 2024.05.13 20:52:19.680005 [ 3 ] {} <Debug> HTTP-Session: fc85040d-550d-4ddc-a760-04db06863675 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9596 | 2024.05.13 20:52:19.680129 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9597 | 2024.05.13 20:52:19.680175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9598 | 2024.05.13 20:52:19.680192 [ 3 ] {} <Debug> HTTP-Session: 5cd05d24-f226-467e-90f4-15cb70201498 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9599 | 2024.05.13 20:52:19.680209 [ 3 ] {} <Debug> HTTP-Session: 5cd05d24-f226-467e-90f4-15cb70201498 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9600 | 2024.05.13 20:52:19.680223 [ 3 ] {} <Debug> HTTP-Session: 5cd05d24-f226-467e-90f4-15cb70201498 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9601 | 2024.05.13 20:52:19.680253 [ 3 ] {} <Trace> HTTP-Session: 5cd05d24-f226-467e-90f4-15cb70201498 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9602 | 2024.05.13 20:52:19.680391 [ 3 ] {c1e873d9-eb9c-4445-ba8e-21d999f533e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9603 | 2024.05.13 20:52:19.680436 [ 3 ] {c1e873d9-eb9c-4445-ba8e-21d999f533e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9604 | 2024.05.13 20:52:19.680580 [ 3 ] {c1e873d9-eb9c-4445-ba8e-21d999f533e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9605 | 2024.05.13 20:52:19.680990 [ 3 ] {c1e873d9-eb9c-4445-ba8e-21d999f533e9} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9606 | 2024.05.13 20:52:19.681026 [ 3 ] {c1e873d9-eb9c-4445-ba8e-21d999f533e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9607 | 2024.05.13 20:52:19.681408 [ 3 ] {c1e873d9-eb9c-4445-ba8e-21d999f533e9} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
9608 | 2024.05.13 20:52:19.681724 [ 3 ] {c1e873d9-eb9c-4445-ba8e-21d999f533e9} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9609 | 2024.05.13 20:52:19.681872 [ 3 ] {c1e873d9-eb9c-4445-ba8e-21d999f533e9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001541 sec., 103828.68267358857 rows/sec., 7.23 MiB/sec. | ||
9610 | 2024.05.13 20:52:19.682037 [ 3 ] {c1e873d9-eb9c-4445-ba8e-21d999f533e9} <Debug> DynamicQueryHandler: Done processing query | ||
9611 | 2024.05.13 20:52:19.682060 [ 3 ] {c1e873d9-eb9c-4445-ba8e-21d999f533e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9612 | 2024.05.13 20:52:19.682076 [ 3 ] {} <Debug> HTTP-Session: 5cd05d24-f226-467e-90f4-15cb70201498 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9613 | 2024.05.13 20:52:19.682193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10761, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9614 | 2024.05.13 20:52:19.682239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9615 | 2024.05.13 20:52:19.682257 [ 3 ] {} <Debug> HTTP-Session: 005081b5-5cb0-4533-b655-c73d965871d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9616 | 2024.05.13 20:52:19.682273 [ 3 ] {} <Debug> HTTP-Session: 005081b5-5cb0-4533-b655-c73d965871d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9617 | 2024.05.13 20:52:19.682286 [ 3 ] {} <Debug> HTTP-Session: 005081b5-5cb0-4533-b655-c73d965871d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9618 | 2024.05.13 20:52:19.682315 [ 3 ] {} <Trace> HTTP-Session: 005081b5-5cb0-4533-b655-c73d965871d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9619 | 2024.05.13 20:52:19.682460 [ 3 ] {64bd370e-031c-4262-88ab-ecc8f8e32a9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9620 | 2024.05.13 20:52:19.682506 [ 3 ] {64bd370e-031c-4262-88ab-ecc8f8e32a9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9621 | 2024.05.13 20:52:19.682661 [ 3 ] {64bd370e-031c-4262-88ab-ecc8f8e32a9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9622 | 2024.05.13 20:52:19.682981 [ 3 ] {64bd370e-031c-4262-88ab-ecc8f8e32a9b} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9623 | 2024.05.13 20:52:19.683016 [ 3 ] {64bd370e-031c-4262-88ab-ecc8f8e32a9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9624 | 2024.05.13 20:52:19.683391 [ 3 ] {64bd370e-031c-4262-88ab-ecc8f8e32a9b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9625 | 2024.05.13 20:52:19.683724 [ 3 ] {64bd370e-031c-4262-88ab-ecc8f8e32a9b} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9626 | 2024.05.13 20:52:19.683882 [ 3 ] {64bd370e-031c-4262-88ab-ecc8f8e32a9b} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.001493 sec., 6697.923643670462 rows/sec., 9.04 MiB/sec. | ||
9627 | 2024.05.13 20:52:19.684036 [ 3 ] {64bd370e-031c-4262-88ab-ecc8f8e32a9b} <Debug> DynamicQueryHandler: Done processing query | ||
9628 | 2024.05.13 20:52:19.684059 [ 3 ] {64bd370e-031c-4262-88ab-ecc8f8e32a9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9629 | 2024.05.13 20:52:19.684074 [ 3 ] {} <Debug> HTTP-Session: 005081b5-5cb0-4533-b655-c73d965871d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9630 | 2024.05.13 20:52:19.684186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9631 | 2024.05.13 20:52:19.684231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9632 | 2024.05.13 20:52:19.684249 [ 3 ] {} <Debug> HTTP-Session: 027b6df9-cd11-4f45-acd4-b3bcf6e2a0fb Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9633 | 2024.05.13 20:52:19.684264 [ 3 ] {} <Debug> HTTP-Session: 027b6df9-cd11-4f45-acd4-b3bcf6e2a0fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9634 | 2024.05.13 20:52:19.684277 [ 3 ] {} <Debug> HTTP-Session: 027b6df9-cd11-4f45-acd4-b3bcf6e2a0fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9635 | 2024.05.13 20:52:19.684307 [ 3 ] {} <Trace> HTTP-Session: 027b6df9-cd11-4f45-acd4-b3bcf6e2a0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9636 | 2024.05.13 20:52:19.684416 [ 3 ] {9b879646-ec4b-4cb1-a6dd-bc2c2a7d8897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9637 | 2024.05.13 20:52:19.684460 [ 3 ] {9b879646-ec4b-4cb1-a6dd-bc2c2a7d8897} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9638 | 2024.05.13 20:52:19.684584 [ 3 ] {9b879646-ec4b-4cb1-a6dd-bc2c2a7d8897} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9639 | 2024.05.13 20:52:19.684860 [ 3 ] {9b879646-ec4b-4cb1-a6dd-bc2c2a7d8897} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9640 | 2024.05.13 20:52:19.684894 [ 3 ] {9b879646-ec4b-4cb1-a6dd-bc2c2a7d8897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9641 | 2024.05.13 20:52:19.685241 [ 3 ] {9b879646-ec4b-4cb1-a6dd-bc2c2a7d8897} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
9642 | 2024.05.13 20:52:19.685548 [ 3 ] {9b879646-ec4b-4cb1-a6dd-bc2c2a7d8897} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9643 | 2024.05.13 20:52:19.685700 [ 3 ] {9b879646-ec4b-4cb1-a6dd-bc2c2a7d8897} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00131 sec., 45801.52671755725 rows/sec., 3.09 MiB/sec. | ||
9644 | 2024.05.13 20:52:19.685951 [ 3 ] {9b879646-ec4b-4cb1-a6dd-bc2c2a7d8897} <Debug> DynamicQueryHandler: Done processing query | ||
9645 | 2024.05.13 20:52:19.686006 [ 3 ] {9b879646-ec4b-4cb1-a6dd-bc2c2a7d8897} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9646 | 2024.05.13 20:52:19.686059 [ 3 ] {} <Debug> HTTP-Session: 027b6df9-cd11-4f45-acd4-b3bcf6e2a0fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9647 | 2024.05.13 20:52:24.673785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9648 | 2024.05.13 20:52:24.673917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9649 | 2024.05.13 20:52:24.673942 [ 3 ] {} <Debug> HTTP-Session: df4e5a67-a3f8-489f-9e15-b99e0e957db7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9650 | 2024.05.13 20:52:24.673967 [ 3 ] {} <Debug> HTTP-Session: df4e5a67-a3f8-489f-9e15-b99e0e957db7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9651 | 2024.05.13 20:52:24.673982 [ 3 ] {} <Debug> HTTP-Session: df4e5a67-a3f8-489f-9e15-b99e0e957db7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9652 | 2024.05.13 20:52:24.674032 [ 3 ] {} <Trace> HTTP-Session: df4e5a67-a3f8-489f-9e15-b99e0e957db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9653 | 2024.05.13 20:52:24.674217 [ 3 ] {145dfc25-6e0a-413a-9b2a-de3c2e7b058d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9654 | 2024.05.13 20:52:24.674283 [ 3 ] {145dfc25-6e0a-413a-9b2a-de3c2e7b058d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9655 | 2024.05.13 20:52:24.674470 [ 3 ] {145dfc25-6e0a-413a-9b2a-de3c2e7b058d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9656 | 2024.05.13 20:52:24.674850 [ 3 ] {145dfc25-6e0a-413a-9b2a-de3c2e7b058d} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9657 | 2024.05.13 20:52:24.674892 [ 3 ] {145dfc25-6e0a-413a-9b2a-de3c2e7b058d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9658 | 2024.05.13 20:52:24.675252 [ 3 ] {145dfc25-6e0a-413a-9b2a-de3c2e7b058d} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9659 | 2024.05.13 20:52:24.675574 [ 3 ] {145dfc25-6e0a-413a-9b2a-de3c2e7b058d} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9660 | 2024.05.13 20:52:24.675738 [ 3 ] {145dfc25-6e0a-413a-9b2a-de3c2e7b058d} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001577 sec., 13316.423589093214 rows/sec., 1.05 MiB/sec. | ||
9661 | 2024.05.13 20:52:24.676009 [ 3 ] {145dfc25-6e0a-413a-9b2a-de3c2e7b058d} <Debug> DynamicQueryHandler: Done processing query | ||
9662 | 2024.05.13 20:52:24.676074 [ 3 ] {145dfc25-6e0a-413a-9b2a-de3c2e7b058d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9663 | 2024.05.13 20:52:24.676131 [ 3 ] {} <Debug> HTTP-Session: df4e5a67-a3f8-489f-9e15-b99e0e957db7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9664 | 2024.05.13 20:52:24.676283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9665 | 2024.05.13 20:52:24.676340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9666 | 2024.05.13 20:52:24.676359 [ 3 ] {} <Debug> HTTP-Session: 66189b44-46bd-4469-97e1-5047b1745d0f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9667 | 2024.05.13 20:52:24.676376 [ 3 ] {} <Debug> HTTP-Session: 66189b44-46bd-4469-97e1-5047b1745d0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9668 | 2024.05.13 20:52:24.676390 [ 3 ] {} <Debug> HTTP-Session: 66189b44-46bd-4469-97e1-5047b1745d0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9669 | 2024.05.13 20:52:24.676423 [ 3 ] {} <Trace> HTTP-Session: 66189b44-46bd-4469-97e1-5047b1745d0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9670 | 2024.05.13 20:52:24.676533 [ 3 ] {1d415e70-5ea5-47fb-a645-67caa1715815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9671 | 2024.05.13 20:52:24.676579 [ 3 ] {1d415e70-5ea5-47fb-a645-67caa1715815} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9672 | 2024.05.13 20:52:24.676720 [ 3 ] {1d415e70-5ea5-47fb-a645-67caa1715815} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9673 | 2024.05.13 20:52:24.677014 [ 3 ] {1d415e70-5ea5-47fb-a645-67caa1715815} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9674 | 2024.05.13 20:52:24.677050 [ 3 ] {1d415e70-5ea5-47fb-a645-67caa1715815} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9675 | 2024.05.13 20:52:24.677358 [ 3 ] {1d415e70-5ea5-47fb-a645-67caa1715815} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
9676 | 2024.05.13 20:52:24.677691 [ 3 ] {1d415e70-5ea5-47fb-a645-67caa1715815} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9677 | 2024.05.13 20:52:24.677857 [ 3 ] {1d415e70-5ea5-47fb-a645-67caa1715815} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001344 sec., 1488.095238095238 rows/sec., 121.34 KiB/sec. | ||
9678 | 2024.05.13 20:52:24.678034 [ 3 ] {1d415e70-5ea5-47fb-a645-67caa1715815} <Debug> DynamicQueryHandler: Done processing query | ||
9679 | 2024.05.13 20:52:24.678059 [ 3 ] {1d415e70-5ea5-47fb-a645-67caa1715815} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9680 | 2024.05.13 20:52:24.678075 [ 3 ] {} <Debug> HTTP-Session: 66189b44-46bd-4469-97e1-5047b1745d0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9681 | 2024.05.13 20:52:24.678207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17466, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9682 | 2024.05.13 20:52:24.678254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9683 | 2024.05.13 20:52:24.678274 [ 3 ] {} <Debug> HTTP-Session: 0df72333-cfcb-4d75-8ca3-01ed4ab5a1a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9684 | 2024.05.13 20:52:24.678292 [ 3 ] {} <Debug> HTTP-Session: 0df72333-cfcb-4d75-8ca3-01ed4ab5a1a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9685 | 2024.05.13 20:52:24.678315 [ 3 ] {} <Debug> HTTP-Session: 0df72333-cfcb-4d75-8ca3-01ed4ab5a1a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9686 | 2024.05.13 20:52:24.678346 [ 3 ] {} <Trace> HTTP-Session: 0df72333-cfcb-4d75-8ca3-01ed4ab5a1a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9687 | 2024.05.13 20:52:24.678478 [ 3 ] {55bb0c9f-b27f-49a1-883d-2197b879a632} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9688 | 2024.05.13 20:52:24.678522 [ 3 ] {55bb0c9f-b27f-49a1-883d-2197b879a632} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9689 | 2024.05.13 20:52:24.678650 [ 3 ] {55bb0c9f-b27f-49a1-883d-2197b879a632} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9690 | 2024.05.13 20:52:24.679066 [ 3 ] {55bb0c9f-b27f-49a1-883d-2197b879a632} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9691 | 2024.05.13 20:52:24.679106 [ 3 ] {55bb0c9f-b27f-49a1-883d-2197b879a632} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9692 | 2024.05.13 20:52:24.679416 [ 3 ] {55bb0c9f-b27f-49a1-883d-2197b879a632} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
9693 | 2024.05.13 20:52:24.679714 [ 3 ] {55bb0c9f-b27f-49a1-883d-2197b879a632} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9694 | 2024.05.13 20:52:24.679866 [ 3 ] {55bb0c9f-b27f-49a1-883d-2197b879a632} <Debug> executeQuery: Read 120 rows, 10.16 KiB in 0.001441 sec., 83275.50312283136 rows/sec., 6.89 MiB/sec. | ||
9695 | 2024.05.13 20:52:24.680028 [ 3 ] {55bb0c9f-b27f-49a1-883d-2197b879a632} <Debug> DynamicQueryHandler: Done processing query | ||
9696 | 2024.05.13 20:52:24.680053 [ 3 ] {55bb0c9f-b27f-49a1-883d-2197b879a632} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9697 | 2024.05.13 20:52:24.680070 [ 3 ] {} <Debug> HTTP-Session: 0df72333-cfcb-4d75-8ca3-01ed4ab5a1a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9698 | 2024.05.13 20:52:24.680196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9699 | 2024.05.13 20:52:24.680243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9700 | 2024.05.13 20:52:24.680263 [ 3 ] {} <Debug> HTTP-Session: 3b5bf58a-792c-4cd1-83db-8de497780f2a Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9701 | 2024.05.13 20:52:24.680279 [ 3 ] {} <Debug> HTTP-Session: 3b5bf58a-792c-4cd1-83db-8de497780f2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9702 | 2024.05.13 20:52:24.680293 [ 3 ] {} <Debug> HTTP-Session: 3b5bf58a-792c-4cd1-83db-8de497780f2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9703 | 2024.05.13 20:52:24.680323 [ 3 ] {} <Trace> HTTP-Session: 3b5bf58a-792c-4cd1-83db-8de497780f2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9704 | 2024.05.13 20:52:24.680414 [ 3 ] {03dbf58e-f3a5-4091-8f7e-f17b8f8aa020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9705 | 2024.05.13 20:52:24.680457 [ 3 ] {03dbf58e-f3a5-4091-8f7e-f17b8f8aa020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9706 | 2024.05.13 20:52:24.680582 [ 3 ] {03dbf58e-f3a5-4091-8f7e-f17b8f8aa020} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9707 | 2024.05.13 20:52:24.680862 [ 3 ] {03dbf58e-f3a5-4091-8f7e-f17b8f8aa020} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9708 | 2024.05.13 20:52:24.680899 [ 3 ] {03dbf58e-f3a5-4091-8f7e-f17b8f8aa020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9709 | 2024.05.13 20:52:24.681188 [ 3 ] {03dbf58e-f3a5-4091-8f7e-f17b8f8aa020} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
9710 | 2024.05.13 20:52:24.681489 [ 3 ] {03dbf58e-f3a5-4091-8f7e-f17b8f8aa020} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9711 | 2024.05.13 20:52:24.681647 [ 3 ] {03dbf58e-f3a5-4091-8f7e-f17b8f8aa020} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001252 sec., 1597.4440894568688 rows/sec., 111.54 KiB/sec. | ||
9712 | 2024.05.13 20:52:24.681847 [ 3 ] {03dbf58e-f3a5-4091-8f7e-f17b8f8aa020} <Debug> DynamicQueryHandler: Done processing query | ||
9713 | 2024.05.13 20:52:24.681872 [ 3 ] {03dbf58e-f3a5-4091-8f7e-f17b8f8aa020} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9714 | 2024.05.13 20:52:24.681888 [ 3 ] {} <Debug> HTTP-Session: 3b5bf58a-792c-4cd1-83db-8de497780f2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9715 | 2024.05.13 20:52:24.682013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 14783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9716 | 2024.05.13 20:52:24.682060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9717 | 2024.05.13 20:52:24.682079 [ 3 ] {} <Debug> HTTP-Session: 880c38b2-9cb9-490a-a620-54b82771eed3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9718 | 2024.05.13 20:52:24.682096 [ 3 ] {} <Debug> HTTP-Session: 880c38b2-9cb9-490a-a620-54b82771eed3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9719 | 2024.05.13 20:52:24.682109 [ 3 ] {} <Debug> HTTP-Session: 880c38b2-9cb9-490a-a620-54b82771eed3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9720 | 2024.05.13 20:52:24.682139 [ 3 ] {} <Trace> HTTP-Session: 880c38b2-9cb9-490a-a620-54b82771eed3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9721 | 2024.05.13 20:52:24.682254 [ 3 ] {3c4a1556-d1e1-47ce-aefe-1eae15e62bf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9722 | 2024.05.13 20:52:24.682296 [ 3 ] {3c4a1556-d1e1-47ce-aefe-1eae15e62bf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9723 | 2024.05.13 20:52:24.682422 [ 3 ] {3c4a1556-d1e1-47ce-aefe-1eae15e62bf7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9724 | 2024.05.13 20:52:24.682753 [ 3 ] {3c4a1556-d1e1-47ce-aefe-1eae15e62bf7} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9725 | 2024.05.13 20:52:24.682790 [ 3 ] {3c4a1556-d1e1-47ce-aefe-1eae15e62bf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9726 | 2024.05.13 20:52:24.683094 [ 3 ] {3c4a1556-d1e1-47ce-aefe-1eae15e62bf7} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
9727 | 2024.05.13 20:52:24.683385 [ 3 ] {3c4a1556-d1e1-47ce-aefe-1eae15e62bf7} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9728 | 2024.05.13 20:52:24.683528 [ 3 ] {3c4a1556-d1e1-47ce-aefe-1eae15e62bf7} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001313 sec., 66260.47220106627 rows/sec., 5.18 MiB/sec. | ||
9729 | 2024.05.13 20:52:24.683772 [ 3 ] {3c4a1556-d1e1-47ce-aefe-1eae15e62bf7} <Debug> DynamicQueryHandler: Done processing query | ||
9730 | 2024.05.13 20:52:24.683830 [ 3 ] {3c4a1556-d1e1-47ce-aefe-1eae15e62bf7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9731 | 2024.05.13 20:52:24.683881 [ 3 ] {} <Debug> HTTP-Session: 880c38b2-9cb9-490a-a620-54b82771eed3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9732 | 2024.05.13 20:52:24.684086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9733 | 2024.05.13 20:52:24.684137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9734 | 2024.05.13 20:52:24.684156 [ 3 ] {} <Debug> HTTP-Session: cfe8b3c7-c017-4aef-9e1a-d4724822904c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9735 | 2024.05.13 20:52:24.684173 [ 3 ] {} <Debug> HTTP-Session: cfe8b3c7-c017-4aef-9e1a-d4724822904c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9736 | 2024.05.13 20:52:24.684186 [ 3 ] {} <Debug> HTTP-Session: cfe8b3c7-c017-4aef-9e1a-d4724822904c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9737 | 2024.05.13 20:52:24.684217 [ 3 ] {} <Trace> HTTP-Session: cfe8b3c7-c017-4aef-9e1a-d4724822904c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9738 | 2024.05.13 20:52:24.684364 [ 3 ] {c9a8ed64-be88-471e-b48d-fb95ba8c7bdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9739 | 2024.05.13 20:52:24.684411 [ 3 ] {c9a8ed64-be88-471e-b48d-fb95ba8c7bdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9740 | 2024.05.13 20:52:24.684574 [ 3 ] {c9a8ed64-be88-471e-b48d-fb95ba8c7bdc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9741 | 2024.05.13 20:52:24.685039 [ 3 ] {c9a8ed64-be88-471e-b48d-fb95ba8c7bdc} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9742 | 2024.05.13 20:52:24.685076 [ 3 ] {c9a8ed64-be88-471e-b48d-fb95ba8c7bdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9743 | 2024.05.13 20:52:24.685457 [ 3 ] {c9a8ed64-be88-471e-b48d-fb95ba8c7bdc} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
9744 | 2024.05.13 20:52:24.685777 [ 3 ] {c9a8ed64-be88-471e-b48d-fb95ba8c7bdc} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9745 | 2024.05.13 20:52:24.685934 [ 3 ] {c9a8ed64-be88-471e-b48d-fb95ba8c7bdc} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001632 sec., 98651.96078431372 rows/sec., 6.87 MiB/sec. | ||
9746 | 2024.05.13 20:52:24.686106 [ 3 ] {c9a8ed64-be88-471e-b48d-fb95ba8c7bdc} <Debug> DynamicQueryHandler: Done processing query | ||
9747 | 2024.05.13 20:52:24.686130 [ 3 ] {c9a8ed64-be88-471e-b48d-fb95ba8c7bdc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9748 | 2024.05.13 20:52:24.686146 [ 3 ] {} <Debug> HTTP-Session: cfe8b3c7-c017-4aef-9e1a-d4724822904c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9749 | 2024.05.13 20:52:24.686273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9750 | 2024.05.13 20:52:24.686322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9751 | 2024.05.13 20:52:24.686340 [ 3 ] {} <Debug> HTTP-Session: 3cafd7f6-bfc1-4920-945f-fc1a5cc6dd92 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9752 | 2024.05.13 20:52:24.686357 [ 3 ] {} <Debug> HTTP-Session: 3cafd7f6-bfc1-4920-945f-fc1a5cc6dd92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9753 | 2024.05.13 20:52:24.686370 [ 3 ] {} <Debug> HTTP-Session: 3cafd7f6-bfc1-4920-945f-fc1a5cc6dd92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9754 | 2024.05.13 20:52:24.686400 [ 3 ] {} <Trace> HTTP-Session: 3cafd7f6-bfc1-4920-945f-fc1a5cc6dd92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9755 | 2024.05.13 20:52:24.686598 [ 3 ] {7da1f6bf-6a69-4dd3-8206-bd541309ef09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9756 | 2024.05.13 20:52:24.686645 [ 3 ] {7da1f6bf-6a69-4dd3-8206-bd541309ef09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9757 | 2024.05.13 20:52:24.686801 [ 3 ] {7da1f6bf-6a69-4dd3-8206-bd541309ef09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9758 | 2024.05.13 20:52:24.687183 [ 3 ] {7da1f6bf-6a69-4dd3-8206-bd541309ef09} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9759 | 2024.05.13 20:52:24.687218 [ 3 ] {7da1f6bf-6a69-4dd3-8206-bd541309ef09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9760 | 2024.05.13 20:52:24.687600 [ 3 ] {7da1f6bf-6a69-4dd3-8206-bd541309ef09} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9761 | 2024.05.13 20:52:24.687954 [ 3 ] {7da1f6bf-6a69-4dd3-8206-bd541309ef09} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9762 | 2024.05.13 20:52:24.688128 [ 3 ] {7da1f6bf-6a69-4dd3-8206-bd541309ef09} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001643 sec., 12781.49726110773 rows/sec., 17.25 MiB/sec. | ||
9763 | 2024.05.13 20:52:24.688293 [ 3 ] {7da1f6bf-6a69-4dd3-8206-bd541309ef09} <Debug> DynamicQueryHandler: Done processing query | ||
9764 | 2024.05.13 20:52:24.688318 [ 3 ] {7da1f6bf-6a69-4dd3-8206-bd541309ef09} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
9765 | 2024.05.13 20:52:24.688334 [ 3 ] {} <Debug> HTTP-Session: 3cafd7f6-bfc1-4920-945f-fc1a5cc6dd92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9766 | 2024.05.13 20:52:24.688459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9767 | 2024.05.13 20:52:24.688509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9768 | 2024.05.13 20:52:24.688535 [ 3 ] {} <Debug> HTTP-Session: 9ce1d578-add6-4dde-8ae4-1b61166f5678 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9769 | 2024.05.13 20:52:24.688551 [ 3 ] {} <Debug> HTTP-Session: 9ce1d578-add6-4dde-8ae4-1b61166f5678 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9770 | 2024.05.13 20:52:24.688566 [ 3 ] {} <Debug> HTTP-Session: 9ce1d578-add6-4dde-8ae4-1b61166f5678 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9771 | 2024.05.13 20:52:24.688602 [ 3 ] {} <Trace> HTTP-Session: 9ce1d578-add6-4dde-8ae4-1b61166f5678 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9772 | 2024.05.13 20:52:24.688722 [ 3 ] {3046bf78-dddd-4af9-8017-79c68b7a1326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9773 | 2024.05.13 20:52:24.688772 [ 3 ] {3046bf78-dddd-4af9-8017-79c68b7a1326} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9774 | 2024.05.13 20:52:24.688916 [ 3 ] {3046bf78-dddd-4af9-8017-79c68b7a1326} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9775 | 2024.05.13 20:52:24.689296 [ 3 ] {3046bf78-dddd-4af9-8017-79c68b7a1326} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9776 | 2024.05.13 20:52:24.689344 [ 3 ] {3046bf78-dddd-4af9-8017-79c68b7a1326} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9777 | 2024.05.13 20:52:24.689809 [ 3 ] {3046bf78-dddd-4af9-8017-79c68b7a1326} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
9778 | 2024.05.13 20:52:24.690122 [ 3 ] {3046bf78-dddd-4af9-8017-79c68b7a1326} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9779 | 2024.05.13 20:52:24.690267 [ 3 ] {3046bf78-dddd-4af9-8017-79c68b7a1326} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001589 sec., 37759.59723096287 rows/sec., 2.54 MiB/sec. | ||
9780 | 2024.05.13 20:52:24.690441 [ 3 ] {3046bf78-dddd-4af9-8017-79c68b7a1326} <Debug> DynamicQueryHandler: Done processing query | ||
9781 | 2024.05.13 20:52:24.690465 [ 3 ] {3046bf78-dddd-4af9-8017-79c68b7a1326} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9782 | 2024.05.13 20:52:24.690481 [ 3 ] {} <Debug> HTTP-Session: 9ce1d578-add6-4dde-8ae4-1b61166f5678 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9783 | 2024.05.13 20:52:27.831961 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9784 | 2024.05.13 20:52:27.832044 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9785 | 2024.05.13 20:52:29.673943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9786 | 2024.05.13 20:52:29.674051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9787 | 2024.05.13 20:52:29.674076 [ 3 ] {} <Debug> HTTP-Session: b1be9cf0-9e1f-46ba-991a-a071d8e1ef91 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9788 | 2024.05.13 20:52:29.674099 [ 3 ] {} <Debug> HTTP-Session: b1be9cf0-9e1f-46ba-991a-a071d8e1ef91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9789 | 2024.05.13 20:52:29.674114 [ 3 ] {} <Debug> HTTP-Session: b1be9cf0-9e1f-46ba-991a-a071d8e1ef91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9790 | 2024.05.13 20:52:29.674162 [ 3 ] {} <Trace> HTTP-Session: b1be9cf0-9e1f-46ba-991a-a071d8e1ef91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9791 | 2024.05.13 20:52:29.674347 [ 3 ] {d3b8b1af-7fb4-4450-979d-82ebb7128535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9792 | 2024.05.13 20:52:29.674411 [ 3 ] {d3b8b1af-7fb4-4450-979d-82ebb7128535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9793 | 2024.05.13 20:52:29.674597 [ 3 ] {d3b8b1af-7fb4-4450-979d-82ebb7128535} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9794 | 2024.05.13 20:52:29.674995 [ 3 ] {d3b8b1af-7fb4-4450-979d-82ebb7128535} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9795 | 2024.05.13 20:52:29.675037 [ 3 ] {d3b8b1af-7fb4-4450-979d-82ebb7128535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9796 | 2024.05.13 20:52:29.675420 [ 3 ] {d3b8b1af-7fb4-4450-979d-82ebb7128535} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9797 | 2024.05.13 20:52:29.675741 [ 3 ] {d3b8b1af-7fb4-4450-979d-82ebb7128535} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9798 | 2024.05.13 20:52:29.675897 [ 3 ] {d3b8b1af-7fb4-4450-979d-82ebb7128535} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.0016 sec., 6250 rows/sec., 506.59 KiB/sec. | ||
9799 | 2024.05.13 20:52:29.675914 [ 46 ] {} <Debug> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9800 | 2024.05.13 20:52:29.676023 [ 46 ] {} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9801 | 2024.05.13 20:52:29.676057 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9802 | 2024.05.13 20:52:29.676174 [ 3 ] {d3b8b1af-7fb4-4450-979d-82ebb7128535} <Debug> DynamicQueryHandler: Done processing query | ||
9803 | 2024.05.13 20:52:29.676232 [ 3 ] {d3b8b1af-7fb4-4450-979d-82ebb7128535} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9804 | 2024.05.13 20:52:29.676265 [ 3 ] {} <Debug> HTTP-Session: b1be9cf0-9e1f-46ba-991a-a071d8e1ef91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9805 | 2024.05.13 20:52:29.676273 [ 196 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
9806 | 2024.05.13 20:52:29.676453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12383, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9807 | 2024.05.13 20:52:29.676515 [ 196 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9808 | 2024.05.13 20:52:29.676581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9809 | 2024.05.13 20:52:29.676583 [ 196 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 31 rows starting from the beginning of the part | ||
9810 | 2024.05.13 20:52:29.676625 [ 3 ] {} <Debug> HTTP-Session: ec7cf3c3-2385-49b2-ac97-98b6bac66883 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9811 | 2024.05.13 20:52:29.676663 [ 3 ] {} <Debug> HTTP-Session: ec7cf3c3-2385-49b2-ac97-98b6bac66883 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9812 | 2024.05.13 20:52:29.676701 [ 3 ] {} <Debug> HTTP-Session: ec7cf3c3-2385-49b2-ac97-98b6bac66883 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9813 | 2024.05.13 20:52:29.676793 [ 196 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 10 rows starting from the beginning of the part | ||
9814 | 2024.05.13 20:52:29.676829 [ 3 ] {} <Trace> HTTP-Session: ec7cf3c3-2385-49b2-ac97-98b6bac66883 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9815 | 2024.05.13 20:52:29.677086 [ 196 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
9816 | 2024.05.13 20:52:29.677285 [ 3 ] {728a5a91-0f1c-4bc7-b35e-c909b320c118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9817 | 2024.05.13 20:52:29.677474 [ 3 ] {728a5a91-0f1c-4bc7-b35e-c909b320c118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9818 | 2024.05.13 20:52:29.677540 [ 196 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 10 rows starting from the beginning of the part | ||
9819 | 2024.05.13 20:52:29.677838 [ 196 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
9820 | 2024.05.13 20:52:29.678251 [ 196 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 10 rows starting from the beginning of the part | ||
9821 | 2024.05.13 20:52:29.678426 [ 3 ] {728a5a91-0f1c-4bc7-b35e-c909b320c118} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9822 | 2024.05.13 20:52:29.679371 [ 3 ] {728a5a91-0f1c-4bc7-b35e-c909b320c118} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9823 | 2024.05.13 20:52:29.679434 [ 3 ] {728a5a91-0f1c-4bc7-b35e-c909b320c118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9824 | 2024.05.13 20:52:29.680306 [ 3 ] {728a5a91-0f1c-4bc7-b35e-c909b320c118} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
9825 | 2024.05.13 20:52:29.680809 [ 196 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 103 rows, containing 4 columns (4 merged, 0 gathered) in 0.004665585 sec., 22076.54559931927 rows/sec., 1.75 MiB/sec. | ||
9826 | 2024.05.13 20:52:29.680998 [ 196 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9827 | 2024.05.13 20:52:29.681154 [ 3 ] {728a5a91-0f1c-4bc7-b35e-c909b320c118} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9828 | 2024.05.13 20:52:29.681648 [ 3 ] {728a5a91-0f1c-4bc7-b35e-c909b320c118} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.004573 sec., 18806.035425322545 rows/sec., 1.52 MiB/sec. | ||
9829 | 2024.05.13 20:52:29.681932 [ 196 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_56_11} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9830 | 2024.05.13 20:52:29.681984 [ 3 ] {728a5a91-0f1c-4bc7-b35e-c909b320c118} <Debug> DynamicQueryHandler: Done processing query | ||
9831 | 2024.05.13 20:52:29.682034 [ 3 ] {728a5a91-0f1c-4bc7-b35e-c909b320c118} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9832 | 2024.05.13 20:52:29.682061 [ 3 ] {} <Debug> HTTP-Session: ec7cf3c3-2385-49b2-ac97-98b6bac66883 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9833 | 2024.05.13 20:52:29.682080 [ 196 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_56_11} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
9834 | 2024.05.13 20:52:29.682192 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
9835 | 2024.05.13 20:52:29.682240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9836 | 2024.05.13 20:52:29.682302 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9837 | 2024.05.13 20:52:29.682321 [ 3 ] {} <Debug> HTTP-Session: c0ff8566-4076-4cd9-8d8e-91fe375c6a5d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9838 | 2024.05.13 20:52:29.682338 [ 3 ] {} <Debug> HTTP-Session: c0ff8566-4076-4cd9-8d8e-91fe375c6a5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9839 | 2024.05.13 20:52:29.682351 [ 3 ] {} <Debug> HTTP-Session: c0ff8566-4076-4cd9-8d8e-91fe375c6a5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9840 | 2024.05.13 20:52:29.682384 [ 3 ] {} <Trace> HTTP-Session: c0ff8566-4076-4cd9-8d8e-91fe375c6a5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9841 | 2024.05.13 20:52:29.682514 [ 3 ] {aea2e25d-bc49-4e5d-9a96-670691ec3718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9842 | 2024.05.13 20:52:29.682559 [ 3 ] {aea2e25d-bc49-4e5d-9a96-670691ec3718} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9843 | 2024.05.13 20:52:29.682707 [ 3 ] {aea2e25d-bc49-4e5d-9a96-670691ec3718} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9844 | 2024.05.13 20:52:29.683040 [ 3 ] {aea2e25d-bc49-4e5d-9a96-670691ec3718} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9845 | 2024.05.13 20:52:29.683076 [ 3 ] {aea2e25d-bc49-4e5d-9a96-670691ec3718} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9846 | 2024.05.13 20:52:29.683386 [ 3 ] {aea2e25d-bc49-4e5d-9a96-670691ec3718} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
9847 | 2024.05.13 20:52:29.683690 [ 3 ] {aea2e25d-bc49-4e5d-9a96-670691ec3718} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9848 | 2024.05.13 20:52:29.683828 [ 3 ] {aea2e25d-bc49-4e5d-9a96-670691ec3718} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001362 sec., 54331.86490455213 rows/sec., 4.24 MiB/sec. | ||
9849 | 2024.05.13 20:52:29.683977 [ 3 ] {aea2e25d-bc49-4e5d-9a96-670691ec3718} <Debug> DynamicQueryHandler: Done processing query | ||
9850 | 2024.05.13 20:52:29.684001 [ 3 ] {aea2e25d-bc49-4e5d-9a96-670691ec3718} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9851 | 2024.05.13 20:52:29.684016 [ 3 ] {} <Debug> HTTP-Session: c0ff8566-4076-4cd9-8d8e-91fe375c6a5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9852 | 2024.05.13 20:52:29.684168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9853 | 2024.05.13 20:52:29.684215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9854 | 2024.05.13 20:52:29.684234 [ 3 ] {} <Debug> HTTP-Session: 691fbe23-da5f-4192-9887-e1f3a5888dd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9855 | 2024.05.13 20:52:29.684250 [ 3 ] {} <Debug> HTTP-Session: 691fbe23-da5f-4192-9887-e1f3a5888dd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9856 | 2024.05.13 20:52:29.684263 [ 3 ] {} <Debug> HTTP-Session: 691fbe23-da5f-4192-9887-e1f3a5888dd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9857 | 2024.05.13 20:52:29.684294 [ 3 ] {} <Trace> HTTP-Session: 691fbe23-da5f-4192-9887-e1f3a5888dd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9858 | 2024.05.13 20:52:29.684436 [ 3 ] {ad3044a1-edea-47dd-8df2-02c1d17ab178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9859 | 2024.05.13 20:52:29.684483 [ 3 ] {ad3044a1-edea-47dd-8df2-02c1d17ab178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9860 | 2024.05.13 20:52:29.684624 [ 3 ] {ad3044a1-edea-47dd-8df2-02c1d17ab178} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9861 | 2024.05.13 20:52:29.685012 [ 3 ] {ad3044a1-edea-47dd-8df2-02c1d17ab178} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9862 | 2024.05.13 20:52:29.685048 [ 3 ] {ad3044a1-edea-47dd-8df2-02c1d17ab178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9863 | 2024.05.13 20:52:29.685424 [ 3 ] {ad3044a1-edea-47dd-8df2-02c1d17ab178} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
9864 | 2024.05.13 20:52:29.685750 [ 3 ] {ad3044a1-edea-47dd-8df2-02c1d17ab178} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9865 | 2024.05.13 20:52:29.685906 [ 3 ] {ad3044a1-edea-47dd-8df2-02c1d17ab178} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001526 sec., 104849.27916120576 rows/sec., 7.30 MiB/sec. | ||
9866 | 2024.05.13 20:52:29.686155 [ 3 ] {ad3044a1-edea-47dd-8df2-02c1d17ab178} <Debug> DynamicQueryHandler: Done processing query | ||
9867 | 2024.05.13 20:52:29.686219 [ 3 ] {ad3044a1-edea-47dd-8df2-02c1d17ab178} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9868 | 2024.05.13 20:52:29.686275 [ 3 ] {} <Debug> HTTP-Session: 691fbe23-da5f-4192-9887-e1f3a5888dd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9869 | 2024.05.13 20:52:29.686485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10761, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9870 | 2024.05.13 20:52:29.686537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9871 | 2024.05.13 20:52:29.686557 [ 3 ] {} <Debug> HTTP-Session: ee95f045-d299-4364-8dbe-8c901ed160cc Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9872 | 2024.05.13 20:52:29.686573 [ 3 ] {} <Debug> HTTP-Session: ee95f045-d299-4364-8dbe-8c901ed160cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9873 | 2024.05.13 20:52:29.686587 [ 3 ] {} <Debug> HTTP-Session: ee95f045-d299-4364-8dbe-8c901ed160cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9874 | 2024.05.13 20:52:29.686619 [ 3 ] {} <Trace> HTTP-Session: ee95f045-d299-4364-8dbe-8c901ed160cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9875 | 2024.05.13 20:52:29.686780 [ 3 ] {c2123375-1ce4-4e6b-8753-3a3f1cac1a52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9876 | 2024.05.13 20:52:29.686830 [ 3 ] {c2123375-1ce4-4e6b-8753-3a3f1cac1a52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9877 | 2024.05.13 20:52:29.687004 [ 3 ] {c2123375-1ce4-4e6b-8753-3a3f1cac1a52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9878 | 2024.05.13 20:52:29.687341 [ 3 ] {c2123375-1ce4-4e6b-8753-3a3f1cac1a52} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9879 | 2024.05.13 20:52:29.687377 [ 3 ] {c2123375-1ce4-4e6b-8753-3a3f1cac1a52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9880 | 2024.05.13 20:52:29.687764 [ 3 ] {c2123375-1ce4-4e6b-8753-3a3f1cac1a52} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9881 | 2024.05.13 20:52:29.688089 [ 3 ] {c2123375-1ce4-4e6b-8753-3a3f1cac1a52} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9882 | 2024.05.13 20:52:29.688221 [ 3 ] {c2123375-1ce4-4e6b-8753-3a3f1cac1a52} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.001531 sec., 6531.678641410843 rows/sec., 8.81 MiB/sec. | ||
9883 | 2024.05.13 20:52:29.688235 [ 46 ] {} <Debug> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9884 | 2024.05.13 20:52:29.688304 [ 46 ] {} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9885 | 2024.05.13 20:52:29.688353 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9886 | 2024.05.13 20:52:29.688480 [ 3 ] {c2123375-1ce4-4e6b-8753-3a3f1cac1a52} <Debug> DynamicQueryHandler: Done processing query | ||
9887 | 2024.05.13 20:52:29.688519 [ 188 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
9888 | 2024.05.13 20:52:29.688528 [ 3 ] {c2123375-1ce4-4e6b-8753-3a3f1cac1a52} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9889 | 2024.05.13 20:52:29.688595 [ 3 ] {} <Debug> HTTP-Session: ee95f045-d299-4364-8dbe-8c901ed160cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9890 | 2024.05.13 20:52:29.688748 [ 188 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9891 | 2024.05.13 20:52:29.688764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9892 | 2024.05.13 20:52:29.688812 [ 188 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 794 rows starting from the beginning of the part | ||
9893 | 2024.05.13 20:52:29.688871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9894 | 2024.05.13 20:52:29.688935 [ 3 ] {} <Debug> HTTP-Session: 19e8987b-a2b7-4b98-9099-f81e0eeb90e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9895 | 2024.05.13 20:52:29.689069 [ 3 ] {} <Debug> HTTP-Session: 19e8987b-a2b7-4b98-9099-f81e0eeb90e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9896 | 2024.05.13 20:52:29.689122 [ 3 ] {} <Debug> HTTP-Session: 19e8987b-a2b7-4b98-9099-f81e0eeb90e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9897 | 2024.05.13 20:52:29.689213 [ 188 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 10 rows starting from the beginning of the part | ||
9898 | 2024.05.13 20:52:29.689246 [ 3 ] {} <Trace> HTTP-Session: 19e8987b-a2b7-4b98-9099-f81e0eeb90e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9899 | 2024.05.13 20:52:29.689542 [ 188 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
9900 | 2024.05.13 20:52:29.689595 [ 3 ] {424b892a-82d0-4fb2-bbc1-036a2b606bb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9901 | 2024.05.13 20:52:29.689790 [ 188 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 10 rows starting from the beginning of the part | ||
9902 | 2024.05.13 20:52:29.689811 [ 3 ] {424b892a-82d0-4fb2-bbc1-036a2b606bb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9903 | 2024.05.13 20:52:29.690179 [ 188 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
9904 | 2024.05.13 20:52:29.690493 [ 188 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 10 rows starting from the beginning of the part | ||
9905 | 2024.05.13 20:52:29.690834 [ 3 ] {424b892a-82d0-4fb2-bbc1-036a2b606bb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9906 | 2024.05.13 20:52:29.691877 [ 3 ] {424b892a-82d0-4fb2-bbc1-036a2b606bb0} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9907 | 2024.05.13 20:52:29.691933 [ 3 ] {424b892a-82d0-4fb2-bbc1-036a2b606bb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9908 | 2024.05.13 20:52:29.692322 [ 3 ] {424b892a-82d0-4fb2-bbc1-036a2b606bb0} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
9909 | 2024.05.13 20:52:29.692737 [ 3 ] {424b892a-82d0-4fb2-bbc1-036a2b606bb0} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9910 | 2024.05.13 20:52:29.693038 [ 3 ] {424b892a-82d0-4fb2-bbc1-036a2b606bb0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003575 sec., 16783.216783216783 rows/sec., 1.13 MiB/sec. | ||
9911 | 2024.05.13 20:52:29.693610 [ 3 ] {424b892a-82d0-4fb2-bbc1-036a2b606bb0} <Debug> DynamicQueryHandler: Done processing query | ||
9912 | 2024.05.13 20:52:29.693699 [ 3 ] {424b892a-82d0-4fb2-bbc1-036a2b606bb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9913 | 2024.05.13 20:52:29.693796 [ 3 ] {} <Debug> HTTP-Session: 19e8987b-a2b7-4b98-9099-f81e0eeb90e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9914 | 2024.05.13 20:52:29.698336 [ 201 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 866 rows, containing 6 columns (6 merged, 0 gathered) in 0.009870763 sec., 87733.84590431358 rows/sec., 118.39 MiB/sec. | ||
9915 | 2024.05.13 20:52:29.699024 [ 198 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9916 | 2024.05.13 20:52:29.699505 [ 198 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9917 | 2024.05.13 20:52:29.699595 [ 198 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
9918 | 2024.05.13 20:52:29.699703 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.55 MiB. | ||
9919 | 2024.05.13 20:52:34.675350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9920 | 2024.05.13 20:52:34.675478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9921 | 2024.05.13 20:52:34.675503 [ 3 ] {} <Debug> HTTP-Session: d8e36d3a-ea3e-4d4d-8382-dcbdb3a78295 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9922 | 2024.05.13 20:52:34.675526 [ 3 ] {} <Debug> HTTP-Session: d8e36d3a-ea3e-4d4d-8382-dcbdb3a78295 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9923 | 2024.05.13 20:52:34.675541 [ 3 ] {} <Debug> HTTP-Session: d8e36d3a-ea3e-4d4d-8382-dcbdb3a78295 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9924 | 2024.05.13 20:52:34.675589 [ 3 ] {} <Trace> HTTP-Session: d8e36d3a-ea3e-4d4d-8382-dcbdb3a78295 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9925 | 2024.05.13 20:52:34.675780 [ 3 ] {9f317c13-d409-499f-a5b4-1081ea988c0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9926 | 2024.05.13 20:52:34.675848 [ 3 ] {9f317c13-d409-499f-a5b4-1081ea988c0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9927 | 2024.05.13 20:52:34.676034 [ 3 ] {9f317c13-d409-499f-a5b4-1081ea988c0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9928 | 2024.05.13 20:52:34.676504 [ 3 ] {9f317c13-d409-499f-a5b4-1081ea988c0a} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9929 | 2024.05.13 20:52:34.676554 [ 3 ] {9f317c13-d409-499f-a5b4-1081ea988c0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9930 | 2024.05.13 20:52:34.677099 [ 3 ] {9f317c13-d409-499f-a5b4-1081ea988c0a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
9931 | 2024.05.13 20:52:34.677548 [ 3 ] {9f317c13-d409-499f-a5b4-1081ea988c0a} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9932 | 2024.05.13 20:52:34.677726 [ 3 ] {9f317c13-d409-499f-a5b4-1081ea988c0a} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.002001 sec., 10494.752623688155 rows/sec., 850.65 KiB/sec. | ||
9933 | 2024.05.13 20:52:34.678005 [ 3 ] {9f317c13-d409-499f-a5b4-1081ea988c0a} <Debug> DynamicQueryHandler: Done processing query | ||
9934 | 2024.05.13 20:52:34.678039 [ 3 ] {9f317c13-d409-499f-a5b4-1081ea988c0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9935 | 2024.05.13 20:52:34.678062 [ 3 ] {} <Debug> HTTP-Session: d8e36d3a-ea3e-4d4d-8382-dcbdb3a78295 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9936 | 2024.05.13 20:52:34.678234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9937 | 2024.05.13 20:52:34.678287 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9938 | 2024.05.13 20:52:34.678307 [ 3 ] {} <Debug> HTTP-Session: 5d234a32-11d5-4903-a097-354ff82fb737 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9939 | 2024.05.13 20:52:34.678325 [ 3 ] {} <Debug> HTTP-Session: 5d234a32-11d5-4903-a097-354ff82fb737 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9940 | 2024.05.13 20:52:34.678340 [ 3 ] {} <Debug> HTTP-Session: 5d234a32-11d5-4903-a097-354ff82fb737 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9941 | 2024.05.13 20:52:34.678372 [ 3 ] {} <Trace> HTTP-Session: 5d234a32-11d5-4903-a097-354ff82fb737 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9942 | 2024.05.13 20:52:34.678484 [ 3 ] {bc7389ee-599b-4da5-8bcb-4975aef044e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9943 | 2024.05.13 20:52:34.678529 [ 3 ] {bc7389ee-599b-4da5-8bcb-4975aef044e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9944 | 2024.05.13 20:52:34.678664 [ 3 ] {bc7389ee-599b-4da5-8bcb-4975aef044e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9945 | 2024.05.13 20:52:34.678989 [ 3 ] {bc7389ee-599b-4da5-8bcb-4975aef044e9} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9946 | 2024.05.13 20:52:34.679027 [ 3 ] {bc7389ee-599b-4da5-8bcb-4975aef044e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9947 | 2024.05.13 20:52:34.679335 [ 3 ] {bc7389ee-599b-4da5-8bcb-4975aef044e9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
9948 | 2024.05.13 20:52:34.679655 [ 3 ] {bc7389ee-599b-4da5-8bcb-4975aef044e9} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9949 | 2024.05.13 20:52:34.679809 [ 3 ] {bc7389ee-599b-4da5-8bcb-4975aef044e9} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001345 sec., 2973.977695167286 rows/sec., 242.51 KiB/sec. | ||
9950 | 2024.05.13 20:52:34.679972 [ 3 ] {bc7389ee-599b-4da5-8bcb-4975aef044e9} <Debug> DynamicQueryHandler: Done processing query | ||
9951 | 2024.05.13 20:52:34.679997 [ 3 ] {bc7389ee-599b-4da5-8bcb-4975aef044e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9952 | 2024.05.13 20:52:34.680012 [ 3 ] {} <Debug> HTTP-Session: 5d234a32-11d5-4903-a097-354ff82fb737 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9953 | 2024.05.13 20:52:34.680157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9954 | 2024.05.13 20:52:34.680210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9955 | 2024.05.13 20:52:34.680228 [ 3 ] {} <Debug> HTTP-Session: 19980c9a-deb3-4ca4-b7c9-4445a26abf28 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9956 | 2024.05.13 20:52:34.680244 [ 3 ] {} <Debug> HTTP-Session: 19980c9a-deb3-4ca4-b7c9-4445a26abf28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9957 | 2024.05.13 20:52:34.680258 [ 3 ] {} <Debug> HTTP-Session: 19980c9a-deb3-4ca4-b7c9-4445a26abf28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9958 | 2024.05.13 20:52:34.680288 [ 3 ] {} <Trace> HTTP-Session: 19980c9a-deb3-4ca4-b7c9-4445a26abf28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9959 | 2024.05.13 20:52:34.680422 [ 3 ] {63b4c65c-bd2c-4a4c-a1b4-f919a8e3679a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9960 | 2024.05.13 20:52:34.680465 [ 3 ] {63b4c65c-bd2c-4a4c-a1b4-f919a8e3679a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9961 | 2024.05.13 20:52:34.680591 [ 3 ] {63b4c65c-bd2c-4a4c-a1b4-f919a8e3679a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9962 | 2024.05.13 20:52:34.680991 [ 3 ] {63b4c65c-bd2c-4a4c-a1b4-f919a8e3679a} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9963 | 2024.05.13 20:52:34.681029 [ 3 ] {63b4c65c-bd2c-4a4c-a1b4-f919a8e3679a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9964 | 2024.05.13 20:52:34.681348 [ 3 ] {63b4c65c-bd2c-4a4c-a1b4-f919a8e3679a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
9965 | 2024.05.13 20:52:34.681654 [ 3 ] {63b4c65c-bd2c-4a4c-a1b4-f919a8e3679a} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9966 | 2024.05.13 20:52:34.681802 [ 3 ] {63b4c65c-bd2c-4a4c-a1b4-f919a8e3679a} <Debug> executeQuery: Read 121 rows, 10.24 KiB in 0.001429 sec., 84674.59762071379 rows/sec., 7.00 MiB/sec. | ||
9967 | 2024.05.13 20:52:34.682051 [ 3 ] {63b4c65c-bd2c-4a4c-a1b4-f919a8e3679a} <Debug> DynamicQueryHandler: Done processing query | ||
9968 | 2024.05.13 20:52:34.682107 [ 3 ] {63b4c65c-bd2c-4a4c-a1b4-f919a8e3679a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9969 | 2024.05.13 20:52:34.682157 [ 3 ] {} <Debug> HTTP-Session: 19980c9a-deb3-4ca4-b7c9-4445a26abf28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9970 | 2024.05.13 20:52:34.682315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9971 | 2024.05.13 20:52:34.682363 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9972 | 2024.05.13 20:52:34.682381 [ 3 ] {} <Debug> HTTP-Session: 791d5e3f-26f9-449e-8311-e794eec50aa3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9973 | 2024.05.13 20:52:34.682397 [ 3 ] {} <Debug> HTTP-Session: 791d5e3f-26f9-449e-8311-e794eec50aa3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9974 | 2024.05.13 20:52:34.682409 [ 3 ] {} <Debug> HTTP-Session: 791d5e3f-26f9-449e-8311-e794eec50aa3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9975 | 2024.05.13 20:52:34.682440 [ 3 ] {} <Trace> HTTP-Session: 791d5e3f-26f9-449e-8311-e794eec50aa3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9976 | 2024.05.13 20:52:34.682534 [ 3 ] {fc6df62d-9615-43a5-9852-835185793391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9977 | 2024.05.13 20:52:34.682576 [ 3 ] {fc6df62d-9615-43a5-9852-835185793391} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9978 | 2024.05.13 20:52:34.682712 [ 3 ] {fc6df62d-9615-43a5-9852-835185793391} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9979 | 2024.05.13 20:52:34.682977 [ 3 ] {fc6df62d-9615-43a5-9852-835185793391} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9980 | 2024.05.13 20:52:34.683012 [ 3 ] {fc6df62d-9615-43a5-9852-835185793391} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9981 | 2024.05.13 20:52:34.683373 [ 3 ] {fc6df62d-9615-43a5-9852-835185793391} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
9982 | 2024.05.13 20:52:34.683689 [ 3 ] {fc6df62d-9615-43a5-9852-835185793391} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9983 | 2024.05.13 20:52:34.683845 [ 3 ] {fc6df62d-9615-43a5-9852-835185793391} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001302 sec., 3072.1966205837175 rows/sec., 214.51 KiB/sec. | ||
9984 | 2024.05.13 20:52:34.684042 [ 3 ] {fc6df62d-9615-43a5-9852-835185793391} <Debug> DynamicQueryHandler: Done processing query | ||
9985 | 2024.05.13 20:52:34.684067 [ 3 ] {fc6df62d-9615-43a5-9852-835185793391} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9986 | 2024.05.13 20:52:34.684083 [ 3 ] {} <Debug> HTTP-Session: 791d5e3f-26f9-449e-8311-e794eec50aa3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9987 | 2024.05.13 20:52:34.684225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 15124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9988 | 2024.05.13 20:52:34.684276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9989 | 2024.05.13 20:52:34.684295 [ 3 ] {} <Debug> HTTP-Session: 607b42ea-54d3-4764-be32-31f9964fc9a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
9990 | 2024.05.13 20:52:34.684311 [ 3 ] {} <Debug> HTTP-Session: 607b42ea-54d3-4764-be32-31f9964fc9a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9991 | 2024.05.13 20:52:34.684325 [ 3 ] {} <Debug> HTTP-Session: 607b42ea-54d3-4764-be32-31f9964fc9a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9992 | 2024.05.13 20:52:34.684356 [ 3 ] {} <Trace> HTTP-Session: 607b42ea-54d3-4764-be32-31f9964fc9a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9993 | 2024.05.13 20:52:34.684476 [ 3 ] {8979a271-3e3f-4592-ba51-1e042a21551a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9994 | 2024.05.13 20:52:34.684519 [ 3 ] {8979a271-3e3f-4592-ba51-1e042a21551a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9995 | 2024.05.13 20:52:34.684646 [ 3 ] {8979a271-3e3f-4592-ba51-1e042a21551a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9996 | 2024.05.13 20:52:34.684977 [ 3 ] {8979a271-3e3f-4592-ba51-1e042a21551a} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9997 | 2024.05.13 20:52:34.685014 [ 3 ] {8979a271-3e3f-4592-ba51-1e042a21551a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
9998 | 2024.05.13 20:52:34.685340 [ 3 ] {8979a271-3e3f-4592-ba51-1e042a21551a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
9999 | 2024.05.13 20:52:34.685646 [ 3 ] {8979a271-3e3f-4592-ba51-1e042a21551a} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10000 | 2024.05.13 20:52:34.685794 [ 3 ] {8979a271-3e3f-4592-ba51-1e042a21551a} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.00136 sec., 65441.17647058823 rows/sec., 5.11 MiB/sec. | ||
10001 | 2024.05.13 20:52:34.685948 [ 3 ] {8979a271-3e3f-4592-ba51-1e042a21551a} <Debug> DynamicQueryHandler: Done processing query | ||
10002 | 2024.05.13 20:52:34.685971 [ 3 ] {8979a271-3e3f-4592-ba51-1e042a21551a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10003 | 2024.05.13 20:52:34.685988 [ 3 ] {} <Debug> HTTP-Session: 607b42ea-54d3-4764-be32-31f9964fc9a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10004 | 2024.05.13 20:52:34.686142 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 31004, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10005 | 2024.05.13 20:52:34.686190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10006 | 2024.05.13 20:52:34.686209 [ 3 ] {} <Debug> HTTP-Session: 7770b41c-0c1e-4b4a-bafc-b297c5b5f866 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10007 | 2024.05.13 20:52:34.686225 [ 3 ] {} <Debug> HTTP-Session: 7770b41c-0c1e-4b4a-bafc-b297c5b5f866 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10008 | 2024.05.13 20:52:34.686238 [ 3 ] {} <Debug> HTTP-Session: 7770b41c-0c1e-4b4a-bafc-b297c5b5f866 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10009 | 2024.05.13 20:52:34.686269 [ 3 ] {} <Trace> HTTP-Session: 7770b41c-0c1e-4b4a-bafc-b297c5b5f866 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10010 | 2024.05.13 20:52:34.686410 [ 3 ] {3fccd363-46e5-4c8d-a926-c2a1210a2320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10011 | 2024.05.13 20:52:34.686458 [ 3 ] {3fccd363-46e5-4c8d-a926-c2a1210a2320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10012 | 2024.05.13 20:52:34.686603 [ 3 ] {3fccd363-46e5-4c8d-a926-c2a1210a2320} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10013 | 2024.05.13 20:52:34.686983 [ 3 ] {3fccd363-46e5-4c8d-a926-c2a1210a2320} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10014 | 2024.05.13 20:52:34.687018 [ 3 ] {3fccd363-46e5-4c8d-a926-c2a1210a2320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10015 | 2024.05.13 20:52:34.687409 [ 3 ] {3fccd363-46e5-4c8d-a926-c2a1210a2320} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
10016 | 2024.05.13 20:52:34.687745 [ 3 ] {3fccd363-46e5-4c8d-a926-c2a1210a2320} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10017 | 2024.05.13 20:52:34.687912 [ 3 ] {3fccd363-46e5-4c8d-a926-c2a1210a2320} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001556 sec., 104113.11053984576 rows/sec., 7.25 MiB/sec. | ||
10018 | 2024.05.13 20:52:34.688082 [ 3 ] {3fccd363-46e5-4c8d-a926-c2a1210a2320} <Debug> DynamicQueryHandler: Done processing query | ||
10019 | 2024.05.13 20:52:34.688106 [ 3 ] {3fccd363-46e5-4c8d-a926-c2a1210a2320} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10020 | 2024.05.13 20:52:34.688122 [ 3 ] {} <Debug> HTTP-Session: 7770b41c-0c1e-4b4a-bafc-b297c5b5f866 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10021 | 2024.05.13 20:52:34.688272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10022 | 2024.05.13 20:52:34.688321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10023 | 2024.05.13 20:52:34.688340 [ 3 ] {} <Debug> HTTP-Session: fc5cd768-15fd-41fc-94f1-299ac74a7a8f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10024 | 2024.05.13 20:52:34.688356 [ 3 ] {} <Debug> HTTP-Session: fc5cd768-15fd-41fc-94f1-299ac74a7a8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10025 | 2024.05.13 20:52:34.688369 [ 3 ] {} <Debug> HTTP-Session: fc5cd768-15fd-41fc-94f1-299ac74a7a8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10026 | 2024.05.13 20:52:34.688399 [ 3 ] {} <Trace> HTTP-Session: fc5cd768-15fd-41fc-94f1-299ac74a7a8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10027 | 2024.05.13 20:52:34.688596 [ 3 ] {3d8f7c52-8586-4eaf-9724-b9bcdd3cbb01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10028 | 2024.05.13 20:52:34.688644 [ 3 ] {3d8f7c52-8586-4eaf-9724-b9bcdd3cbb01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10029 | 2024.05.13 20:52:34.688802 [ 3 ] {3d8f7c52-8586-4eaf-9724-b9bcdd3cbb01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10030 | 2024.05.13 20:52:34.689191 [ 3 ] {3d8f7c52-8586-4eaf-9724-b9bcdd3cbb01} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10031 | 2024.05.13 20:52:34.689227 [ 3 ] {3d8f7c52-8586-4eaf-9724-b9bcdd3cbb01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10032 | 2024.05.13 20:52:34.689623 [ 3 ] {3d8f7c52-8586-4eaf-9724-b9bcdd3cbb01} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10033 | 2024.05.13 20:52:34.689962 [ 3 ] {3d8f7c52-8586-4eaf-9724-b9bcdd3cbb01} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10034 | 2024.05.13 20:52:34.690116 [ 3 ] {3d8f7c52-8586-4eaf-9724-b9bcdd3cbb01} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001634 sec., 12851.897184822521 rows/sec., 17.34 MiB/sec. | ||
10035 | 2024.05.13 20:52:34.690362 [ 3 ] {3d8f7c52-8586-4eaf-9724-b9bcdd3cbb01} <Debug> DynamicQueryHandler: Done processing query | ||
10036 | 2024.05.13 20:52:34.690406 [ 3 ] {3d8f7c52-8586-4eaf-9724-b9bcdd3cbb01} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
10037 | 2024.05.13 20:52:34.690439 [ 3 ] {} <Debug> HTTP-Session: fc5cd768-15fd-41fc-94f1-299ac74a7a8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10038 | 2024.05.13 20:52:34.690565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10039 | 2024.05.13 20:52:34.690613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10040 | 2024.05.13 20:52:34.690632 [ 3 ] {} <Debug> HTTP-Session: c0b929be-8e15-4827-aa9c-55bba02be977 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10041 | 2024.05.13 20:52:34.690648 [ 3 ] {} <Debug> HTTP-Session: c0b929be-8e15-4827-aa9c-55bba02be977 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10042 | 2024.05.13 20:52:34.690664 [ 3 ] {} <Debug> HTTP-Session: c0b929be-8e15-4827-aa9c-55bba02be977 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10043 | 2024.05.13 20:52:34.690700 [ 3 ] {} <Trace> HTTP-Session: c0b929be-8e15-4827-aa9c-55bba02be977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10044 | 2024.05.13 20:52:34.690822 [ 3 ] {001ba5a0-e21c-4fbc-81a1-d290db1f3d06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10045 | 2024.05.13 20:52:34.690868 [ 3 ] {001ba5a0-e21c-4fbc-81a1-d290db1f3d06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10046 | 2024.05.13 20:52:34.691011 [ 3 ] {001ba5a0-e21c-4fbc-81a1-d290db1f3d06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10047 | 2024.05.13 20:52:34.691373 [ 3 ] {001ba5a0-e21c-4fbc-81a1-d290db1f3d06} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10048 | 2024.05.13 20:52:34.691408 [ 3 ] {001ba5a0-e21c-4fbc-81a1-d290db1f3d06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10049 | 2024.05.13 20:52:34.691769 [ 3 ] {001ba5a0-e21c-4fbc-81a1-d290db1f3d06} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
10050 | 2024.05.13 20:52:34.692100 [ 3 ] {001ba5a0-e21c-4fbc-81a1-d290db1f3d06} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10051 | 2024.05.13 20:52:34.692258 [ 3 ] {001ba5a0-e21c-4fbc-81a1-d290db1f3d06} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001467 sec., 40899.7955010225 rows/sec., 2.76 MiB/sec. | ||
10052 | 2024.05.13 20:52:34.692423 [ 3 ] {001ba5a0-e21c-4fbc-81a1-d290db1f3d06} <Debug> DynamicQueryHandler: Done processing query | ||
10053 | 2024.05.13 20:52:34.692447 [ 3 ] {001ba5a0-e21c-4fbc-81a1-d290db1f3d06} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10054 | 2024.05.13 20:52:34.692462 [ 3 ] {} <Debug> HTTP-Session: c0b929be-8e15-4827-aa9c-55bba02be977 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10055 | 2024.05.13 20:52:39.674311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10056 | 2024.05.13 20:52:39.674439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10057 | 2024.05.13 20:52:39.674463 [ 3 ] {} <Debug> HTTP-Session: 13898376-2707-42c1-bb0d-707a3d901685 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10058 | 2024.05.13 20:52:39.674487 [ 3 ] {} <Debug> HTTP-Session: 13898376-2707-42c1-bb0d-707a3d901685 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10059 | 2024.05.13 20:52:39.674501 [ 3 ] {} <Debug> HTTP-Session: 13898376-2707-42c1-bb0d-707a3d901685 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10060 | 2024.05.13 20:52:39.674549 [ 3 ] {} <Trace> HTTP-Session: 13898376-2707-42c1-bb0d-707a3d901685 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10061 | 2024.05.13 20:52:39.674725 [ 3 ] {86542414-db6d-47fb-ac46-2170ff71eba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10062 | 2024.05.13 20:52:39.674790 [ 3 ] {86542414-db6d-47fb-ac46-2170ff71eba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10063 | 2024.05.13 20:52:39.674978 [ 3 ] {86542414-db6d-47fb-ac46-2170ff71eba9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10064 | 2024.05.13 20:52:39.675354 [ 3 ] {86542414-db6d-47fb-ac46-2170ff71eba9} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10065 | 2024.05.13 20:52:39.675392 [ 3 ] {86542414-db6d-47fb-ac46-2170ff71eba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10066 | 2024.05.13 20:52:39.675753 [ 3 ] {86542414-db6d-47fb-ac46-2170ff71eba9} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10067 | 2024.05.13 20:52:39.676078 [ 3 ] {86542414-db6d-47fb-ac46-2170ff71eba9} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10068 | 2024.05.13 20:52:39.676249 [ 3 ] {86542414-db6d-47fb-ac46-2170ff71eba9} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.00157 sec., 6369.426751592357 rows/sec., 516.27 KiB/sec. | ||
10069 | 2024.05.13 20:52:39.676433 [ 3 ] {86542414-db6d-47fb-ac46-2170ff71eba9} <Debug> DynamicQueryHandler: Done processing query | ||
10070 | 2024.05.13 20:52:39.676459 [ 3 ] {86542414-db6d-47fb-ac46-2170ff71eba9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10071 | 2024.05.13 20:52:39.676476 [ 3 ] {} <Debug> HTTP-Session: 13898376-2707-42c1-bb0d-707a3d901685 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10072 | 2024.05.13 20:52:39.676654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12383, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10073 | 2024.05.13 20:52:39.676702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10074 | 2024.05.13 20:52:39.676721 [ 3 ] {} <Debug> HTTP-Session: 9392ce14-1baa-44b7-b10b-d976a0d72a57 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10075 | 2024.05.13 20:52:39.676737 [ 3 ] {} <Debug> HTTP-Session: 9392ce14-1baa-44b7-b10b-d976a0d72a57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10076 | 2024.05.13 20:52:39.676752 [ 3 ] {} <Debug> HTTP-Session: 9392ce14-1baa-44b7-b10b-d976a0d72a57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10077 | 2024.05.13 20:52:39.676783 [ 3 ] {} <Trace> HTTP-Session: 9392ce14-1baa-44b7-b10b-d976a0d72a57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10078 | 2024.05.13 20:52:39.676902 [ 3 ] {a0a3b455-b034-4064-99cf-ca3872cb8b6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10079 | 2024.05.13 20:52:39.676945 [ 3 ] {a0a3b455-b034-4064-99cf-ca3872cb8b6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10080 | 2024.05.13 20:52:39.677068 [ 3 ] {a0a3b455-b034-4064-99cf-ca3872cb8b6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10081 | 2024.05.13 20:52:39.677404 [ 3 ] {a0a3b455-b034-4064-99cf-ca3872cb8b6b} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10082 | 2024.05.13 20:52:39.677439 [ 3 ] {a0a3b455-b034-4064-99cf-ca3872cb8b6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10083 | 2024.05.13 20:52:39.677728 [ 3 ] {a0a3b455-b034-4064-99cf-ca3872cb8b6b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
10084 | 2024.05.13 20:52:39.678018 [ 3 ] {a0a3b455-b034-4064-99cf-ca3872cb8b6b} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10085 | 2024.05.13 20:52:39.678224 [ 3 ] {a0a3b455-b034-4064-99cf-ca3872cb8b6b} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.001357 sec., 63375.09211495947 rows/sec., 5.13 MiB/sec. | ||
10086 | 2024.05.13 20:52:39.678230 [ 146 ] {} <Debug> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
10087 | 2024.05.13 20:52:39.678348 [ 146 ] {} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10088 | 2024.05.13 20:52:39.678413 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10089 | 2024.05.13 20:52:39.678425 [ 3 ] {a0a3b455-b034-4064-99cf-ca3872cb8b6b} <Debug> DynamicQueryHandler: Done processing query | ||
10090 | 2024.05.13 20:52:39.678470 [ 3 ] {a0a3b455-b034-4064-99cf-ca3872cb8b6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10091 | 2024.05.13 20:52:39.678520 [ 3 ] {} <Debug> HTTP-Session: 9392ce14-1baa-44b7-b10b-d976a0d72a57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10092 | 2024.05.13 20:52:39.678817 [ 201 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::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 | ||
10093 | 2024.05.13 20:52:39.678842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10094 | 2024.05.13 20:52:39.679065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10095 | 2024.05.13 20:52:39.679102 [ 3 ] {} <Debug> HTTP-Session: 653167a9-f003-4add-9cde-52ec6b604c5a Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10096 | 2024.05.13 20:52:39.679146 [ 3 ] {} <Debug> HTTP-Session: 653167a9-f003-4add-9cde-52ec6b604c5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10097 | 2024.05.13 20:52:39.679171 [ 3 ] {} <Debug> HTTP-Session: 653167a9-f003-4add-9cde-52ec6b604c5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10098 | 2024.05.13 20:52:39.679267 [ 3 ] {} <Trace> HTTP-Session: 653167a9-f003-4add-9cde-52ec6b604c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10099 | 2024.05.13 20:52:39.679366 [ 201 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10100 | 2024.05.13 20:52:39.679436 [ 201 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 192 rows starting from the beginning of the part | ||
10101 | 2024.05.13 20:52:39.679509 [ 3 ] {5509b5be-f970-4270-9f94-be5588b545fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10102 | 2024.05.13 20:52:39.679639 [ 201 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 86 rows starting from the beginning of the part | ||
10103 | 2024.05.13 20:52:39.679653 [ 3 ] {5509b5be-f970-4270-9f94-be5588b545fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10104 | 2024.05.13 20:52:39.679991 [ 201 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 120 rows starting from the beginning of the part | ||
10105 | 2024.05.13 20:52:39.680340 [ 201 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 86 rows starting from the beginning of the part | ||
10106 | 2024.05.13 20:52:39.680649 [ 201 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 121 rows starting from the beginning of the part | ||
10107 | 2024.05.13 20:52:39.680866 [ 3 ] {5509b5be-f970-4270-9f94-be5588b545fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10108 | 2024.05.13 20:52:39.680960 [ 201 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 86 rows starting from the beginning of the part | ||
10109 | 2024.05.13 20:52:39.682052 [ 3 ] {5509b5be-f970-4270-9f94-be5588b545fb} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10110 | 2024.05.13 20:52:39.682118 [ 3 ] {5509b5be-f970-4270-9f94-be5588b545fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10111 | 2024.05.13 20:52:39.683051 [ 3 ] {5509b5be-f970-4270-9f94-be5588b545fb} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
10112 | 2024.05.13 20:52:39.683756 [ 201 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 691 rows, containing 4 columns (4 merged, 0 gathered) in 0.005184969 sec., 133269.84211477445 rows/sec., 10.91 MiB/sec. | ||
10113 | 2024.05.13 20:52:39.683783 [ 3 ] {5509b5be-f970-4270-9f94-be5588b545fb} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10114 | 2024.05.13 20:52:39.684011 [ 201 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
10115 | 2024.05.13 20:52:39.684028 [ 146 ] {} <Debug> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
10116 | 2024.05.13 20:52:39.684092 [ 3 ] {5509b5be-f970-4270-9f94-be5588b545fb} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.004659 sec., 15883.23674608285 rows/sec., 1.24 MiB/sec. | ||
10117 | 2024.05.13 20:52:39.684121 [ 146 ] {} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10118 | 2024.05.13 20:52:39.684223 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10119 | 2024.05.13 20:52:39.684659 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::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 | ||
10120 | 2024.05.13 20:52:39.684698 [ 3 ] {5509b5be-f970-4270-9f94-be5588b545fb} <Debug> DynamicQueryHandler: Done processing query | ||
10121 | 2024.05.13 20:52:39.684809 [ 3 ] {5509b5be-f970-4270-9f94-be5588b545fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10122 | 2024.05.13 20:52:39.684891 [ 3 ] {} <Debug> HTTP-Session: 653167a9-f003-4add-9cde-52ec6b604c5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10123 | 2024.05.13 20:52:39.685185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10124 | 2024.05.13 20:52:39.685226 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10125 | 2024.05.13 20:52:39.685314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10126 | 2024.05.13 20:52:39.685316 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 151 rows starting from the beginning of the part | ||
10127 | 2024.05.13 20:52:39.685376 [ 3 ] {} <Debug> HTTP-Session: a2afd74e-1be7-4d6f-8b6e-e9f1fdbf9477 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10128 | 2024.05.13 20:52:39.685442 [ 3 ] {} <Debug> HTTP-Session: a2afd74e-1be7-4d6f-8b6e-e9f1fdbf9477 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10129 | 2024.05.13 20:52:39.685527 [ 3 ] {} <Debug> HTTP-Session: a2afd74e-1be7-4d6f-8b6e-e9f1fdbf9477 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10130 | 2024.05.13 20:52:39.685550 [ 201 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_66_13} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10131 | 2024.05.13 20:52:39.685709 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 74 rows starting from the beginning of the part | ||
10132 | 2024.05.13 20:52:39.685761 [ 3 ] {} <Trace> HTTP-Session: a2afd74e-1be7-4d6f-8b6e-e9f1fdbf9477 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10133 | 2024.05.13 20:52:39.686024 [ 201 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_66_13} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
10134 | 2024.05.13 20:52:39.686104 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 87 rows starting from the beginning of the part | ||
10135 | 2024.05.13 20:52:39.686442 [ 3 ] {b0fabf5b-7b65-44c7-8d8c-a9222a195487} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10136 | 2024.05.13 20:52:39.686488 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 74 rows starting from the beginning of the part | ||
10137 | 2024.05.13 20:52:39.686506 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
10138 | 2024.05.13 20:52:39.686726 [ 3 ] {b0fabf5b-7b65-44c7-8d8c-a9222a195487} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10139 | 2024.05.13 20:52:39.686851 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 89 rows starting from the beginning of the part | ||
10140 | 2024.05.13 20:52:39.687180 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 74 rows starting from the beginning of the part | ||
10141 | 2024.05.13 20:52:39.687976 [ 3 ] {b0fabf5b-7b65-44c7-8d8c-a9222a195487} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10142 | 2024.05.13 20:52:39.688838 [ 3 ] {b0fabf5b-7b65-44c7-8d8c-a9222a195487} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10143 | 2024.05.13 20:52:39.688894 [ 3 ] {b0fabf5b-7b65-44c7-8d8c-a9222a195487} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10144 | 2024.05.13 20:52:39.689815 [ 3 ] {b0fabf5b-7b65-44c7-8d8c-a9222a195487} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
10145 | 2024.05.13 20:52:39.689966 [ 192 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 549 rows, containing 4 columns (4 merged, 0 gathered) in 0.005599873 sec., 98037.9376460859 rows/sec., 7.66 MiB/sec. | ||
10146 | 2024.05.13 20:52:39.690277 [ 192 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
10147 | 2024.05.13 20:52:39.690494 [ 3 ] {b0fabf5b-7b65-44c7-8d8c-a9222a195487} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10148 | 2024.05.13 20:52:39.690906 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
10149 | 2024.05.13 20:52:39.690999 [ 3 ] {b0fabf5b-7b65-44c7-8d8c-a9222a195487} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004915 sec., 32553.407934893185 rows/sec., 2.27 MiB/sec. | ||
10150 | 2024.05.13 20:52:39.691002 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10151 | 2024.05.13 20:52:39.691108 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10152 | 2024.05.13 20:52:39.691464 [ 191 ] {313178d0-1e86-4864-8af4-8d959655e5c5::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 | ||
10153 | 2024.05.13 20:52:39.691558 [ 3 ] {b0fabf5b-7b65-44c7-8d8c-a9222a195487} <Debug> DynamicQueryHandler: Done processing query | ||
10154 | 2024.05.13 20:52:39.691550 [ 192 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_66_13} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10155 | 2024.05.13 20:52:39.691615 [ 3 ] {b0fabf5b-7b65-44c7-8d8c-a9222a195487} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10156 | 2024.05.13 20:52:39.691689 [ 3 ] {} <Debug> HTTP-Session: a2afd74e-1be7-4d6f-8b6e-e9f1fdbf9477 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10157 | 2024.05.13 20:52:39.691880 [ 191 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10158 | 2024.05.13 20:52:39.691915 [ 192 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_66_13} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
10159 | 2024.05.13 20:52:39.691934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10761, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10160 | 2024.05.13 20:52:39.691960 [ 191 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 9931 rows starting from the beginning of the part | ||
10161 | 2024.05.13 20:52:39.692046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10162 | 2024.05.13 20:52:39.692166 [ 3 ] {} <Debug> HTTP-Session: 4b0a1da0-79cd-4a9b-bf2d-3f59c59942cf Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10163 | 2024.05.13 20:52:39.692269 [ 3 ] {} <Debug> HTTP-Session: 4b0a1da0-79cd-4a9b-bf2d-3f59c59942cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10164 | 2024.05.13 20:52:39.692329 [ 191 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part | ||
10165 | 2024.05.13 20:52:39.692353 [ 3 ] {} <Debug> HTTP-Session: 4b0a1da0-79cd-4a9b-bf2d-3f59c59942cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10166 | 2024.05.13 20:52:39.692377 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
10167 | 2024.05.13 20:52:39.692527 [ 3 ] {} <Trace> HTTP-Session: 4b0a1da0-79cd-4a9b-bf2d-3f59c59942cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10168 | 2024.05.13 20:52:39.692828 [ 191 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 161 rows starting from the beginning of the part | ||
10169 | 2024.05.13 20:52:39.693028 [ 3 ] {c2d436f6-7ff6-4200-8a8a-e79338530ec0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10170 | 2024.05.13 20:52:39.693058 [ 191 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part | ||
10171 | 2024.05.13 20:52:39.693195 [ 3 ] {c2d436f6-7ff6-4200-8a8a-e79338530ec0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10172 | 2024.05.13 20:52:39.693417 [ 191 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 162 rows starting from the beginning of the part | ||
10173 | 2024.05.13 20:52:39.693803 [ 191 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part | ||
10174 | 2024.05.13 20:52:39.694411 [ 3 ] {c2d436f6-7ff6-4200-8a8a-e79338530ec0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10175 | 2024.05.13 20:52:39.695026 [ 3 ] {c2d436f6-7ff6-4200-8a8a-e79338530ec0} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10176 | 2024.05.13 20:52:39.695061 [ 3 ] {c2d436f6-7ff6-4200-8a8a-e79338530ec0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10177 | 2024.05.13 20:52:39.695691 [ 3 ] {c2d436f6-7ff6-4200-8a8a-e79338530ec0} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10178 | 2024.05.13 20:52:39.696302 [ 3 ] {c2d436f6-7ff6-4200-8a8a-e79338530ec0} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10179 | 2024.05.13 20:52:39.696674 [ 3 ] {c2d436f6-7ff6-4200-8a8a-e79338530ec0} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.003856 sec., 2593.360995850622 rows/sec., 3.50 MiB/sec. | ||
10180 | 2024.05.13 20:52:39.696884 [ 3 ] {c2d436f6-7ff6-4200-8a8a-e79338530ec0} <Debug> DynamicQueryHandler: Done processing query | ||
10181 | 2024.05.13 20:52:39.696910 [ 3 ] {c2d436f6-7ff6-4200-8a8a-e79338530ec0} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10182 | 2024.05.13 20:52:39.696926 [ 3 ] {} <Debug> HTTP-Session: 4b0a1da0-79cd-4a9b-bf2d-3f59c59942cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10183 | 2024.05.13 20:52:39.697091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10184 | 2024.05.13 20:52:39.697154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10185 | 2024.05.13 20:52:39.697175 [ 3 ] {} <Debug> HTTP-Session: d2acfbe1-d39f-4776-aafe-c81338675efc Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10186 | 2024.05.13 20:52:39.697193 [ 3 ] {} <Debug> HTTP-Session: d2acfbe1-d39f-4776-aafe-c81338675efc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10187 | 2024.05.13 20:52:39.697208 [ 3 ] {} <Debug> HTTP-Session: d2acfbe1-d39f-4776-aafe-c81338675efc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10188 | 2024.05.13 20:52:39.697240 [ 3 ] {} <Trace> HTTP-Session: d2acfbe1-d39f-4776-aafe-c81338675efc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10189 | 2024.05.13 20:52:39.697353 [ 3 ] {6bcacade-01cc-4ca0-92b0-d91ceec37d61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10190 | 2024.05.13 20:52:39.697398 [ 3 ] {6bcacade-01cc-4ca0-92b0-d91ceec37d61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10191 | 2024.05.13 20:52:39.697538 [ 3 ] {6bcacade-01cc-4ca0-92b0-d91ceec37d61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10192 | 2024.05.13 20:52:39.697864 [ 3 ] {6bcacade-01cc-4ca0-92b0-d91ceec37d61} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10193 | 2024.05.13 20:52:39.697901 [ 3 ] {6bcacade-01cc-4ca0-92b0-d91ceec37d61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10194 | 2024.05.13 20:52:39.698151 [ 191 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10734 rows, containing 5 columns (5 merged, 0 gathered) in 0.006887306 sec., 1558519.3978603536 rows/sec., 108.46 MiB/sec. | ||
10195 | 2024.05.13 20:52:39.698390 [ 191 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
10196 | 2024.05.13 20:52:39.698399 [ 3 ] {6bcacade-01cc-4ca0-92b0-d91ceec37d61} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
10197 | 2024.05.13 20:52:39.698934 [ 3 ] {6bcacade-01cc-4ca0-92b0-d91ceec37d61} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10198 | 2024.05.13 20:52:39.698977 [ 191 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10199 | 2024.05.13 20:52:39.699091 [ 191 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
10200 | 2024.05.13 20:52:39.699136 [ 146 ] {} <Debug> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
10201 | 2024.05.13 20:52:39.699176 [ 3 ] {6bcacade-01cc-4ca0-92b0-d91ceec37d61} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001857 sec., 32310.177705977385 rows/sec., 2.18 MiB/sec. | ||
10202 | 2024.05.13 20:52:39.699206 [ 146 ] {} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10203 | 2024.05.13 20:52:39.699340 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB. | ||
10204 | 2024.05.13 20:52:39.699352 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
10205 | 2024.05.13 20:52:39.699613 [ 192 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
10206 | 2024.05.13 20:52:39.699649 [ 3 ] {6bcacade-01cc-4ca0-92b0-d91ceec37d61} <Debug> DynamicQueryHandler: Done processing query | ||
10207 | 2024.05.13 20:52:39.699696 [ 3 ] {6bcacade-01cc-4ca0-92b0-d91ceec37d61} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10208 | 2024.05.13 20:52:39.699729 [ 3 ] {} <Debug> HTTP-Session: d2acfbe1-d39f-4776-aafe-c81338675efc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10209 | 2024.05.13 20:52:39.699839 [ 192 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10210 | 2024.05.13 20:52:39.699880 [ 192 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3272 rows starting from the beginning of the part | ||
10211 | 2024.05.13 20:52:39.699957 [ 192 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
10212 | 2024.05.13 20:52:39.700198 [ 192 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
10213 | 2024.05.13 20:52:39.700328 [ 192 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
10214 | 2024.05.13 20:52:39.700446 [ 192 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
10215 | 2024.05.13 20:52:39.700675 [ 192 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
10216 | 2024.05.13 20:52:39.702424 [ 187 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3572 rows, containing 4 columns (4 merged, 0 gathered) in 0.002903307 sec., 1230321.1475741284 rows/sec., 83.44 MiB/sec. | ||
10217 | 2024.05.13 20:52:39.702757 [ 187 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
10218 | 2024.05.13 20:52:39.703212 [ 187 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_66_13} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10219 | 2024.05.13 20:52:39.703292 [ 187 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_66_13} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
10220 | 2024.05.13 20:52:39.703374 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
10221 | 2024.05.13 20:52:42.832293 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10222 | 2024.05.13 20:52:42.832367 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10223 | 2024.05.13 20:52:44.675858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10224 | 2024.05.13 20:52:44.675971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10225 | 2024.05.13 20:52:44.675995 [ 3 ] {} <Debug> HTTP-Session: 46d2386c-293d-43fd-bd05-4a73a49d706e Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10226 | 2024.05.13 20:52:44.676019 [ 3 ] {} <Debug> HTTP-Session: 46d2386c-293d-43fd-bd05-4a73a49d706e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10227 | 2024.05.13 20:52:44.676033 [ 3 ] {} <Debug> HTTP-Session: 46d2386c-293d-43fd-bd05-4a73a49d706e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10228 | 2024.05.13 20:52:44.676081 [ 3 ] {} <Trace> HTTP-Session: 46d2386c-293d-43fd-bd05-4a73a49d706e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10229 | 2024.05.13 20:52:44.676266 [ 3 ] {6a080bce-f954-461e-9329-4f008ff40af7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10230 | 2024.05.13 20:52:44.676333 [ 3 ] {6a080bce-f954-461e-9329-4f008ff40af7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10231 | 2024.05.13 20:52:44.676522 [ 3 ] {6a080bce-f954-461e-9329-4f008ff40af7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10232 | 2024.05.13 20:52:44.676978 [ 3 ] {6a080bce-f954-461e-9329-4f008ff40af7} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10233 | 2024.05.13 20:52:44.677022 [ 3 ] {6a080bce-f954-461e-9329-4f008ff40af7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10234 | 2024.05.13 20:52:44.677477 [ 3 ] {6a080bce-f954-461e-9329-4f008ff40af7} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10235 | 2024.05.13 20:52:44.677824 [ 3 ] {6a080bce-f954-461e-9329-4f008ff40af7} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10236 | 2024.05.13 20:52:44.677971 [ 3 ] {6a080bce-f954-461e-9329-4f008ff40af7} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001763 sec., 11911.514463981848 rows/sec., 965.48 KiB/sec. | ||
10237 | 2024.05.13 20:52:44.678163 [ 3 ] {6a080bce-f954-461e-9329-4f008ff40af7} <Debug> DynamicQueryHandler: Done processing query | ||
10238 | 2024.05.13 20:52:44.678188 [ 3 ] {6a080bce-f954-461e-9329-4f008ff40af7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10239 | 2024.05.13 20:52:44.678205 [ 3 ] {} <Debug> HTTP-Session: 46d2386c-293d-43fd-bd05-4a73a49d706e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10240 | 2024.05.13 20:52:44.678328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10241 | 2024.05.13 20:52:44.678377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10242 | 2024.05.13 20:52:44.678396 [ 3 ] {} <Debug> HTTP-Session: b63a3626-d609-471e-860f-6224b7b74ff4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10243 | 2024.05.13 20:52:44.678413 [ 3 ] {} <Debug> HTTP-Session: b63a3626-d609-471e-860f-6224b7b74ff4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10244 | 2024.05.13 20:52:44.678426 [ 3 ] {} <Debug> HTTP-Session: b63a3626-d609-471e-860f-6224b7b74ff4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10245 | 2024.05.13 20:52:44.678457 [ 3 ] {} <Trace> HTTP-Session: b63a3626-d609-471e-860f-6224b7b74ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10246 | 2024.05.13 20:52:44.678549 [ 3 ] {8c40196d-e9c8-4a42-a2f1-90e28c46c413} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10247 | 2024.05.13 20:52:44.678590 [ 3 ] {8c40196d-e9c8-4a42-a2f1-90e28c46c413} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10248 | 2024.05.13 20:52:44.678721 [ 3 ] {8c40196d-e9c8-4a42-a2f1-90e28c46c413} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10249 | 2024.05.13 20:52:44.679008 [ 3 ] {8c40196d-e9c8-4a42-a2f1-90e28c46c413} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10250 | 2024.05.13 20:52:44.679043 [ 3 ] {8c40196d-e9c8-4a42-a2f1-90e28c46c413} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10251 | 2024.05.13 20:52:44.679337 [ 3 ] {8c40196d-e9c8-4a42-a2f1-90e28c46c413} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
10252 | 2024.05.13 20:52:44.679635 [ 3 ] {8c40196d-e9c8-4a42-a2f1-90e28c46c413} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10253 | 2024.05.13 20:52:44.679760 [ 3 ] {8c40196d-e9c8-4a42-a2f1-90e28c46c413} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001235 sec., 1619.4331983805669 rows/sec., 132.05 KiB/sec. | ||
10254 | 2024.05.13 20:52:44.679905 [ 3 ] {8c40196d-e9c8-4a42-a2f1-90e28c46c413} <Debug> DynamicQueryHandler: Done processing query | ||
10255 | 2024.05.13 20:52:44.679928 [ 3 ] {8c40196d-e9c8-4a42-a2f1-90e28c46c413} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10256 | 2024.05.13 20:52:44.679943 [ 3 ] {} <Debug> HTTP-Session: b63a3626-d609-471e-860f-6224b7b74ff4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10257 | 2024.05.13 20:52:44.680075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10258 | 2024.05.13 20:52:44.680120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10259 | 2024.05.13 20:52:44.680138 [ 3 ] {} <Debug> HTTP-Session: 576b30be-d43a-4a23-9dc6-f5c91622412b Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10260 | 2024.05.13 20:52:44.680153 [ 3 ] {} <Debug> HTTP-Session: 576b30be-d43a-4a23-9dc6-f5c91622412b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10261 | 2024.05.13 20:52:44.680166 [ 3 ] {} <Debug> HTTP-Session: 576b30be-d43a-4a23-9dc6-f5c91622412b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10262 | 2024.05.13 20:52:44.680196 [ 3 ] {} <Trace> HTTP-Session: 576b30be-d43a-4a23-9dc6-f5c91622412b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10263 | 2024.05.13 20:52:44.680335 [ 3 ] {5058c52f-5242-4702-8595-a403733c8d00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10264 | 2024.05.13 20:52:44.680377 [ 3 ] {5058c52f-5242-4702-8595-a403733c8d00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10265 | 2024.05.13 20:52:44.680500 [ 3 ] {5058c52f-5242-4702-8595-a403733c8d00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10266 | 2024.05.13 20:52:44.680893 [ 3 ] {5058c52f-5242-4702-8595-a403733c8d00} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10267 | 2024.05.13 20:52:44.680927 [ 3 ] {5058c52f-5242-4702-8595-a403733c8d00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10268 | 2024.05.13 20:52:44.681239 [ 3 ] {5058c52f-5242-4702-8595-a403733c8d00} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
10269 | 2024.05.13 20:52:44.681535 [ 3 ] {5058c52f-5242-4702-8595-a403733c8d00} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10270 | 2024.05.13 20:52:44.681656 [ 3 ] {5058c52f-5242-4702-8595-a403733c8d00} <Debug> executeQuery: Read 156 rows, 12.97 KiB in 0.001385 sec., 112635.37906137184 rows/sec., 9.15 MiB/sec. | ||
10271 | 2024.05.13 20:52:44.681812 [ 3 ] {5058c52f-5242-4702-8595-a403733c8d00} <Debug> DynamicQueryHandler: Done processing query | ||
10272 | 2024.05.13 20:52:44.681835 [ 3 ] {5058c52f-5242-4702-8595-a403733c8d00} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10273 | 2024.05.13 20:52:44.681850 [ 3 ] {} <Debug> HTTP-Session: 576b30be-d43a-4a23-9dc6-f5c91622412b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10274 | 2024.05.13 20:52:44.681950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10275 | 2024.05.13 20:52:44.681997 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10276 | 2024.05.13 20:52:44.682015 [ 3 ] {} <Debug> HTTP-Session: 2dcff039-66bd-474e-91dd-96bb2eb0296c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10277 | 2024.05.13 20:52:44.682030 [ 3 ] {} <Debug> HTTP-Session: 2dcff039-66bd-474e-91dd-96bb2eb0296c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10278 | 2024.05.13 20:52:44.682044 [ 3 ] {} <Debug> HTTP-Session: 2dcff039-66bd-474e-91dd-96bb2eb0296c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10279 | 2024.05.13 20:52:44.682073 [ 3 ] {} <Trace> HTTP-Session: 2dcff039-66bd-474e-91dd-96bb2eb0296c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10280 | 2024.05.13 20:52:44.682164 [ 3 ] {168108aa-c41b-41f4-9d4d-d7638ac5f4f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10281 | 2024.05.13 20:52:44.682204 [ 3 ] {168108aa-c41b-41f4-9d4d-d7638ac5f4f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10282 | 2024.05.13 20:52:44.682332 [ 3 ] {168108aa-c41b-41f4-9d4d-d7638ac5f4f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10283 | 2024.05.13 20:52:44.682593 [ 3 ] {168108aa-c41b-41f4-9d4d-d7638ac5f4f6} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10284 | 2024.05.13 20:52:44.682627 [ 3 ] {168108aa-c41b-41f4-9d4d-d7638ac5f4f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10285 | 2024.05.13 20:52:44.682910 [ 3 ] {168108aa-c41b-41f4-9d4d-d7638ac5f4f6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
10286 | 2024.05.13 20:52:44.683210 [ 3 ] {168108aa-c41b-41f4-9d4d-d7638ac5f4f6} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10287 | 2024.05.13 20:52:44.683338 [ 3 ] {168108aa-c41b-41f4-9d4d-d7638ac5f4f6} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001195 sec., 1673.6401673640166 rows/sec., 116.86 KiB/sec. | ||
10288 | 2024.05.13 20:52:44.683533 [ 3 ] {168108aa-c41b-41f4-9d4d-d7638ac5f4f6} <Debug> DynamicQueryHandler: Done processing query | ||
10289 | 2024.05.13 20:52:44.683556 [ 3 ] {168108aa-c41b-41f4-9d4d-d7638ac5f4f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10290 | 2024.05.13 20:52:44.683572 [ 3 ] {} <Debug> HTTP-Session: 2dcff039-66bd-474e-91dd-96bb2eb0296c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10291 | 2024.05.13 20:52:44.683697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 18827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10292 | 2024.05.13 20:52:44.683743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10293 | 2024.05.13 20:52:44.683761 [ 3 ] {} <Debug> HTTP-Session: 3e436d7b-0b6b-4c47-be40-e64708c39c3e Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10294 | 2024.05.13 20:52:44.683776 [ 3 ] {} <Debug> HTTP-Session: 3e436d7b-0b6b-4c47-be40-e64708c39c3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10295 | 2024.05.13 20:52:44.683789 [ 3 ] {} <Debug> HTTP-Session: 3e436d7b-0b6b-4c47-be40-e64708c39c3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10296 | 2024.05.13 20:52:44.683818 [ 3 ] {} <Trace> HTTP-Session: 3e436d7b-0b6b-4c47-be40-e64708c39c3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10297 | 2024.05.13 20:52:44.683944 [ 3 ] {e01facd9-5616-4987-9bca-cbc03f56aeff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10298 | 2024.05.13 20:52:44.683984 [ 3 ] {e01facd9-5616-4987-9bca-cbc03f56aeff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10299 | 2024.05.13 20:52:44.684105 [ 3 ] {e01facd9-5616-4987-9bca-cbc03f56aeff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10300 | 2024.05.13 20:52:44.684451 [ 3 ] {e01facd9-5616-4987-9bca-cbc03f56aeff} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10301 | 2024.05.13 20:52:44.684485 [ 3 ] {e01facd9-5616-4987-9bca-cbc03f56aeff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10302 | 2024.05.13 20:52:44.684787 [ 3 ] {e01facd9-5616-4987-9bca-cbc03f56aeff} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
10303 | 2024.05.13 20:52:44.685079 [ 3 ] {e01facd9-5616-4987-9bca-cbc03f56aeff} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10304 | 2024.05.13 20:52:44.685195 [ 3 ] {e01facd9-5616-4987-9bca-cbc03f56aeff} <Debug> executeQuery: Read 111 rows, 8.86 KiB in 0.001304 sec., 85122.69938650307 rows/sec., 6.63 MiB/sec. | ||
10305 | 2024.05.13 20:52:44.685355 [ 3 ] {e01facd9-5616-4987-9bca-cbc03f56aeff} <Debug> DynamicQueryHandler: Done processing query | ||
10306 | 2024.05.13 20:52:44.685378 [ 3 ] {e01facd9-5616-4987-9bca-cbc03f56aeff} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10307 | 2024.05.13 20:52:44.685394 [ 3 ] {} <Debug> HTTP-Session: 3e436d7b-0b6b-4c47-be40-e64708c39c3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10308 | 2024.05.13 20:52:44.685526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 37781, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10309 | 2024.05.13 20:52:44.685573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10310 | 2024.05.13 20:52:44.685591 [ 3 ] {} <Debug> HTTP-Session: 737b9c44-93a7-4b4b-941e-7c1aea42e4b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10311 | 2024.05.13 20:52:44.685607 [ 3 ] {} <Debug> HTTP-Session: 737b9c44-93a7-4b4b-941e-7c1aea42e4b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10312 | 2024.05.13 20:52:44.685620 [ 3 ] {} <Debug> HTTP-Session: 737b9c44-93a7-4b4b-941e-7c1aea42e4b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10313 | 2024.05.13 20:52:44.685649 [ 3 ] {} <Trace> HTTP-Session: 737b9c44-93a7-4b4b-941e-7c1aea42e4b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10314 | 2024.05.13 20:52:44.685807 [ 3 ] {e947e4ff-9443-49d1-a03b-a0062c6990dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10315 | 2024.05.13 20:52:44.685851 [ 3 ] {e947e4ff-9443-49d1-a03b-a0062c6990dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10316 | 2024.05.13 20:52:44.685989 [ 3 ] {e947e4ff-9443-49d1-a03b-a0062c6990dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10317 | 2024.05.13 20:52:44.686363 [ 3 ] {e947e4ff-9443-49d1-a03b-a0062c6990dd} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10318 | 2024.05.13 20:52:44.686397 [ 3 ] {e947e4ff-9443-49d1-a03b-a0062c6990dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10319 | 2024.05.13 20:52:44.686772 [ 3 ] {e947e4ff-9443-49d1-a03b-a0062c6990dd} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
10320 | 2024.05.13 20:52:44.687095 [ 3 ] {e947e4ff-9443-49d1-a03b-a0062c6990dd} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10321 | 2024.05.13 20:52:44.687216 [ 3 ] {e947e4ff-9443-49d1-a03b-a0062c6990dd} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.00149 sec., 132214.76510067115 rows/sec., 9.23 MiB/sec. | ||
10322 | 2024.05.13 20:52:44.687367 [ 3 ] {e947e4ff-9443-49d1-a03b-a0062c6990dd} <Debug> DynamicQueryHandler: Done processing query | ||
10323 | 2024.05.13 20:52:44.687391 [ 3 ] {e947e4ff-9443-49d1-a03b-a0062c6990dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
10324 | 2024.05.13 20:52:44.687406 [ 3 ] {} <Debug> HTTP-Session: 737b9c44-93a7-4b4b-941e-7c1aea42e4b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10325 | 2024.05.13 20:52:44.687558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10326 | 2024.05.13 20:52:44.687604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10327 | 2024.05.13 20:52:44.687622 [ 3 ] {} <Debug> HTTP-Session: 43af08ab-b9fc-4fde-81cf-05a908d29415 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10328 | 2024.05.13 20:52:44.687638 [ 3 ] {} <Debug> HTTP-Session: 43af08ab-b9fc-4fde-81cf-05a908d29415 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10329 | 2024.05.13 20:52:44.687651 [ 3 ] {} <Debug> HTTP-Session: 43af08ab-b9fc-4fde-81cf-05a908d29415 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10330 | 2024.05.13 20:52:44.687680 [ 3 ] {} <Trace> HTTP-Session: 43af08ab-b9fc-4fde-81cf-05a908d29415 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10331 | 2024.05.13 20:52:44.687877 [ 3 ] {0434345b-2c1a-45eb-baf8-89ded2cd6734} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10332 | 2024.05.13 20:52:44.687923 [ 3 ] {0434345b-2c1a-45eb-baf8-89ded2cd6734} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10333 | 2024.05.13 20:52:44.688074 [ 3 ] {0434345b-2c1a-45eb-baf8-89ded2cd6734} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10334 | 2024.05.13 20:52:44.688554 [ 3 ] {0434345b-2c1a-45eb-baf8-89ded2cd6734} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10335 | 2024.05.13 20:52:44.688589 [ 3 ] {0434345b-2c1a-45eb-baf8-89ded2cd6734} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10336 | 2024.05.13 20:52:44.688983 [ 3 ] {0434345b-2c1a-45eb-baf8-89ded2cd6734} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10337 | 2024.05.13 20:52:44.689325 [ 3 ] {0434345b-2c1a-45eb-baf8-89ded2cd6734} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10338 | 2024.05.13 20:52:44.689450 [ 3 ] {0434345b-2c1a-45eb-baf8-89ded2cd6734} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001697 sec., 12374.779021803182 rows/sec., 16.70 MiB/sec. | ||
10339 | 2024.05.13 20:52:44.689736 [ 3 ] {0434345b-2c1a-45eb-baf8-89ded2cd6734} <Debug> DynamicQueryHandler: Done processing query | ||
10340 | 2024.05.13 20:52:44.689791 [ 3 ] {0434345b-2c1a-45eb-baf8-89ded2cd6734} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
10341 | 2024.05.13 20:52:44.689849 [ 3 ] {} <Debug> HTTP-Session: 43af08ab-b9fc-4fde-81cf-05a908d29415 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10342 | 2024.05.13 20:52:44.690015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10343 | 2024.05.13 20:52:44.690066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10344 | 2024.05.13 20:52:44.690085 [ 3 ] {} <Debug> HTTP-Session: 7d1bea26-4aa5-4f74-aae7-04f799092936 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10345 | 2024.05.13 20:52:44.690101 [ 3 ] {} <Debug> HTTP-Session: 7d1bea26-4aa5-4f74-aae7-04f799092936 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10346 | 2024.05.13 20:52:44.690114 [ 3 ] {} <Debug> HTTP-Session: 7d1bea26-4aa5-4f74-aae7-04f799092936 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10347 | 2024.05.13 20:52:44.690144 [ 3 ] {} <Trace> HTTP-Session: 7d1bea26-4aa5-4f74-aae7-04f799092936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10348 | 2024.05.13 20:52:44.690274 [ 3 ] {bec84b63-caa4-48a0-9cd2-32a3ea0cf458} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10349 | 2024.05.13 20:52:44.690318 [ 3 ] {bec84b63-caa4-48a0-9cd2-32a3ea0cf458} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10350 | 2024.05.13 20:52:44.690463 [ 3 ] {bec84b63-caa4-48a0-9cd2-32a3ea0cf458} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10351 | 2024.05.13 20:52:44.690779 [ 3 ] {bec84b63-caa4-48a0-9cd2-32a3ea0cf458} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10352 | 2024.05.13 20:52:44.690814 [ 3 ] {bec84b63-caa4-48a0-9cd2-32a3ea0cf458} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10353 | 2024.05.13 20:52:44.691159 [ 3 ] {bec84b63-caa4-48a0-9cd2-32a3ea0cf458} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
10354 | 2024.05.13 20:52:44.691477 [ 3 ] {bec84b63-caa4-48a0-9cd2-32a3ea0cf458} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10355 | 2024.05.13 20:52:44.691597 [ 3 ] {bec84b63-caa4-48a0-9cd2-32a3ea0cf458} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec. | ||
10356 | 2024.05.13 20:52:44.691752 [ 3 ] {bec84b63-caa4-48a0-9cd2-32a3ea0cf458} <Debug> DynamicQueryHandler: Done processing query | ||
10357 | 2024.05.13 20:52:44.691775 [ 3 ] {bec84b63-caa4-48a0-9cd2-32a3ea0cf458} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10358 | 2024.05.13 20:52:44.691791 [ 3 ] {} <Debug> HTTP-Session: 7d1bea26-4aa5-4f74-aae7-04f799092936 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10359 | 2024.05.13 20:52:49.673749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10360 | 2024.05.13 20:52:49.673905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10361 | 2024.05.13 20:52:49.673940 [ 3 ] {} <Debug> HTTP-Session: b995341c-e725-4489-9766-4fe773484872 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10362 | 2024.05.13 20:52:49.673972 [ 3 ] {} <Debug> HTTP-Session: b995341c-e725-4489-9766-4fe773484872 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10363 | 2024.05.13 20:52:49.673993 [ 3 ] {} <Debug> HTTP-Session: b995341c-e725-4489-9766-4fe773484872 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10364 | 2024.05.13 20:52:49.674055 [ 3 ] {} <Trace> HTTP-Session: b995341c-e725-4489-9766-4fe773484872 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10365 | 2024.05.13 20:52:49.674289 [ 3 ] {c46e6573-d999-4537-b6ac-00275ae04f60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10366 | 2024.05.13 20:52:49.674379 [ 3 ] {c46e6573-d999-4537-b6ac-00275ae04f60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10367 | 2024.05.13 20:52:49.674629 [ 3 ] {c46e6573-d999-4537-b6ac-00275ae04f60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10368 | 2024.05.13 20:52:49.675060 [ 3 ] {c46e6573-d999-4537-b6ac-00275ae04f60} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10369 | 2024.05.13 20:52:49.675105 [ 3 ] {c46e6573-d999-4537-b6ac-00275ae04f60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10370 | 2024.05.13 20:52:49.675483 [ 3 ] {c46e6573-d999-4537-b6ac-00275ae04f60} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10371 | 2024.05.13 20:52:49.675820 [ 3 ] {c46e6573-d999-4537-b6ac-00275ae04f60} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10372 | 2024.05.13 20:52:49.676001 [ 3 ] {c46e6573-d999-4537-b6ac-00275ae04f60} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001774 sec., 5636.978579481398 rows/sec., 456.90 KiB/sec. | ||
10373 | 2024.05.13 20:52:49.676213 [ 3 ] {c46e6573-d999-4537-b6ac-00275ae04f60} <Debug> DynamicQueryHandler: Done processing query | ||
10374 | 2024.05.13 20:52:49.676239 [ 3 ] {c46e6573-d999-4537-b6ac-00275ae04f60} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10375 | 2024.05.13 20:52:49.676255 [ 3 ] {} <Debug> HTTP-Session: b995341c-e725-4489-9766-4fe773484872 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10376 | 2024.05.13 20:52:49.676398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12383, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10377 | 2024.05.13 20:52:49.676451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10378 | 2024.05.13 20:52:49.676471 [ 3 ] {} <Debug> HTTP-Session: d4ac41f5-a9c8-4989-8ad2-06a91d0c9192 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10379 | 2024.05.13 20:52:49.676489 [ 3 ] {} <Debug> HTTP-Session: d4ac41f5-a9c8-4989-8ad2-06a91d0c9192 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10380 | 2024.05.13 20:52:49.676502 [ 3 ] {} <Debug> HTTP-Session: d4ac41f5-a9c8-4989-8ad2-06a91d0c9192 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10381 | 2024.05.13 20:52:49.676536 [ 3 ] {} <Trace> HTTP-Session: d4ac41f5-a9c8-4989-8ad2-06a91d0c9192 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10382 | 2024.05.13 20:52:49.676665 [ 3 ] {a68288bb-03e6-49c0-b6c2-ce2e5bff2450} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10383 | 2024.05.13 20:52:49.676712 [ 3 ] {a68288bb-03e6-49c0-b6c2-ce2e5bff2450} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10384 | 2024.05.13 20:52:49.676848 [ 3 ] {a68288bb-03e6-49c0-b6c2-ce2e5bff2450} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10385 | 2024.05.13 20:52:49.677230 [ 3 ] {a68288bb-03e6-49c0-b6c2-ce2e5bff2450} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10386 | 2024.05.13 20:52:49.677268 [ 3 ] {a68288bb-03e6-49c0-b6c2-ce2e5bff2450} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10387 | 2024.05.13 20:52:49.677609 [ 3 ] {a68288bb-03e6-49c0-b6c2-ce2e5bff2450} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
10388 | 2024.05.13 20:52:49.677916 [ 3 ] {a68288bb-03e6-49c0-b6c2-ce2e5bff2450} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10389 | 2024.05.13 20:52:49.678066 [ 3 ] {a68288bb-03e6-49c0-b6c2-ce2e5bff2450} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.001445 sec., 59515.57093425605 rows/sec., 4.82 MiB/sec. | ||
10390 | 2024.05.13 20:52:49.678333 [ 3 ] {a68288bb-03e6-49c0-b6c2-ce2e5bff2450} <Debug> DynamicQueryHandler: Done processing query | ||
10391 | 2024.05.13 20:52:49.678394 [ 3 ] {a68288bb-03e6-49c0-b6c2-ce2e5bff2450} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10392 | 2024.05.13 20:52:49.678448 [ 3 ] {} <Debug> HTTP-Session: d4ac41f5-a9c8-4989-8ad2-06a91d0c9192 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10393 | 2024.05.13 20:52:49.678627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10394 | 2024.05.13 20:52:49.678681 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10395 | 2024.05.13 20:52:49.678700 [ 3 ] {} <Debug> HTTP-Session: 973b9097-9003-47c5-81f9-2d02944a486f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10396 | 2024.05.13 20:52:49.678718 [ 3 ] {} <Debug> HTTP-Session: 973b9097-9003-47c5-81f9-2d02944a486f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10397 | 2024.05.13 20:52:49.678732 [ 3 ] {} <Debug> HTTP-Session: 973b9097-9003-47c5-81f9-2d02944a486f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10398 | 2024.05.13 20:52:49.678765 [ 3 ] {} <Trace> HTTP-Session: 973b9097-9003-47c5-81f9-2d02944a486f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10399 | 2024.05.13 20:52:49.678897 [ 3 ] {e84dea96-e8dd-4bbf-a7ce-9dde2f674b71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10400 | 2024.05.13 20:52:49.678943 [ 3 ] {e84dea96-e8dd-4bbf-a7ce-9dde2f674b71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10401 | 2024.05.13 20:52:49.679088 [ 3 ] {e84dea96-e8dd-4bbf-a7ce-9dde2f674b71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10402 | 2024.05.13 20:52:49.679430 [ 3 ] {e84dea96-e8dd-4bbf-a7ce-9dde2f674b71} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10403 | 2024.05.13 20:52:49.679466 [ 3 ] {e84dea96-e8dd-4bbf-a7ce-9dde2f674b71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10404 | 2024.05.13 20:52:49.679775 [ 3 ] {e84dea96-e8dd-4bbf-a7ce-9dde2f674b71} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
10405 | 2024.05.13 20:52:49.680078 [ 3 ] {e84dea96-e8dd-4bbf-a7ce-9dde2f674b71} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10406 | 2024.05.13 20:52:49.680233 [ 3 ] {e84dea96-e8dd-4bbf-a7ce-9dde2f674b71} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.00138 sec., 53623.188405797104 rows/sec., 4.19 MiB/sec. | ||
10407 | 2024.05.13 20:52:49.680400 [ 3 ] {e84dea96-e8dd-4bbf-a7ce-9dde2f674b71} <Debug> DynamicQueryHandler: Done processing query | ||
10408 | 2024.05.13 20:52:49.680425 [ 3 ] {e84dea96-e8dd-4bbf-a7ce-9dde2f674b71} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10409 | 2024.05.13 20:52:49.680441 [ 3 ] {} <Debug> HTTP-Session: 973b9097-9003-47c5-81f9-2d02944a486f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10410 | 2024.05.13 20:52:49.680593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10411 | 2024.05.13 20:52:49.680641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10412 | 2024.05.13 20:52:49.680661 [ 3 ] {} <Debug> HTTP-Session: a4a24eff-e2c1-46d8-abcd-2451b6a1dd8c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10413 | 2024.05.13 20:52:49.680677 [ 3 ] {} <Debug> HTTP-Session: a4a24eff-e2c1-46d8-abcd-2451b6a1dd8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10414 | 2024.05.13 20:52:49.680691 [ 3 ] {} <Debug> HTTP-Session: a4a24eff-e2c1-46d8-abcd-2451b6a1dd8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10415 | 2024.05.13 20:52:49.680721 [ 3 ] {} <Trace> HTTP-Session: a4a24eff-e2c1-46d8-abcd-2451b6a1dd8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10416 | 2024.05.13 20:52:49.680867 [ 3 ] {9ff9b0d5-4b1c-44fe-86f4-3628559c5716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10417 | 2024.05.13 20:52:49.680913 [ 3 ] {9ff9b0d5-4b1c-44fe-86f4-3628559c5716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10418 | 2024.05.13 20:52:49.681061 [ 3 ] {9ff9b0d5-4b1c-44fe-86f4-3628559c5716} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10419 | 2024.05.13 20:52:49.681434 [ 3 ] {9ff9b0d5-4b1c-44fe-86f4-3628559c5716} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10420 | 2024.05.13 20:52:49.681470 [ 3 ] {9ff9b0d5-4b1c-44fe-86f4-3628559c5716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10421 | 2024.05.13 20:52:49.681852 [ 3 ] {9ff9b0d5-4b1c-44fe-86f4-3628559c5716} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
10422 | 2024.05.13 20:52:49.682188 [ 3 ] {9ff9b0d5-4b1c-44fe-86f4-3628559c5716} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10423 | 2024.05.13 20:52:49.682351 [ 3 ] {9ff9b0d5-4b1c-44fe-86f4-3628559c5716} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001538 sec., 104031.20936280883 rows/sec., 7.25 MiB/sec. | ||
10424 | 2024.05.13 20:52:49.682521 [ 3 ] {9ff9b0d5-4b1c-44fe-86f4-3628559c5716} <Debug> DynamicQueryHandler: Done processing query | ||
10425 | 2024.05.13 20:52:49.682545 [ 3 ] {9ff9b0d5-4b1c-44fe-86f4-3628559c5716} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10426 | 2024.05.13 20:52:49.682561 [ 3 ] {} <Debug> HTTP-Session: a4a24eff-e2c1-46d8-abcd-2451b6a1dd8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10427 | 2024.05.13 20:52:49.682681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10761, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10428 | 2024.05.13 20:52:49.682729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10429 | 2024.05.13 20:52:49.682748 [ 3 ] {} <Debug> HTTP-Session: 60980694-0ad5-4d0f-8e72-3dae9b0ff4ea Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10430 | 2024.05.13 20:52:49.682764 [ 3 ] {} <Debug> HTTP-Session: 60980694-0ad5-4d0f-8e72-3dae9b0ff4ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10431 | 2024.05.13 20:52:49.682778 [ 3 ] {} <Debug> HTTP-Session: 60980694-0ad5-4d0f-8e72-3dae9b0ff4ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10432 | 2024.05.13 20:52:49.682808 [ 3 ] {} <Trace> HTTP-Session: 60980694-0ad5-4d0f-8e72-3dae9b0ff4ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10433 | 2024.05.13 20:52:49.682962 [ 3 ] {3f335f18-ef34-4126-82be-8987f6e7ceba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10434 | 2024.05.13 20:52:49.683009 [ 3 ] {3f335f18-ef34-4126-82be-8987f6e7ceba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10435 | 2024.05.13 20:52:49.683166 [ 3 ] {3f335f18-ef34-4126-82be-8987f6e7ceba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10436 | 2024.05.13 20:52:49.683525 [ 3 ] {3f335f18-ef34-4126-82be-8987f6e7ceba} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10437 | 2024.05.13 20:52:49.683561 [ 3 ] {3f335f18-ef34-4126-82be-8987f6e7ceba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10438 | 2024.05.13 20:52:49.683955 [ 3 ] {3f335f18-ef34-4126-82be-8987f6e7ceba} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10439 | 2024.05.13 20:52:49.684291 [ 3 ] {3f335f18-ef34-4126-82be-8987f6e7ceba} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10440 | 2024.05.13 20:52:49.684453 [ 3 ] {3f335f18-ef34-4126-82be-8987f6e7ceba} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.001567 sec., 6381.620931716656 rows/sec., 8.61 MiB/sec. | ||
10441 | 2024.05.13 20:52:49.684635 [ 3 ] {3f335f18-ef34-4126-82be-8987f6e7ceba} <Debug> DynamicQueryHandler: Done processing query | ||
10442 | 2024.05.13 20:52:49.684658 [ 3 ] {3f335f18-ef34-4126-82be-8987f6e7ceba} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10443 | 2024.05.13 20:52:49.684674 [ 3 ] {} <Debug> HTTP-Session: 60980694-0ad5-4d0f-8e72-3dae9b0ff4ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10444 | 2024.05.13 20:52:49.684785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10445 | 2024.05.13 20:52:49.684832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10446 | 2024.05.13 20:52:49.684849 [ 3 ] {} <Debug> HTTP-Session: b12700bc-5841-4d4d-946e-ff8db568e17f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10447 | 2024.05.13 20:52:49.684865 [ 3 ] {} <Debug> HTTP-Session: b12700bc-5841-4d4d-946e-ff8db568e17f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10448 | 2024.05.13 20:52:49.684879 [ 3 ] {} <Debug> HTTP-Session: b12700bc-5841-4d4d-946e-ff8db568e17f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10449 | 2024.05.13 20:52:49.684908 [ 3 ] {} <Trace> HTTP-Session: b12700bc-5841-4d4d-946e-ff8db568e17f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10450 | 2024.05.13 20:52:49.685027 [ 3 ] {b3b4cc74-8b59-4a45-bbba-996bbef122e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10451 | 2024.05.13 20:52:49.685069 [ 3 ] {b3b4cc74-8b59-4a45-bbba-996bbef122e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10452 | 2024.05.13 20:52:49.685193 [ 3 ] {b3b4cc74-8b59-4a45-bbba-996bbef122e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10453 | 2024.05.13 20:52:49.685480 [ 3 ] {b3b4cc74-8b59-4a45-bbba-996bbef122e8} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10454 | 2024.05.13 20:52:49.685515 [ 3 ] {b3b4cc74-8b59-4a45-bbba-996bbef122e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10455 | 2024.05.13 20:52:49.685869 [ 3 ] {b3b4cc74-8b59-4a45-bbba-996bbef122e8} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
10456 | 2024.05.13 20:52:49.686176 [ 3 ] {b3b4cc74-8b59-4a45-bbba-996bbef122e8} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10457 | 2024.05.13 20:52:49.686328 [ 3 ] {b3b4cc74-8b59-4a45-bbba-996bbef122e8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001348 sec., 44510.38575667656 rows/sec., 3.00 MiB/sec. | ||
10458 | 2024.05.13 20:52:49.686498 [ 3 ] {b3b4cc74-8b59-4a45-bbba-996bbef122e8} <Debug> DynamicQueryHandler: Done processing query | ||
10459 | 2024.05.13 20:52:49.686521 [ 3 ] {b3b4cc74-8b59-4a45-bbba-996bbef122e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10460 | 2024.05.13 20:52:49.686537 [ 3 ] {} <Debug> HTTP-Session: b12700bc-5841-4d4d-946e-ff8db568e17f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10461 | 2024.05.13 20:52:54.675685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10462 | 2024.05.13 20:52:54.675813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10463 | 2024.05.13 20:52:54.675837 [ 3 ] {} <Debug> HTTP-Session: 2aae7efd-f757-4379-a5d5-1c6477c04fd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10464 | 2024.05.13 20:52:54.675862 [ 3 ] {} <Debug> HTTP-Session: 2aae7efd-f757-4379-a5d5-1c6477c04fd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10465 | 2024.05.13 20:52:54.675878 [ 3 ] {} <Debug> HTTP-Session: 2aae7efd-f757-4379-a5d5-1c6477c04fd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10466 | 2024.05.13 20:52:54.675926 [ 3 ] {} <Trace> HTTP-Session: 2aae7efd-f757-4379-a5d5-1c6477c04fd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10467 | 2024.05.13 20:52:54.676113 [ 3 ] {318d59a9-b184-4356-bd87-a5c3211099c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10468 | 2024.05.13 20:52:54.676178 [ 3 ] {318d59a9-b184-4356-bd87-a5c3211099c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10469 | 2024.05.13 20:52:54.676364 [ 3 ] {318d59a9-b184-4356-bd87-a5c3211099c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10470 | 2024.05.13 20:52:54.676818 [ 3 ] {318d59a9-b184-4356-bd87-a5c3211099c2} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10471 | 2024.05.13 20:52:54.676860 [ 3 ] {318d59a9-b184-4356-bd87-a5c3211099c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10472 | 2024.05.13 20:52:54.677215 [ 3 ] {318d59a9-b184-4356-bd87-a5c3211099c2} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10473 | 2024.05.13 20:52:54.677595 [ 3 ] {318d59a9-b184-4356-bd87-a5c3211099c2} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10474 | 2024.05.13 20:52:54.677747 [ 3 ] {318d59a9-b184-4356-bd87-a5c3211099c2} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001687 sec., 12448.132780082988 rows/sec., 1008.98 KiB/sec. | ||
10475 | 2024.05.13 20:52:54.677811 [ 137 ] {} <Debug> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
10476 | 2024.05.13 20:52:54.677915 [ 137 ] {} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10477 | 2024.05.13 20:52:54.677948 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10478 | 2024.05.13 20:52:54.678025 [ 3 ] {318d59a9-b184-4356-bd87-a5c3211099c2} <Debug> DynamicQueryHandler: Done processing query | ||
10479 | 2024.05.13 20:52:54.678069 [ 3 ] {318d59a9-b184-4356-bd87-a5c3211099c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10480 | 2024.05.13 20:52:54.678080 [ 191 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
10481 | 2024.05.13 20:52:54.678096 [ 3 ] {} <Debug> HTTP-Session: 2aae7efd-f757-4379-a5d5-1c6477c04fd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10482 | 2024.05.13 20:52:54.678199 [ 191 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10483 | 2024.05.13 20:52:54.678230 [ 191 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 31 rows starting from the beginning of the part | ||
10484 | 2024.05.13 20:52:54.678268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10485 | 2024.05.13 20:52:54.678318 [ 191 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
10486 | 2024.05.13 20:52:54.678407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10487 | 2024.05.13 20:52:54.678533 [ 3 ] {} <Debug> HTTP-Session: 4f2e4617-ba46-4233-8310-d0bdd981e19f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10488 | 2024.05.13 20:52:54.678634 [ 191 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 10 rows starting from the beginning of the part | ||
10489 | 2024.05.13 20:52:54.678654 [ 3 ] {} <Debug> HTTP-Session: 4f2e4617-ba46-4233-8310-d0bdd981e19f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10490 | 2024.05.13 20:52:54.678746 [ 3 ] {} <Debug> HTTP-Session: 4f2e4617-ba46-4233-8310-d0bdd981e19f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10491 | 2024.05.13 20:52:54.678926 [ 3 ] {} <Trace> HTTP-Session: 4f2e4617-ba46-4233-8310-d0bdd981e19f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10492 | 2024.05.13 20:52:54.679013 [ 191 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
10493 | 2024.05.13 20:52:54.679249 [ 191 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 10 rows starting from the beginning of the part | ||
10494 | 2024.05.13 20:52:54.679276 [ 3 ] {98998c6e-9d28-4f61-bb4b-44e7ebea1cb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10495 | 2024.05.13 20:52:54.679432 [ 3 ] {98998c6e-9d28-4f61-bb4b-44e7ebea1cb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10496 | 2024.05.13 20:52:54.679448 [ 191 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
10497 | 2024.05.13 20:52:54.680060 [ 3 ] {98998c6e-9d28-4f61-bb4b-44e7ebea1cb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10498 | 2024.05.13 20:52:54.680686 [ 3 ] {98998c6e-9d28-4f61-bb4b-44e7ebea1cb0} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10499 | 2024.05.13 20:52:54.680732 [ 3 ] {98998c6e-9d28-4f61-bb4b-44e7ebea1cb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10500 | 2024.05.13 20:52:54.681155 [ 199 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 4 columns (4 merged, 0 gathered) in 0.00313272 sec., 36390.1018922853 rows/sec., 2.88 MiB/sec. | ||
10501 | 2024.05.13 20:52:54.681237 [ 3 ] {98998c6e-9d28-4f61-bb4b-44e7ebea1cb0} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
10502 | 2024.05.13 20:52:54.681273 [ 199 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
10503 | 2024.05.13 20:52:54.681706 [ 3 ] {98998c6e-9d28-4f61-bb4b-44e7ebea1cb0} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10504 | 2024.05.13 20:52:54.681775 [ 199 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_61_12} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10505 | 2024.05.13 20:52:54.681952 [ 199 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_61_12} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
10506 | 2024.05.13 20:52:54.681956 [ 3 ] {98998c6e-9d28-4f61-bb4b-44e7ebea1cb0} <Debug> executeQuery: Read 119 rows, 10.09 KiB in 0.002842 sec., 41871.921182266015 rows/sec., 3.47 MiB/sec. | ||
10507 | 2024.05.13 20:52:54.682079 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
10508 | 2024.05.13 20:52:54.682208 [ 3 ] {98998c6e-9d28-4f61-bb4b-44e7ebea1cb0} <Debug> DynamicQueryHandler: Done processing query | ||
10509 | 2024.05.13 20:52:54.682233 [ 3 ] {98998c6e-9d28-4f61-bb4b-44e7ebea1cb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10510 | 2024.05.13 20:52:54.682249 [ 3 ] {} <Debug> HTTP-Session: 4f2e4617-ba46-4233-8310-d0bdd981e19f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10511 | 2024.05.13 20:52:54.682425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 14442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10512 | 2024.05.13 20:52:54.682501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10513 | 2024.05.13 20:52:54.682521 [ 3 ] {} <Debug> HTTP-Session: b0e8c7b0-6d67-44bd-adbb-27b8855ac430 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10514 | 2024.05.13 20:52:54.682537 [ 3 ] {} <Debug> HTTP-Session: b0e8c7b0-6d67-44bd-adbb-27b8855ac430 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10515 | 2024.05.13 20:52:54.682550 [ 3 ] {} <Debug> HTTP-Session: b0e8c7b0-6d67-44bd-adbb-27b8855ac430 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10516 | 2024.05.13 20:52:54.682582 [ 3 ] {} <Trace> HTTP-Session: b0e8c7b0-6d67-44bd-adbb-27b8855ac430 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10517 | 2024.05.13 20:52:54.682700 [ 3 ] {9363889b-2f6c-4d2a-a356-dc0acd1f4d95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10518 | 2024.05.13 20:52:54.682742 [ 3 ] {9363889b-2f6c-4d2a-a356-dc0acd1f4d95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10519 | 2024.05.13 20:52:54.682870 [ 3 ] {9363889b-2f6c-4d2a-a356-dc0acd1f4d95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10520 | 2024.05.13 20:52:54.683220 [ 3 ] {9363889b-2f6c-4d2a-a356-dc0acd1f4d95} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10521 | 2024.05.13 20:52:54.683257 [ 3 ] {9363889b-2f6c-4d2a-a356-dc0acd1f4d95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10522 | 2024.05.13 20:52:54.683602 [ 3 ] {9363889b-2f6c-4d2a-a356-dc0acd1f4d95} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
10523 | 2024.05.13 20:52:54.683912 [ 3 ] {9363889b-2f6c-4d2a-a356-dc0acd1f4d95} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10524 | 2024.05.13 20:52:54.684080 [ 3 ] {9363889b-2f6c-4d2a-a356-dc0acd1f4d95} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001416 sec., 60028.248587570626 rows/sec., 4.69 MiB/sec. | ||
10525 | 2024.05.13 20:52:54.684248 [ 3 ] {9363889b-2f6c-4d2a-a356-dc0acd1f4d95} <Debug> DynamicQueryHandler: Done processing query | ||
10526 | 2024.05.13 20:52:54.684272 [ 3 ] {9363889b-2f6c-4d2a-a356-dc0acd1f4d95} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10527 | 2024.05.13 20:52:54.684288 [ 3 ] {} <Debug> HTTP-Session: b0e8c7b0-6d67-44bd-adbb-27b8855ac430 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10528 | 2024.05.13 20:52:54.684463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10529 | 2024.05.13 20:52:54.684512 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10530 | 2024.05.13 20:52:54.684532 [ 3 ] {} <Debug> HTTP-Session: 5616a4a2-72b0-45ca-92a2-6e0d39c2941d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10531 | 2024.05.13 20:52:54.684549 [ 3 ] {} <Debug> HTTP-Session: 5616a4a2-72b0-45ca-92a2-6e0d39c2941d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10532 | 2024.05.13 20:52:54.684563 [ 3 ] {} <Debug> HTTP-Session: 5616a4a2-72b0-45ca-92a2-6e0d39c2941d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10533 | 2024.05.13 20:52:54.684594 [ 3 ] {} <Trace> HTTP-Session: 5616a4a2-72b0-45ca-92a2-6e0d39c2941d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10534 | 2024.05.13 20:52:54.684748 [ 3 ] {e3b49013-ddb6-4a14-b7cd-0cdeb845bd44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10535 | 2024.05.13 20:52:54.684794 [ 3 ] {e3b49013-ddb6-4a14-b7cd-0cdeb845bd44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10536 | 2024.05.13 20:52:54.684942 [ 3 ] {e3b49013-ddb6-4a14-b7cd-0cdeb845bd44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10537 | 2024.05.13 20:52:54.685425 [ 3 ] {e3b49013-ddb6-4a14-b7cd-0cdeb845bd44} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10538 | 2024.05.13 20:52:54.685470 [ 3 ] {e3b49013-ddb6-4a14-b7cd-0cdeb845bd44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10539 | 2024.05.13 20:52:54.685956 [ 3 ] {e3b49013-ddb6-4a14-b7cd-0cdeb845bd44} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
10540 | 2024.05.13 20:52:54.686415 [ 3 ] {e3b49013-ddb6-4a14-b7cd-0cdeb845bd44} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10541 | 2024.05.13 20:52:54.686612 [ 3 ] {e3b49013-ddb6-4a14-b7cd-0cdeb845bd44} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001925 sec., 83116.88311688311 rows/sec., 5.79 MiB/sec. | ||
10542 | 2024.05.13 20:52:54.686922 [ 3 ] {e3b49013-ddb6-4a14-b7cd-0cdeb845bd44} <Debug> DynamicQueryHandler: Done processing query | ||
10543 | 2024.05.13 20:52:54.686977 [ 3 ] {e3b49013-ddb6-4a14-b7cd-0cdeb845bd44} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10544 | 2024.05.13 20:52:54.687019 [ 3 ] {} <Debug> HTTP-Session: 5616a4a2-72b0-45ca-92a2-6e0d39c2941d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10545 | 2024.05.13 20:52:54.687169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10546 | 2024.05.13 20:52:54.687231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10547 | 2024.05.13 20:52:54.687257 [ 3 ] {} <Debug> HTTP-Session: 6dfb5bf4-8225-4520-802f-489547e1bb94 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10548 | 2024.05.13 20:52:54.687279 [ 3 ] {} <Debug> HTTP-Session: 6dfb5bf4-8225-4520-802f-489547e1bb94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10549 | 2024.05.13 20:52:54.687298 [ 3 ] {} <Debug> HTTP-Session: 6dfb5bf4-8225-4520-802f-489547e1bb94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10550 | 2024.05.13 20:52:54.687339 [ 3 ] {} <Trace> HTTP-Session: 6dfb5bf4-8225-4520-802f-489547e1bb94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10551 | 2024.05.13 20:52:54.687655 [ 3 ] {6d42c434-565f-4684-be12-8259d8d4a886} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10552 | 2024.05.13 20:52:54.687722 [ 3 ] {6d42c434-565f-4684-be12-8259d8d4a886} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10553 | 2024.05.13 20:52:54.687957 [ 3 ] {6d42c434-565f-4684-be12-8259d8d4a886} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10554 | 2024.05.13 20:52:54.688445 [ 3 ] {6d42c434-565f-4684-be12-8259d8d4a886} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10555 | 2024.05.13 20:52:54.688493 [ 3 ] {6d42c434-565f-4684-be12-8259d8d4a886} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10556 | 2024.05.13 20:52:54.688973 [ 3 ] {6d42c434-565f-4684-be12-8259d8d4a886} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10557 | 2024.05.13 20:52:54.689327 [ 3 ] {6d42c434-565f-4684-be12-8259d8d4a886} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10558 | 2024.05.13 20:52:54.689503 [ 137 ] {} <Debug> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
10559 | 2024.05.13 20:52:54.689504 [ 3 ] {6d42c434-565f-4684-be12-8259d8d4a886} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.002054 sec., 10223.953261927947 rows/sec., 13.80 MiB/sec. | ||
10560 | 2024.05.13 20:52:54.689566 [ 137 ] {} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10561 | 2024.05.13 20:52:54.689630 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10562 | 2024.05.13 20:52:54.689977 [ 3 ] {6d42c434-565f-4684-be12-8259d8d4a886} <Debug> DynamicQueryHandler: Done processing query | ||
10563 | 2024.05.13 20:52:54.689975 [ 193 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
10564 | 2024.05.13 20:52:54.690051 [ 3 ] {6d42c434-565f-4684-be12-8259d8d4a886} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
10565 | 2024.05.13 20:52:54.690130 [ 3 ] {} <Debug> HTTP-Session: 6dfb5bf4-8225-4520-802f-489547e1bb94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10566 | 2024.05.13 20:52:54.690430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10567 | 2024.05.13 20:52:54.690638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10568 | 2024.05.13 20:52:54.690727 [ 3 ] {} <Debug> HTTP-Session: 28aa1812-907a-4873-9238-223410061f0c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10569 | 2024.05.13 20:52:54.690794 [ 3 ] {} <Debug> HTTP-Session: 28aa1812-907a-4873-9238-223410061f0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10570 | 2024.05.13 20:52:54.690847 [ 3 ] {} <Debug> HTTP-Session: 28aa1812-907a-4873-9238-223410061f0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10571 | 2024.05.13 20:52:54.690944 [ 3 ] {} <Trace> HTTP-Session: 28aa1812-907a-4873-9238-223410061f0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10572 | 2024.05.13 20:52:54.690951 [ 193 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10573 | 2024.05.13 20:52:54.691024 [ 193 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 866 rows starting from the beginning of the part | ||
10574 | 2024.05.13 20:52:54.691239 [ 3 ] {8dced842-44e6-4a61-bad5-5af5c7563b89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10575 | 2024.05.13 20:52:54.691389 [ 193 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
10576 | 2024.05.13 20:52:54.691401 [ 3 ] {8dced842-44e6-4a61-bad5-5af5c7563b89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10577 | 2024.05.13 20:52:54.691786 [ 193 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 10 rows starting from the beginning of the part | ||
10578 | 2024.05.13 20:52:54.692218 [ 193 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
10579 | 2024.05.13 20:52:54.692280 [ 3 ] {8dced842-44e6-4a61-bad5-5af5c7563b89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10580 | 2024.05.13 20:52:54.692539 [ 193 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 10 rows starting from the beginning of the part | ||
10581 | 2024.05.13 20:52:54.692807 [ 193 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
10582 | 2024.05.13 20:52:54.693619 [ 3 ] {8dced842-44e6-4a61-bad5-5af5c7563b89} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10583 | 2024.05.13 20:52:54.693666 [ 3 ] {8dced842-44e6-4a61-bad5-5af5c7563b89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10584 | 2024.05.13 20:52:54.694522 [ 3 ] {8dced842-44e6-4a61-bad5-5af5c7563b89} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
10585 | 2024.05.13 20:52:54.694857 [ 3 ] {8dced842-44e6-4a61-bad5-5af5c7563b89} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10586 | 2024.05.13 20:52:54.695048 [ 3 ] {8dced842-44e6-4a61-bad5-5af5c7563b89} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003973 sec., 15101.938082053864 rows/sec., 1.02 MiB/sec. | ||
10587 | 2024.05.13 20:52:54.695231 [ 3 ] {8dced842-44e6-4a61-bad5-5af5c7563b89} <Debug> DynamicQueryHandler: Done processing query | ||
10588 | 2024.05.13 20:52:54.695256 [ 3 ] {8dced842-44e6-4a61-bad5-5af5c7563b89} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10589 | 2024.05.13 20:52:54.695273 [ 3 ] {} <Debug> HTTP-Session: 28aa1812-907a-4873-9238-223410061f0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10590 | 2024.05.13 20:52:54.696913 [ 189 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 949 rows, containing 6 columns (6 merged, 0 gathered) in 0.007189009 sec., 132007.06801173848 rows/sec., 178.14 MiB/sec. | ||
10591 | 2024.05.13 20:52:54.697512 [ 189 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
10592 | 2024.05.13 20:52:54.697935 [ 189 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10593 | 2024.05.13 20:52:54.698023 [ 189 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
10594 | 2024.05.13 20:52:54.698112 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.59 MiB. | ||
10595 | 2024.05.13 20:52:57.832405 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10596 | 2024.05.13 20:52:57.832480 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10597 | 2024.05.13 20:52:59.001317 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000938639 sec. | ||
10598 | 2024.05.13 20:52:59.674426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10599 | 2024.05.13 20:52:59.674540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10600 | 2024.05.13 20:52:59.674564 [ 3 ] {} <Debug> HTTP-Session: b96a62de-8f8d-4080-a8ba-e3e71f449ecb Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10601 | 2024.05.13 20:52:59.674589 [ 3 ] {} <Debug> HTTP-Session: b96a62de-8f8d-4080-a8ba-e3e71f449ecb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10602 | 2024.05.13 20:52:59.674603 [ 3 ] {} <Debug> HTTP-Session: b96a62de-8f8d-4080-a8ba-e3e71f449ecb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10603 | 2024.05.13 20:52:59.674652 [ 3 ] {} <Trace> HTTP-Session: b96a62de-8f8d-4080-a8ba-e3e71f449ecb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10604 | 2024.05.13 20:52:59.674835 [ 3 ] {972e8f8a-ee3e-43fd-ba34-577132e55abc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10605 | 2024.05.13 20:52:59.674902 [ 3 ] {972e8f8a-ee3e-43fd-ba34-577132e55abc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10606 | 2024.05.13 20:52:59.675087 [ 3 ] {972e8f8a-ee3e-43fd-ba34-577132e55abc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10607 | 2024.05.13 20:52:59.675523 [ 3 ] {972e8f8a-ee3e-43fd-ba34-577132e55abc} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10608 | 2024.05.13 20:52:59.675564 [ 3 ] {972e8f8a-ee3e-43fd-ba34-577132e55abc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10609 | 2024.05.13 20:52:59.675921 [ 3 ] {972e8f8a-ee3e-43fd-ba34-577132e55abc} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
10610 | 2024.05.13 20:52:59.676250 [ 3 ] {972e8f8a-ee3e-43fd-ba34-577132e55abc} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10611 | 2024.05.13 20:52:59.676411 [ 3 ] {972e8f8a-ee3e-43fd-ba34-577132e55abc} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001629 sec., 6138.735420503376 rows/sec., 497.57 KiB/sec. | ||
10612 | 2024.05.13 20:52:59.676631 [ 3 ] {972e8f8a-ee3e-43fd-ba34-577132e55abc} <Debug> DynamicQueryHandler: Done processing query | ||
10613 | 2024.05.13 20:52:59.676669 [ 3 ] {972e8f8a-ee3e-43fd-ba34-577132e55abc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10614 | 2024.05.13 20:52:59.676699 [ 3 ] {} <Debug> HTTP-Session: b96a62de-8f8d-4080-a8ba-e3e71f449ecb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10615 | 2024.05.13 20:52:59.676841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12383, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10616 | 2024.05.13 20:52:59.676889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10617 | 2024.05.13 20:52:59.676909 [ 3 ] {} <Debug> HTTP-Session: 2a1928e3-889c-47cc-9567-a2236ef6ae5f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10618 | 2024.05.13 20:52:59.676925 [ 3 ] {} <Debug> HTTP-Session: 2a1928e3-889c-47cc-9567-a2236ef6ae5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10619 | 2024.05.13 20:52:59.676939 [ 3 ] {} <Debug> HTTP-Session: 2a1928e3-889c-47cc-9567-a2236ef6ae5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10620 | 2024.05.13 20:52:59.676970 [ 3 ] {} <Trace> HTTP-Session: 2a1928e3-889c-47cc-9567-a2236ef6ae5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10621 | 2024.05.13 20:52:59.677087 [ 3 ] {27567521-c755-432b-a3e8-296d7a724297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10622 | 2024.05.13 20:52:59.677130 [ 3 ] {27567521-c755-432b-a3e8-296d7a724297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10623 | 2024.05.13 20:52:59.677254 [ 3 ] {27567521-c755-432b-a3e8-296d7a724297} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10624 | 2024.05.13 20:52:59.677631 [ 3 ] {27567521-c755-432b-a3e8-296d7a724297} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10625 | 2024.05.13 20:52:59.677668 [ 3 ] {27567521-c755-432b-a3e8-296d7a724297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10626 | 2024.05.13 20:52:59.677982 [ 3 ] {27567521-c755-432b-a3e8-296d7a724297} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
10627 | 2024.05.13 20:52:59.678285 [ 3 ] {27567521-c755-432b-a3e8-296d7a724297} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10628 | 2024.05.13 20:52:59.678430 [ 3 ] {27567521-c755-432b-a3e8-296d7a724297} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.001383 sec., 62183.65871294288 rows/sec., 5.03 MiB/sec. | ||
10629 | 2024.05.13 20:52:59.678606 [ 3 ] {27567521-c755-432b-a3e8-296d7a724297} <Debug> DynamicQueryHandler: Done processing query | ||
10630 | 2024.05.13 20:52:59.678630 [ 3 ] {27567521-c755-432b-a3e8-296d7a724297} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10631 | 2024.05.13 20:52:59.678645 [ 3 ] {} <Debug> HTTP-Session: 2a1928e3-889c-47cc-9567-a2236ef6ae5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10632 | 2024.05.13 20:52:59.678763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10633 | 2024.05.13 20:52:59.678810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10634 | 2024.05.13 20:52:59.678828 [ 3 ] {} <Debug> HTTP-Session: 00a5722b-a32f-4def-b81a-55e770555bc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10635 | 2024.05.13 20:52:59.678845 [ 3 ] {} <Debug> HTTP-Session: 00a5722b-a32f-4def-b81a-55e770555bc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10636 | 2024.05.13 20:52:59.678858 [ 3 ] {} <Debug> HTTP-Session: 00a5722b-a32f-4def-b81a-55e770555bc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10637 | 2024.05.13 20:52:59.678887 [ 3 ] {} <Trace> HTTP-Session: 00a5722b-a32f-4def-b81a-55e770555bc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10638 | 2024.05.13 20:52:59.679007 [ 3 ] {4171dc58-1698-48c2-b50e-9fc76a506560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10639 | 2024.05.13 20:52:59.679048 [ 3 ] {4171dc58-1698-48c2-b50e-9fc76a506560} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10640 | 2024.05.13 20:52:59.679173 [ 3 ] {4171dc58-1698-48c2-b50e-9fc76a506560} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10641 | 2024.05.13 20:52:59.679515 [ 3 ] {4171dc58-1698-48c2-b50e-9fc76a506560} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10642 | 2024.05.13 20:52:59.679552 [ 3 ] {4171dc58-1698-48c2-b50e-9fc76a506560} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10643 | 2024.05.13 20:52:59.679854 [ 3 ] {4171dc58-1698-48c2-b50e-9fc76a506560} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
10644 | 2024.05.13 20:52:59.680157 [ 3 ] {4171dc58-1698-48c2-b50e-9fc76a506560} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10645 | 2024.05.13 20:52:59.680317 [ 3 ] {4171dc58-1698-48c2-b50e-9fc76a506560} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001348 sec., 54896.14243323442 rows/sec., 4.29 MiB/sec. | ||
10646 | 2024.05.13 20:52:59.680483 [ 3 ] {4171dc58-1698-48c2-b50e-9fc76a506560} <Debug> DynamicQueryHandler: Done processing query | ||
10647 | 2024.05.13 20:52:59.680508 [ 3 ] {4171dc58-1698-48c2-b50e-9fc76a506560} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10648 | 2024.05.13 20:52:59.680525 [ 3 ] {} <Debug> HTTP-Session: 00a5722b-a32f-4def-b81a-55e770555bc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10649 | 2024.05.13 20:52:59.680678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10650 | 2024.05.13 20:52:59.680726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10651 | 2024.05.13 20:52:59.680745 [ 3 ] {} <Debug> HTTP-Session: 2ee3760b-87e3-49f0-8f30-6bb71c7e31c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10652 | 2024.05.13 20:52:59.680760 [ 3 ] {} <Debug> HTTP-Session: 2ee3760b-87e3-49f0-8f30-6bb71c7e31c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10653 | 2024.05.13 20:52:59.680774 [ 3 ] {} <Debug> HTTP-Session: 2ee3760b-87e3-49f0-8f30-6bb71c7e31c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10654 | 2024.05.13 20:52:59.680805 [ 3 ] {} <Trace> HTTP-Session: 2ee3760b-87e3-49f0-8f30-6bb71c7e31c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10655 | 2024.05.13 20:52:59.680956 [ 3 ] {4afa1b37-d8e9-49d7-91be-5d2d2524af70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10656 | 2024.05.13 20:52:59.681004 [ 3 ] {4afa1b37-d8e9-49d7-91be-5d2d2524af70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10657 | 2024.05.13 20:52:59.681148 [ 3 ] {4afa1b37-d8e9-49d7-91be-5d2d2524af70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10658 | 2024.05.13 20:52:59.681545 [ 3 ] {4afa1b37-d8e9-49d7-91be-5d2d2524af70} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10659 | 2024.05.13 20:52:59.681583 [ 3 ] {4afa1b37-d8e9-49d7-91be-5d2d2524af70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10660 | 2024.05.13 20:52:59.681970 [ 3 ] {4afa1b37-d8e9-49d7-91be-5d2d2524af70} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
10661 | 2024.05.13 20:52:59.682323 [ 3 ] {4afa1b37-d8e9-49d7-91be-5d2d2524af70} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10662 | 2024.05.13 20:52:59.682482 [ 3 ] {4afa1b37-d8e9-49d7-91be-5d2d2524af70} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001594 sec., 100376.41154328734 rows/sec., 6.99 MiB/sec. | ||
10663 | 2024.05.13 20:52:59.682663 [ 3 ] {4afa1b37-d8e9-49d7-91be-5d2d2524af70} <Debug> DynamicQueryHandler: Done processing query | ||
10664 | 2024.05.13 20:52:59.682687 [ 3 ] {4afa1b37-d8e9-49d7-91be-5d2d2524af70} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10665 | 2024.05.13 20:52:59.682703 [ 3 ] {} <Debug> HTTP-Session: 2ee3760b-87e3-49f0-8f30-6bb71c7e31c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10666 | 2024.05.13 20:52:59.682819 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10761, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10667 | 2024.05.13 20:52:59.682867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10668 | 2024.05.13 20:52:59.682886 [ 3 ] {} <Debug> HTTP-Session: 8c211acc-b3e2-4f99-8ac5-5432f50b69b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10669 | 2024.05.13 20:52:59.682903 [ 3 ] {} <Debug> HTTP-Session: 8c211acc-b3e2-4f99-8ac5-5432f50b69b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10670 | 2024.05.13 20:52:59.682916 [ 3 ] {} <Debug> HTTP-Session: 8c211acc-b3e2-4f99-8ac5-5432f50b69b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10671 | 2024.05.13 20:52:59.682947 [ 3 ] {} <Trace> HTTP-Session: 8c211acc-b3e2-4f99-8ac5-5432f50b69b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10672 | 2024.05.13 20:52:59.683095 [ 3 ] {2f0ade5e-72df-4713-84ae-992676241521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10673 | 2024.05.13 20:52:59.683142 [ 3 ] {2f0ade5e-72df-4713-84ae-992676241521} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10674 | 2024.05.13 20:52:59.683301 [ 3 ] {2f0ade5e-72df-4713-84ae-992676241521} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10675 | 2024.05.13 20:52:59.683679 [ 3 ] {2f0ade5e-72df-4713-84ae-992676241521} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10676 | 2024.05.13 20:52:59.683716 [ 3 ] {2f0ade5e-72df-4713-84ae-992676241521} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10677 | 2024.05.13 20:52:59.684099 [ 3 ] {2f0ade5e-72df-4713-84ae-992676241521} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
10678 | 2024.05.13 20:52:59.684438 [ 3 ] {2f0ade5e-72df-4713-84ae-992676241521} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10679 | 2024.05.13 20:52:59.684590 [ 3 ] {2f0ade5e-72df-4713-84ae-992676241521} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.001564 sec., 6393.86189258312 rows/sec., 8.63 MiB/sec. | ||
10680 | 2024.05.13 20:52:59.684757 [ 3 ] {2f0ade5e-72df-4713-84ae-992676241521} <Debug> DynamicQueryHandler: Done processing query | ||
10681 | 2024.05.13 20:52:59.684781 [ 3 ] {2f0ade5e-72df-4713-84ae-992676241521} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10682 | 2024.05.13 20:52:59.684797 [ 3 ] {} <Debug> HTTP-Session: 8c211acc-b3e2-4f99-8ac5-5432f50b69b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10683 | 2024.05.13 20:52:59.684906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10684 | 2024.05.13 20:52:59.684954 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10685 | 2024.05.13 20:52:59.684973 [ 3 ] {} <Debug> HTTP-Session: 267d7ddb-6bf4-44bd-b86d-1508e2cdb9f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10686 | 2024.05.13 20:52:59.684988 [ 3 ] {} <Debug> HTTP-Session: 267d7ddb-6bf4-44bd-b86d-1508e2cdb9f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10687 | 2024.05.13 20:52:59.685002 [ 3 ] {} <Debug> HTTP-Session: 267d7ddb-6bf4-44bd-b86d-1508e2cdb9f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10688 | 2024.05.13 20:52:59.685032 [ 3 ] {} <Trace> HTTP-Session: 267d7ddb-6bf4-44bd-b86d-1508e2cdb9f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10689 | 2024.05.13 20:52:59.685152 [ 3 ] {2c53eaac-6b0a-4bf7-9981-5f503c09fd46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10690 | 2024.05.13 20:52:59.685195 [ 3 ] {2c53eaac-6b0a-4bf7-9981-5f503c09fd46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10691 | 2024.05.13 20:52:59.685322 [ 3 ] {2c53eaac-6b0a-4bf7-9981-5f503c09fd46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10692 | 2024.05.13 20:52:59.685619 [ 3 ] {2c53eaac-6b0a-4bf7-9981-5f503c09fd46} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10693 | 2024.05.13 20:52:59.685659 [ 3 ] {2c53eaac-6b0a-4bf7-9981-5f503c09fd46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10694 | 2024.05.13 20:52:59.686024 [ 3 ] {2c53eaac-6b0a-4bf7-9981-5f503c09fd46} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
10695 | 2024.05.13 20:52:59.686344 [ 3 ] {2c53eaac-6b0a-4bf7-9981-5f503c09fd46} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10696 | 2024.05.13 20:52:59.686499 [ 3 ] {2c53eaac-6b0a-4bf7-9981-5f503c09fd46} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001385 sec., 43321.29963898917 rows/sec., 2.92 MiB/sec. | ||
10697 | 2024.05.13 20:52:59.686764 [ 3 ] {2c53eaac-6b0a-4bf7-9981-5f503c09fd46} <Debug> DynamicQueryHandler: Done processing query | ||
10698 | 2024.05.13 20:52:59.686830 [ 3 ] {2c53eaac-6b0a-4bf7-9981-5f503c09fd46} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10699 | 2024.05.13 20:52:59.686881 [ 3 ] {} <Debug> HTTP-Session: 267d7ddb-6bf4-44bd-b86d-1508e2cdb9f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10700 | 2024.05.13 20:53:04.676121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10701 | 2024.05.13 20:53:04.676274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10702 | 2024.05.13 20:53:04.676305 [ 3 ] {} <Debug> HTTP-Session: 4da96cca-217d-420f-a6f9-ede5b848342f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10703 | 2024.05.13 20:53:04.676336 [ 3 ] {} <Debug> HTTP-Session: 4da96cca-217d-420f-a6f9-ede5b848342f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10704 | 2024.05.13 20:53:04.676356 [ 3 ] {} <Debug> HTTP-Session: 4da96cca-217d-420f-a6f9-ede5b848342f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10705 | 2024.05.13 20:53:04.676421 [ 3 ] {} <Trace> HTTP-Session: 4da96cca-217d-420f-a6f9-ede5b848342f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10706 | 2024.05.13 20:53:04.676667 [ 3 ] {e02d3aed-7bac-42ed-a36f-5b80102eff69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10707 | 2024.05.13 20:53:04.676749 [ 3 ] {e02d3aed-7bac-42ed-a36f-5b80102eff69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10708 | 2024.05.13 20:53:04.676988 [ 3 ] {e02d3aed-7bac-42ed-a36f-5b80102eff69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10709 | 2024.05.13 20:53:04.677354 [ 3 ] {e02d3aed-7bac-42ed-a36f-5b80102eff69} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10710 | 2024.05.13 20:53:04.677400 [ 3 ] {e02d3aed-7bac-42ed-a36f-5b80102eff69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10711 | 2024.05.13 20:53:04.677783 [ 3 ] {e02d3aed-7bac-42ed-a36f-5b80102eff69} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
10712 | 2024.05.13 20:53:04.678109 [ 3 ] {e02d3aed-7bac-42ed-a36f-5b80102eff69} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10713 | 2024.05.13 20:53:04.678256 [ 3 ] {e02d3aed-7bac-42ed-a36f-5b80102eff69} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001664 sec., 12620.192307692309 rows/sec., 1022.93 KiB/sec. | ||
10714 | 2024.05.13 20:53:04.678464 [ 3 ] {e02d3aed-7bac-42ed-a36f-5b80102eff69} <Debug> DynamicQueryHandler: Done processing query | ||
10715 | 2024.05.13 20:53:04.678490 [ 3 ] {e02d3aed-7bac-42ed-a36f-5b80102eff69} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10716 | 2024.05.13 20:53:04.678509 [ 3 ] {} <Debug> HTTP-Session: 4da96cca-217d-420f-a6f9-ede5b848342f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10717 | 2024.05.13 20:53:04.678653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10718 | 2024.05.13 20:53:04.678701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10719 | 2024.05.13 20:53:04.678721 [ 3 ] {} <Debug> HTTP-Session: df3d735c-45b3-454d-9df8-2475a634872e Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10720 | 2024.05.13 20:53:04.678738 [ 3 ] {} <Debug> HTTP-Session: df3d735c-45b3-454d-9df8-2475a634872e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10721 | 2024.05.13 20:53:04.678751 [ 3 ] {} <Debug> HTTP-Session: df3d735c-45b3-454d-9df8-2475a634872e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10722 | 2024.05.13 20:53:04.678783 [ 3 ] {} <Trace> HTTP-Session: df3d735c-45b3-454d-9df8-2475a634872e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10723 | 2024.05.13 20:53:04.678879 [ 3 ] {bf6b171b-bf1e-4c8d-adb3-69a8e52f2dfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10724 | 2024.05.13 20:53:04.678924 [ 3 ] {bf6b171b-bf1e-4c8d-adb3-69a8e52f2dfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10725 | 2024.05.13 20:53:04.679083 [ 3 ] {bf6b171b-bf1e-4c8d-adb3-69a8e52f2dfc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10726 | 2024.05.13 20:53:04.679387 [ 3 ] {bf6b171b-bf1e-4c8d-adb3-69a8e52f2dfc} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10727 | 2024.05.13 20:53:04.679423 [ 3 ] {bf6b171b-bf1e-4c8d-adb3-69a8e52f2dfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10728 | 2024.05.13 20:53:04.679730 [ 3 ] {bf6b171b-bf1e-4c8d-adb3-69a8e52f2dfc} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
10729 | 2024.05.13 20:53:04.680050 [ 3 ] {bf6b171b-bf1e-4c8d-adb3-69a8e52f2dfc} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10730 | 2024.05.13 20:53:04.680211 [ 3 ] {bf6b171b-bf1e-4c8d-adb3-69a8e52f2dfc} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001351 sec., 1480.3849000740192 rows/sec., 120.71 KiB/sec. | ||
10731 | 2024.05.13 20:53:04.680456 [ 3 ] {bf6b171b-bf1e-4c8d-adb3-69a8e52f2dfc} <Debug> DynamicQueryHandler: Done processing query | ||
10732 | 2024.05.13 20:53:04.680514 [ 3 ] {bf6b171b-bf1e-4c8d-adb3-69a8e52f2dfc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10733 | 2024.05.13 20:53:04.680577 [ 3 ] {} <Debug> HTTP-Session: df3d735c-45b3-454d-9df8-2475a634872e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10734 | 2024.05.13 20:53:04.680772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17467, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10735 | 2024.05.13 20:53:04.680822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10736 | 2024.05.13 20:53:04.680841 [ 3 ] {} <Debug> HTTP-Session: 475c4ead-c255-4702-a2d4-e925e6251522 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10737 | 2024.05.13 20:53:04.680859 [ 3 ] {} <Debug> HTTP-Session: 475c4ead-c255-4702-a2d4-e925e6251522 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10738 | 2024.05.13 20:53:04.680873 [ 3 ] {} <Debug> HTTP-Session: 475c4ead-c255-4702-a2d4-e925e6251522 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10739 | 2024.05.13 20:53:04.680904 [ 3 ] {} <Trace> HTTP-Session: 475c4ead-c255-4702-a2d4-e925e6251522 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10740 | 2024.05.13 20:53:04.681035 [ 3 ] {f0919c31-770a-40a5-9e6e-60e4bd7304bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10741 | 2024.05.13 20:53:04.681081 [ 3 ] {f0919c31-770a-40a5-9e6e-60e4bd7304bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10742 | 2024.05.13 20:53:04.681224 [ 3 ] {f0919c31-770a-40a5-9e6e-60e4bd7304bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10743 | 2024.05.13 20:53:04.681560 [ 3 ] {f0919c31-770a-40a5-9e6e-60e4bd7304bf} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10744 | 2024.05.13 20:53:04.681597 [ 3 ] {f0919c31-770a-40a5-9e6e-60e4bd7304bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10745 | 2024.05.13 20:53:04.681932 [ 3 ] {f0919c31-770a-40a5-9e6e-60e4bd7304bf} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
10746 | 2024.05.13 20:53:04.682247 [ 3 ] {f0919c31-770a-40a5-9e6e-60e4bd7304bf} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10747 | 2024.05.13 20:53:04.682386 [ 3 ] {f0919c31-770a-40a5-9e6e-60e4bd7304bf} <Debug> executeQuery: Read 120 rows, 10.16 KiB in 0.001397 sec., 85898.35361488904 rows/sec., 7.10 MiB/sec. | ||
10748 | 2024.05.13 20:53:04.682415 [ 130 ] {} <Debug> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
10749 | 2024.05.13 20:53:04.682512 [ 130 ] {} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10750 | 2024.05.13 20:53:04.682545 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10751 | 2024.05.13 20:53:04.682618 [ 3 ] {f0919c31-770a-40a5-9e6e-60e4bd7304bf} <Debug> DynamicQueryHandler: Done processing query | ||
10752 | 2024.05.13 20:53:04.682675 [ 3 ] {f0919c31-770a-40a5-9e6e-60e4bd7304bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10753 | 2024.05.13 20:53:04.682732 [ 3 ] {} <Debug> HTTP-Session: 475c4ead-c255-4702-a2d4-e925e6251522 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10754 | 2024.05.13 20:53:04.682817 [ 193 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::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 | ||
10755 | 2024.05.13 20:53:04.682929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10756 | 2024.05.13 20:53:04.683037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10757 | 2024.05.13 20:53:04.683098 [ 3 ] {} <Debug> HTTP-Session: a0100451-3044-4121-9e53-9883931618cc Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10758 | 2024.05.13 20:53:04.683119 [ 193 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10759 | 2024.05.13 20:53:04.683131 [ 3 ] {} <Debug> HTTP-Session: a0100451-3044-4121-9e53-9883931618cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10760 | 2024.05.13 20:53:04.683176 [ 3 ] {} <Debug> HTTP-Session: a0100451-3044-4121-9e53-9883931618cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10761 | 2024.05.13 20:53:04.683184 [ 193 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 192 rows starting from the beginning of the part | ||
10762 | 2024.05.13 20:53:04.683250 [ 3 ] {} <Trace> HTTP-Session: a0100451-3044-4121-9e53-9883931618cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10763 | 2024.05.13 20:53:04.683437 [ 193 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 156 rows starting from the beginning of the part | ||
10764 | 2024.05.13 20:53:04.683528 [ 3 ] {be09f150-fb75-4cfd-a888-587f12006607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10765 | 2024.05.13 20:53:04.683697 [ 3 ] {be09f150-fb75-4cfd-a888-587f12006607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10766 | 2024.05.13 20:53:04.683773 [ 193 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 86 rows starting from the beginning of the part | ||
10767 | 2024.05.13 20:53:04.684090 [ 193 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 119 rows starting from the beginning of the part | ||
10768 | 2024.05.13 20:53:04.684431 [ 193 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 86 rows starting from the beginning of the part | ||
10769 | 2024.05.13 20:53:04.684824 [ 193 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 120 rows starting from the beginning of the part | ||
10770 | 2024.05.13 20:53:04.684857 [ 3 ] {be09f150-fb75-4cfd-a888-587f12006607} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10771 | 2024.05.13 20:53:04.685558 [ 3 ] {be09f150-fb75-4cfd-a888-587f12006607} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10772 | 2024.05.13 20:53:04.685622 [ 3 ] {be09f150-fb75-4cfd-a888-587f12006607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10773 | 2024.05.13 20:53:04.686472 [ 3 ] {be09f150-fb75-4cfd-a888-587f12006607} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
10774 | 2024.05.13 20:53:04.687347 [ 3 ] {be09f150-fb75-4cfd-a888-587f12006607} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10775 | 2024.05.13 20:53:04.687800 [ 3 ] {be09f150-fb75-4cfd-a888-587f12006607} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004345 sec., 460.2991944764097 rows/sec., 32.14 KiB/sec. | ||
10776 | 2024.05.13 20:53:04.688047 [ 193 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 759 rows, containing 4 columns (4 merged, 0 gathered) in 0.005391432 sec., 140778.92478287773 rows/sec., 11.52 MiB/sec. | ||
10777 | 2024.05.13 20:53:04.688185 [ 3 ] {be09f150-fb75-4cfd-a888-587f12006607} <Debug> DynamicQueryHandler: Done processing query | ||
10778 | 2024.05.13 20:53:04.688226 [ 3 ] {be09f150-fb75-4cfd-a888-587f12006607} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10779 | 2024.05.13 20:53:04.688253 [ 3 ] {} <Debug> HTTP-Session: a0100451-3044-4121-9e53-9883931618cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10780 | 2024.05.13 20:53:04.688274 [ 191 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
10781 | 2024.05.13 20:53:04.688425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 14785, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10782 | 2024.05.13 20:53:04.688497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10783 | 2024.05.13 20:53:04.688533 [ 3 ] {} <Debug> HTTP-Session: eddb284f-7121-4ab9-946d-1d117043ad27 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10784 | 2024.05.13 20:53:04.688560 [ 3 ] {} <Debug> HTTP-Session: eddb284f-7121-4ab9-946d-1d117043ad27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10785 | 2024.05.13 20:53:04.688582 [ 3 ] {} <Debug> HTTP-Session: eddb284f-7121-4ab9-946d-1d117043ad27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10786 | 2024.05.13 20:53:04.688629 [ 3 ] {} <Trace> HTTP-Session: eddb284f-7121-4ab9-946d-1d117043ad27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10787 | 2024.05.13 20:53:04.688777 [ 191 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_71_14} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10788 | 2024.05.13 20:53:04.688791 [ 3 ] {2ec4c493-e9cd-405f-9ea1-652e036de4a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10789 | 2024.05.13 20:53:04.688846 [ 3 ] {2ec4c493-e9cd-405f-9ea1-652e036de4a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10790 | 2024.05.13 20:53:04.688897 [ 191 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_71_14} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
10791 | 2024.05.13 20:53:04.689015 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
10792 | 2024.05.13 20:53:04.689077 [ 3 ] {2ec4c493-e9cd-405f-9ea1-652e036de4a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10793 | 2024.05.13 20:53:04.689404 [ 3 ] {2ec4c493-e9cd-405f-9ea1-652e036de4a6} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10794 | 2024.05.13 20:53:04.689441 [ 3 ] {2ec4c493-e9cd-405f-9ea1-652e036de4a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10795 | 2024.05.13 20:53:04.689765 [ 3 ] {2ec4c493-e9cd-405f-9ea1-652e036de4a6} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
10796 | 2024.05.13 20:53:04.690064 [ 3 ] {2ec4c493-e9cd-405f-9ea1-652e036de4a6} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10797 | 2024.05.13 20:53:04.690204 [ 3 ] {2ec4c493-e9cd-405f-9ea1-652e036de4a6} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001482 sec., 58704.45344129555 rows/sec., 4.59 MiB/sec. | ||
10798 | 2024.05.13 20:53:04.690221 [ 130 ] {} <Debug> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
10799 | 2024.05.13 20:53:04.690300 [ 130 ] {} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10800 | 2024.05.13 20:53:04.690346 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10801 | 2024.05.13 20:53:04.690503 [ 3 ] {2ec4c493-e9cd-405f-9ea1-652e036de4a6} <Debug> DynamicQueryHandler: Done processing query | ||
10802 | 2024.05.13 20:53:04.690572 [ 3 ] {2ec4c493-e9cd-405f-9ea1-652e036de4a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10803 | 2024.05.13 20:53:04.690642 [ 3 ] {} <Debug> HTTP-Session: eddb284f-7121-4ab9-946d-1d117043ad27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10804 | 2024.05.13 20:53:04.690639 [ 190 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::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 | ||
10805 | 2024.05.13 20:53:04.690917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10806 | 2024.05.13 20:53:04.691095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10807 | 2024.05.13 20:53:04.691203 [ 3 ] {} <Debug> HTTP-Session: 4924a6cc-64fd-40d3-9b77-5265a388f489 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10808 | 2024.05.13 20:53:04.691272 [ 3 ] {} <Debug> HTTP-Session: 4924a6cc-64fd-40d3-9b77-5265a388f489 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10809 | 2024.05.13 20:53:04.691341 [ 3 ] {} <Debug> HTTP-Session: 4924a6cc-64fd-40d3-9b77-5265a388f489 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10810 | 2024.05.13 20:53:04.691398 [ 190 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10811 | 2024.05.13 20:53:04.691443 [ 3 ] {} <Trace> HTTP-Session: 4924a6cc-64fd-40d3-9b77-5265a388f489 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10812 | 2024.05.13 20:53:04.691517 [ 190 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 151 rows starting from the beginning of the part | ||
10813 | 2024.05.13 20:53:04.691754 [ 190 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 111 rows starting from the beginning of the part | ||
10814 | 2024.05.13 20:53:04.691838 [ 3 ] {12c8efb3-8b82-4f66-8367-0a10f0b08704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10815 | 2024.05.13 20:53:04.691991 [ 190 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 74 rows starting from the beginning of the part | ||
10816 | 2024.05.13 20:53:04.692011 [ 3 ] {12c8efb3-8b82-4f66-8367-0a10f0b08704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10817 | 2024.05.13 20:53:04.692324 [ 190 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 85 rows starting from the beginning of the part | ||
10818 | 2024.05.13 20:53:04.692640 [ 190 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 74 rows starting from the beginning of the part | ||
10819 | 2024.05.13 20:53:04.692850 [ 190 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 87 rows starting from the beginning of the part | ||
10820 | 2024.05.13 20:53:04.693441 [ 3 ] {12c8efb3-8b82-4f66-8367-0a10f0b08704} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10821 | 2024.05.13 20:53:04.694243 [ 3 ] {12c8efb3-8b82-4f66-8367-0a10f0b08704} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10822 | 2024.05.13 20:53:04.694313 [ 3 ] {12c8efb3-8b82-4f66-8367-0a10f0b08704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10823 | 2024.05.13 20:53:04.695229 [ 3 ] {12c8efb3-8b82-4f66-8367-0a10f0b08704} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
10824 | 2024.05.13 20:53:04.695455 [ 191 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 582 rows, containing 4 columns (4 merged, 0 gathered) in 0.005034508 sec., 115602.16013163551 rows/sec., 9.03 MiB/sec. | ||
10825 | 2024.05.13 20:53:04.695635 [ 191 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
10826 | 2024.05.13 20:53:04.695797 [ 3 ] {12c8efb3-8b82-4f66-8367-0a10f0b08704} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10827 | 2024.05.13 20:53:04.696068 [ 130 ] {} <Debug> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
10828 | 2024.05.13 20:53:04.696083 [ 3 ] {12c8efb3-8b82-4f66-8367-0a10f0b08704} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004425 sec., 36384.180790960454 rows/sec., 2.53 MiB/sec. | ||
10829 | 2024.05.13 20:53:04.696135 [ 130 ] {} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10830 | 2024.05.13 20:53:04.696240 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10831 | 2024.05.13 20:53:04.696383 [ 194 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_71_14} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10832 | 2024.05.13 20:53:04.696731 [ 3 ] {12c8efb3-8b82-4f66-8367-0a10f0b08704} <Debug> DynamicQueryHandler: Done processing query | ||
10833 | 2024.05.13 20:53:04.696833 [ 3 ] {12c8efb3-8b82-4f66-8367-0a10f0b08704} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10834 | 2024.05.13 20:53:04.696846 [ 191 ] {313178d0-1e86-4864-8af4-8d959655e5c5::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 | ||
10835 | 2024.05.13 20:53:04.696903 [ 3 ] {} <Debug> HTTP-Session: 4924a6cc-64fd-40d3-9b77-5265a388f489 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10836 | 2024.05.13 20:53:04.696968 [ 194 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_71_14} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
10837 | 2024.05.13 20:53:04.697341 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
10838 | 2024.05.13 20:53:04.697364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10839 | 2024.05.13 20:53:04.697569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10840 | 2024.05.13 20:53:04.697643 [ 3 ] {} <Debug> HTTP-Session: 91f35f3e-7720-43e4-82f8-53051173bf2a Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10841 | 2024.05.13 20:53:04.697683 [ 191 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10842 | 2024.05.13 20:53:04.697699 [ 3 ] {} <Debug> HTTP-Session: 91f35f3e-7720-43e4-82f8-53051173bf2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10843 | 2024.05.13 20:53:04.697749 [ 3 ] {} <Debug> HTTP-Session: 91f35f3e-7720-43e4-82f8-53051173bf2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10844 | 2024.05.13 20:53:04.697775 [ 191 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_66_13, total 10734 rows starting from the beginning of the part | ||
10845 | 2024.05.13 20:53:04.697849 [ 3 ] {} <Trace> HTTP-Session: 91f35f3e-7720-43e4-82f8-53051173bf2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10846 | 2024.05.13 20:53:04.698255 [ 191 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 197 rows starting from the beginning of the part | ||
10847 | 2024.05.13 20:53:04.698444 [ 191 ] {313178d0-1e86-4864-8af4-8d959655e5c5::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 | ||
10848 | 2024.05.13 20:53:04.698515 [ 3 ] {e9aedbd9-3044-4ef0-b78a-c1627eac0788} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10849 | 2024.05.13 20:53:04.698777 [ 3 ] {e9aedbd9-3044-4ef0-b78a-c1627eac0788} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10850 | 2024.05.13 20:53:04.698817 [ 191 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
10851 | 2024.05.13 20:53:04.699194 [ 191 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part | ||
10852 | 2024.05.13 20:53:04.699457 [ 191 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 161 rows starting from the beginning of the part | ||
10853 | 2024.05.13 20:53:04.700143 [ 3 ] {e9aedbd9-3044-4ef0-b78a-c1627eac0788} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10854 | 2024.05.13 20:53:04.700575 [ 3 ] {e9aedbd9-3044-4ef0-b78a-c1627eac0788} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10855 | 2024.05.13 20:53:04.700612 [ 3 ] {e9aedbd9-3044-4ef0-b78a-c1627eac0788} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10856 | 2024.05.13 20:53:04.701291 [ 3 ] {e9aedbd9-3044-4ef0-b78a-c1627eac0788} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
10857 | 2024.05.13 20:53:04.701890 [ 3 ] {e9aedbd9-3044-4ef0-b78a-c1627eac0788} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10858 | 2024.05.13 20:53:04.702142 [ 3 ] {e9aedbd9-3044-4ef0-b78a-c1627eac0788} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.003936 sec., 5335.365853658536 rows/sec., 7.20 MiB/sec. | ||
10859 | 2024.05.13 20:53:04.702375 [ 3 ] {e9aedbd9-3044-4ef0-b78a-c1627eac0788} <Debug> DynamicQueryHandler: Done processing query | ||
10860 | 2024.05.13 20:53:04.702401 [ 3 ] {e9aedbd9-3044-4ef0-b78a-c1627eac0788} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
10861 | 2024.05.13 20:53:04.702418 [ 3 ] {} <Debug> HTTP-Session: 91f35f3e-7720-43e4-82f8-53051173bf2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10862 | 2024.05.13 20:53:04.702551 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10863 | 2024.05.13 20:53:04.702597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10864 | 2024.05.13 20:53:04.702618 [ 3 ] {} <Debug> HTTP-Session: da4a950e-8693-487c-8a06-ab0c4417a143 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10865 | 2024.05.13 20:53:04.702635 [ 3 ] {} <Debug> HTTP-Session: da4a950e-8693-487c-8a06-ab0c4417a143 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10866 | 2024.05.13 20:53:04.702648 [ 3 ] {} <Debug> HTTP-Session: da4a950e-8693-487c-8a06-ab0c4417a143 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10867 | 2024.05.13 20:53:04.702822 [ 3 ] {} <Trace> HTTP-Session: da4a950e-8693-487c-8a06-ab0c4417a143 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10868 | 2024.05.13 20:53:04.702957 [ 3 ] {b3002c0b-86e5-47f1-9ec1-1dba5cec7f6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10869 | 2024.05.13 20:53:04.703004 [ 3 ] {b3002c0b-86e5-47f1-9ec1-1dba5cec7f6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10870 | 2024.05.13 20:53:04.703165 [ 3 ] {b3002c0b-86e5-47f1-9ec1-1dba5cec7f6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10871 | 2024.05.13 20:53:04.703465 [ 3 ] {b3002c0b-86e5-47f1-9ec1-1dba5cec7f6d} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10872 | 2024.05.13 20:53:04.703507 [ 3 ] {b3002c0b-86e5-47f1-9ec1-1dba5cec7f6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10873 | 2024.05.13 20:53:04.703970 [ 3 ] {b3002c0b-86e5-47f1-9ec1-1dba5cec7f6d} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
10874 | 2024.05.13 20:53:04.704249 [ 191 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11572 rows, containing 5 columns (5 merged, 0 gathered) in 0.007825824 sec., 1478694.1285671643 rows/sec., 102.91 MiB/sec. | ||
10875 | 2024.05.13 20:53:04.704453 [ 3 ] {b3002c0b-86e5-47f1-9ec1-1dba5cec7f6d} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10876 | 2024.05.13 20:53:04.704692 [ 130 ] {} <Debug> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
10877 | 2024.05.13 20:53:04.704711 [ 197 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
10878 | 2024.05.13 20:53:04.704719 [ 3 ] {b3002c0b-86e5-47f1-9ec1-1dba5cec7f6d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001785 sec., 33613.445378151264 rows/sec., 2.27 MiB/sec. | ||
10879 | 2024.05.13 20:53:04.704770 [ 130 ] {} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10880 | 2024.05.13 20:53:04.704849 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10881 | 2024.05.13 20:53:04.705291 [ 195 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
10882 | 2024.05.13 20:53:04.705375 [ 3 ] {b3002c0b-86e5-47f1-9ec1-1dba5cec7f6d} <Debug> DynamicQueryHandler: Done processing query | ||
10883 | 2024.05.13 20:53:04.705418 [ 3 ] {b3002c0b-86e5-47f1-9ec1-1dba5cec7f6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10884 | 2024.05.13 20:53:04.705496 [ 3 ] {} <Debug> HTTP-Session: da4a950e-8693-487c-8a06-ab0c4417a143 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10885 | 2024.05.13 20:53:04.705844 [ 195 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10886 | 2024.05.13 20:53:04.705909 [ 195 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3572 rows starting from the beginning of the part | ||
10887 | 2024.05.13 20:53:04.706124 [ 195 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
10888 | 2024.05.13 20:53:04.706459 [ 197 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10889 | 2024.05.13 20:53:04.706455 [ 195 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
10890 | 2024.05.13 20:53:04.706695 [ 195 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
10891 | 2024.05.13 20:53:04.706726 [ 197 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
10892 | 2024.05.13 20:53:04.706946 [ 195 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part | ||
10893 | 2024.05.13 20:53:04.707021 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.52 MiB. | ||
10894 | 2024.05.13 20:53:04.707204 [ 195 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
10895 | 2024.05.13 20:53:04.708661 [ 188 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3872 rows, containing 4 columns (4 merged, 0 gathered) in 0.003649245 sec., 1061041.3934937227 rows/sec., 71.92 MiB/sec. | ||
10896 | 2024.05.13 20:53:04.709105 [ 188 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
10897 | 2024.05.13 20:53:04.709556 [ 188 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_71_14} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10898 | 2024.05.13 20:53:04.709656 [ 188 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_71_14} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
10899 | 2024.05.13 20:53:04.709760 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
10900 | 2024.05.13 20:53:09.675168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10901 | 2024.05.13 20:53:09.675301 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10902 | 2024.05.13 20:53:09.675326 [ 3 ] {} <Debug> HTTP-Session: acf1f9b9-9b4f-49e4-9b41-3acb49106bea Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10903 | 2024.05.13 20:53:09.675350 [ 3 ] {} <Debug> HTTP-Session: acf1f9b9-9b4f-49e4-9b41-3acb49106bea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10904 | 2024.05.13 20:53:09.675365 [ 3 ] {} <Debug> HTTP-Session: acf1f9b9-9b4f-49e4-9b41-3acb49106bea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10905 | 2024.05.13 20:53:09.675415 [ 3 ] {} <Trace> HTTP-Session: acf1f9b9-9b4f-49e4-9b41-3acb49106bea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10906 | 2024.05.13 20:53:09.675593 [ 3 ] {a18b77f6-f6c2-44bd-baa5-cb26d1d16688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10907 | 2024.05.13 20:53:09.675659 [ 3 ] {a18b77f6-f6c2-44bd-baa5-cb26d1d16688} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10908 | 2024.05.13 20:53:09.675850 [ 3 ] {a18b77f6-f6c2-44bd-baa5-cb26d1d16688} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10909 | 2024.05.13 20:53:09.676214 [ 3 ] {a18b77f6-f6c2-44bd-baa5-cb26d1d16688} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10910 | 2024.05.13 20:53:09.676256 [ 3 ] {a18b77f6-f6c2-44bd-baa5-cb26d1d16688} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10911 | 2024.05.13 20:53:09.677142 [ 3 ] {a18b77f6-f6c2-44bd-baa5-cb26d1d16688} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
10912 | 2024.05.13 20:53:09.677490 [ 3 ] {a18b77f6-f6c2-44bd-baa5-cb26d1d16688} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10913 | 2024.05.13 20:53:09.677640 [ 3 ] {a18b77f6-f6c2-44bd-baa5-cb26d1d16688} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.002094 sec., 4775.549188156639 rows/sec., 387.08 KiB/sec. | ||
10914 | 2024.05.13 20:53:09.677832 [ 3 ] {a18b77f6-f6c2-44bd-baa5-cb26d1d16688} <Debug> DynamicQueryHandler: Done processing query | ||
10915 | 2024.05.13 20:53:09.677858 [ 3 ] {a18b77f6-f6c2-44bd-baa5-cb26d1d16688} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10916 | 2024.05.13 20:53:09.677875 [ 3 ] {} <Debug> HTTP-Session: acf1f9b9-9b4f-49e4-9b41-3acb49106bea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10917 | 2024.05.13 20:53:09.677995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10918 | 2024.05.13 20:53:09.678043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10919 | 2024.05.13 20:53:09.678064 [ 3 ] {} <Debug> HTTP-Session: 4c3c59c6-26e2-4506-a554-6c791d26d154 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10920 | 2024.05.13 20:53:09.678080 [ 3 ] {} <Debug> HTTP-Session: 4c3c59c6-26e2-4506-a554-6c791d26d154 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10921 | 2024.05.13 20:53:09.678094 [ 3 ] {} <Debug> HTTP-Session: 4c3c59c6-26e2-4506-a554-6c791d26d154 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10922 | 2024.05.13 20:53:09.678125 [ 3 ] {} <Trace> HTTP-Session: 4c3c59c6-26e2-4506-a554-6c791d26d154 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10923 | 2024.05.13 20:53:09.678221 [ 3 ] {ffaf7081-e82c-4956-97ec-0d0aa986166a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10924 | 2024.05.13 20:53:09.678267 [ 3 ] {ffaf7081-e82c-4956-97ec-0d0aa986166a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10925 | 2024.05.13 20:53:09.678395 [ 3 ] {ffaf7081-e82c-4956-97ec-0d0aa986166a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10926 | 2024.05.13 20:53:09.678653 [ 3 ] {ffaf7081-e82c-4956-97ec-0d0aa986166a} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10927 | 2024.05.13 20:53:09.678688 [ 3 ] {ffaf7081-e82c-4956-97ec-0d0aa986166a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10928 | 2024.05.13 20:53:09.678989 [ 3 ] {ffaf7081-e82c-4956-97ec-0d0aa986166a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
10929 | 2024.05.13 20:53:09.679297 [ 3 ] {ffaf7081-e82c-4956-97ec-0d0aa986166a} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10930 | 2024.05.13 20:53:09.679415 [ 127 ] {} <Debug> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
10931 | 2024.05.13 20:53:09.679420 [ 3 ] {ffaf7081-e82c-4956-97ec-0d0aa986166a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001221 sec., 1638.001638001638 rows/sec., 133.57 KiB/sec. | ||
10932 | 2024.05.13 20:53:09.679452 [ 127 ] {} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10933 | 2024.05.13 20:53:09.679487 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10934 | 2024.05.13 20:53:09.679674 [ 3 ] {ffaf7081-e82c-4956-97ec-0d0aa986166a} <Debug> DynamicQueryHandler: Done processing query | ||
10935 | 2024.05.13 20:53:09.679716 [ 195 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
10936 | 2024.05.13 20:53:09.679725 [ 3 ] {ffaf7081-e82c-4956-97ec-0d0aa986166a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10937 | 2024.05.13 20:53:09.679794 [ 3 ] {} <Debug> HTTP-Session: 4c3c59c6-26e2-4506-a554-6c791d26d154 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10938 | 2024.05.13 20:53:09.680103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12517, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10939 | 2024.05.13 20:53:09.680266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10940 | 2024.05.13 20:53:09.680358 [ 3 ] {} <Debug> HTTP-Session: 9788a0b5-e0ea-4f9b-bb89-4ab54558e218 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10941 | 2024.05.13 20:53:09.680388 [ 195 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10942 | 2024.05.13 20:53:09.680427 [ 3 ] {} <Debug> HTTP-Session: 9788a0b5-e0ea-4f9b-bb89-4ab54558e218 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10943 | 2024.05.13 20:53:09.680486 [ 195 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 14 rows starting from the beginning of the part | ||
10944 | 2024.05.13 20:53:09.680489 [ 3 ] {} <Debug> HTTP-Session: 9788a0b5-e0ea-4f9b-bb89-4ab54558e218 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10945 | 2024.05.13 20:53:09.680563 [ 3 ] {} <Trace> HTTP-Session: 9788a0b5-e0ea-4f9b-bb89-4ab54558e218 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10946 | 2024.05.13 20:53:09.680604 [ 195 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
10947 | 2024.05.13 20:53:09.680887 [ 195 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part | ||
10948 | 2024.05.13 20:53:09.680961 [ 3 ] {8f3a0c7f-686b-4510-b760-c864a42bbb23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10949 | 2024.05.13 20:53:09.681217 [ 3 ] {8f3a0c7f-686b-4510-b760-c864a42bbb23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10950 | 2024.05.13 20:53:09.681362 [ 195 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part | ||
10951 | 2024.05.13 20:53:09.681761 [ 195 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
10952 | 2024.05.13 20:53:09.682086 [ 195 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2 rows starting from the beginning of the part | ||
10953 | 2024.05.13 20:53:09.682662 [ 3 ] {8f3a0c7f-686b-4510-b760-c864a42bbb23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10954 | 2024.05.13 20:53:09.683163 [ 3 ] {8f3a0c7f-686b-4510-b760-c864a42bbb23} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10955 | 2024.05.13 20:53:09.683211 [ 3 ] {8f3a0c7f-686b-4510-b760-c864a42bbb23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10956 | 2024.05.13 20:53:09.683725 [ 3 ] {8f3a0c7f-686b-4510-b760-c864a42bbb23} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
10957 | 2024.05.13 20:53:09.683765 [ 197 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.00420452 sec., 6183.821220971717 rows/sec., 504.25 KiB/sec. | ||
10958 | 2024.05.13 20:53:09.684111 [ 197 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
10959 | 2024.05.13 20:53:09.684384 [ 3 ] {8f3a0c7f-686b-4510-b760-c864a42bbb23} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10960 | 2024.05.13 20:53:09.684878 [ 3 ] {8f3a0c7f-686b-4510-b760-c864a42bbb23} <Debug> executeQuery: Read 87 rows, 7.20 KiB in 0.004097 sec., 21235.050036612156 rows/sec., 1.72 MiB/sec. | ||
10961 | 2024.05.13 20:53:09.685314 [ 197 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_30_6} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10962 | 2024.05.13 20:53:09.685371 [ 3 ] {8f3a0c7f-686b-4510-b760-c864a42bbb23} <Debug> DynamicQueryHandler: Done processing query | ||
10963 | 2024.05.13 20:53:09.685450 [ 3 ] {8f3a0c7f-686b-4510-b760-c864a42bbb23} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10964 | 2024.05.13 20:53:09.685538 [ 3 ] {} <Debug> HTTP-Session: 9788a0b5-e0ea-4f9b-bb89-4ab54558e218 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10965 | 2024.05.13 20:53:09.685785 [ 197 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_30_6} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
10966 | 2024.05.13 20:53:09.685820 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10967 | 2024.05.13 20:53:09.685989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10968 | 2024.05.13 20:53:09.686080 [ 3 ] {} <Debug> HTTP-Session: 34bd3210-b473-4198-967c-d26e96dfa477 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10969 | 2024.05.13 20:53:09.686118 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
10970 | 2024.05.13 20:53:09.686128 [ 3 ] {} <Debug> HTTP-Session: 34bd3210-b473-4198-967c-d26e96dfa477 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10971 | 2024.05.13 20:53:09.686172 [ 3 ] {} <Debug> HTTP-Session: 34bd3210-b473-4198-967c-d26e96dfa477 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10972 | 2024.05.13 20:53:09.686204 [ 3 ] {} <Trace> HTTP-Session: 34bd3210-b473-4198-967c-d26e96dfa477 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10973 | 2024.05.13 20:53:09.686305 [ 3 ] {6dd4a757-86f2-40dc-8c03-3d9d7041e14b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10974 | 2024.05.13 20:53:09.686348 [ 3 ] {6dd4a757-86f2-40dc-8c03-3d9d7041e14b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10975 | 2024.05.13 20:53:09.686498 [ 3 ] {6dd4a757-86f2-40dc-8c03-3d9d7041e14b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10976 | 2024.05.13 20:53:09.686768 [ 3 ] {6dd4a757-86f2-40dc-8c03-3d9d7041e14b} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10977 | 2024.05.13 20:53:09.686803 [ 3 ] {6dd4a757-86f2-40dc-8c03-3d9d7041e14b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10978 | 2024.05.13 20:53:09.687100 [ 3 ] {6dd4a757-86f2-40dc-8c03-3d9d7041e14b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
10979 | 2024.05.13 20:53:09.687415 [ 3 ] {6dd4a757-86f2-40dc-8c03-3d9d7041e14b} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10980 | 2024.05.13 20:53:09.687536 [ 127 ] {} <Debug> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
10981 | 2024.05.13 20:53:09.687542 [ 3 ] {6dd4a757-86f2-40dc-8c03-3d9d7041e14b} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001259 sec., 1588.5623510722796 rows/sec., 110.92 KiB/sec. | ||
10982 | 2024.05.13 20:53:09.687579 [ 127 ] {} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10983 | 2024.05.13 20:53:09.687617 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
10984 | 2024.05.13 20:53:09.687805 [ 3 ] {6dd4a757-86f2-40dc-8c03-3d9d7041e14b} <Debug> DynamicQueryHandler: Done processing query | ||
10985 | 2024.05.13 20:53:09.687870 [ 3 ] {6dd4a757-86f2-40dc-8c03-3d9d7041e14b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10986 | 2024.05.13 20:53:09.687915 [ 198 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
10987 | 2024.05.13 20:53:09.687934 [ 3 ] {} <Debug> HTTP-Session: 34bd3210-b473-4198-967c-d26e96dfa477 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10988 | 2024.05.13 20:53:09.688249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10989 | 2024.05.13 20:53:09.688392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10990 | 2024.05.13 20:53:09.688449 [ 3 ] {} <Debug> HTTP-Session: 0b403742-7d43-42c0-a24b-1ee3df43ddc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
10991 | 2024.05.13 20:53:09.688450 [ 198 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10992 | 2024.05.13 20:53:09.688474 [ 3 ] {} <Debug> HTTP-Session: 0b403742-7d43-42c0-a24b-1ee3df43ddc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10993 | 2024.05.13 20:53:09.688518 [ 3 ] {} <Debug> HTTP-Session: 0b403742-7d43-42c0-a24b-1ee3df43ddc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10994 | 2024.05.13 20:53:09.688522 [ 198 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 14 rows starting from the beginning of the part | ||
10995 | 2024.05.13 20:53:09.688584 [ 3 ] {} <Trace> HTTP-Session: 0b403742-7d43-42c0-a24b-1ee3df43ddc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10996 | 2024.05.13 20:53:09.688802 [ 198 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
10997 | 2024.05.13 20:53:09.688887 [ 3 ] {26e2daed-e933-4d99-81c9-2fc500c5ead9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10998 | 2024.05.13 20:53:09.688990 [ 198 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part | ||
10999 | 2024.05.13 20:53:09.689027 [ 3 ] {26e2daed-e933-4d99-81c9-2fc500c5ead9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11000 | 2024.05.13 20:53:09.689271 [ 198 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part | ||
11001 | 2024.05.13 20:53:09.689641 [ 198 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
11002 | 2024.05.13 20:53:09.689955 [ 198 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2 rows starting from the beginning of the part | ||
11003 | 2024.05.13 20:53:09.690436 [ 3 ] {26e2daed-e933-4d99-81c9-2fc500c5ead9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11004 | 2024.05.13 20:53:09.691197 [ 3 ] {26e2daed-e933-4d99-81c9-2fc500c5ead9} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11005 | 2024.05.13 20:53:09.691254 [ 3 ] {26e2daed-e933-4d99-81c9-2fc500c5ead9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11006 | 2024.05.13 20:53:09.692021 [ 3 ] {26e2daed-e933-4d99-81c9-2fc500c5ead9} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
11007 | 2024.05.13 20:53:09.692600 [ 198 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.004903377 sec., 5302.468074553516 rows/sec., 370.24 KiB/sec. | ||
11008 | 2024.05.13 20:53:09.692777 [ 198 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
11009 | 2024.05.13 20:53:09.692927 [ 3 ] {26e2daed-e933-4d99-81c9-2fc500c5ead9} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11010 | 2024.05.13 20:53:09.693248 [ 3 ] {26e2daed-e933-4d99-81c9-2fc500c5ead9} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.004459 sec., 17044.18030948643 rows/sec., 1.33 MiB/sec. | ||
11011 | 2024.05.13 20:53:09.693646 [ 3 ] {26e2daed-e933-4d99-81c9-2fc500c5ead9} <Debug> DynamicQueryHandler: Done processing query | ||
11012 | 2024.05.13 20:53:09.693702 [ 3 ] {26e2daed-e933-4d99-81c9-2fc500c5ead9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11013 | 2024.05.13 20:53:09.693726 [ 198 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_30_6} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11014 | 2024.05.13 20:53:09.693737 [ 3 ] {} <Debug> HTTP-Session: 0b403742-7d43-42c0-a24b-1ee3df43ddc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11015 | 2024.05.13 20:53:09.693856 [ 198 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_30_6} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
11016 | 2024.05.13 20:53:09.693971 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11017 | 2024.05.13 20:53:09.693984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11018 | 2024.05.13 20:53:09.694049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11019 | 2024.05.13 20:53:09.694068 [ 3 ] {} <Debug> HTTP-Session: 164f247a-c95b-4595-8173-22497054c1fa Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11020 | 2024.05.13 20:53:09.694084 [ 3 ] {} <Debug> HTTP-Session: 164f247a-c95b-4595-8173-22497054c1fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11021 | 2024.05.13 20:53:09.694098 [ 3 ] {} <Debug> HTTP-Session: 164f247a-c95b-4595-8173-22497054c1fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11022 | 2024.05.13 20:53:09.694131 [ 3 ] {} <Trace> HTTP-Session: 164f247a-c95b-4595-8173-22497054c1fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11023 | 2024.05.13 20:53:09.694287 [ 3 ] {8131d9b6-7c5f-4e19-913b-6d106b7497cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11024 | 2024.05.13 20:53:09.694335 [ 3 ] {8131d9b6-7c5f-4e19-913b-6d106b7497cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11025 | 2024.05.13 20:53:09.694497 [ 3 ] {8131d9b6-7c5f-4e19-913b-6d106b7497cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11026 | 2024.05.13 20:53:09.694832 [ 3 ] {8131d9b6-7c5f-4e19-913b-6d106b7497cd} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11027 | 2024.05.13 20:53:09.694867 [ 3 ] {8131d9b6-7c5f-4e19-913b-6d106b7497cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11028 | 2024.05.13 20:53:09.695259 [ 3 ] {8131d9b6-7c5f-4e19-913b-6d106b7497cd} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
11029 | 2024.05.13 20:53:09.695599 [ 3 ] {8131d9b6-7c5f-4e19-913b-6d106b7497cd} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11030 | 2024.05.13 20:53:09.695728 [ 3 ] {8131d9b6-7c5f-4e19-913b-6d106b7497cd} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001516 sec., 106200.52770448549 rows/sec., 7.40 MiB/sec. | ||
11031 | 2024.05.13 20:53:09.695880 [ 3 ] {8131d9b6-7c5f-4e19-913b-6d106b7497cd} <Debug> DynamicQueryHandler: Done processing query | ||
11032 | 2024.05.13 20:53:09.695903 [ 3 ] {8131d9b6-7c5f-4e19-913b-6d106b7497cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11033 | 2024.05.13 20:53:09.695918 [ 3 ] {} <Debug> HTTP-Session: 164f247a-c95b-4595-8173-22497054c1fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11034 | 2024.05.13 20:53:09.696034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10761, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11035 | 2024.05.13 20:53:09.696082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11036 | 2024.05.13 20:53:09.696102 [ 3 ] {} <Debug> HTTP-Session: c019972d-3b6e-43db-abc1-a70225754bed Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11037 | 2024.05.13 20:53:09.696118 [ 3 ] {} <Debug> HTTP-Session: c019972d-3b6e-43db-abc1-a70225754bed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11038 | 2024.05.13 20:53:09.696131 [ 3 ] {} <Debug> HTTP-Session: c019972d-3b6e-43db-abc1-a70225754bed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11039 | 2024.05.13 20:53:09.696162 [ 3 ] {} <Trace> HTTP-Session: c019972d-3b6e-43db-abc1-a70225754bed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11040 | 2024.05.13 20:53:09.696302 [ 3 ] {8a9c6e50-6dad-4f00-9bde-059feb3b5304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11041 | 2024.05.13 20:53:09.696348 [ 3 ] {8a9c6e50-6dad-4f00-9bde-059feb3b5304} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11042 | 2024.05.13 20:53:09.696501 [ 3 ] {8a9c6e50-6dad-4f00-9bde-059feb3b5304} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11043 | 2024.05.13 20:53:09.696794 [ 3 ] {8a9c6e50-6dad-4f00-9bde-059feb3b5304} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11044 | 2024.05.13 20:53:09.696829 [ 3 ] {8a9c6e50-6dad-4f00-9bde-059feb3b5304} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11045 | 2024.05.13 20:53:09.697224 [ 3 ] {8a9c6e50-6dad-4f00-9bde-059feb3b5304} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11046 | 2024.05.13 20:53:09.697567 [ 3 ] {8a9c6e50-6dad-4f00-9bde-059feb3b5304} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11047 | 2024.05.13 20:53:09.697699 [ 3 ] {8a9c6e50-6dad-4f00-9bde-059feb3b5304} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.001463 sec., 6835.269993164729 rows/sec., 9.22 MiB/sec. | ||
11048 | 2024.05.13 20:53:09.697962 [ 3 ] {8a9c6e50-6dad-4f00-9bde-059feb3b5304} <Debug> DynamicQueryHandler: Done processing query | ||
11049 | 2024.05.13 20:53:09.698024 [ 3 ] {8a9c6e50-6dad-4f00-9bde-059feb3b5304} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11050 | 2024.05.13 20:53:09.698080 [ 3 ] {} <Debug> HTTP-Session: c019972d-3b6e-43db-abc1-a70225754bed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11051 | 2024.05.13 20:53:09.698245 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11052 | 2024.05.13 20:53:09.698297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11053 | 2024.05.13 20:53:09.698317 [ 3 ] {} <Debug> HTTP-Session: e755f959-6e08-4bd1-ad9c-0353240413f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11054 | 2024.05.13 20:53:09.698336 [ 3 ] {} <Debug> HTTP-Session: e755f959-6e08-4bd1-ad9c-0353240413f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11055 | 2024.05.13 20:53:09.698353 [ 3 ] {} <Debug> HTTP-Session: e755f959-6e08-4bd1-ad9c-0353240413f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11056 | 2024.05.13 20:53:09.698389 [ 3 ] {} <Trace> HTTP-Session: e755f959-6e08-4bd1-ad9c-0353240413f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11057 | 2024.05.13 20:53:09.698526 [ 3 ] {bafef572-8aa1-4aae-bfd3-d5ceddc671bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11058 | 2024.05.13 20:53:09.698581 [ 3 ] {bafef572-8aa1-4aae-bfd3-d5ceddc671bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11059 | 2024.05.13 20:53:09.698752 [ 3 ] {bafef572-8aa1-4aae-bfd3-d5ceddc671bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11060 | 2024.05.13 20:53:09.699146 [ 3 ] {bafef572-8aa1-4aae-bfd3-d5ceddc671bc} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11061 | 2024.05.13 20:53:09.699183 [ 3 ] {bafef572-8aa1-4aae-bfd3-d5ceddc671bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11062 | 2024.05.13 20:53:09.699566 [ 3 ] {bafef572-8aa1-4aae-bfd3-d5ceddc671bc} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
11063 | 2024.05.13 20:53:09.699905 [ 3 ] {bafef572-8aa1-4aae-bfd3-d5ceddc671bc} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11064 | 2024.05.13 20:53:09.700027 [ 3 ] {bafef572-8aa1-4aae-bfd3-d5ceddc671bc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001547 sec., 38784.744667097606 rows/sec., 2.61 MiB/sec. | ||
11065 | 2024.05.13 20:53:09.700212 [ 3 ] {bafef572-8aa1-4aae-bfd3-d5ceddc671bc} <Debug> DynamicQueryHandler: Done processing query | ||
11066 | 2024.05.13 20:53:09.700245 [ 3 ] {bafef572-8aa1-4aae-bfd3-d5ceddc671bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11067 | 2024.05.13 20:53:09.700278 [ 3 ] {} <Debug> HTTP-Session: e755f959-6e08-4bd1-ad9c-0353240413f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11068 | 2024.05.13 20:53:12.832532 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11069 | 2024.05.13 20:53:12.832635 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11070 | 2024.05.13 20:53:14.677518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11071 | 2024.05.13 20:53:14.677627 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11072 | 2024.05.13 20:53:14.677650 [ 3 ] {} <Debug> HTTP-Session: eaeb4542-64ef-470d-8269-e300e931b597 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11073 | 2024.05.13 20:53:14.677673 [ 3 ] {} <Debug> HTTP-Session: eaeb4542-64ef-470d-8269-e300e931b597 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11074 | 2024.05.13 20:53:14.677687 [ 3 ] {} <Debug> HTTP-Session: eaeb4542-64ef-470d-8269-e300e931b597 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11075 | 2024.05.13 20:53:14.677750 [ 3 ] {} <Trace> HTTP-Session: eaeb4542-64ef-470d-8269-e300e931b597 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11076 | 2024.05.13 20:53:14.677934 [ 3 ] {ad888c61-44df-4898-8cea-b423bc249c5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11077 | 2024.05.13 20:53:14.677999 [ 3 ] {ad888c61-44df-4898-8cea-b423bc249c5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11078 | 2024.05.13 20:53:14.678186 [ 3 ] {ad888c61-44df-4898-8cea-b423bc249c5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11079 | 2024.05.13 20:53:14.678584 [ 3 ] {ad888c61-44df-4898-8cea-b423bc249c5b} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11080 | 2024.05.13 20:53:14.678625 [ 3 ] {ad888c61-44df-4898-8cea-b423bc249c5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11081 | 2024.05.13 20:53:14.679006 [ 3 ] {ad888c61-44df-4898-8cea-b423bc249c5b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11082 | 2024.05.13 20:53:14.679357 [ 3 ] {ad888c61-44df-4898-8cea-b423bc249c5b} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11083 | 2024.05.13 20:53:14.679502 [ 3 ] {ad888c61-44df-4898-8cea-b423bc249c5b} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001627 sec., 12907.191149354641 rows/sec., 1.02 MiB/sec. | ||
11084 | 2024.05.13 20:53:14.679776 [ 3 ] {ad888c61-44df-4898-8cea-b423bc249c5b} <Debug> DynamicQueryHandler: Done processing query | ||
11085 | 2024.05.13 20:53:14.679842 [ 3 ] {ad888c61-44df-4898-8cea-b423bc249c5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11086 | 2024.05.13 20:53:14.679904 [ 3 ] {} <Debug> HTTP-Session: eaeb4542-64ef-470d-8269-e300e931b597 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11087 | 2024.05.13 20:53:14.680074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11088 | 2024.05.13 20:53:14.680124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11089 | 2024.05.13 20:53:14.680143 [ 3 ] {} <Debug> HTTP-Session: ea11b53d-bbb4-451c-9f1f-9dd91c8f242c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11090 | 2024.05.13 20:53:14.680160 [ 3 ] {} <Debug> HTTP-Session: ea11b53d-bbb4-451c-9f1f-9dd91c8f242c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11091 | 2024.05.13 20:53:14.680174 [ 3 ] {} <Debug> HTTP-Session: ea11b53d-bbb4-451c-9f1f-9dd91c8f242c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11092 | 2024.05.13 20:53:14.680205 [ 3 ] {} <Trace> HTTP-Session: ea11b53d-bbb4-451c-9f1f-9dd91c8f242c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11093 | 2024.05.13 20:53:14.680311 [ 3 ] {4e1f982d-b430-4b04-862b-4cccf6a4368e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11094 | 2024.05.13 20:53:14.680356 [ 3 ] {4e1f982d-b430-4b04-862b-4cccf6a4368e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11095 | 2024.05.13 20:53:14.680500 [ 3 ] {4e1f982d-b430-4b04-862b-4cccf6a4368e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11096 | 2024.05.13 20:53:14.680813 [ 3 ] {4e1f982d-b430-4b04-862b-4cccf6a4368e} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11097 | 2024.05.13 20:53:14.680854 [ 3 ] {4e1f982d-b430-4b04-862b-4cccf6a4368e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11098 | 2024.05.13 20:53:14.681162 [ 3 ] {4e1f982d-b430-4b04-862b-4cccf6a4368e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
11099 | 2024.05.13 20:53:14.681466 [ 3 ] {4e1f982d-b430-4b04-862b-4cccf6a4368e} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11100 | 2024.05.13 20:53:14.681597 [ 3 ] {4e1f982d-b430-4b04-862b-4cccf6a4368e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00131 sec., 1526.7175572519084 rows/sec., 124.49 KiB/sec. | ||
11101 | 2024.05.13 20:53:14.681801 [ 3 ] {4e1f982d-b430-4b04-862b-4cccf6a4368e} <Debug> DynamicQueryHandler: Done processing query | ||
11102 | 2024.05.13 20:53:14.681825 [ 3 ] {4e1f982d-b430-4b04-862b-4cccf6a4368e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11103 | 2024.05.13 20:53:14.681841 [ 3 ] {} <Debug> HTTP-Session: ea11b53d-bbb4-451c-9f1f-9dd91c8f242c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11104 | 2024.05.13 20:53:14.681979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11105 | 2024.05.13 20:53:14.682026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11106 | 2024.05.13 20:53:14.682046 [ 3 ] {} <Debug> HTTP-Session: bd8e340a-69fb-4e4a-ab7d-ea01aa444326 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11107 | 2024.05.13 20:53:14.682062 [ 3 ] {} <Debug> HTTP-Session: bd8e340a-69fb-4e4a-ab7d-ea01aa444326 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11108 | 2024.05.13 20:53:14.682076 [ 3 ] {} <Debug> HTTP-Session: bd8e340a-69fb-4e4a-ab7d-ea01aa444326 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11109 | 2024.05.13 20:53:14.682105 [ 3 ] {} <Trace> HTTP-Session: bd8e340a-69fb-4e4a-ab7d-ea01aa444326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11110 | 2024.05.13 20:53:14.682238 [ 3 ] {2ed8e08e-fdff-489e-9840-3bc87989cabc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11111 | 2024.05.13 20:53:14.682279 [ 3 ] {2ed8e08e-fdff-489e-9840-3bc87989cabc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11112 | 2024.05.13 20:53:14.682401 [ 3 ] {2ed8e08e-fdff-489e-9840-3bc87989cabc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11113 | 2024.05.13 20:53:14.682775 [ 3 ] {2ed8e08e-fdff-489e-9840-3bc87989cabc} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11114 | 2024.05.13 20:53:14.682812 [ 3 ] {2ed8e08e-fdff-489e-9840-3bc87989cabc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11115 | 2024.05.13 20:53:14.683128 [ 3 ] {2ed8e08e-fdff-489e-9840-3bc87989cabc} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
11116 | 2024.05.13 20:53:14.683424 [ 3 ] {2ed8e08e-fdff-489e-9840-3bc87989cabc} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11117 | 2024.05.13 20:53:14.683540 [ 3 ] {2ed8e08e-fdff-489e-9840-3bc87989cabc} <Debug> executeQuery: Read 156 rows, 12.97 KiB in 0.00136 sec., 114705.88235294117 rows/sec., 9.32 MiB/sec. | ||
11118 | 2024.05.13 20:53:14.683687 [ 3 ] {2ed8e08e-fdff-489e-9840-3bc87989cabc} <Debug> DynamicQueryHandler: Done processing query | ||
11119 | 2024.05.13 20:53:14.683711 [ 3 ] {2ed8e08e-fdff-489e-9840-3bc87989cabc} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11120 | 2024.05.13 20:53:14.683752 [ 3 ] {} <Debug> HTTP-Session: bd8e340a-69fb-4e4a-ab7d-ea01aa444326 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11121 | 2024.05.13 20:53:14.683864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11122 | 2024.05.13 20:53:14.683910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11123 | 2024.05.13 20:53:14.683928 [ 3 ] {} <Debug> HTTP-Session: 1b6f6d3b-1c76-4859-b1ae-7efcfafe3411 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11124 | 2024.05.13 20:53:14.683944 [ 3 ] {} <Debug> HTTP-Session: 1b6f6d3b-1c76-4859-b1ae-7efcfafe3411 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11125 | 2024.05.13 20:53:14.683957 [ 3 ] {} <Debug> HTTP-Session: 1b6f6d3b-1c76-4859-b1ae-7efcfafe3411 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11126 | 2024.05.13 20:53:14.683987 [ 3 ] {} <Trace> HTTP-Session: 1b6f6d3b-1c76-4859-b1ae-7efcfafe3411 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11127 | 2024.05.13 20:53:14.684079 [ 3 ] {e84e8154-62ef-4abd-9994-5a90aa05dd52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11128 | 2024.05.13 20:53:14.684122 [ 3 ] {e84e8154-62ef-4abd-9994-5a90aa05dd52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11129 | 2024.05.13 20:53:14.684243 [ 3 ] {e84e8154-62ef-4abd-9994-5a90aa05dd52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11130 | 2024.05.13 20:53:14.684518 [ 3 ] {e84e8154-62ef-4abd-9994-5a90aa05dd52} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11131 | 2024.05.13 20:53:14.684553 [ 3 ] {e84e8154-62ef-4abd-9994-5a90aa05dd52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11132 | 2024.05.13 20:53:14.684884 [ 3 ] {e84e8154-62ef-4abd-9994-5a90aa05dd52} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
11133 | 2024.05.13 20:53:14.685202 [ 3 ] {e84e8154-62ef-4abd-9994-5a90aa05dd52} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11134 | 2024.05.13 20:53:14.685342 [ 3 ] {e84e8154-62ef-4abd-9994-5a90aa05dd52} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001284 sec., 1557.632398753894 rows/sec., 108.76 KiB/sec. | ||
11135 | 2024.05.13 20:53:14.685508 [ 3 ] {e84e8154-62ef-4abd-9994-5a90aa05dd52} <Debug> DynamicQueryHandler: Done processing query | ||
11136 | 2024.05.13 20:53:14.685531 [ 3 ] {e84e8154-62ef-4abd-9994-5a90aa05dd52} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11137 | 2024.05.13 20:53:14.685547 [ 3 ] {} <Debug> HTTP-Session: 1b6f6d3b-1c76-4859-b1ae-7efcfafe3411 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11138 | 2024.05.13 20:53:14.685672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 18827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11139 | 2024.05.13 20:53:14.685726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11140 | 2024.05.13 20:53:14.685745 [ 3 ] {} <Debug> HTTP-Session: ef1abc6d-5ea1-42aa-abaf-6395c7e5c316 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11141 | 2024.05.13 20:53:14.685761 [ 3 ] {} <Debug> HTTP-Session: ef1abc6d-5ea1-42aa-abaf-6395c7e5c316 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11142 | 2024.05.13 20:53:14.685774 [ 3 ] {} <Debug> HTTP-Session: ef1abc6d-5ea1-42aa-abaf-6395c7e5c316 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11143 | 2024.05.13 20:53:14.685804 [ 3 ] {} <Trace> HTTP-Session: ef1abc6d-5ea1-42aa-abaf-6395c7e5c316 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11144 | 2024.05.13 20:53:14.685921 [ 3 ] {05041f61-3f1b-49b1-99fe-331d15528ff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11145 | 2024.05.13 20:53:14.685962 [ 3 ] {05041f61-3f1b-49b1-99fe-331d15528ff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11146 | 2024.05.13 20:53:14.686087 [ 3 ] {05041f61-3f1b-49b1-99fe-331d15528ff8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11147 | 2024.05.13 20:53:14.686470 [ 3 ] {05041f61-3f1b-49b1-99fe-331d15528ff8} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11148 | 2024.05.13 20:53:14.686510 [ 3 ] {05041f61-3f1b-49b1-99fe-331d15528ff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11149 | 2024.05.13 20:53:14.686847 [ 3 ] {05041f61-3f1b-49b1-99fe-331d15528ff8} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
11150 | 2024.05.13 20:53:14.687149 [ 3 ] {05041f61-3f1b-49b1-99fe-331d15528ff8} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11151 | 2024.05.13 20:53:14.687294 [ 3 ] {05041f61-3f1b-49b1-99fe-331d15528ff8} <Debug> executeQuery: Read 111 rows, 8.86 KiB in 0.001414 sec., 78500.70721357851 rows/sec., 6.12 MiB/sec. | ||
11152 | 2024.05.13 20:53:14.687454 [ 3 ] {05041f61-3f1b-49b1-99fe-331d15528ff8} <Debug> DynamicQueryHandler: Done processing query | ||
11153 | 2024.05.13 20:53:14.687477 [ 3 ] {05041f61-3f1b-49b1-99fe-331d15528ff8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11154 | 2024.05.13 20:53:14.687492 [ 3 ] {} <Debug> HTTP-Session: ef1abc6d-5ea1-42aa-abaf-6395c7e5c316 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11155 | 2024.05.13 20:53:14.687665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 37785, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11156 | 2024.05.13 20:53:14.687715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11157 | 2024.05.13 20:53:14.687734 [ 3 ] {} <Debug> HTTP-Session: 2f445a87-03c4-4679-9185-73a3557aaa25 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11158 | 2024.05.13 20:53:14.687751 [ 3 ] {} <Debug> HTTP-Session: 2f445a87-03c4-4679-9185-73a3557aaa25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11159 | 2024.05.13 20:53:14.687765 [ 3 ] {} <Debug> HTTP-Session: 2f445a87-03c4-4679-9185-73a3557aaa25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11160 | 2024.05.13 20:53:14.687807 [ 3 ] {} <Trace> HTTP-Session: 2f445a87-03c4-4679-9185-73a3557aaa25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11161 | 2024.05.13 20:53:14.688036 [ 3 ] {a49c2224-df8d-4e7e-ba4c-f2745ad0d937} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11162 | 2024.05.13 20:53:14.688094 [ 3 ] {a49c2224-df8d-4e7e-ba4c-f2745ad0d937} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11163 | 2024.05.13 20:53:14.688294 [ 3 ] {a49c2224-df8d-4e7e-ba4c-f2745ad0d937} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11164 | 2024.05.13 20:53:14.688735 [ 3 ] {a49c2224-df8d-4e7e-ba4c-f2745ad0d937} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11165 | 2024.05.13 20:53:14.688771 [ 3 ] {a49c2224-df8d-4e7e-ba4c-f2745ad0d937} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11166 | 2024.05.13 20:53:14.689164 [ 3 ] {a49c2224-df8d-4e7e-ba4c-f2745ad0d937} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
11167 | 2024.05.13 20:53:14.689502 [ 3 ] {a49c2224-df8d-4e7e-ba4c-f2745ad0d937} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11168 | 2024.05.13 20:53:14.689642 [ 3 ] {a49c2224-df8d-4e7e-ba4c-f2745ad0d937} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001724 sec., 114269.1415313225 rows/sec., 7.98 MiB/sec. | ||
11169 | 2024.05.13 20:53:14.689816 [ 3 ] {a49c2224-df8d-4e7e-ba4c-f2745ad0d937} <Debug> DynamicQueryHandler: Done processing query | ||
11170 | 2024.05.13 20:53:14.689841 [ 3 ] {a49c2224-df8d-4e7e-ba4c-f2745ad0d937} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
11171 | 2024.05.13 20:53:14.689856 [ 3 ] {} <Debug> HTTP-Session: 2f445a87-03c4-4679-9185-73a3557aaa25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11172 | 2024.05.13 20:53:14.689983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11173 | 2024.05.13 20:53:14.690032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11174 | 2024.05.13 20:53:14.690052 [ 3 ] {} <Debug> HTTP-Session: ab8d6372-9e80-4b4c-ba11-8205a4a383dd Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11175 | 2024.05.13 20:53:14.690070 [ 3 ] {} <Debug> HTTP-Session: ab8d6372-9e80-4b4c-ba11-8205a4a383dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11176 | 2024.05.13 20:53:14.690083 [ 3 ] {} <Debug> HTTP-Session: ab8d6372-9e80-4b4c-ba11-8205a4a383dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11177 | 2024.05.13 20:53:14.690113 [ 3 ] {} <Trace> HTTP-Session: ab8d6372-9e80-4b4c-ba11-8205a4a383dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11178 | 2024.05.13 20:53:14.690312 [ 3 ] {30ef6dce-39a3-4e56-bb10-1c82ab3e4a80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11179 | 2024.05.13 20:53:14.690359 [ 3 ] {30ef6dce-39a3-4e56-bb10-1c82ab3e4a80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11180 | 2024.05.13 20:53:14.690523 [ 3 ] {30ef6dce-39a3-4e56-bb10-1c82ab3e4a80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11181 | 2024.05.13 20:53:14.690912 [ 3 ] {30ef6dce-39a3-4e56-bb10-1c82ab3e4a80} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11182 | 2024.05.13 20:53:14.690948 [ 3 ] {30ef6dce-39a3-4e56-bb10-1c82ab3e4a80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11183 | 2024.05.13 20:53:14.691341 [ 3 ] {30ef6dce-39a3-4e56-bb10-1c82ab3e4a80} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11184 | 2024.05.13 20:53:14.691682 [ 3 ] {30ef6dce-39a3-4e56-bb10-1c82ab3e4a80} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11185 | 2024.05.13 20:53:14.691842 [ 3 ] {30ef6dce-39a3-4e56-bb10-1c82ab3e4a80} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001649 sec., 12734.990903577926 rows/sec., 17.19 MiB/sec. | ||
11186 | 2024.05.13 20:53:14.692011 [ 3 ] {30ef6dce-39a3-4e56-bb10-1c82ab3e4a80} <Debug> DynamicQueryHandler: Done processing query | ||
11187 | 2024.05.13 20:53:14.692036 [ 3 ] {30ef6dce-39a3-4e56-bb10-1c82ab3e4a80} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
11188 | 2024.05.13 20:53:14.692052 [ 3 ] {} <Debug> HTTP-Session: ab8d6372-9e80-4b4c-ba11-8205a4a383dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11189 | 2024.05.13 20:53:14.692168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11190 | 2024.05.13 20:53:14.692213 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11191 | 2024.05.13 20:53:14.692232 [ 3 ] {} <Debug> HTTP-Session: 493fa4b3-afc8-4e25-bd80-289961d96aff Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11192 | 2024.05.13 20:53:14.692249 [ 3 ] {} <Debug> HTTP-Session: 493fa4b3-afc8-4e25-bd80-289961d96aff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11193 | 2024.05.13 20:53:14.692262 [ 3 ] {} <Debug> HTTP-Session: 493fa4b3-afc8-4e25-bd80-289961d96aff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11194 | 2024.05.13 20:53:14.692292 [ 3 ] {} <Trace> HTTP-Session: 493fa4b3-afc8-4e25-bd80-289961d96aff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11195 | 2024.05.13 20:53:14.692407 [ 3 ] {075f797c-425f-4b25-bc39-da1ee69456fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11196 | 2024.05.13 20:53:14.692450 [ 3 ] {075f797c-425f-4b25-bc39-da1ee69456fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11197 | 2024.05.13 20:53:14.692574 [ 3 ] {075f797c-425f-4b25-bc39-da1ee69456fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11198 | 2024.05.13 20:53:14.692879 [ 3 ] {075f797c-425f-4b25-bc39-da1ee69456fb} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11199 | 2024.05.13 20:53:14.692914 [ 3 ] {075f797c-425f-4b25-bc39-da1ee69456fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
11200 | 2024.05.13 20:53:14.693262 [ 3 ] {075f797c-425f-4b25-bc39-da1ee69456fb} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
11201 | 2024.05.13 20:53:14.693572 [ 3 ] {075f797c-425f-4b25-bc39-da1ee69456fb} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11202 | 2024.05.13 20:53:14.693717 [ 3 ] {075f797c-425f-4b25-bc39-da1ee69456fb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001348 sec., 44510.38575667656 rows/sec., 3.00 MiB/sec. | ||
11203 | 2024.05.13 20:53:14.693880 [ 3 ] {075f797c-425f-4b25-bc39-da1ee69456fb} <Debug> DynamicQueryHandler: Done processing query | ||
11204 | 2024.05.13 20:53:14.693904 [ 3 ] {075f797c-425f-4b25-bc39-da1ee69456fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11205 | 2024.05.13 20:53:14.693919 [ 3 ] {} <Debug> HTTP-Session: 493fa4b3-afc8-4e25-bd80-289961d96aff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11206 | 2024.05.13 20:53:19.674732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11207 | 2024.05.13 20:53:19.674856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11208 | 2024.05.13 20:53:19.674880 [ 3 ] {} <Debug> HTTP-Session: 8882c383-016c-4557-9ef2-7fc30714ab8d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11209 | 2024.05.13 20:53:19.674903 [ 3 ] {} <Debug> HTTP-Session: 8882c383-016c-4557-9ef2-7fc30714ab8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11210 | 2024.05.13 20:53:19.674918 [ 3 ] {} <Debug> HTTP-Session: 8882c383-016c-4557-9ef2-7fc30714ab8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11211 | 2024.05.13 20:53:19.674965 [ 3 ] {} <Trace> HTTP-Session: 8882c383-016c-4557-9ef2-7fc30714ab8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11212 | 2024.05.13 20:53:19.675132 [ 3 ] {d63a6508-c7ef-45ca-88b0-6b2d5469d800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11213 | 2024.05.13 20:53:19.675196 [ 3 ] {d63a6508-c7ef-45ca-88b0-6b2d5469d800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11214 | 2024.05.13 20:53:19.675377 [ 3 ] {d63a6508-c7ef-45ca-88b0-6b2d5469d800} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11215 | 2024.05.13 20:53:19.675768 [ 3 ] {d63a6508-c7ef-45ca-88b0-6b2d5469d800} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11216 | 2024.05.13 20:53:19.675805 [ 3 ] {d63a6508-c7ef-45ca-88b0-6b2d5469d800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
11217 | 2024.05.13 20:53:19.676157 [ 3 ] {d63a6508-c7ef-45ca-88b0-6b2d5469d800} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11218 | 2024.05.13 20:53:19.676483 [ 3 ] {d63a6508-c7ef-45ca-88b0-6b2d5469d800} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11219 | 2024.05.13 20:53:19.676621 [ 3 ] {d63a6508-c7ef-45ca-88b0-6b2d5469d800} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001542 sec., 6485.08430609598 rows/sec., 525.65 KiB/sec. | ||
11220 | 2024.05.13 20:53:19.676626 [ 119 ] {} <Debug> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11221 | 2024.05.13 20:53:19.676691 [ 119 ] {} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11222 | 2024.05.13 20:53:19.676724 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
11223 | 2024.05.13 20:53:19.676841 [ 3 ] {d63a6508-c7ef-45ca-88b0-6b2d5469d800} <Debug> DynamicQueryHandler: Done processing query | ||
11224 | 2024.05.13 20:53:19.676890 [ 3 ] {d63a6508-c7ef-45ca-88b0-6b2d5469d800} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11225 | 2024.05.13 20:53:19.676922 [ 3 ] {} <Debug> HTTP-Session: 8882c383-016c-4557-9ef2-7fc30714ab8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11226 | 2024.05.13 20:53:19.676931 [ 200 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
11227 | 2024.05.13 20:53:19.677146 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12383, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11228 | 2024.05.13 20:53:19.677170 [ 200 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11229 | 2024.05.13 20:53:19.677217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11230 | 2024.05.13 20:53:19.677267 [ 3 ] {} <Debug> HTTP-Session: a4720ad0-f5ad-4883-82a2-6432b581a31d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11231 | 2024.05.13 20:53:19.677267 [ 200 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 31 rows starting from the beginning of the part | ||
11232 | 2024.05.13 20:53:19.677297 [ 3 ] {} <Debug> HTTP-Session: a4720ad0-f5ad-4883-82a2-6432b581a31d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11233 | 2024.05.13 20:53:19.677336 [ 3 ] {} <Debug> HTTP-Session: a4720ad0-f5ad-4883-82a2-6432b581a31d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11234 | 2024.05.13 20:53:19.677415 [ 3 ] {} <Trace> HTTP-Session: a4720ad0-f5ad-4883-82a2-6432b581a31d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11235 | 2024.05.13 20:53:19.677446 [ 200 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 10 rows starting from the beginning of the part | ||
11236 | 2024.05.13 20:53:19.677794 [ 200 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
11237 | 2024.05.13 20:53:19.677848 [ 3 ] {ff02364e-6b34-4bf9-aa87-44448f7f7cf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11238 | 2024.05.13 20:53:19.678055 [ 3 ] {ff02364e-6b34-4bf9-aa87-44448f7f7cf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11239 | 2024.05.13 20:53:19.678222 [ 200 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 10 rows starting from the beginning of the part | ||
11240 | 2024.05.13 20:53:19.678624 [ 200 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
11241 | 2024.05.13 20:53:19.678906 [ 200 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 10 rows starting from the beginning of the part | ||
11242 | 2024.05.13 20:53:19.679203 [ 3 ] {ff02364e-6b34-4bf9-aa87-44448f7f7cf5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11243 | 2024.05.13 20:53:19.680210 [ 3 ] {ff02364e-6b34-4bf9-aa87-44448f7f7cf5} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11244 | 2024.05.13 20:53:19.680281 [ 3 ] {ff02364e-6b34-4bf9-aa87-44448f7f7cf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
11245 | 2024.05.13 20:53:19.681203 [ 3 ] {ff02364e-6b34-4bf9-aa87-44448f7f7cf5} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
11246 | 2024.05.13 20:53:19.681668 [ 200 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 103 rows, containing 4 columns (4 merged, 0 gathered) in 0.004861646 sec., 21186.24021576232 rows/sec., 1.68 MiB/sec. | ||
11247 | 2024.05.13 20:53:19.681920 [ 200 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11248 | 2024.05.13 20:53:19.682092 [ 3 ] {ff02364e-6b34-4bf9-aa87-44448f7f7cf5} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11249 | 2024.05.13 20:53:19.682571 [ 3 ] {ff02364e-6b34-4bf9-aa87-44448f7f7cf5} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.004949 sec., 17377.24792887452 rows/sec., 1.41 MiB/sec. | ||
11250 | 2024.05.13 20:53:19.682892 [ 3 ] {ff02364e-6b34-4bf9-aa87-44448f7f7cf5} <Debug> DynamicQueryHandler: Done processing query | ||
11251 | 2024.05.13 20:53:19.682900 [ 200 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_66_13} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11252 | 2024.05.13 20:53:19.682934 [ 3 ] {ff02364e-6b34-4bf9-aa87-44448f7f7cf5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11253 | 2024.05.13 20:53:19.682988 [ 3 ] {} <Debug> HTTP-Session: a4720ad0-f5ad-4883-82a2-6432b581a31d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11254 | 2024.05.13 20:53:19.683078 [ 200 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_66_13} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11255 | 2024.05.13 20:53:19.683180 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11256 | 2024.05.13 20:53:19.683199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11257 | 2024.05.13 20:53:19.683268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11258 | 2024.05.13 20:53:19.683287 [ 3 ] {} <Debug> HTTP-Session: dff07046-dd76-40f9-8f6b-0bd1931a28a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11259 | 2024.05.13 20:53:19.683303 [ 3 ] {} <Debug> HTTP-Session: dff07046-dd76-40f9-8f6b-0bd1931a28a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11260 | 2024.05.13 20:53:19.683317 [ 3 ] {} <Debug> HTTP-Session: dff07046-dd76-40f9-8f6b-0bd1931a28a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11261 | 2024.05.13 20:53:19.683347 [ 3 ] {} <Trace> HTTP-Session: dff07046-dd76-40f9-8f6b-0bd1931a28a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11262 | 2024.05.13 20:53:19.683472 [ 3 ] {4e815103-fcfa-4c6c-a96f-e0ab6c760a6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11263 | 2024.05.13 20:53:19.683515 [ 3 ] {4e815103-fcfa-4c6c-a96f-e0ab6c760a6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11264 | 2024.05.13 20:53:19.683657 [ 3 ] {4e815103-fcfa-4c6c-a96f-e0ab6c760a6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11265 | 2024.05.13 20:53:19.683994 [ 3 ] {4e815103-fcfa-4c6c-a96f-e0ab6c760a6b} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11266 | 2024.05.13 20:53:19.684029 [ 3 ] {4e815103-fcfa-4c6c-a96f-e0ab6c760a6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
11267 | 2024.05.13 20:53:19.684331 [ 3 ] {4e815103-fcfa-4c6c-a96f-e0ab6c760a6b} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
11268 | 2024.05.13 20:53:19.684635 [ 3 ] {4e815103-fcfa-4c6c-a96f-e0ab6c760a6b} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11269 | 2024.05.13 20:53:19.684756 [ 3 ] {4e815103-fcfa-4c6c-a96f-e0ab6c760a6b} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.00133 sec., 55639.0977443609 rows/sec., 4.34 MiB/sec. | ||
11270 | 2024.05.13 20:53:19.684901 [ 3 ] {4e815103-fcfa-4c6c-a96f-e0ab6c760a6b} <Debug> DynamicQueryHandler: Done processing query | ||
11271 | 2024.05.13 20:53:19.684925 [ 3 ] {4e815103-fcfa-4c6c-a96f-e0ab6c760a6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11272 | 2024.05.13 20:53:19.684941 [ 3 ] {} <Debug> HTTP-Session: dff07046-dd76-40f9-8f6b-0bd1931a28a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11273 | 2024.05.13 20:53:19.685110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11274 | 2024.05.13 20:53:19.685155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11275 | 2024.05.13 20:53:19.685174 [ 3 ] {} <Debug> HTTP-Session: dbe0ae13-5731-41d2-9a9f-c5adbb76d013 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11276 | 2024.05.13 20:53:19.685190 [ 3 ] {} <Debug> HTTP-Session: dbe0ae13-5731-41d2-9a9f-c5adbb76d013 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11277 | 2024.05.13 20:53:19.685204 [ 3 ] {} <Debug> HTTP-Session: dbe0ae13-5731-41d2-9a9f-c5adbb76d013 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11278 | 2024.05.13 20:53:19.685234 [ 3 ] {} <Trace> HTTP-Session: dbe0ae13-5731-41d2-9a9f-c5adbb76d013 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11279 | 2024.05.13 20:53:19.685373 [ 3 ] {29072afc-925f-4fc8-875c-46b3260580a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11280 | 2024.05.13 20:53:19.685418 [ 3 ] {29072afc-925f-4fc8-875c-46b3260580a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11281 | 2024.05.13 20:53:19.685558 [ 3 ] {29072afc-925f-4fc8-875c-46b3260580a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11282 | 2024.05.13 20:53:19.686018 [ 3 ] {29072afc-925f-4fc8-875c-46b3260580a5} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11283 | 2024.05.13 20:53:19.686052 [ 3 ] {29072afc-925f-4fc8-875c-46b3260580a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
11284 | 2024.05.13 20:53:19.686426 [ 3 ] {29072afc-925f-4fc8-875c-46b3260580a5} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
11285 | 2024.05.13 20:53:19.686768 [ 3 ] {29072afc-925f-4fc8-875c-46b3260580a5} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11286 | 2024.05.13 20:53:19.686899 [ 3 ] {29072afc-925f-4fc8-875c-46b3260580a5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001593 sec., 100439.42247332078 rows/sec., 7.00 MiB/sec. | ||
11287 | 2024.05.13 20:53:19.687062 [ 3 ] {29072afc-925f-4fc8-875c-46b3260580a5} <Debug> DynamicQueryHandler: Done processing query | ||
11288 | 2024.05.13 20:53:19.687086 [ 3 ] {29072afc-925f-4fc8-875c-46b3260580a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11289 | 2024.05.13 20:53:19.687101 [ 3 ] {} <Debug> HTTP-Session: dbe0ae13-5731-41d2-9a9f-c5adbb76d013 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11290 | 2024.05.13 20:53:19.687221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10761, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11291 | 2024.05.13 20:53:19.687269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11292 | 2024.05.13 20:53:19.687288 [ 3 ] {} <Debug> HTTP-Session: 8a9ac4ad-d846-432a-9aa6-1c0a6ad7ae42 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11293 | 2024.05.13 20:53:19.687303 [ 3 ] {} <Debug> HTTP-Session: 8a9ac4ad-d846-432a-9aa6-1c0a6ad7ae42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11294 | 2024.05.13 20:53:19.687316 [ 3 ] {} <Debug> HTTP-Session: 8a9ac4ad-d846-432a-9aa6-1c0a6ad7ae42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11295 | 2024.05.13 20:53:19.687346 [ 3 ] {} <Trace> HTTP-Session: 8a9ac4ad-d846-432a-9aa6-1c0a6ad7ae42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11296 | 2024.05.13 20:53:19.687502 [ 3 ] {a5964055-2bad-4ebd-bf39-00083ffcc7c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11297 | 2024.05.13 20:53:19.687548 [ 3 ] {a5964055-2bad-4ebd-bf39-00083ffcc7c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11298 | 2024.05.13 20:53:19.687701 [ 3 ] {a5964055-2bad-4ebd-bf39-00083ffcc7c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11299 | 2024.05.13 20:53:19.688099 [ 3 ] {a5964055-2bad-4ebd-bf39-00083ffcc7c2} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11300 | 2024.05.13 20:53:19.688132 [ 3 ] {a5964055-2bad-4ebd-bf39-00083ffcc7c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
11301 | 2024.05.13 20:53:19.688510 [ 3 ] {a5964055-2bad-4ebd-bf39-00083ffcc7c2} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11302 | 2024.05.13 20:53:19.688844 [ 3 ] {a5964055-2bad-4ebd-bf39-00083ffcc7c2} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11303 | 2024.05.13 20:53:19.688965 [ 119 ] {} <Debug> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11304 | 2024.05.13 20:53:19.688968 [ 3 ] {a5964055-2bad-4ebd-bf39-00083ffcc7c2} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.001549 sec., 6455.777921239509 rows/sec., 8.71 MiB/sec. | ||
11305 | 2024.05.13 20:53:19.689010 [ 119 ] {} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11306 | 2024.05.13 20:53:19.689054 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
11307 | 2024.05.13 20:53:19.689222 [ 192 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
11308 | 2024.05.13 20:53:19.689231 [ 3 ] {a5964055-2bad-4ebd-bf39-00083ffcc7c2} <Debug> DynamicQueryHandler: Done processing query | ||
11309 | 2024.05.13 20:53:19.689290 [ 3 ] {a5964055-2bad-4ebd-bf39-00083ffcc7c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11310 | 2024.05.13 20:53:19.689330 [ 3 ] {} <Debug> HTTP-Session: 8a9ac4ad-d846-432a-9aa6-1c0a6ad7ae42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11311 | 2024.05.13 20:53:19.689460 [ 192 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11312 | 2024.05.13 20:53:19.689526 [ 192 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 949 rows starting from the beginning of the part | ||
11313 | 2024.05.13 20:53:19.689537 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11314 | 2024.05.13 20:53:19.689694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11315 | 2024.05.13 20:53:19.689782 [ 3 ] {} <Debug> HTTP-Session: 6b679b1a-8ef8-4890-aaba-8f4462c03a6c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11316 | 2024.05.13 20:53:19.689824 [ 192 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 10 rows starting from the beginning of the part | ||
11317 | 2024.05.13 20:53:19.689848 [ 3 ] {} <Debug> HTTP-Session: 6b679b1a-8ef8-4890-aaba-8f4462c03a6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11318 | 2024.05.13 20:53:19.689896 [ 3 ] {} <Debug> HTTP-Session: 6b679b1a-8ef8-4890-aaba-8f4462c03a6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11319 | 2024.05.13 20:53:19.690041 [ 3 ] {} <Trace> HTTP-Session: 6b679b1a-8ef8-4890-aaba-8f4462c03a6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11320 | 2024.05.13 20:53:19.690151 [ 192 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
11321 | 2024.05.13 20:53:19.690371 [ 3 ] {d5efa3b6-ad79-4ec1-95a8-c355450e8e43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11322 | 2024.05.13 20:53:19.690458 [ 192 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 10 rows starting from the beginning of the part | ||
11323 | 2024.05.13 20:53:19.690508 [ 3 ] {d5efa3b6-ad79-4ec1-95a8-c355450e8e43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11324 | 2024.05.13 20:53:19.690839 [ 192 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
11325 | 2024.05.13 20:53:19.691230 [ 192 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 10 rows starting from the beginning of the part | ||
11326 | 2024.05.13 20:53:19.691460 [ 3 ] {d5efa3b6-ad79-4ec1-95a8-c355450e8e43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11327 | 2024.05.13 20:53:19.692354 [ 3 ] {d5efa3b6-ad79-4ec1-95a8-c355450e8e43} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11328 | 2024.05.13 20:53:19.692431 [ 3 ] {d5efa3b6-ad79-4ec1-95a8-c355450e8e43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
11329 | 2024.05.13 20:53:19.692863 [ 3 ] {d5efa3b6-ad79-4ec1-95a8-c355450e8e43} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
11330 | 2024.05.13 20:53:19.693483 [ 3 ] {d5efa3b6-ad79-4ec1-95a8-c355450e8e43} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11331 | 2024.05.13 20:53:19.693920 [ 3 ] {d5efa3b6-ad79-4ec1-95a8-c355450e8e43} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003675 sec., 16326.530612244898 rows/sec., 1.10 MiB/sec. | ||
11332 | 2024.05.13 20:53:19.694418 [ 3 ] {d5efa3b6-ad79-4ec1-95a8-c355450e8e43} <Debug> DynamicQueryHandler: Done processing query | ||
11333 | 2024.05.13 20:53:19.694510 [ 3 ] {d5efa3b6-ad79-4ec1-95a8-c355450e8e43} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11334 | 2024.05.13 20:53:19.694594 [ 3 ] {} <Debug> HTTP-Session: 6b679b1a-8ef8-4890-aaba-8f4462c03a6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11335 | 2024.05.13 20:53:19.696316 [ 201 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1021 rows, containing 6 columns (6 merged, 0 gathered) in 0.007168188 sec., 142434.8803351698 rows/sec., 192.21 MiB/sec. | ||
11336 | 2024.05.13 20:53:19.697097 [ 201 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11337 | 2024.05.13 20:53:19.697589 [ 201 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11338 | 2024.05.13 20:53:19.697686 [ 201 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11339 | 2024.05.13 20:53:19.697808 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.58 MiB. | ||
11340 | 2024.05.13 20:53:24.675798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11341 | 2024.05.13 20:53:24.675932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11342 | 2024.05.13 20:53:24.675958 [ 3 ] {} <Debug> HTTP-Session: d60754ba-0480-4617-9ca5-687c68d4db19 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11343 | 2024.05.13 20:53:24.675983 [ 3 ] {} <Debug> HTTP-Session: d60754ba-0480-4617-9ca5-687c68d4db19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11344 | 2024.05.13 20:53:24.675998 [ 3 ] {} <Debug> HTTP-Session: d60754ba-0480-4617-9ca5-687c68d4db19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11345 | 2024.05.13 20:53:24.676047 [ 3 ] {} <Trace> HTTP-Session: d60754ba-0480-4617-9ca5-687c68d4db19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11346 | 2024.05.13 20:53:24.676237 [ 3 ] {85771d0e-1d42-4335-adb4-393d8993669a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11347 | 2024.05.13 20:53:24.676308 [ 3 ] {85771d0e-1d42-4335-adb4-393d8993669a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11348 | 2024.05.13 20:53:24.676504 [ 3 ] {85771d0e-1d42-4335-adb4-393d8993669a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11349 | 2024.05.13 20:53:24.676905 [ 3 ] {85771d0e-1d42-4335-adb4-393d8993669a} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11350 | 2024.05.13 20:53:24.676954 [ 3 ] {85771d0e-1d42-4335-adb4-393d8993669a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
11351 | 2024.05.13 20:53:24.677324 [ 3 ] {85771d0e-1d42-4335-adb4-393d8993669a} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
11352 | 2024.05.13 20:53:24.677665 [ 3 ] {85771d0e-1d42-4335-adb4-393d8993669a} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11353 | 2024.05.13 20:53:24.677832 [ 3 ] {85771d0e-1d42-4335-adb4-393d8993669a} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001654 sec., 12696.493349455865 rows/sec., 1.00 MiB/sec. | ||
11354 | 2024.05.13 20:53:24.678040 [ 3 ] {85771d0e-1d42-4335-adb4-393d8993669a} <Debug> DynamicQueryHandler: Done processing query | ||
11355 | 2024.05.13 20:53:24.678068 [ 3 ] {85771d0e-1d42-4335-adb4-393d8993669a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11356 | 2024.05.13 20:53:24.678085 [ 3 ] {} <Debug> HTTP-Session: d60754ba-0480-4617-9ca5-687c68d4db19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11357 | 2024.05.13 20:53:24.678212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11358 | 2024.05.13 20:53:24.678264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11359 | 2024.05.13 20:53:24.678283 [ 3 ] {} <Debug> HTTP-Session: 7be285c7-b23b-4ea1-b734-f17cbfa44185 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11360 | 2024.05.13 20:53:24.678301 [ 3 ] {} <Debug> HTTP-Session: 7be285c7-b23b-4ea1-b734-f17cbfa44185 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11361 | 2024.05.13 20:53:24.678315 [ 3 ] {} <Debug> HTTP-Session: 7be285c7-b23b-4ea1-b734-f17cbfa44185 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11362 | 2024.05.13 20:53:24.678351 [ 3 ] {} <Trace> HTTP-Session: 7be285c7-b23b-4ea1-b734-f17cbfa44185 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11363 | 2024.05.13 20:53:24.678455 [ 3 ] {aca72b9d-0744-45aa-a3de-4907bbcdcd97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11364 | 2024.05.13 20:53:24.678503 [ 3 ] {aca72b9d-0744-45aa-a3de-4907bbcdcd97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11365 | 2024.05.13 20:53:24.678636 [ 3 ] {aca72b9d-0744-45aa-a3de-4907bbcdcd97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11366 | 2024.05.13 20:53:24.678916 [ 3 ] {aca72b9d-0744-45aa-a3de-4907bbcdcd97} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11367 | 2024.05.13 20:53:24.678953 [ 3 ] {aca72b9d-0744-45aa-a3de-4907bbcdcd97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
11368 | 2024.05.13 20:53:24.679261 [ 3 ] {aca72b9d-0744-45aa-a3de-4907bbcdcd97} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
11369 | 2024.05.13 20:53:24.679571 [ 3 ] {aca72b9d-0744-45aa-a3de-4907bbcdcd97} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11370 | 2024.05.13 20:53:24.679716 [ 3 ] {aca72b9d-0744-45aa-a3de-4907bbcdcd97} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001286 sec., 1555.2099533437013 rows/sec., 126.82 KiB/sec. | ||
11371 | 2024.05.13 20:53:24.679873 [ 3 ] {aca72b9d-0744-45aa-a3de-4907bbcdcd97} <Debug> DynamicQueryHandler: Done processing query | ||
11372 | 2024.05.13 20:53:24.679899 [ 3 ] {aca72b9d-0744-45aa-a3de-4907bbcdcd97} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11373 | 2024.05.13 20:53:24.679915 [ 3 ] {} <Debug> HTTP-Session: 7be285c7-b23b-4ea1-b734-f17cbfa44185 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11374 | 2024.05.13 20:53:24.680054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17466, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11375 | 2024.05.13 20:53:24.680106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11376 | 2024.05.13 20:53:24.680127 [ 3 ] {} <Debug> HTTP-Session: 59853aa2-eafe-49f2-8ec7-1f8fe0437f08 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11377 | 2024.05.13 20:53:24.680144 [ 3 ] {} <Debug> HTTP-Session: 59853aa2-eafe-49f2-8ec7-1f8fe0437f08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11378 | 2024.05.13 20:53:24.680158 [ 3 ] {} <Debug> HTTP-Session: 59853aa2-eafe-49f2-8ec7-1f8fe0437f08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11379 | 2024.05.13 20:53:24.680190 [ 3 ] {} <Trace> HTTP-Session: 59853aa2-eafe-49f2-8ec7-1f8fe0437f08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11380 | 2024.05.13 20:53:24.680327 [ 3 ] {92a10079-cd71-4bc4-9120-32f730fad585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11381 | 2024.05.13 20:53:24.680371 [ 3 ] {92a10079-cd71-4bc4-9120-32f730fad585} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11382 | 2024.05.13 20:53:24.680502 [ 3 ] {92a10079-cd71-4bc4-9120-32f730fad585} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11383 | 2024.05.13 20:53:24.680825 [ 3 ] {92a10079-cd71-4bc4-9120-32f730fad585} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11384 | 2024.05.13 20:53:24.680861 [ 3 ] {92a10079-cd71-4bc4-9120-32f730fad585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
11385 | 2024.05.13 20:53:24.681178 [ 3 ] {92a10079-cd71-4bc4-9120-32f730fad585} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
11386 | 2024.05.13 20:53:24.681477 [ 3 ] {92a10079-cd71-4bc4-9120-32f730fad585} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11387 | 2024.05.13 20:53:24.681626 [ 3 ] {92a10079-cd71-4bc4-9120-32f730fad585} <Debug> executeQuery: Read 120 rows, 10.16 KiB in 0.001352 sec., 88757.39644970415 rows/sec., 7.34 MiB/sec. | ||
11388 | 2024.05.13 20:53:24.681896 [ 3 ] {92a10079-cd71-4bc4-9120-32f730fad585} <Debug> DynamicQueryHandler: Done processing query | ||
11389 | 2024.05.13 20:53:24.681954 [ 3 ] {92a10079-cd71-4bc4-9120-32f730fad585} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11390 | 2024.05.13 20:53:24.682012 [ 3 ] {} <Debug> HTTP-Session: 59853aa2-eafe-49f2-8ec7-1f8fe0437f08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11391 | 2024.05.13 20:53:24.682188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11392 | 2024.05.13 20:53:24.682238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11393 | 2024.05.13 20:53:24.682259 [ 3 ] {} <Debug> HTTP-Session: 73f51139-3fe3-48bf-a43a-92925b85df6f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11394 | 2024.05.13 20:53:24.682276 [ 3 ] {} <Debug> HTTP-Session: 73f51139-3fe3-48bf-a43a-92925b85df6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11395 | 2024.05.13 20:53:24.682290 [ 3 ] {} <Debug> HTTP-Session: 73f51139-3fe3-48bf-a43a-92925b85df6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11396 | 2024.05.13 20:53:24.682323 [ 3 ] {} <Trace> HTTP-Session: 73f51139-3fe3-48bf-a43a-92925b85df6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11397 | 2024.05.13 20:53:24.682425 [ 3 ] {605fc593-6a44-4ce2-bbbe-c4f7d0e4ddc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11398 | 2024.05.13 20:53:24.682471 [ 3 ] {605fc593-6a44-4ce2-bbbe-c4f7d0e4ddc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11399 | 2024.05.13 20:53:24.682618 [ 3 ] {605fc593-6a44-4ce2-bbbe-c4f7d0e4ddc7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11400 | 2024.05.13 20:53:24.682881 [ 3 ] {605fc593-6a44-4ce2-bbbe-c4f7d0e4ddc7} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11401 | 2024.05.13 20:53:24.682919 [ 3 ] {605fc593-6a44-4ce2-bbbe-c4f7d0e4ddc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
11402 | 2024.05.13 20:53:24.683243 [ 3 ] {605fc593-6a44-4ce2-bbbe-c4f7d0e4ddc7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
11403 | 2024.05.13 20:53:24.683553 [ 3 ] {605fc593-6a44-4ce2-bbbe-c4f7d0e4ddc7} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11404 | 2024.05.13 20:53:24.683694 [ 3 ] {605fc593-6a44-4ce2-bbbe-c4f7d0e4ddc7} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001292 sec., 1547.9876160990711 rows/sec., 108.09 KiB/sec. | ||
11405 | 2024.05.13 20:53:24.683857 [ 3 ] {605fc593-6a44-4ce2-bbbe-c4f7d0e4ddc7} <Debug> DynamicQueryHandler: Done processing query | ||
11406 | 2024.05.13 20:53:24.683883 [ 3 ] {605fc593-6a44-4ce2-bbbe-c4f7d0e4ddc7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11407 | 2024.05.13 20:53:24.683899 [ 3 ] {} <Debug> HTTP-Session: 73f51139-3fe3-48bf-a43a-92925b85df6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11408 | 2024.05.13 20:53:24.684027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 14783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11409 | 2024.05.13 20:53:24.684073 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11410 | 2024.05.13 20:53:24.684092 [ 3 ] {} <Debug> HTTP-Session: 69534234-05a1-4a30-9506-70b980b7d9ad Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11411 | 2024.05.13 20:53:24.684109 [ 3 ] {} <Debug> HTTP-Session: 69534234-05a1-4a30-9506-70b980b7d9ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11412 | 2024.05.13 20:53:24.684127 [ 3 ] {} <Debug> HTTP-Session: 69534234-05a1-4a30-9506-70b980b7d9ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11413 | 2024.05.13 20:53:24.684158 [ 3 ] {} <Trace> HTTP-Session: 69534234-05a1-4a30-9506-70b980b7d9ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11414 | 2024.05.13 20:53:24.684274 [ 3 ] {b0df4e10-c52c-4aaa-bfc2-682eb9c0d2dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11415 | 2024.05.13 20:53:24.684318 [ 3 ] {b0df4e10-c52c-4aaa-bfc2-682eb9c0d2dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11416 | 2024.05.13 20:53:24.684445 [ 3 ] {b0df4e10-c52c-4aaa-bfc2-682eb9c0d2dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11417 | 2024.05.13 20:53:24.684759 [ 3 ] {b0df4e10-c52c-4aaa-bfc2-682eb9c0d2dd} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11418 | 2024.05.13 20:53:24.684799 [ 3 ] {b0df4e10-c52c-4aaa-bfc2-682eb9c0d2dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
11419 | 2024.05.13 20:53:24.685132 [ 3 ] {b0df4e10-c52c-4aaa-bfc2-682eb9c0d2dd} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
11420 | 2024.05.13 20:53:24.685468 [ 3 ] {b0df4e10-c52c-4aaa-bfc2-682eb9c0d2dd} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11421 | 2024.05.13 20:53:24.685609 [ 3 ] {b0df4e10-c52c-4aaa-bfc2-682eb9c0d2dd} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001377 sec., 63180.82788671024 rows/sec., 4.94 MiB/sec. | ||
11422 | 2024.05.13 20:53:24.685873 [ 3 ] {b0df4e10-c52c-4aaa-bfc2-682eb9c0d2dd} <Debug> DynamicQueryHandler: Done processing query | ||
11423 | 2024.05.13 20:53:24.685930 [ 3 ] {b0df4e10-c52c-4aaa-bfc2-682eb9c0d2dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11424 | 2024.05.13 20:53:24.685982 [ 3 ] {} <Debug> HTTP-Session: 69534234-05a1-4a30-9506-70b980b7d9ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11425 | 2024.05.13 20:53:24.686219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11426 | 2024.05.13 20:53:24.686270 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11427 | 2024.05.13 20:53:24.686290 [ 3 ] {} <Debug> HTTP-Session: aab2b698-424c-462a-b252-1a58813ec5e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11428 | 2024.05.13 20:53:24.686307 [ 3 ] {} <Debug> HTTP-Session: aab2b698-424c-462a-b252-1a58813ec5e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11429 | 2024.05.13 20:53:24.686320 [ 3 ] {} <Debug> HTTP-Session: aab2b698-424c-462a-b252-1a58813ec5e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11430 | 2024.05.13 20:53:24.686352 [ 3 ] {} <Trace> HTTP-Session: aab2b698-424c-462a-b252-1a58813ec5e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11431 | 2024.05.13 20:53:24.686506 [ 3 ] {e5dd5d3f-a086-4bd2-b06d-bf4de59a6575} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11432 | 2024.05.13 20:53:24.686557 [ 3 ] {e5dd5d3f-a086-4bd2-b06d-bf4de59a6575} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11433 | 2024.05.13 20:53:24.686722 [ 3 ] {e5dd5d3f-a086-4bd2-b06d-bf4de59a6575} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11434 | 2024.05.13 20:53:24.687073 [ 3 ] {e5dd5d3f-a086-4bd2-b06d-bf4de59a6575} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11435 | 2024.05.13 20:53:24.687109 [ 3 ] {e5dd5d3f-a086-4bd2-b06d-bf4de59a6575} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
11436 | 2024.05.13 20:53:24.687516 [ 3 ] {e5dd5d3f-a086-4bd2-b06d-bf4de59a6575} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
11437 | 2024.05.13 20:53:24.687850 [ 3 ] {e5dd5d3f-a086-4bd2-b06d-bf4de59a6575} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11438 | 2024.05.13 20:53:24.687967 [ 3 ] {e5dd5d3f-a086-4bd2-b06d-bf4de59a6575} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001537 sec., 104749.51203643462 rows/sec., 7.29 MiB/sec. | ||
11439 | 2024.05.13 20:53:24.688115 [ 3 ] {e5dd5d3f-a086-4bd2-b06d-bf4de59a6575} <Debug> DynamicQueryHandler: Done processing query | ||
11440 | 2024.05.13 20:53:24.688149 [ 3 ] {e5dd5d3f-a086-4bd2-b06d-bf4de59a6575} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11441 | 2024.05.13 20:53:24.688177 [ 3 ] {} <Debug> HTTP-Session: aab2b698-424c-462a-b252-1a58813ec5e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11442 | 2024.05.13 20:53:24.688321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11443 | 2024.05.13 20:53:24.688368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11444 | 2024.05.13 20:53:24.688387 [ 3 ] {} <Debug> HTTP-Session: 173e9365-fc1a-4300-bfea-ebb61d2aa5de Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11445 | 2024.05.13 20:53:24.688404 [ 3 ] {} <Debug> HTTP-Session: 173e9365-fc1a-4300-bfea-ebb61d2aa5de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11446 | 2024.05.13 20:53:24.688418 [ 3 ] {} <Debug> HTTP-Session: 173e9365-fc1a-4300-bfea-ebb61d2aa5de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11447 | 2024.05.13 20:53:24.688449 [ 3 ] {} <Trace> HTTP-Session: 173e9365-fc1a-4300-bfea-ebb61d2aa5de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11448 | 2024.05.13 20:53:24.688655 [ 3 ] {ca19d236-72c0-4dc0-a5f7-686e48444d06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11449 | 2024.05.13 20:53:24.688703 [ 3 ] {ca19d236-72c0-4dc0-a5f7-686e48444d06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11450 | 2024.05.13 20:53:24.688855 [ 3 ] {ca19d236-72c0-4dc0-a5f7-686e48444d06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11451 | 2024.05.13 20:53:24.689298 [ 3 ] {ca19d236-72c0-4dc0-a5f7-686e48444d06} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11452 | 2024.05.13 20:53:24.689333 [ 3 ] {ca19d236-72c0-4dc0-a5f7-686e48444d06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
11453 | 2024.05.13 20:53:24.689717 [ 3 ] {ca19d236-72c0-4dc0-a5f7-686e48444d06} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
11454 | 2024.05.13 20:53:24.690073 [ 3 ] {ca19d236-72c0-4dc0-a5f7-686e48444d06} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11455 | 2024.05.13 20:53:24.690223 [ 3 ] {ca19d236-72c0-4dc0-a5f7-686e48444d06} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001695 sec., 12389.380530973453 rows/sec., 16.72 MiB/sec. | ||
11456 | 2024.05.13 20:53:24.690379 [ 3 ] {ca19d236-72c0-4dc0-a5f7-686e48444d06} <Debug> DynamicQueryHandler: Done processing query | ||
11457 | 2024.05.13 20:53:24.690403 [ 3 ] {ca19d236-72c0-4dc0-a5f7-686e48444d06} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
11458 | 2024.05.13 20:53:24.690419 [ 3 ] {} <Debug> HTTP-Session: 173e9365-fc1a-4300-bfea-ebb61d2aa5de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11459 | 2024.05.13 20:53:24.690561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11460 | 2024.05.13 20:53:24.690608 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11461 | 2024.05.13 20:53:24.690628 [ 3 ] {} <Debug> HTTP-Session: dcd62b73-a4fa-4a0a-9a7d-58384e04c141 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11462 | 2024.05.13 20:53:24.690644 [ 3 ] {} <Debug> HTTP-Session: dcd62b73-a4fa-4a0a-9a7d-58384e04c141 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11463 | 2024.05.13 20:53:24.690658 [ 3 ] {} <Debug> HTTP-Session: dcd62b73-a4fa-4a0a-9a7d-58384e04c141 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11464 | 2024.05.13 20:53:24.690689 [ 3 ] {} <Trace> HTTP-Session: dcd62b73-a4fa-4a0a-9a7d-58384e04c141 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11465 | 2024.05.13 20:53:24.690804 [ 3 ] {eb6f0ad5-21fb-4ec2-8d97-a6f5f1f0aae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11466 | 2024.05.13 20:53:24.690849 [ 3 ] {eb6f0ad5-21fb-4ec2-8d97-a6f5f1f0aae8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11467 | 2024.05.13 20:53:24.690979 [ 3 ] {eb6f0ad5-21fb-4ec2-8d97-a6f5f1f0aae8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11468 | 2024.05.13 20:53:24.691243 [ 3 ] {eb6f0ad5-21fb-4ec2-8d97-a6f5f1f0aae8} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11469 | 2024.05.13 20:53:24.691278 [ 3 ] {eb6f0ad5-21fb-4ec2-8d97-a6f5f1f0aae8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
11470 | 2024.05.13 20:53:24.691621 [ 3 ] {eb6f0ad5-21fb-4ec2-8d97-a6f5f1f0aae8} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
11471 | 2024.05.13 20:53:24.691940 [ 3 ] {eb6f0ad5-21fb-4ec2-8d97-a6f5f1f0aae8} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11472 | 2024.05.13 20:53:24.692089 [ 3 ] {eb6f0ad5-21fb-4ec2-8d97-a6f5f1f0aae8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001313 sec., 45696.8773800457 rows/sec., 3.08 MiB/sec. | ||
11473 | 2024.05.13 20:53:24.692342 [ 3 ] {eb6f0ad5-21fb-4ec2-8d97-a6f5f1f0aae8} <Debug> DynamicQueryHandler: Done processing query | ||
11474 | 2024.05.13 20:53:24.692401 [ 3 ] {eb6f0ad5-21fb-4ec2-8d97-a6f5f1f0aae8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11475 | 2024.05.13 20:53:24.692461 [ 3 ] {} <Debug> HTTP-Session: dcd62b73-a4fa-4a0a-9a7d-58384e04c141 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11476 | 2024.05.13 20:53:27.832690 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11477 | 2024.05.13 20:53:27.832758 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11478 | 2024.05.13 20:53:29.675139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11479 | 2024.05.13 20:53:29.675262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11480 | 2024.05.13 20:53:29.675286 [ 3 ] {} <Debug> HTTP-Session: 475d5cda-aa16-4c3b-9c4e-5e8acf75033e Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11481 | 2024.05.13 20:53:29.675309 [ 3 ] {} <Debug> HTTP-Session: 475d5cda-aa16-4c3b-9c4e-5e8acf75033e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11482 | 2024.05.13 20:53:29.675323 [ 3 ] {} <Debug> HTTP-Session: 475d5cda-aa16-4c3b-9c4e-5e8acf75033e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11483 | 2024.05.13 20:53:29.675373 [ 3 ] {} <Trace> HTTP-Session: 475d5cda-aa16-4c3b-9c4e-5e8acf75033e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11484 | 2024.05.13 20:53:29.675551 [ 3 ] {06929f64-af0e-4717-bc8b-81a0a337f526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11485 | 2024.05.13 20:53:29.675618 [ 3 ] {06929f64-af0e-4717-bc8b-81a0a337f526} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11486 | 2024.05.13 20:53:29.675801 [ 3 ] {06929f64-af0e-4717-bc8b-81a0a337f526} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11487 | 2024.05.13 20:53:29.676170 [ 3 ] {06929f64-af0e-4717-bc8b-81a0a337f526} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11488 | 2024.05.13 20:53:29.676211 [ 3 ] {06929f64-af0e-4717-bc8b-81a0a337f526} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
11489 | 2024.05.13 20:53:29.676565 [ 3 ] {06929f64-af0e-4717-bc8b-81a0a337f526} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
11490 | 2024.05.13 20:53:29.676896 [ 3 ] {06929f64-af0e-4717-bc8b-81a0a337f526} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11491 | 2024.05.13 20:53:29.677047 [ 3 ] {06929f64-af0e-4717-bc8b-81a0a337f526} <Debug> executeQuery: Read 10 rows, 830.00 B in 0.001549 sec., 6455.777921239509 rows/sec., 523.27 KiB/sec. | ||
11492 | 2024.05.13 20:53:29.677276 [ 3 ] {06929f64-af0e-4717-bc8b-81a0a337f526} <Debug> DynamicQueryHandler: Done processing query | ||
11493 | 2024.05.13 20:53:29.677312 [ 3 ] {06929f64-af0e-4717-bc8b-81a0a337f526} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11494 | 2024.05.13 20:53:29.677346 [ 3 ] {} <Debug> HTTP-Session: 475d5cda-aa16-4c3b-9c4e-5e8acf75033e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11495 | 2024.05.13 20:53:29.677510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12383, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11496 | 2024.05.13 20:53:29.677558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11497 | 2024.05.13 20:53:29.677578 [ 3 ] {} <Debug> HTTP-Session: b34613d9-7975-41b9-8e69-adfd3358fc89 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11498 | 2024.05.13 20:53:29.677594 [ 3 ] {} <Debug> HTTP-Session: b34613d9-7975-41b9-8e69-adfd3358fc89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11499 | 2024.05.13 20:53:29.677608 [ 3 ] {} <Debug> HTTP-Session: b34613d9-7975-41b9-8e69-adfd3358fc89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11500 | 2024.05.13 20:53:29.677639 [ 3 ] {} <Trace> HTTP-Session: b34613d9-7975-41b9-8e69-adfd3358fc89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11501 | 2024.05.13 20:53:29.677754 [ 3 ] {d046bf0b-b72d-493b-925c-7a786613d1b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11502 | 2024.05.13 20:53:29.677797 [ 3 ] {d046bf0b-b72d-493b-925c-7a786613d1b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11503 | 2024.05.13 20:53:29.677932 [ 3 ] {d046bf0b-b72d-493b-925c-7a786613d1b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11504 | 2024.05.13 20:53:29.678335 [ 3 ] {d046bf0b-b72d-493b-925c-7a786613d1b3} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11505 | 2024.05.13 20:53:29.678372 [ 3 ] {d046bf0b-b72d-493b-925c-7a786613d1b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
11506 | 2024.05.13 20:53:29.678684 [ 3 ] {d046bf0b-b72d-493b-925c-7a786613d1b3} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
11507 | 2024.05.13 20:53:29.678976 [ 3 ] {d046bf0b-b72d-493b-925c-7a786613d1b3} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11508 | 2024.05.13 20:53:29.679124 [ 3 ] {d046bf0b-b72d-493b-925c-7a786613d1b3} <Debug> executeQuery: Read 86 rows, 7.13 KiB in 0.001411 sec., 60949.68107725018 rows/sec., 4.93 MiB/sec. | ||
11509 | 2024.05.13 20:53:29.679142 [ 113 ] {} <Debug> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
11510 | 2024.05.13 20:53:29.679246 [ 113 ] {} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11511 | 2024.05.13 20:53:29.679295 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
11512 | 2024.05.13 20:53:29.679382 [ 3 ] {d046bf0b-b72d-493b-925c-7a786613d1b3} <Debug> DynamicQueryHandler: Done processing query | ||
11513 | 2024.05.13 20:53:29.679420 [ 3 ] {d046bf0b-b72d-493b-925c-7a786613d1b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11514 | 2024.05.13 20:53:29.679427 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::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 | ||
11515 | 2024.05.13 20:53:29.679439 [ 3 ] {} <Debug> HTTP-Session: b34613d9-7975-41b9-8e69-adfd3358fc89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11516 | 2024.05.13 20:53:29.679550 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11517 | 2024.05.13 20:53:29.679582 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 192 rows starting from the beginning of the part | ||
11518 | 2024.05.13 20:53:29.679645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 12582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11519 | 2024.05.13 20:53:29.679664 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 87 rows starting from the beginning of the part | ||
11520 | 2024.05.13 20:53:29.679778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11521 | 2024.05.13 20:53:29.679935 [ 3 ] {} <Debug> HTTP-Session: 0d1988a1-10df-4651-9a82-70c8f3739a6f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11522 | 2024.05.13 20:53:29.680059 [ 3 ] {} <Debug> HTTP-Session: 0d1988a1-10df-4651-9a82-70c8f3739a6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11523 | 2024.05.13 20:53:29.680107 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 156 rows starting from the beginning of the part | ||
11524 | 2024.05.13 20:53:29.680132 [ 3 ] {} <Debug> HTTP-Session: 0d1988a1-10df-4651-9a82-70c8f3739a6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11525 | 2024.05.13 20:53:29.680227 [ 3 ] {} <Trace> HTTP-Session: 0d1988a1-10df-4651-9a82-70c8f3739a6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11526 | 2024.05.13 20:53:29.680296 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 86 rows starting from the beginning of the part | ||
11527 | 2024.05.13 20:53:29.680437 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 120 rows starting from the beginning of the part | ||
11528 | 2024.05.13 20:53:29.680478 [ 3 ] {1c53dff8-5db5-4ff9-9ebf-9840dbc9336c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11529 | 2024.05.13 20:53:29.680574 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 86 rows starting from the beginning of the part | ||
11530 | 2024.05.13 20:53:29.680588 [ 3 ] {1c53dff8-5db5-4ff9-9ebf-9840dbc9336c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11531 | 2024.05.13 20:53:29.681157 [ 3 ] {1c53dff8-5db5-4ff9-9ebf-9840dbc9336c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11532 | 2024.05.13 20:53:29.681726 [ 3 ] {1c53dff8-5db5-4ff9-9ebf-9840dbc9336c} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11533 | 2024.05.13 20:53:29.681767 [ 3 ] {1c53dff8-5db5-4ff9-9ebf-9840dbc9336c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
11534 | 2024.05.13 20:53:29.682338 [ 3 ] {1c53dff8-5db5-4ff9-9ebf-9840dbc9336c} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
11535 | 2024.05.13 20:53:29.682496 [ 186 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 727 rows, containing 4 columns (4 merged, 0 gathered) in 0.00311723 sec., 233219.87790442156 rows/sec., 19.03 MiB/sec. | ||
11536 | 2024.05.13 20:53:29.682836 [ 186 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
11537 | 2024.05.13 20:53:29.682915 [ 3 ] {1c53dff8-5db5-4ff9-9ebf-9840dbc9336c} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11538 | 2024.05.13 20:53:29.683279 [ 3 ] {1c53dff8-5db5-4ff9-9ebf-9840dbc9336c} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.002905 sec., 25473.321858864027 rows/sec., 1.99 MiB/sec. | ||
11539 | 2024.05.13 20:53:29.683305 [ 113 ] {} <Debug> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
11540 | 2024.05.13 20:53:29.683590 [ 113 ] {} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11541 | 2024.05.13 20:53:29.683696 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
11542 | 2024.05.13 20:53:29.683874 [ 3 ] {1c53dff8-5db5-4ff9-9ebf-9840dbc9336c} <Debug> DynamicQueryHandler: Done processing query | ||
11543 | 2024.05.13 20:53:29.683963 [ 3 ] {1c53dff8-5db5-4ff9-9ebf-9840dbc9336c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11544 | 2024.05.13 20:53:29.684053 [ 3 ] {} <Debug> HTTP-Session: 0d1988a1-10df-4651-9a82-70c8f3739a6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11545 | 2024.05.13 20:53:29.684138 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::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 | ||
11546 | 2024.05.13 20:53:29.684218 [ 186 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_76_15} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11547 | 2024.05.13 20:53:29.684351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11548 | 2024.05.13 20:53:29.684500 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11549 | 2024.05.13 20:53:29.684512 [ 186 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_76_15} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
11550 | 2024.05.13 20:53:29.684574 [ 3 ] {} <Debug> HTTP-Session: cc4e4d51-b493-4a3f-aaa0-f80aae4ee069 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11551 | 2024.05.13 20:53:29.684663 [ 3 ] {} <Debug> HTTP-Session: cc4e4d51-b493-4a3f-aaa0-f80aae4ee069 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11552 | 2024.05.13 20:53:29.684683 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11553 | 2024.05.13 20:53:29.684725 [ 3 ] {} <Debug> HTTP-Session: cc4e4d51-b493-4a3f-aaa0-f80aae4ee069 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11554 | 2024.05.13 20:53:29.684767 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
11555 | 2024.05.13 20:53:29.684812 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 151 rows starting from the beginning of the part | ||
11556 | 2024.05.13 20:53:29.684843 [ 3 ] {} <Trace> HTTP-Session: cc4e4d51-b493-4a3f-aaa0-f80aae4ee069 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11557 | 2024.05.13 20:53:29.685049 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 76 rows starting from the beginning of the part | ||
11558 | 2024.05.13 20:53:29.685303 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 111 rows starting from the beginning of the part | ||
11559 | 2024.05.13 20:53:29.685312 [ 3 ] {63704a0e-81c0-4ebb-8a4e-bc4a13f18d76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11560 | 2024.05.13 20:53:29.685519 [ 3 ] {63704a0e-81c0-4ebb-8a4e-bc4a13f18d76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11561 | 2024.05.13 20:53:29.685617 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 74 rows starting from the beginning of the part | ||
11562 | 2024.05.13 20:53:29.685957 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 87 rows starting from the beginning of the part | ||
11563 | 2024.05.13 20:53:29.686319 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 74 rows starting from the beginning of the part | ||
11564 | 2024.05.13 20:53:29.686911 [ 3 ] {63704a0e-81c0-4ebb-8a4e-bc4a13f18d76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11565 | 2024.05.13 20:53:29.687730 [ 3 ] {63704a0e-81c0-4ebb-8a4e-bc4a13f18d76} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11566 | 2024.05.13 20:53:29.687805 [ 3 ] {63704a0e-81c0-4ebb-8a4e-bc4a13f18d76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
11567 | 2024.05.13 20:53:29.688868 [ 3 ] {63704a0e-81c0-4ebb-8a4e-bc4a13f18d76} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
11568 | 2024.05.13 20:53:29.689060 [ 196 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 4 columns (4 merged, 0 gathered) in 0.00519641 sec., 110268.43532361764 rows/sec., 8.61 MiB/sec. | ||
11569 | 2024.05.13 20:53:29.689390 [ 196 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
11570 | 2024.05.13 20:53:29.689590 [ 3 ] {63704a0e-81c0-4ebb-8a4e-bc4a13f18d76} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11571 | 2024.05.13 20:53:29.690013 [ 113 ] {} <Debug> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
11572 | 2024.05.13 20:53:29.690037 [ 3 ] {63704a0e-81c0-4ebb-8a4e-bc4a13f18d76} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004993 sec., 32044.862807931102 rows/sec., 2.23 MiB/sec. | ||
11573 | 2024.05.13 20:53:29.690146 [ 113 ] {} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11574 | 2024.05.13 20:53:29.690251 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
11575 | 2024.05.13 20:53:29.690699 [ 194 ] {313178d0-1e86-4864-8af4-8d959655e5c5::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 | ||
11576 | 2024.05.13 20:53:29.690739 [ 3 ] {63704a0e-81c0-4ebb-8a4e-bc4a13f18d76} <Debug> DynamicQueryHandler: Done processing query | ||
11577 | 2024.05.13 20:53:29.690843 [ 3 ] {63704a0e-81c0-4ebb-8a4e-bc4a13f18d76} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11578 | 2024.05.13 20:53:29.690857 [ 190 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_76_15} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11579 | 2024.05.13 20:53:29.690920 [ 3 ] {} <Debug> HTTP-Session: cc4e4d51-b493-4a3f-aaa0-f80aae4ee069 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11580 | 2024.05.13 20:53:29.691291 [ 190 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_76_15} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
11581 | 2024.05.13 20:53:29.691305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 10761, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11582 | 2024.05.13 20:53:29.691550 [ 194 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11583 | 2024.05.13 20:53:29.691567 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11584 | 2024.05.13 20:53:29.691596 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
11585 | 2024.05.13 20:53:29.691714 [ 194 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_71_14, total 11572 rows starting from the beginning of the part | ||
11586 | 2024.05.13 20:53:29.691726 [ 3 ] {} <Debug> HTTP-Session: ba18243c-7032-41b8-8394-34140a5f78d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11587 | 2024.05.13 20:53:29.691825 [ 3 ] {} <Debug> HTTP-Session: ba18243c-7032-41b8-8394-34140a5f78d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11588 | 2024.05.13 20:53:29.691901 [ 3 ] {} <Debug> HTTP-Session: ba18243c-7032-41b8-8394-34140a5f78d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11589 | 2024.05.13 20:53:29.692110 [ 3 ] {} <Trace> HTTP-Session: ba18243c-7032-41b8-8394-34140a5f78d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11590 | 2024.05.13 20:53:29.692200 [ 194 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 161 rows starting from the beginning of the part | ||
11591 | 2024.05.13 20:53:29.692619 [ 194 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 197 rows starting from the beginning of the part | ||
11592 | 2024.05.13 20:53:29.692721 [ 3 ] {b025bb51-760b-440d-95b3-93058dd4f31d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11593 | 2024.05.13 20:53:29.693064 [ 194 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part | ||
11594 | 2024.05.13 20:53:29.693065 [ 3 ] {b025bb51-760b-440d-95b3-93058dd4f31d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11595 | 2024.05.13 20:53:29.693505 [ 194 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 161 rows starting from the beginning of the part | ||
11596 | 2024.05.13 20:53:29.693917 [ 194 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part | ||
11597 | 2024.05.13 20:53:29.694884 [ 3 ] {b025bb51-760b-440d-95b3-93058dd4f31d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11598 | 2024.05.13 20:53:29.695700 [ 3 ] {b025bb51-760b-440d-95b3-93058dd4f31d} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11599 | 2024.05.13 20:53:29.695739 [ 3 ] {b025bb51-760b-440d-95b3-93058dd4f31d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
11600 | 2024.05.13 20:53:29.696457 [ 3 ] {b025bb51-760b-440d-95b3-93058dd4f31d} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
11601 | 2024.05.13 20:53:29.697441 [ 3 ] {b025bb51-760b-440d-95b3-93058dd4f31d} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11602 | 2024.05.13 20:53:29.697801 [ 3 ] {b025bb51-760b-440d-95b3-93058dd4f31d} <Debug> executeQuery: Read 10 rows, 13.82 KiB in 0.005426 sec., 1842.978252856616 rows/sec., 2.49 MiB/sec. | ||
11603 | 2024.05.13 20:53:29.698051 [ 3 ] {b025bb51-760b-440d-95b3-93058dd4f31d} <Debug> DynamicQueryHandler: Done processing query | ||
11604 | 2024.05.13 20:53:29.698077 [ 3 ] {b025bb51-760b-440d-95b3-93058dd4f31d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11605 | 2024.05.13 20:53:29.698094 [ 3 ] {} <Debug> HTTP-Session: ba18243c-7032-41b8-8394-34140a5f78d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11606 | 2024.05.13 20:53:29.698221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11607 | 2024.05.13 20:53:29.698272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11608 | 2024.05.13 20:53:29.698291 [ 3 ] {} <Debug> HTTP-Session: 59aa007a-ac8f-41df-bf06-6efb842f684f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11609 | 2024.05.13 20:53:29.698308 [ 3 ] {} <Debug> HTTP-Session: 59aa007a-ac8f-41df-bf06-6efb842f684f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11610 | 2024.05.13 20:53:29.698322 [ 3 ] {} <Debug> HTTP-Session: 59aa007a-ac8f-41df-bf06-6efb842f684f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11611 | 2024.05.13 20:53:29.698518 [ 3 ] {} <Trace> HTTP-Session: 59aa007a-ac8f-41df-bf06-6efb842f684f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11612 | 2024.05.13 20:53:29.698753 [ 3 ] {703dd1ac-028a-4004-ad81-3cbf00a59443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11613 | 2024.05.13 20:53:29.698801 [ 3 ] {703dd1ac-028a-4004-ad81-3cbf00a59443} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11614 | 2024.05.13 20:53:29.698975 [ 3 ] {703dd1ac-028a-4004-ad81-3cbf00a59443} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11615 | 2024.05.13 20:53:29.699373 [ 3 ] {703dd1ac-028a-4004-ad81-3cbf00a59443} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11616 | 2024.05.13 20:53:29.699413 [ 3 ] {703dd1ac-028a-4004-ad81-3cbf00a59443} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
11617 | 2024.05.13 20:53:29.699937 [ 3 ] {703dd1ac-028a-4004-ad81-3cbf00a59443} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
11618 | 2024.05.13 20:53:29.700375 [ 194 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12411 rows, containing 5 columns (5 merged, 0 gathered) in 0.009961574 sec., 1245887.4471042426 rows/sec., 86.72 MiB/sec. | ||
11619 | 2024.05.13 20:53:29.700606 [ 3 ] {703dd1ac-028a-4004-ad81-3cbf00a59443} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11620 | 2024.05.13 20:53:29.700713 [ 194 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
11621 | 2024.05.13 20:53:29.700866 [ 109 ] {} <Debug> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
11622 | 2024.05.13 20:53:29.700913 [ 3 ] {703dd1ac-028a-4004-ad81-3cbf00a59443} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002214 sec., 27100.27100271003 rows/sec., 1.83 MiB/sec. | ||
11623 | 2024.05.13 20:53:29.700964 [ 109 ] {} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11624 | 2024.05.13 20:53:29.701105 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
11625 | 2024.05.13 20:53:29.701559 [ 3 ] {703dd1ac-028a-4004-ad81-3cbf00a59443} <Debug> DynamicQueryHandler: Done processing query | ||
11626 | 2024.05.13 20:53:29.701674 [ 3 ] {703dd1ac-028a-4004-ad81-3cbf00a59443} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11627 | 2024.05.13 20:53:29.701736 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
11628 | 2024.05.13 20:53:29.701775 [ 3 ] {} <Debug> HTTP-Session: 59aa007a-ac8f-41df-bf06-6efb842f684f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11629 | 2024.05.13 20:53:29.702112 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11630 | 2024.05.13 20:53:29.702171 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3872 rows starting from the beginning of the part | ||
11631 | 2024.05.13 20:53:29.702236 [ 194 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11632 | 2024.05.13 20:53:29.702417 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
11633 | 2024.05.13 20:53:29.702554 [ 194 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
11634 | 2024.05.13 20:53:29.702721 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
11635 | 2024.05.13 20:53:29.702857 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.56 MiB. | ||
11636 | 2024.05.13 20:53:29.702993 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
11637 | 2024.05.13 20:53:29.703117 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part | ||
11638 | 2024.05.13 20:53:29.703289 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
11639 | 2024.05.13 20:53:29.705023 [ 188 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4172 rows, containing 4 columns (4 merged, 0 gathered) in 0.003747986 sec., 1113131.1589744466 rows/sec., 75.42 MiB/sec. | ||
11640 | 2024.05.13 20:53:29.705408 [ 197 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
11641 | 2024.05.13 20:53:29.705884 [ 197 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_76_15} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11642 | 2024.05.13 20:53:29.705987 [ 197 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_76_15} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
11643 | 2024.05.13 20:53:29.706067 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
11644 | 2024.05.13 20:53:34.680468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11645 | 2024.05.13 20:53:34.680591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11646 | 2024.05.13 20:53:34.680617 [ 3 ] {} <Debug> HTTP-Session: aaa0afb4-3071-4598-adfc-b837971f516e Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11647 | 2024.05.13 20:53:34.680640 [ 3 ] {} <Debug> HTTP-Session: aaa0afb4-3071-4598-adfc-b837971f516e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11648 | 2024.05.13 20:53:34.680654 [ 3 ] {} <Debug> HTTP-Session: aaa0afb4-3071-4598-adfc-b837971f516e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11649 | 2024.05.13 20:53:34.680707 [ 3 ] {} <Trace> HTTP-Session: aaa0afb4-3071-4598-adfc-b837971f516e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11650 | 2024.05.13 20:53:34.680888 [ 3 ] {49cc0314-c4ff-434a-9920-076c272fcd1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11651 | 2024.05.13 20:53:34.680952 [ 3 ] {49cc0314-c4ff-434a-9920-076c272fcd1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11652 | 2024.05.13 20:53:34.681134 [ 3 ] {49cc0314-c4ff-434a-9920-076c272fcd1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11653 | 2024.05.13 20:53:34.681567 [ 3 ] {49cc0314-c4ff-434a-9920-076c272fcd1f} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11654 | 2024.05.13 20:53:34.681608 [ 3 ] {49cc0314-c4ff-434a-9920-076c272fcd1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
11655 | 2024.05.13 20:53:34.681978 [ 3 ] {49cc0314-c4ff-434a-9920-076c272fcd1f} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
11656 | 2024.05.13 20:53:34.682333 [ 3 ] {49cc0314-c4ff-434a-9920-076c272fcd1f} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11657 | 2024.05.13 20:53:34.682488 [ 3 ] {49cc0314-c4ff-434a-9920-076c272fcd1f} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001655 sec., 12688.821752265862 rows/sec., 1.00 MiB/sec. | ||
11658 | 2024.05.13 20:53:34.682708 [ 3 ] {49cc0314-c4ff-434a-9920-076c272fcd1f} <Debug> DynamicQueryHandler: Done processing query | ||
11659 | 2024.05.13 20:53:34.682734 [ 3 ] {49cc0314-c4ff-434a-9920-076c272fcd1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11660 | 2024.05.13 20:53:34.682750 [ 3 ] {} <Debug> HTTP-Session: aaa0afb4-3071-4598-adfc-b837971f516e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11661 | 2024.05.13 20:53:34.682872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11662 | 2024.05.13 20:53:34.682921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11663 | 2024.05.13 20:53:34.682940 [ 3 ] {} <Debug> HTTP-Session: 0a1ce3e9-f260-4f5f-bdaf-a852118e2619 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11664 | 2024.05.13 20:53:34.682956 [ 3 ] {} <Debug> HTTP-Session: 0a1ce3e9-f260-4f5f-bdaf-a852118e2619 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11665 | 2024.05.13 20:53:34.682969 [ 3 ] {} <Debug> HTTP-Session: 0a1ce3e9-f260-4f5f-bdaf-a852118e2619 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11666 | 2024.05.13 20:53:34.683000 [ 3 ] {} <Trace> HTTP-Session: 0a1ce3e9-f260-4f5f-bdaf-a852118e2619 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11667 | 2024.05.13 20:53:34.683101 [ 3 ] {adfab166-32d6-48a0-ad0f-21bca33d7e7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11668 | 2024.05.13 20:53:34.683144 [ 3 ] {adfab166-32d6-48a0-ad0f-21bca33d7e7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11669 | 2024.05.13 20:53:34.683282 [ 3 ] {adfab166-32d6-48a0-ad0f-21bca33d7e7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11670 | 2024.05.13 20:53:34.683560 [ 3 ] {adfab166-32d6-48a0-ad0f-21bca33d7e7c} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11671 | 2024.05.13 20:53:34.683595 [ 3 ] {adfab166-32d6-48a0-ad0f-21bca33d7e7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
11672 | 2024.05.13 20:53:34.683900 [ 3 ] {adfab166-32d6-48a0-ad0f-21bca33d7e7c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
11673 | 2024.05.13 20:53:34.684204 [ 3 ] {adfab166-32d6-48a0-ad0f-21bca33d7e7c} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11674 | 2024.05.13 20:53:34.684343 [ 3 ] {adfab166-32d6-48a0-ad0f-21bca33d7e7c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001265 sec., 3162.0553359683795 rows/sec., 257.84 KiB/sec. | ||
11675 | 2024.05.13 20:53:34.684525 [ 3 ] {adfab166-32d6-48a0-ad0f-21bca33d7e7c} <Debug> DynamicQueryHandler: Done processing query | ||
11676 | 2024.05.13 20:53:34.684554 [ 3 ] {adfab166-32d6-48a0-ad0f-21bca33d7e7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11677 | 2024.05.13 20:53:34.684570 [ 3 ] {} <Debug> HTTP-Session: 0a1ce3e9-f260-4f5f-bdaf-a852118e2619 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11678 | 2024.05.13 20:53:34.684698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11679 | 2024.05.13 20:53:34.684748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11680 | 2024.05.13 20:53:34.684767 [ 3 ] {} <Debug> HTTP-Session: d5fff72f-3bbf-47cb-b0d2-7c85ac91da27 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11681 | 2024.05.13 20:53:34.684784 [ 3 ] {} <Debug> HTTP-Session: d5fff72f-3bbf-47cb-b0d2-7c85ac91da27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11682 | 2024.05.13 20:53:34.684798 [ 3 ] {} <Debug> HTTP-Session: d5fff72f-3bbf-47cb-b0d2-7c85ac91da27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11683 | 2024.05.13 20:53:34.684829 [ 3 ] {} <Trace> HTTP-Session: d5fff72f-3bbf-47cb-b0d2-7c85ac91da27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11684 | 2024.05.13 20:53:34.684956 [ 3 ] {552164ff-fdf1-4941-9d72-4fccfb5b334c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11685 | 2024.05.13 20:53:34.684998 [ 3 ] {552164ff-fdf1-4941-9d72-4fccfb5b334c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11686 | 2024.05.13 20:53:34.685120 [ 3 ] {552164ff-fdf1-4941-9d72-4fccfb5b334c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11687 | 2024.05.13 20:53:34.685485 [ 3 ] {552164ff-fdf1-4941-9d72-4fccfb5b334c} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11688 | 2024.05.13 20:53:34.685521 [ 3 ] {552164ff-fdf1-4941-9d72-4fccfb5b334c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
11689 | 2024.05.13 20:53:34.685839 [ 3 ] {552164ff-fdf1-4941-9d72-4fccfb5b334c} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
11690 | 2024.05.13 20:53:34.686136 [ 3 ] {552164ff-fdf1-4941-9d72-4fccfb5b334c} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11691 | 2024.05.13 20:53:34.686280 [ 3 ] {552164ff-fdf1-4941-9d72-4fccfb5b334c} <Debug> executeQuery: Read 121 rows, 10.24 KiB in 0.001376 sec., 87936.04651162791 rows/sec., 7.26 MiB/sec. | ||
11692 | 2024.05.13 20:53:34.686441 [ 3 ] {552164ff-fdf1-4941-9d72-4fccfb5b334c} <Debug> DynamicQueryHandler: Done processing query | ||
11693 | 2024.05.13 20:53:34.686467 [ 3 ] {552164ff-fdf1-4941-9d72-4fccfb5b334c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11694 | 2024.05.13 20:53:34.686485 [ 3 ] {} <Debug> HTTP-Session: d5fff72f-3bbf-47cb-b0d2-7c85ac91da27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11695 | 2024.05.13 20:53:34.686613 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11696 | 2024.05.13 20:53:34.686660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11697 | 2024.05.13 20:53:34.686679 [ 3 ] {} <Debug> HTTP-Session: d1fc010c-df9b-4df5-b403-5b193bffcd81 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11698 | 2024.05.13 20:53:34.686696 [ 3 ] {} <Debug> HTTP-Session: d1fc010c-df9b-4df5-b403-5b193bffcd81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11699 | 2024.05.13 20:53:34.686711 [ 3 ] {} <Debug> HTTP-Session: d1fc010c-df9b-4df5-b403-5b193bffcd81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11700 | 2024.05.13 20:53:34.686745 [ 3 ] {} <Trace> HTTP-Session: d1fc010c-df9b-4df5-b403-5b193bffcd81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11701 | 2024.05.13 20:53:34.686837 [ 3 ] {72c3bcc5-3d57-4194-b74f-c5a06c33c1b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11702 | 2024.05.13 20:53:34.686879 [ 3 ] {72c3bcc5-3d57-4194-b74f-c5a06c33c1b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11703 | 2024.05.13 20:53:34.687003 [ 3 ] {72c3bcc5-3d57-4194-b74f-c5a06c33c1b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11704 | 2024.05.13 20:53:34.687360 [ 3 ] {72c3bcc5-3d57-4194-b74f-c5a06c33c1b3} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11705 | 2024.05.13 20:53:34.687395 [ 3 ] {72c3bcc5-3d57-4194-b74f-c5a06c33c1b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
11706 | 2024.05.13 20:53:34.687695 [ 3 ] {72c3bcc5-3d57-4194-b74f-c5a06c33c1b3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
11707 | 2024.05.13 20:53:34.688000 [ 3 ] {72c3bcc5-3d57-4194-b74f-c5a06c33c1b3} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11708 | 2024.05.13 20:53:34.688156 [ 3 ] {72c3bcc5-3d57-4194-b74f-c5a06c33c1b3} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001334 sec., 2998.500749625188 rows/sec., 209.37 KiB/sec. | ||
11709 | 2024.05.13 20:53:34.688325 [ 3 ] {72c3bcc5-3d57-4194-b74f-c5a06c33c1b3} <Debug> DynamicQueryHandler: Done processing query | ||
11710 | 2024.05.13 20:53:34.688349 [ 3 ] {72c3bcc5-3d57-4194-b74f-c5a06c33c1b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11711 | 2024.05.13 20:53:34.688364 [ 3 ] {} <Debug> HTTP-Session: d1fc010c-df9b-4df5-b403-5b193bffcd81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11712 | 2024.05.13 20:53:34.688491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 15124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11713 | 2024.05.13 20:53:34.688541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11714 | 2024.05.13 20:53:34.688561 [ 3 ] {} <Debug> HTTP-Session: 80a3af27-b745-46c6-af61-5cfab160cd65 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11715 | 2024.05.13 20:53:34.688580 [ 3 ] {} <Debug> HTTP-Session: 80a3af27-b745-46c6-af61-5cfab160cd65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11716 | 2024.05.13 20:53:34.688594 [ 3 ] {} <Debug> HTTP-Session: 80a3af27-b745-46c6-af61-5cfab160cd65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11717 | 2024.05.13 20:53:34.688623 [ 3 ] {} <Trace> HTTP-Session: 80a3af27-b745-46c6-af61-5cfab160cd65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11718 | 2024.05.13 20:53:34.688745 [ 3 ] {d204be4c-7830-4fc5-b930-9b0f008c9deb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11719 | 2024.05.13 20:53:34.688787 [ 3 ] {d204be4c-7830-4fc5-b930-9b0f008c9deb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11720 | 2024.05.13 20:53:34.688910 [ 3 ] {d204be4c-7830-4fc5-b930-9b0f008c9deb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11721 | 2024.05.13 20:53:34.689262 [ 3 ] {d204be4c-7830-4fc5-b930-9b0f008c9deb} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11722 | 2024.05.13 20:53:34.689297 [ 3 ] {d204be4c-7830-4fc5-b930-9b0f008c9deb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
11723 | 2024.05.13 20:53:34.689604 [ 3 ] {d204be4c-7830-4fc5-b930-9b0f008c9deb} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
11724 | 2024.05.13 20:53:34.689906 [ 3 ] {d204be4c-7830-4fc5-b930-9b0f008c9deb} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11725 | 2024.05.13 20:53:34.690052 [ 3 ] {d204be4c-7830-4fc5-b930-9b0f008c9deb} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.00135 sec., 65925.92592592593 rows/sec., 5.15 MiB/sec. | ||
11726 | 2024.05.13 20:53:34.690226 [ 3 ] {d204be4c-7830-4fc5-b930-9b0f008c9deb} <Debug> DynamicQueryHandler: Done processing query | ||
11727 | 2024.05.13 20:53:34.690261 [ 3 ] {d204be4c-7830-4fc5-b930-9b0f008c9deb} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11728 | 2024.05.13 20:53:34.690293 [ 3 ] {} <Debug> HTTP-Session: 80a3af27-b745-46c6-af61-5cfab160cd65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11729 | 2024.05.13 20:53:34.690510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 31004, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11730 | 2024.05.13 20:53:34.690564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11731 | 2024.05.13 20:53:34.690583 [ 3 ] {} <Debug> HTTP-Session: 912f522a-976d-470b-bad1-e9eb8e566c7b Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11732 | 2024.05.13 20:53:34.690599 [ 3 ] {} <Debug> HTTP-Session: 912f522a-976d-470b-bad1-e9eb8e566c7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11733 | 2024.05.13 20:53:34.690612 [ 3 ] {} <Debug> HTTP-Session: 912f522a-976d-470b-bad1-e9eb8e566c7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11734 | 2024.05.13 20:53:34.690643 [ 3 ] {} <Trace> HTTP-Session: 912f522a-976d-470b-bad1-e9eb8e566c7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11735 | 2024.05.13 20:53:34.690803 [ 3 ] {08685d2d-e5f2-4a53-b4a5-adbf812be18f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11736 | 2024.05.13 20:53:34.690851 [ 3 ] {08685d2d-e5f2-4a53-b4a5-adbf812be18f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11737 | 2024.05.13 20:53:34.690996 [ 3 ] {08685d2d-e5f2-4a53-b4a5-adbf812be18f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11738 | 2024.05.13 20:53:34.691395 [ 3 ] {08685d2d-e5f2-4a53-b4a5-adbf812be18f} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11739 | 2024.05.13 20:53:34.691432 [ 3 ] {08685d2d-e5f2-4a53-b4a5-adbf812be18f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
11740 | 2024.05.13 20:53:34.691848 [ 3 ] {08685d2d-e5f2-4a53-b4a5-adbf812be18f} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
11741 | 2024.05.13 20:53:34.692193 [ 3 ] {08685d2d-e5f2-4a53-b4a5-adbf812be18f} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11742 | 2024.05.13 20:53:34.692339 [ 3 ] {08685d2d-e5f2-4a53-b4a5-adbf812be18f} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001611 sec., 100558.6592178771 rows/sec., 7.00 MiB/sec. | ||
11743 | 2024.05.13 20:53:34.692495 [ 3 ] {08685d2d-e5f2-4a53-b4a5-adbf812be18f} <Debug> DynamicQueryHandler: Done processing query | ||
11744 | 2024.05.13 20:53:34.692517 [ 3 ] {08685d2d-e5f2-4a53-b4a5-adbf812be18f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11745 | 2024.05.13 20:53:34.692532 [ 3 ] {} <Debug> HTTP-Session: 912f522a-976d-470b-bad1-e9eb8e566c7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11746 | 2024.05.13 20:53:34.692660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11747 | 2024.05.13 20:53:34.692707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11748 | 2024.05.13 20:53:34.692724 [ 3 ] {} <Debug> HTTP-Session: 209b9edf-15dd-4b52-b403-fa8edfcec1e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11749 | 2024.05.13 20:53:34.692741 [ 3 ] {} <Debug> HTTP-Session: 209b9edf-15dd-4b52-b403-fa8edfcec1e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11750 | 2024.05.13 20:53:34.692754 [ 3 ] {} <Debug> HTTP-Session: 209b9edf-15dd-4b52-b403-fa8edfcec1e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11751 | 2024.05.13 20:53:34.692784 [ 3 ] {} <Trace> HTTP-Session: 209b9edf-15dd-4b52-b403-fa8edfcec1e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11752 | 2024.05.13 20:53:34.692968 [ 3 ] {45d47dcb-9fbb-4f87-a4d2-0c4c7ce168fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11753 | 2024.05.13 20:53:34.693015 [ 3 ] {45d47dcb-9fbb-4f87-a4d2-0c4c7ce168fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11754 | 2024.05.13 20:53:34.693170 [ 3 ] {45d47dcb-9fbb-4f87-a4d2-0c4c7ce168fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11755 | 2024.05.13 20:53:34.693588 [ 3 ] {45d47dcb-9fbb-4f87-a4d2-0c4c7ce168fb} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11756 | 2024.05.13 20:53:34.693627 [ 3 ] {45d47dcb-9fbb-4f87-a4d2-0c4c7ce168fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
11757 | 2024.05.13 20:53:34.694020 [ 3 ] {45d47dcb-9fbb-4f87-a4d2-0c4c7ce168fb} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
11758 | 2024.05.13 20:53:34.694380 [ 3 ] {45d47dcb-9fbb-4f87-a4d2-0c4c7ce168fb} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11759 | 2024.05.13 20:53:34.694885 [ 3 ] {45d47dcb-9fbb-4f87-a4d2-0c4c7ce168fb} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.002021 sec., 10390.895596239487 rows/sec., 14.02 MiB/sec. | ||
11760 | 2024.05.13 20:53:34.695054 [ 3 ] {45d47dcb-9fbb-4f87-a4d2-0c4c7ce168fb} <Debug> DynamicQueryHandler: Done processing query | ||
11761 | 2024.05.13 20:53:34.695078 [ 3 ] {45d47dcb-9fbb-4f87-a4d2-0c4c7ce168fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
11762 | 2024.05.13 20:53:34.695093 [ 3 ] {} <Debug> HTTP-Session: 209b9edf-15dd-4b52-b403-fa8edfcec1e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11763 | 2024.05.13 20:53:34.695212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11764 | 2024.05.13 20:53:34.695259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11765 | 2024.05.13 20:53:34.695278 [ 3 ] {} <Debug> HTTP-Session: ecb2d655-1c68-4695-b7a1-0b3bb7f4c6a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11766 | 2024.05.13 20:53:34.695293 [ 3 ] {} <Debug> HTTP-Session: ecb2d655-1c68-4695-b7a1-0b3bb7f4c6a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11767 | 2024.05.13 20:53:34.695306 [ 3 ] {} <Debug> HTTP-Session: ecb2d655-1c68-4695-b7a1-0b3bb7f4c6a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11768 | 2024.05.13 20:53:34.695336 [ 3 ] {} <Trace> HTTP-Session: ecb2d655-1c68-4695-b7a1-0b3bb7f4c6a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11769 | 2024.05.13 20:53:34.695464 [ 3 ] {0535ba6a-85d8-4b87-8cb0-8047e162a5fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11770 | 2024.05.13 20:53:34.695507 [ 3 ] {0535ba6a-85d8-4b87-8cb0-8047e162a5fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11771 | 2024.05.13 20:53:34.695630 [ 3 ] {0535ba6a-85d8-4b87-8cb0-8047e162a5fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11772 | 2024.05.13 20:53:34.695915 [ 3 ] {0535ba6a-85d8-4b87-8cb0-8047e162a5fc} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11773 | 2024.05.13 20:53:34.695949 [ 3 ] {0535ba6a-85d8-4b87-8cb0-8047e162a5fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
11774 | 2024.05.13 20:53:34.696299 [ 3 ] {0535ba6a-85d8-4b87-8cb0-8047e162a5fc} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
11775 | 2024.05.13 20:53:34.696609 [ 3 ] {0535ba6a-85d8-4b87-8cb0-8047e162a5fc} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11776 | 2024.05.13 20:53:34.696744 [ 3 ] {0535ba6a-85d8-4b87-8cb0-8047e162a5fc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001336 sec., 44910.17964071856 rows/sec., 3.03 MiB/sec. | ||
11777 | 2024.05.13 20:53:34.696894 [ 3 ] {0535ba6a-85d8-4b87-8cb0-8047e162a5fc} <Debug> DynamicQueryHandler: Done processing query | ||
11778 | 2024.05.13 20:53:34.696917 [ 3 ] {0535ba6a-85d8-4b87-8cb0-8047e162a5fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11779 | 2024.05.13 20:53:34.696932 [ 3 ] {} <Debug> HTTP-Session: ecb2d655-1c68-4695-b7a1-0b3bb7f4c6a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11780 | 2024.05.13 20:53:39.675753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 2775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11781 | 2024.05.13 20:53:39.675883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11782 | 2024.05.13 20:53:39.675910 [ 3 ] {} <Debug> HTTP-Session: 83a8d0be-ec01-41fe-b2a4-4d09f48dd985 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11783 | 2024.05.13 20:53:39.675939 [ 3 ] {} <Debug> HTTP-Session: 83a8d0be-ec01-41fe-b2a4-4d09f48dd985 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11784 | 2024.05.13 20:53:39.675956 [ 3 ] {} <Debug> HTTP-Session: 83a8d0be-ec01-41fe-b2a4-4d09f48dd985 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11785 | 2024.05.13 20:53:39.676009 [ 3 ] {} <Trace> HTTP-Session: 83a8d0be-ec01-41fe-b2a4-4d09f48dd985 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11786 | 2024.05.13 20:53:39.676204 [ 3 ] {548835b3-1557-43a6-a8cc-a45204447dc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11787 | 2024.05.13 20:53:39.676276 [ 3 ] {548835b3-1557-43a6-a8cc-a45204447dc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11788 | 2024.05.13 20:53:39.676469 [ 3 ] {548835b3-1557-43a6-a8cc-a45204447dc7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11789 | 2024.05.13 20:53:39.676867 [ 3 ] {548835b3-1557-43a6-a8cc-a45204447dc7} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11790 | 2024.05.13 20:53:39.676905 [ 3 ] {548835b3-1557-43a6-a8cc-a45204447dc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.61 GiB. | ||
11791 | 2024.05.13 20:53:39.677268 [ 3 ] {548835b3-1557-43a6-a8cc-a45204447dc7} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
11792 | 2024.05.13 20:53:39.677601 [ 3 ] {548835b3-1557-43a6-a8cc-a45204447dc7} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11793 | 2024.05.13 20:53:39.677740 [ 3 ] {548835b3-1557-43a6-a8cc-a45204447dc7} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001601 sec., 11867.582760774516 rows/sec., 961.92 KiB/sec. | ||
11794 | 2024.05.13 20:53:39.677965 [ 3 ] {548835b3-1557-43a6-a8cc-a45204447dc7} <Debug> DynamicQueryHandler: Done processing query | ||
11795 | 2024.05.13 20:53:39.678003 [ 3 ] {548835b3-1557-43a6-a8cc-a45204447dc7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11796 | 2024.05.13 20:53:39.678037 [ 3 ] {} <Debug> HTTP-Session: 83a8d0be-ec01-41fe-b2a4-4d09f48dd985 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11797 | 2024.05.13 20:53:39.678230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 16420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11798 | 2024.05.13 20:53:39.678278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11799 | 2024.05.13 20:53:39.678298 [ 3 ] {} <Debug> HTTP-Session: 3ac0e21b-b453-4b27-b3a5-61debeb8ce2c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11800 | 2024.05.13 20:53:39.678315 [ 3 ] {} <Debug> HTTP-Session: 3ac0e21b-b453-4b27-b3a5-61debeb8ce2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11801 | 2024.05.13 20:53:39.678329 [ 3 ] {} <Debug> HTTP-Session: 3ac0e21b-b453-4b27-b3a5-61debeb8ce2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11802 | 2024.05.13 20:53:39.678360 [ 3 ] {} <Trace> HTTP-Session: 3ac0e21b-b453-4b27-b3a5-61debeb8ce2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11803 | 2024.05.13 20:53:39.678488 [ 3 ] {9fee905c-d515-4506-b677-a83f3e5d24b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11804 | 2024.05.13 20:53:39.678534 [ 3 ] {9fee905c-d515-4506-b677-a83f3e5d24b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11805 | 2024.05.13 20:53:39.678659 [ 3 ] {9fee905c-d515-4506-b677-a83f3e5d24b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11806 | 2024.05.13 20:53:39.679018 [ 3 ] {9fee905c-d515-4506-b677-a83f3e5d24b3} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11807 | 2024.05.13 20:53:39.679053 [ 3 ] {9fee905c-d515-4506-b677-a83f3e5d24b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.61 GiB. | ||
11808 | 2024.05.13 20:53:39.679370 [ 3 ] {9fee905c-d515-4506-b677-a83f3e5d24b3} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
11809 | 2024.05.13 20:53:39.679685 [ 3 ] {9fee905c-d515-4506-b677-a83f3e5d24b3} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11810 | 2024.05.13 20:53:39.679811 [ 3 ] {9fee905c-d515-4506-b677-a83f3e5d24b3} <Debug> executeQuery: Read 113 rows, 9.54 KiB in 0.001374 sec., 82241.63027656477 rows/sec., 6.78 MiB/sec. | ||
11811 | 2024.05.13 20:53:39.679958 [ 3 ] {9fee905c-d515-4506-b677-a83f3e5d24b3} <Debug> DynamicQueryHandler: Done processing query | ||
11812 | 2024.05.13 20:53:39.679982 [ 3 ] {9fee905c-d515-4506-b677-a83f3e5d24b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11813 | 2024.05.13 20:53:39.679998 [ 3 ] {} <Debug> HTTP-Session: 3ac0e21b-b453-4b27-b3a5-61debeb8ce2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11814 | 2024.05.13 20:53:39.680128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 15153, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11815 | 2024.05.13 20:53:39.680175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11816 | 2024.05.13 20:53:39.680193 [ 3 ] {} <Debug> HTTP-Session: 584ad9da-9446-4bdc-8ec3-973c00e8c36c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11817 | 2024.05.13 20:53:39.680209 [ 3 ] {} <Debug> HTTP-Session: 584ad9da-9446-4bdc-8ec3-973c00e8c36c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11818 | 2024.05.13 20:53:39.680223 [ 3 ] {} <Debug> HTTP-Session: 584ad9da-9446-4bdc-8ec3-973c00e8c36c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11819 | 2024.05.13 20:53:39.680253 [ 3 ] {} <Trace> HTTP-Session: 584ad9da-9446-4bdc-8ec3-973c00e8c36c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11820 | 2024.05.13 20:53:39.680373 [ 3 ] {eab4210e-fff7-49b7-8ecc-9ca6256012ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11821 | 2024.05.13 20:53:39.680415 [ 3 ] {eab4210e-fff7-49b7-8ecc-9ca6256012ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11822 | 2024.05.13 20:53:39.680537 [ 3 ] {eab4210e-fff7-49b7-8ecc-9ca6256012ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11823 | 2024.05.13 20:53:39.680869 [ 3 ] {eab4210e-fff7-49b7-8ecc-9ca6256012ec} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11824 | 2024.05.13 20:53:39.680905 [ 3 ] {eab4210e-fff7-49b7-8ecc-9ca6256012ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.61 GiB. | ||
11825 | 2024.05.13 20:53:39.681210 [ 3 ] {eab4210e-fff7-49b7-8ecc-9ca6256012ec} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
11826 | 2024.05.13 20:53:39.681508 [ 3 ] {eab4210e-fff7-49b7-8ecc-9ca6256012ec} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11827 | 2024.05.13 20:53:39.681633 [ 3 ] {eab4210e-fff7-49b7-8ecc-9ca6256012ec} <Debug> executeQuery: Read 89 rows, 7.15 KiB in 0.001309 sec., 67990.83269671505 rows/sec., 5.33 MiB/sec. | ||
11828 | 2024.05.13 20:53:39.681788 [ 3 ] {eab4210e-fff7-49b7-8ecc-9ca6256012ec} <Debug> DynamicQueryHandler: Done processing query | ||
11829 | 2024.05.13 20:53:39.681813 [ 3 ] {eab4210e-fff7-49b7-8ecc-9ca6256012ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11830 | 2024.05.13 20:53:39.681830 [ 3 ] {} <Debug> HTTP-Session: 584ad9da-9446-4bdc-8ec3-973c00e8c36c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11831 | 2024.05.13 20:53:39.681978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11832 | 2024.05.13 20:53:39.682026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11833 | 2024.05.13 20:53:39.682045 [ 3 ] {} <Debug> HTTP-Session: 23d2b589-27fd-4b43-a11c-890b6d32a12f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11834 | 2024.05.13 20:53:39.682061 [ 3 ] {} <Debug> HTTP-Session: 23d2b589-27fd-4b43-a11c-890b6d32a12f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11835 | 2024.05.13 20:53:39.682075 [ 3 ] {} <Debug> HTTP-Session: 23d2b589-27fd-4b43-a11c-890b6d32a12f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11836 | 2024.05.13 20:53:39.682106 [ 3 ] {} <Trace> HTTP-Session: 23d2b589-27fd-4b43-a11c-890b6d32a12f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11837 | 2024.05.13 20:53:39.682249 [ 3 ] {8ba1339c-b5ca-456e-933f-0140ecc197fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11838 | 2024.05.13 20:53:39.682295 [ 3 ] {8ba1339c-b5ca-456e-933f-0140ecc197fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11839 | 2024.05.13 20:53:39.682436 [ 3 ] {8ba1339c-b5ca-456e-933f-0140ecc197fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11840 | 2024.05.13 20:53:39.682869 [ 3 ] {8ba1339c-b5ca-456e-933f-0140ecc197fb} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11841 | 2024.05.13 20:53:39.682904 [ 3 ] {8ba1339c-b5ca-456e-933f-0140ecc197fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.61 GiB. | ||
11842 | 2024.05.13 20:53:39.683296 [ 3 ] {8ba1339c-b5ca-456e-933f-0140ecc197fb} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
11843 | 2024.05.13 20:53:39.683629 [ 3 ] {8ba1339c-b5ca-456e-933f-0140ecc197fb} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11844 | 2024.05.13 20:53:39.683764 [ 3 ] {8ba1339c-b5ca-456e-933f-0140ecc197fb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001587 sec., 100819.15563957152 rows/sec., 7.02 MiB/sec. | ||
11845 | 2024.05.13 20:53:39.683993 [ 3 ] {8ba1339c-b5ca-456e-933f-0140ecc197fb} <Debug> DynamicQueryHandler: Done processing query | ||
11846 | 2024.05.13 20:53:39.684041 [ 3 ] {8ba1339c-b5ca-456e-933f-0140ecc197fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11847 | 2024.05.13 20:53:39.684098 [ 3 ] {} <Debug> HTTP-Session: 23d2b589-27fd-4b43-a11c-890b6d32a12f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11848 | 2024.05.13 20:53:39.684318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 20374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11849 | 2024.05.13 20:53:39.684370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11850 | 2024.05.13 20:53:39.684388 [ 3 ] {} <Debug> HTTP-Session: ad6eaab6-cc03-49b7-919c-3ecb55b26adc Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11851 | 2024.05.13 20:53:39.684405 [ 3 ] {} <Debug> HTTP-Session: ad6eaab6-cc03-49b7-919c-3ecb55b26adc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11852 | 2024.05.13 20:53:39.684419 [ 3 ] {} <Debug> HTTP-Session: ad6eaab6-cc03-49b7-919c-3ecb55b26adc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11853 | 2024.05.13 20:53:39.684451 [ 3 ] {} <Trace> HTTP-Session: ad6eaab6-cc03-49b7-919c-3ecb55b26adc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11854 | 2024.05.13 20:53:39.684648 [ 3 ] {c1a2cb2b-6748-4023-b378-3809942046a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11855 | 2024.05.13 20:53:39.684697 [ 3 ] {c1a2cb2b-6748-4023-b378-3809942046a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11856 | 2024.05.13 20:53:39.684867 [ 3 ] {c1a2cb2b-6748-4023-b378-3809942046a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11857 | 2024.05.13 20:53:39.685311 [ 3 ] {c1a2cb2b-6748-4023-b378-3809942046a7} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11858 | 2024.05.13 20:53:39.685346 [ 3 ] {c1a2cb2b-6748-4023-b378-3809942046a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.61 GiB. | ||
11859 | 2024.05.13 20:53:39.685744 [ 3 ] {c1a2cb2b-6748-4023-b378-3809942046a7} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
11860 | 2024.05.13 20:53:39.686082 [ 3 ] {c1a2cb2b-6748-4023-b378-3809942046a7} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11861 | 2024.05.13 20:53:39.686238 [ 3 ] {c1a2cb2b-6748-4023-b378-3809942046a7} <Debug> executeQuery: Read 19 rows, 26.25 KiB in 0.001701 sec., 11169.900058788948 rows/sec., 15.07 MiB/sec. | ||
11862 | 2024.05.13 20:53:39.686412 [ 3 ] {c1a2cb2b-6748-4023-b378-3809942046a7} <Debug> DynamicQueryHandler: Done processing query | ||
11863 | 2024.05.13 20:53:39.686435 [ 3 ] {c1a2cb2b-6748-4023-b378-3809942046a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
11864 | 2024.05.13 20:53:39.686451 [ 3 ] {} <Debug> HTTP-Session: ad6eaab6-cc03-49b7-919c-3ecb55b26adc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11865 | 2024.05.13 20:53:39.686564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 1546, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11866 | 2024.05.13 20:53:39.686610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11867 | 2024.05.13 20:53:39.686628 [ 3 ] {} <Debug> HTTP-Session: 54146603-17b1-44b1-8b23-d734585399a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11868 | 2024.05.13 20:53:39.686646 [ 3 ] {} <Debug> HTTP-Session: 54146603-17b1-44b1-8b23-d734585399a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11869 | 2024.05.13 20:53:39.686659 [ 3 ] {} <Debug> HTTP-Session: 54146603-17b1-44b1-8b23-d734585399a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11870 | 2024.05.13 20:53:39.686688 [ 3 ] {} <Trace> HTTP-Session: 54146603-17b1-44b1-8b23-d734585399a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11871 | 2024.05.13 20:53:39.686786 [ 3 ] {252001e4-5f51-4b64-b7b2-d7d98f146f1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11872 | 2024.05.13 20:53:39.686831 [ 3 ] {252001e4-5f51-4b64-b7b2-d7d98f146f1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11873 | 2024.05.13 20:53:39.686955 [ 3 ] {252001e4-5f51-4b64-b7b2-d7d98f146f1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11874 | 2024.05.13 20:53:39.687216 [ 3 ] {252001e4-5f51-4b64-b7b2-d7d98f146f1b} <Trace> oximeter.measurements_i64 (53b40716-82f1-495e-97d6-cbf4e1ab1de8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11875 | 2024.05.13 20:53:39.687252 [ 3 ] {252001e4-5f51-4b64-b7b2-d7d98f146f1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.61 GiB. | ||
11876 | 2024.05.13 20:53:39.687608 [ 3 ] {252001e4-5f51-4b64-b7b2-d7d98f146f1b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
11877 | 2024.05.13 20:53:39.687928 [ 3 ] {252001e4-5f51-4b64-b7b2-d7d98f146f1b} <Trace> oximeter.measurements_i64 (53b40716-82f1-495e-97d6-cbf4e1ab1de8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11878 | 2024.05.13 20:53:39.688079 [ 3 ] {252001e4-5f51-4b64-b7b2-d7d98f146f1b} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.001315 sec., 6844.106463878327 rows/sec., 526.53 KiB/sec. | ||
11879 | 2024.05.13 20:53:39.688287 [ 3 ] {252001e4-5f51-4b64-b7b2-d7d98f146f1b} <Debug> DynamicQueryHandler: Done processing query | ||
11880 | 2024.05.13 20:53:39.688311 [ 3 ] {252001e4-5f51-4b64-b7b2-d7d98f146f1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11881 | 2024.05.13 20:53:39.688326 [ 3 ] {} <Debug> HTTP-Session: 54146603-17b1-44b1-8b23-d734585399a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11882 | 2024.05.13 20:53:39.688441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11883 | 2024.05.13 20:53:39.688487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11884 | 2024.05.13 20:53:39.688506 [ 3 ] {} <Debug> HTTP-Session: 0eb77bb5-483d-4397-acb5-14fde85108ba Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11885 | 2024.05.13 20:53:39.688524 [ 3 ] {} <Debug> HTTP-Session: 0eb77bb5-483d-4397-acb5-14fde85108ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11886 | 2024.05.13 20:53:39.688537 [ 3 ] {} <Debug> HTTP-Session: 0eb77bb5-483d-4397-acb5-14fde85108ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11887 | 2024.05.13 20:53:39.688567 [ 3 ] {} <Trace> HTTP-Session: 0eb77bb5-483d-4397-acb5-14fde85108ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11888 | 2024.05.13 20:53:39.688683 [ 3 ] {0a4a3ca8-2a23-4d2a-b4ba-9da560aa81fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11889 | 2024.05.13 20:53:39.688727 [ 3 ] {0a4a3ca8-2a23-4d2a-b4ba-9da560aa81fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11890 | 2024.05.13 20:53:39.688850 [ 3 ] {0a4a3ca8-2a23-4d2a-b4ba-9da560aa81fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11891 | 2024.05.13 20:53:39.689141 [ 3 ] {0a4a3ca8-2a23-4d2a-b4ba-9da560aa81fa} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11892 | 2024.05.13 20:53:39.689176 [ 3 ] {0a4a3ca8-2a23-4d2a-b4ba-9da560aa81fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.61 GiB. | ||
11893 | 2024.05.13 20:53:39.689614 [ 3 ] {0a4a3ca8-2a23-4d2a-b4ba-9da560aa81fa} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
11894 | 2024.05.13 20:53:39.689928 [ 3 ] {0a4a3ca8-2a23-4d2a-b4ba-9da560aa81fa} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11895 | 2024.05.13 20:53:39.690074 [ 3 ] {0a4a3ca8-2a23-4d2a-b4ba-9da560aa81fa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001429 sec., 41987.40377886634 rows/sec., 2.83 MiB/sec. | ||
11896 | 2024.05.13 20:53:39.690334 [ 3 ] {0a4a3ca8-2a23-4d2a-b4ba-9da560aa81fa} <Debug> DynamicQueryHandler: Done processing query | ||
11897 | 2024.05.13 20:53:39.690388 [ 3 ] {0a4a3ca8-2a23-4d2a-b4ba-9da560aa81fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11898 | 2024.05.13 20:53:39.690446 [ 3 ] {} <Debug> HTTP-Session: 0eb77bb5-483d-4397-acb5-14fde85108ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11899 | 2024.05.13 20:53:42.832798 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11900 | 2024.05.13 20:53:42.832872 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11901 | 2024.05.13 20:53:44.677397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11902 | 2024.05.13 20:53:44.677501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11903 | 2024.05.13 20:53:44.677525 [ 3 ] {} <Debug> HTTP-Session: 82e89fab-0228-46fc-9a14-aa56d2a86445 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11904 | 2024.05.13 20:53:44.677548 [ 3 ] {} <Debug> HTTP-Session: 82e89fab-0228-46fc-9a14-aa56d2a86445 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11905 | 2024.05.13 20:53:44.677562 [ 3 ] {} <Debug> HTTP-Session: 82e89fab-0228-46fc-9a14-aa56d2a86445 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11906 | 2024.05.13 20:53:44.677609 [ 3 ] {} <Trace> HTTP-Session: 82e89fab-0228-46fc-9a14-aa56d2a86445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11907 | 2024.05.13 20:53:44.677782 [ 3 ] {17bec743-ea07-4354-b6aa-a51b0014fc93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11908 | 2024.05.13 20:53:44.677846 [ 3 ] {17bec743-ea07-4354-b6aa-a51b0014fc93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11909 | 2024.05.13 20:53:44.678031 [ 3 ] {17bec743-ea07-4354-b6aa-a51b0014fc93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11910 | 2024.05.13 20:53:44.678465 [ 3 ] {17bec743-ea07-4354-b6aa-a51b0014fc93} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11911 | 2024.05.13 20:53:44.678505 [ 3 ] {17bec743-ea07-4354-b6aa-a51b0014fc93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.61 GiB. | ||
11912 | 2024.05.13 20:53:44.678868 [ 3 ] {17bec743-ea07-4354-b6aa-a51b0014fc93} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
11913 | 2024.05.13 20:53:44.679202 [ 3 ] {17bec743-ea07-4354-b6aa-a51b0014fc93} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11914 | 2024.05.13 20:53:44.679360 [ 3 ] {17bec743-ea07-4354-b6aa-a51b0014fc93} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001632 sec., 13480.392156862745 rows/sec., 1.07 MiB/sec. | ||
11915 | 2024.05.13 20:53:44.679432 [ 100 ] {} <Debug> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
11916 | 2024.05.13 20:53:44.679552 [ 100 ] {} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11917 | 2024.05.13 20:53:44.679589 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.61 GiB. | ||
11918 | 2024.05.13 20:53:44.679619 [ 3 ] {17bec743-ea07-4354-b6aa-a51b0014fc93} <Debug> DynamicQueryHandler: Done processing query | ||
11919 | 2024.05.13 20:53:44.679672 [ 3 ] {17bec743-ea07-4354-b6aa-a51b0014fc93} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11920 | 2024.05.13 20:53:44.679720 [ 3 ] {} <Debug> HTTP-Session: 82e89fab-0228-46fc-9a14-aa56d2a86445 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11921 | 2024.05.13 20:53:44.679827 [ 198 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
11922 | 2024.05.13 20:53:44.679929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11923 | 2024.05.13 20:53:44.680036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11924 | 2024.05.13 20:53:44.680092 [ 3 ] {} <Debug> HTTP-Session: d12cf3b9-3ec7-4624-b3f1-b01d30d01f2c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11925 | 2024.05.13 20:53:44.680108 [ 198 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11926 | 2024.05.13 20:53:44.680128 [ 3 ] {} <Debug> HTTP-Session: d12cf3b9-3ec7-4624-b3f1-b01d30d01f2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11927 | 2024.05.13 20:53:44.680163 [ 3 ] {} <Debug> HTTP-Session: d12cf3b9-3ec7-4624-b3f1-b01d30d01f2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11928 | 2024.05.13 20:53:44.680174 [ 198 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 31 rows starting from the beginning of the part | ||
11929 | 2024.05.13 20:53:44.680232 [ 3 ] {} <Trace> HTTP-Session: d12cf3b9-3ec7-4624-b3f1-b01d30d01f2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11930 | 2024.05.13 20:53:44.680413 [ 198 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
11931 | 2024.05.13 20:53:44.680517 [ 3 ] {d903028b-2b88-4eca-92c9-7962ae3d624f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11932 | 2024.05.13 20:53:44.680684 [ 3 ] {d903028b-2b88-4eca-92c9-7962ae3d624f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11933 | 2024.05.13 20:53:44.680709 [ 198 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 10 rows starting from the beginning of the part | ||
11934 | 2024.05.13 20:53:44.681026 [ 198 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
11935 | 2024.05.13 20:53:44.681376 [ 198 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 19 rows starting from the beginning of the part | ||
11936 | 2024.05.13 20:53:44.681621 [ 198 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 22 rows starting from the beginning of the part | ||
11937 | 2024.05.13 20:53:44.681686 [ 3 ] {d903028b-2b88-4eca-92c9-7962ae3d624f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11938 | 2024.05.13 20:53:44.682617 [ 3 ] {d903028b-2b88-4eca-92c9-7962ae3d624f} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11939 | 2024.05.13 20:53:44.682687 [ 3 ] {d903028b-2b88-4eca-92c9-7962ae3d624f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.60 GiB. | ||
11940 | 2024.05.13 20:53:44.683450 [ 3 ] {d903028b-2b88-4eca-92c9-7962ae3d624f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
11941 | 2024.05.13 20:53:44.684343 [ 3 ] {d903028b-2b88-4eca-92c9-7962ae3d624f} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11942 | 2024.05.13 20:53:44.684384 [ 188 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 124 rows, containing 4 columns (4 merged, 0 gathered) in 0.004709185 sec., 26331.520209972638 rows/sec., 2.08 MiB/sec. | ||
11943 | 2024.05.13 20:53:44.684636 [ 3 ] {d903028b-2b88-4eca-92c9-7962ae3d624f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004212 sec., 474.83380816714157 rows/sec., 38.72 KiB/sec. | ||
11944 | 2024.05.13 20:53:44.684670 [ 188 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
11945 | 2024.05.13 20:53:44.685211 [ 3 ] {d903028b-2b88-4eca-92c9-7962ae3d624f} <Debug> DynamicQueryHandler: Done processing query | ||
11946 | 2024.05.13 20:53:44.685303 [ 3 ] {d903028b-2b88-4eca-92c9-7962ae3d624f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11947 | 2024.05.13 20:53:44.685355 [ 3 ] {} <Debug> HTTP-Session: d12cf3b9-3ec7-4624-b3f1-b01d30d01f2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11948 | 2024.05.13 20:53:44.685562 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 22899, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11949 | 2024.05.13 20:53:44.685638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11950 | 2024.05.13 20:53:44.685664 [ 3 ] {} <Debug> HTTP-Session: 11b38b5f-a5c3-4c7b-932c-5b29dc500d9c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11951 | 2024.05.13 20:53:44.685698 [ 3 ] {} <Debug> HTTP-Session: 11b38b5f-a5c3-4c7b-932c-5b29dc500d9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11952 | 2024.05.13 20:53:44.685725 [ 3 ] {} <Debug> HTTP-Session: 11b38b5f-a5c3-4c7b-932c-5b29dc500d9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11953 | 2024.05.13 20:53:44.685787 [ 188 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_71_14} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11954 | 2024.05.13 20:53:44.685798 [ 3 ] {} <Trace> HTTP-Session: 11b38b5f-a5c3-4c7b-932c-5b29dc500d9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11955 | 2024.05.13 20:53:44.685969 [ 188 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_71_14} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
11956 | 2024.05.13 20:53:44.686039 [ 3 ] {bb2507a1-8e30-4203-a150-64016c48fca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11957 | 2024.05.13 20:53:44.686144 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11958 | 2024.05.13 20:53:44.686153 [ 3 ] {bb2507a1-8e30-4203-a150-64016c48fca4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11959 | 2024.05.13 20:53:44.686324 [ 3 ] {bb2507a1-8e30-4203-a150-64016c48fca4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11960 | 2024.05.13 20:53:44.686737 [ 3 ] {bb2507a1-8e30-4203-a150-64016c48fca4} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11961 | 2024.05.13 20:53:44.686776 [ 3 ] {bb2507a1-8e30-4203-a150-64016c48fca4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.61 GiB. | ||
11962 | 2024.05.13 20:53:44.687103 [ 3 ] {bb2507a1-8e30-4203-a150-64016c48fca4} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
11963 | 2024.05.13 20:53:44.687411 [ 3 ] {bb2507a1-8e30-4203-a150-64016c48fca4} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11964 | 2024.05.13 20:53:44.687563 [ 3 ] {bb2507a1-8e30-4203-a150-64016c48fca4} <Debug> executeQuery: Read 159 rows, 13.24 KiB in 0.001608 sec., 98880.59701492537 rows/sec., 8.04 MiB/sec. | ||
11965 | 2024.05.13 20:53:44.687737 [ 3 ] {bb2507a1-8e30-4203-a150-64016c48fca4} <Debug> DynamicQueryHandler: Done processing query | ||
11966 | 2024.05.13 20:53:44.687762 [ 3 ] {bb2507a1-8e30-4203-a150-64016c48fca4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11967 | 2024.05.13 20:53:44.687778 [ 3 ] {} <Debug> HTTP-Session: 11b38b5f-a5c3-4c7b-932c-5b29dc500d9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11968 | 2024.05.13 20:53:44.687900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11969 | 2024.05.13 20:53:44.687947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11970 | 2024.05.13 20:53:44.687967 [ 3 ] {} <Debug> HTTP-Session: 603d1df4-6ba9-4373-ba10-2b96dd910fee Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11971 | 2024.05.13 20:53:44.687983 [ 3 ] {} <Debug> HTTP-Session: 603d1df4-6ba9-4373-ba10-2b96dd910fee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11972 | 2024.05.13 20:53:44.687996 [ 3 ] {} <Debug> HTTP-Session: 603d1df4-6ba9-4373-ba10-2b96dd910fee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11973 | 2024.05.13 20:53:44.688028 [ 3 ] {} <Trace> HTTP-Session: 603d1df4-6ba9-4373-ba10-2b96dd910fee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11974 | 2024.05.13 20:53:44.688136 [ 3 ] {d7fdc7fa-b789-454e-b9b2-9d34031feb18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11975 | 2024.05.13 20:53:44.688179 [ 3 ] {d7fdc7fa-b789-454e-b9b2-9d34031feb18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11976 | 2024.05.13 20:53:44.688306 [ 3 ] {d7fdc7fa-b789-454e-b9b2-9d34031feb18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11977 | 2024.05.13 20:53:44.688584 [ 3 ] {d7fdc7fa-b789-454e-b9b2-9d34031feb18} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11978 | 2024.05.13 20:53:44.688622 [ 3 ] {d7fdc7fa-b789-454e-b9b2-9d34031feb18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.61 GiB. | ||
11979 | 2024.05.13 20:53:44.688936 [ 3 ] {d7fdc7fa-b789-454e-b9b2-9d34031feb18} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
11980 | 2024.05.13 20:53:44.689247 [ 3 ] {d7fdc7fa-b789-454e-b9b2-9d34031feb18} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11981 | 2024.05.13 20:53:44.689409 [ 3 ] {d7fdc7fa-b789-454e-b9b2-9d34031feb18} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001288 sec., 1552.7950310559006 rows/sec., 108.42 KiB/sec. | ||
11982 | 2024.05.13 20:53:44.689614 [ 3 ] {d7fdc7fa-b789-454e-b9b2-9d34031feb18} <Debug> DynamicQueryHandler: Done processing query | ||
11983 | 2024.05.13 20:53:44.689639 [ 3 ] {d7fdc7fa-b789-454e-b9b2-9d34031feb18} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11984 | 2024.05.13 20:53:44.689655 [ 3 ] {} <Debug> HTTP-Session: 603d1df4-6ba9-4373-ba10-2b96dd910fee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11985 | 2024.05.13 20:53:44.689784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 18996, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11986 | 2024.05.13 20:53:44.689832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11987 | 2024.05.13 20:53:44.689851 [ 3 ] {} <Debug> HTTP-Session: 4c8ca778-51b9-47ec-ae91-ebee65df817b Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
11988 | 2024.05.13 20:53:44.689867 [ 3 ] {} <Debug> HTTP-Session: 4c8ca778-51b9-47ec-ae91-ebee65df817b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11989 | 2024.05.13 20:53:44.689880 [ 3 ] {} <Debug> HTTP-Session: 4c8ca778-51b9-47ec-ae91-ebee65df817b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11990 | 2024.05.13 20:53:44.689911 [ 3 ] {} <Trace> HTTP-Session: 4c8ca778-51b9-47ec-ae91-ebee65df817b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11991 | 2024.05.13 20:53:44.690047 [ 3 ] {0cc09353-a07c-4b1c-a94a-0bbb1085e250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11992 | 2024.05.13 20:53:44.690089 [ 3 ] {0cc09353-a07c-4b1c-a94a-0bbb1085e250} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11993 | 2024.05.13 20:53:44.690217 [ 3 ] {0cc09353-a07c-4b1c-a94a-0bbb1085e250} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11994 | 2024.05.13 20:53:44.690635 [ 3 ] {0cc09353-a07c-4b1c-a94a-0bbb1085e250} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11995 | 2024.05.13 20:53:44.690686 [ 3 ] {0cc09353-a07c-4b1c-a94a-0bbb1085e250} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.61 GiB. | ||
11996 | 2024.05.13 20:53:44.691156 [ 3 ] {0cc09353-a07c-4b1c-a94a-0bbb1085e250} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
11997 | 2024.05.13 20:53:44.691638 [ 3 ] {0cc09353-a07c-4b1c-a94a-0bbb1085e250} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11998 | 2024.05.13 20:53:44.691839 [ 3 ] {0cc09353-a07c-4b1c-a94a-0bbb1085e250} <Debug> executeQuery: Read 112 rows, 8.94 KiB in 0.001846 sec., 60671.72264355363 rows/sec., 4.73 MiB/sec. | ||
11999 | 2024.05.13 20:53:44.692031 [ 3 ] {0cc09353-a07c-4b1c-a94a-0bbb1085e250} <Debug> DynamicQueryHandler: Done processing query | ||
12000 | 2024.05.13 20:53:44.692059 [ 3 ] {0cc09353-a07c-4b1c-a94a-0bbb1085e250} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12001 | 2024.05.13 20:53:44.692075 [ 3 ] {} <Debug> HTTP-Session: 4c8ca778-51b9-47ec-ae91-ebee65df817b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12002 | 2024.05.13 20:53:44.692251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 37784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12003 | 2024.05.13 20:53:44.692298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12004 | 2024.05.13 20:53:44.692318 [ 3 ] {} <Debug> HTTP-Session: f92ab3fc-a64f-4e95-85d8-a28d2fb09a87 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12005 | 2024.05.13 20:53:44.692333 [ 3 ] {} <Debug> HTTP-Session: f92ab3fc-a64f-4e95-85d8-a28d2fb09a87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12006 | 2024.05.13 20:53:44.692346 [ 3 ] {} <Debug> HTTP-Session: f92ab3fc-a64f-4e95-85d8-a28d2fb09a87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12007 | 2024.05.13 20:53:44.692376 [ 3 ] {} <Trace> HTTP-Session: f92ab3fc-a64f-4e95-85d8-a28d2fb09a87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12008 | 2024.05.13 20:53:44.692565 [ 3 ] {3d2c66bf-fd62-4971-947f-2f67ec6ef2d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12009 | 2024.05.13 20:53:44.692613 [ 3 ] {3d2c66bf-fd62-4971-947f-2f67ec6ef2d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12010 | 2024.05.13 20:53:44.692759 [ 3 ] {3d2c66bf-fd62-4971-947f-2f67ec6ef2d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12011 | 2024.05.13 20:53:44.693180 [ 3 ] {3d2c66bf-fd62-4971-947f-2f67ec6ef2d6} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12012 | 2024.05.13 20:53:44.693216 [ 3 ] {3d2c66bf-fd62-4971-947f-2f67ec6ef2d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.61 GiB. | ||
12013 | 2024.05.13 20:53:44.693641 [ 3 ] {3d2c66bf-fd62-4971-947f-2f67ec6ef2d6} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
12014 | 2024.05.13 20:53:44.694024 [ 3 ] {3d2c66bf-fd62-4971-947f-2f67ec6ef2d6} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12015 | 2024.05.13 20:53:44.694171 [ 3 ] {3d2c66bf-fd62-4971-947f-2f67ec6ef2d6} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001703 sec., 115678.21491485613 rows/sec., 8.08 MiB/sec. | ||
12016 | 2024.05.13 20:53:44.694388 [ 3 ] {3d2c66bf-fd62-4971-947f-2f67ec6ef2d6} <Debug> DynamicQueryHandler: Done processing query | ||
12017 | 2024.05.13 20:53:44.694433 [ 3 ] {3d2c66bf-fd62-4971-947f-2f67ec6ef2d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
12018 | 2024.05.13 20:53:44.694467 [ 3 ] {} <Debug> HTTP-Session: f92ab3fc-a64f-4e95-85d8-a28d2fb09a87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12019 | 2024.05.13 20:53:44.694660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 23572, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12020 | 2024.05.13 20:53:44.694713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12021 | 2024.05.13 20:53:44.694734 [ 3 ] {} <Debug> HTTP-Session: 02331f96-29bb-4a3c-82bb-c7d09e727015 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12022 | 2024.05.13 20:53:44.694753 [ 3 ] {} <Debug> HTTP-Session: 02331f96-29bb-4a3c-82bb-c7d09e727015 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12023 | 2024.05.13 20:53:44.694768 [ 3 ] {} <Debug> HTTP-Session: 02331f96-29bb-4a3c-82bb-c7d09e727015 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12024 | 2024.05.13 20:53:44.694802 [ 3 ] {} <Trace> HTTP-Session: 02331f96-29bb-4a3c-82bb-c7d09e727015 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12025 | 2024.05.13 20:53:44.695050 [ 3 ] {705becc2-4b6f-42f0-8341-f77c3acf98c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12026 | 2024.05.13 20:53:44.695098 [ 3 ] {705becc2-4b6f-42f0-8341-f77c3acf98c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12027 | 2024.05.13 20:53:44.695260 [ 3 ] {705becc2-4b6f-42f0-8341-f77c3acf98c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12028 | 2024.05.13 20:53:44.695664 [ 3 ] {705becc2-4b6f-42f0-8341-f77c3acf98c3} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12029 | 2024.05.13 20:53:44.695699 [ 3 ] {705becc2-4b6f-42f0-8341-f77c3acf98c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.61 GiB. | ||
12030 | 2024.05.13 20:53:44.696114 [ 3 ] {705becc2-4b6f-42f0-8341-f77c3acf98c3} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12031 | 2024.05.13 20:53:44.696473 [ 3 ] {705becc2-4b6f-42f0-8341-f77c3acf98c3} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12032 | 2024.05.13 20:53:44.696624 [ 3 ] {705becc2-4b6f-42f0-8341-f77c3acf98c3} <Debug> executeQuery: Read 22 rows, 30.40 KiB in 0.001743 sec., 12621.916236374067 rows/sec., 17.03 MiB/sec. | ||
12033 | 2024.05.13 20:53:44.696637 [ 98 ] {} <Debug> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12034 | 2024.05.13 20:53:44.696719 [ 98 ] {} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12035 | 2024.05.13 20:53:44.696772 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.61 GiB. | ||
12036 | 2024.05.13 20:53:44.696908 [ 3 ] {705becc2-4b6f-42f0-8341-f77c3acf98c3} <Debug> DynamicQueryHandler: Done processing query | ||
12037 | 2024.05.13 20:53:44.696918 [ 198 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
12038 | 2024.05.13 20:53:44.696952 [ 3 ] {705becc2-4b6f-42f0-8341-f77c3acf98c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
12039 | 2024.05.13 20:53:44.696985 [ 3 ] {} <Debug> HTTP-Session: 02331f96-29bb-4a3c-82bb-c7d09e727015 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12040 | 2024.05.13 20:53:44.697111 [ 198 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12041 | 2024.05.13 20:53:44.697185 [ 198 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1021 rows starting from the beginning of the part | ||
12042 | 2024.05.13 20:53:44.697188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12043 | 2024.05.13 20:53:44.697317 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12044 | 2024.05.13 20:53:44.697419 [ 3 ] {} <Debug> HTTP-Session: 19d8413d-b043-4041-a335-7660f60a1a37 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12045 | 2024.05.13 20:53:44.697431 [ 198 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
12046 | 2024.05.13 20:53:44.697473 [ 3 ] {} <Debug> HTTP-Session: 19d8413d-b043-4041-a335-7660f60a1a37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12047 | 2024.05.13 20:53:44.697533 [ 3 ] {} <Debug> HTTP-Session: 19d8413d-b043-4041-a335-7660f60a1a37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12048 | 2024.05.13 20:53:44.697713 [ 3 ] {} <Trace> HTTP-Session: 19d8413d-b043-4041-a335-7660f60a1a37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12049 | 2024.05.13 20:53:44.697765 [ 198 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 10 rows starting from the beginning of the part | ||
12050 | 2024.05.13 20:53:44.698104 [ 198 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
12051 | 2024.05.13 20:53:44.698184 [ 3 ] {cd250d17-0c28-4c6f-8c6d-1f174b4b04d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12052 | 2024.05.13 20:53:44.698350 [ 198 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 19 rows starting from the beginning of the part | ||
12053 | 2024.05.13 20:53:44.698384 [ 3 ] {cd250d17-0c28-4c6f-8c6d-1f174b4b04d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12054 | 2024.05.13 20:53:44.698649 [ 198 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 22 rows starting from the beginning of the part | ||
12055 | 2024.05.13 20:53:44.699451 [ 3 ] {cd250d17-0c28-4c6f-8c6d-1f174b4b04d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12056 | 2024.05.13 20:53:44.700098 [ 3 ] {cd250d17-0c28-4c6f-8c6d-1f174b4b04d1} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12057 | 2024.05.13 20:53:44.700138 [ 3 ] {cd250d17-0c28-4c6f-8c6d-1f174b4b04d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.60 GiB. | ||
12058 | 2024.05.13 20:53:44.700764 [ 3 ] {cd250d17-0c28-4c6f-8c6d-1f174b4b04d1} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
12059 | 2024.05.13 20:53:44.701691 [ 3 ] {cd250d17-0c28-4c6f-8c6d-1f174b4b04d1} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12060 | 2024.05.13 20:53:44.702018 [ 3 ] {cd250d17-0c28-4c6f-8c6d-1f174b4b04d1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00402 sec., 14925.373134328358 rows/sec., 1.01 MiB/sec. | ||
12061 | 2024.05.13 20:53:44.702276 [ 3 ] {cd250d17-0c28-4c6f-8c6d-1f174b4b04d1} <Debug> DynamicQueryHandler: Done processing query | ||
12062 | 2024.05.13 20:53:44.702302 [ 3 ] {cd250d17-0c28-4c6f-8c6d-1f174b4b04d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12063 | 2024.05.13 20:53:44.702320 [ 3 ] {} <Debug> HTTP-Session: 19d8413d-b043-4041-a335-7660f60a1a37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12064 | 2024.05.13 20:53:44.703063 [ 188 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1114 rows, containing 6 columns (6 merged, 0 gathered) in 0.006221279 sec., 179062.85829650142 rows/sec., 241.64 MiB/sec. | ||
12065 | 2024.05.13 20:53:44.703856 [ 188 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12066 | 2024.05.13 20:53:44.704312 [ 188 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12067 | 2024.05.13 20:53:44.704404 [ 188 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12068 | 2024.05.13 20:53:44.704508 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.67 MiB. | ||
12069 | 2024.05.13 20:53:49.677174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12070 | 2024.05.13 20:53:49.677304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12071 | 2024.05.13 20:53:49.677329 [ 3 ] {} <Debug> HTTP-Session: f96550a2-6230-4eb0-b6b7-7d5936a9c5f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12072 | 2024.05.13 20:53:49.677352 [ 3 ] {} <Debug> HTTP-Session: f96550a2-6230-4eb0-b6b7-7d5936a9c5f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12073 | 2024.05.13 20:53:49.677366 [ 3 ] {} <Debug> HTTP-Session: f96550a2-6230-4eb0-b6b7-7d5936a9c5f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12074 | 2024.05.13 20:53:49.677413 [ 3 ] {} <Trace> HTTP-Session: f96550a2-6230-4eb0-b6b7-7d5936a9c5f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12075 | 2024.05.13 20:53:49.677594 [ 3 ] {4a5112a2-e750-48b8-ab5e-7145d0191110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12076 | 2024.05.13 20:53:49.677661 [ 3 ] {4a5112a2-e750-48b8-ab5e-7145d0191110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12077 | 2024.05.13 20:53:49.677845 [ 3 ] {4a5112a2-e750-48b8-ab5e-7145d0191110} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12078 | 2024.05.13 20:53:49.678268 [ 3 ] {4a5112a2-e750-48b8-ab5e-7145d0191110} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12079 | 2024.05.13 20:53:49.678317 [ 3 ] {4a5112a2-e750-48b8-ab5e-7145d0191110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.60 GiB. | ||
12080 | 2024.05.13 20:53:49.678708 [ 3 ] {4a5112a2-e750-48b8-ab5e-7145d0191110} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
12081 | 2024.05.13 20:53:49.679064 [ 3 ] {4a5112a2-e750-48b8-ab5e-7145d0191110} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12082 | 2024.05.13 20:53:49.679213 [ 3 ] {4a5112a2-e750-48b8-ab5e-7145d0191110} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001677 sec., 13118.664281454978 rows/sec., 1.04 MiB/sec. | ||
12083 | 2024.05.13 20:53:49.679421 [ 3 ] {4a5112a2-e750-48b8-ab5e-7145d0191110} <Debug> DynamicQueryHandler: Done processing query | ||
12084 | 2024.05.13 20:53:49.679454 [ 3 ] {4a5112a2-e750-48b8-ab5e-7145d0191110} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12085 | 2024.05.13 20:53:49.679477 [ 3 ] {} <Debug> HTTP-Session: f96550a2-6230-4eb0-b6b7-7d5936a9c5f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12086 | 2024.05.13 20:53:49.679644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12087 | 2024.05.13 20:53:49.679698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12088 | 2024.05.13 20:53:49.679717 [ 3 ] {} <Debug> HTTP-Session: 39a0dcf7-4944-4cba-aab3-8aa38b1db89c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12089 | 2024.05.13 20:53:49.679736 [ 3 ] {} <Debug> HTTP-Session: 39a0dcf7-4944-4cba-aab3-8aa38b1db89c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12090 | 2024.05.13 20:53:49.679749 [ 3 ] {} <Debug> HTTP-Session: 39a0dcf7-4944-4cba-aab3-8aa38b1db89c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12091 | 2024.05.13 20:53:49.679784 [ 3 ] {} <Trace> HTTP-Session: 39a0dcf7-4944-4cba-aab3-8aa38b1db89c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12092 | 2024.05.13 20:53:49.679929 [ 3 ] {961b1671-b939-43e2-8608-6b97a3119319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12093 | 2024.05.13 20:53:49.679977 [ 3 ] {961b1671-b939-43e2-8608-6b97a3119319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12094 | 2024.05.13 20:53:49.680107 [ 3 ] {961b1671-b939-43e2-8608-6b97a3119319} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12095 | 2024.05.13 20:53:49.680512 [ 3 ] {961b1671-b939-43e2-8608-6b97a3119319} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12096 | 2024.05.13 20:53:49.680548 [ 3 ] {961b1671-b939-43e2-8608-6b97a3119319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.60 GiB. | ||
12097 | 2024.05.13 20:53:49.680874 [ 3 ] {961b1671-b939-43e2-8608-6b97a3119319} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
12098 | 2024.05.13 20:53:49.681203 [ 3 ] {961b1671-b939-43e2-8608-6b97a3119319} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12099 | 2024.05.13 20:53:49.681331 [ 3 ] {961b1671-b939-43e2-8608-6b97a3119319} <Debug> executeQuery: Read 122 rows, 10.37 KiB in 0.001464 sec., 83333.33333333333 rows/sec., 6.91 MiB/sec. | ||
12100 | 2024.05.13 20:53:49.681499 [ 3 ] {961b1671-b939-43e2-8608-6b97a3119319} <Debug> DynamicQueryHandler: Done processing query | ||
12101 | 2024.05.13 20:53:49.681525 [ 3 ] {961b1671-b939-43e2-8608-6b97a3119319} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12102 | 2024.05.13 20:53:49.681541 [ 3 ] {} <Debug> HTTP-Session: 39a0dcf7-4944-4cba-aab3-8aa38b1db89c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12103 | 2024.05.13 20:53:49.681705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 15602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12104 | 2024.05.13 20:53:49.681761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12105 | 2024.05.13 20:53:49.681782 [ 3 ] {} <Debug> HTTP-Session: 5c731f39-ec90-41fb-bc50-52ed40ec75d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12106 | 2024.05.13 20:53:49.681801 [ 3 ] {} <Debug> HTTP-Session: 5c731f39-ec90-41fb-bc50-52ed40ec75d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12107 | 2024.05.13 20:53:49.681816 [ 3 ] {} <Debug> HTTP-Session: 5c731f39-ec90-41fb-bc50-52ed40ec75d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12108 | 2024.05.13 20:53:49.681849 [ 3 ] {} <Trace> HTTP-Session: 5c731f39-ec90-41fb-bc50-52ed40ec75d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12109 | 2024.05.13 20:53:49.681983 [ 3 ] {70f0a8d4-6cb4-4a37-a555-3d911d7a9924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12110 | 2024.05.13 20:53:49.682027 [ 3 ] {70f0a8d4-6cb4-4a37-a555-3d911d7a9924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12111 | 2024.05.13 20:53:49.682155 [ 3 ] {70f0a8d4-6cb4-4a37-a555-3d911d7a9924} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12112 | 2024.05.13 20:53:49.682522 [ 3 ] {70f0a8d4-6cb4-4a37-a555-3d911d7a9924} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12113 | 2024.05.13 20:53:49.682558 [ 3 ] {70f0a8d4-6cb4-4a37-a555-3d911d7a9924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.60 GiB. | ||
12114 | 2024.05.13 20:53:49.682882 [ 3 ] {70f0a8d4-6cb4-4a37-a555-3d911d7a9924} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
12115 | 2024.05.13 20:53:49.683190 [ 3 ] {70f0a8d4-6cb4-4a37-a555-3d911d7a9924} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12116 | 2024.05.13 20:53:49.683317 [ 3 ] {70f0a8d4-6cb4-4a37-a555-3d911d7a9924} <Debug> executeQuery: Read 92 rows, 7.33 KiB in 0.001389 sec., 66234.70122390208 rows/sec., 5.15 MiB/sec. | ||
12117 | 2024.05.13 20:53:49.683470 [ 3 ] {70f0a8d4-6cb4-4a37-a555-3d911d7a9924} <Debug> DynamicQueryHandler: Done processing query | ||
12118 | 2024.05.13 20:53:49.683495 [ 3 ] {70f0a8d4-6cb4-4a37-a555-3d911d7a9924} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
12119 | 2024.05.13 20:53:49.683510 [ 3 ] {} <Debug> HTTP-Session: 5c731f39-ec90-41fb-bc50-52ed40ec75d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12120 | 2024.05.13 20:53:49.683671 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12121 | 2024.05.13 20:53:49.683720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12122 | 2024.05.13 20:53:49.683739 [ 3 ] {} <Debug> HTTP-Session: ff328720-238a-4c38-b5ff-2d52dd150e99 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12123 | 2024.05.13 20:53:49.683756 [ 3 ] {} <Debug> HTTP-Session: ff328720-238a-4c38-b5ff-2d52dd150e99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12124 | 2024.05.13 20:53:49.683769 [ 3 ] {} <Debug> HTTP-Session: ff328720-238a-4c38-b5ff-2d52dd150e99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12125 | 2024.05.13 20:53:49.683800 [ 3 ] {} <Trace> HTTP-Session: ff328720-238a-4c38-b5ff-2d52dd150e99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12126 | 2024.05.13 20:53:49.683943 [ 3 ] {725e7271-a4ec-4f13-a7f3-af4e6dc41cd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12127 | 2024.05.13 20:53:49.683989 [ 3 ] {725e7271-a4ec-4f13-a7f3-af4e6dc41cd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12128 | 2024.05.13 20:53:49.684132 [ 3 ] {725e7271-a4ec-4f13-a7f3-af4e6dc41cd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12129 | 2024.05.13 20:53:49.684516 [ 3 ] {725e7271-a4ec-4f13-a7f3-af4e6dc41cd8} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12130 | 2024.05.13 20:53:49.684556 [ 3 ] {725e7271-a4ec-4f13-a7f3-af4e6dc41cd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.60 GiB. | ||
12131 | 2024.05.13 20:53:49.684960 [ 3 ] {725e7271-a4ec-4f13-a7f3-af4e6dc41cd8} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
12132 | 2024.05.13 20:53:49.685307 [ 3 ] {725e7271-a4ec-4f13-a7f3-af4e6dc41cd8} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12133 | 2024.05.13 20:53:49.685434 [ 3 ] {725e7271-a4ec-4f13-a7f3-af4e6dc41cd8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001558 sec., 102695.76379974326 rows/sec., 7.15 MiB/sec. | ||
12134 | 2024.05.13 20:53:49.685664 [ 3 ] {725e7271-a4ec-4f13-a7f3-af4e6dc41cd8} <Debug> DynamicQueryHandler: Done processing query | ||
12135 | 2024.05.13 20:53:49.685706 [ 3 ] {725e7271-a4ec-4f13-a7f3-af4e6dc41cd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12136 | 2024.05.13 20:53:49.685777 [ 3 ] {} <Debug> HTTP-Session: ff328720-238a-4c38-b5ff-2d52dd150e99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12137 | 2024.05.13 20:53:49.685980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 23578, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12138 | 2024.05.13 20:53:49.686031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12139 | 2024.05.13 20:53:49.686050 [ 3 ] {} <Debug> HTTP-Session: 47227558-161f-462f-93af-3e27a4f878a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12140 | 2024.05.13 20:53:49.686068 [ 3 ] {} <Debug> HTTP-Session: 47227558-161f-462f-93af-3e27a4f878a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12141 | 2024.05.13 20:53:49.686082 [ 3 ] {} <Debug> HTTP-Session: 47227558-161f-462f-93af-3e27a4f878a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12142 | 2024.05.13 20:53:49.686114 [ 3 ] {} <Trace> HTTP-Session: 47227558-161f-462f-93af-3e27a4f878a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12143 | 2024.05.13 20:53:49.686324 [ 3 ] {9ca57488-964e-4231-b00e-f3c4f24f37f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12144 | 2024.05.13 20:53:49.686374 [ 3 ] {9ca57488-964e-4231-b00e-f3c4f24f37f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12145 | 2024.05.13 20:53:49.686549 [ 3 ] {9ca57488-964e-4231-b00e-f3c4f24f37f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12146 | 2024.05.13 20:53:49.687048 [ 3 ] {9ca57488-964e-4231-b00e-f3c4f24f37f8} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12147 | 2024.05.13 20:53:49.687082 [ 3 ] {9ca57488-964e-4231-b00e-f3c4f24f37f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.60 GiB. | ||
12148 | 2024.05.13 20:53:49.687488 [ 3 ] {9ca57488-964e-4231-b00e-f3c4f24f37f8} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
12149 | 2024.05.13 20:53:49.687831 [ 3 ] {9ca57488-964e-4231-b00e-f3c4f24f37f8} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12150 | 2024.05.13 20:53:49.687957 [ 3 ] {9ca57488-964e-4231-b00e-f3c4f24f37f8} <Debug> executeQuery: Read 22 rows, 30.40 KiB in 0.001761 sec., 12492.90176036343 rows/sec., 16.86 MiB/sec. | ||
12151 | 2024.05.13 20:53:49.688214 [ 3 ] {9ca57488-964e-4231-b00e-f3c4f24f37f8} <Debug> DynamicQueryHandler: Done processing query | ||
12152 | 2024.05.13 20:53:49.688257 [ 3 ] {9ca57488-964e-4231-b00e-f3c4f24f37f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
12153 | 2024.05.13 20:53:49.688316 [ 3 ] {} <Debug> HTTP-Session: 47227558-161f-462f-93af-3e27a4f878a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12154 | 2024.05.13 20:53:49.688542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 973, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12155 | 2024.05.13 20:53:49.688659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12156 | 2024.05.13 20:53:49.688707 [ 3 ] {} <Debug> HTTP-Session: 5bfff2f9-1dd8-48bf-951a-281f3bf091c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12157 | 2024.05.13 20:53:49.688747 [ 3 ] {} <Debug> HTTP-Session: 5bfff2f9-1dd8-48bf-951a-281f3bf091c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12158 | 2024.05.13 20:53:49.688769 [ 3 ] {} <Debug> HTTP-Session: 5bfff2f9-1dd8-48bf-951a-281f3bf091c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12159 | 2024.05.13 20:53:49.688810 [ 3 ] {} <Trace> HTTP-Session: 5bfff2f9-1dd8-48bf-951a-281f3bf091c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12160 | 2024.05.13 20:53:49.688914 [ 3 ] {446556cf-b4ae-437f-a37a-08fbff9ad0e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
12161 | 2024.05.13 20:53:49.688961 [ 3 ] {446556cf-b4ae-437f-a37a-08fbff9ad0e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
12162 | 2024.05.13 20:53:49.689114 [ 3 ] {446556cf-b4ae-437f-a37a-08fbff9ad0e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12163 | 2024.05.13 20:53:49.689403 [ 3 ] {446556cf-b4ae-437f-a37a-08fbff9ad0e6} <Trace> oximeter.measurements_i64 (53b40716-82f1-495e-97d6-cbf4e1ab1de8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12164 | 2024.05.13 20:53:49.689439 [ 3 ] {446556cf-b4ae-437f-a37a-08fbff9ad0e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.60 GiB. | ||
12165 | 2024.05.13 20:53:49.689792 [ 3 ] {446556cf-b4ae-437f-a37a-08fbff9ad0e6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
12166 | 2024.05.13 20:53:49.690119 [ 3 ] {446556cf-b4ae-437f-a37a-08fbff9ad0e6} <Trace> oximeter.measurements_i64 (53b40716-82f1-495e-97d6-cbf4e1ab1de8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12167 | 2024.05.13 20:53:49.690238 [ 3 ] {446556cf-b4ae-437f-a37a-08fbff9ad0e6} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001353 sec., 4434.589800443458 rows/sec., 292.32 KiB/sec. | ||
12168 | 2024.05.13 20:53:49.690503 [ 3 ] {446556cf-b4ae-437f-a37a-08fbff9ad0e6} <Debug> DynamicQueryHandler: Done processing query | ||
12169 | 2024.05.13 20:53:49.690528 [ 3 ] {446556cf-b4ae-437f-a37a-08fbff9ad0e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12170 | 2024.05.13 20:53:49.690544 [ 3 ] {} <Debug> HTTP-Session: 5bfff2f9-1dd8-48bf-951a-281f3bf091c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12171 | 2024.05.13 20:53:49.690666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12172 | 2024.05.13 20:53:49.690712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12173 | 2024.05.13 20:53:49.690731 [ 3 ] {} <Debug> HTTP-Session: 82052e3b-c010-45cf-b467-97f2e5cfdab1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12174 | 2024.05.13 20:53:49.690746 [ 3 ] {} <Debug> HTTP-Session: 82052e3b-c010-45cf-b467-97f2e5cfdab1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12175 | 2024.05.13 20:53:49.690760 [ 3 ] {} <Debug> HTTP-Session: 82052e3b-c010-45cf-b467-97f2e5cfdab1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12176 | 2024.05.13 20:53:49.690791 [ 3 ] {} <Trace> HTTP-Session: 82052e3b-c010-45cf-b467-97f2e5cfdab1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12177 | 2024.05.13 20:53:49.690907 [ 3 ] {a3199f03-6041-45e4-b2aa-1ea527f16a67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12178 | 2024.05.13 20:53:49.690953 [ 3 ] {a3199f03-6041-45e4-b2aa-1ea527f16a67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12179 | 2024.05.13 20:53:49.691101 [ 3 ] {a3199f03-6041-45e4-b2aa-1ea527f16a67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12180 | 2024.05.13 20:53:49.691431 [ 3 ] {a3199f03-6041-45e4-b2aa-1ea527f16a67} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12181 | 2024.05.13 20:53:49.691465 [ 3 ] {a3199f03-6041-45e4-b2aa-1ea527f16a67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.60 GiB. | ||
12182 | 2024.05.13 20:53:49.691820 [ 3 ] {a3199f03-6041-45e4-b2aa-1ea527f16a67} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
12183 | 2024.05.13 20:53:49.692141 [ 3 ] {a3199f03-6041-45e4-b2aa-1ea527f16a67} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12184 | 2024.05.13 20:53:49.692262 [ 3 ] {a3199f03-6041-45e4-b2aa-1ea527f16a67} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
12185 | 2024.05.13 20:53:49.692421 [ 3 ] {a3199f03-6041-45e4-b2aa-1ea527f16a67} <Debug> DynamicQueryHandler: Done processing query | ||
12186 | 2024.05.13 20:53:49.692445 [ 3 ] {a3199f03-6041-45e4-b2aa-1ea527f16a67} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12187 | 2024.05.13 20:53:49.692460 [ 3 ] {} <Debug> HTTP-Session: 82052e3b-c010-45cf-b467-97f2e5cfdab1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12188 | 2024.05.13 20:53:54.675501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12189 | 2024.05.13 20:53:54.675633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12190 | 2024.05.13 20:53:54.675660 [ 3 ] {} <Debug> HTTP-Session: cfe86c51-bb31-46d8-b6e6-7fd2c18cb9a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12191 | 2024.05.13 20:53:54.675686 [ 3 ] {} <Debug> HTTP-Session: cfe86c51-bb31-46d8-b6e6-7fd2c18cb9a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12192 | 2024.05.13 20:53:54.675701 [ 3 ] {} <Debug> HTTP-Session: cfe86c51-bb31-46d8-b6e6-7fd2c18cb9a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12193 | 2024.05.13 20:53:54.675753 [ 3 ] {} <Trace> HTTP-Session: cfe86c51-bb31-46d8-b6e6-7fd2c18cb9a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12194 | 2024.05.13 20:53:54.675970 [ 3 ] {3559a59c-96b5-42dd-99c7-20d7fb23c298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12195 | 2024.05.13 20:53:54.676042 [ 3 ] {3559a59c-96b5-42dd-99c7-20d7fb23c298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12196 | 2024.05.13 20:53:54.676240 [ 3 ] {3559a59c-96b5-42dd-99c7-20d7fb23c298} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12197 | 2024.05.13 20:53:54.676688 [ 3 ] {3559a59c-96b5-42dd-99c7-20d7fb23c298} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12198 | 2024.05.13 20:53:54.676736 [ 3 ] {3559a59c-96b5-42dd-99c7-20d7fb23c298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.60 GiB. | ||
12199 | 2024.05.13 20:53:54.677136 [ 3 ] {3559a59c-96b5-42dd-99c7-20d7fb23c298} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
12200 | 2024.05.13 20:53:54.677502 [ 3 ] {3559a59c-96b5-42dd-99c7-20d7fb23c298} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12201 | 2024.05.13 20:53:54.677669 [ 3 ] {3559a59c-96b5-42dd-99c7-20d7fb23c298} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.001764 sec., 13605.442176870749 rows/sec., 1.08 MiB/sec. | ||
12202 | 2024.05.13 20:53:54.677851 [ 3 ] {3559a59c-96b5-42dd-99c7-20d7fb23c298} <Debug> DynamicQueryHandler: Done processing query | ||
12203 | 2024.05.13 20:53:54.677877 [ 3 ] {3559a59c-96b5-42dd-99c7-20d7fb23c298} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12204 | 2024.05.13 20:53:54.677893 [ 3 ] {} <Debug> HTTP-Session: cfe86c51-bb31-46d8-b6e6-7fd2c18cb9a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12205 | 2024.05.13 20:53:54.678048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 18726, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12206 | 2024.05.13 20:53:54.678098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12207 | 2024.05.13 20:53:54.678118 [ 3 ] {} <Debug> HTTP-Session: 64c040f4-d9f0-4b93-b796-83eb524a1ea0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12208 | 2024.05.13 20:53:54.678134 [ 3 ] {} <Debug> HTTP-Session: 64c040f4-d9f0-4b93-b796-83eb524a1ea0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12209 | 2024.05.13 20:53:54.678148 [ 3 ] {} <Debug> HTTP-Session: 64c040f4-d9f0-4b93-b796-83eb524a1ea0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12210 | 2024.05.13 20:53:54.678182 [ 3 ] {} <Trace> HTTP-Session: 64c040f4-d9f0-4b93-b796-83eb524a1ea0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12211 | 2024.05.13 20:53:54.678318 [ 3 ] {1f97363e-3268-4cc9-a7c4-cfb06df646b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12212 | 2024.05.13 20:53:54.678362 [ 3 ] {1f97363e-3268-4cc9-a7c4-cfb06df646b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12213 | 2024.05.13 20:53:54.678503 [ 3 ] {1f97363e-3268-4cc9-a7c4-cfb06df646b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12214 | 2024.05.13 20:53:54.678920 [ 3 ] {1f97363e-3268-4cc9-a7c4-cfb06df646b0} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12215 | 2024.05.13 20:53:54.678960 [ 3 ] {1f97363e-3268-4cc9-a7c4-cfb06df646b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.60 GiB. | ||
12216 | 2024.05.13 20:53:54.679284 [ 3 ] {1f97363e-3268-4cc9-a7c4-cfb06df646b0} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
12217 | 2024.05.13 20:53:54.679647 [ 3 ] {1f97363e-3268-4cc9-a7c4-cfb06df646b0} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12218 | 2024.05.13 20:53:54.679793 [ 3 ] {1f97363e-3268-4cc9-a7c4-cfb06df646b0} <Debug> executeQuery: Read 128 rows, 10.93 KiB in 0.001528 sec., 83769.6335078534 rows/sec., 6.99 MiB/sec. | ||
12219 | 2024.05.13 20:53:54.679818 [ 92 ] {} <Debug> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
12220 | 2024.05.13 20:53:54.679926 [ 92 ] {} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12221 | 2024.05.13 20:53:54.679960 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.60 GiB. | ||
12222 | 2024.05.13 20:53:54.680043 [ 3 ] {1f97363e-3268-4cc9-a7c4-cfb06df646b0} <Debug> DynamicQueryHandler: Done processing query | ||
12223 | 2024.05.13 20:53:54.680107 [ 3 ] {1f97363e-3268-4cc9-a7c4-cfb06df646b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12224 | 2024.05.13 20:53:54.680152 [ 3 ] {} <Debug> HTTP-Session: 64c040f4-d9f0-4b93-b796-83eb524a1ea0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12225 | 2024.05.13 20:53:54.680166 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::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 | ||
12226 | 2024.05.13 20:53:54.680359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 14951, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12227 | 2024.05.13 20:53:54.680396 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12228 | 2024.05.13 20:53:54.680454 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 192 rows starting from the beginning of the part | ||
12229 | 2024.05.13 20:53:54.680468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12230 | 2024.05.13 20:53:54.680517 [ 3 ] {} <Debug> HTTP-Session: 5f277934-0e83-4806-a1c1-db8b88b81090 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12231 | 2024.05.13 20:53:54.680567 [ 3 ] {} <Debug> HTTP-Session: 5f277934-0e83-4806-a1c1-db8b88b81090 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12232 | 2024.05.13 20:53:54.680626 [ 3 ] {} <Debug> HTTP-Session: 5f277934-0e83-4806-a1c1-db8b88b81090 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12233 | 2024.05.13 20:53:54.680683 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 121 rows starting from the beginning of the part | ||
12234 | 2024.05.13 20:53:54.680732 [ 3 ] {} <Trace> HTTP-Session: 5f277934-0e83-4806-a1c1-db8b88b81090 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12235 | 2024.05.13 20:53:54.681020 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 113 rows starting from the beginning of the part | ||
12236 | 2024.05.13 20:53:54.681182 [ 3 ] {4800a530-10be-44b5-b474-87a97e219b2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12237 | 2024.05.13 20:53:54.681324 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 159 rows starting from the beginning of the part | ||
12238 | 2024.05.13 20:53:54.681348 [ 3 ] {4800a530-10be-44b5-b474-87a97e219b2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12239 | 2024.05.13 20:53:54.681636 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 122 rows starting from the beginning of the part | ||
12240 | 2024.05.13 20:53:54.682004 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 128 rows starting from the beginning of the part | ||
12241 | 2024.05.13 20:53:54.682466 [ 3 ] {4800a530-10be-44b5-b474-87a97e219b2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12242 | 2024.05.13 20:53:54.683487 [ 3 ] {4800a530-10be-44b5-b474-87a97e219b2d} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12243 | 2024.05.13 20:53:54.683553 [ 3 ] {4800a530-10be-44b5-b474-87a97e219b2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.60 GiB. | ||
12244 | 2024.05.13 20:53:54.684558 [ 3 ] {4800a530-10be-44b5-b474-87a97e219b2d} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
12245 | 2024.05.13 20:53:54.685383 [ 188 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 835 rows, containing 4 columns (4 merged, 0 gathered) in 0.005346081 sec., 156189.17857772825 rows/sec., 12.87 MiB/sec. | ||
12246 | 2024.05.13 20:53:54.685565 [ 188 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
12247 | 2024.05.13 20:53:54.685746 [ 3 ] {4800a530-10be-44b5-b474-87a97e219b2d} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12248 | 2024.05.13 20:53:54.686227 [ 92 ] {} <Debug> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
12249 | 2024.05.13 20:53:54.686322 [ 92 ] {} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12250 | 2024.05.13 20:53:54.686335 [ 3 ] {4800a530-10be-44b5-b474-87a97e219b2d} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.005294 sec., 16622.59161314696 rows/sec., 1.30 MiB/sec. | ||
12251 | 2024.05.13 20:53:54.686360 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.60 GiB. | ||
12252 | 2024.05.13 20:53:54.686550 [ 188 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_81_16} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12253 | 2024.05.13 20:53:54.686933 [ 188 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_81_16} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
12254 | 2024.05.13 20:53:54.686941 [ 200 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::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 | ||
12255 | 2024.05.13 20:53:54.687201 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
12256 | 2024.05.13 20:53:54.687201 [ 3 ] {4800a530-10be-44b5-b474-87a97e219b2d} <Debug> DynamicQueryHandler: Done processing query | ||
12257 | 2024.05.13 20:53:54.687345 [ 3 ] {4800a530-10be-44b5-b474-87a97e219b2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
12258 | 2024.05.13 20:53:54.687437 [ 3 ] {} <Debug> HTTP-Session: 5f277934-0e83-4806-a1c1-db8b88b81090 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12259 | 2024.05.13 20:53:54.687621 [ 200 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12260 | 2024.05.13 20:53:54.687745 [ 200 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 151 rows starting from the beginning of the part | ||
12261 | 2024.05.13 20:53:54.687772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12262 | 2024.05.13 20:53:54.687982 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12263 | 2024.05.13 20:53:54.688103 [ 3 ] {} <Debug> HTTP-Session: 965a527f-4b58-4e0a-b8a9-4ac5b6e54ff4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12264 | 2024.05.13 20:53:54.688113 [ 200 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 89 rows starting from the beginning of the part | ||
12265 | 2024.05.13 20:53:54.688240 [ 3 ] {} <Debug> HTTP-Session: 965a527f-4b58-4e0a-b8a9-4ac5b6e54ff4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12266 | 2024.05.13 20:53:54.688326 [ 3 ] {} <Debug> HTTP-Session: 965a527f-4b58-4e0a-b8a9-4ac5b6e54ff4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12267 | 2024.05.13 20:53:54.688558 [ 3 ] {} <Trace> HTTP-Session: 965a527f-4b58-4e0a-b8a9-4ac5b6e54ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12268 | 2024.05.13 20:53:54.688595 [ 200 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::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 | ||
12269 | 2024.05.13 20:53:54.689002 [ 200 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 112 rows starting from the beginning of the part | ||
12270 | 2024.05.13 20:53:54.689118 [ 3 ] {636298d3-3f1f-4740-bc70-78d8661fa9ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12271 | 2024.05.13 20:53:54.689353 [ 200 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 92 rows starting from the beginning of the part | ||
12272 | 2024.05.13 20:53:54.689369 [ 3 ] {636298d3-3f1f-4740-bc70-78d8661fa9ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12273 | 2024.05.13 20:53:54.689827 [ 200 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 88 rows starting from the beginning of the part | ||
12274 | 2024.05.13 20:53:54.690892 [ 3 ] {636298d3-3f1f-4740-bc70-78d8661fa9ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12275 | 2024.05.13 20:53:54.691824 [ 3 ] {636298d3-3f1f-4740-bc70-78d8661fa9ca} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12276 | 2024.05.13 20:53:54.691905 [ 3 ] {636298d3-3f1f-4740-bc70-78d8661fa9ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.60 GiB. | ||
12277 | 2024.05.13 20:53:54.692957 [ 187 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 621 rows, containing 4 columns (4 merged, 0 gathered) in 0.006430371 sec., 96572.96600771557 rows/sec., 7.54 MiB/sec. | ||
12278 | 2024.05.13 20:53:54.692970 [ 3 ] {636298d3-3f1f-4740-bc70-78d8661fa9ca} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
12279 | 2024.05.13 20:53:54.693131 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
12280 | 2024.05.13 20:53:54.693933 [ 3 ] {636298d3-3f1f-4740-bc70-78d8661fa9ca} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12281 | 2024.05.13 20:53:54.694022 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_81_16} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12282 | 2024.05.13 20:53:54.694182 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_81_16} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
12283 | 2024.05.13 20:53:54.694195 [ 92 ] {} <Debug> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
12284 | 2024.05.13 20:53:54.694263 [ 3 ] {636298d3-3f1f-4740-bc70-78d8661fa9ca} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005382 sec., 29728.725380899297 rows/sec., 2.07 MiB/sec. | ||
12285 | 2024.05.13 20:53:54.694279 [ 92 ] {} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12286 | 2024.05.13 20:53:54.694382 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.60 GiB. | ||
12287 | 2024.05.13 20:53:54.694386 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
12288 | 2024.05.13 20:53:54.694674 [ 200 ] {313178d0-1e86-4864-8af4-8d959655e5c5::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 | ||
12289 | 2024.05.13 20:53:54.694791 [ 3 ] {636298d3-3f1f-4740-bc70-78d8661fa9ca} <Debug> DynamicQueryHandler: Done processing query | ||
12290 | 2024.05.13 20:53:54.694850 [ 3 ] {636298d3-3f1f-4740-bc70-78d8661fa9ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12291 | 2024.05.13 20:53:54.694900 [ 3 ] {} <Debug> HTTP-Session: 965a527f-4b58-4e0a-b8a9-4ac5b6e54ff4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12292 | 2024.05.13 20:53:54.694933 [ 200 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12293 | 2024.05.13 20:53:54.694985 [ 200 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_76_15, total 12411 rows starting from the beginning of the part | ||
12294 | 2024.05.13 20:53:54.695077 [ 200 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 162 rows starting from the beginning of the part | ||
12295 | 2024.05.13 20:53:54.695148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 25710, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12296 | 2024.05.13 20:53:54.695309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12297 | 2024.05.13 20:53:54.695392 [ 3 ] {} <Debug> HTTP-Session: cd4a989c-976d-437d-950e-6aabbb1e86e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12298 | 2024.05.13 20:53:54.695468 [ 3 ] {} <Debug> HTTP-Session: cd4a989c-976d-437d-950e-6aabbb1e86e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12299 | 2024.05.13 20:53:54.695535 [ 3 ] {} <Debug> HTTP-Session: cd4a989c-976d-437d-950e-6aabbb1e86e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12300 | 2024.05.13 20:53:54.695535 [ 200 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part | ||
12301 | 2024.05.13 20:53:54.695638 [ 3 ] {} <Trace> HTTP-Session: cd4a989c-976d-437d-950e-6aabbb1e86e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12302 | 2024.05.13 20:53:54.695792 [ 200 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 197 rows starting from the beginning of the part | ||
12303 | 2024.05.13 20:53:54.696047 [ 200 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part | ||
12304 | 2024.05.13 20:53:54.696206 [ 3 ] {60ebf85b-70b0-465c-af0a-e168e5d22398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12305 | 2024.05.13 20:53:54.696345 [ 200 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part | ||
12306 | 2024.05.13 20:53:54.696397 [ 3 ] {60ebf85b-70b0-465c-af0a-e168e5d22398} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12307 | 2024.05.13 20:53:54.697282 [ 3 ] {60ebf85b-70b0-465c-af0a-e168e5d22398} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12308 | 2024.05.13 20:53:54.697953 [ 3 ] {60ebf85b-70b0-465c-af0a-e168e5d22398} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12309 | 2024.05.13 20:53:54.697991 [ 3 ] {60ebf85b-70b0-465c-af0a-e168e5d22398} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.60 GiB. | ||
12310 | 2024.05.13 20:53:54.698952 [ 3 ] {60ebf85b-70b0-465c-af0a-e168e5d22398} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
12311 | 2024.05.13 20:53:54.699650 [ 3 ] {60ebf85b-70b0-465c-af0a-e168e5d22398} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12312 | 2024.05.13 20:53:54.699858 [ 3 ] {60ebf85b-70b0-465c-af0a-e168e5d22398} <Debug> executeQuery: Read 24 rows, 33.16 KiB in 0.00398 sec., 6030.150753768844 rows/sec., 8.14 MiB/sec. | ||
12313 | 2024.05.13 20:53:54.700157 [ 3 ] {60ebf85b-70b0-465c-af0a-e168e5d22398} <Debug> DynamicQueryHandler: Done processing query | ||
12314 | 2024.05.13 20:53:54.700229 [ 3 ] {60ebf85b-70b0-465c-af0a-e168e5d22398} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
12315 | 2024.05.13 20:53:54.700313 [ 3 ] {} <Debug> HTTP-Session: cd4a989c-976d-437d-950e-6aabbb1e86e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12316 | 2024.05.13 20:53:54.700563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12317 | 2024.05.13 20:53:54.700639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12318 | 2024.05.13 20:53:54.700668 [ 3 ] {} <Debug> HTTP-Session: 78e2698f-ea6b-4de2-a623-7d0c1379ed27 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12319 | 2024.05.13 20:53:54.700690 [ 3 ] {} <Debug> HTTP-Session: 78e2698f-ea6b-4de2-a623-7d0c1379ed27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12320 | 2024.05.13 20:53:54.700705 [ 3 ] {} <Debug> HTTP-Session: 78e2698f-ea6b-4de2-a623-7d0c1379ed27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12321 | 2024.05.13 20:53:54.700738 [ 3 ] {} <Trace> HTTP-Session: 78e2698f-ea6b-4de2-a623-7d0c1379ed27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12322 | 2024.05.13 20:53:54.700869 [ 3 ] {a21ac4c1-7072-41b5-9f43-9dacfc9f2a59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12323 | 2024.05.13 20:53:54.700927 [ 3 ] {a21ac4c1-7072-41b5-9f43-9dacfc9f2a59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12324 | 2024.05.13 20:53:54.701068 [ 3 ] {a21ac4c1-7072-41b5-9f43-9dacfc9f2a59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12325 | 2024.05.13 20:53:54.701411 [ 3 ] {a21ac4c1-7072-41b5-9f43-9dacfc9f2a59} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12326 | 2024.05.13 20:53:54.701460 [ 3 ] {a21ac4c1-7072-41b5-9f43-9dacfc9f2a59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.60 GiB. | ||
12327 | 2024.05.13 20:53:54.702076 [ 187 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13250 rows, containing 5 columns (5 merged, 0 gathered) in 0.007535681 sec., 1758301.6053890816 rows/sec., 122.39 MiB/sec. | ||
12328 | 2024.05.13 20:53:54.702258 [ 3 ] {a21ac4c1-7072-41b5-9f43-9dacfc9f2a59} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
12329 | 2024.05.13 20:53:54.702532 [ 187 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
12330 | 2024.05.13 20:53:54.702654 [ 3 ] {a21ac4c1-7072-41b5-9f43-9dacfc9f2a59} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12331 | 2024.05.13 20:53:54.702863 [ 92 ] {} <Debug> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
12332 | 2024.05.13 20:53:54.702901 [ 3 ] {a21ac4c1-7072-41b5-9f43-9dacfc9f2a59} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002076 sec., 28901.73410404624 rows/sec., 1.95 MiB/sec. | ||
12333 | 2024.05.13 20:53:54.702988 [ 92 ] {} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12334 | 2024.05.13 20:53:54.703127 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.60 GiB. | ||
12335 | 2024.05.13 20:53:54.703523 [ 191 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
12336 | 2024.05.13 20:53:54.703544 [ 3 ] {a21ac4c1-7072-41b5-9f43-9dacfc9f2a59} <Debug> DynamicQueryHandler: Done processing query | ||
12337 | 2024.05.13 20:53:54.703587 [ 3 ] {a21ac4c1-7072-41b5-9f43-9dacfc9f2a59} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12338 | 2024.05.13 20:53:54.703628 [ 3 ] {} <Debug> HTTP-Session: 78e2698f-ea6b-4de2-a623-7d0c1379ed27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12339 | 2024.05.13 20:53:54.703721 [ 191 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12340 | 2024.05.13 20:53:54.703757 [ 191 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4172 rows starting from the beginning of the part | ||
12341 | 2024.05.13 20:53:54.703821 [ 187 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12342 | 2024.05.13 20:53:54.703897 [ 191 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
12343 | 2024.05.13 20:53:54.704168 [ 191 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
12344 | 2024.05.13 20:53:54.704169 [ 187 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
12345 | 2024.05.13 20:53:54.704453 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.80 MiB. | ||
12346 | 2024.05.13 20:53:54.704460 [ 191 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
12347 | 2024.05.13 20:53:54.704773 [ 191 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
12348 | 2024.05.13 20:53:54.704905 [ 191 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
12349 | 2024.05.13 20:53:54.706891 [ 191 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4472 rows, containing 4 columns (4 merged, 0 gathered) in 0.003549803 sec., 1259788.2192335743 rows/sec., 85.33 MiB/sec. | ||
12350 | 2024.05.13 20:53:54.707307 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
12351 | 2024.05.13 20:53:54.707837 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_81_16} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12352 | 2024.05.13 20:53:54.707935 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_81_16} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
12353 | 2024.05.13 20:53:54.708036 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
12354 | 2024.05.13 20:53:55.871229 [ 91 ] {} <Debug> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b) (MergerMutator): Selected 5 parts from all_1_30_6 to all_34_34_0 | ||
12355 | 2024.05.13 20:53:55.871306 [ 91 ] {} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12356 | 2024.05.13 20:53:55.871330 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.60 GiB. | ||
12357 | 2024.05.13 20:53:55.871495 [ 193 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_34_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_30_6 to all_34_34_0 into Compact with storage Full | ||
12358 | 2024.05.13 20:53:55.871686 [ 193 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_34_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12359 | 2024.05.13 20:53:55.871720 [ 193 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 14 rows starting from the beginning of the part | ||
12360 | 2024.05.13 20:53:55.871792 [ 193 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
12361 | 2024.05.13 20:53:55.871880 [ 193 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2 rows starting from the beginning of the part | ||
12362 | 2024.05.13 20:53:55.871987 [ 193 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 4 rows starting from the beginning of the part | ||
12363 | 2024.05.13 20:53:55.872258 [ 193 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 2 rows starting from the beginning of the part | ||
12364 | 2024.05.13 20:53:55.873343 [ 190 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_34_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.001934199 sec., 12408.237208270712 rows/sec., 1011.80 KiB/sec. | ||
12365 | 2024.05.13 20:53:55.873558 [ 196 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_34_7} <Trace> MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary) | ||
12366 | 2024.05.13 20:53:55.874042 [ 196 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_34_7} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12367 | 2024.05.13 20:53:55.874139 [ 196 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_34_7} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b) (MergerMutator): Merged 5 parts: [all_1_30_6, all_34_34_0] -> all_1_34_7 | ||
12368 | 2024.05.13 20:53:55.874246 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
12369 | 2024.05.13 20:53:56.377125 [ 91 ] {} <Debug> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d) (MergerMutator): Selected 5 parts from all_1_30_6 to all_34_34_0 | ||
12370 | 2024.05.13 20:53:56.377198 [ 91 ] {} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12371 | 2024.05.13 20:53:56.377224 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.60 GiB. | ||
12372 | 2024.05.13 20:53:56.377434 [ 190 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_34_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_30_6 to all_34_34_0 into Compact with storage Full | ||
12373 | 2024.05.13 20:53:56.377678 [ 190 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_34_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12374 | 2024.05.13 20:53:56.377718 [ 190 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 14 rows starting from the beginning of the part | ||
12375 | 2024.05.13 20:53:56.377803 [ 190 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
12376 | 2024.05.13 20:53:56.378004 [ 190 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2 rows starting from the beginning of the part | ||
12377 | 2024.05.13 20:53:56.378256 [ 190 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 4 rows starting from the beginning of the part | ||
12378 | 2024.05.13 20:53:56.378430 [ 190 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 2 rows starting from the beginning of the part | ||
12379 | 2024.05.13 20:53:56.379500 [ 196 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_34_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.002190231 sec., 10957.748292303415 rows/sec., 765.12 KiB/sec. | ||
12380 | 2024.05.13 20:53:56.379705 [ 196 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_34_7} <Trace> MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary) | ||
12381 | 2024.05.13 20:53:56.380162 [ 196 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_34_7} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12382 | 2024.05.13 20:53:56.380258 [ 196 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_34_7} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d) (MergerMutator): Merged 5 parts: [all_1_30_6, all_34_34_0] -> all_1_34_7 | ||
12383 | 2024.05.13 20:53:56.380366 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
12384 | 2024.05.13 20:53:57.832927 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12385 | 2024.05.13 20:53:57.832980 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12386 | 2024.05.13 20:53:59.675994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12387 | 2024.05.13 20:53:59.676101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12388 | 2024.05.13 20:53:59.676127 [ 3 ] {} <Debug> HTTP-Session: ecd49137-d115-4261-ba51-3c2d2e15cbff Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12389 | 2024.05.13 20:53:59.676151 [ 3 ] {} <Debug> HTTP-Session: ecd49137-d115-4261-ba51-3c2d2e15cbff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12390 | 2024.05.13 20:53:59.676165 [ 3 ] {} <Debug> HTTP-Session: ecd49137-d115-4261-ba51-3c2d2e15cbff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12391 | 2024.05.13 20:53:59.676215 [ 3 ] {} <Trace> HTTP-Session: ecd49137-d115-4261-ba51-3c2d2e15cbff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12392 | 2024.05.13 20:53:59.676393 [ 3 ] {56cf2127-bf3c-4562-9f62-9abe1459300a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12393 | 2024.05.13 20:53:59.676459 [ 3 ] {56cf2127-bf3c-4562-9f62-9abe1459300a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12394 | 2024.05.13 20:53:59.676646 [ 3 ] {56cf2127-bf3c-4562-9f62-9abe1459300a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12395 | 2024.05.13 20:53:59.677045 [ 3 ] {56cf2127-bf3c-4562-9f62-9abe1459300a} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12396 | 2024.05.13 20:53:59.677084 [ 3 ] {56cf2127-bf3c-4562-9f62-9abe1459300a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.60 GiB. | ||
12397 | 2024.05.13 20:53:59.677455 [ 3 ] {56cf2127-bf3c-4562-9f62-9abe1459300a} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
12398 | 2024.05.13 20:53:59.677787 [ 3 ] {56cf2127-bf3c-4562-9f62-9abe1459300a} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12399 | 2024.05.13 20:53:59.677951 [ 3 ] {56cf2127-bf3c-4562-9f62-9abe1459300a} <Debug> executeQuery: Read 23 rows, 1.86 KiB in 0.001613 sec., 14259.144451332919 rows/sec., 1.13 MiB/sec. | ||
12400 | 2024.05.13 20:53:59.678139 [ 3 ] {56cf2127-bf3c-4562-9f62-9abe1459300a} <Debug> DynamicQueryHandler: Done processing query | ||
12401 | 2024.05.13 20:53:59.678165 [ 3 ] {56cf2127-bf3c-4562-9f62-9abe1459300a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12402 | 2024.05.13 20:53:59.678181 [ 3 ] {} <Debug> HTTP-Session: ecd49137-d115-4261-ba51-3c2d2e15cbff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12403 | 2024.05.13 20:53:59.678336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 18264, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12404 | 2024.05.13 20:53:59.678384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12405 | 2024.05.13 20:53:59.678404 [ 3 ] {} <Debug> HTTP-Session: ef0a5e07-d192-4ad4-adf0-177eb6d3a425 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12406 | 2024.05.13 20:53:59.678419 [ 3 ] {} <Debug> HTTP-Session: ef0a5e07-d192-4ad4-adf0-177eb6d3a425 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12407 | 2024.05.13 20:53:59.678433 [ 3 ] {} <Debug> HTTP-Session: ef0a5e07-d192-4ad4-adf0-177eb6d3a425 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12408 | 2024.05.13 20:53:59.678464 [ 3 ] {} <Trace> HTTP-Session: ef0a5e07-d192-4ad4-adf0-177eb6d3a425 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12409 | 2024.05.13 20:53:59.678594 [ 3 ] {a908d761-8677-45d0-a915-c70a312446e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12410 | 2024.05.13 20:53:59.678638 [ 3 ] {a908d761-8677-45d0-a915-c70a312446e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12411 | 2024.05.13 20:53:59.678766 [ 3 ] {a908d761-8677-45d0-a915-c70a312446e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12412 | 2024.05.13 20:53:59.679145 [ 3 ] {a908d761-8677-45d0-a915-c70a312446e4} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12413 | 2024.05.13 20:53:59.679182 [ 3 ] {a908d761-8677-45d0-a915-c70a312446e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.60 GiB. | ||
12414 | 2024.05.13 20:53:59.679498 [ 3 ] {a908d761-8677-45d0-a915-c70a312446e4} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
12415 | 2024.05.13 20:53:59.679803 [ 3 ] {a908d761-8677-45d0-a915-c70a312446e4} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12416 | 2024.05.13 20:53:59.679952 [ 3 ] {a908d761-8677-45d0-a915-c70a312446e4} <Debug> executeQuery: Read 125 rows, 10.66 KiB in 0.001408 sec., 88778.40909090909 rows/sec., 7.39 MiB/sec. | ||
12417 | 2024.05.13 20:53:59.680182 [ 3 ] {a908d761-8677-45d0-a915-c70a312446e4} <Debug> DynamicQueryHandler: Done processing query | ||
12418 | 2024.05.13 20:53:59.680207 [ 3 ] {a908d761-8677-45d0-a915-c70a312446e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12419 | 2024.05.13 20:53:59.680223 [ 3 ] {} <Debug> HTTP-Session: ef0a5e07-d192-4ad4-adf0-177eb6d3a425 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12420 | 2024.05.13 20:53:59.680432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 14780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12421 | 2024.05.13 20:53:59.680588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12422 | 2024.05.13 20:53:59.680663 [ 3 ] {} <Debug> HTTP-Session: de274d49-5313-4a3d-b1da-b37d07286be1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12423 | 2024.05.13 20:53:59.680727 [ 3 ] {} <Debug> HTTP-Session: de274d49-5313-4a3d-b1da-b37d07286be1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12424 | 2024.05.13 20:53:59.680783 [ 3 ] {} <Debug> HTTP-Session: de274d49-5313-4a3d-b1da-b37d07286be1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12425 | 2024.05.13 20:53:59.680898 [ 3 ] {} <Trace> HTTP-Session: de274d49-5313-4a3d-b1da-b37d07286be1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12426 | 2024.05.13 20:53:59.681088 [ 3 ] {36453cd9-4ee5-41c6-8ee5-2b36cd8cfff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12427 | 2024.05.13 20:53:59.681131 [ 3 ] {36453cd9-4ee5-41c6-8ee5-2b36cd8cfff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12428 | 2024.05.13 20:53:59.681273 [ 3 ] {36453cd9-4ee5-41c6-8ee5-2b36cd8cfff0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12429 | 2024.05.13 20:53:59.681599 [ 3 ] {36453cd9-4ee5-41c6-8ee5-2b36cd8cfff0} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12430 | 2024.05.13 20:53:59.681637 [ 3 ] {36453cd9-4ee5-41c6-8ee5-2b36cd8cfff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.60 GiB. | ||
12431 | 2024.05.13 20:53:59.681946 [ 3 ] {36453cd9-4ee5-41c6-8ee5-2b36cd8cfff0} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
12432 | 2024.05.13 20:53:59.682246 [ 3 ] {36453cd9-4ee5-41c6-8ee5-2b36cd8cfff0} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12433 | 2024.05.13 20:53:59.682393 [ 3 ] {36453cd9-4ee5-41c6-8ee5-2b36cd8cfff0} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001355 sec., 64206.64206642066 rows/sec., 5.01 MiB/sec. | ||
12434 | 2024.05.13 20:53:59.682549 [ 3 ] {36453cd9-4ee5-41c6-8ee5-2b36cd8cfff0} <Debug> DynamicQueryHandler: Done processing query | ||
12435 | 2024.05.13 20:53:59.682573 [ 3 ] {36453cd9-4ee5-41c6-8ee5-2b36cd8cfff0} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
12436 | 2024.05.13 20:53:59.682590 [ 3 ] {} <Debug> HTTP-Session: de274d49-5313-4a3d-b1da-b37d07286be1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12437 | 2024.05.13 20:53:59.682758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12438 | 2024.05.13 20:53:59.682806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12439 | 2024.05.13 20:53:59.682825 [ 3 ] {} <Debug> HTTP-Session: e2937222-abcf-4e2e-9000-dfc5fb712876 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12440 | 2024.05.13 20:53:59.682841 [ 3 ] {} <Debug> HTTP-Session: e2937222-abcf-4e2e-9000-dfc5fb712876 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12441 | 2024.05.13 20:53:59.682855 [ 3 ] {} <Debug> HTTP-Session: e2937222-abcf-4e2e-9000-dfc5fb712876 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12442 | 2024.05.13 20:53:59.682885 [ 3 ] {} <Trace> HTTP-Session: e2937222-abcf-4e2e-9000-dfc5fb712876 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12443 | 2024.05.13 20:53:59.683025 [ 3 ] {b3565af1-1818-4e0c-a6c3-203429e40dc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12444 | 2024.05.13 20:53:59.683072 [ 3 ] {b3565af1-1818-4e0c-a6c3-203429e40dc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12445 | 2024.05.13 20:53:59.683217 [ 3 ] {b3565af1-1818-4e0c-a6c3-203429e40dc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12446 | 2024.05.13 20:53:59.683587 [ 3 ] {b3565af1-1818-4e0c-a6c3-203429e40dc9} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12447 | 2024.05.13 20:53:59.683624 [ 3 ] {b3565af1-1818-4e0c-a6c3-203429e40dc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.60 GiB. | ||
12448 | 2024.05.13 20:53:59.684014 [ 3 ] {b3565af1-1818-4e0c-a6c3-203429e40dc9} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
12449 | 2024.05.13 20:53:59.684348 [ 3 ] {b3565af1-1818-4e0c-a6c3-203429e40dc9} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12450 | 2024.05.13 20:53:59.684506 [ 3 ] {b3565af1-1818-4e0c-a6c3-203429e40dc9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001537 sec., 104098.8939492518 rows/sec., 7.25 MiB/sec. | ||
12451 | 2024.05.13 20:53:59.684678 [ 3 ] {b3565af1-1818-4e0c-a6c3-203429e40dc9} <Debug> DynamicQueryHandler: Done processing query | ||
12452 | 2024.05.13 20:53:59.684703 [ 3 ] {b3565af1-1818-4e0c-a6c3-203429e40dc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12453 | 2024.05.13 20:53:59.684719 [ 3 ] {} <Debug> HTTP-Session: e2937222-abcf-4e2e-9000-dfc5fb712876 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12454 | 2024.05.13 20:53:59.684887 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 24646, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12455 | 2024.05.13 20:53:59.684935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12456 | 2024.05.13 20:53:59.684954 [ 3 ] {} <Debug> HTTP-Session: f24cbda3-f5c3-4d81-bfed-1f972aa96028 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12457 | 2024.05.13 20:53:59.684970 [ 3 ] {} <Debug> HTTP-Session: f24cbda3-f5c3-4d81-bfed-1f972aa96028 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12458 | 2024.05.13 20:53:59.684984 [ 3 ] {} <Debug> HTTP-Session: f24cbda3-f5c3-4d81-bfed-1f972aa96028 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12459 | 2024.05.13 20:53:59.685015 [ 3 ] {} <Trace> HTTP-Session: f24cbda3-f5c3-4d81-bfed-1f972aa96028 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12460 | 2024.05.13 20:53:59.685246 [ 3 ] {9e756b91-1b86-4f6a-87bf-e51aac3a17d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12461 | 2024.05.13 20:53:59.685294 [ 3 ] {9e756b91-1b86-4f6a-87bf-e51aac3a17d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12462 | 2024.05.13 20:53:59.685456 [ 3 ] {9e756b91-1b86-4f6a-87bf-e51aac3a17d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12463 | 2024.05.13 20:53:59.685840 [ 3 ] {9e756b91-1b86-4f6a-87bf-e51aac3a17d5} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12464 | 2024.05.13 20:53:59.685876 [ 3 ] {9e756b91-1b86-4f6a-87bf-e51aac3a17d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.60 GiB. | ||
12465 | 2024.05.13 20:53:59.686271 [ 3 ] {9e756b91-1b86-4f6a-87bf-e51aac3a17d5} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
12466 | 2024.05.13 20:53:59.686604 [ 3 ] {9e756b91-1b86-4f6a-87bf-e51aac3a17d5} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12467 | 2024.05.13 20:53:59.686763 [ 3 ] {9e756b91-1b86-4f6a-87bf-e51aac3a17d5} <Debug> executeQuery: Read 23 rows, 31.78 KiB in 0.001669 sec., 13780.70701018574 rows/sec., 18.60 MiB/sec. | ||
12468 | 2024.05.13 20:53:59.686949 [ 3 ] {9e756b91-1b86-4f6a-87bf-e51aac3a17d5} <Debug> DynamicQueryHandler: Done processing query | ||
12469 | 2024.05.13 20:53:59.686990 [ 3 ] {9e756b91-1b86-4f6a-87bf-e51aac3a17d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
12470 | 2024.05.13 20:53:59.687024 [ 3 ] {} <Debug> HTTP-Session: f24cbda3-f5c3-4d81-bfed-1f972aa96028 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12471 | 2024.05.13 20:53:59.687170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12472 | 2024.05.13 20:53:59.687217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12473 | 2024.05.13 20:53:59.687236 [ 3 ] {} <Debug> HTTP-Session: 7f065cd8-2f3d-4d18-bf3c-717fd0c123f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12474 | 2024.05.13 20:53:59.687252 [ 3 ] {} <Debug> HTTP-Session: 7f065cd8-2f3d-4d18-bf3c-717fd0c123f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12475 | 2024.05.13 20:53:59.687265 [ 3 ] {} <Debug> HTTP-Session: 7f065cd8-2f3d-4d18-bf3c-717fd0c123f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12476 | 2024.05.13 20:53:59.687296 [ 3 ] {} <Trace> HTTP-Session: 7f065cd8-2f3d-4d18-bf3c-717fd0c123f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12477 | 2024.05.13 20:53:59.687406 [ 3 ] {29ad1e46-401c-4f49-af26-90fef6998eb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12478 | 2024.05.13 20:53:59.687451 [ 3 ] {29ad1e46-401c-4f49-af26-90fef6998eb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12479 | 2024.05.13 20:53:59.687579 [ 3 ] {29ad1e46-401c-4f49-af26-90fef6998eb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12480 | 2024.05.13 20:53:59.687870 [ 3 ] {29ad1e46-401c-4f49-af26-90fef6998eb1} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12481 | 2024.05.13 20:53:59.687905 [ 3 ] {29ad1e46-401c-4f49-af26-90fef6998eb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.60 GiB. | ||
12482 | 2024.05.13 20:53:59.688261 [ 3 ] {29ad1e46-401c-4f49-af26-90fef6998eb1} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
12483 | 2024.05.13 20:53:59.688587 [ 3 ] {29ad1e46-401c-4f49-af26-90fef6998eb1} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12484 | 2024.05.13 20:53:59.688710 [ 3 ] {29ad1e46-401c-4f49-af26-90fef6998eb1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001343 sec., 44676.09828741623 rows/sec., 3.01 MiB/sec. | ||
12485 | 2024.05.13 20:53:59.688955 [ 3 ] {29ad1e46-401c-4f49-af26-90fef6998eb1} <Debug> DynamicQueryHandler: Done processing query | ||
12486 | 2024.05.13 20:53:59.689020 [ 3 ] {29ad1e46-401c-4f49-af26-90fef6998eb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12487 | 2024.05.13 20:53:59.689084 [ 3 ] {} <Debug> HTTP-Session: 7f065cd8-2f3d-4d18-bf3c-717fd0c123f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12488 | 2024.05.13 20:54:04.678099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3636, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12489 | 2024.05.13 20:54:04.678226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12490 | 2024.05.13 20:54:04.678253 [ 3 ] {} <Debug> HTTP-Session: ea326a37-567e-4136-9f59-eeeaa63bacf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12491 | 2024.05.13 20:54:04.678282 [ 3 ] {} <Debug> HTTP-Session: ea326a37-567e-4136-9f59-eeeaa63bacf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12492 | 2024.05.13 20:54:04.678298 [ 3 ] {} <Debug> HTTP-Session: ea326a37-567e-4136-9f59-eeeaa63bacf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12493 | 2024.05.13 20:54:04.678348 [ 3 ] {} <Trace> HTTP-Session: ea326a37-567e-4136-9f59-eeeaa63bacf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12494 | 2024.05.13 20:54:04.678587 [ 3 ] {b1402683-27b7-419c-90af-ec10d0189d82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12495 | 2024.05.13 20:54:04.678657 [ 3 ] {b1402683-27b7-419c-90af-ec10d0189d82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12496 | 2024.05.13 20:54:04.678841 [ 3 ] {b1402683-27b7-419c-90af-ec10d0189d82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12497 | 2024.05.13 20:54:04.679247 [ 3 ] {b1402683-27b7-419c-90af-ec10d0189d82} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12498 | 2024.05.13 20:54:04.679299 [ 3 ] {b1402683-27b7-419c-90af-ec10d0189d82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
12499 | 2024.05.13 20:54:04.679657 [ 3 ] {b1402683-27b7-419c-90af-ec10d0189d82} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
12500 | 2024.05.13 20:54:04.679993 [ 3 ] {b1402683-27b7-419c-90af-ec10d0189d82} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12501 | 2024.05.13 20:54:04.680146 [ 3 ] {b1402683-27b7-419c-90af-ec10d0189d82} <Debug> executeQuery: Read 25 rows, 2.03 KiB in 0.001617 sec., 15460.729746444033 rows/sec., 1.22 MiB/sec. | ||
12502 | 2024.05.13 20:54:04.680437 [ 3 ] {b1402683-27b7-419c-90af-ec10d0189d82} <Debug> DynamicQueryHandler: Done processing query | ||
12503 | 2024.05.13 20:54:04.680502 [ 3 ] {b1402683-27b7-419c-90af-ec10d0189d82} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12504 | 2024.05.13 20:54:04.680560 [ 3 ] {} <Debug> HTTP-Session: ea326a37-567e-4136-9f59-eeeaa63bacf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12505 | 2024.05.13 20:54:04.680734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12506 | 2024.05.13 20:54:04.680787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12507 | 2024.05.13 20:54:04.680807 [ 3 ] {} <Debug> HTTP-Session: b74130cc-1a5a-4067-a07c-42fbf82fbccd Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12508 | 2024.05.13 20:54:04.680824 [ 3 ] {} <Debug> HTTP-Session: b74130cc-1a5a-4067-a07c-42fbf82fbccd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12509 | 2024.05.13 20:54:04.680838 [ 3 ] {} <Debug> HTTP-Session: b74130cc-1a5a-4067-a07c-42fbf82fbccd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12510 | 2024.05.13 20:54:04.680871 [ 3 ] {} <Trace> HTTP-Session: b74130cc-1a5a-4067-a07c-42fbf82fbccd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12511 | 2024.05.13 20:54:04.680970 [ 3 ] {f00240a7-7fe2-491e-980d-0bfb5756dfa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12512 | 2024.05.13 20:54:04.681016 [ 3 ] {f00240a7-7fe2-491e-980d-0bfb5756dfa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12513 | 2024.05.13 20:54:04.681165 [ 3 ] {f00240a7-7fe2-491e-980d-0bfb5756dfa3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12514 | 2024.05.13 20:54:04.681434 [ 3 ] {f00240a7-7fe2-491e-980d-0bfb5756dfa3} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12515 | 2024.05.13 20:54:04.681472 [ 3 ] {f00240a7-7fe2-491e-980d-0bfb5756dfa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
12516 | 2024.05.13 20:54:04.681773 [ 3 ] {f00240a7-7fe2-491e-980d-0bfb5756dfa3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
12517 | 2024.05.13 20:54:04.682083 [ 3 ] {f00240a7-7fe2-491e-980d-0bfb5756dfa3} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12518 | 2024.05.13 20:54:04.682235 [ 3 ] {f00240a7-7fe2-491e-980d-0bfb5756dfa3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001285 sec., 1556.4202334630352 rows/sec., 126.92 KiB/sec. | ||
12519 | 2024.05.13 20:54:04.682396 [ 3 ] {f00240a7-7fe2-491e-980d-0bfb5756dfa3} <Debug> DynamicQueryHandler: Done processing query | ||
12520 | 2024.05.13 20:54:04.682422 [ 3 ] {f00240a7-7fe2-491e-980d-0bfb5756dfa3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12521 | 2024.05.13 20:54:04.682437 [ 3 ] {} <Debug> HTTP-Session: b74130cc-1a5a-4067-a07c-42fbf82fbccd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12522 | 2024.05.13 20:54:04.682603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 19311, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12523 | 2024.05.13 20:54:04.682650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12524 | 2024.05.13 20:54:04.682670 [ 3 ] {} <Debug> HTTP-Session: 4d1385f5-58e3-4021-87cf-47833f5ee3d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12525 | 2024.05.13 20:54:04.682687 [ 3 ] {} <Debug> HTTP-Session: 4d1385f5-58e3-4021-87cf-47833f5ee3d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12526 | 2024.05.13 20:54:04.682701 [ 3 ] {} <Debug> HTTP-Session: 4d1385f5-58e3-4021-87cf-47833f5ee3d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12527 | 2024.05.13 20:54:04.682732 [ 3 ] {} <Trace> HTTP-Session: 4d1385f5-58e3-4021-87cf-47833f5ee3d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12528 | 2024.05.13 20:54:04.682865 [ 3 ] {c902e28f-c6f7-4359-aa7e-832d1cbad5cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12529 | 2024.05.13 20:54:04.682909 [ 3 ] {c902e28f-c6f7-4359-aa7e-832d1cbad5cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12530 | 2024.05.13 20:54:04.683033 [ 3 ] {c902e28f-c6f7-4359-aa7e-832d1cbad5cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12531 | 2024.05.13 20:54:04.683369 [ 3 ] {c902e28f-c6f7-4359-aa7e-832d1cbad5cc} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12532 | 2024.05.13 20:54:04.683407 [ 3 ] {c902e28f-c6f7-4359-aa7e-832d1cbad5cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
12533 | 2024.05.13 20:54:04.683717 [ 3 ] {c902e28f-c6f7-4359-aa7e-832d1cbad5cc} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
12534 | 2024.05.13 20:54:04.684032 [ 3 ] {c902e28f-c6f7-4359-aa7e-832d1cbad5cc} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12535 | 2024.05.13 20:54:04.684175 [ 3 ] {c902e28f-c6f7-4359-aa7e-832d1cbad5cc} <Debug> executeQuery: Read 132 rows, 11.27 KiB in 0.001364 sec., 96774.19354838709 rows/sec., 8.07 MiB/sec. | ||
12536 | 2024.05.13 20:54:04.684334 [ 3 ] {c902e28f-c6f7-4359-aa7e-832d1cbad5cc} <Debug> DynamicQueryHandler: Done processing query | ||
12537 | 2024.05.13 20:54:04.684361 [ 3 ] {c902e28f-c6f7-4359-aa7e-832d1cbad5cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12538 | 2024.05.13 20:54:04.684376 [ 3 ] {} <Debug> HTTP-Session: 4d1385f5-58e3-4021-87cf-47833f5ee3d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12539 | 2024.05.13 20:54:04.684493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12540 | 2024.05.13 20:54:04.684540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12541 | 2024.05.13 20:54:04.684560 [ 3 ] {} <Debug> HTTP-Session: 3c585fa0-7214-41a7-96fa-2556cdde6edd Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12542 | 2024.05.13 20:54:04.684580 [ 3 ] {} <Debug> HTTP-Session: 3c585fa0-7214-41a7-96fa-2556cdde6edd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12543 | 2024.05.13 20:54:04.684594 [ 3 ] {} <Debug> HTTP-Session: 3c585fa0-7214-41a7-96fa-2556cdde6edd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12544 | 2024.05.13 20:54:04.684625 [ 3 ] {} <Trace> HTTP-Session: 3c585fa0-7214-41a7-96fa-2556cdde6edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12545 | 2024.05.13 20:54:04.684717 [ 3 ] {8c7953c9-8217-4e43-a8d5-04b1e3a643ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12546 | 2024.05.13 20:54:04.684761 [ 3 ] {8c7953c9-8217-4e43-a8d5-04b1e3a643ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12547 | 2024.05.13 20:54:04.684887 [ 3 ] {8c7953c9-8217-4e43-a8d5-04b1e3a643ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12548 | 2024.05.13 20:54:04.685135 [ 3 ] {8c7953c9-8217-4e43-a8d5-04b1e3a643ab} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12549 | 2024.05.13 20:54:04.685172 [ 3 ] {8c7953c9-8217-4e43-a8d5-04b1e3a643ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
12550 | 2024.05.13 20:54:04.685468 [ 3 ] {8c7953c9-8217-4e43-a8d5-04b1e3a643ab} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
12551 | 2024.05.13 20:54:04.685765 [ 3 ] {8c7953c9-8217-4e43-a8d5-04b1e3a643ab} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12552 | 2024.05.13 20:54:04.685879 [ 3 ] {8c7953c9-8217-4e43-a8d5-04b1e3a643ab} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001186 sec., 1686.3406408094436 rows/sec., 117.75 KiB/sec. | ||
12553 | 2024.05.13 20:54:04.686075 [ 3 ] {8c7953c9-8217-4e43-a8d5-04b1e3a643ab} <Debug> DynamicQueryHandler: Done processing query | ||
12554 | 2024.05.13 20:54:04.686100 [ 3 ] {8c7953c9-8217-4e43-a8d5-04b1e3a643ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12555 | 2024.05.13 20:54:04.686115 [ 3 ] {} <Debug> HTTP-Session: 3c585fa0-7214-41a7-96fa-2556cdde6edd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12556 | 2024.05.13 20:54:04.686241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 16455, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12557 | 2024.05.13 20:54:04.686288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12558 | 2024.05.13 20:54:04.686308 [ 3 ] {} <Debug> HTTP-Session: b1531ed4-8e01-4785-acac-5da2d1155016 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12559 | 2024.05.13 20:54:04.686324 [ 3 ] {} <Debug> HTTP-Session: b1531ed4-8e01-4785-acac-5da2d1155016 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12560 | 2024.05.13 20:54:04.686338 [ 3 ] {} <Debug> HTTP-Session: b1531ed4-8e01-4785-acac-5da2d1155016 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12561 | 2024.05.13 20:54:04.686368 [ 3 ] {} <Trace> HTTP-Session: b1531ed4-8e01-4785-acac-5da2d1155016 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12562 | 2024.05.13 20:54:04.686487 [ 3 ] {e1b11fb7-b907-45dc-b149-61b13f25579f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12563 | 2024.05.13 20:54:04.686529 [ 3 ] {e1b11fb7-b907-45dc-b149-61b13f25579f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12564 | 2024.05.13 20:54:04.686667 [ 3 ] {e1b11fb7-b907-45dc-b149-61b13f25579f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12565 | 2024.05.13 20:54:04.686972 [ 3 ] {e1b11fb7-b907-45dc-b149-61b13f25579f} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12566 | 2024.05.13 20:54:04.687010 [ 3 ] {e1b11fb7-b907-45dc-b149-61b13f25579f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
12567 | 2024.05.13 20:54:04.687315 [ 3 ] {e1b11fb7-b907-45dc-b149-61b13f25579f} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
12568 | 2024.05.13 20:54:04.687622 [ 3 ] {e1b11fb7-b907-45dc-b149-61b13f25579f} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12569 | 2024.05.13 20:54:04.687773 [ 3 ] {e1b11fb7-b907-45dc-b149-61b13f25579f} <Debug> executeQuery: Read 97 rows, 7.73 KiB in 0.001323 sec., 73318.21617535903 rows/sec., 5.71 MiB/sec. | ||
12570 | 2024.05.13 20:54:04.688000 [ 3 ] {e1b11fb7-b907-45dc-b149-61b13f25579f} <Debug> DynamicQueryHandler: Done processing query | ||
12571 | 2024.05.13 20:54:04.688057 [ 3 ] {e1b11fb7-b907-45dc-b149-61b13f25579f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12572 | 2024.05.13 20:54:04.688115 [ 3 ] {} <Debug> HTTP-Session: b1531ed4-8e01-4785-acac-5da2d1155016 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12573 | 2024.05.13 20:54:04.688340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12574 | 2024.05.13 20:54:04.688392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12575 | 2024.05.13 20:54:04.688412 [ 3 ] {} <Debug> HTTP-Session: bab4b33a-794a-4a2a-90f5-3669b10a5807 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12576 | 2024.05.13 20:54:04.688428 [ 3 ] {} <Debug> HTTP-Session: bab4b33a-794a-4a2a-90f5-3669b10a5807 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12577 | 2024.05.13 20:54:04.688441 [ 3 ] {} <Debug> HTTP-Session: bab4b33a-794a-4a2a-90f5-3669b10a5807 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12578 | 2024.05.13 20:54:04.688474 [ 3 ] {} <Trace> HTTP-Session: bab4b33a-794a-4a2a-90f5-3669b10a5807 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12579 | 2024.05.13 20:54:04.688622 [ 3 ] {6a1c84ba-00b4-490d-9a45-bb4c1973166e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12580 | 2024.05.13 20:54:04.688671 [ 3 ] {6a1c84ba-00b4-490d-9a45-bb4c1973166e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12581 | 2024.05.13 20:54:04.688840 [ 3 ] {6a1c84ba-00b4-490d-9a45-bb4c1973166e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12582 | 2024.05.13 20:54:04.689179 [ 3 ] {6a1c84ba-00b4-490d-9a45-bb4c1973166e} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12583 | 2024.05.13 20:54:04.689215 [ 3 ] {6a1c84ba-00b4-490d-9a45-bb4c1973166e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
12584 | 2024.05.13 20:54:04.689596 [ 3 ] {6a1c84ba-00b4-490d-9a45-bb4c1973166e} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
12585 | 2024.05.13 20:54:04.689936 [ 3 ] {6a1c84ba-00b4-490d-9a45-bb4c1973166e} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12586 | 2024.05.13 20:54:04.690084 [ 3 ] {6a1c84ba-00b4-490d-9a45-bb4c1973166e} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00153 sec., 105228.75816993465 rows/sec., 7.33 MiB/sec. | ||
12587 | 2024.05.13 20:54:04.690361 [ 3 ] {6a1c84ba-00b4-490d-9a45-bb4c1973166e} <Debug> DynamicQueryHandler: Done processing query | ||
12588 | 2024.05.13 20:54:04.690427 [ 3 ] {6a1c84ba-00b4-490d-9a45-bb4c1973166e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12589 | 2024.05.13 20:54:04.690495 [ 3 ] {} <Debug> HTTP-Session: bab4b33a-794a-4a2a-90f5-3669b10a5807 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12590 | 2024.05.13 20:54:04.690718 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 26779, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12591 | 2024.05.13 20:54:04.690770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12592 | 2024.05.13 20:54:04.690790 [ 3 ] {} <Debug> HTTP-Session: eafa5b91-2940-46ca-a9e7-53ca11608b71 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12593 | 2024.05.13 20:54:04.690807 [ 3 ] {} <Debug> HTTP-Session: eafa5b91-2940-46ca-a9e7-53ca11608b71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12594 | 2024.05.13 20:54:04.690821 [ 3 ] {} <Debug> HTTP-Session: eafa5b91-2940-46ca-a9e7-53ca11608b71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12595 | 2024.05.13 20:54:04.690853 [ 3 ] {} <Trace> HTTP-Session: eafa5b91-2940-46ca-a9e7-53ca11608b71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12596 | 2024.05.13 20:54:04.691081 [ 3 ] {2844be9a-3920-40ac-9d7a-1ce1d9b64d31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12597 | 2024.05.13 20:54:04.691132 [ 3 ] {2844be9a-3920-40ac-9d7a-1ce1d9b64d31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12598 | 2024.05.13 20:54:04.691316 [ 3 ] {2844be9a-3920-40ac-9d7a-1ce1d9b64d31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12599 | 2024.05.13 20:54:04.691702 [ 3 ] {2844be9a-3920-40ac-9d7a-1ce1d9b64d31} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12600 | 2024.05.13 20:54:04.691738 [ 3 ] {2844be9a-3920-40ac-9d7a-1ce1d9b64d31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
12601 | 2024.05.13 20:54:04.692130 [ 3 ] {2844be9a-3920-40ac-9d7a-1ce1d9b64d31} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
12602 | 2024.05.13 20:54:04.692456 [ 3 ] {2844be9a-3920-40ac-9d7a-1ce1d9b64d31} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12603 | 2024.05.13 20:54:04.692605 [ 3 ] {2844be9a-3920-40ac-9d7a-1ce1d9b64d31} <Debug> executeQuery: Read 25 rows, 34.55 KiB in 0.001671 sec., 14961.101137043686 rows/sec., 20.19 MiB/sec. | ||
12604 | 2024.05.13 20:54:04.692871 [ 3 ] {2844be9a-3920-40ac-9d7a-1ce1d9b64d31} <Debug> DynamicQueryHandler: Done processing query | ||
12605 | 2024.05.13 20:54:04.692931 [ 3 ] {2844be9a-3920-40ac-9d7a-1ce1d9b64d31} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
12606 | 2024.05.13 20:54:04.692990 [ 3 ] {} <Debug> HTTP-Session: eafa5b91-2940-46ca-a9e7-53ca11608b71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12607 | 2024.05.13 20:54:04.693149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 946, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12608 | 2024.05.13 20:54:04.693200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12609 | 2024.05.13 20:54:04.693219 [ 3 ] {} <Debug> HTTP-Session: 174a11ef-5b30-43b4-9ee4-b7d2e14a5cb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12610 | 2024.05.13 20:54:04.693237 [ 3 ] {} <Debug> HTTP-Session: 174a11ef-5b30-43b4-9ee4-b7d2e14a5cb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12611 | 2024.05.13 20:54:04.693250 [ 3 ] {} <Debug> HTTP-Session: 174a11ef-5b30-43b4-9ee4-b7d2e14a5cb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12612 | 2024.05.13 20:54:04.693282 [ 3 ] {} <Trace> HTTP-Session: 174a11ef-5b30-43b4-9ee4-b7d2e14a5cb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12613 | 2024.05.13 20:54:04.693385 [ 3 ] {a3634ba7-5d7d-4d42-ae4f-e8d50322585b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
12614 | 2024.05.13 20:54:04.693439 [ 3 ] {a3634ba7-5d7d-4d42-ae4f-e8d50322585b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
12615 | 2024.05.13 20:54:04.693589 [ 3 ] {a3634ba7-5d7d-4d42-ae4f-e8d50322585b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12616 | 2024.05.13 20:54:04.693829 [ 3 ] {a3634ba7-5d7d-4d42-ae4f-e8d50322585b} <Trace> oximeter.measurements_i64 (53b40716-82f1-495e-97d6-cbf4e1ab1de8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12617 | 2024.05.13 20:54:04.693865 [ 3 ] {a3634ba7-5d7d-4d42-ae4f-e8d50322585b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
12618 | 2024.05.13 20:54:04.694201 [ 3 ] {a3634ba7-5d7d-4d42-ae4f-e8d50322585b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
12619 | 2024.05.13 20:54:04.694516 [ 3 ] {a3634ba7-5d7d-4d42-ae4f-e8d50322585b} <Trace> oximeter.measurements_i64 (53b40716-82f1-495e-97d6-cbf4e1ab1de8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12620 | 2024.05.13 20:54:04.694677 [ 3 ] {a3634ba7-5d7d-4d42-ae4f-e8d50322585b} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001307 sec., 4590.665646518745 rows/sec., 302.61 KiB/sec. | ||
12621 | 2024.05.13 20:54:04.695111 [ 3 ] {a3634ba7-5d7d-4d42-ae4f-e8d50322585b} <Debug> DynamicQueryHandler: Done processing query | ||
12622 | 2024.05.13 20:54:04.695137 [ 3 ] {a3634ba7-5d7d-4d42-ae4f-e8d50322585b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12623 | 2024.05.13 20:54:04.695153 [ 3 ] {} <Debug> HTTP-Session: 174a11ef-5b30-43b4-9ee4-b7d2e14a5cb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12624 | 2024.05.13 20:54:04.695277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12625 | 2024.05.13 20:54:04.695324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12626 | 2024.05.13 20:54:04.695344 [ 3 ] {} <Debug> HTTP-Session: 1ccfb8c6-9061-4d0d-a208-c3d98c622291 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12627 | 2024.05.13 20:54:04.695360 [ 3 ] {} <Debug> HTTP-Session: 1ccfb8c6-9061-4d0d-a208-c3d98c622291 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12628 | 2024.05.13 20:54:04.695373 [ 3 ] {} <Debug> HTTP-Session: 1ccfb8c6-9061-4d0d-a208-c3d98c622291 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12629 | 2024.05.13 20:54:04.695403 [ 3 ] {} <Trace> HTTP-Session: 1ccfb8c6-9061-4d0d-a208-c3d98c622291 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12630 | 2024.05.13 20:54:04.695518 [ 3 ] {465e5571-84a8-4aa9-ad76-3840db71f25c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12631 | 2024.05.13 20:54:04.695564 [ 3 ] {465e5571-84a8-4aa9-ad76-3840db71f25c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12632 | 2024.05.13 20:54:04.695721 [ 3 ] {465e5571-84a8-4aa9-ad76-3840db71f25c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12633 | 2024.05.13 20:54:04.695987 [ 3 ] {465e5571-84a8-4aa9-ad76-3840db71f25c} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12634 | 2024.05.13 20:54:04.696023 [ 3 ] {465e5571-84a8-4aa9-ad76-3840db71f25c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
12635 | 2024.05.13 20:54:04.696379 [ 3 ] {465e5571-84a8-4aa9-ad76-3840db71f25c} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
12636 | 2024.05.13 20:54:04.696692 [ 3 ] {465e5571-84a8-4aa9-ad76-3840db71f25c} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12637 | 2024.05.13 20:54:04.696835 [ 3 ] {465e5571-84a8-4aa9-ad76-3840db71f25c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001356 sec., 44247.78761061947 rows/sec., 2.98 MiB/sec. | ||
12638 | 2024.05.13 20:54:04.697049 [ 3 ] {465e5571-84a8-4aa9-ad76-3840db71f25c} <Debug> DynamicQueryHandler: Done processing query | ||
12639 | 2024.05.13 20:54:04.697100 [ 3 ] {465e5571-84a8-4aa9-ad76-3840db71f25c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12640 | 2024.05.13 20:54:04.697150 [ 3 ] {} <Debug> HTTP-Session: 1ccfb8c6-9061-4d0d-a208-c3d98c622291 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12641 | 2024.05.13 20:54:09.676525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 4350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12642 | 2024.05.13 20:54:09.676671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12643 | 2024.05.13 20:54:09.676700 [ 3 ] {} <Debug> HTTP-Session: 86c52d7b-af4e-47b8-8a52-d8e09e06771e Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12644 | 2024.05.13 20:54:09.676729 [ 3 ] {} <Debug> HTTP-Session: 86c52d7b-af4e-47b8-8a52-d8e09e06771e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12645 | 2024.05.13 20:54:09.676746 [ 3 ] {} <Debug> HTTP-Session: 86c52d7b-af4e-47b8-8a52-d8e09e06771e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12646 | 2024.05.13 20:54:09.676803 [ 3 ] {} <Trace> HTTP-Session: 86c52d7b-af4e-47b8-8a52-d8e09e06771e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12647 | 2024.05.13 20:54:09.677018 [ 3 ] {4624c0f8-a1c5-4c79-906a-8ebfacdd4818} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12648 | 2024.05.13 20:54:09.677094 [ 3 ] {4624c0f8-a1c5-4c79-906a-8ebfacdd4818} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12649 | 2024.05.13 20:54:09.677317 [ 3 ] {4624c0f8-a1c5-4c79-906a-8ebfacdd4818} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12650 | 2024.05.13 20:54:09.677755 [ 3 ] {4624c0f8-a1c5-4c79-906a-8ebfacdd4818} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12651 | 2024.05.13 20:54:09.677797 [ 3 ] {4624c0f8-a1c5-4c79-906a-8ebfacdd4818} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
12652 | 2024.05.13 20:54:09.678161 [ 3 ] {4624c0f8-a1c5-4c79-906a-8ebfacdd4818} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
12653 | 2024.05.13 20:54:09.678488 [ 3 ] {4624c0f8-a1c5-4c79-906a-8ebfacdd4818} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12654 | 2024.05.13 20:54:09.678651 [ 3 ] {4624c0f8-a1c5-4c79-906a-8ebfacdd4818} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001696 sec., 17688.67924528302 rows/sec., 1.40 MiB/sec. | ||
12655 | 2024.05.13 20:54:09.678701 [ 81 ] {} <Debug> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
12656 | 2024.05.13 20:54:09.678829 [ 81 ] {} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12657 | 2024.05.13 20:54:09.678888 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
12658 | 2024.05.13 20:54:09.678916 [ 3 ] {4624c0f8-a1c5-4c79-906a-8ebfacdd4818} <Debug> DynamicQueryHandler: Done processing query | ||
12659 | 2024.05.13 20:54:09.678973 [ 3 ] {4624c0f8-a1c5-4c79-906a-8ebfacdd4818} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12660 | 2024.05.13 20:54:09.679043 [ 3 ] {} <Debug> HTTP-Session: 86c52d7b-af4e-47b8-8a52-d8e09e06771e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12661 | 2024.05.13 20:54:09.679145 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
12662 | 2024.05.13 20:54:09.679225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12663 | 2024.05.13 20:54:09.679317 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12664 | 2024.05.13 20:54:09.679373 [ 3 ] {} <Debug> HTTP-Session: db572778-8a8a-4454-aa99-8dbad04a7cb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12665 | 2024.05.13 20:54:09.679419 [ 3 ] {} <Debug> HTTP-Session: db572778-8a8a-4454-aa99-8dbad04a7cb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12666 | 2024.05.13 20:54:09.679460 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12667 | 2024.05.13 20:54:09.679469 [ 3 ] {} <Debug> HTTP-Session: db572778-8a8a-4454-aa99-8dbad04a7cb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12668 | 2024.05.13 20:54:09.679519 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 41 rows starting from the beginning of the part | ||
12669 | 2024.05.13 20:54:09.679541 [ 3 ] {} <Trace> HTTP-Session: db572778-8a8a-4454-aa99-8dbad04a7cb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12670 | 2024.05.13 20:54:09.679674 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 22 rows starting from the beginning of the part | ||
12671 | 2024.05.13 20:54:09.679788 [ 3 ] {9fd86f08-9219-4014-956e-4eea519c9376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12672 | 2024.05.13 20:54:09.679918 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 24 rows starting from the beginning of the part | ||
12673 | 2024.05.13 20:54:09.679973 [ 3 ] {9fd86f08-9219-4014-956e-4eea519c9376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12674 | 2024.05.13 20:54:09.680257 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
12675 | 2024.05.13 20:54:09.680682 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 25 rows starting from the beginning of the part | ||
12676 | 2024.05.13 20:54:09.681029 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
12677 | 2024.05.13 20:54:09.681290 [ 3 ] {9fd86f08-9219-4014-956e-4eea519c9376} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12678 | 2024.05.13 20:54:09.682053 [ 3 ] {9fd86f08-9219-4014-956e-4eea519c9376} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12679 | 2024.05.13 20:54:09.682110 [ 3 ] {9fd86f08-9219-4014-956e-4eea519c9376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
12680 | 2024.05.13 20:54:09.683019 [ 3 ] {9fd86f08-9219-4014-956e-4eea519c9376} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
12681 | 2024.05.13 20:54:09.683791 [ 189 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 4 columns (4 merged, 0 gathered) in 0.004771745 sec., 34578.54516534308 rows/sec., 2.74 MiB/sec. | ||
12682 | 2024.05.13 20:54:09.683849 [ 3 ] {9fd86f08-9219-4014-956e-4eea519c9376} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12683 | 2024.05.13 20:54:09.684151 [ 3 ] {9fd86f08-9219-4014-956e-4eea519c9376} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004441 sec., 450.3490204908805 rows/sec., 36.72 KiB/sec. | ||
12684 | 2024.05.13 20:54:09.684197 [ 189 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
12685 | 2024.05.13 20:54:09.684486 [ 3 ] {9fd86f08-9219-4014-956e-4eea519c9376} <Debug> DynamicQueryHandler: Done processing query | ||
12686 | 2024.05.13 20:54:09.684531 [ 3 ] {9fd86f08-9219-4014-956e-4eea519c9376} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12687 | 2024.05.13 20:54:09.684559 [ 3 ] {} <Debug> HTTP-Session: db572778-8a8a-4454-aa99-8dbad04a7cb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12688 | 2024.05.13 20:54:09.684770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 21599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12689 | 2024.05.13 20:54:09.684852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12690 | 2024.05.13 20:54:09.684878 [ 3 ] {} <Debug> HTTP-Session: 0d82b8c0-62ec-46a0-b3da-c7540f49789d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12691 | 2024.05.13 20:54:09.684910 [ 3 ] {} <Debug> HTTP-Session: 0d82b8c0-62ec-46a0-b3da-c7540f49789d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12692 | 2024.05.13 20:54:09.684936 [ 3 ] {} <Debug> HTTP-Session: 0d82b8c0-62ec-46a0-b3da-c7540f49789d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12693 | 2024.05.13 20:54:09.684992 [ 189 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_76_15} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12694 | 2024.05.13 20:54:09.685002 [ 3 ] {} <Trace> HTTP-Session: 0d82b8c0-62ec-46a0-b3da-c7540f49789d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12695 | 2024.05.13 20:54:09.685177 [ 189 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_76_15} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
12696 | 2024.05.13 20:54:09.685319 [ 3 ] {551c7772-fd0e-48aa-8d4f-3ec96ec049fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12697 | 2024.05.13 20:54:09.685343 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
12698 | 2024.05.13 20:54:09.685393 [ 3 ] {551c7772-fd0e-48aa-8d4f-3ec96ec049fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12699 | 2024.05.13 20:54:09.685543 [ 3 ] {551c7772-fd0e-48aa-8d4f-3ec96ec049fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12700 | 2024.05.13 20:54:09.685998 [ 3 ] {551c7772-fd0e-48aa-8d4f-3ec96ec049fc} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12701 | 2024.05.13 20:54:09.686036 [ 3 ] {551c7772-fd0e-48aa-8d4f-3ec96ec049fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
12702 | 2024.05.13 20:54:09.686371 [ 3 ] {551c7772-fd0e-48aa-8d4f-3ec96ec049fc} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
12703 | 2024.05.13 20:54:09.686681 [ 3 ] {551c7772-fd0e-48aa-8d4f-3ec96ec049fc} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12704 | 2024.05.13 20:54:09.686837 [ 3 ] {551c7772-fd0e-48aa-8d4f-3ec96ec049fc} <Debug> executeQuery: Read 147 rows, 12.66 KiB in 0.001656 sec., 88768.11594202899 rows/sec., 7.47 MiB/sec. | ||
12705 | 2024.05.13 20:54:09.687093 [ 3 ] {551c7772-fd0e-48aa-8d4f-3ec96ec049fc} <Debug> DynamicQueryHandler: Done processing query | ||
12706 | 2024.05.13 20:54:09.687151 [ 3 ] {551c7772-fd0e-48aa-8d4f-3ec96ec049fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12707 | 2024.05.13 20:54:09.687202 [ 3 ] {} <Debug> HTTP-Session: 0d82b8c0-62ec-46a0-b3da-c7540f49789d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12708 | 2024.05.13 20:54:09.687359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12709 | 2024.05.13 20:54:09.687410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12710 | 2024.05.13 20:54:09.687429 [ 3 ] {} <Debug> HTTP-Session: 95989ff7-4784-4685-8526-3d78a56f6d9d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12711 | 2024.05.13 20:54:09.687446 [ 3 ] {} <Debug> HTTP-Session: 95989ff7-4784-4685-8526-3d78a56f6d9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12712 | 2024.05.13 20:54:09.687459 [ 3 ] {} <Debug> HTTP-Session: 95989ff7-4784-4685-8526-3d78a56f6d9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12713 | 2024.05.13 20:54:09.687492 [ 3 ] {} <Trace> HTTP-Session: 95989ff7-4784-4685-8526-3d78a56f6d9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12714 | 2024.05.13 20:54:09.687589 [ 3 ] {65f2e32c-edde-4aad-a80d-7b34c44d915e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12715 | 2024.05.13 20:54:09.687633 [ 3 ] {65f2e32c-edde-4aad-a80d-7b34c44d915e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12716 | 2024.05.13 20:54:09.687782 [ 3 ] {65f2e32c-edde-4aad-a80d-7b34c44d915e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12717 | 2024.05.13 20:54:09.688062 [ 3 ] {65f2e32c-edde-4aad-a80d-7b34c44d915e} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12718 | 2024.05.13 20:54:09.688099 [ 3 ] {65f2e32c-edde-4aad-a80d-7b34c44d915e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
12719 | 2024.05.13 20:54:09.688394 [ 3 ] {65f2e32c-edde-4aad-a80d-7b34c44d915e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
12720 | 2024.05.13 20:54:09.688696 [ 3 ] {65f2e32c-edde-4aad-a80d-7b34c44d915e} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12721 | 2024.05.13 20:54:09.688849 [ 3 ] {65f2e32c-edde-4aad-a80d-7b34c44d915e} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001277 sec., 1566.1707126076744 rows/sec., 109.36 KiB/sec. | ||
12722 | 2024.05.13 20:54:09.689170 [ 3 ] {65f2e32c-edde-4aad-a80d-7b34c44d915e} <Debug> DynamicQueryHandler: Done processing query | ||
12723 | 2024.05.13 20:54:09.689198 [ 3 ] {65f2e32c-edde-4aad-a80d-7b34c44d915e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12724 | 2024.05.13 20:54:09.689215 [ 3 ] {} <Debug> HTTP-Session: 95989ff7-4784-4685-8526-3d78a56f6d9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12725 | 2024.05.13 20:54:09.689330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 16845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12726 | 2024.05.13 20:54:09.689378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12727 | 2024.05.13 20:54:09.689399 [ 3 ] {} <Debug> HTTP-Session: a10c84bd-a103-4610-8c92-6bdddb498a24 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12728 | 2024.05.13 20:54:09.689414 [ 3 ] {} <Debug> HTTP-Session: a10c84bd-a103-4610-8c92-6bdddb498a24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12729 | 2024.05.13 20:54:09.689428 [ 3 ] {} <Debug> HTTP-Session: a10c84bd-a103-4610-8c92-6bdddb498a24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12730 | 2024.05.13 20:54:09.689459 [ 3 ] {} <Trace> HTTP-Session: a10c84bd-a103-4610-8c92-6bdddb498a24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12731 | 2024.05.13 20:54:09.689582 [ 3 ] {4ebe42e2-c3ee-4131-8ce7-1e8d65ede007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12732 | 2024.05.13 20:54:09.689625 [ 3 ] {4ebe42e2-c3ee-4131-8ce7-1e8d65ede007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12733 | 2024.05.13 20:54:09.689769 [ 3 ] {4ebe42e2-c3ee-4131-8ce7-1e8d65ede007} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12734 | 2024.05.13 20:54:09.690131 [ 3 ] {4ebe42e2-c3ee-4131-8ce7-1e8d65ede007} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12735 | 2024.05.13 20:54:09.690169 [ 3 ] {4ebe42e2-c3ee-4131-8ce7-1e8d65ede007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
12736 | 2024.05.13 20:54:09.690478 [ 3 ] {4ebe42e2-c3ee-4131-8ce7-1e8d65ede007} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
12737 | 2024.05.13 20:54:09.690773 [ 3 ] {4ebe42e2-c3ee-4131-8ce7-1e8d65ede007} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12738 | 2024.05.13 20:54:09.690923 [ 3 ] {4ebe42e2-c3ee-4131-8ce7-1e8d65ede007} <Debug> executeQuery: Read 99 rows, 7.95 KiB in 0.001387 sec., 71377.07281903389 rows/sec., 5.60 MiB/sec. | ||
12739 | 2024.05.13 20:54:09.691168 [ 3 ] {4ebe42e2-c3ee-4131-8ce7-1e8d65ede007} <Debug> DynamicQueryHandler: Done processing query | ||
12740 | 2024.05.13 20:54:09.691222 [ 3 ] {4ebe42e2-c3ee-4131-8ce7-1e8d65ede007} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12741 | 2024.05.13 20:54:09.691277 [ 3 ] {} <Debug> HTTP-Session: a10c84bd-a103-4610-8c92-6bdddb498a24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12742 | 2024.05.13 20:54:09.691457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12743 | 2024.05.13 20:54:09.691509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12744 | 2024.05.13 20:54:09.691529 [ 3 ] {} <Debug> HTTP-Session: 7220d51b-ca99-4710-bc73-112856fa529f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12745 | 2024.05.13 20:54:09.691545 [ 3 ] {} <Debug> HTTP-Session: 7220d51b-ca99-4710-bc73-112856fa529f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12746 | 2024.05.13 20:54:09.691558 [ 3 ] {} <Debug> HTTP-Session: 7220d51b-ca99-4710-bc73-112856fa529f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12747 | 2024.05.13 20:54:09.691589 [ 3 ] {} <Trace> HTTP-Session: 7220d51b-ca99-4710-bc73-112856fa529f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12748 | 2024.05.13 20:54:09.691748 [ 3 ] {f3200e7e-18e1-4f70-9a4f-7cc7dcd83dd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12749 | 2024.05.13 20:54:09.691797 [ 3 ] {f3200e7e-18e1-4f70-9a4f-7cc7dcd83dd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12750 | 2024.05.13 20:54:09.691962 [ 3 ] {f3200e7e-18e1-4f70-9a4f-7cc7dcd83dd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12751 | 2024.05.13 20:54:09.692341 [ 3 ] {f3200e7e-18e1-4f70-9a4f-7cc7dcd83dd6} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12752 | 2024.05.13 20:54:09.692377 [ 3 ] {f3200e7e-18e1-4f70-9a4f-7cc7dcd83dd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
12753 | 2024.05.13 20:54:09.692760 [ 3 ] {f3200e7e-18e1-4f70-9a4f-7cc7dcd83dd6} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
12754 | 2024.05.13 20:54:09.693087 [ 3 ] {f3200e7e-18e1-4f70-9a4f-7cc7dcd83dd6} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12755 | 2024.05.13 20:54:09.693237 [ 3 ] {f3200e7e-18e1-4f70-9a4f-7cc7dcd83dd6} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001557 sec., 103403.98201669878 rows/sec., 7.20 MiB/sec. | ||
12756 | 2024.05.13 20:54:09.693418 [ 3 ] {f3200e7e-18e1-4f70-9a4f-7cc7dcd83dd6} <Debug> DynamicQueryHandler: Done processing query | ||
12757 | 2024.05.13 20:54:09.693444 [ 3 ] {f3200e7e-18e1-4f70-9a4f-7cc7dcd83dd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12758 | 2024.05.13 20:54:09.693459 [ 3 ] {} <Debug> HTTP-Session: 7220d51b-ca99-4710-bc73-112856fa529f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12759 | 2024.05.13 20:54:09.693609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 32124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12760 | 2024.05.13 20:54:09.693657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12761 | 2024.05.13 20:54:09.693676 [ 3 ] {} <Debug> HTTP-Session: 4bb72107-5a16-42fc-81c5-79dc067e30ac Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12762 | 2024.05.13 20:54:09.693691 [ 3 ] {} <Debug> HTTP-Session: 4bb72107-5a16-42fc-81c5-79dc067e30ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12763 | 2024.05.13 20:54:09.693705 [ 3 ] {} <Debug> HTTP-Session: 4bb72107-5a16-42fc-81c5-79dc067e30ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12764 | 2024.05.13 20:54:09.693735 [ 3 ] {} <Trace> HTTP-Session: 4bb72107-5a16-42fc-81c5-79dc067e30ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12765 | 2024.05.13 20:54:09.693981 [ 3 ] {fbcfa9df-d503-4556-97a8-f64064a8400e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12766 | 2024.05.13 20:54:09.694029 [ 3 ] {fbcfa9df-d503-4556-97a8-f64064a8400e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12767 | 2024.05.13 20:54:09.694191 [ 3 ] {fbcfa9df-d503-4556-97a8-f64064a8400e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12768 | 2024.05.13 20:54:09.694728 [ 3 ] {fbcfa9df-d503-4556-97a8-f64064a8400e} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12769 | 2024.05.13 20:54:09.694765 [ 3 ] {fbcfa9df-d503-4556-97a8-f64064a8400e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
12770 | 2024.05.13 20:54:09.695176 [ 3 ] {fbcfa9df-d503-4556-97a8-f64064a8400e} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
12771 | 2024.05.13 20:54:09.695511 [ 3 ] {fbcfa9df-d503-4556-97a8-f64064a8400e} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12772 | 2024.05.13 20:54:09.695674 [ 3 ] {fbcfa9df-d503-4556-97a8-f64064a8400e} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001854 sec., 16181.229773462783 rows/sec., 21.84 MiB/sec. | ||
12773 | 2024.05.13 20:54:09.695707 [ 80 ] {} <Debug> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
12774 | 2024.05.13 20:54:09.695852 [ 80 ] {} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12775 | 2024.05.13 20:54:09.695908 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
12776 | 2024.05.13 20:54:09.695946 [ 3 ] {fbcfa9df-d503-4556-97a8-f64064a8400e} <Debug> DynamicQueryHandler: Done processing query | ||
12777 | 2024.05.13 20:54:09.696039 [ 3 ] {fbcfa9df-d503-4556-97a8-f64064a8400e} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
12778 | 2024.05.13 20:54:09.696081 [ 3 ] {} <Debug> HTTP-Session: 4bb72107-5a16-42fc-81c5-79dc067e30ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12779 | 2024.05.13 20:54:09.696122 [ 199 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
12780 | 2024.05.13 20:54:09.696219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12781 | 2024.05.13 20:54:09.696290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12782 | 2024.05.13 20:54:09.696327 [ 3 ] {} <Debug> HTTP-Session: 4d45a2e7-707c-4194-aa48-04eb597d0b88 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12783 | 2024.05.13 20:54:09.696334 [ 199 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12784 | 2024.05.13 20:54:09.696347 [ 3 ] {} <Debug> HTTP-Session: 4d45a2e7-707c-4194-aa48-04eb597d0b88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12785 | 2024.05.13 20:54:09.696369 [ 3 ] {} <Debug> HTTP-Session: 4d45a2e7-707c-4194-aa48-04eb597d0b88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12786 | 2024.05.13 20:54:09.696380 [ 199 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1114 rows starting from the beginning of the part | ||
12787 | 2024.05.13 20:54:09.696408 [ 3 ] {} <Trace> HTTP-Session: 4d45a2e7-707c-4194-aa48-04eb597d0b88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12788 | 2024.05.13 20:54:09.696544 [ 199 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 22 rows starting from the beginning of the part | ||
12789 | 2024.05.13 20:54:09.696589 [ 3 ] {7c3d0089-de8f-4663-a6fd-e28543b7e4bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
12790 | 2024.05.13 20:54:09.696702 [ 3 ] {7c3d0089-de8f-4663-a6fd-e28543b7e4bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
12791 | 2024.05.13 20:54:09.696719 [ 199 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 24 rows starting from the beginning of the part | ||
12792 | 2024.05.13 20:54:09.696949 [ 199 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
12793 | 2024.05.13 20:54:09.697194 [ 199 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 25 rows starting from the beginning of the part | ||
12794 | 2024.05.13 20:54:09.697417 [ 199 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
12795 | 2024.05.13 20:54:09.697438 [ 3 ] {7c3d0089-de8f-4663-a6fd-e28543b7e4bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12796 | 2024.05.13 20:54:09.697996 [ 3 ] {7c3d0089-de8f-4663-a6fd-e28543b7e4bb} <Trace> oximeter.measurements_i64 (53b40716-82f1-495e-97d6-cbf4e1ab1de8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12797 | 2024.05.13 20:54:09.698044 [ 3 ] {7c3d0089-de8f-4663-a6fd-e28543b7e4bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
12798 | 2024.05.13 20:54:09.698426 [ 3 ] {7c3d0089-de8f-4663-a6fd-e28543b7e4bb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
12799 | 2024.05.13 20:54:09.698746 [ 3 ] {7c3d0089-de8f-4663-a6fd-e28543b7e4bb} <Trace> oximeter.measurements_i64 (53b40716-82f1-495e-97d6-cbf4e1ab1de8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12800 | 2024.05.13 20:54:09.698889 [ 80 ] {} <Debug> oximeter.measurements_i64 (53b40716-82f1-495e-97d6-cbf4e1ab1de8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
12801 | 2024.05.13 20:54:09.698905 [ 3 ] {7c3d0089-de8f-4663-a6fd-e28543b7e4bb} <Debug> executeQuery: Read 3 rows, 246.00 B in 0.002379 sec., 1261.0340479192937 rows/sec., 100.98 KiB/sec. | ||
12802 | 2024.05.13 20:54:09.698936 [ 80 ] {} <Trace> oximeter.measurements_i64 (53b40716-82f1-495e-97d6-cbf4e1ab1de8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12803 | 2024.05.13 20:54:09.699007 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
12804 | 2024.05.13 20:54:09.699517 [ 3 ] {7c3d0089-de8f-4663-a6fd-e28543b7e4bb} <Debug> DynamicQueryHandler: Done processing query | ||
12805 | 2024.05.13 20:54:09.699629 [ 3 ] {7c3d0089-de8f-4663-a6fd-e28543b7e4bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12806 | 2024.05.13 20:54:09.699764 [ 3 ] {} <Debug> HTTP-Session: 4d45a2e7-707c-4194-aa48-04eb597d0b88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12807 | 2024.05.13 20:54:09.699766 [ 189 ] {53b40716-82f1-495e-97d6-cbf4e1ab1de8::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 | ||
12808 | 2024.05.13 20:54:09.700014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12809 | 2024.05.13 20:54:09.700202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12810 | 2024.05.13 20:54:09.700316 [ 3 ] {} <Debug> HTTP-Session: 90938958-71fa-4f7b-9404-e099e4d40e20 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12811 | 2024.05.13 20:54:09.700409 [ 3 ] {} <Debug> HTTP-Session: 90938958-71fa-4f7b-9404-e099e4d40e20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12812 | 2024.05.13 20:54:09.700406 [ 189 ] {53b40716-82f1-495e-97d6-cbf4e1ab1de8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12813 | 2024.05.13 20:54:09.700461 [ 3 ] {} <Debug> HTTP-Session: 90938958-71fa-4f7b-9404-e099e4d40e20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12814 | 2024.05.13 20:54:09.700558 [ 189 ] {53b40716-82f1-495e-97d6-cbf4e1ab1de8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
12815 | 2024.05.13 20:54:09.700583 [ 3 ] {} <Trace> HTTP-Session: 90938958-71fa-4f7b-9404-e099e4d40e20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12816 | 2024.05.13 20:54:09.701035 [ 189 ] {53b40716-82f1-495e-97d6-cbf4e1ab1de8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 9 rows starting from the beginning of the part | ||
12817 | 2024.05.13 20:54:09.701099 [ 3 ] {12fe651f-6b3e-40f4-b90f-7ce2c4bcada5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12818 | 2024.05.13 20:54:09.701368 [ 3 ] {12fe651f-6b3e-40f4-b90f-7ce2c4bcada5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12819 | 2024.05.13 20:54:09.701476 [ 189 ] {53b40716-82f1-495e-97d6-cbf4e1ab1de8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part | ||
12820 | 2024.05.13 20:54:09.702003 [ 189 ] {53b40716-82f1-495e-97d6-cbf4e1ab1de8::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 | ||
12821 | 2024.05.13 20:54:09.702470 [ 189 ] {53b40716-82f1-495e-97d6-cbf4e1ab1de8::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 | ||
12822 | 2024.05.13 20:54:09.702929 [ 189 ] {53b40716-82f1-495e-97d6-cbf4e1ab1de8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 3 rows starting from the beginning of the part | ||
12823 | 2024.05.13 20:54:09.704032 [ 3 ] {12fe651f-6b3e-40f4-b90f-7ce2c4bcada5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12824 | 2024.05.13 20:54:09.705087 [ 3 ] {12fe651f-6b3e-40f4-b90f-7ce2c4bcada5} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12825 | 2024.05.13 20:54:09.705149 [ 3 ] {12fe651f-6b3e-40f4-b90f-7ce2c4bcada5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
12826 | 2024.05.13 20:54:09.706548 [ 3 ] {12fe651f-6b3e-40f4-b90f-7ce2c4bcada5} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
12827 | 2024.05.13 20:54:09.706963 [ 199 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1238 rows, containing 6 columns (6 merged, 0 gathered) in 0.010903104 sec., 113545.64718450818 rows/sec., 153.22 MiB/sec. | ||
12828 | 2024.05.13 20:54:09.707599 [ 195 ] {53b40716-82f1-495e-97d6-cbf4e1ab1de8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.0083693 sec., 6093.699592558518 rows/sec., 443.98 KiB/sec. | ||
12829 | 2024.05.13 20:54:09.707800 [ 199 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
12830 | 2024.05.13 20:54:09.707836 [ 3 ] {12fe651f-6b3e-40f4-b90f-7ce2c4bcada5} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12831 | 2024.05.13 20:54:09.707917 [ 198 ] {53b40716-82f1-495e-97d6-cbf4e1ab1de8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
12832 | 2024.05.13 20:54:09.708396 [ 3 ] {12fe651f-6b3e-40f4-b90f-7ce2c4bcada5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007533 sec., 7964.954201513341 rows/sec., 549.66 KiB/sec. | ||
12833 | 2024.05.13 20:54:09.709099 [ 3 ] {12fe651f-6b3e-40f4-b90f-7ce2c4bcada5} <Debug> DynamicQueryHandler: Done processing query | ||
12834 | 2024.05.13 20:54:09.709185 [ 3 ] {12fe651f-6b3e-40f4-b90f-7ce2c4bcada5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12835 | 2024.05.13 20:54:09.709279 [ 3 ] {} <Debug> HTTP-Session: 90938958-71fa-4f7b-9404-e099e4d40e20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12836 | 2024.05.13 20:54:09.709845 [ 199 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_76_15} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12837 | 2024.05.13 20:54:09.710257 [ 199 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_76_15} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
12838 | 2024.05.13 20:54:09.710281 [ 198 ] {53b40716-82f1-495e-97d6-cbf4e1ab1de8::all_1_6_1} <Trace> oximeter.measurements_i64 (53b40716-82f1-495e-97d6-cbf4e1ab1de8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12839 | 2024.05.13 20:54:09.710595 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
12840 | 2024.05.13 20:54:09.710616 [ 198 ] {53b40716-82f1-495e-97d6-cbf4e1ab1de8::all_1_6_1} <Trace> oximeter.measurements_i64 (53b40716-82f1-495e-97d6-cbf4e1ab1de8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
12841 | 2024.05.13 20:54:09.710746 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
12842 | 2024.05.13 20:54:10.000224 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.27 MiB, peak 216.94 MiB, free memory in arenas 0.00 B, will set to 203.81 MiB (RSS), difference: 2.54 MiB | ||
12843 | 2024.05.13 20:54:12.833222 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12844 | 2024.05.13 20:54:12.833283 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12845 | 2024.05.13 20:54:14.678782 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3636, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12846 | 2024.05.13 20:54:14.678895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12847 | 2024.05.13 20:54:14.678919 [ 3 ] {} <Debug> HTTP-Session: cde0a504-6066-4f13-a73f-137d8b5a4691 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12848 | 2024.05.13 20:54:14.678942 [ 3 ] {} <Debug> HTTP-Session: cde0a504-6066-4f13-a73f-137d8b5a4691 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12849 | 2024.05.13 20:54:14.678956 [ 3 ] {} <Debug> HTTP-Session: cde0a504-6066-4f13-a73f-137d8b5a4691 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12850 | 2024.05.13 20:54:14.679005 [ 3 ] {} <Trace> HTTP-Session: cde0a504-6066-4f13-a73f-137d8b5a4691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12851 | 2024.05.13 20:54:14.679192 [ 3 ] {4db6bf71-0dd5-4416-ad55-35c55ad24fde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12852 | 2024.05.13 20:54:14.679257 [ 3 ] {4db6bf71-0dd5-4416-ad55-35c55ad24fde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12853 | 2024.05.13 20:54:14.679444 [ 3 ] {4db6bf71-0dd5-4416-ad55-35c55ad24fde} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12854 | 2024.05.13 20:54:14.679863 [ 3 ] {4db6bf71-0dd5-4416-ad55-35c55ad24fde} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12855 | 2024.05.13 20:54:14.679903 [ 3 ] {4db6bf71-0dd5-4416-ad55-35c55ad24fde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
12856 | 2024.05.13 20:54:14.680273 [ 3 ] {4db6bf71-0dd5-4416-ad55-35c55ad24fde} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
12857 | 2024.05.13 20:54:14.680606 [ 3 ] {4db6bf71-0dd5-4416-ad55-35c55ad24fde} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12858 | 2024.05.13 20:54:14.680772 [ 3 ] {4db6bf71-0dd5-4416-ad55-35c55ad24fde} <Debug> executeQuery: Read 25 rows, 2.03 KiB in 0.001637 sec., 15271.838729383018 rows/sec., 1.21 MiB/sec. | ||
12859 | 2024.05.13 20:54:14.680977 [ 3 ] {4db6bf71-0dd5-4416-ad55-35c55ad24fde} <Debug> DynamicQueryHandler: Done processing query | ||
12860 | 2024.05.13 20:54:14.681013 [ 3 ] {4db6bf71-0dd5-4416-ad55-35c55ad24fde} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12861 | 2024.05.13 20:54:14.681045 [ 3 ] {} <Debug> HTTP-Session: cde0a504-6066-4f13-a73f-137d8b5a4691 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12862 | 2024.05.13 20:54:14.681181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12863 | 2024.05.13 20:54:14.681229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12864 | 2024.05.13 20:54:14.681247 [ 3 ] {} <Debug> HTTP-Session: 72ef29fe-845b-404f-b7c9-f561287a8611 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12865 | 2024.05.13 20:54:14.681264 [ 3 ] {} <Debug> HTTP-Session: 72ef29fe-845b-404f-b7c9-f561287a8611 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12866 | 2024.05.13 20:54:14.681277 [ 3 ] {} <Debug> HTTP-Session: 72ef29fe-845b-404f-b7c9-f561287a8611 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12867 | 2024.05.13 20:54:14.681307 [ 3 ] {} <Trace> HTTP-Session: 72ef29fe-845b-404f-b7c9-f561287a8611 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12868 | 2024.05.13 20:54:14.681398 [ 3 ] {7d301acc-365d-4bf7-98b2-9ccf7c594472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12869 | 2024.05.13 20:54:14.681441 [ 3 ] {7d301acc-365d-4bf7-98b2-9ccf7c594472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12870 | 2024.05.13 20:54:14.681568 [ 3 ] {7d301acc-365d-4bf7-98b2-9ccf7c594472} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12871 | 2024.05.13 20:54:14.681859 [ 3 ] {7d301acc-365d-4bf7-98b2-9ccf7c594472} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12872 | 2024.05.13 20:54:14.681895 [ 3 ] {7d301acc-365d-4bf7-98b2-9ccf7c594472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
12873 | 2024.05.13 20:54:14.682187 [ 3 ] {7d301acc-365d-4bf7-98b2-9ccf7c594472} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
12874 | 2024.05.13 20:54:14.682481 [ 3 ] {7d301acc-365d-4bf7-98b2-9ccf7c594472} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12875 | 2024.05.13 20:54:14.682640 [ 3 ] {7d301acc-365d-4bf7-98b2-9ccf7c594472} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001255 sec., 1593.6254980079682 rows/sec., 129.95 KiB/sec. | ||
12876 | 2024.05.13 20:54:14.682910 [ 3 ] {7d301acc-365d-4bf7-98b2-9ccf7c594472} <Debug> DynamicQueryHandler: Done processing query | ||
12877 | 2024.05.13 20:54:14.682965 [ 3 ] {7d301acc-365d-4bf7-98b2-9ccf7c594472} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12878 | 2024.05.13 20:54:14.682993 [ 3 ] {} <Debug> HTTP-Session: 72ef29fe-845b-404f-b7c9-f561287a8611 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12879 | 2024.05.13 20:54:14.683166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 24296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12880 | 2024.05.13 20:54:14.683220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12881 | 2024.05.13 20:54:14.683239 [ 3 ] {} <Debug> HTTP-Session: 034d3c02-2fda-491c-9108-7aa8686ef4fd Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12882 | 2024.05.13 20:54:14.683255 [ 3 ] {} <Debug> HTTP-Session: 034d3c02-2fda-491c-9108-7aa8686ef4fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12883 | 2024.05.13 20:54:14.683268 [ 3 ] {} <Debug> HTTP-Session: 034d3c02-2fda-491c-9108-7aa8686ef4fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12884 | 2024.05.13 20:54:14.683299 [ 3 ] {} <Trace> HTTP-Session: 034d3c02-2fda-491c-9108-7aa8686ef4fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12885 | 2024.05.13 20:54:14.683451 [ 3 ] {54907db7-9348-4f76-a99a-a025edf0d54d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12886 | 2024.05.13 20:54:14.683498 [ 3 ] {54907db7-9348-4f76-a99a-a025edf0d54d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12887 | 2024.05.13 20:54:14.683676 [ 3 ] {54907db7-9348-4f76-a99a-a025edf0d54d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12888 | 2024.05.13 20:54:14.684099 [ 3 ] {54907db7-9348-4f76-a99a-a025edf0d54d} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12889 | 2024.05.13 20:54:14.684138 [ 3 ] {54907db7-9348-4f76-a99a-a025edf0d54d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
12890 | 2024.05.13 20:54:14.684475 [ 3 ] {54907db7-9348-4f76-a99a-a025edf0d54d} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
12891 | 2024.05.13 20:54:14.684801 [ 3 ] {54907db7-9348-4f76-a99a-a025edf0d54d} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12892 | 2024.05.13 20:54:14.684955 [ 3 ] {54907db7-9348-4f76-a99a-a025edf0d54d} <Debug> executeQuery: Read 168 rows, 14.09 KiB in 0.001565 sec., 107348.2428115016 rows/sec., 8.79 MiB/sec. | ||
12893 | 2024.05.13 20:54:14.685136 [ 3 ] {54907db7-9348-4f76-a99a-a025edf0d54d} <Debug> DynamicQueryHandler: Done processing query | ||
12894 | 2024.05.13 20:54:14.685165 [ 3 ] {54907db7-9348-4f76-a99a-a025edf0d54d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12895 | 2024.05.13 20:54:14.685180 [ 3 ] {} <Debug> HTTP-Session: 034d3c02-2fda-491c-9108-7aa8686ef4fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12896 | 2024.05.13 20:54:14.685296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12897 | 2024.05.13 20:54:14.685347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12898 | 2024.05.13 20:54:14.685366 [ 3 ] {} <Debug> HTTP-Session: 9123e289-4799-454c-854d-49c99134521e Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12899 | 2024.05.13 20:54:14.685382 [ 3 ] {} <Debug> HTTP-Session: 9123e289-4799-454c-854d-49c99134521e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12900 | 2024.05.13 20:54:14.685395 [ 3 ] {} <Debug> HTTP-Session: 9123e289-4799-454c-854d-49c99134521e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12901 | 2024.05.13 20:54:14.685425 [ 3 ] {} <Trace> HTTP-Session: 9123e289-4799-454c-854d-49c99134521e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12902 | 2024.05.13 20:54:14.685521 [ 3 ] {1833744e-ceaf-40bd-a7f3-45fe31e9c072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12903 | 2024.05.13 20:54:14.685564 [ 3 ] {1833744e-ceaf-40bd-a7f3-45fe31e9c072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12904 | 2024.05.13 20:54:14.685699 [ 3 ] {1833744e-ceaf-40bd-a7f3-45fe31e9c072} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12905 | 2024.05.13 20:54:14.685976 [ 3 ] {1833744e-ceaf-40bd-a7f3-45fe31e9c072} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12906 | 2024.05.13 20:54:14.686012 [ 3 ] {1833744e-ceaf-40bd-a7f3-45fe31e9c072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
12907 | 2024.05.13 20:54:14.686311 [ 3 ] {1833744e-ceaf-40bd-a7f3-45fe31e9c072} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
12908 | 2024.05.13 20:54:14.686624 [ 3 ] {1833744e-ceaf-40bd-a7f3-45fe31e9c072} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12909 | 2024.05.13 20:54:14.686780 [ 3 ] {1833744e-ceaf-40bd-a7f3-45fe31e9c072} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001282 sec., 1560.0624024960998 rows/sec., 108.93 KiB/sec. | ||
12910 | 2024.05.13 20:54:14.686937 [ 3 ] {1833744e-ceaf-40bd-a7f3-45fe31e9c072} <Debug> DynamicQueryHandler: Done processing query | ||
12911 | 2024.05.13 20:54:14.686960 [ 3 ] {1833744e-ceaf-40bd-a7f3-45fe31e9c072} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12912 | 2024.05.13 20:54:14.686975 [ 3 ] {} <Debug> HTTP-Session: 9123e289-4799-454c-854d-49c99134521e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12913 | 2024.05.13 20:54:14.687113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 19506, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12914 | 2024.05.13 20:54:14.687165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12915 | 2024.05.13 20:54:14.687184 [ 3 ] {} <Debug> HTTP-Session: f4fb5a12-52a7-43f9-a19f-e98d522d77b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12916 | 2024.05.13 20:54:14.687202 [ 3 ] {} <Debug> HTTP-Session: f4fb5a12-52a7-43f9-a19f-e98d522d77b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12917 | 2024.05.13 20:54:14.687216 [ 3 ] {} <Debug> HTTP-Session: f4fb5a12-52a7-43f9-a19f-e98d522d77b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12918 | 2024.05.13 20:54:14.687247 [ 3 ] {} <Trace> HTTP-Session: f4fb5a12-52a7-43f9-a19f-e98d522d77b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12919 | 2024.05.13 20:54:14.687392 [ 3 ] {305b8d48-5eb2-448f-9ede-0e0462a290d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12920 | 2024.05.13 20:54:14.687435 [ 3 ] {305b8d48-5eb2-448f-9ede-0e0462a290d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12921 | 2024.05.13 20:54:14.687565 [ 3 ] {305b8d48-5eb2-448f-9ede-0e0462a290d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12922 | 2024.05.13 20:54:14.687933 [ 3 ] {305b8d48-5eb2-448f-9ede-0e0462a290d1} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12923 | 2024.05.13 20:54:14.687969 [ 3 ] {305b8d48-5eb2-448f-9ede-0e0462a290d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
12924 | 2024.05.13 20:54:14.688289 [ 3 ] {305b8d48-5eb2-448f-9ede-0e0462a290d1} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
12925 | 2024.05.13 20:54:14.688598 [ 3 ] {305b8d48-5eb2-448f-9ede-0e0462a290d1} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12926 | 2024.05.13 20:54:14.688746 [ 3 ] {305b8d48-5eb2-448f-9ede-0e0462a290d1} <Debug> executeQuery: Read 115 rows, 9.18 KiB in 0.001413 sec., 81387.11960368011 rows/sec., 6.34 MiB/sec. | ||
12927 | 2024.05.13 20:54:14.688925 [ 3 ] {305b8d48-5eb2-448f-9ede-0e0462a290d1} <Debug> DynamicQueryHandler: Done processing query | ||
12928 | 2024.05.13 20:54:14.688961 [ 3 ] {305b8d48-5eb2-448f-9ede-0e0462a290d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12929 | 2024.05.13 20:54:14.688998 [ 3 ] {} <Debug> HTTP-Session: f4fb5a12-52a7-43f9-a19f-e98d522d77b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12930 | 2024.05.13 20:54:14.689180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 37785, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12931 | 2024.05.13 20:54:14.689230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12932 | 2024.05.13 20:54:14.689248 [ 3 ] {} <Debug> HTTP-Session: ae170e64-d987-4794-8ccb-1e082728fa47 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12933 | 2024.05.13 20:54:14.689264 [ 3 ] {} <Debug> HTTP-Session: ae170e64-d987-4794-8ccb-1e082728fa47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12934 | 2024.05.13 20:54:14.689278 [ 3 ] {} <Debug> HTTP-Session: ae170e64-d987-4794-8ccb-1e082728fa47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12935 | 2024.05.13 20:54:14.689307 [ 3 ] {} <Trace> HTTP-Session: ae170e64-d987-4794-8ccb-1e082728fa47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12936 | 2024.05.13 20:54:14.689474 [ 3 ] {f7a32d87-2cf2-4dd2-8713-22e10b6c99ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12937 | 2024.05.13 20:54:14.689521 [ 3 ] {f7a32d87-2cf2-4dd2-8713-22e10b6c99ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12938 | 2024.05.13 20:54:14.689664 [ 3 ] {f7a32d87-2cf2-4dd2-8713-22e10b6c99ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12939 | 2024.05.13 20:54:14.690130 [ 3 ] {f7a32d87-2cf2-4dd2-8713-22e10b6c99ba} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12940 | 2024.05.13 20:54:14.690165 [ 3 ] {f7a32d87-2cf2-4dd2-8713-22e10b6c99ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
12941 | 2024.05.13 20:54:14.690562 [ 3 ] {f7a32d87-2cf2-4dd2-8713-22e10b6c99ba} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
12942 | 2024.05.13 20:54:14.690898 [ 3 ] {f7a32d87-2cf2-4dd2-8713-22e10b6c99ba} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12943 | 2024.05.13 20:54:14.691054 [ 3 ] {f7a32d87-2cf2-4dd2-8713-22e10b6c99ba} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001661 sec., 118603.25105358218 rows/sec., 8.28 MiB/sec. | ||
12944 | 2024.05.13 20:54:14.691287 [ 3 ] {f7a32d87-2cf2-4dd2-8713-22e10b6c99ba} <Debug> DynamicQueryHandler: Done processing query | ||
12945 | 2024.05.13 20:54:14.691340 [ 3 ] {f7a32d87-2cf2-4dd2-8713-22e10b6c99ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
12946 | 2024.05.13 20:54:14.691406 [ 3 ] {} <Debug> HTTP-Session: ae170e64-d987-4794-8ccb-1e082728fa47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12947 | 2024.05.13 20:54:14.691622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 26779, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12948 | 2024.05.13 20:54:14.691673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12949 | 2024.05.13 20:54:14.691693 [ 3 ] {} <Debug> HTTP-Session: d6e03fb4-8442-4b62-861b-6a8c563e38e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12950 | 2024.05.13 20:54:14.691708 [ 3 ] {} <Debug> HTTP-Session: d6e03fb4-8442-4b62-861b-6a8c563e38e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12951 | 2024.05.13 20:54:14.691722 [ 3 ] {} <Debug> HTTP-Session: d6e03fb4-8442-4b62-861b-6a8c563e38e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12952 | 2024.05.13 20:54:14.691753 [ 3 ] {} <Trace> HTTP-Session: d6e03fb4-8442-4b62-861b-6a8c563e38e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12953 | 2024.05.13 20:54:14.691985 [ 3 ] {aa6fcea0-e54c-4170-936e-7140ceac0e00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12954 | 2024.05.13 20:54:14.692036 [ 3 ] {aa6fcea0-e54c-4170-936e-7140ceac0e00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12955 | 2024.05.13 20:54:14.692215 [ 3 ] {aa6fcea0-e54c-4170-936e-7140ceac0e00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12956 | 2024.05.13 20:54:14.692665 [ 3 ] {aa6fcea0-e54c-4170-936e-7140ceac0e00} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12957 | 2024.05.13 20:54:14.692702 [ 3 ] {aa6fcea0-e54c-4170-936e-7140ceac0e00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
12958 | 2024.05.13 20:54:14.693129 [ 3 ] {aa6fcea0-e54c-4170-936e-7140ceac0e00} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
12959 | 2024.05.13 20:54:14.693469 [ 3 ] {aa6fcea0-e54c-4170-936e-7140ceac0e00} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12960 | 2024.05.13 20:54:14.693627 [ 3 ] {aa6fcea0-e54c-4170-936e-7140ceac0e00} <Debug> executeQuery: Read 25 rows, 34.55 KiB in 0.001794 sec., 13935.340022296545 rows/sec., 18.81 MiB/sec. | ||
12961 | 2024.05.13 20:54:14.693835 [ 3 ] {aa6fcea0-e54c-4170-936e-7140ceac0e00} <Debug> DynamicQueryHandler: Done processing query | ||
12962 | 2024.05.13 20:54:14.693869 [ 3 ] {aa6fcea0-e54c-4170-936e-7140ceac0e00} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
12963 | 2024.05.13 20:54:14.693903 [ 3 ] {} <Debug> HTTP-Session: d6e03fb4-8442-4b62-861b-6a8c563e38e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12964 | 2024.05.13 20:54:14.694055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12965 | 2024.05.13 20:54:14.694104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12966 | 2024.05.13 20:54:14.694123 [ 3 ] {} <Debug> HTTP-Session: b1adb0b2-d479-4b7f-a804-651ecf03421d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12967 | 2024.05.13 20:54:14.694139 [ 3 ] {} <Debug> HTTP-Session: b1adb0b2-d479-4b7f-a804-651ecf03421d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12968 | 2024.05.13 20:54:14.694152 [ 3 ] {} <Debug> HTTP-Session: b1adb0b2-d479-4b7f-a804-651ecf03421d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12969 | 2024.05.13 20:54:14.694183 [ 3 ] {} <Trace> HTTP-Session: b1adb0b2-d479-4b7f-a804-651ecf03421d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12970 | 2024.05.13 20:54:14.694301 [ 3 ] {17b91a04-54e6-4fb3-91f1-d26e2b7c080d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12971 | 2024.05.13 20:54:14.694356 [ 3 ] {17b91a04-54e6-4fb3-91f1-d26e2b7c080d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12972 | 2024.05.13 20:54:14.694488 [ 3 ] {17b91a04-54e6-4fb3-91f1-d26e2b7c080d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12973 | 2024.05.13 20:54:14.694846 [ 3 ] {17b91a04-54e6-4fb3-91f1-d26e2b7c080d} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12974 | 2024.05.13 20:54:14.694880 [ 3 ] {17b91a04-54e6-4fb3-91f1-d26e2b7c080d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
12975 | 2024.05.13 20:54:14.695212 [ 3 ] {17b91a04-54e6-4fb3-91f1-d26e2b7c080d} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
12976 | 2024.05.13 20:54:14.695501 [ 3 ] {17b91a04-54e6-4fb3-91f1-d26e2b7c080d} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12977 | 2024.05.13 20:54:14.695632 [ 3 ] {17b91a04-54e6-4fb3-91f1-d26e2b7c080d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001436 sec., 41782.72980501393 rows/sec., 2.82 MiB/sec. | ||
12978 | 2024.05.13 20:54:14.695967 [ 3 ] {17b91a04-54e6-4fb3-91f1-d26e2b7c080d} <Debug> DynamicQueryHandler: Done processing query | ||
12979 | 2024.05.13 20:54:14.696032 [ 3 ] {17b91a04-54e6-4fb3-91f1-d26e2b7c080d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12980 | 2024.05.13 20:54:14.696086 [ 3 ] {} <Debug> HTTP-Session: b1adb0b2-d479-4b7f-a804-651ecf03421d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12981 | 2024.05.13 20:54:19.676868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 4350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12982 | 2024.05.13 20:54:19.676998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12983 | 2024.05.13 20:54:19.677023 [ 3 ] {} <Debug> HTTP-Session: 7878ef04-78a3-44a4-93a2-53a1990491b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
12984 | 2024.05.13 20:54:19.677047 [ 3 ] {} <Debug> HTTP-Session: 7878ef04-78a3-44a4-93a2-53a1990491b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12985 | 2024.05.13 20:54:19.677061 [ 3 ] {} <Debug> HTTP-Session: 7878ef04-78a3-44a4-93a2-53a1990491b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12986 | 2024.05.13 20:54:19.677110 [ 3 ] {} <Trace> HTTP-Session: 7878ef04-78a3-44a4-93a2-53a1990491b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12987 | 2024.05.13 20:54:19.677298 [ 3 ] {961bb651-2411-437b-bbaa-45414965bb6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12988 | 2024.05.13 20:54:19.677365 [ 3 ] {961bb651-2411-437b-bbaa-45414965bb6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12989 | 2024.05.13 20:54:19.677558 [ 3 ] {961bb651-2411-437b-bbaa-45414965bb6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12990 | 2024.05.13 20:54:19.678053 [ 3 ] {961bb651-2411-437b-bbaa-45414965bb6f} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12991 | 2024.05.13 20:54:19.678095 [ 3 ] {961bb651-2411-437b-bbaa-45414965bb6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
12992 | 2024.05.13 20:54:19.678452 [ 3 ] {961bb651-2411-437b-bbaa-45414965bb6f} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
12993 | 2024.05.13 20:54:19.678785 [ 3 ] {961bb651-2411-437b-bbaa-45414965bb6f} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12994 | 2024.05.13 20:54:19.678945 [ 3 ] {961bb651-2411-437b-bbaa-45414965bb6f} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001701 sec., 17636.68430335097 rows/sec., 1.40 MiB/sec. | ||
12995 | 2024.05.13 20:54:19.679225 [ 3 ] {961bb651-2411-437b-bbaa-45414965bb6f} <Debug> DynamicQueryHandler: Done processing query | ||
12996 | 2024.05.13 20:54:19.679252 [ 3 ] {961bb651-2411-437b-bbaa-45414965bb6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12997 | 2024.05.13 20:54:19.679309 [ 3 ] {} <Debug> HTTP-Session: 7878ef04-78a3-44a4-93a2-53a1990491b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12998 | 2024.05.13 20:54:19.679579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 21465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12999 | 2024.05.13 20:54:19.679693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13000 | 2024.05.13 20:54:19.679742 [ 3 ] {} <Debug> HTTP-Session: 61af6bb3-f090-4008-bcfb-254d8d88a958 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13001 | 2024.05.13 20:54:19.679784 [ 3 ] {} <Debug> HTTP-Session: 61af6bb3-f090-4008-bcfb-254d8d88a958 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13002 | 2024.05.13 20:54:19.679808 [ 3 ] {} <Debug> HTTP-Session: 61af6bb3-f090-4008-bcfb-254d8d88a958 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13003 | 2024.05.13 20:54:19.679843 [ 3 ] {} <Trace> HTTP-Session: 61af6bb3-f090-4008-bcfb-254d8d88a958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13004 | 2024.05.13 20:54:19.679993 [ 3 ] {9da07898-afea-41f6-9fe1-0a5fce115073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13005 | 2024.05.13 20:54:19.680037 [ 3 ] {9da07898-afea-41f6-9fe1-0a5fce115073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13006 | 2024.05.13 20:54:19.680175 [ 3 ] {9da07898-afea-41f6-9fe1-0a5fce115073} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13007 | 2024.05.13 20:54:19.680610 [ 3 ] {9da07898-afea-41f6-9fe1-0a5fce115073} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13008 | 2024.05.13 20:54:19.680647 [ 3 ] {9da07898-afea-41f6-9fe1-0a5fce115073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13009 | 2024.05.13 20:54:19.680956 [ 3 ] {9da07898-afea-41f6-9fe1-0a5fce115073} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
13010 | 2024.05.13 20:54:19.681252 [ 3 ] {9da07898-afea-41f6-9fe1-0a5fce115073} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13011 | 2024.05.13 20:54:19.681403 [ 3 ] {9da07898-afea-41f6-9fe1-0a5fce115073} <Debug> executeQuery: Read 146 rows, 12.59 KiB in 0.001473 sec., 99117.4473862865 rows/sec., 8.35 MiB/sec. | ||
13012 | 2024.05.13 20:54:19.681422 [ 73 ] {} <Debug> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
13013 | 2024.05.13 20:54:19.681529 [ 73 ] {} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13014 | 2024.05.13 20:54:19.681567 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13015 | 2024.05.13 20:54:19.681636 [ 3 ] {9da07898-afea-41f6-9fe1-0a5fce115073} <Debug> DynamicQueryHandler: Done processing query | ||
13016 | 2024.05.13 20:54:19.681684 [ 3 ] {9da07898-afea-41f6-9fe1-0a5fce115073} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
13017 | 2024.05.13 20:54:19.681715 [ 3 ] {} <Debug> HTTP-Session: 61af6bb3-f090-4008-bcfb-254d8d88a958 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13018 | 2024.05.13 20:54:19.681751 [ 195 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::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 | ||
13019 | 2024.05.13 20:54:19.681892 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 15965, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13020 | 2024.05.13 20:54:19.681906 [ 195 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13021 | 2024.05.13 20:54:19.681953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13022 | 2024.05.13 20:54:19.681953 [ 195 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 237 rows starting from the beginning of the part | ||
13023 | 2024.05.13 20:54:19.681979 [ 3 ] {} <Debug> HTTP-Session: 04d8bdb6-a409-440a-a1ab-42a48ca479c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13024 | 2024.05.13 20:54:19.682003 [ 3 ] {} <Debug> HTTP-Session: 04d8bdb6-a409-440a-a1ab-42a48ca479c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13025 | 2024.05.13 20:54:19.682025 [ 3 ] {} <Debug> HTTP-Session: 04d8bdb6-a409-440a-a1ab-42a48ca479c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13026 | 2024.05.13 20:54:19.682100 [ 3 ] {} <Trace> HTTP-Session: 04d8bdb6-a409-440a-a1ab-42a48ca479c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13027 | 2024.05.13 20:54:19.682111 [ 195 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 125 rows starting from the beginning of the part | ||
13028 | 2024.05.13 20:54:19.682366 [ 195 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 132 rows starting from the beginning of the part | ||
13029 | 2024.05.13 20:54:19.682391 [ 3 ] {e4acf3a7-6495-41f3-a268-ce3bd4027ba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13030 | 2024.05.13 20:54:19.682534 [ 3 ] {e4acf3a7-6495-41f3-a268-ce3bd4027ba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13031 | 2024.05.13 20:54:19.682699 [ 195 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 147 rows starting from the beginning of the part | ||
13032 | 2024.05.13 20:54:19.682923 [ 195 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 168 rows starting from the beginning of the part | ||
13033 | 2024.05.13 20:54:19.683156 [ 195 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 146 rows starting from the beginning of the part | ||
13034 | 2024.05.13 20:54:19.683176 [ 3 ] {e4acf3a7-6495-41f3-a268-ce3bd4027ba2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13035 | 2024.05.13 20:54:19.683868 [ 3 ] {e4acf3a7-6495-41f3-a268-ce3bd4027ba2} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13036 | 2024.05.13 20:54:19.683909 [ 3 ] {e4acf3a7-6495-41f3-a268-ce3bd4027ba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13037 | 2024.05.13 20:54:19.684367 [ 3 ] {e4acf3a7-6495-41f3-a268-ce3bd4027ba2} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
13038 | 2024.05.13 20:54:19.684748 [ 3 ] {e4acf3a7-6495-41f3-a268-ce3bd4027ba2} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13039 | 2024.05.13 20:54:19.684755 [ 195 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 955 rows, containing 4 columns (4 merged, 0 gathered) in 0.003099519 sec., 308112.32323466963 rows/sec., 25.68 MiB/sec. | ||
13040 | 2024.05.13 20:54:19.684951 [ 73 ] {} <Debug> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
13041 | 2024.05.13 20:54:19.685004 [ 3 ] {e4acf3a7-6495-41f3-a268-ce3bd4027ba2} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.002751 sec., 34169.3929480189 rows/sec., 2.67 MiB/sec. | ||
13042 | 2024.05.13 20:54:19.685026 [ 73 ] {} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13043 | 2024.05.13 20:54:19.685071 [ 201 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
13044 | 2024.05.13 20:54:19.685093 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13045 | 2024.05.13 20:54:19.685538 [ 3 ] {e4acf3a7-6495-41f3-a268-ce3bd4027ba2} <Debug> DynamicQueryHandler: Done processing query | ||
13046 | 2024.05.13 20:54:19.685556 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::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 | ||
13047 | 2024.05.13 20:54:19.685581 [ 3 ] {e4acf3a7-6495-41f3-a268-ce3bd4027ba2} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
13048 | 2024.05.13 20:54:19.685683 [ 3 ] {} <Debug> HTTP-Session: 04d8bdb6-a409-440a-a1ab-42a48ca479c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13049 | 2024.05.13 20:54:19.686007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13050 | 2024.05.13 20:54:19.686168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13051 | 2024.05.13 20:54:19.686252 [ 3 ] {} <Debug> HTTP-Session: 6915e0e2-0b2f-47f2-8ebc-80edbf65e9e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13052 | 2024.05.13 20:54:19.686295 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13053 | 2024.05.13 20:54:19.686322 [ 3 ] {} <Debug> HTTP-Session: 6915e0e2-0b2f-47f2-8ebc-80edbf65e9e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13054 | 2024.05.13 20:54:19.686377 [ 3 ] {} <Debug> HTTP-Session: 6915e0e2-0b2f-47f2-8ebc-80edbf65e9e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13055 | 2024.05.13 20:54:19.686407 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 169 rows starting from the beginning of the part | ||
13056 | 2024.05.13 20:54:19.686489 [ 3 ] {} <Trace> HTTP-Session: 6915e0e2-0b2f-47f2-8ebc-80edbf65e9e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13057 | 2024.05.13 20:54:19.686794 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 87 rows starting from the beginning of the part | ||
13058 | 2024.05.13 20:54:19.686947 [ 3 ] {ca95559d-be97-4851-bcfb-f57c171ae7a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13059 | 2024.05.13 20:54:19.687144 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 97 rows starting from the beginning of the part | ||
13060 | 2024.05.13 20:54:19.687153 [ 3 ] {ca95559d-be97-4851-bcfb-f57c171ae7a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13061 | 2024.05.13 20:54:19.687358 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_86_17} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13062 | 2024.05.13 20:54:19.687724 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 99 rows starting from the beginning of the part | ||
13063 | 2024.05.13 20:54:19.687823 [ 187 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_86_17} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
13064 | 2024.05.13 20:54:19.688150 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
13065 | 2024.05.13 20:54:19.688362 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 115 rows starting from the beginning of the part | ||
13066 | 2024.05.13 20:54:19.688396 [ 3 ] {ca95559d-be97-4851-bcfb-f57c171ae7a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13067 | 2024.05.13 20:54:19.688693 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 94 rows starting from the beginning of the part | ||
13068 | 2024.05.13 20:54:19.689384 [ 3 ] {ca95559d-be97-4851-bcfb-f57c171ae7a5} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13069 | 2024.05.13 20:54:19.689446 [ 3 ] {ca95559d-be97-4851-bcfb-f57c171ae7a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13070 | 2024.05.13 20:54:19.690550 [ 3 ] {ca95559d-be97-4851-bcfb-f57c171ae7a5} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
13071 | 2024.05.13 20:54:19.691256 [ 187 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 661 rows, containing 4 columns (4 merged, 0 gathered) in 0.006007087 sec., 110036.6949904338 rows/sec., 8.59 MiB/sec. | ||
13072 | 2024.05.13 20:54:19.691391 [ 3 ] {ca95559d-be97-4851-bcfb-f57c171ae7a5} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13073 | 2024.05.13 20:54:19.691500 [ 192 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
13074 | 2024.05.13 20:54:19.691656 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
13075 | 2024.05.13 20:54:19.691733 [ 3 ] {ca95559d-be97-4851-bcfb-f57c171ae7a5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004966 sec., 32219.08981071285 rows/sec., 2.24 MiB/sec. | ||
13076 | 2024.05.13 20:54:19.691779 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13077 | 2024.05.13 20:54:19.691873 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13078 | 2024.05.13 20:54:19.692287 [ 191 ] {313178d0-1e86-4864-8af4-8d959655e5c5::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 | ||
13079 | 2024.05.13 20:54:19.692292 [ 3 ] {ca95559d-be97-4851-bcfb-f57c171ae7a5} <Debug> DynamicQueryHandler: Done processing query | ||
13080 | 2024.05.13 20:54:19.692397 [ 3 ] {ca95559d-be97-4851-bcfb-f57c171ae7a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13081 | 2024.05.13 20:54:19.692467 [ 3 ] {} <Debug> HTTP-Session: 6915e0e2-0b2f-47f2-8ebc-80edbf65e9e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13082 | 2024.05.13 20:54:19.692738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 32124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13083 | 2024.05.13 20:54:19.692797 [ 191 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13084 | 2024.05.13 20:54:19.692832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13085 | 2024.05.13 20:54:19.692906 [ 3 ] {} <Debug> HTTP-Session: cc06d53f-60b0-4637-b1a5-e74e5fd2124e Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13086 | 2024.05.13 20:54:19.692906 [ 191 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_81_16, total 13250 rows starting from the beginning of the part | ||
13087 | 2024.05.13 20:54:19.692929 [ 3 ] {} <Debug> HTTP-Session: cc06d53f-60b0-4637-b1a5-e74e5fd2124e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13088 | 2024.05.13 20:54:19.692986 [ 3 ] {} <Debug> HTTP-Session: cc06d53f-60b0-4637-b1a5-e74e5fd2124e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13089 | 2024.05.13 20:54:19.693138 [ 3 ] {} <Trace> HTTP-Session: cc06d53f-60b0-4637-b1a5-e74e5fd2124e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13090 | 2024.05.13 20:54:19.693272 [ 191 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part | ||
13091 | 2024.05.13 20:54:19.693474 [ 192 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_86_17} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13092 | 2024.05.13 20:54:19.693515 [ 191 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 161 rows starting from the beginning of the part | ||
13093 | 2024.05.13 20:54:19.693696 [ 3 ] {200a753d-b41d-4ad1-abde-92e84d17cfa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13094 | 2024.05.13 20:54:19.693917 [ 3 ] {200a753d-b41d-4ad1-abde-92e84d17cfa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
13095 | 2024.05.13 20:54:19.693988 [ 191 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 161 rows starting from the beginning of the part | ||
13096 | 2024.05.13 20:54:19.694457 [ 191 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 197 rows starting from the beginning of the part | ||
13097 | 2024.05.13 20:54:19.694452 [ 192 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_86_17} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
13098 | 2024.05.13 20:54:19.694937 [ 191 ] {313178d0-1e86-4864-8af4-8d959655e5c5::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 | ||
13099 | 2024.05.13 20:54:19.695838 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
13100 | 2024.05.13 20:54:19.695897 [ 3 ] {200a753d-b41d-4ad1-abde-92e84d17cfa5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13101 | 2024.05.13 20:54:19.696456 [ 3 ] {200a753d-b41d-4ad1-abde-92e84d17cfa5} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13102 | 2024.05.13 20:54:19.696492 [ 3 ] {200a753d-b41d-4ad1-abde-92e84d17cfa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13103 | 2024.05.13 20:54:19.697021 [ 3 ] {200a753d-b41d-4ad1-abde-92e84d17cfa5} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
13104 | 2024.05.13 20:54:19.697621 [ 3 ] {200a753d-b41d-4ad1-abde-92e84d17cfa5} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13105 | 2024.05.13 20:54:19.697796 [ 3 ] {200a753d-b41d-4ad1-abde-92e84d17cfa5} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.004413 sec., 6798.096532970768 rows/sec., 9.17 MiB/sec. | ||
13106 | 2024.05.13 20:54:19.697998 [ 3 ] {200a753d-b41d-4ad1-abde-92e84d17cfa5} <Debug> DynamicQueryHandler: Done processing query | ||
13107 | 2024.05.13 20:54:19.698023 [ 3 ] {200a753d-b41d-4ad1-abde-92e84d17cfa5} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
13108 | 2024.05.13 20:54:19.698039 [ 3 ] {} <Debug> HTTP-Session: cc06d53f-60b0-4637-b1a5-e74e5fd2124e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13109 | 2024.05.13 20:54:19.698217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13110 | 2024.05.13 20:54:19.698290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13111 | 2024.05.13 20:54:19.698313 [ 3 ] {} <Debug> HTTP-Session: a30ef021-8c1c-4542-a8bf-45f7f44f0090 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13112 | 2024.05.13 20:54:19.698329 [ 3 ] {} <Debug> HTTP-Session: a30ef021-8c1c-4542-a8bf-45f7f44f0090 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13113 | 2024.05.13 20:54:19.698343 [ 3 ] {} <Debug> HTTP-Session: a30ef021-8c1c-4542-a8bf-45f7f44f0090 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13114 | 2024.05.13 20:54:19.698380 [ 3 ] {} <Trace> HTTP-Session: a30ef021-8c1c-4542-a8bf-45f7f44f0090 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13115 | 2024.05.13 20:54:19.698491 [ 3 ] {1155dafb-93c3-48a0-9f0d-911ee1bde832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13116 | 2024.05.13 20:54:19.698535 [ 3 ] {1155dafb-93c3-48a0-9f0d-911ee1bde832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13117 | 2024.05.13 20:54:19.698661 [ 3 ] {1155dafb-93c3-48a0-9f0d-911ee1bde832} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13118 | 2024.05.13 20:54:19.699036 [ 3 ] {1155dafb-93c3-48a0-9f0d-911ee1bde832} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13119 | 2024.05.13 20:54:19.699074 [ 3 ] {1155dafb-93c3-48a0-9f0d-911ee1bde832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13120 | 2024.05.13 20:54:19.699588 [ 3 ] {1155dafb-93c3-48a0-9f0d-911ee1bde832} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
13121 | 2024.05.13 20:54:19.699690 [ 187 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14089 rows, containing 5 columns (5 merged, 0 gathered) in 0.007635363 sec., 1845229.886254262 rows/sec., 128.45 MiB/sec. | ||
13122 | 2024.05.13 20:54:19.700020 [ 3 ] {1155dafb-93c3-48a0-9f0d-911ee1bde832} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13123 | 2024.05.13 20:54:19.700106 [ 187 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
13124 | 2024.05.13 20:54:19.700223 [ 73 ] {} <Debug> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
13125 | 2024.05.13 20:54:19.700269 [ 3 ] {1155dafb-93c3-48a0-9f0d-911ee1bde832} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0018 sec., 33333.333333333336 rows/sec., 2.25 MiB/sec. | ||
13126 | 2024.05.13 20:54:19.700305 [ 73 ] {} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13127 | 2024.05.13 20:54:19.700464 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13128 | 2024.05.13 20:54:19.700835 [ 3 ] {1155dafb-93c3-48a0-9f0d-911ee1bde832} <Debug> DynamicQueryHandler: Done processing query | ||
13129 | 2024.05.13 20:54:19.700914 [ 3 ] {1155dafb-93c3-48a0-9f0d-911ee1bde832} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13130 | 2024.05.13 20:54:19.700987 [ 3 ] {} <Debug> HTTP-Session: a30ef021-8c1c-4542-a8bf-45f7f44f0090 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13131 | 2024.05.13 20:54:19.700976 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
13132 | 2024.05.13 20:54:19.701346 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13133 | 2024.05.13 20:54:19.701412 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4472 rows starting from the beginning of the part | ||
13134 | 2024.05.13 20:54:19.701600 [ 187 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13135 | 2024.05.13 20:54:19.701733 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part | ||
13136 | 2024.05.13 20:54:19.701884 [ 187 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
13137 | 2024.05.13 20:54:19.701958 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part | ||
13138 | 2024.05.13 20:54:19.702149 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.98 MiB. | ||
13139 | 2024.05.13 20:54:19.702273 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
13140 | 2024.05.13 20:54:19.702388 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
13141 | 2024.05.13 20:54:19.702538 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
13142 | 2024.05.13 20:54:19.704661 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4772 rows, containing 4 columns (4 merged, 0 gathered) in 0.004018648 sec., 1187464.0426332438 rows/sec., 80.41 MiB/sec. | ||
13143 | 2024.05.13 20:54:19.705210 [ 196 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
13144 | 2024.05.13 20:54:19.705888 [ 196 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_86_17} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13145 | 2024.05.13 20:54:19.705970 [ 196 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_86_17} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
13146 | 2024.05.13 20:54:19.706055 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. | ||
13147 | 2024.05.13 20:54:24.676820 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3636, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13148 | 2024.05.13 20:54:24.676947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13149 | 2024.05.13 20:54:24.676973 [ 3 ] {} <Debug> HTTP-Session: 3f9430be-88e6-4e38-907d-177f15ac9e9f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13150 | 2024.05.13 20:54:24.676998 [ 3 ] {} <Debug> HTTP-Session: 3f9430be-88e6-4e38-907d-177f15ac9e9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13151 | 2024.05.13 20:54:24.677014 [ 3 ] {} <Debug> HTTP-Session: 3f9430be-88e6-4e38-907d-177f15ac9e9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13152 | 2024.05.13 20:54:24.677065 [ 3 ] {} <Trace> HTTP-Session: 3f9430be-88e6-4e38-907d-177f15ac9e9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13153 | 2024.05.13 20:54:24.677259 [ 3 ] {10f20df4-5e93-483d-8dd6-6a39a598739b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13154 | 2024.05.13 20:54:24.677326 [ 3 ] {10f20df4-5e93-483d-8dd6-6a39a598739b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13155 | 2024.05.13 20:54:24.677516 [ 3 ] {10f20df4-5e93-483d-8dd6-6a39a598739b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13156 | 2024.05.13 20:54:24.677931 [ 3 ] {10f20df4-5e93-483d-8dd6-6a39a598739b} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13157 | 2024.05.13 20:54:24.677973 [ 3 ] {10f20df4-5e93-483d-8dd6-6a39a598739b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13158 | 2024.05.13 20:54:24.678339 [ 3 ] {10f20df4-5e93-483d-8dd6-6a39a598739b} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
13159 | 2024.05.13 20:54:24.678671 [ 3 ] {10f20df4-5e93-483d-8dd6-6a39a598739b} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13160 | 2024.05.13 20:54:24.678837 [ 3 ] {10f20df4-5e93-483d-8dd6-6a39a598739b} <Debug> executeQuery: Read 25 rows, 2.03 KiB in 0.001636 sec., 15281.17359413203 rows/sec., 1.21 MiB/sec. | ||
13161 | 2024.05.13 20:54:24.679043 [ 3 ] {10f20df4-5e93-483d-8dd6-6a39a598739b} <Debug> DynamicQueryHandler: Done processing query | ||
13162 | 2024.05.13 20:54:24.679082 [ 3 ] {10f20df4-5e93-483d-8dd6-6a39a598739b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13163 | 2024.05.13 20:54:24.679116 [ 3 ] {} <Debug> HTTP-Session: 3f9430be-88e6-4e38-907d-177f15ac9e9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13164 | 2024.05.13 20:54:24.679262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13165 | 2024.05.13 20:54:24.679310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13166 | 2024.05.13 20:54:24.679332 [ 3 ] {} <Debug> HTTP-Session: c7f07df1-f53d-4134-862f-3f534039838d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13167 | 2024.05.13 20:54:24.679349 [ 3 ] {} <Debug> HTTP-Session: c7f07df1-f53d-4134-862f-3f534039838d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13168 | 2024.05.13 20:54:24.679364 [ 3 ] {} <Debug> HTTP-Session: c7f07df1-f53d-4134-862f-3f534039838d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13169 | 2024.05.13 20:54:24.679396 [ 3 ] {} <Trace> HTTP-Session: c7f07df1-f53d-4134-862f-3f534039838d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13170 | 2024.05.13 20:54:24.679499 [ 3 ] {59fdef72-881c-4dbc-a8a0-5156479834a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13171 | 2024.05.13 20:54:24.679543 [ 3 ] {59fdef72-881c-4dbc-a8a0-5156479834a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13172 | 2024.05.13 20:54:24.679669 [ 3 ] {59fdef72-881c-4dbc-a8a0-5156479834a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13173 | 2024.05.13 20:54:24.680003 [ 3 ] {59fdef72-881c-4dbc-a8a0-5156479834a0} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13174 | 2024.05.13 20:54:24.680041 [ 3 ] {59fdef72-881c-4dbc-a8a0-5156479834a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13175 | 2024.05.13 20:54:24.680347 [ 3 ] {59fdef72-881c-4dbc-a8a0-5156479834a0} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
13176 | 2024.05.13 20:54:24.680656 [ 3 ] {59fdef72-881c-4dbc-a8a0-5156479834a0} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13177 | 2024.05.13 20:54:24.680811 [ 3 ] {59fdef72-881c-4dbc-a8a0-5156479834a0} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001338 sec., 1494.7683109118086 rows/sec., 121.89 KiB/sec. | ||
13178 | 2024.05.13 20:54:24.680987 [ 3 ] {59fdef72-881c-4dbc-a8a0-5156479834a0} <Debug> DynamicQueryHandler: Done processing query | ||
13179 | 2024.05.13 20:54:24.681012 [ 3 ] {59fdef72-881c-4dbc-a8a0-5156479834a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13180 | 2024.05.13 20:54:24.681028 [ 3 ] {} <Debug> HTTP-Session: c7f07df1-f53d-4134-862f-3f534039838d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13181 | 2024.05.13 20:54:24.681159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 19310, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13182 | 2024.05.13 20:54:24.681207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13183 | 2024.05.13 20:54:24.681228 [ 3 ] {} <Debug> HTTP-Session: 51fd7547-0831-4203-9616-b2a308965ac4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13184 | 2024.05.13 20:54:24.681246 [ 3 ] {} <Debug> HTTP-Session: 51fd7547-0831-4203-9616-b2a308965ac4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13185 | 2024.05.13 20:54:24.681260 [ 3 ] {} <Debug> HTTP-Session: 51fd7547-0831-4203-9616-b2a308965ac4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13186 | 2024.05.13 20:54:24.681291 [ 3 ] {} <Trace> HTTP-Session: 51fd7547-0831-4203-9616-b2a308965ac4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13187 | 2024.05.13 20:54:24.681425 [ 3 ] {662b8f65-1617-42e4-9f79-50af66503e83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13188 | 2024.05.13 20:54:24.681467 [ 3 ] {662b8f65-1617-42e4-9f79-50af66503e83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13189 | 2024.05.13 20:54:24.681595 [ 3 ] {662b8f65-1617-42e4-9f79-50af66503e83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13190 | 2024.05.13 20:54:24.681961 [ 3 ] {662b8f65-1617-42e4-9f79-50af66503e83} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13191 | 2024.05.13 20:54:24.682003 [ 3 ] {662b8f65-1617-42e4-9f79-50af66503e83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13192 | 2024.05.13 20:54:24.682334 [ 3 ] {662b8f65-1617-42e4-9f79-50af66503e83} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
13193 | 2024.05.13 20:54:24.682638 [ 3 ] {662b8f65-1617-42e4-9f79-50af66503e83} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13194 | 2024.05.13 20:54:24.682773 [ 3 ] {662b8f65-1617-42e4-9f79-50af66503e83} <Debug> executeQuery: Read 132 rows, 11.27 KiB in 0.001402 sec., 94151.212553495 rows/sec., 7.85 MiB/sec. | ||
13195 | 2024.05.13 20:54:24.682951 [ 3 ] {662b8f65-1617-42e4-9f79-50af66503e83} <Debug> DynamicQueryHandler: Done processing query | ||
13196 | 2024.05.13 20:54:24.682989 [ 3 ] {662b8f65-1617-42e4-9f79-50af66503e83} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
13197 | 2024.05.13 20:54:24.683024 [ 3 ] {} <Debug> HTTP-Session: 51fd7547-0831-4203-9616-b2a308965ac4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13198 | 2024.05.13 20:54:24.683157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13199 | 2024.05.13 20:54:24.683206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13200 | 2024.05.13 20:54:24.683226 [ 3 ] {} <Debug> HTTP-Session: 8168d5b8-51aa-4fbb-acf3-6243a0602dba Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13201 | 2024.05.13 20:54:24.683243 [ 3 ] {} <Debug> HTTP-Session: 8168d5b8-51aa-4fbb-acf3-6243a0602dba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13202 | 2024.05.13 20:54:24.683256 [ 3 ] {} <Debug> HTTP-Session: 8168d5b8-51aa-4fbb-acf3-6243a0602dba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13203 | 2024.05.13 20:54:24.683287 [ 3 ] {} <Trace> HTTP-Session: 8168d5b8-51aa-4fbb-acf3-6243a0602dba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13204 | 2024.05.13 20:54:24.683380 [ 3 ] {66f5d3e7-b102-4874-b7b7-c378cb5e4dd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13205 | 2024.05.13 20:54:24.683424 [ 3 ] {66f5d3e7-b102-4874-b7b7-c378cb5e4dd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13206 | 2024.05.13 20:54:24.683549 [ 3 ] {66f5d3e7-b102-4874-b7b7-c378cb5e4dd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13207 | 2024.05.13 20:54:24.683810 [ 3 ] {66f5d3e7-b102-4874-b7b7-c378cb5e4dd6} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13208 | 2024.05.13 20:54:24.683848 [ 3 ] {66f5d3e7-b102-4874-b7b7-c378cb5e4dd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13209 | 2024.05.13 20:54:24.684160 [ 3 ] {66f5d3e7-b102-4874-b7b7-c378cb5e4dd6} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
13210 | 2024.05.13 20:54:24.684466 [ 3 ] {66f5d3e7-b102-4874-b7b7-c378cb5e4dd6} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13211 | 2024.05.13 20:54:24.684618 [ 3 ] {66f5d3e7-b102-4874-b7b7-c378cb5e4dd6} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001256 sec., 1592.3566878980891 rows/sec., 111.19 KiB/sec. | ||
13212 | 2024.05.13 20:54:24.684817 [ 3 ] {66f5d3e7-b102-4874-b7b7-c378cb5e4dd6} <Debug> DynamicQueryHandler: Done processing query | ||
13213 | 2024.05.13 20:54:24.684842 [ 3 ] {66f5d3e7-b102-4874-b7b7-c378cb5e4dd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13214 | 2024.05.13 20:54:24.684858 [ 3 ] {} <Debug> HTTP-Session: 8168d5b8-51aa-4fbb-acf3-6243a0602dba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13215 | 2024.05.13 20:54:24.684988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 15462, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13216 | 2024.05.13 20:54:24.685037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13217 | 2024.05.13 20:54:24.685055 [ 3 ] {} <Debug> HTTP-Session: 69d90d30-4c62-4aa9-9f52-bedafa7feb4f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13218 | 2024.05.13 20:54:24.685071 [ 3 ] {} <Debug> HTTP-Session: 69d90d30-4c62-4aa9-9f52-bedafa7feb4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13219 | 2024.05.13 20:54:24.685085 [ 3 ] {} <Debug> HTTP-Session: 69d90d30-4c62-4aa9-9f52-bedafa7feb4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13220 | 2024.05.13 20:54:24.685116 [ 3 ] {} <Trace> HTTP-Session: 69d90d30-4c62-4aa9-9f52-bedafa7feb4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13221 | 2024.05.13 20:54:24.685231 [ 3 ] {48598b0b-7711-4bd6-9566-bc0a8d228c96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13222 | 2024.05.13 20:54:24.685276 [ 3 ] {48598b0b-7711-4bd6-9566-bc0a8d228c96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13223 | 2024.05.13 20:54:24.685405 [ 3 ] {48598b0b-7711-4bd6-9566-bc0a8d228c96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13224 | 2024.05.13 20:54:24.685713 [ 3 ] {48598b0b-7711-4bd6-9566-bc0a8d228c96} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13225 | 2024.05.13 20:54:24.685751 [ 3 ] {48598b0b-7711-4bd6-9566-bc0a8d228c96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13226 | 2024.05.13 20:54:24.686055 [ 3 ] {48598b0b-7711-4bd6-9566-bc0a8d228c96} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
13227 | 2024.05.13 20:54:24.686356 [ 3 ] {48598b0b-7711-4bd6-9566-bc0a8d228c96} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13228 | 2024.05.13 20:54:24.686500 [ 3 ] {48598b0b-7711-4bd6-9566-bc0a8d228c96} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001308 sec., 69571.86544342508 rows/sec., 5.44 MiB/sec. | ||
13229 | 2024.05.13 20:54:24.686663 [ 3 ] {48598b0b-7711-4bd6-9566-bc0a8d228c96} <Debug> DynamicQueryHandler: Done processing query | ||
13230 | 2024.05.13 20:54:24.686688 [ 3 ] {48598b0b-7711-4bd6-9566-bc0a8d228c96} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
13231 | 2024.05.13 20:54:24.686703 [ 3 ] {} <Debug> HTTP-Session: 69d90d30-4c62-4aa9-9f52-bedafa7feb4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13232 | 2024.05.13 20:54:24.686885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13233 | 2024.05.13 20:54:24.686932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13234 | 2024.05.13 20:54:24.686950 [ 3 ] {} <Debug> HTTP-Session: 92152191-4864-4a9f-9f24-2487d402128f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13235 | 2024.05.13 20:54:24.686966 [ 3 ] {} <Debug> HTTP-Session: 92152191-4864-4a9f-9f24-2487d402128f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13236 | 2024.05.13 20:54:24.686980 [ 3 ] {} <Debug> HTTP-Session: 92152191-4864-4a9f-9f24-2487d402128f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13237 | 2024.05.13 20:54:24.687011 [ 3 ] {} <Trace> HTTP-Session: 92152191-4864-4a9f-9f24-2487d402128f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13238 | 2024.05.13 20:54:24.687158 [ 3 ] {d5117e4d-ad1d-45b0-b5fb-ed39e0794000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13239 | 2024.05.13 20:54:24.687206 [ 3 ] {d5117e4d-ad1d-45b0-b5fb-ed39e0794000} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13240 | 2024.05.13 20:54:24.687347 [ 3 ] {d5117e4d-ad1d-45b0-b5fb-ed39e0794000} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13241 | 2024.05.13 20:54:24.687696 [ 3 ] {d5117e4d-ad1d-45b0-b5fb-ed39e0794000} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13242 | 2024.05.13 20:54:24.687734 [ 3 ] {d5117e4d-ad1d-45b0-b5fb-ed39e0794000} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13243 | 2024.05.13 20:54:24.688117 [ 3 ] {d5117e4d-ad1d-45b0-b5fb-ed39e0794000} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
13244 | 2024.05.13 20:54:24.688458 [ 3 ] {d5117e4d-ad1d-45b0-b5fb-ed39e0794000} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13245 | 2024.05.13 20:54:24.688616 [ 3 ] {d5117e4d-ad1d-45b0-b5fb-ed39e0794000} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001519 sec., 105990.78341013825 rows/sec., 7.38 MiB/sec. | ||
13246 | 2024.05.13 20:54:24.688863 [ 3 ] {d5117e4d-ad1d-45b0-b5fb-ed39e0794000} <Debug> DynamicQueryHandler: Done processing query | ||
13247 | 2024.05.13 20:54:24.688906 [ 3 ] {d5117e4d-ad1d-45b0-b5fb-ed39e0794000} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13248 | 2024.05.13 20:54:24.688944 [ 3 ] {} <Debug> HTTP-Session: 92152191-4864-4a9f-9f24-2487d402128f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13249 | 2024.05.13 20:54:24.689373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 26779, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13250 | 2024.05.13 20:54:24.689431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13251 | 2024.05.13 20:54:24.689455 [ 3 ] {} <Debug> HTTP-Session: 2447a1bd-6a19-4fda-8bb1-5e0f8a3c29c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13252 | 2024.05.13 20:54:24.689476 [ 3 ] {} <Debug> HTTP-Session: 2447a1bd-6a19-4fda-8bb1-5e0f8a3c29c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13253 | 2024.05.13 20:54:24.689494 [ 3 ] {} <Debug> HTTP-Session: 2447a1bd-6a19-4fda-8bb1-5e0f8a3c29c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13254 | 2024.05.13 20:54:24.689531 [ 3 ] {} <Trace> HTTP-Session: 2447a1bd-6a19-4fda-8bb1-5e0f8a3c29c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13255 | 2024.05.13 20:54:24.689812 [ 3 ] {8742301b-1a0b-40d2-9943-2199b7e164e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13256 | 2024.05.13 20:54:24.689862 [ 3 ] {8742301b-1a0b-40d2-9943-2199b7e164e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
13257 | 2024.05.13 20:54:24.690027 [ 3 ] {8742301b-1a0b-40d2-9943-2199b7e164e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13258 | 2024.05.13 20:54:24.690424 [ 3 ] {8742301b-1a0b-40d2-9943-2199b7e164e1} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13259 | 2024.05.13 20:54:24.690461 [ 3 ] {8742301b-1a0b-40d2-9943-2199b7e164e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13260 | 2024.05.13 20:54:24.690870 [ 3 ] {8742301b-1a0b-40d2-9943-2199b7e164e1} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
13261 | 2024.05.13 20:54:24.691209 [ 3 ] {8742301b-1a0b-40d2-9943-2199b7e164e1} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13262 | 2024.05.13 20:54:24.691326 [ 3 ] {8742301b-1a0b-40d2-9943-2199b7e164e1} <Debug> executeQuery: Read 25 rows, 34.55 KiB in 0.001706 sec., 14654.161781946072 rows/sec., 19.78 MiB/sec. | ||
13263 | 2024.05.13 20:54:24.691533 [ 3 ] {8742301b-1a0b-40d2-9943-2199b7e164e1} <Debug> DynamicQueryHandler: Done processing query | ||
13264 | 2024.05.13 20:54:24.691560 [ 3 ] {8742301b-1a0b-40d2-9943-2199b7e164e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
13265 | 2024.05.13 20:54:24.691577 [ 3 ] {} <Debug> HTTP-Session: 2447a1bd-6a19-4fda-8bb1-5e0f8a3c29c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13266 | 2024.05.13 20:54:24.691708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13267 | 2024.05.13 20:54:24.691756 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13268 | 2024.05.13 20:54:24.691776 [ 3 ] {} <Debug> HTTP-Session: 8f3bcb6c-900c-4c53-91d3-979e8fc57e03 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13269 | 2024.05.13 20:54:24.691795 [ 3 ] {} <Debug> HTTP-Session: 8f3bcb6c-900c-4c53-91d3-979e8fc57e03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13270 | 2024.05.13 20:54:24.691809 [ 3 ] {} <Debug> HTTP-Session: 8f3bcb6c-900c-4c53-91d3-979e8fc57e03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13271 | 2024.05.13 20:54:24.691839 [ 3 ] {} <Trace> HTTP-Session: 8f3bcb6c-900c-4c53-91d3-979e8fc57e03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13272 | 2024.05.13 20:54:24.691948 [ 3 ] {9facf310-b64a-48b0-9264-c2aa4b8becc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13273 | 2024.05.13 20:54:24.691993 [ 3 ] {9facf310-b64a-48b0-9264-c2aa4b8becc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13274 | 2024.05.13 20:54:24.692129 [ 3 ] {9facf310-b64a-48b0-9264-c2aa4b8becc3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13275 | 2024.05.13 20:54:24.692412 [ 3 ] {9facf310-b64a-48b0-9264-c2aa4b8becc3} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13276 | 2024.05.13 20:54:24.692450 [ 3 ] {9facf310-b64a-48b0-9264-c2aa4b8becc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13277 | 2024.05.13 20:54:24.692798 [ 3 ] {9facf310-b64a-48b0-9264-c2aa4b8becc3} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
13278 | 2024.05.13 20:54:24.693119 [ 3 ] {9facf310-b64a-48b0-9264-c2aa4b8becc3} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13279 | 2024.05.13 20:54:24.693262 [ 3 ] {9facf310-b64a-48b0-9264-c2aa4b8becc3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001346 sec., 44576.523031203564 rows/sec., 3.00 MiB/sec. | ||
13280 | 2024.05.13 20:54:24.693418 [ 3 ] {9facf310-b64a-48b0-9264-c2aa4b8becc3} <Debug> DynamicQueryHandler: Done processing query | ||
13281 | 2024.05.13 20:54:24.693442 [ 3 ] {9facf310-b64a-48b0-9264-c2aa4b8becc3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13282 | 2024.05.13 20:54:24.693458 [ 3 ] {} <Debug> HTTP-Session: 8f3bcb6c-900c-4c53-91d3-979e8fc57e03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13283 | 2024.05.13 20:54:27.833525 [ 67 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13284 | 2024.05.13 20:54:27.833605 [ 67 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13285 | 2024.05.13 20:54:29.677811 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 4350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13286 | 2024.05.13 20:54:29.677940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13287 | 2024.05.13 20:54:29.677968 [ 3 ] {} <Debug> HTTP-Session: 472a53e2-6a01-4b3d-8d68-2515d2e77d91 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13288 | 2024.05.13 20:54:29.677996 [ 3 ] {} <Debug> HTTP-Session: 472a53e2-6a01-4b3d-8d68-2515d2e77d91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13289 | 2024.05.13 20:54:29.678013 [ 3 ] {} <Debug> HTTP-Session: 472a53e2-6a01-4b3d-8d68-2515d2e77d91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13290 | 2024.05.13 20:54:29.678070 [ 3 ] {} <Trace> HTTP-Session: 472a53e2-6a01-4b3d-8d68-2515d2e77d91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13291 | 2024.05.13 20:54:29.678273 [ 3 ] {e3e911e6-ce42-4e31-acbf-35b00c304f7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13292 | 2024.05.13 20:54:29.678342 [ 3 ] {e3e911e6-ce42-4e31-acbf-35b00c304f7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13293 | 2024.05.13 20:54:29.678537 [ 3 ] {e3e911e6-ce42-4e31-acbf-35b00c304f7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13294 | 2024.05.13 20:54:29.678902 [ 3 ] {e3e911e6-ce42-4e31-acbf-35b00c304f7d} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13295 | 2024.05.13 20:54:29.678943 [ 3 ] {e3e911e6-ce42-4e31-acbf-35b00c304f7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13296 | 2024.05.13 20:54:29.679305 [ 3 ] {e3e911e6-ce42-4e31-acbf-35b00c304f7d} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
13297 | 2024.05.13 20:54:29.679634 [ 3 ] {e3e911e6-ce42-4e31-acbf-35b00c304f7d} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13298 | 2024.05.13 20:54:29.679807 [ 3 ] {e3e911e6-ce42-4e31-acbf-35b00c304f7d} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001588 sec., 18891.68765743073 rows/sec., 1.50 MiB/sec. | ||
13299 | 2024.05.13 20:54:29.680036 [ 3 ] {e3e911e6-ce42-4e31-acbf-35b00c304f7d} <Debug> DynamicQueryHandler: Done processing query | ||
13300 | 2024.05.13 20:54:29.680075 [ 3 ] {e3e911e6-ce42-4e31-acbf-35b00c304f7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13301 | 2024.05.13 20:54:29.680107 [ 3 ] {} <Debug> HTTP-Session: 472a53e2-6a01-4b3d-8d68-2515d2e77d91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13302 | 2024.05.13 20:54:29.680289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 21465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13303 | 2024.05.13 20:54:29.680338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13304 | 2024.05.13 20:54:29.680357 [ 3 ] {} <Debug> HTTP-Session: 6fbfab4e-5aea-4bc0-8d35-1f9fbff49931 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13305 | 2024.05.13 20:54:29.680374 [ 3 ] {} <Debug> HTTP-Session: 6fbfab4e-5aea-4bc0-8d35-1f9fbff49931 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13306 | 2024.05.13 20:54:29.680388 [ 3 ] {} <Debug> HTTP-Session: 6fbfab4e-5aea-4bc0-8d35-1f9fbff49931 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13307 | 2024.05.13 20:54:29.680418 [ 3 ] {} <Trace> HTTP-Session: 6fbfab4e-5aea-4bc0-8d35-1f9fbff49931 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13308 | 2024.05.13 20:54:29.680554 [ 3 ] {f7b38674-1bf7-4350-abc5-f47f58936510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13309 | 2024.05.13 20:54:29.680599 [ 3 ] {f7b38674-1bf7-4350-abc5-f47f58936510} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13310 | 2024.05.13 20:54:29.680727 [ 3 ] {f7b38674-1bf7-4350-abc5-f47f58936510} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13311 | 2024.05.13 20:54:29.681112 [ 3 ] {f7b38674-1bf7-4350-abc5-f47f58936510} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13312 | 2024.05.13 20:54:29.681149 [ 3 ] {f7b38674-1bf7-4350-abc5-f47f58936510} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13313 | 2024.05.13 20:54:29.681470 [ 3 ] {f7b38674-1bf7-4350-abc5-f47f58936510} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
13314 | 2024.05.13 20:54:29.681762 [ 3 ] {f7b38674-1bf7-4350-abc5-f47f58936510} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13315 | 2024.05.13 20:54:29.681916 [ 3 ] {f7b38674-1bf7-4350-abc5-f47f58936510} <Debug> executeQuery: Read 146 rows, 12.59 KiB in 0.001421 sec., 102744.54609429979 rows/sec., 8.65 MiB/sec. | ||
13316 | 2024.05.13 20:54:29.682066 [ 3 ] {f7b38674-1bf7-4350-abc5-f47f58936510} <Debug> DynamicQueryHandler: Done processing query | ||
13317 | 2024.05.13 20:54:29.682090 [ 3 ] {f7b38674-1bf7-4350-abc5-f47f58936510} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
13318 | 2024.05.13 20:54:29.682106 [ 3 ] {} <Debug> HTTP-Session: 6fbfab4e-5aea-4bc0-8d35-1f9fbff49931 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13319 | 2024.05.13 20:54:29.682332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 15965, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13320 | 2024.05.13 20:54:29.682381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13321 | 2024.05.13 20:54:29.682399 [ 3 ] {} <Debug> HTTP-Session: 4006cfce-20c4-464c-8e75-1f370b8a9810 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13322 | 2024.05.13 20:54:29.682415 [ 3 ] {} <Debug> HTTP-Session: 4006cfce-20c4-464c-8e75-1f370b8a9810 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13323 | 2024.05.13 20:54:29.682428 [ 3 ] {} <Debug> HTTP-Session: 4006cfce-20c4-464c-8e75-1f370b8a9810 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13324 | 2024.05.13 20:54:29.682458 [ 3 ] {} <Trace> HTTP-Session: 4006cfce-20c4-464c-8e75-1f370b8a9810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13325 | 2024.05.13 20:54:29.682578 [ 3 ] {540557c7-d243-4400-80af-d40cb18595c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13326 | 2024.05.13 20:54:29.682621 [ 3 ] {540557c7-d243-4400-80af-d40cb18595c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13327 | 2024.05.13 20:54:29.682745 [ 3 ] {540557c7-d243-4400-80af-d40cb18595c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13328 | 2024.05.13 20:54:29.683041 [ 3 ] {540557c7-d243-4400-80af-d40cb18595c8} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13329 | 2024.05.13 20:54:29.683078 [ 3 ] {540557c7-d243-4400-80af-d40cb18595c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13330 | 2024.05.13 20:54:29.683386 [ 3 ] {540557c7-d243-4400-80af-d40cb18595c8} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
13331 | 2024.05.13 20:54:29.683697 [ 3 ] {540557c7-d243-4400-80af-d40cb18595c8} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13332 | 2024.05.13 20:54:29.683819 [ 3 ] {540557c7-d243-4400-80af-d40cb18595c8} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001285 sec., 73151.75097276265 rows/sec., 5.71 MiB/sec. | ||
13333 | 2024.05.13 20:54:29.683969 [ 3 ] {540557c7-d243-4400-80af-d40cb18595c8} <Debug> DynamicQueryHandler: Done processing query | ||
13334 | 2024.05.13 20:54:29.683994 [ 3 ] {540557c7-d243-4400-80af-d40cb18595c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
13335 | 2024.05.13 20:54:29.684010 [ 3 ] {} <Debug> HTTP-Session: 4006cfce-20c4-464c-8e75-1f370b8a9810 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13336 | 2024.05.13 20:54:29.684173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13337 | 2024.05.13 20:54:29.684221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13338 | 2024.05.13 20:54:29.684239 [ 3 ] {} <Debug> HTTP-Session: 798df84c-cd74-448f-ace9-353f32f71be5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13339 | 2024.05.13 20:54:29.684256 [ 3 ] {} <Debug> HTTP-Session: 798df84c-cd74-448f-ace9-353f32f71be5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13340 | 2024.05.13 20:54:29.684270 [ 3 ] {} <Debug> HTTP-Session: 798df84c-cd74-448f-ace9-353f32f71be5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13341 | 2024.05.13 20:54:29.684300 [ 3 ] {} <Trace> HTTP-Session: 798df84c-cd74-448f-ace9-353f32f71be5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13342 | 2024.05.13 20:54:29.684437 [ 3 ] {7705346f-2791-46ab-81e9-619936addfc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13343 | 2024.05.13 20:54:29.684484 [ 3 ] {7705346f-2791-46ab-81e9-619936addfc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13344 | 2024.05.13 20:54:29.684624 [ 3 ] {7705346f-2791-46ab-81e9-619936addfc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13345 | 2024.05.13 20:54:29.684942 [ 3 ] {7705346f-2791-46ab-81e9-619936addfc6} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13346 | 2024.05.13 20:54:29.684981 [ 3 ] {7705346f-2791-46ab-81e9-619936addfc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13347 | 2024.05.13 20:54:29.685357 [ 3 ] {7705346f-2791-46ab-81e9-619936addfc6} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
13348 | 2024.05.13 20:54:29.685686 [ 3 ] {7705346f-2791-46ab-81e9-619936addfc6} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13349 | 2024.05.13 20:54:29.685814 [ 3 ] {7705346f-2791-46ab-81e9-619936addfc6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001439 sec., 111188.3252258513 rows/sec., 7.74 MiB/sec. | ||
13350 | 2024.05.13 20:54:29.685966 [ 3 ] {7705346f-2791-46ab-81e9-619936addfc6} <Debug> DynamicQueryHandler: Done processing query | ||
13351 | 2024.05.13 20:54:29.685990 [ 3 ] {7705346f-2791-46ab-81e9-619936addfc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13352 | 2024.05.13 20:54:29.686006 [ 3 ] {} <Debug> HTTP-Session: 798df84c-cd74-448f-ace9-353f32f71be5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13353 | 2024.05.13 20:54:29.686194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 32124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13354 | 2024.05.13 20:54:29.686240 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13355 | 2024.05.13 20:54:29.686260 [ 3 ] {} <Debug> HTTP-Session: 762e7d90-8771-42f5-b441-2344427dc72d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13356 | 2024.05.13 20:54:29.686276 [ 3 ] {} <Debug> HTTP-Session: 762e7d90-8771-42f5-b441-2344427dc72d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13357 | 2024.05.13 20:54:29.686290 [ 3 ] {} <Debug> HTTP-Session: 762e7d90-8771-42f5-b441-2344427dc72d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13358 | 2024.05.13 20:54:29.686319 [ 3 ] {} <Trace> HTTP-Session: 762e7d90-8771-42f5-b441-2344427dc72d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13359 | 2024.05.13 20:54:29.686559 [ 3 ] {cfc5164d-d2ee-4113-b7c6-00d3aa2a972d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13360 | 2024.05.13 20:54:29.686607 [ 3 ] {cfc5164d-d2ee-4113-b7c6-00d3aa2a972d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
13361 | 2024.05.13 20:54:29.686762 [ 3 ] {cfc5164d-d2ee-4113-b7c6-00d3aa2a972d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13362 | 2024.05.13 20:54:29.687181 [ 3 ] {cfc5164d-d2ee-4113-b7c6-00d3aa2a972d} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13363 | 2024.05.13 20:54:29.687217 [ 3 ] {cfc5164d-d2ee-4113-b7c6-00d3aa2a972d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13364 | 2024.05.13 20:54:29.687606 [ 3 ] {cfc5164d-d2ee-4113-b7c6-00d3aa2a972d} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
13365 | 2024.05.13 20:54:29.687927 [ 3 ] {cfc5164d-d2ee-4113-b7c6-00d3aa2a972d} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13366 | 2024.05.13 20:54:29.688057 [ 3 ] {cfc5164d-d2ee-4113-b7c6-00d3aa2a972d} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.00166 sec., 18072.289156626506 rows/sec., 24.39 MiB/sec. | ||
13367 | 2024.05.13 20:54:29.688212 [ 3 ] {cfc5164d-d2ee-4113-b7c6-00d3aa2a972d} <Debug> DynamicQueryHandler: Done processing query | ||
13368 | 2024.05.13 20:54:29.688236 [ 3 ] {cfc5164d-d2ee-4113-b7c6-00d3aa2a972d} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
13369 | 2024.05.13 20:54:29.688251 [ 3 ] {} <Debug> HTTP-Session: 762e7d90-8771-42f5-b441-2344427dc72d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13370 | 2024.05.13 20:54:29.688379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13371 | 2024.05.13 20:54:29.688428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13372 | 2024.05.13 20:54:29.688446 [ 3 ] {} <Debug> HTTP-Session: cb76a727-200d-4c52-8e00-34b795daf0be Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13373 | 2024.05.13 20:54:29.688462 [ 3 ] {} <Debug> HTTP-Session: cb76a727-200d-4c52-8e00-34b795daf0be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13374 | 2024.05.13 20:54:29.688475 [ 3 ] {} <Debug> HTTP-Session: cb76a727-200d-4c52-8e00-34b795daf0be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13375 | 2024.05.13 20:54:29.688505 [ 3 ] {} <Trace> HTTP-Session: cb76a727-200d-4c52-8e00-34b795daf0be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13376 | 2024.05.13 20:54:29.688616 [ 3 ] {a2d50425-8170-4e6e-8a17-075114821b1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13377 | 2024.05.13 20:54:29.688660 [ 3 ] {a2d50425-8170-4e6e-8a17-075114821b1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13378 | 2024.05.13 20:54:29.688809 [ 3 ] {a2d50425-8170-4e6e-8a17-075114821b1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13379 | 2024.05.13 20:54:29.689050 [ 3 ] {a2d50425-8170-4e6e-8a17-075114821b1b} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13380 | 2024.05.13 20:54:29.689086 [ 3 ] {a2d50425-8170-4e6e-8a17-075114821b1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13381 | 2024.05.13 20:54:29.689432 [ 3 ] {a2d50425-8170-4e6e-8a17-075114821b1b} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
13382 | 2024.05.13 20:54:29.689747 [ 3 ] {a2d50425-8170-4e6e-8a17-075114821b1b} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13383 | 2024.05.13 20:54:29.689872 [ 3 ] {a2d50425-8170-4e6e-8a17-075114821b1b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001292 sec., 46439.62848297214 rows/sec., 3.13 MiB/sec. | ||
13384 | 2024.05.13 20:54:29.690018 [ 3 ] {a2d50425-8170-4e6e-8a17-075114821b1b} <Debug> DynamicQueryHandler: Done processing query | ||
13385 | 2024.05.13 20:54:29.690043 [ 3 ] {a2d50425-8170-4e6e-8a17-075114821b1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13386 | 2024.05.13 20:54:29.690058 [ 3 ] {} <Debug> HTTP-Session: cb76a727-200d-4c52-8e00-34b795daf0be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13387 | 2024.05.13 20:54:34.676384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3636, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13388 | 2024.05.13 20:54:34.676510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13389 | 2024.05.13 20:54:34.676559 [ 3 ] {} <Debug> HTTP-Session: 504e9c39-e713-44a3-80dc-8dfeca0ce65f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13390 | 2024.05.13 20:54:34.676584 [ 3 ] {} <Debug> HTTP-Session: 504e9c39-e713-44a3-80dc-8dfeca0ce65f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13391 | 2024.05.13 20:54:34.676598 [ 3 ] {} <Debug> HTTP-Session: 504e9c39-e713-44a3-80dc-8dfeca0ce65f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13392 | 2024.05.13 20:54:34.676646 [ 3 ] {} <Trace> HTTP-Session: 504e9c39-e713-44a3-80dc-8dfeca0ce65f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13393 | 2024.05.13 20:54:34.676833 [ 3 ] {7f49abf0-25d5-4f9d-bea8-54a022522855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13394 | 2024.05.13 20:54:34.676898 [ 3 ] {7f49abf0-25d5-4f9d-bea8-54a022522855} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13395 | 2024.05.13 20:54:34.677085 [ 3 ] {7f49abf0-25d5-4f9d-bea8-54a022522855} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13396 | 2024.05.13 20:54:34.677422 [ 3 ] {7f49abf0-25d5-4f9d-bea8-54a022522855} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13397 | 2024.05.13 20:54:34.677461 [ 3 ] {7f49abf0-25d5-4f9d-bea8-54a022522855} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13398 | 2024.05.13 20:54:34.677792 [ 3 ] {7f49abf0-25d5-4f9d-bea8-54a022522855} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
13399 | 2024.05.13 20:54:34.678164 [ 3 ] {7f49abf0-25d5-4f9d-bea8-54a022522855} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13400 | 2024.05.13 20:54:34.678319 [ 3 ] {7f49abf0-25d5-4f9d-bea8-54a022522855} <Debug> executeQuery: Read 25 rows, 2.03 KiB in 0.001543 sec., 16202.203499675956 rows/sec., 1.28 MiB/sec. | ||
13401 | 2024.05.13 20:54:34.678382 [ 60 ] {} <Debug> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
13402 | 2024.05.13 20:54:34.678471 [ 60 ] {} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13403 | 2024.05.13 20:54:34.678506 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13404 | 2024.05.13 20:54:34.678580 [ 3 ] {7f49abf0-25d5-4f9d-bea8-54a022522855} <Debug> DynamicQueryHandler: Done processing query | ||
13405 | 2024.05.13 20:54:34.678657 [ 3 ] {7f49abf0-25d5-4f9d-bea8-54a022522855} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13406 | 2024.05.13 20:54:34.678726 [ 3 ] {} <Debug> HTTP-Session: 504e9c39-e713-44a3-80dc-8dfeca0ce65f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13407 | 2024.05.13 20:54:34.678791 [ 190 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
13408 | 2024.05.13 20:54:34.679024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13409 | 2024.05.13 20:54:34.679224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13410 | 2024.05.13 20:54:34.679331 [ 3 ] {} <Debug> HTTP-Session: d8f38d1d-db50-4f8f-995b-e8ac144dc028 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13411 | 2024.05.13 20:54:34.679335 [ 190 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13412 | 2024.05.13 20:54:34.679402 [ 3 ] {} <Debug> HTTP-Session: d8f38d1d-db50-4f8f-995b-e8ac144dc028 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13413 | 2024.05.13 20:54:34.679443 [ 190 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 55 rows starting from the beginning of the part | ||
13414 | 2024.05.13 20:54:34.679465 [ 3 ] {} <Debug> HTTP-Session: d8f38d1d-db50-4f8f-995b-e8ac144dc028 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13415 | 2024.05.13 20:54:34.679619 [ 3 ] {} <Trace> HTTP-Session: d8f38d1d-db50-4f8f-995b-e8ac144dc028 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13416 | 2024.05.13 20:54:34.679752 [ 190 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 25 rows starting from the beginning of the part | ||
13417 | 2024.05.13 20:54:34.680074 [ 3 ] {6a2d1b24-7033-41e0-b79d-78f6494a687d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13418 | 2024.05.13 20:54:34.680159 [ 190 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
13419 | 2024.05.13 20:54:34.680196 [ 3 ] {6a2d1b24-7033-41e0-b79d-78f6494a687d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13420 | 2024.05.13 20:54:34.680510 [ 190 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 25 rows starting from the beginning of the part | ||
13421 | 2024.05.13 20:54:34.680860 [ 190 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 30 rows starting from the beginning of the part | ||
13422 | 2024.05.13 20:54:34.681176 [ 3 ] {6a2d1b24-7033-41e0-b79d-78f6494a687d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13423 | 2024.05.13 20:54:34.681186 [ 190 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 25 rows starting from the beginning of the part | ||
13424 | 2024.05.13 20:54:34.681986 [ 3 ] {6a2d1b24-7033-41e0-b79d-78f6494a687d} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13425 | 2024.05.13 20:54:34.682051 [ 3 ] {6a2d1b24-7033-41e0-b79d-78f6494a687d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13426 | 2024.05.13 20:54:34.682826 [ 3 ] {6a2d1b24-7033-41e0-b79d-78f6494a687d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
13427 | 2024.05.13 20:54:34.683783 [ 3 ] {6a2d1b24-7033-41e0-b79d-78f6494a687d} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13428 | 2024.05.13 20:54:34.683879 [ 190 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 190 rows, containing 4 columns (4 merged, 0 gathered) in 0.00527946 sec., 35988.52912987313 rows/sec., 2.85 MiB/sec. | ||
13429 | 2024.05.13 20:54:34.684079 [ 60 ] {} <Debug> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b) (MergerMutator): Selected 6 parts from all_1_34_7 to all_39_39_0 | ||
13430 | 2024.05.13 20:54:34.684097 [ 3 ] {6a2d1b24-7033-41e0-b79d-78f6494a687d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004203 sec., 951.7011658339281 rows/sec., 77.60 KiB/sec. | ||
13431 | 2024.05.13 20:54:34.684149 [ 60 ] {} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13432 | 2024.05.13 20:54:34.684233 [ 190 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
13433 | 2024.05.13 20:54:34.684244 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13434 | 2024.05.13 20:54:34.684657 [ 3 ] {6a2d1b24-7033-41e0-b79d-78f6494a687d} <Debug> DynamicQueryHandler: Done processing query | ||
13435 | 2024.05.13 20:54:34.684691 [ 196 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_39_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_34_7 to all_39_39_0 into Compact with storage Full | ||
13436 | 2024.05.13 20:54:34.684724 [ 3 ] {6a2d1b24-7033-41e0-b79d-78f6494a687d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13437 | 2024.05.13 20:54:34.684823 [ 3 ] {} <Debug> HTTP-Session: d8f38d1d-db50-4f8f-995b-e8ac144dc028 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13438 | 2024.05.13 20:54:34.685148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 19444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13439 | 2024.05.13 20:54:34.685297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13440 | 2024.05.13 20:54:34.685374 [ 196 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_39_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13441 | 2024.05.13 20:54:34.685379 [ 3 ] {} <Debug> HTTP-Session: 12701921-f77a-43c7-987f-e89d8d2e1243 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13442 | 2024.05.13 20:54:34.685466 [ 3 ] {} <Debug> HTTP-Session: 12701921-f77a-43c7-987f-e89d8d2e1243 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13443 | 2024.05.13 20:54:34.685473 [ 196 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 14 rows starting from the beginning of the part | ||
13444 | 2024.05.13 20:54:34.685513 [ 3 ] {} <Debug> HTTP-Session: 12701921-f77a-43c7-987f-e89d8d2e1243 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13445 | 2024.05.13 20:54:34.685645 [ 3 ] {} <Trace> HTTP-Session: 12701921-f77a-43c7-987f-e89d8d2e1243 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13446 | 2024.05.13 20:54:34.685709 [ 190 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_81_16} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13447 | 2024.05.13 20:54:34.685806 [ 196 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 2 rows starting from the beginning of the part | ||
13448 | 2024.05.13 20:54:34.686067 [ 190 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_81_16} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
13449 | 2024.05.13 20:54:34.686073 [ 3 ] {d8991aa3-580e-42e1-b8fd-46a1447cb6f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13450 | 2024.05.13 20:54:34.686288 [ 3 ] {d8991aa3-580e-42e1-b8fd-46a1447cb6f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13451 | 2024.05.13 20:54:34.686380 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
13452 | 2024.05.13 20:54:34.686418 [ 196 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 2 rows starting from the beginning of the part | ||
13453 | 2024.05.13 20:54:34.686933 [ 196 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 2 rows starting from the beginning of the part | ||
13454 | 2024.05.13 20:54:34.687296 [ 196 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 2 rows starting from the beginning of the part | ||
13455 | 2024.05.13 20:54:34.687496 [ 3 ] {d8991aa3-580e-42e1-b8fd-46a1447cb6f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13456 | 2024.05.13 20:54:34.687555 [ 196 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 4 rows starting from the beginning of the part | ||
13457 | 2024.05.13 20:54:34.688442 [ 3 ] {d8991aa3-580e-42e1-b8fd-46a1447cb6f4} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13458 | 2024.05.13 20:54:34.688513 [ 3 ] {d8991aa3-580e-42e1-b8fd-46a1447cb6f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13459 | 2024.05.13 20:54:34.689396 [ 3 ] {d8991aa3-580e-42e1-b8fd-46a1447cb6f4} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
13460 | 2024.05.13 20:54:34.690258 [ 196 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_39_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.005812475 sec., 4473.137518871049 rows/sec., 364.75 KiB/sec. | ||
13461 | 2024.05.13 20:54:34.690417 [ 3 ] {d8991aa3-580e-42e1-b8fd-46a1447cb6f4} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13462 | 2024.05.13 20:54:34.690475 [ 194 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_39_8} <Trace> MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary) | ||
13463 | 2024.05.13 20:54:34.690691 [ 3 ] {d8991aa3-580e-42e1-b8fd-46a1447cb6f4} <Debug> executeQuery: Read 133 rows, 11.35 KiB in 0.004807 sec., 27667.984189723324 rows/sec., 2.31 MiB/sec. | ||
13464 | 2024.05.13 20:54:34.691086 [ 3 ] {d8991aa3-580e-42e1-b8fd-46a1447cb6f4} <Debug> DynamicQueryHandler: Done processing query | ||
13465 | 2024.05.13 20:54:34.691127 [ 3 ] {d8991aa3-580e-42e1-b8fd-46a1447cb6f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
13466 | 2024.05.13 20:54:34.691153 [ 3 ] {} <Debug> HTTP-Session: 12701921-f77a-43c7-987f-e89d8d2e1243 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13467 | 2024.05.13 20:54:34.691293 [ 194 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_39_8} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13468 | 2024.05.13 20:54:34.691312 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13469 | 2024.05.13 20:54:34.691416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13470 | 2024.05.13 20:54:34.691445 [ 3 ] {} <Debug> HTTP-Session: f6e8425e-4d1c-4b7a-bcda-f826f48ff1fa Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13471 | 2024.05.13 20:54:34.691460 [ 194 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_39_8} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b) (MergerMutator): Merged 6 parts: [all_1_34_7, all_39_39_0] -> all_1_39_8 | ||
13472 | 2024.05.13 20:54:34.691474 [ 3 ] {} <Debug> HTTP-Session: f6e8425e-4d1c-4b7a-bcda-f826f48ff1fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13473 | 2024.05.13 20:54:34.691499 [ 3 ] {} <Debug> HTTP-Session: f6e8425e-4d1c-4b7a-bcda-f826f48ff1fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13474 | 2024.05.13 20:54:34.691575 [ 3 ] {} <Trace> HTTP-Session: f6e8425e-4d1c-4b7a-bcda-f826f48ff1fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13475 | 2024.05.13 20:54:34.691601 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
13476 | 2024.05.13 20:54:34.691702 [ 3 ] {e5aa2d9a-2008-4adc-8941-11414371a0e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13477 | 2024.05.13 20:54:34.691750 [ 3 ] {e5aa2d9a-2008-4adc-8941-11414371a0e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13478 | 2024.05.13 20:54:34.691897 [ 3 ] {e5aa2d9a-2008-4adc-8941-11414371a0e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13479 | 2024.05.13 20:54:34.692219 [ 3 ] {e5aa2d9a-2008-4adc-8941-11414371a0e5} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13480 | 2024.05.13 20:54:34.692256 [ 3 ] {e5aa2d9a-2008-4adc-8941-11414371a0e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13481 | 2024.05.13 20:54:34.692554 [ 3 ] {e5aa2d9a-2008-4adc-8941-11414371a0e5} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
13482 | 2024.05.13 20:54:34.692867 [ 3 ] {e5aa2d9a-2008-4adc-8941-11414371a0e5} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13483 | 2024.05.13 20:54:34.693023 [ 3 ] {e5aa2d9a-2008-4adc-8941-11414371a0e5} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001339 sec., 2987.303958177745 rows/sec., 208.59 KiB/sec. | ||
13484 | 2024.05.13 20:54:34.693031 [ 60 ] {} <Debug> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d) (MergerMutator): Selected 6 parts from all_1_34_7 to all_39_39_0 | ||
13485 | 2024.05.13 20:54:34.693113 [ 60 ] {} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13486 | 2024.05.13 20:54:34.693151 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13487 | 2024.05.13 20:54:34.693303 [ 3 ] {e5aa2d9a-2008-4adc-8941-11414371a0e5} <Debug> DynamicQueryHandler: Done processing query | ||
13488 | 2024.05.13 20:54:34.693336 [ 197 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_39_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_34_7 to all_39_39_0 into Compact with storage Full | ||
13489 | 2024.05.13 20:54:34.693351 [ 3 ] {e5aa2d9a-2008-4adc-8941-11414371a0e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13490 | 2024.05.13 20:54:34.693423 [ 3 ] {} <Debug> HTTP-Session: f6e8425e-4d1c-4b7a-bcda-f826f48ff1fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13491 | 2024.05.13 20:54:34.693618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 15803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13492 | 2024.05.13 20:54:34.693626 [ 197 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_39_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13493 | 2024.05.13 20:54:34.693713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13494 | 2024.05.13 20:54:34.693717 [ 197 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 14 rows starting from the beginning of the part | ||
13495 | 2024.05.13 20:54:34.693751 [ 3 ] {} <Debug> HTTP-Session: 8e9d5864-64a0-4c16-97be-8bd82b91924d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13496 | 2024.05.13 20:54:34.693790 [ 3 ] {} <Debug> HTTP-Session: 8e9d5864-64a0-4c16-97be-8bd82b91924d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13497 | 2024.05.13 20:54:34.693855 [ 3 ] {} <Debug> HTTP-Session: 8e9d5864-64a0-4c16-97be-8bd82b91924d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13498 | 2024.05.13 20:54:34.694017 [ 197 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 2 rows starting from the beginning of the part | ||
13499 | 2024.05.13 20:54:34.694028 [ 3 ] {} <Trace> HTTP-Session: 8e9d5864-64a0-4c16-97be-8bd82b91924d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13500 | 2024.05.13 20:54:34.694229 [ 197 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 2 rows starting from the beginning of the part | ||
13501 | 2024.05.13 20:54:34.694496 [ 197 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 2 rows starting from the beginning of the part | ||
13502 | 2024.05.13 20:54:34.694511 [ 3 ] {c4103184-2fd9-442e-8f61-f3a92d137775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13503 | 2024.05.13 20:54:34.694717 [ 3 ] {c4103184-2fd9-442e-8f61-f3a92d137775} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13504 | 2024.05.13 20:54:34.694757 [ 197 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 2 rows starting from the beginning of the part | ||
13505 | 2024.05.13 20:54:34.695066 [ 197 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 4 rows starting from the beginning of the part | ||
13506 | 2024.05.13 20:54:34.695754 [ 3 ] {c4103184-2fd9-442e-8f61-f3a92d137775} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13507 | 2024.05.13 20:54:34.696629 [ 3 ] {c4103184-2fd9-442e-8f61-f3a92d137775} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13508 | 2024.05.13 20:54:34.696701 [ 3 ] {c4103184-2fd9-442e-8f61-f3a92d137775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13509 | 2024.05.13 20:54:34.697695 [ 3 ] {c4103184-2fd9-442e-8f61-f3a92d137775} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
13510 | 2024.05.13 20:54:34.697716 [ 194 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_39_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.004476563 sec., 5808.02727449608 rows/sec., 405.54 KiB/sec. | ||
13511 | 2024.05.13 20:54:34.697914 [ 198 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_39_8} <Trace> MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary) | ||
13512 | 2024.05.13 20:54:34.698367 [ 3 ] {c4103184-2fd9-442e-8f61-f3a92d137775} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13513 | 2024.05.13 20:54:34.698689 [ 3 ] {c4103184-2fd9-442e-8f61-f3a92d137775} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.0044 sec., 21136.363636363636 rows/sec., 1.65 MiB/sec. | ||
13514 | 2024.05.13 20:54:34.698801 [ 198 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_39_8} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13515 | 2024.05.13 20:54:34.698995 [ 198 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_39_8} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d) (MergerMutator): Merged 6 parts: [all_1_34_7, all_39_39_0] -> all_1_39_8 | ||
13516 | 2024.05.13 20:54:34.699064 [ 3 ] {c4103184-2fd9-442e-8f61-f3a92d137775} <Debug> DynamicQueryHandler: Done processing query | ||
13517 | 2024.05.13 20:54:34.699126 [ 3 ] {c4103184-2fd9-442e-8f61-f3a92d137775} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
13518 | 2024.05.13 20:54:34.699145 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
13519 | 2024.05.13 20:54:34.699155 [ 3 ] {} <Debug> HTTP-Session: 8e9d5864-64a0-4c16-97be-8bd82b91924d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13520 | 2024.05.13 20:54:34.699347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 31004, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13521 | 2024.05.13 20:54:34.699399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13522 | 2024.05.13 20:54:34.699418 [ 3 ] {} <Debug> HTTP-Session: 75ace37d-ccff-4696-9097-1cf815be1a6f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13523 | 2024.05.13 20:54:34.699435 [ 3 ] {} <Debug> HTTP-Session: 75ace37d-ccff-4696-9097-1cf815be1a6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13524 | 2024.05.13 20:54:34.699449 [ 3 ] {} <Debug> HTTP-Session: 75ace37d-ccff-4696-9097-1cf815be1a6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13525 | 2024.05.13 20:54:34.699483 [ 3 ] {} <Trace> HTTP-Session: 75ace37d-ccff-4696-9097-1cf815be1a6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13526 | 2024.05.13 20:54:34.699647 [ 3 ] {f80b8832-f637-457f-9f00-64dfb1b3c08b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13527 | 2024.05.13 20:54:34.699695 [ 3 ] {f80b8832-f637-457f-9f00-64dfb1b3c08b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13528 | 2024.05.13 20:54:34.699868 [ 3 ] {f80b8832-f637-457f-9f00-64dfb1b3c08b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13529 | 2024.05.13 20:54:34.700266 [ 3 ] {f80b8832-f637-457f-9f00-64dfb1b3c08b} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13530 | 2024.05.13 20:54:34.700303 [ 3 ] {f80b8832-f637-457f-9f00-64dfb1b3c08b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13531 | 2024.05.13 20:54:34.700733 [ 3 ] {f80b8832-f637-457f-9f00-64dfb1b3c08b} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
13532 | 2024.05.13 20:54:34.701093 [ 3 ] {f80b8832-f637-457f-9f00-64dfb1b3c08b} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13533 | 2024.05.13 20:54:34.701251 [ 3 ] {f80b8832-f637-457f-9f00-64dfb1b3c08b} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001669 sec., 97064.11024565609 rows/sec., 6.76 MiB/sec. | ||
13534 | 2024.05.13 20:54:34.701442 [ 3 ] {f80b8832-f637-457f-9f00-64dfb1b3c08b} <Debug> DynamicQueryHandler: Done processing query | ||
13535 | 2024.05.13 20:54:34.701479 [ 3 ] {f80b8832-f637-457f-9f00-64dfb1b3c08b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13536 | 2024.05.13 20:54:34.701514 [ 3 ] {} <Debug> HTTP-Session: 75ace37d-ccff-4696-9097-1cf815be1a6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13537 | 2024.05.13 20:54:34.701694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 26779, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13538 | 2024.05.13 20:54:34.701742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13539 | 2024.05.13 20:54:34.701761 [ 3 ] {} <Debug> HTTP-Session: 4c06b4d8-a86d-441a-9ba8-049005079f37 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13540 | 2024.05.13 20:54:34.701777 [ 3 ] {} <Debug> HTTP-Session: 4c06b4d8-a86d-441a-9ba8-049005079f37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13541 | 2024.05.13 20:54:34.701790 [ 3 ] {} <Debug> HTTP-Session: 4c06b4d8-a86d-441a-9ba8-049005079f37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13542 | 2024.05.13 20:54:34.701820 [ 3 ] {} <Trace> HTTP-Session: 4c06b4d8-a86d-441a-9ba8-049005079f37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13543 | 2024.05.13 20:54:34.702044 [ 3 ] {65dd721e-d8f0-48d9-83de-b0a324cf2020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13544 | 2024.05.13 20:54:34.702091 [ 3 ] {65dd721e-d8f0-48d9-83de-b0a324cf2020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
13545 | 2024.05.13 20:54:34.702249 [ 3 ] {65dd721e-d8f0-48d9-83de-b0a324cf2020} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13546 | 2024.05.13 20:54:34.702663 [ 3 ] {65dd721e-d8f0-48d9-83de-b0a324cf2020} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13547 | 2024.05.13 20:54:34.702698 [ 3 ] {65dd721e-d8f0-48d9-83de-b0a324cf2020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13548 | 2024.05.13 20:54:34.703095 [ 3 ] {65dd721e-d8f0-48d9-83de-b0a324cf2020} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
13549 | 2024.05.13 20:54:34.703444 [ 3 ] {65dd721e-d8f0-48d9-83de-b0a324cf2020} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13550 | 2024.05.13 20:54:34.703602 [ 3 ] {65dd721e-d8f0-48d9-83de-b0a324cf2020} <Debug> executeQuery: Read 25 rows, 34.55 KiB in 0.001698 sec., 14723.203769140164 rows/sec., 19.87 MiB/sec. | ||
13551 | 2024.05.13 20:54:34.703608 [ 60 ] {} <Debug> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
13552 | 2024.05.13 20:54:34.703688 [ 60 ] {} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13553 | 2024.05.13 20:54:34.703736 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13554 | 2024.05.13 20:54:34.703925 [ 3 ] {65dd721e-d8f0-48d9-83de-b0a324cf2020} <Debug> DynamicQueryHandler: Done processing query | ||
13555 | 2024.05.13 20:54:34.703927 [ 194 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
13556 | 2024.05.13 20:54:34.703962 [ 3 ] {65dd721e-d8f0-48d9-83de-b0a324cf2020} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
13557 | 2024.05.13 20:54:34.704003 [ 3 ] {} <Debug> HTTP-Session: 4c06b4d8-a86d-441a-9ba8-049005079f37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13558 | 2024.05.13 20:54:34.704173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13559 | 2024.05.13 20:54:34.704223 [ 194 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13560 | 2024.05.13 20:54:34.704254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13561 | 2024.05.13 20:54:34.704289 [ 194 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1238 rows starting from the beginning of the part | ||
13562 | 2024.05.13 20:54:34.704300 [ 3 ] {} <Debug> HTTP-Session: 29f213dd-dbf0-4765-a25c-dcbbe1655fca Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13563 | 2024.05.13 20:54:34.704357 [ 3 ] {} <Debug> HTTP-Session: 29f213dd-dbf0-4765-a25c-dcbbe1655fca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13564 | 2024.05.13 20:54:34.704399 [ 3 ] {} <Debug> HTTP-Session: 29f213dd-dbf0-4765-a25c-dcbbe1655fca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13565 | 2024.05.13 20:54:34.704563 [ 3 ] {} <Trace> HTTP-Session: 29f213dd-dbf0-4765-a25c-dcbbe1655fca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13566 | 2024.05.13 20:54:34.704564 [ 194 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 25 rows starting from the beginning of the part | ||
13567 | 2024.05.13 20:54:34.704902 [ 194 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
13568 | 2024.05.13 20:54:34.705001 [ 3 ] {accf51d3-4405-4e2b-a612-fe595a2a3f6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13569 | 2024.05.13 20:54:34.705247 [ 3 ] {accf51d3-4405-4e2b-a612-fe595a2a3f6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13570 | 2024.05.13 20:54:34.705278 [ 194 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 25 rows starting from the beginning of the part | ||
13571 | 2024.05.13 20:54:34.705638 [ 194 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 30 rows starting from the beginning of the part | ||
13572 | 2024.05.13 20:54:34.706073 [ 194 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 25 rows starting from the beginning of the part | ||
13573 | 2024.05.13 20:54:34.706488 [ 3 ] {accf51d3-4405-4e2b-a612-fe595a2a3f6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13574 | 2024.05.13 20:54:34.707223 [ 3 ] {accf51d3-4405-4e2b-a612-fe595a2a3f6b} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13575 | 2024.05.13 20:54:34.707272 [ 3 ] {accf51d3-4405-4e2b-a612-fe595a2a3f6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13576 | 2024.05.13 20:54:34.707717 [ 3 ] {accf51d3-4405-4e2b-a612-fe595a2a3f6b} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
13577 | 2024.05.13 20:54:34.708050 [ 3 ] {accf51d3-4405-4e2b-a612-fe595a2a3f6b} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13578 | 2024.05.13 20:54:34.708191 [ 3 ] {accf51d3-4405-4e2b-a612-fe595a2a3f6b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003401 sec., 17641.870038224053 rows/sec., 1.19 MiB/sec. | ||
13579 | 2024.05.13 20:54:34.708430 [ 3 ] {accf51d3-4405-4e2b-a612-fe595a2a3f6b} <Debug> DynamicQueryHandler: Done processing query | ||
13580 | 2024.05.13 20:54:34.708504 [ 3 ] {accf51d3-4405-4e2b-a612-fe595a2a3f6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13581 | 2024.05.13 20:54:34.708606 [ 3 ] {} <Debug> HTTP-Session: 29f213dd-dbf0-4765-a25c-dcbbe1655fca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13582 | 2024.05.13 20:54:34.710721 [ 199 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1373 rows, containing 6 columns (6 merged, 0 gathered) in 0.006886585 sec., 199373.12906179187 rows/sec., 269.04 MiB/sec. | ||
13583 | 2024.05.13 20:54:34.711371 [ 194 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
13584 | 2024.05.13 20:54:34.711761 [ 194 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_81_16} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13585 | 2024.05.13 20:54:34.711836 [ 194 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_81_16} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
13586 | 2024.05.13 20:54:34.711916 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.60 MiB. | ||
13587 | 2024.05.13 20:54:39.677366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 4350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13588 | 2024.05.13 20:54:39.677503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13589 | 2024.05.13 20:54:39.677533 [ 3 ] {} <Debug> HTTP-Session: dfdfa928-fb58-41ea-855b-db618a128a83 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13590 | 2024.05.13 20:54:39.677560 [ 3 ] {} <Debug> HTTP-Session: dfdfa928-fb58-41ea-855b-db618a128a83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13591 | 2024.05.13 20:54:39.677578 [ 3 ] {} <Debug> HTTP-Session: dfdfa928-fb58-41ea-855b-db618a128a83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13592 | 2024.05.13 20:54:39.677632 [ 3 ] {} <Trace> HTTP-Session: dfdfa928-fb58-41ea-855b-db618a128a83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13593 | 2024.05.13 20:54:39.677841 [ 3 ] {8ee1a60f-7a55-4ff5-bfde-b113b90d70da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13594 | 2024.05.13 20:54:39.677915 [ 3 ] {8ee1a60f-7a55-4ff5-bfde-b113b90d70da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13595 | 2024.05.13 20:54:39.678137 [ 3 ] {8ee1a60f-7a55-4ff5-bfde-b113b90d70da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13596 | 2024.05.13 20:54:39.678609 [ 3 ] {8ee1a60f-7a55-4ff5-bfde-b113b90d70da} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13597 | 2024.05.13 20:54:39.678649 [ 3 ] {8ee1a60f-7a55-4ff5-bfde-b113b90d70da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13598 | 2024.05.13 20:54:39.679012 [ 3 ] {8ee1a60f-7a55-4ff5-bfde-b113b90d70da} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
13599 | 2024.05.13 20:54:39.679349 [ 3 ] {8ee1a60f-7a55-4ff5-bfde-b113b90d70da} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13600 | 2024.05.13 20:54:39.679524 [ 3 ] {8ee1a60f-7a55-4ff5-bfde-b113b90d70da} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001751 sec., 17133.066818960593 rows/sec., 1.36 MiB/sec. | ||
13601 | 2024.05.13 20:54:39.679732 [ 3 ] {8ee1a60f-7a55-4ff5-bfde-b113b90d70da} <Debug> DynamicQueryHandler: Done processing query | ||
13602 | 2024.05.13 20:54:39.679771 [ 3 ] {8ee1a60f-7a55-4ff5-bfde-b113b90d70da} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13603 | 2024.05.13 20:54:39.679805 [ 3 ] {} <Debug> HTTP-Session: dfdfa928-fb58-41ea-855b-db618a128a83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13604 | 2024.05.13 20:54:39.679998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 21465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13605 | 2024.05.13 20:54:39.680048 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13606 | 2024.05.13 20:54:39.680068 [ 3 ] {} <Debug> HTTP-Session: cbf5dfaa-3f0d-4eda-a2c2-bbf934d8edde Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13607 | 2024.05.13 20:54:39.680085 [ 3 ] {} <Debug> HTTP-Session: cbf5dfaa-3f0d-4eda-a2c2-bbf934d8edde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13608 | 2024.05.13 20:54:39.680098 [ 3 ] {} <Debug> HTTP-Session: cbf5dfaa-3f0d-4eda-a2c2-bbf934d8edde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13609 | 2024.05.13 20:54:39.680130 [ 3 ] {} <Trace> HTTP-Session: cbf5dfaa-3f0d-4eda-a2c2-bbf934d8edde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13610 | 2024.05.13 20:54:39.680270 [ 3 ] {84957bcc-d5fa-4071-8cc1-089bb21f8561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13611 | 2024.05.13 20:54:39.680315 [ 3 ] {84957bcc-d5fa-4071-8cc1-089bb21f8561} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13612 | 2024.05.13 20:54:39.680444 [ 3 ] {84957bcc-d5fa-4071-8cc1-089bb21f8561} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13613 | 2024.05.13 20:54:39.680862 [ 3 ] {84957bcc-d5fa-4071-8cc1-089bb21f8561} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13614 | 2024.05.13 20:54:39.680899 [ 3 ] {84957bcc-d5fa-4071-8cc1-089bb21f8561} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13615 | 2024.05.13 20:54:39.681221 [ 3 ] {84957bcc-d5fa-4071-8cc1-089bb21f8561} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
13616 | 2024.05.13 20:54:39.681541 [ 3 ] {84957bcc-d5fa-4071-8cc1-089bb21f8561} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13617 | 2024.05.13 20:54:39.681707 [ 3 ] {84957bcc-d5fa-4071-8cc1-089bb21f8561} <Debug> executeQuery: Read 146 rows, 12.59 KiB in 0.001489 sec., 98052.38415043653 rows/sec., 8.26 MiB/sec. | ||
13618 | 2024.05.13 20:54:39.681889 [ 3 ] {84957bcc-d5fa-4071-8cc1-089bb21f8561} <Debug> DynamicQueryHandler: Done processing query | ||
13619 | 2024.05.13 20:54:39.681915 [ 3 ] {84957bcc-d5fa-4071-8cc1-089bb21f8561} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
13620 | 2024.05.13 20:54:39.681932 [ 3 ] {} <Debug> HTTP-Session: cbf5dfaa-3f0d-4eda-a2c2-bbf934d8edde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13621 | 2024.05.13 20:54:39.682153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 15965, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13622 | 2024.05.13 20:54:39.682202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13623 | 2024.05.13 20:54:39.682222 [ 3 ] {} <Debug> HTTP-Session: 1d72f017-4a76-49e1-9367-5f8cfa576b39 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13624 | 2024.05.13 20:54:39.682239 [ 3 ] {} <Debug> HTTP-Session: 1d72f017-4a76-49e1-9367-5f8cfa576b39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13625 | 2024.05.13 20:54:39.682252 [ 3 ] {} <Debug> HTTP-Session: 1d72f017-4a76-49e1-9367-5f8cfa576b39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13626 | 2024.05.13 20:54:39.682283 [ 3 ] {} <Trace> HTTP-Session: 1d72f017-4a76-49e1-9367-5f8cfa576b39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13627 | 2024.05.13 20:54:39.682411 [ 3 ] {58c90b98-4a4a-4532-9a9c-88e878b19680} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13628 | 2024.05.13 20:54:39.682454 [ 3 ] {58c90b98-4a4a-4532-9a9c-88e878b19680} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13629 | 2024.05.13 20:54:39.682584 [ 3 ] {58c90b98-4a4a-4532-9a9c-88e878b19680} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13630 | 2024.05.13 20:54:39.682908 [ 3 ] {58c90b98-4a4a-4532-9a9c-88e878b19680} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13631 | 2024.05.13 20:54:39.682945 [ 3 ] {58c90b98-4a4a-4532-9a9c-88e878b19680} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13632 | 2024.05.13 20:54:39.683256 [ 3 ] {58c90b98-4a4a-4532-9a9c-88e878b19680} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
13633 | 2024.05.13 20:54:39.683560 [ 3 ] {58c90b98-4a4a-4532-9a9c-88e878b19680} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13634 | 2024.05.13 20:54:39.683719 [ 3 ] {58c90b98-4a4a-4532-9a9c-88e878b19680} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001358 sec., 69219.44035346097 rows/sec., 5.41 MiB/sec. | ||
13635 | 2024.05.13 20:54:39.683932 [ 3 ] {58c90b98-4a4a-4532-9a9c-88e878b19680} <Debug> DynamicQueryHandler: Done processing query | ||
13636 | 2024.05.13 20:54:39.683983 [ 3 ] {58c90b98-4a4a-4532-9a9c-88e878b19680} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
13637 | 2024.05.13 20:54:39.684043 [ 3 ] {} <Debug> HTTP-Session: 1d72f017-4a76-49e1-9367-5f8cfa576b39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13638 | 2024.05.13 20:54:39.684343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13639 | 2024.05.13 20:54:39.684394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13640 | 2024.05.13 20:54:39.684415 [ 3 ] {} <Debug> HTTP-Session: 2800fe2b-cd21-46b3-a777-4396815c7bad Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13641 | 2024.05.13 20:54:39.684431 [ 3 ] {} <Debug> HTTP-Session: 2800fe2b-cd21-46b3-a777-4396815c7bad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13642 | 2024.05.13 20:54:39.684445 [ 3 ] {} <Debug> HTTP-Session: 2800fe2b-cd21-46b3-a777-4396815c7bad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13643 | 2024.05.13 20:54:39.684476 [ 3 ] {} <Trace> HTTP-Session: 2800fe2b-cd21-46b3-a777-4396815c7bad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13644 | 2024.05.13 20:54:39.684623 [ 3 ] {906ef4ee-9ffe-44ad-a8f1-3766e0afa011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13645 | 2024.05.13 20:54:39.684671 [ 3 ] {906ef4ee-9ffe-44ad-a8f1-3766e0afa011} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13646 | 2024.05.13 20:54:39.684834 [ 3 ] {906ef4ee-9ffe-44ad-a8f1-3766e0afa011} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13647 | 2024.05.13 20:54:39.685282 [ 3 ] {906ef4ee-9ffe-44ad-a8f1-3766e0afa011} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13648 | 2024.05.13 20:54:39.685318 [ 3 ] {906ef4ee-9ffe-44ad-a8f1-3766e0afa011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13649 | 2024.05.13 20:54:39.685708 [ 3 ] {906ef4ee-9ffe-44ad-a8f1-3766e0afa011} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
13650 | 2024.05.13 20:54:39.686045 [ 3 ] {906ef4ee-9ffe-44ad-a8f1-3766e0afa011} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13651 | 2024.05.13 20:54:39.686206 [ 3 ] {906ef4ee-9ffe-44ad-a8f1-3766e0afa011} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001644 sec., 97323.60097323601 rows/sec., 6.78 MiB/sec. | ||
13652 | 2024.05.13 20:54:39.686378 [ 3 ] {906ef4ee-9ffe-44ad-a8f1-3766e0afa011} <Debug> DynamicQueryHandler: Done processing query | ||
13653 | 2024.05.13 20:54:39.686403 [ 3 ] {906ef4ee-9ffe-44ad-a8f1-3766e0afa011} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13654 | 2024.05.13 20:54:39.686418 [ 3 ] {} <Debug> HTTP-Session: 2800fe2b-cd21-46b3-a777-4396815c7bad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13655 | 2024.05.13 20:54:39.686606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 32124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13656 | 2024.05.13 20:54:39.686656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13657 | 2024.05.13 20:54:39.686675 [ 3 ] {} <Debug> HTTP-Session: 46c40f2f-fd6b-4e4d-ab4a-d3fff48f56ff Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13658 | 2024.05.13 20:54:39.686691 [ 3 ] {} <Debug> HTTP-Session: 46c40f2f-fd6b-4e4d-ab4a-d3fff48f56ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13659 | 2024.05.13 20:54:39.686705 [ 3 ] {} <Debug> HTTP-Session: 46c40f2f-fd6b-4e4d-ab4a-d3fff48f56ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13660 | 2024.05.13 20:54:39.686736 [ 3 ] {} <Trace> HTTP-Session: 46c40f2f-fd6b-4e4d-ab4a-d3fff48f56ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13661 | 2024.05.13 20:54:39.686986 [ 3 ] {df134560-22cf-4135-9016-018ce85f65e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13662 | 2024.05.13 20:54:39.687034 [ 3 ] {df134560-22cf-4135-9016-018ce85f65e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
13663 | 2024.05.13 20:54:39.687196 [ 3 ] {df134560-22cf-4135-9016-018ce85f65e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13664 | 2024.05.13 20:54:39.687834 [ 3 ] {df134560-22cf-4135-9016-018ce85f65e7} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13665 | 2024.05.13 20:54:39.687869 [ 3 ] {df134560-22cf-4135-9016-018ce85f65e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13666 | 2024.05.13 20:54:39.688281 [ 3 ] {df134560-22cf-4135-9016-018ce85f65e7} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
13667 | 2024.05.13 20:54:39.688630 [ 3 ] {df134560-22cf-4135-9016-018ce85f65e7} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13668 | 2024.05.13 20:54:39.688755 [ 3 ] {df134560-22cf-4135-9016-018ce85f65e7} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001945 sec., 15424.164524421594 rows/sec., 20.81 MiB/sec. | ||
13669 | 2024.05.13 20:54:39.688925 [ 3 ] {df134560-22cf-4135-9016-018ce85f65e7} <Debug> DynamicQueryHandler: Done processing query | ||
13670 | 2024.05.13 20:54:39.688949 [ 3 ] {df134560-22cf-4135-9016-018ce85f65e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
13671 | 2024.05.13 20:54:39.688965 [ 3 ] {} <Debug> HTTP-Session: 46c40f2f-fd6b-4e4d-ab4a-d3fff48f56ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13672 | 2024.05.13 20:54:39.689090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13673 | 2024.05.13 20:54:39.689140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13674 | 2024.05.13 20:54:39.689159 [ 3 ] {} <Debug> HTTP-Session: 4fd2e90f-c11f-4338-a179-bec7035f29fa Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13675 | 2024.05.13 20:54:39.689176 [ 3 ] {} <Debug> HTTP-Session: 4fd2e90f-c11f-4338-a179-bec7035f29fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13676 | 2024.05.13 20:54:39.689189 [ 3 ] {} <Debug> HTTP-Session: 4fd2e90f-c11f-4338-a179-bec7035f29fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13677 | 2024.05.13 20:54:39.689220 [ 3 ] {} <Trace> HTTP-Session: 4fd2e90f-c11f-4338-a179-bec7035f29fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13678 | 2024.05.13 20:54:39.689351 [ 3 ] {cdf58e80-4012-443e-94d7-7e6d6ec5ba34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13679 | 2024.05.13 20:54:39.689395 [ 3 ] {cdf58e80-4012-443e-94d7-7e6d6ec5ba34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13680 | 2024.05.13 20:54:39.689522 [ 3 ] {cdf58e80-4012-443e-94d7-7e6d6ec5ba34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13681 | 2024.05.13 20:54:39.689825 [ 3 ] {cdf58e80-4012-443e-94d7-7e6d6ec5ba34} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13682 | 2024.05.13 20:54:39.689860 [ 3 ] {cdf58e80-4012-443e-94d7-7e6d6ec5ba34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13683 | 2024.05.13 20:54:39.690222 [ 3 ] {cdf58e80-4012-443e-94d7-7e6d6ec5ba34} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
13684 | 2024.05.13 20:54:39.690534 [ 3 ] {cdf58e80-4012-443e-94d7-7e6d6ec5ba34} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13685 | 2024.05.13 20:54:39.690655 [ 3 ] {cdf58e80-4012-443e-94d7-7e6d6ec5ba34} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001362 sec., 44052.86343612335 rows/sec., 2.97 MiB/sec. | ||
13686 | 2024.05.13 20:54:39.690813 [ 3 ] {cdf58e80-4012-443e-94d7-7e6d6ec5ba34} <Debug> DynamicQueryHandler: Done processing query | ||
13687 | 2024.05.13 20:54:39.690838 [ 3 ] {cdf58e80-4012-443e-94d7-7e6d6ec5ba34} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13688 | 2024.05.13 20:54:39.690853 [ 3 ] {} <Debug> HTTP-Session: 4fd2e90f-c11f-4338-a179-bec7035f29fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13689 | 2024.05.13 20:54:42.833651 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13690 | 2024.05.13 20:54:42.833738 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13691 | 2024.05.13 20:54:44.678209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3636, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13692 | 2024.05.13 20:54:44.678318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13693 | 2024.05.13 20:54:44.678341 [ 3 ] {} <Debug> HTTP-Session: 941f04ea-7820-4c80-8c8e-b923301a403d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13694 | 2024.05.13 20:54:44.678366 [ 3 ] {} <Debug> HTTP-Session: 941f04ea-7820-4c80-8c8e-b923301a403d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13695 | 2024.05.13 20:54:44.678381 [ 3 ] {} <Debug> HTTP-Session: 941f04ea-7820-4c80-8c8e-b923301a403d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13696 | 2024.05.13 20:54:44.678428 [ 3 ] {} <Trace> HTTP-Session: 941f04ea-7820-4c80-8c8e-b923301a403d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13697 | 2024.05.13 20:54:44.678614 [ 3 ] {7c422c45-9f78-45b8-9a48-ac8fafc052d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13698 | 2024.05.13 20:54:44.678679 [ 3 ] {7c422c45-9f78-45b8-9a48-ac8fafc052d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13699 | 2024.05.13 20:54:44.678866 [ 3 ] {7c422c45-9f78-45b8-9a48-ac8fafc052d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13700 | 2024.05.13 20:54:44.679294 [ 3 ] {7c422c45-9f78-45b8-9a48-ac8fafc052d9} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13701 | 2024.05.13 20:54:44.679335 [ 3 ] {7c422c45-9f78-45b8-9a48-ac8fafc052d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13702 | 2024.05.13 20:54:44.679702 [ 3 ] {7c422c45-9f78-45b8-9a48-ac8fafc052d9} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
13703 | 2024.05.13 20:54:44.680031 [ 3 ] {7c422c45-9f78-45b8-9a48-ac8fafc052d9} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13704 | 2024.05.13 20:54:44.680194 [ 3 ] {7c422c45-9f78-45b8-9a48-ac8fafc052d9} <Debug> executeQuery: Read 25 rows, 2.03 KiB in 0.001636 sec., 15281.17359413203 rows/sec., 1.21 MiB/sec. | ||
13705 | 2024.05.13 20:54:44.680386 [ 3 ] {7c422c45-9f78-45b8-9a48-ac8fafc052d9} <Debug> DynamicQueryHandler: Done processing query | ||
13706 | 2024.05.13 20:54:44.680415 [ 3 ] {7c422c45-9f78-45b8-9a48-ac8fafc052d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13707 | 2024.05.13 20:54:44.680432 [ 3 ] {} <Debug> HTTP-Session: 941f04ea-7820-4c80-8c8e-b923301a403d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13708 | 2024.05.13 20:54:44.680546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13709 | 2024.05.13 20:54:44.680595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13710 | 2024.05.13 20:54:44.680613 [ 3 ] {} <Debug> HTTP-Session: 8406e116-023d-45ad-99df-22e3ca57bb1d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13711 | 2024.05.13 20:54:44.680629 [ 3 ] {} <Debug> HTTP-Session: 8406e116-023d-45ad-99df-22e3ca57bb1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13712 | 2024.05.13 20:54:44.680643 [ 3 ] {} <Debug> HTTP-Session: 8406e116-023d-45ad-99df-22e3ca57bb1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13713 | 2024.05.13 20:54:44.680674 [ 3 ] {} <Trace> HTTP-Session: 8406e116-023d-45ad-99df-22e3ca57bb1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13714 | 2024.05.13 20:54:44.680768 [ 3 ] {c6229803-5e84-497f-a1e3-f75491c23dcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13715 | 2024.05.13 20:54:44.680810 [ 3 ] {c6229803-5e84-497f-a1e3-f75491c23dcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13716 | 2024.05.13 20:54:44.680936 [ 3 ] {c6229803-5e84-497f-a1e3-f75491c23dcf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13717 | 2024.05.13 20:54:44.681244 [ 3 ] {c6229803-5e84-497f-a1e3-f75491c23dcf} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13718 | 2024.05.13 20:54:44.681279 [ 3 ] {c6229803-5e84-497f-a1e3-f75491c23dcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13719 | 2024.05.13 20:54:44.681593 [ 3 ] {c6229803-5e84-497f-a1e3-f75491c23dcf} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
13720 | 2024.05.13 20:54:44.681910 [ 3 ] {c6229803-5e84-497f-a1e3-f75491c23dcf} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13721 | 2024.05.13 20:54:44.682060 [ 3 ] {c6229803-5e84-497f-a1e3-f75491c23dcf} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00131 sec., 1526.7175572519084 rows/sec., 124.49 KiB/sec. | ||
13722 | 2024.05.13 20:54:44.682334 [ 3 ] {c6229803-5e84-497f-a1e3-f75491c23dcf} <Debug> DynamicQueryHandler: Done processing query | ||
13723 | 2024.05.13 20:54:44.682392 [ 3 ] {c6229803-5e84-497f-a1e3-f75491c23dcf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13724 | 2024.05.13 20:54:44.682449 [ 3 ] {} <Debug> HTTP-Session: 8406e116-023d-45ad-99df-22e3ca57bb1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13725 | 2024.05.13 20:54:44.682607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 24296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13726 | 2024.05.13 20:54:44.682658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13727 | 2024.05.13 20:54:44.682682 [ 3 ] {} <Debug> HTTP-Session: 3a873cc5-86bc-4f75-821b-ba1d14903ae4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13728 | 2024.05.13 20:54:44.682698 [ 3 ] {} <Debug> HTTP-Session: 3a873cc5-86bc-4f75-821b-ba1d14903ae4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13729 | 2024.05.13 20:54:44.682712 [ 3 ] {} <Debug> HTTP-Session: 3a873cc5-86bc-4f75-821b-ba1d14903ae4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13730 | 2024.05.13 20:54:44.682742 [ 3 ] {} <Trace> HTTP-Session: 3a873cc5-86bc-4f75-821b-ba1d14903ae4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13731 | 2024.05.13 20:54:44.682883 [ 3 ] {eca95bd3-af6b-4d0e-9053-6028afd6880e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13732 | 2024.05.13 20:54:44.682927 [ 3 ] {eca95bd3-af6b-4d0e-9053-6028afd6880e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13733 | 2024.05.13 20:54:44.683067 [ 3 ] {eca95bd3-af6b-4d0e-9053-6028afd6880e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13734 | 2024.05.13 20:54:44.683471 [ 3 ] {eca95bd3-af6b-4d0e-9053-6028afd6880e} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13735 | 2024.05.13 20:54:44.683508 [ 3 ] {eca95bd3-af6b-4d0e-9053-6028afd6880e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13736 | 2024.05.13 20:54:44.683832 [ 3 ] {eca95bd3-af6b-4d0e-9053-6028afd6880e} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
13737 | 2024.05.13 20:54:44.684141 [ 3 ] {eca95bd3-af6b-4d0e-9053-6028afd6880e} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13738 | 2024.05.13 20:54:44.684285 [ 3 ] {eca95bd3-af6b-4d0e-9053-6028afd6880e} <Debug> executeQuery: Read 168 rows, 14.09 KiB in 0.001465 sec., 114675.76791808874 rows/sec., 9.39 MiB/sec. | ||
13739 | 2024.05.13 20:54:44.684302 [ 52 ] {} <Debug> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
13740 | 2024.05.13 20:54:44.684399 [ 52 ] {} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13741 | 2024.05.13 20:54:44.684441 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13742 | 2024.05.13 20:54:44.684537 [ 3 ] {eca95bd3-af6b-4d0e-9053-6028afd6880e} <Debug> DynamicQueryHandler: Done processing query | ||
13743 | 2024.05.13 20:54:44.684602 [ 3 ] {eca95bd3-af6b-4d0e-9053-6028afd6880e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
13744 | 2024.05.13 20:54:44.684668 [ 3 ] {} <Debug> HTTP-Session: 3a873cc5-86bc-4f75-821b-ba1d14903ae4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13745 | 2024.05.13 20:54:44.684696 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::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 | ||
13746 | 2024.05.13 20:54:44.684918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13747 | 2024.05.13 20:54:44.685114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13748 | 2024.05.13 20:54:44.685228 [ 3 ] {} <Debug> HTTP-Session: def8755c-d1a2-4c26-bb0d-3658199ec80b Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13749 | 2024.05.13 20:54:44.685248 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13750 | 2024.05.13 20:54:44.685329 [ 3 ] {} <Debug> HTTP-Session: def8755c-d1a2-4c26-bb0d-3658199ec80b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13751 | 2024.05.13 20:54:44.685391 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 264 rows starting from the beginning of the part | ||
13752 | 2024.05.13 20:54:44.685416 [ 3 ] {} <Debug> HTTP-Session: def8755c-d1a2-4c26-bb0d-3658199ec80b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13753 | 2024.05.13 20:54:44.685588 [ 3 ] {} <Trace> HTTP-Session: def8755c-d1a2-4c26-bb0d-3658199ec80b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13754 | 2024.05.13 20:54:44.685860 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 132 rows starting from the beginning of the part | ||
13755 | 2024.05.13 20:54:44.686020 [ 3 ] {a7164fc0-7300-4f82-a331-c15888bedded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13756 | 2024.05.13 20:54:44.686188 [ 3 ] {a7164fc0-7300-4f82-a331-c15888bedded} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13757 | 2024.05.13 20:54:44.686224 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 146 rows starting from the beginning of the part | ||
13758 | 2024.05.13 20:54:44.686630 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 133 rows starting from the beginning of the part | ||
13759 | 2024.05.13 20:54:44.687091 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 146 rows starting from the beginning of the part | ||
13760 | 2024.05.13 20:54:44.687583 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 168 rows starting from the beginning of the part | ||
13761 | 2024.05.13 20:54:44.688032 [ 3 ] {a7164fc0-7300-4f82-a331-c15888bedded} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13762 | 2024.05.13 20:54:44.689765 [ 3 ] {a7164fc0-7300-4f82-a331-c15888bedded} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13763 | 2024.05.13 20:54:44.689822 [ 3 ] {a7164fc0-7300-4f82-a331-c15888bedded} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13764 | 2024.05.13 20:54:44.690344 [ 3 ] {a7164fc0-7300-4f82-a331-c15888bedded} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
13765 | 2024.05.13 20:54:44.690797 [ 3 ] {a7164fc0-7300-4f82-a331-c15888bedded} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13766 | 2024.05.13 20:54:44.690973 [ 3 ] {a7164fc0-7300-4f82-a331-c15888bedded} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.005115 sec., 391.00684261974584 rows/sec., 27.30 KiB/sec. | ||
13767 | 2024.05.13 20:54:44.691271 [ 194 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 989 rows, containing 4 columns (4 merged, 0 gathered) in 0.006741854 sec., 146695.55288500758 rows/sec., 12.25 MiB/sec. | ||
13768 | 2024.05.13 20:54:44.691371 [ 3 ] {a7164fc0-7300-4f82-a331-c15888bedded} <Debug> DynamicQueryHandler: Done processing query | ||
13769 | 2024.05.13 20:54:44.691416 [ 3 ] {a7164fc0-7300-4f82-a331-c15888bedded} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13770 | 2024.05.13 20:54:44.691438 [ 3 ] {} <Debug> HTTP-Session: def8755c-d1a2-4c26-bb0d-3658199ec80b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13771 | 2024.05.13 20:54:44.691506 [ 194 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
13772 | 2024.05.13 20:54:44.691602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 19506, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13773 | 2024.05.13 20:54:44.691659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13774 | 2024.05.13 20:54:44.691723 [ 3 ] {} <Debug> HTTP-Session: dbf6e925-6cc5-4ee9-ad6f-252ce9f2248d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13775 | 2024.05.13 20:54:44.691786 [ 3 ] {} <Debug> HTTP-Session: dbf6e925-6cc5-4ee9-ad6f-252ce9f2248d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13776 | 2024.05.13 20:54:44.691831 [ 3 ] {} <Debug> HTTP-Session: dbf6e925-6cc5-4ee9-ad6f-252ce9f2248d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13777 | 2024.05.13 20:54:44.691904 [ 3 ] {} <Trace> HTTP-Session: dbf6e925-6cc5-4ee9-ad6f-252ce9f2248d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13778 | 2024.05.13 20:54:44.692162 [ 3 ] {4b7a95a0-8519-4ade-8c0a-5aa68c22332a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13779 | 2024.05.13 20:54:44.692231 [ 3 ] {4b7a95a0-8519-4ade-8c0a-5aa68c22332a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13780 | 2024.05.13 20:54:44.692238 [ 194 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_91_18} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13781 | 2024.05.13 20:54:44.692473 [ 194 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_91_18} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
13782 | 2024.05.13 20:54:44.692546 [ 3 ] {4b7a95a0-8519-4ade-8c0a-5aa68c22332a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13783 | 2024.05.13 20:54:44.692651 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
13784 | 2024.05.13 20:54:44.693038 [ 3 ] {4b7a95a0-8519-4ade-8c0a-5aa68c22332a} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13785 | 2024.05.13 20:54:44.693079 [ 3 ] {4b7a95a0-8519-4ade-8c0a-5aa68c22332a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13786 | 2024.05.13 20:54:44.693407 [ 3 ] {4b7a95a0-8519-4ade-8c0a-5aa68c22332a} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
13787 | 2024.05.13 20:54:44.693712 [ 3 ] {4b7a95a0-8519-4ade-8c0a-5aa68c22332a} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13788 | 2024.05.13 20:54:44.693856 [ 3 ] {4b7a95a0-8519-4ade-8c0a-5aa68c22332a} <Debug> executeQuery: Read 115 rows, 9.18 KiB in 0.001793 sec., 64138.315672058 rows/sec., 5.00 MiB/sec. | ||
13789 | 2024.05.13 20:54:44.693869 [ 52 ] {} <Debug> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
13790 | 2024.05.13 20:54:44.693946 [ 52 ] {} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13791 | 2024.05.13 20:54:44.693990 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13792 | 2024.05.13 20:54:44.694164 [ 3 ] {4b7a95a0-8519-4ade-8c0a-5aa68c22332a} <Debug> DynamicQueryHandler: Done processing query | ||
13793 | 2024.05.13 20:54:44.694255 [ 3 ] {4b7a95a0-8519-4ade-8c0a-5aa68c22332a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13794 | 2024.05.13 20:54:44.694299 [ 3 ] {} <Debug> HTTP-Session: dbf6e925-6cc5-4ee9-ad6f-252ce9f2248d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13795 | 2024.05.13 20:54:44.694306 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::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 | ||
13796 | 2024.05.13 20:54:44.694581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 37784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13797 | 2024.05.13 20:54:44.694759 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13798 | 2024.05.13 20:54:44.694861 [ 3 ] {} <Debug> HTTP-Session: 50334b9f-d55d-42ea-9c46-4de212ff97c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13799 | 2024.05.13 20:54:44.694939 [ 3 ] {} <Debug> HTTP-Session: 50334b9f-d55d-42ea-9c46-4de212ff97c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13800 | 2024.05.13 20:54:44.695019 [ 3 ] {} <Debug> HTTP-Session: 50334b9f-d55d-42ea-9c46-4de212ff97c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13801 | 2024.05.13 20:54:44.695039 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13802 | 2024.05.13 20:54:44.695129 [ 3 ] {} <Trace> HTTP-Session: 50334b9f-d55d-42ea-9c46-4de212ff97c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13803 | 2024.05.13 20:54:44.695225 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 178 rows starting from the beginning of the part | ||
13804 | 2024.05.13 20:54:44.695639 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 91 rows starting from the beginning of the part | ||
13805 | 2024.05.13 20:54:44.695651 [ 3 ] {0d42f42d-81b6-4e75-a07d-86f741469d40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13806 | 2024.05.13 20:54:44.695888 [ 3 ] {0d42f42d-81b6-4e75-a07d-86f741469d40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13807 | 2024.05.13 20:54:44.696207 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 94 rows starting from the beginning of the part | ||
13808 | 2024.05.13 20:54:44.696543 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 93 rows starting from the beginning of the part | ||
13809 | 2024.05.13 20:54:44.696869 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 94 rows starting from the beginning of the part | ||
13810 | 2024.05.13 20:54:44.697186 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 115 rows starting from the beginning of the part | ||
13811 | 2024.05.13 20:54:44.697495 [ 3 ] {0d42f42d-81b6-4e75-a07d-86f741469d40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13812 | 2024.05.13 20:54:44.698571 [ 3 ] {0d42f42d-81b6-4e75-a07d-86f741469d40} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13813 | 2024.05.13 20:54:44.698639 [ 3 ] {0d42f42d-81b6-4e75-a07d-86f741469d40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13814 | 2024.05.13 20:54:44.699644 [ 3 ] {0d42f42d-81b6-4e75-a07d-86f741469d40} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
13815 | 2024.05.13 20:54:44.699806 [ 201 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 665 rows, containing 4 columns (4 merged, 0 gathered) in 0.005710734 sec., 116447.37786771367 rows/sec., 9.09 MiB/sec. | ||
13816 | 2024.05.13 20:54:44.700092 [ 201 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
13817 | 2024.05.13 20:54:44.700584 [ 3 ] {0d42f42d-81b6-4e75-a07d-86f741469d40} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13818 | 2024.05.13 20:54:44.700939 [ 52 ] {} <Debug> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
13819 | 2024.05.13 20:54:44.700971 [ 3 ] {0d42f42d-81b6-4e75-a07d-86f741469d40} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.005592 sec., 35228.89842632332 rows/sec., 2.46 MiB/sec. | ||
13820 | 2024.05.13 20:54:44.701024 [ 52 ] {} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13821 | 2024.05.13 20:54:44.701153 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13822 | 2024.05.13 20:54:44.701221 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_91_18} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13823 | 2024.05.13 20:54:44.701662 [ 189 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_91_18} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
13824 | 2024.05.13 20:54:44.701667 [ 201 ] {313178d0-1e86-4864-8af4-8d959655e5c5::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 | ||
13825 | 2024.05.13 20:54:44.701690 [ 3 ] {0d42f42d-81b6-4e75-a07d-86f741469d40} <Debug> DynamicQueryHandler: Done processing query | ||
13826 | 2024.05.13 20:54:44.701804 [ 3 ] {0d42f42d-81b6-4e75-a07d-86f741469d40} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
13827 | 2024.05.13 20:54:44.701970 [ 3 ] {} <Debug> HTTP-Session: 50334b9f-d55d-42ea-9c46-4de212ff97c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13828 | 2024.05.13 20:54:44.702085 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
13829 | 2024.05.13 20:54:44.702333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 26779, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13830 | 2024.05.13 20:54:44.702531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13831 | 2024.05.13 20:54:44.702650 [ 3 ] {} <Debug> HTTP-Session: 2157004c-afe3-4c4f-be3e-9312eeeb12f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13832 | 2024.05.13 20:54:44.702710 [ 201 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13833 | 2024.05.13 20:54:44.702734 [ 3 ] {} <Debug> HTTP-Session: 2157004c-afe3-4c4f-be3e-9312eeeb12f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13834 | 2024.05.13 20:54:44.702818 [ 3 ] {} <Debug> HTTP-Session: 2157004c-afe3-4c4f-be3e-9312eeeb12f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13835 | 2024.05.13 20:54:44.702859 [ 201 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_86_17, total 14089 rows starting from the beginning of the part | ||
13836 | 2024.05.13 20:54:44.702940 [ 3 ] {} <Trace> HTTP-Session: 2157004c-afe3-4c4f-be3e-9312eeeb12f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13837 | 2024.05.13 20:54:44.703384 [ 201 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 161 rows starting from the beginning of the part | ||
13838 | 2024.05.13 20:54:44.703672 [ 3 ] {27963e12-77f5-4178-aae3-1433364b8c88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13839 | 2024.05.13 20:54:44.703873 [ 3 ] {27963e12-77f5-4178-aae3-1433364b8c88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
13840 | 2024.05.13 20:54:44.704105 [ 201 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part | ||
13841 | 2024.05.13 20:54:44.704524 [ 201 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 162 rows starting from the beginning of the part | ||
13842 | 2024.05.13 20:54:44.704897 [ 201 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
13843 | 2024.05.13 20:54:44.705325 [ 201 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 197 rows starting from the beginning of the part | ||
13844 | 2024.05.13 20:54:44.705650 [ 3 ] {27963e12-77f5-4178-aae3-1433364b8c88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13845 | 2024.05.13 20:54:44.706523 [ 3 ] {27963e12-77f5-4178-aae3-1433364b8c88} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13846 | 2024.05.13 20:54:44.706580 [ 3 ] {27963e12-77f5-4178-aae3-1433364b8c88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13847 | 2024.05.13 20:54:44.707280 [ 3 ] {27963e12-77f5-4178-aae3-1433364b8c88} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
13848 | 2024.05.13 20:54:44.708234 [ 3 ] {27963e12-77f5-4178-aae3-1433364b8c88} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13849 | 2024.05.13 20:54:44.708638 [ 3 ] {27963e12-77f5-4178-aae3-1433364b8c88} <Debug> executeQuery: Read 25 rows, 34.55 KiB in 0.005362 sec., 4662.439388287952 rows/sec., 6.29 MiB/sec. | ||
13850 | 2024.05.13 20:54:44.709085 [ 3 ] {27963e12-77f5-4178-aae3-1433364b8c88} <Debug> DynamicQueryHandler: Done processing query | ||
13851 | 2024.05.13 20:54:44.709119 [ 3 ] {27963e12-77f5-4178-aae3-1433364b8c88} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
13852 | 2024.05.13 20:54:44.709144 [ 3 ] {} <Debug> HTTP-Session: 2157004c-afe3-4c4f-be3e-9312eeeb12f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13853 | 2024.05.13 20:54:44.709271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13854 | 2024.05.13 20:54:44.709321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13855 | 2024.05.13 20:54:44.709341 [ 3 ] {} <Debug> HTTP-Session: 8af1a013-bc14-479e-99ce-e0d011e9ba83 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13856 | 2024.05.13 20:54:44.709356 [ 3 ] {} <Debug> HTTP-Session: 8af1a013-bc14-479e-99ce-e0d011e9ba83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13857 | 2024.05.13 20:54:44.709370 [ 3 ] {} <Debug> HTTP-Session: 8af1a013-bc14-479e-99ce-e0d011e9ba83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13858 | 2024.05.13 20:54:44.709400 [ 3 ] {} <Trace> HTTP-Session: 8af1a013-bc14-479e-99ce-e0d011e9ba83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13859 | 2024.05.13 20:54:44.709648 [ 3 ] {89f9bad6-88a3-4580-9ec5-a5d9bf98eede} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13860 | 2024.05.13 20:54:44.709778 [ 3 ] {89f9bad6-88a3-4580-9ec5-a5d9bf98eede} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13861 | 2024.05.13 20:54:44.709962 [ 3 ] {89f9bad6-88a3-4580-9ec5-a5d9bf98eede} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13862 | 2024.05.13 20:54:44.710348 [ 3 ] {89f9bad6-88a3-4580-9ec5-a5d9bf98eede} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13863 | 2024.05.13 20:54:44.710383 [ 3 ] {89f9bad6-88a3-4580-9ec5-a5d9bf98eede} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13864 | 2024.05.13 20:54:44.710795 [ 3 ] {89f9bad6-88a3-4580-9ec5-a5d9bf98eede} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
13865 | 2024.05.13 20:54:44.711393 [ 3 ] {89f9bad6-88a3-4580-9ec5-a5d9bf98eede} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13866 | 2024.05.13 20:54:44.711616 [ 189 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14929 rows, containing 5 columns (5 merged, 0 gathered) in 0.010321078 sec., 1446457.4340005957 rows/sec., 100.70 MiB/sec. | ||
13867 | 2024.05.13 20:54:44.711774 [ 52 ] {} <Debug> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
13868 | 2024.05.13 20:54:44.711781 [ 3 ] {89f9bad6-88a3-4580-9ec5-a5d9bf98eede} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002293 sec., 26166.593981683385 rows/sec., 1.76 MiB/sec. | ||
13869 | 2024.05.13 20:54:44.711827 [ 52 ] {} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13870 | 2024.05.13 20:54:44.711926 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
13871 | 2024.05.13 20:54:44.712209 [ 3 ] {89f9bad6-88a3-4580-9ec5-a5d9bf98eede} <Debug> DynamicQueryHandler: Done processing query | ||
13872 | 2024.05.13 20:54:44.712239 [ 200 ] {cda5968b-4165-483e-b83e-44e57bb39198::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 | ||
13873 | 2024.05.13 20:54:44.712270 [ 3 ] {89f9bad6-88a3-4580-9ec5-a5d9bf98eede} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13874 | 2024.05.13 20:54:44.712251 [ 189 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
13875 | 2024.05.13 20:54:44.712333 [ 3 ] {} <Debug> HTTP-Session: 8af1a013-bc14-479e-99ce-e0d011e9ba83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13876 | 2024.05.13 20:54:44.712604 [ 200 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13877 | 2024.05.13 20:54:44.712673 [ 200 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4772 rows starting from the beginning of the part | ||
13878 | 2024.05.13 20:54:44.713022 [ 200 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part | ||
13879 | 2024.05.13 20:54:44.713379 [ 200 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
13880 | 2024.05.13 20:54:44.713683 [ 200 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part | ||
13881 | 2024.05.13 20:54:44.713974 [ 200 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
13882 | 2024.05.13 20:54:44.714000 [ 189 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13883 | 2024.05.13 20:54:44.714258 [ 200 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part | ||
13884 | 2024.05.13 20:54:44.714346 [ 189 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
13885 | 2024.05.13 20:54:44.714710 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.04 MiB. | ||
13886 | 2024.05.13 20:54:44.716725 [ 186 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5072 rows, containing 4 columns (4 merged, 0 gathered) in 0.004685714 sec., 1082439.0903926275 rows/sec., 73.27 MiB/sec. | ||
13887 | 2024.05.13 20:54:44.717082 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
13888 | 2024.05.13 20:54:44.717485 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_91_18} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13889 | 2024.05.13 20:54:44.717584 [ 193 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_91_18} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
13890 | 2024.05.13 20:54:44.717673 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
13891 | 2024.05.13 20:54:49.676970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 4350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13892 | 2024.05.13 20:54:49.677114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13893 | 2024.05.13 20:54:49.677143 [ 3 ] {} <Debug> HTTP-Session: c15a6869-d43d-471f-8f3e-ff7be4abab7e Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13894 | 2024.05.13 20:54:49.677170 [ 3 ] {} <Debug> HTTP-Session: c15a6869-d43d-471f-8f3e-ff7be4abab7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13895 | 2024.05.13 20:54:49.677187 [ 3 ] {} <Debug> HTTP-Session: c15a6869-d43d-471f-8f3e-ff7be4abab7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13896 | 2024.05.13 20:54:49.677242 [ 3 ] {} <Trace> HTTP-Session: c15a6869-d43d-471f-8f3e-ff7be4abab7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13897 | 2024.05.13 20:54:49.677456 [ 3 ] {3e5a79d4-b974-4ce5-b792-89c10b463088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13898 | 2024.05.13 20:54:49.677530 [ 3 ] {3e5a79d4-b974-4ce5-b792-89c10b463088} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13899 | 2024.05.13 20:54:49.677749 [ 3 ] {3e5a79d4-b974-4ce5-b792-89c10b463088} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13900 | 2024.05.13 20:54:49.678254 [ 3 ] {3e5a79d4-b974-4ce5-b792-89c10b463088} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13901 | 2024.05.13 20:54:49.678297 [ 3 ] {3e5a79d4-b974-4ce5-b792-89c10b463088} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
13902 | 2024.05.13 20:54:49.678663 [ 3 ] {3e5a79d4-b974-4ce5-b792-89c10b463088} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
13903 | 2024.05.13 20:54:49.678993 [ 3 ] {3e5a79d4-b974-4ce5-b792-89c10b463088} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13904 | 2024.05.13 20:54:49.679146 [ 3 ] {3e5a79d4-b974-4ce5-b792-89c10b463088} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001755 sec., 17094.017094017094 rows/sec., 1.35 MiB/sec. | ||
13905 | 2024.05.13 20:54:49.679412 [ 3 ] {3e5a79d4-b974-4ce5-b792-89c10b463088} <Debug> DynamicQueryHandler: Done processing query | ||
13906 | 2024.05.13 20:54:49.679437 [ 3 ] {3e5a79d4-b974-4ce5-b792-89c10b463088} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13907 | 2024.05.13 20:54:49.679482 [ 3 ] {} <Debug> HTTP-Session: c15a6869-d43d-471f-8f3e-ff7be4abab7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13908 | 2024.05.13 20:54:49.679743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 21465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13909 | 2024.05.13 20:54:49.679793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13910 | 2024.05.13 20:54:49.679810 [ 3 ] {} <Debug> HTTP-Session: 24f271c6-d165-4fca-ac53-8827a2c1ee0b Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13911 | 2024.05.13 20:54:49.679826 [ 3 ] {} <Debug> HTTP-Session: 24f271c6-d165-4fca-ac53-8827a2c1ee0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13912 | 2024.05.13 20:54:49.679839 [ 3 ] {} <Debug> HTTP-Session: 24f271c6-d165-4fca-ac53-8827a2c1ee0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13913 | 2024.05.13 20:54:49.679870 [ 3 ] {} <Trace> HTTP-Session: 24f271c6-d165-4fca-ac53-8827a2c1ee0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13914 | 2024.05.13 20:54:49.680001 [ 3 ] {e8821a88-b439-4169-8523-641faded01e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13915 | 2024.05.13 20:54:49.680043 [ 3 ] {e8821a88-b439-4169-8523-641faded01e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13916 | 2024.05.13 20:54:49.680171 [ 3 ] {e8821a88-b439-4169-8523-641faded01e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13917 | 2024.05.13 20:54:49.680627 [ 3 ] {e8821a88-b439-4169-8523-641faded01e1} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13918 | 2024.05.13 20:54:49.680664 [ 3 ] {e8821a88-b439-4169-8523-641faded01e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
13919 | 2024.05.13 20:54:49.680978 [ 3 ] {e8821a88-b439-4169-8523-641faded01e1} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
13920 | 2024.05.13 20:54:49.681290 [ 3 ] {e8821a88-b439-4169-8523-641faded01e1} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13921 | 2024.05.13 20:54:49.681438 [ 3 ] {e8821a88-b439-4169-8523-641faded01e1} <Debug> executeQuery: Read 146 rows, 12.59 KiB in 0.001448 sec., 100828.72928176796 rows/sec., 8.49 MiB/sec. | ||
13922 | 2024.05.13 20:54:49.681689 [ 3 ] {e8821a88-b439-4169-8523-641faded01e1} <Debug> DynamicQueryHandler: Done processing query | ||
13923 | 2024.05.13 20:54:49.681753 [ 3 ] {e8821a88-b439-4169-8523-641faded01e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
13924 | 2024.05.13 20:54:49.681808 [ 3 ] {} <Debug> HTTP-Session: 24f271c6-d165-4fca-ac53-8827a2c1ee0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13925 | 2024.05.13 20:54:49.681994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 15965, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13926 | 2024.05.13 20:54:49.682044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13927 | 2024.05.13 20:54:49.682064 [ 3 ] {} <Debug> HTTP-Session: 288c0af1-2645-4423-a500-dfd63bfc6c89 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13928 | 2024.05.13 20:54:49.682080 [ 3 ] {} <Debug> HTTP-Session: 288c0af1-2645-4423-a500-dfd63bfc6c89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13929 | 2024.05.13 20:54:49.682094 [ 3 ] {} <Debug> HTTP-Session: 288c0af1-2645-4423-a500-dfd63bfc6c89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13930 | 2024.05.13 20:54:49.682125 [ 3 ] {} <Trace> HTTP-Session: 288c0af1-2645-4423-a500-dfd63bfc6c89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13931 | 2024.05.13 20:54:49.682245 [ 3 ] {e00ba5c7-4378-49ca-a0fb-f8bda45832c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13932 | 2024.05.13 20:54:49.682290 [ 3 ] {e00ba5c7-4378-49ca-a0fb-f8bda45832c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13933 | 2024.05.13 20:54:49.682432 [ 3 ] {e00ba5c7-4378-49ca-a0fb-f8bda45832c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13934 | 2024.05.13 20:54:49.682828 [ 3 ] {e00ba5c7-4378-49ca-a0fb-f8bda45832c5} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13935 | 2024.05.13 20:54:49.682865 [ 3 ] {e00ba5c7-4378-49ca-a0fb-f8bda45832c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
13936 | 2024.05.13 20:54:49.683169 [ 3 ] {e00ba5c7-4378-49ca-a0fb-f8bda45832c5} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
13937 | 2024.05.13 20:54:49.683471 [ 3 ] {e00ba5c7-4378-49ca-a0fb-f8bda45832c5} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13938 | 2024.05.13 20:54:49.683618 [ 3 ] {e00ba5c7-4378-49ca-a0fb-f8bda45832c5} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001415 sec., 66431.09540636043 rows/sec., 5.19 MiB/sec. | ||
13939 | 2024.05.13 20:54:49.683787 [ 3 ] {e00ba5c7-4378-49ca-a0fb-f8bda45832c5} <Debug> DynamicQueryHandler: Done processing query | ||
13940 | 2024.05.13 20:54:49.683812 [ 3 ] {e00ba5c7-4378-49ca-a0fb-f8bda45832c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
13941 | 2024.05.13 20:54:49.683827 [ 3 ] {} <Debug> HTTP-Session: 288c0af1-2645-4423-a500-dfd63bfc6c89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13942 | 2024.05.13 20:54:49.683983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13943 | 2024.05.13 20:54:49.684032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13944 | 2024.05.13 20:54:49.684052 [ 3 ] {} <Debug> HTTP-Session: f0c4e5c7-5f9a-474a-9fe9-4631b6402968 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13945 | 2024.05.13 20:54:49.684068 [ 3 ] {} <Debug> HTTP-Session: f0c4e5c7-5f9a-474a-9fe9-4631b6402968 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13946 | 2024.05.13 20:54:49.684081 [ 3 ] {} <Debug> HTTP-Session: f0c4e5c7-5f9a-474a-9fe9-4631b6402968 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13947 | 2024.05.13 20:54:49.684111 [ 3 ] {} <Trace> HTTP-Session: f0c4e5c7-5f9a-474a-9fe9-4631b6402968 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13948 | 2024.05.13 20:54:49.684248 [ 3 ] {91466f7b-7f94-43de-ba8e-701b9ced7394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13949 | 2024.05.13 20:54:49.684294 [ 3 ] {91466f7b-7f94-43de-ba8e-701b9ced7394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13950 | 2024.05.13 20:54:49.684438 [ 3 ] {91466f7b-7f94-43de-ba8e-701b9ced7394} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13951 | 2024.05.13 20:54:49.684796 [ 3 ] {91466f7b-7f94-43de-ba8e-701b9ced7394} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13952 | 2024.05.13 20:54:49.684833 [ 3 ] {91466f7b-7f94-43de-ba8e-701b9ced7394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
13953 | 2024.05.13 20:54:49.685210 [ 3 ] {91466f7b-7f94-43de-ba8e-701b9ced7394} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
13954 | 2024.05.13 20:54:49.685533 [ 3 ] {91466f7b-7f94-43de-ba8e-701b9ced7394} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13955 | 2024.05.13 20:54:49.685686 [ 3 ] {91466f7b-7f94-43de-ba8e-701b9ced7394} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001497 sec., 106880.42752171008 rows/sec., 7.44 MiB/sec. | ||
13956 | 2024.05.13 20:54:49.685865 [ 3 ] {91466f7b-7f94-43de-ba8e-701b9ced7394} <Debug> DynamicQueryHandler: Done processing query | ||
13957 | 2024.05.13 20:54:49.685900 [ 3 ] {91466f7b-7f94-43de-ba8e-701b9ced7394} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13958 | 2024.05.13 20:54:49.685931 [ 3 ] {} <Debug> HTTP-Session: f0c4e5c7-5f9a-474a-9fe9-4631b6402968 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13959 | 2024.05.13 20:54:49.686149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 32124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13960 | 2024.05.13 20:54:49.686196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13961 | 2024.05.13 20:54:49.686215 [ 3 ] {} <Debug> HTTP-Session: 25d791a7-8b62-486b-91ab-366c59655612 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13962 | 2024.05.13 20:54:49.686230 [ 3 ] {} <Debug> HTTP-Session: 25d791a7-8b62-486b-91ab-366c59655612 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13963 | 2024.05.13 20:54:49.686244 [ 3 ] {} <Debug> HTTP-Session: 25d791a7-8b62-486b-91ab-366c59655612 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13964 | 2024.05.13 20:54:49.686274 [ 3 ] {} <Trace> HTTP-Session: 25d791a7-8b62-486b-91ab-366c59655612 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13965 | 2024.05.13 20:54:49.686522 [ 3 ] {b5510960-5119-40f0-9537-98868c7cbb30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13966 | 2024.05.13 20:54:49.686569 [ 3 ] {b5510960-5119-40f0-9537-98868c7cbb30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
13967 | 2024.05.13 20:54:49.686727 [ 3 ] {b5510960-5119-40f0-9537-98868c7cbb30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13968 | 2024.05.13 20:54:49.687272 [ 3 ] {b5510960-5119-40f0-9537-98868c7cbb30} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13969 | 2024.05.13 20:54:49.687310 [ 3 ] {b5510960-5119-40f0-9537-98868c7cbb30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
13970 | 2024.05.13 20:54:49.687715 [ 3 ] {b5510960-5119-40f0-9537-98868c7cbb30} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
13971 | 2024.05.13 20:54:49.688060 [ 3 ] {b5510960-5119-40f0-9537-98868c7cbb30} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13972 | 2024.05.13 20:54:49.688219 [ 3 ] {b5510960-5119-40f0-9537-98868c7cbb30} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001856 sec., 16163.793103448275 rows/sec., 21.81 MiB/sec. | ||
13973 | 2024.05.13 20:54:49.688468 [ 3 ] {b5510960-5119-40f0-9537-98868c7cbb30} <Debug> DynamicQueryHandler: Done processing query | ||
13974 | 2024.05.13 20:54:49.688523 [ 3 ] {b5510960-5119-40f0-9537-98868c7cbb30} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
13975 | 2024.05.13 20:54:49.688577 [ 3 ] {} <Debug> HTTP-Session: 25d791a7-8b62-486b-91ab-366c59655612 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13976 | 2024.05.13 20:54:49.688757 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13977 | 2024.05.13 20:54:49.688809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13978 | 2024.05.13 20:54:49.688827 [ 3 ] {} <Debug> HTTP-Session: 0c41b114-5fe6-40ba-b31b-8f713218d224 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13979 | 2024.05.13 20:54:49.688844 [ 3 ] {} <Debug> HTTP-Session: 0c41b114-5fe6-40ba-b31b-8f713218d224 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13980 | 2024.05.13 20:54:49.688857 [ 3 ] {} <Debug> HTTP-Session: 0c41b114-5fe6-40ba-b31b-8f713218d224 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13981 | 2024.05.13 20:54:49.688888 [ 3 ] {} <Trace> HTTP-Session: 0c41b114-5fe6-40ba-b31b-8f713218d224 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13982 | 2024.05.13 20:54:49.689013 [ 3 ] {89b0bb30-8948-475a-9db4-1093666a4371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13983 | 2024.05.13 20:54:49.689060 [ 3 ] {89b0bb30-8948-475a-9db4-1093666a4371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13984 | 2024.05.13 20:54:49.689199 [ 3 ] {89b0bb30-8948-475a-9db4-1093666a4371} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13985 | 2024.05.13 20:54:49.689499 [ 3 ] {89b0bb30-8948-475a-9db4-1093666a4371} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13986 | 2024.05.13 20:54:49.689534 [ 3 ] {89b0bb30-8948-475a-9db4-1093666a4371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
13987 | 2024.05.13 20:54:49.689887 [ 3 ] {89b0bb30-8948-475a-9db4-1093666a4371} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
13988 | 2024.05.13 20:54:49.690201 [ 3 ] {89b0bb30-8948-475a-9db4-1093666a4371} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13989 | 2024.05.13 20:54:49.690345 [ 3 ] {89b0bb30-8948-475a-9db4-1093666a4371} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001373 sec., 43699.92716678805 rows/sec., 2.95 MiB/sec. | ||
13990 | 2024.05.13 20:54:49.690513 [ 3 ] {89b0bb30-8948-475a-9db4-1093666a4371} <Debug> DynamicQueryHandler: Done processing query | ||
13991 | 2024.05.13 20:54:49.690548 [ 3 ] {89b0bb30-8948-475a-9db4-1093666a4371} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13992 | 2024.05.13 20:54:49.690578 [ 3 ] {} <Debug> HTTP-Session: 0c41b114-5fe6-40ba-b31b-8f713218d224 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13993 | 2024.05.13 20:54:54.676456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3636, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13994 | 2024.05.13 20:54:54.676587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13995 | 2024.05.13 20:54:54.676611 [ 3 ] {} <Debug> HTTP-Session: eeb0b714-968b-4bbb-9378-a456e1d06ca1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
13996 | 2024.05.13 20:54:54.676634 [ 3 ] {} <Debug> HTTP-Session: eeb0b714-968b-4bbb-9378-a456e1d06ca1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13997 | 2024.05.13 20:54:54.676648 [ 3 ] {} <Debug> HTTP-Session: eeb0b714-968b-4bbb-9378-a456e1d06ca1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13998 | 2024.05.13 20:54:54.676696 [ 3 ] {} <Trace> HTTP-Session: eeb0b714-968b-4bbb-9378-a456e1d06ca1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13999 | 2024.05.13 20:54:54.676880 [ 3 ] {abb8c7fe-75eb-487f-b651-cf08f76c0fcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14000 | 2024.05.13 20:54:54.676947 [ 3 ] {abb8c7fe-75eb-487f-b651-cf08f76c0fcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14001 | 2024.05.13 20:54:54.677136 [ 3 ] {abb8c7fe-75eb-487f-b651-cf08f76c0fcc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14002 | 2024.05.13 20:54:54.677615 [ 3 ] {abb8c7fe-75eb-487f-b651-cf08f76c0fcc} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14003 | 2024.05.13 20:54:54.677654 [ 3 ] {abb8c7fe-75eb-487f-b651-cf08f76c0fcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14004 | 2024.05.13 20:54:54.678022 [ 3 ] {abb8c7fe-75eb-487f-b651-cf08f76c0fcc} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
14005 | 2024.05.13 20:54:54.678378 [ 3 ] {abb8c7fe-75eb-487f-b651-cf08f76c0fcc} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14006 | 2024.05.13 20:54:54.678526 [ 3 ] {abb8c7fe-75eb-487f-b651-cf08f76c0fcc} <Debug> executeQuery: Read 25 rows, 2.03 KiB in 0.001705 sec., 14662.75659824047 rows/sec., 1.16 MiB/sec. | ||
14007 | 2024.05.13 20:54:54.678826 [ 3 ] {abb8c7fe-75eb-487f-b651-cf08f76c0fcc} <Debug> DynamicQueryHandler: Done processing query | ||
14008 | 2024.05.13 20:54:54.678893 [ 3 ] {abb8c7fe-75eb-487f-b651-cf08f76c0fcc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14009 | 2024.05.13 20:54:54.678951 [ 3 ] {} <Debug> HTTP-Session: eeb0b714-968b-4bbb-9378-a456e1d06ca1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14010 | 2024.05.13 20:54:54.679144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 19176, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14011 | 2024.05.13 20:54:54.679197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14012 | 2024.05.13 20:54:54.679217 [ 3 ] {} <Debug> HTTP-Session: 72bb99d7-f5c2-4de3-ac81-27d6aa79b9e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14013 | 2024.05.13 20:54:54.679234 [ 3 ] {} <Debug> HTTP-Session: 72bb99d7-f5c2-4de3-ac81-27d6aa79b9e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14014 | 2024.05.13 20:54:54.679249 [ 3 ] {} <Debug> HTTP-Session: 72bb99d7-f5c2-4de3-ac81-27d6aa79b9e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14015 | 2024.05.13 20:54:54.679286 [ 3 ] {} <Trace> HTTP-Session: 72bb99d7-f5c2-4de3-ac81-27d6aa79b9e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14016 | 2024.05.13 20:54:54.679428 [ 3 ] {6d953403-f2c5-4e96-9452-ae8a175e84ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14017 | 2024.05.13 20:54:54.679474 [ 3 ] {6d953403-f2c5-4e96-9452-ae8a175e84ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14018 | 2024.05.13 20:54:54.679625 [ 3 ] {6d953403-f2c5-4e96-9452-ae8a175e84ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14019 | 2024.05.13 20:54:54.680054 [ 3 ] {6d953403-f2c5-4e96-9452-ae8a175e84ba} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14020 | 2024.05.13 20:54:54.680090 [ 3 ] {6d953403-f2c5-4e96-9452-ae8a175e84ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14021 | 2024.05.13 20:54:54.680404 [ 3 ] {6d953403-f2c5-4e96-9452-ae8a175e84ba} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
14022 | 2024.05.13 20:54:54.680705 [ 3 ] {6d953403-f2c5-4e96-9452-ae8a175e84ba} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14023 | 2024.05.13 20:54:54.680834 [ 3 ] {6d953403-f2c5-4e96-9452-ae8a175e84ba} <Debug> executeQuery: Read 131 rows, 11.20 KiB in 0.001469 sec., 89176.31041524846 rows/sec., 7.45 MiB/sec. | ||
14024 | 2024.05.13 20:54:54.681092 [ 3 ] {6d953403-f2c5-4e96-9452-ae8a175e84ba} <Debug> DynamicQueryHandler: Done processing query | ||
14025 | 2024.05.13 20:54:54.681150 [ 3 ] {6d953403-f2c5-4e96-9452-ae8a175e84ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
14026 | 2024.05.13 20:54:54.681214 [ 3 ] {} <Debug> HTTP-Session: 72bb99d7-f5c2-4de3-ac81-27d6aa79b9e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14027 | 2024.05.13 20:54:54.681404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 15121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14028 | 2024.05.13 20:54:54.681454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14029 | 2024.05.13 20:54:54.681473 [ 3 ] {} <Debug> HTTP-Session: 453fa72c-0fd8-4069-b97d-d727803911cd Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14030 | 2024.05.13 20:54:54.681494 [ 3 ] {} <Debug> HTTP-Session: 453fa72c-0fd8-4069-b97d-d727803911cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14031 | 2024.05.13 20:54:54.681509 [ 3 ] {} <Debug> HTTP-Session: 453fa72c-0fd8-4069-b97d-d727803911cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14032 | 2024.05.13 20:54:54.681541 [ 3 ] {} <Trace> HTTP-Session: 453fa72c-0fd8-4069-b97d-d727803911cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14033 | 2024.05.13 20:54:54.681677 [ 3 ] {83c8450a-c90a-4d67-b99b-50d7ada1ba96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14034 | 2024.05.13 20:54:54.681722 [ 3 ] {83c8450a-c90a-4d67-b99b-50d7ada1ba96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14035 | 2024.05.13 20:54:54.681866 [ 3 ] {83c8450a-c90a-4d67-b99b-50d7ada1ba96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14036 | 2024.05.13 20:54:54.682226 [ 3 ] {83c8450a-c90a-4d67-b99b-50d7ada1ba96} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14037 | 2024.05.13 20:54:54.682262 [ 3 ] {83c8450a-c90a-4d67-b99b-50d7ada1ba96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14038 | 2024.05.13 20:54:54.682564 [ 3 ] {83c8450a-c90a-4d67-b99b-50d7ada1ba96} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
14039 | 2024.05.13 20:54:54.682866 [ 3 ] {83c8450a-c90a-4d67-b99b-50d7ada1ba96} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14040 | 2024.05.13 20:54:54.682998 [ 3 ] {83c8450a-c90a-4d67-b99b-50d7ada1ba96} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.00138 sec., 64492.75362318841 rows/sec., 5.04 MiB/sec. | ||
14041 | 2024.05.13 20:54:54.683189 [ 3 ] {83c8450a-c90a-4d67-b99b-50d7ada1ba96} <Debug> DynamicQueryHandler: Done processing query | ||
14042 | 2024.05.13 20:54:54.683213 [ 3 ] {83c8450a-c90a-4d67-b99b-50d7ada1ba96} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
14043 | 2024.05.13 20:54:54.683228 [ 3 ] {} <Debug> HTTP-Session: 453fa72c-0fd8-4069-b97d-d727803911cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14044 | 2024.05.13 20:54:54.683391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14045 | 2024.05.13 20:54:54.683445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14046 | 2024.05.13 20:54:54.683465 [ 3 ] {} <Debug> HTTP-Session: ea631796-38ff-4075-906a-5687fc582aae Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14047 | 2024.05.13 20:54:54.683481 [ 3 ] {} <Debug> HTTP-Session: ea631796-38ff-4075-906a-5687fc582aae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14048 | 2024.05.13 20:54:54.683494 [ 3 ] {} <Debug> HTTP-Session: ea631796-38ff-4075-906a-5687fc582aae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14049 | 2024.05.13 20:54:54.683525 [ 3 ] {} <Trace> HTTP-Session: ea631796-38ff-4075-906a-5687fc582aae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14050 | 2024.05.13 20:54:54.683665 [ 3 ] {1f1c5079-35b5-422b-813c-6654c29affa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14051 | 2024.05.13 20:54:54.683712 [ 3 ] {1f1c5079-35b5-422b-813c-6654c29affa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14052 | 2024.05.13 20:54:54.683862 [ 3 ] {1f1c5079-35b5-422b-813c-6654c29affa2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14053 | 2024.05.13 20:54:54.684276 [ 3 ] {1f1c5079-35b5-422b-813c-6654c29affa2} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14054 | 2024.05.13 20:54:54.684312 [ 3 ] {1f1c5079-35b5-422b-813c-6654c29affa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14055 | 2024.05.13 20:54:54.684695 [ 3 ] {1f1c5079-35b5-422b-813c-6654c29affa2} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
14056 | 2024.05.13 20:54:54.685030 [ 3 ] {1f1c5079-35b5-422b-813c-6654c29affa2} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14057 | 2024.05.13 20:54:54.685175 [ 3 ] {1f1c5079-35b5-422b-813c-6654c29affa2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001571 sec., 101845.95798854233 rows/sec., 7.09 MiB/sec. | ||
14058 | 2024.05.13 20:54:54.685374 [ 3 ] {1f1c5079-35b5-422b-813c-6654c29affa2} <Debug> DynamicQueryHandler: Done processing query | ||
14059 | 2024.05.13 20:54:54.685399 [ 3 ] {1f1c5079-35b5-422b-813c-6654c29affa2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14060 | 2024.05.13 20:54:54.685414 [ 3 ] {} <Debug> HTTP-Session: ea631796-38ff-4075-906a-5687fc582aae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14061 | 2024.05.13 20:54:54.685566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 26779, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14062 | 2024.05.13 20:54:54.685615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14063 | 2024.05.13 20:54:54.685636 [ 3 ] {} <Debug> HTTP-Session: c4436a07-32b8-4b89-96ea-759cb78b8755 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14064 | 2024.05.13 20:54:54.685652 [ 3 ] {} <Debug> HTTP-Session: c4436a07-32b8-4b89-96ea-759cb78b8755 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14065 | 2024.05.13 20:54:54.685665 [ 3 ] {} <Debug> HTTP-Session: c4436a07-32b8-4b89-96ea-759cb78b8755 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14066 | 2024.05.13 20:54:54.685696 [ 3 ] {} <Trace> HTTP-Session: c4436a07-32b8-4b89-96ea-759cb78b8755 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14067 | 2024.05.13 20:54:54.685928 [ 3 ] {8aa39c96-20c9-4e6d-a7dd-5d964ebbc7b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14068 | 2024.05.13 20:54:54.685977 [ 3 ] {8aa39c96-20c9-4e6d-a7dd-5d964ebbc7b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
14069 | 2024.05.13 20:54:54.686133 [ 3 ] {8aa39c96-20c9-4e6d-a7dd-5d964ebbc7b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14070 | 2024.05.13 20:54:54.686619 [ 3 ] {8aa39c96-20c9-4e6d-a7dd-5d964ebbc7b5} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14071 | 2024.05.13 20:54:54.686654 [ 3 ] {8aa39c96-20c9-4e6d-a7dd-5d964ebbc7b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14072 | 2024.05.13 20:54:54.687059 [ 3 ] {8aa39c96-20c9-4e6d-a7dd-5d964ebbc7b5} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
14073 | 2024.05.13 20:54:54.687382 [ 3 ] {8aa39c96-20c9-4e6d-a7dd-5d964ebbc7b5} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14074 | 2024.05.13 20:54:54.687537 [ 3 ] {8aa39c96-20c9-4e6d-a7dd-5d964ebbc7b5} <Debug> executeQuery: Read 25 rows, 34.55 KiB in 0.001764 sec., 14172.33560090703 rows/sec., 19.12 MiB/sec. | ||
14075 | 2024.05.13 20:54:54.687717 [ 3 ] {8aa39c96-20c9-4e6d-a7dd-5d964ebbc7b5} <Debug> DynamicQueryHandler: Done processing query | ||
14076 | 2024.05.13 20:54:54.687742 [ 3 ] {8aa39c96-20c9-4e6d-a7dd-5d964ebbc7b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
14077 | 2024.05.13 20:54:54.687758 [ 3 ] {} <Debug> HTTP-Session: c4436a07-32b8-4b89-96ea-759cb78b8755 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14078 | 2024.05.13 20:54:54.687887 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14079 | 2024.05.13 20:54:54.687937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14080 | 2024.05.13 20:54:54.687957 [ 3 ] {} <Debug> HTTP-Session: 494fbe92-aeb5-4e3f-a04b-5a6266a11b76 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14081 | 2024.05.13 20:54:54.687973 [ 3 ] {} <Debug> HTTP-Session: 494fbe92-aeb5-4e3f-a04b-5a6266a11b76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14082 | 2024.05.13 20:54:54.687987 [ 3 ] {} <Debug> HTTP-Session: 494fbe92-aeb5-4e3f-a04b-5a6266a11b76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14083 | 2024.05.13 20:54:54.688018 [ 3 ] {} <Trace> HTTP-Session: 494fbe92-aeb5-4e3f-a04b-5a6266a11b76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14084 | 2024.05.13 20:54:54.688135 [ 3 ] {0fbe9dc1-c398-4dd9-ab01-d185dec85bb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14085 | 2024.05.13 20:54:54.688180 [ 3 ] {0fbe9dc1-c398-4dd9-ab01-d185dec85bb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14086 | 2024.05.13 20:54:54.688306 [ 3 ] {0fbe9dc1-c398-4dd9-ab01-d185dec85bb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14087 | 2024.05.13 20:54:54.688618 [ 3 ] {0fbe9dc1-c398-4dd9-ab01-d185dec85bb6} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14088 | 2024.05.13 20:54:54.688654 [ 3 ] {0fbe9dc1-c398-4dd9-ab01-d185dec85bb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14089 | 2024.05.13 20:54:54.688998 [ 3 ] {0fbe9dc1-c398-4dd9-ab01-d185dec85bb6} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
14090 | 2024.05.13 20:54:54.689314 [ 3 ] {0fbe9dc1-c398-4dd9-ab01-d185dec85bb6} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14091 | 2024.05.13 20:54:54.689453 [ 3 ] {0fbe9dc1-c398-4dd9-ab01-d185dec85bb6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001358 sec., 44182.62150220913 rows/sec., 2.98 MiB/sec. | ||
14092 | 2024.05.13 20:54:54.689722 [ 3 ] {0fbe9dc1-c398-4dd9-ab01-d185dec85bb6} <Debug> DynamicQueryHandler: Done processing query | ||
14093 | 2024.05.13 20:54:54.689781 [ 3 ] {0fbe9dc1-c398-4dd9-ab01-d185dec85bb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14094 | 2024.05.13 20:54:54.689842 [ 3 ] {} <Debug> HTTP-Session: 494fbe92-aeb5-4e3f-a04b-5a6266a11b76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14095 | 2024.05.13 20:54:57.833795 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14096 | 2024.05.13 20:54:57.833892 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14097 | 2024.05.13 20:54:59.001611 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001227762 sec. | ||
14098 | 2024.05.13 20:54:59.676637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 4350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14099 | 2024.05.13 20:54:59.676762 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14100 | 2024.05.13 20:54:59.676791 [ 3 ] {} <Debug> HTTP-Session: 6cf0645f-69a3-4d7d-9c67-ba03126a5ada Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14101 | 2024.05.13 20:54:59.676818 [ 3 ] {} <Debug> HTTP-Session: 6cf0645f-69a3-4d7d-9c67-ba03126a5ada Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14102 | 2024.05.13 20:54:59.676836 [ 3 ] {} <Debug> HTTP-Session: 6cf0645f-69a3-4d7d-9c67-ba03126a5ada Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14103 | 2024.05.13 20:54:59.676890 [ 3 ] {} <Trace> HTTP-Session: 6cf0645f-69a3-4d7d-9c67-ba03126a5ada Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14104 | 2024.05.13 20:54:59.677205 [ 3 ] {473855d7-b6a2-45dd-a123-495500966c6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14105 | 2024.05.13 20:54:59.677278 [ 3 ] {473855d7-b6a2-45dd-a123-495500966c6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14106 | 2024.05.13 20:54:59.677472 [ 3 ] {473855d7-b6a2-45dd-a123-495500966c6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14107 | 2024.05.13 20:54:59.677895 [ 3 ] {473855d7-b6a2-45dd-a123-495500966c6d} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14108 | 2024.05.13 20:54:59.677933 [ 3 ] {473855d7-b6a2-45dd-a123-495500966c6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14109 | 2024.05.13 20:54:59.678316 [ 3 ] {473855d7-b6a2-45dd-a123-495500966c6d} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
14110 | 2024.05.13 20:54:59.678636 [ 3 ] {473855d7-b6a2-45dd-a123-495500966c6d} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14111 | 2024.05.13 20:54:59.678774 [ 3 ] {473855d7-b6a2-45dd-a123-495500966c6d} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001641 sec., 18281.535648994515 rows/sec., 1.45 MiB/sec. | ||
14112 | 2024.05.13 20:54:59.678790 [ 39 ] {} <Debug> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
14113 | 2024.05.13 20:54:59.678855 [ 39 ] {} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14114 | 2024.05.13 20:54:59.678887 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14115 | 2024.05.13 20:54:59.679024 [ 3 ] {473855d7-b6a2-45dd-a123-495500966c6d} <Debug> DynamicQueryHandler: Done processing query | ||
14116 | 2024.05.13 20:54:59.679102 [ 3 ] {473855d7-b6a2-45dd-a123-495500966c6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14117 | 2024.05.13 20:54:59.679192 [ 3 ] {} <Debug> HTTP-Session: 6cf0645f-69a3-4d7d-9c67-ba03126a5ada Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14118 | 2024.05.13 20:54:59.679293 [ 200 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
14119 | 2024.05.13 20:54:59.679513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 21465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14120 | 2024.05.13 20:54:59.679740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14121 | 2024.05.13 20:54:59.679854 [ 3 ] {} <Debug> HTTP-Session: 973f86f3-a657-464e-9e3e-b8c7fcceb1f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14122 | 2024.05.13 20:54:59.679958 [ 3 ] {} <Debug> HTTP-Session: 973f86f3-a657-464e-9e3e-b8c7fcceb1f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14123 | 2024.05.13 20:54:59.680058 [ 3 ] {} <Debug> HTTP-Session: 973f86f3-a657-464e-9e3e-b8c7fcceb1f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14124 | 2024.05.13 20:54:59.680247 [ 3 ] {} <Trace> HTTP-Session: 973f86f3-a657-464e-9e3e-b8c7fcceb1f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14125 | 2024.05.13 20:54:59.680324 [ 200 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14126 | 2024.05.13 20:54:59.680419 [ 200 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 55 rows starting from the beginning of the part | ||
14127 | 2024.05.13 20:54:59.680760 [ 3 ] {7e819c5e-3ff7-4a6d-b870-5b17e5c741c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14128 | 2024.05.13 20:54:59.680867 [ 200 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 30 rows starting from the beginning of the part | ||
14129 | 2024.05.13 20:54:59.681021 [ 3 ] {7e819c5e-3ff7-4a6d-b870-5b17e5c741c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14130 | 2024.05.13 20:54:59.681232 [ 200 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 25 rows starting from the beginning of the part | ||
14131 | 2024.05.13 20:54:59.681607 [ 200 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 30 rows starting from the beginning of the part | ||
14132 | 2024.05.13 20:54:59.681915 [ 200 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 25 rows starting from the beginning of the part | ||
14133 | 2024.05.13 20:54:59.682251 [ 3 ] {7e819c5e-3ff7-4a6d-b870-5b17e5c741c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14134 | 2024.05.13 20:54:59.682263 [ 200 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 30 rows starting from the beginning of the part | ||
14135 | 2024.05.13 20:54:59.683478 [ 3 ] {7e819c5e-3ff7-4a6d-b870-5b17e5c741c4} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14136 | 2024.05.13 20:54:59.683551 [ 3 ] {7e819c5e-3ff7-4a6d-b870-5b17e5c741c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14137 | 2024.05.13 20:54:59.684433 [ 3 ] {7e819c5e-3ff7-4a6d-b870-5b17e5c741c4} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
14138 | 2024.05.13 20:54:59.685183 [ 200 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 4 columns (4 merged, 0 gathered) in 0.006198219 sec., 31460.65022871893 rows/sec., 2.49 MiB/sec. | ||
14139 | 2024.05.13 20:54:59.685282 [ 3 ] {7e819c5e-3ff7-4a6d-b870-5b17e5c741c4} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14140 | 2024.05.13 20:54:59.685363 [ 187 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
14141 | 2024.05.13 20:54:59.685484 [ 3 ] {7e819c5e-3ff7-4a6d-b870-5b17e5c741c4} <Debug> executeQuery: Read 146 rows, 12.59 KiB in 0.004966 sec., 29399.919452275473 rows/sec., 2.48 MiB/sec. | ||
14142 | 2024.05.13 20:54:59.685722 [ 3 ] {7e819c5e-3ff7-4a6d-b870-5b17e5c741c4} <Debug> DynamicQueryHandler: Done processing query | ||
14143 | 2024.05.13 20:54:59.685749 [ 3 ] {7e819c5e-3ff7-4a6d-b870-5b17e5c741c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
14144 | 2024.05.13 20:54:59.685768 [ 3 ] {} <Debug> HTTP-Session: 973f86f3-a657-464e-9e3e-b8c7fcceb1f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14145 | 2024.05.13 20:54:59.685883 [ 187 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_86_17} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14146 | 2024.05.13 20:54:59.685907 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 15965, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14147 | 2024.05.13 20:54:59.685957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14148 | 2024.05.13 20:54:59.685968 [ 187 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_86_17} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
14149 | 2024.05.13 20:54:59.685984 [ 3 ] {} <Debug> HTTP-Session: 7be76fa1-8edd-47b8-abb1-634aa107c4f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14150 | 2024.05.13 20:54:59.686001 [ 3 ] {} <Debug> HTTP-Session: 7be76fa1-8edd-47b8-abb1-634aa107c4f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14151 | 2024.05.13 20:54:59.686024 [ 3 ] {} <Debug> HTTP-Session: 7be76fa1-8edd-47b8-abb1-634aa107c4f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14152 | 2024.05.13 20:54:59.686068 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
14153 | 2024.05.13 20:54:59.686073 [ 3 ] {} <Trace> HTTP-Session: 7be76fa1-8edd-47b8-abb1-634aa107c4f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14154 | 2024.05.13 20:54:59.686217 [ 3 ] {f9ef4fc7-1d21-4cb1-b58d-b70f22301751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14155 | 2024.05.13 20:54:59.686258 [ 3 ] {f9ef4fc7-1d21-4cb1-b58d-b70f22301751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14156 | 2024.05.13 20:54:59.686381 [ 3 ] {f9ef4fc7-1d21-4cb1-b58d-b70f22301751} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14157 | 2024.05.13 20:54:59.686735 [ 3 ] {f9ef4fc7-1d21-4cb1-b58d-b70f22301751} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14158 | 2024.05.13 20:54:59.686770 [ 3 ] {f9ef4fc7-1d21-4cb1-b58d-b70f22301751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14159 | 2024.05.13 20:54:59.687084 [ 3 ] {f9ef4fc7-1d21-4cb1-b58d-b70f22301751} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
14160 | 2024.05.13 20:54:59.687386 [ 3 ] {f9ef4fc7-1d21-4cb1-b58d-b70f22301751} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14161 | 2024.05.13 20:54:59.687507 [ 3 ] {f9ef4fc7-1d21-4cb1-b58d-b70f22301751} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001349 sec., 69681.24536693847 rows/sec., 5.44 MiB/sec. | ||
14162 | 2024.05.13 20:54:59.687664 [ 3 ] {f9ef4fc7-1d21-4cb1-b58d-b70f22301751} <Debug> DynamicQueryHandler: Done processing query | ||
14163 | 2024.05.13 20:54:59.687688 [ 3 ] {f9ef4fc7-1d21-4cb1-b58d-b70f22301751} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
14164 | 2024.05.13 20:54:59.687703 [ 3 ] {} <Debug> HTTP-Session: 7be76fa1-8edd-47b8-abb1-634aa107c4f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14165 | 2024.05.13 20:54:59.687855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14166 | 2024.05.13 20:54:59.687903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14167 | 2024.05.13 20:54:59.687922 [ 3 ] {} <Debug> HTTP-Session: 72314790-ca9f-42c4-9648-4b69c5d11026 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14168 | 2024.05.13 20:54:59.687938 [ 3 ] {} <Debug> HTTP-Session: 72314790-ca9f-42c4-9648-4b69c5d11026 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14169 | 2024.05.13 20:54:59.687951 [ 3 ] {} <Debug> HTTP-Session: 72314790-ca9f-42c4-9648-4b69c5d11026 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14170 | 2024.05.13 20:54:59.687981 [ 3 ] {} <Trace> HTTP-Session: 72314790-ca9f-42c4-9648-4b69c5d11026 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14171 | 2024.05.13 20:54:59.688119 [ 3 ] {20b39e14-4bb4-4c2f-a161-3518d6d958e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14172 | 2024.05.13 20:54:59.688164 [ 3 ] {20b39e14-4bb4-4c2f-a161-3518d6d958e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14173 | 2024.05.13 20:54:59.688304 [ 3 ] {20b39e14-4bb4-4c2f-a161-3518d6d958e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14174 | 2024.05.13 20:54:59.688701 [ 3 ] {20b39e14-4bb4-4c2f-a161-3518d6d958e2} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14175 | 2024.05.13 20:54:59.688736 [ 3 ] {20b39e14-4bb4-4c2f-a161-3518d6d958e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14176 | 2024.05.13 20:54:59.689140 [ 3 ] {20b39e14-4bb4-4c2f-a161-3518d6d958e2} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
14177 | 2024.05.13 20:54:59.689468 [ 3 ] {20b39e14-4bb4-4c2f-a161-3518d6d958e2} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14178 | 2024.05.13 20:54:59.689595 [ 3 ] {20b39e14-4bb4-4c2f-a161-3518d6d958e2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001538 sec., 104031.20936280883 rows/sec., 7.25 MiB/sec. | ||
14179 | 2024.05.13 20:54:59.689759 [ 3 ] {20b39e14-4bb4-4c2f-a161-3518d6d958e2} <Debug> DynamicQueryHandler: Done processing query | ||
14180 | 2024.05.13 20:54:59.689783 [ 3 ] {20b39e14-4bb4-4c2f-a161-3518d6d958e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14181 | 2024.05.13 20:54:59.689798 [ 3 ] {} <Debug> HTTP-Session: 72314790-ca9f-42c4-9648-4b69c5d11026 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14182 | 2024.05.13 20:54:59.689943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 32124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14183 | 2024.05.13 20:54:59.689991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14184 | 2024.05.13 20:54:59.690009 [ 3 ] {} <Debug> HTTP-Session: 12c85727-62b5-4c51-92b5-3932fb85aa47 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14185 | 2024.05.13 20:54:59.690024 [ 3 ] {} <Debug> HTTP-Session: 12c85727-62b5-4c51-92b5-3932fb85aa47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14186 | 2024.05.13 20:54:59.690037 [ 3 ] {} <Debug> HTTP-Session: 12c85727-62b5-4c51-92b5-3932fb85aa47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14187 | 2024.05.13 20:54:59.690067 [ 3 ] {} <Trace> HTTP-Session: 12c85727-62b5-4c51-92b5-3932fb85aa47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14188 | 2024.05.13 20:54:59.690321 [ 3 ] {99d72493-899a-46da-a51b-8f6a6d17c200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14189 | 2024.05.13 20:54:59.690368 [ 3 ] {99d72493-899a-46da-a51b-8f6a6d17c200} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
14190 | 2024.05.13 20:54:59.690524 [ 3 ] {99d72493-899a-46da-a51b-8f6a6d17c200} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14191 | 2024.05.13 20:54:59.691016 [ 3 ] {99d72493-899a-46da-a51b-8f6a6d17c200} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14192 | 2024.05.13 20:54:59.691050 [ 3 ] {99d72493-899a-46da-a51b-8f6a6d17c200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14193 | 2024.05.13 20:54:59.691467 [ 3 ] {99d72493-899a-46da-a51b-8f6a6d17c200} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
14194 | 2024.05.13 20:54:59.691790 [ 3 ] {99d72493-899a-46da-a51b-8f6a6d17c200} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14195 | 2024.05.13 20:54:59.691935 [ 3 ] {99d72493-899a-46da-a51b-8f6a6d17c200} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001786 sec., 16797.3124300112 rows/sec., 22.67 MiB/sec. | ||
14196 | 2024.05.13 20:54:59.691969 [ 38 ] {} <Debug> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
14197 | 2024.05.13 20:54:59.692069 [ 38 ] {} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14198 | 2024.05.13 20:54:59.692104 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14199 | 2024.05.13 20:54:59.692179 [ 3 ] {99d72493-899a-46da-a51b-8f6a6d17c200} <Debug> DynamicQueryHandler: Done processing query | ||
14200 | 2024.05.13 20:54:59.692215 [ 3 ] {99d72493-899a-46da-a51b-8f6a6d17c200} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
14201 | 2024.05.13 20:54:59.692220 [ 187 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
14202 | 2024.05.13 20:54:59.692231 [ 3 ] {} <Debug> HTTP-Session: 12c85727-62b5-4c51-92b5-3932fb85aa47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14203 | 2024.05.13 20:54:59.692372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14204 | 2024.05.13 20:54:59.692389 [ 187 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14205 | 2024.05.13 20:54:59.692439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14206 | 2024.05.13 20:54:59.692441 [ 187 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1373 rows starting from the beginning of the part | ||
14207 | 2024.05.13 20:54:59.692463 [ 3 ] {} <Debug> HTTP-Session: 7a791fb8-2456-4724-a49e-db292dc86931 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14208 | 2024.05.13 20:54:59.692481 [ 3 ] {} <Debug> HTTP-Session: 7a791fb8-2456-4724-a49e-db292dc86931 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14209 | 2024.05.13 20:54:59.692501 [ 3 ] {} <Debug> HTTP-Session: 7a791fb8-2456-4724-a49e-db292dc86931 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14210 | 2024.05.13 20:54:59.692581 [ 3 ] {} <Trace> HTTP-Session: 7a791fb8-2456-4724-a49e-db292dc86931 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14211 | 2024.05.13 20:54:59.692718 [ 187 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 30 rows starting from the beginning of the part | ||
14212 | 2024.05.13 20:54:59.693066 [ 3 ] {e3c9bd2d-fa08-4207-b2a1-b249c8554ca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14213 | 2024.05.13 20:54:59.693229 [ 187 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 25 rows starting from the beginning of the part | ||
14214 | 2024.05.13 20:54:59.693248 [ 3 ] {e3c9bd2d-fa08-4207-b2a1-b249c8554ca1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14215 | 2024.05.13 20:54:59.693663 [ 187 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 30 rows starting from the beginning of the part | ||
14216 | 2024.05.13 20:54:59.694027 [ 187 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 25 rows starting from the beginning of the part | ||
14217 | 2024.05.13 20:54:59.694387 [ 187 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 30 rows starting from the beginning of the part | ||
14218 | 2024.05.13 20:54:59.694510 [ 3 ] {e3c9bd2d-fa08-4207-b2a1-b249c8554ca1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14219 | 2024.05.13 20:54:59.695345 [ 3 ] {e3c9bd2d-fa08-4207-b2a1-b249c8554ca1} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14220 | 2024.05.13 20:54:59.695383 [ 3 ] {e3c9bd2d-fa08-4207-b2a1-b249c8554ca1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14221 | 2024.05.13 20:54:59.695779 [ 3 ] {e3c9bd2d-fa08-4207-b2a1-b249c8554ca1} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
14222 | 2024.05.13 20:54:59.696274 [ 3 ] {e3c9bd2d-fa08-4207-b2a1-b249c8554ca1} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14223 | 2024.05.13 20:54:59.696514 [ 3 ] {e3c9bd2d-fa08-4207-b2a1-b249c8554ca1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003692 sec., 16251.354279523293 rows/sec., 1.10 MiB/sec. | ||
14224 | 2024.05.13 20:54:59.696952 [ 3 ] {e3c9bd2d-fa08-4207-b2a1-b249c8554ca1} <Debug> DynamicQueryHandler: Done processing query | ||
14225 | 2024.05.13 20:54:59.697038 [ 3 ] {e3c9bd2d-fa08-4207-b2a1-b249c8554ca1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14226 | 2024.05.13 20:54:59.697137 [ 3 ] {} <Debug> HTTP-Session: 7a791fb8-2456-4724-a49e-db292dc86931 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14227 | 2024.05.13 20:54:59.699315 [ 188 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1513 rows, containing 6 columns (6 merged, 0 gathered) in 0.007147708 sec., 211676.24642752614 rows/sec., 285.65 MiB/sec. | ||
14228 | 2024.05.13 20:54:59.700525 [ 188 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
14229 | 2024.05.13 20:54:59.700957 [ 188 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_86_17} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14230 | 2024.05.13 20:54:59.701040 [ 188 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_86_17} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
14231 | 2024.05.13 20:54:59.701136 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB. | ||
14232 | 2024.05.13 20:55:04.677676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3636, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14233 | 2024.05.13 20:55:04.677810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14234 | 2024.05.13 20:55:04.677837 [ 3 ] {} <Debug> HTTP-Session: 01da0583-eb73-40c3-a941-77e953b2144c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14235 | 2024.05.13 20:55:04.677860 [ 3 ] {} <Debug> HTTP-Session: 01da0583-eb73-40c3-a941-77e953b2144c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14236 | 2024.05.13 20:55:04.677875 [ 3 ] {} <Debug> HTTP-Session: 01da0583-eb73-40c3-a941-77e953b2144c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14237 | 2024.05.13 20:55:04.677925 [ 3 ] {} <Trace> HTTP-Session: 01da0583-eb73-40c3-a941-77e953b2144c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14238 | 2024.05.13 20:55:04.678112 [ 3 ] {6fe46b86-2279-4550-b56a-868deacb3509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14239 | 2024.05.13 20:55:04.678186 [ 3 ] {6fe46b86-2279-4550-b56a-868deacb3509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14240 | 2024.05.13 20:55:04.678380 [ 3 ] {6fe46b86-2279-4550-b56a-868deacb3509} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14241 | 2024.05.13 20:55:04.678827 [ 3 ] {6fe46b86-2279-4550-b56a-868deacb3509} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14242 | 2024.05.13 20:55:04.678871 [ 3 ] {6fe46b86-2279-4550-b56a-868deacb3509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14243 | 2024.05.13 20:55:04.679238 [ 3 ] {6fe46b86-2279-4550-b56a-868deacb3509} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
14244 | 2024.05.13 20:55:04.679577 [ 3 ] {6fe46b86-2279-4550-b56a-868deacb3509} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14245 | 2024.05.13 20:55:04.679739 [ 3 ] {6fe46b86-2279-4550-b56a-868deacb3509} <Debug> executeQuery: Read 25 rows, 2.03 KiB in 0.001681 sec., 14872.0999405116 rows/sec., 1.18 MiB/sec. | ||
14246 | 2024.05.13 20:55:04.679960 [ 3 ] {6fe46b86-2279-4550-b56a-868deacb3509} <Debug> DynamicQueryHandler: Done processing query | ||
14247 | 2024.05.13 20:55:04.679988 [ 3 ] {6fe46b86-2279-4550-b56a-868deacb3509} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14248 | 2024.05.13 20:55:04.680004 [ 3 ] {} <Debug> HTTP-Session: 01da0583-eb73-40c3-a941-77e953b2144c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14249 | 2024.05.13 20:55:04.680131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14250 | 2024.05.13 20:55:04.680181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14251 | 2024.05.13 20:55:04.680199 [ 3 ] {} <Debug> HTTP-Session: a2a17393-a560-4954-b3f7-606f77edc0ab Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14252 | 2024.05.13 20:55:04.680215 [ 3 ] {} <Debug> HTTP-Session: a2a17393-a560-4954-b3f7-606f77edc0ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14253 | 2024.05.13 20:55:04.680230 [ 3 ] {} <Debug> HTTP-Session: a2a17393-a560-4954-b3f7-606f77edc0ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14254 | 2024.05.13 20:55:04.680261 [ 3 ] {} <Trace> HTTP-Session: a2a17393-a560-4954-b3f7-606f77edc0ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14255 | 2024.05.13 20:55:04.680360 [ 3 ] {8a9cc7ab-1398-4d00-afae-d08cebb6b20d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14256 | 2024.05.13 20:55:04.680404 [ 3 ] {8a9cc7ab-1398-4d00-afae-d08cebb6b20d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14257 | 2024.05.13 20:55:04.680537 [ 3 ] {8a9cc7ab-1398-4d00-afae-d08cebb6b20d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14258 | 2024.05.13 20:55:04.680830 [ 3 ] {8a9cc7ab-1398-4d00-afae-d08cebb6b20d} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14259 | 2024.05.13 20:55:04.680865 [ 3 ] {8a9cc7ab-1398-4d00-afae-d08cebb6b20d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14260 | 2024.05.13 20:55:04.681150 [ 3 ] {8a9cc7ab-1398-4d00-afae-d08cebb6b20d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
14261 | 2024.05.13 20:55:04.681442 [ 3 ] {8a9cc7ab-1398-4d00-afae-d08cebb6b20d} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14262 | 2024.05.13 20:55:04.681675 [ 3 ] {8a9cc7ab-1398-4d00-afae-d08cebb6b20d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001328 sec., 1506.0240963855422 rows/sec., 122.81 KiB/sec. | ||
14263 | 2024.05.13 20:55:04.681933 [ 3 ] {8a9cc7ab-1398-4d00-afae-d08cebb6b20d} <Debug> DynamicQueryHandler: Done processing query | ||
14264 | 2024.05.13 20:55:04.681983 [ 3 ] {8a9cc7ab-1398-4d00-afae-d08cebb6b20d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14265 | 2024.05.13 20:55:04.682016 [ 3 ] {} <Debug> HTTP-Session: a2a17393-a560-4954-b3f7-606f77edc0ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14266 | 2024.05.13 20:55:04.682176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 19311, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14267 | 2024.05.13 20:55:04.682226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14268 | 2024.05.13 20:55:04.682244 [ 3 ] {} <Debug> HTTP-Session: cf171726-c75c-40c3-bf9e-685cc63fd53f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14269 | 2024.05.13 20:55:04.682262 [ 3 ] {} <Debug> HTTP-Session: cf171726-c75c-40c3-bf9e-685cc63fd53f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14270 | 2024.05.13 20:55:04.682276 [ 3 ] {} <Debug> HTTP-Session: cf171726-c75c-40c3-bf9e-685cc63fd53f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14271 | 2024.05.13 20:55:04.682307 [ 3 ] {} <Trace> HTTP-Session: cf171726-c75c-40c3-bf9e-685cc63fd53f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14272 | 2024.05.13 20:55:04.682447 [ 3 ] {fdec5da6-faaa-43e3-81a0-57cacdee7e4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14273 | 2024.05.13 20:55:04.682491 [ 3 ] {fdec5da6-faaa-43e3-81a0-57cacdee7e4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14274 | 2024.05.13 20:55:04.682632 [ 3 ] {fdec5da6-faaa-43e3-81a0-57cacdee7e4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14275 | 2024.05.13 20:55:04.683040 [ 3 ] {fdec5da6-faaa-43e3-81a0-57cacdee7e4a} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14276 | 2024.05.13 20:55:04.683077 [ 3 ] {fdec5da6-faaa-43e3-81a0-57cacdee7e4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14277 | 2024.05.13 20:55:04.683399 [ 3 ] {fdec5da6-faaa-43e3-81a0-57cacdee7e4a} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
14278 | 2024.05.13 20:55:04.683733 [ 3 ] {fdec5da6-faaa-43e3-81a0-57cacdee7e4a} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14279 | 2024.05.13 20:55:04.683895 [ 3 ] {fdec5da6-faaa-43e3-81a0-57cacdee7e4a} <Debug> executeQuery: Read 132 rows, 11.27 KiB in 0.001506 sec., 87649.40239043825 rows/sec., 7.31 MiB/sec. | ||
14280 | 2024.05.13 20:55:04.684072 [ 3 ] {fdec5da6-faaa-43e3-81a0-57cacdee7e4a} <Debug> DynamicQueryHandler: Done processing query | ||
14281 | 2024.05.13 20:55:04.684098 [ 3 ] {fdec5da6-faaa-43e3-81a0-57cacdee7e4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
14282 | 2024.05.13 20:55:04.684114 [ 3 ] {} <Debug> HTTP-Session: cf171726-c75c-40c3-bf9e-685cc63fd53f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14283 | 2024.05.13 20:55:04.684255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14284 | 2024.05.13 20:55:04.684302 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14285 | 2024.05.13 20:55:04.684321 [ 3 ] {} <Debug> HTTP-Session: bc7054f1-f690-4b3f-a9c1-d65a8ff0d112 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14286 | 2024.05.13 20:55:04.684337 [ 3 ] {} <Debug> HTTP-Session: bc7054f1-f690-4b3f-a9c1-d65a8ff0d112 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14287 | 2024.05.13 20:55:04.684351 [ 3 ] {} <Debug> HTTP-Session: bc7054f1-f690-4b3f-a9c1-d65a8ff0d112 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14288 | 2024.05.13 20:55:04.684382 [ 3 ] {} <Trace> HTTP-Session: bc7054f1-f690-4b3f-a9c1-d65a8ff0d112 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14289 | 2024.05.13 20:55:04.684476 [ 3 ] {ce5440e3-f7c5-49e1-9dd3-957070971125} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14290 | 2024.05.13 20:55:04.684520 [ 3 ] {ce5440e3-f7c5-49e1-9dd3-957070971125} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14291 | 2024.05.13 20:55:04.684646 [ 3 ] {ce5440e3-f7c5-49e1-9dd3-957070971125} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14292 | 2024.05.13 20:55:04.684933 [ 3 ] {ce5440e3-f7c5-49e1-9dd3-957070971125} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14293 | 2024.05.13 20:55:04.684970 [ 3 ] {ce5440e3-f7c5-49e1-9dd3-957070971125} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14294 | 2024.05.13 20:55:04.685279 [ 3 ] {ce5440e3-f7c5-49e1-9dd3-957070971125} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
14295 | 2024.05.13 20:55:04.685612 [ 3 ] {ce5440e3-f7c5-49e1-9dd3-957070971125} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14296 | 2024.05.13 20:55:04.685793 [ 3 ] {ce5440e3-f7c5-49e1-9dd3-957070971125} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001334 sec., 1499.250374812594 rows/sec., 104.68 KiB/sec. | ||
14297 | 2024.05.13 20:55:04.686055 [ 3 ] {ce5440e3-f7c5-49e1-9dd3-957070971125} <Debug> DynamicQueryHandler: Done processing query | ||
14298 | 2024.05.13 20:55:04.686112 [ 3 ] {ce5440e3-f7c5-49e1-9dd3-957070971125} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14299 | 2024.05.13 20:55:04.686147 [ 3 ] {} <Debug> HTTP-Session: bc7054f1-f690-4b3f-a9c1-d65a8ff0d112 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14300 | 2024.05.13 20:55:04.686287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 15464, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14301 | 2024.05.13 20:55:04.686337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14302 | 2024.05.13 20:55:04.686358 [ 3 ] {} <Debug> HTTP-Session: c57f3690-1df3-4cc5-ad76-a9781ef47441 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14303 | 2024.05.13 20:55:04.686375 [ 3 ] {} <Debug> HTTP-Session: c57f3690-1df3-4cc5-ad76-a9781ef47441 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14304 | 2024.05.13 20:55:04.686389 [ 3 ] {} <Debug> HTTP-Session: c57f3690-1df3-4cc5-ad76-a9781ef47441 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14305 | 2024.05.13 20:55:04.686420 [ 3 ] {} <Trace> HTTP-Session: c57f3690-1df3-4cc5-ad76-a9781ef47441 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14306 | 2024.05.13 20:55:04.686553 [ 3 ] {575503e4-95fa-4525-8099-c15c3e81db43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14307 | 2024.05.13 20:55:04.686598 [ 3 ] {575503e4-95fa-4525-8099-c15c3e81db43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14308 | 2024.05.13 20:55:04.686773 [ 3 ] {575503e4-95fa-4525-8099-c15c3e81db43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14309 | 2024.05.13 20:55:04.687260 [ 3 ] {575503e4-95fa-4525-8099-c15c3e81db43} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14310 | 2024.05.13 20:55:04.687309 [ 3 ] {575503e4-95fa-4525-8099-c15c3e81db43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14311 | 2024.05.13 20:55:04.687708 [ 3 ] {575503e4-95fa-4525-8099-c15c3e81db43} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
14312 | 2024.05.13 20:55:04.688118 [ 3 ] {575503e4-95fa-4525-8099-c15c3e81db43} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14313 | 2024.05.13 20:55:04.688270 [ 3 ] {575503e4-95fa-4525-8099-c15c3e81db43} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001767 sec., 51499.71703452179 rows/sec., 4.02 MiB/sec. | ||
14314 | 2024.05.13 20:55:04.688556 [ 3 ] {575503e4-95fa-4525-8099-c15c3e81db43} <Debug> DynamicQueryHandler: Done processing query | ||
14315 | 2024.05.13 20:55:04.688586 [ 3 ] {575503e4-95fa-4525-8099-c15c3e81db43} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
14316 | 2024.05.13 20:55:04.688607 [ 3 ] {} <Debug> HTTP-Session: c57f3690-1df3-4cc5-ad76-a9781ef47441 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14317 | 2024.05.13 20:55:04.688842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14318 | 2024.05.13 20:55:04.688909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14319 | 2024.05.13 20:55:04.688933 [ 3 ] {} <Debug> HTTP-Session: d0b819fb-8f65-4d88-beae-45a0bbf5bfbb Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14320 | 2024.05.13 20:55:04.688953 [ 3 ] {} <Debug> HTTP-Session: d0b819fb-8f65-4d88-beae-45a0bbf5bfbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14321 | 2024.05.13 20:55:04.688972 [ 3 ] {} <Debug> HTTP-Session: d0b819fb-8f65-4d88-beae-45a0bbf5bfbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14322 | 2024.05.13 20:55:04.689009 [ 3 ] {} <Trace> HTTP-Session: d0b819fb-8f65-4d88-beae-45a0bbf5bfbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14323 | 2024.05.13 20:55:04.689191 [ 3 ] {f57a98e9-4fc3-46e2-b1f7-32324cbd5ace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14324 | 2024.05.13 20:55:04.689244 [ 3 ] {f57a98e9-4fc3-46e2-b1f7-32324cbd5ace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14325 | 2024.05.13 20:55:04.689399 [ 3 ] {f57a98e9-4fc3-46e2-b1f7-32324cbd5ace} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14326 | 2024.05.13 20:55:04.689792 [ 3 ] {f57a98e9-4fc3-46e2-b1f7-32324cbd5ace} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14327 | 2024.05.13 20:55:04.689831 [ 3 ] {f57a98e9-4fc3-46e2-b1f7-32324cbd5ace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14328 | 2024.05.13 20:55:04.690230 [ 3 ] {f57a98e9-4fc3-46e2-b1f7-32324cbd5ace} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
14329 | 2024.05.13 20:55:04.690566 [ 3 ] {f57a98e9-4fc3-46e2-b1f7-32324cbd5ace} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14330 | 2024.05.13 20:55:04.690725 [ 3 ] {f57a98e9-4fc3-46e2-b1f7-32324cbd5ace} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001616 sec., 99628.71287128712 rows/sec., 6.94 MiB/sec. | ||
14331 | 2024.05.13 20:55:04.690892 [ 3 ] {f57a98e9-4fc3-46e2-b1f7-32324cbd5ace} <Debug> DynamicQueryHandler: Done processing query | ||
14332 | 2024.05.13 20:55:04.690917 [ 3 ] {f57a98e9-4fc3-46e2-b1f7-32324cbd5ace} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14333 | 2024.05.13 20:55:04.690933 [ 3 ] {} <Debug> HTTP-Session: d0b819fb-8f65-4d88-beae-45a0bbf5bfbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14334 | 2024.05.13 20:55:04.691111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 26779, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14335 | 2024.05.13 20:55:04.691169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14336 | 2024.05.13 20:55:04.691193 [ 3 ] {} <Debug> HTTP-Session: 01ff26a3-c997-4f08-bbf3-d5ea840a8ac2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14337 | 2024.05.13 20:55:04.691215 [ 3 ] {} <Debug> HTTP-Session: 01ff26a3-c997-4f08-bbf3-d5ea840a8ac2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14338 | 2024.05.13 20:55:04.691235 [ 3 ] {} <Debug> HTTP-Session: 01ff26a3-c997-4f08-bbf3-d5ea840a8ac2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14339 | 2024.05.13 20:55:04.691273 [ 3 ] {} <Trace> HTTP-Session: 01ff26a3-c997-4f08-bbf3-d5ea840a8ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14340 | 2024.05.13 20:55:04.691590 [ 3 ] {25dc072f-540c-4cd0-b14c-5eed6647313e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14341 | 2024.05.13 20:55:04.691645 [ 3 ] {25dc072f-540c-4cd0-b14c-5eed6647313e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
14342 | 2024.05.13 20:55:04.691851 [ 3 ] {25dc072f-540c-4cd0-b14c-5eed6647313e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14343 | 2024.05.13 20:55:04.692321 [ 3 ] {25dc072f-540c-4cd0-b14c-5eed6647313e} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14344 | 2024.05.13 20:55:04.692358 [ 3 ] {25dc072f-540c-4cd0-b14c-5eed6647313e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14345 | 2024.05.13 20:55:04.692764 [ 3 ] {25dc072f-540c-4cd0-b14c-5eed6647313e} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
14346 | 2024.05.13 20:55:04.693091 [ 3 ] {25dc072f-540c-4cd0-b14c-5eed6647313e} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14347 | 2024.05.13 20:55:04.693244 [ 3 ] {25dc072f-540c-4cd0-b14c-5eed6647313e} <Debug> executeQuery: Read 25 rows, 34.55 KiB in 0.001872 sec., 13354.700854700855 rows/sec., 18.02 MiB/sec. | ||
14348 | 2024.05.13 20:55:04.693494 [ 3 ] {25dc072f-540c-4cd0-b14c-5eed6647313e} <Debug> DynamicQueryHandler: Done processing query | ||
14349 | 2024.05.13 20:55:04.693549 [ 3 ] {25dc072f-540c-4cd0-b14c-5eed6647313e} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
14350 | 2024.05.13 20:55:04.693604 [ 3 ] {} <Debug> HTTP-Session: 01ff26a3-c997-4f08-bbf3-d5ea840a8ac2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14351 | 2024.05.13 20:55:04.693796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14352 | 2024.05.13 20:55:04.693847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14353 | 2024.05.13 20:55:04.693867 [ 3 ] {} <Debug> HTTP-Session: 123b4013-3a03-422e-a9c6-7eb83f3f38c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14354 | 2024.05.13 20:55:04.693884 [ 3 ] {} <Debug> HTTP-Session: 123b4013-3a03-422e-a9c6-7eb83f3f38c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14355 | 2024.05.13 20:55:04.693897 [ 3 ] {} <Debug> HTTP-Session: 123b4013-3a03-422e-a9c6-7eb83f3f38c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14356 | 2024.05.13 20:55:04.693928 [ 3 ] {} <Trace> HTTP-Session: 123b4013-3a03-422e-a9c6-7eb83f3f38c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14357 | 2024.05.13 20:55:04.694056 [ 3 ] {74925037-d76e-481c-ac70-61756cc846c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14358 | 2024.05.13 20:55:04.694103 [ 3 ] {74925037-d76e-481c-ac70-61756cc846c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14359 | 2024.05.13 20:55:04.694243 [ 3 ] {74925037-d76e-481c-ac70-61756cc846c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14360 | 2024.05.13 20:55:04.694543 [ 3 ] {74925037-d76e-481c-ac70-61756cc846c5} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14361 | 2024.05.13 20:55:04.694583 [ 3 ] {74925037-d76e-481c-ac70-61756cc846c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14362 | 2024.05.13 20:55:04.694946 [ 3 ] {74925037-d76e-481c-ac70-61756cc846c5} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
14363 | 2024.05.13 20:55:04.695268 [ 3 ] {74925037-d76e-481c-ac70-61756cc846c5} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14364 | 2024.05.13 20:55:04.695418 [ 3 ] {74925037-d76e-481c-ac70-61756cc846c5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001412 sec., 42492.91784702549 rows/sec., 2.86 MiB/sec. | ||
14365 | 2024.05.13 20:55:04.695579 [ 3 ] {74925037-d76e-481c-ac70-61756cc846c5} <Debug> DynamicQueryHandler: Done processing query | ||
14366 | 2024.05.13 20:55:04.695604 [ 3 ] {74925037-d76e-481c-ac70-61756cc846c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14367 | 2024.05.13 20:55:04.695620 [ 3 ] {} <Debug> HTTP-Session: 123b4013-3a03-422e-a9c6-7eb83f3f38c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14368 | 2024.05.13 20:55:09.676929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 4350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14369 | 2024.05.13 20:55:09.677056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14370 | 2024.05.13 20:55:09.677082 [ 3 ] {} <Debug> HTTP-Session: 8dabc048-799e-4a83-83f8-a00834b8a33d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14371 | 2024.05.13 20:55:09.677106 [ 3 ] {} <Debug> HTTP-Session: 8dabc048-799e-4a83-83f8-a00834b8a33d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14372 | 2024.05.13 20:55:09.677122 [ 3 ] {} <Debug> HTTP-Session: 8dabc048-799e-4a83-83f8-a00834b8a33d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14373 | 2024.05.13 20:55:09.677171 [ 3 ] {} <Trace> HTTP-Session: 8dabc048-799e-4a83-83f8-a00834b8a33d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14374 | 2024.05.13 20:55:09.677358 [ 3 ] {8074b993-1592-470c-9238-9a58bdc7335c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14375 | 2024.05.13 20:55:09.677427 [ 3 ] {8074b993-1592-470c-9238-9a58bdc7335c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14376 | 2024.05.13 20:55:09.677622 [ 3 ] {8074b993-1592-470c-9238-9a58bdc7335c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14377 | 2024.05.13 20:55:09.678053 [ 3 ] {8074b993-1592-470c-9238-9a58bdc7335c} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14378 | 2024.05.13 20:55:09.678097 [ 3 ] {8074b993-1592-470c-9238-9a58bdc7335c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14379 | 2024.05.13 20:55:09.678473 [ 3 ] {8074b993-1592-470c-9238-9a58bdc7335c} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
14380 | 2024.05.13 20:55:09.678811 [ 3 ] {8074b993-1592-470c-9238-9a58bdc7335c} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14381 | 2024.05.13 20:55:09.678979 [ 3 ] {8074b993-1592-470c-9238-9a58bdc7335c} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001677 sec., 17889.087656529515 rows/sec., 1.42 MiB/sec. | ||
14382 | 2024.05.13 20:55:09.679256 [ 3 ] {8074b993-1592-470c-9238-9a58bdc7335c} <Debug> DynamicQueryHandler: Done processing query | ||
14383 | 2024.05.13 20:55:09.679307 [ 3 ] {8074b993-1592-470c-9238-9a58bdc7335c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14384 | 2024.05.13 20:55:09.679359 [ 3 ] {} <Debug> HTTP-Session: 8dabc048-799e-4a83-83f8-a00834b8a33d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14385 | 2024.05.13 20:55:09.679556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14386 | 2024.05.13 20:55:09.679621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14387 | 2024.05.13 20:55:09.679641 [ 3 ] {} <Debug> HTTP-Session: d70286f8-f45e-4797-a2fc-8c05c319ff83 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14388 | 2024.05.13 20:55:09.679659 [ 3 ] {} <Debug> HTTP-Session: d70286f8-f45e-4797-a2fc-8c05c319ff83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14389 | 2024.05.13 20:55:09.679673 [ 3 ] {} <Debug> HTTP-Session: d70286f8-f45e-4797-a2fc-8c05c319ff83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14390 | 2024.05.13 20:55:09.679709 [ 3 ] {} <Trace> HTTP-Session: d70286f8-f45e-4797-a2fc-8c05c319ff83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14391 | 2024.05.13 20:55:09.679815 [ 3 ] {64b5e945-c633-47c6-b0cb-2334402b1f9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14392 | 2024.05.13 20:55:09.679862 [ 3 ] {64b5e945-c633-47c6-b0cb-2334402b1f9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14393 | 2024.05.13 20:55:09.680016 [ 3 ] {64b5e945-c633-47c6-b0cb-2334402b1f9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14394 | 2024.05.13 20:55:09.680304 [ 3 ] {64b5e945-c633-47c6-b0cb-2334402b1f9f} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14395 | 2024.05.13 20:55:09.680340 [ 3 ] {64b5e945-c633-47c6-b0cb-2334402b1f9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14396 | 2024.05.13 20:55:09.680659 [ 3 ] {64b5e945-c633-47c6-b0cb-2334402b1f9f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
14397 | 2024.05.13 20:55:09.680972 [ 3 ] {64b5e945-c633-47c6-b0cb-2334402b1f9f} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14398 | 2024.05.13 20:55:09.681125 [ 3 ] {64b5e945-c633-47c6-b0cb-2334402b1f9f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001336 sec., 1497.005988023952 rows/sec., 122.07 KiB/sec. | ||
14399 | 2024.05.13 20:55:09.681280 [ 3 ] {64b5e945-c633-47c6-b0cb-2334402b1f9f} <Debug> DynamicQueryHandler: Done processing query | ||
14400 | 2024.05.13 20:55:09.681305 [ 3 ] {64b5e945-c633-47c6-b0cb-2334402b1f9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14401 | 2024.05.13 20:55:09.681320 [ 3 ] {} <Debug> HTTP-Session: d70286f8-f45e-4797-a2fc-8c05c319ff83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14402 | 2024.05.13 20:55:09.681449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 21599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14403 | 2024.05.13 20:55:09.681496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14404 | 2024.05.13 20:55:09.681514 [ 3 ] {} <Debug> HTTP-Session: 6ff06ad6-24ae-4266-8803-7ee6f9c5aa7b Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14405 | 2024.05.13 20:55:09.681530 [ 3 ] {} <Debug> HTTP-Session: 6ff06ad6-24ae-4266-8803-7ee6f9c5aa7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14406 | 2024.05.13 20:55:09.681544 [ 3 ] {} <Debug> HTTP-Session: 6ff06ad6-24ae-4266-8803-7ee6f9c5aa7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14407 | 2024.05.13 20:55:09.681574 [ 3 ] {} <Trace> HTTP-Session: 6ff06ad6-24ae-4266-8803-7ee6f9c5aa7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14408 | 2024.05.13 20:55:09.681709 [ 3 ] {fcb04ae0-8990-4bcf-b543-efbb00f4b024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14409 | 2024.05.13 20:55:09.681752 [ 3 ] {fcb04ae0-8990-4bcf-b543-efbb00f4b024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14410 | 2024.05.13 20:55:09.681875 [ 3 ] {fcb04ae0-8990-4bcf-b543-efbb00f4b024} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14411 | 2024.05.13 20:55:09.682328 [ 3 ] {fcb04ae0-8990-4bcf-b543-efbb00f4b024} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14412 | 2024.05.13 20:55:09.682363 [ 3 ] {fcb04ae0-8990-4bcf-b543-efbb00f4b024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14413 | 2024.05.13 20:55:09.682681 [ 3 ] {fcb04ae0-8990-4bcf-b543-efbb00f4b024} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
14414 | 2024.05.13 20:55:09.682985 [ 3 ] {fcb04ae0-8990-4bcf-b543-efbb00f4b024} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14415 | 2024.05.13 20:55:09.683141 [ 3 ] {fcb04ae0-8990-4bcf-b543-efbb00f4b024} <Debug> executeQuery: Read 147 rows, 12.66 KiB in 0.001488 sec., 98790.32258064517 rows/sec., 8.31 MiB/sec. | ||
14416 | 2024.05.13 20:55:09.683175 [ 33 ] {} <Debug> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
14417 | 2024.05.13 20:55:09.683318 [ 33 ] {} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14418 | 2024.05.13 20:55:09.683375 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14419 | 2024.05.13 20:55:09.683386 [ 3 ] {fcb04ae0-8990-4bcf-b543-efbb00f4b024} <Debug> DynamicQueryHandler: Done processing query | ||
14420 | 2024.05.13 20:55:09.683437 [ 3 ] {fcb04ae0-8990-4bcf-b543-efbb00f4b024} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
14421 | 2024.05.13 20:55:09.683487 [ 3 ] {} <Debug> HTTP-Session: 6ff06ad6-24ae-4266-8803-7ee6f9c5aa7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14422 | 2024.05.13 20:55:09.683636 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
14423 | 2024.05.13 20:55:09.683671 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14424 | 2024.05.13 20:55:09.683784 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14425 | 2024.05.13 20:55:09.683836 [ 3 ] {} <Debug> HTTP-Session: 7bc80d80-63e7-476f-bfb9-bdba08615cb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14426 | 2024.05.13 20:55:09.683875 [ 3 ] {} <Debug> HTTP-Session: 7bc80d80-63e7-476f-bfb9-bdba08615cb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14427 | 2024.05.13 20:55:09.683920 [ 3 ] {} <Debug> HTTP-Session: 7bc80d80-63e7-476f-bfb9-bdba08615cb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14428 | 2024.05.13 20:55:09.684022 [ 3 ] {} <Trace> HTTP-Session: 7bc80d80-63e7-476f-bfb9-bdba08615cb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14429 | 2024.05.13 20:55:09.684121 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14430 | 2024.05.13 20:55:09.684214 [ 3 ] {92179391-ae31-46dc-84e2-c3e37ca592d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14431 | 2024.05.13 20:55:09.684228 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 264 rows starting from the beginning of the part | ||
14432 | 2024.05.13 20:55:09.684287 [ 3 ] {92179391-ae31-46dc-84e2-c3e37ca592d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14433 | 2024.05.13 20:55:09.684695 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 146 rows starting from the beginning of the part | ||
14434 | 2024.05.13 20:55:09.685027 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 131 rows starting from the beginning of the part | ||
14435 | 2024.05.13 20:55:09.685264 [ 3 ] {92179391-ae31-46dc-84e2-c3e37ca592d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14436 | 2024.05.13 20:55:09.685488 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 146 rows starting from the beginning of the part | ||
14437 | 2024.05.13 20:55:09.685724 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 132 rows starting from the beginning of the part | ||
14438 | 2024.05.13 20:55:09.686036 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 147 rows starting from the beginning of the part | ||
14439 | 2024.05.13 20:55:09.686765 [ 3 ] {92179391-ae31-46dc-84e2-c3e37ca592d4} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14440 | 2024.05.13 20:55:09.686817 [ 3 ] {92179391-ae31-46dc-84e2-c3e37ca592d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14441 | 2024.05.13 20:55:09.687533 [ 3 ] {92179391-ae31-46dc-84e2-c3e37ca592d4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
14442 | 2024.05.13 20:55:09.688494 [ 3 ] {92179391-ae31-46dc-84e2-c3e37ca592d4} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14443 | 2024.05.13 20:55:09.688733 [ 3 ] {92179391-ae31-46dc-84e2-c3e37ca592d4} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004566 sec., 438.02014892685065 rows/sec., 30.58 KiB/sec. | ||
14444 | 2024.05.13 20:55:09.689211 [ 3 ] {92179391-ae31-46dc-84e2-c3e37ca592d4} <Debug> DynamicQueryHandler: Done processing query | ||
14445 | 2024.05.13 20:55:09.689229 [ 191 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 966 rows, containing 4 columns (4 merged, 0 gathered) in 0.005720054 sec., 168879.52456392895 rows/sec., 14.18 MiB/sec. | ||
14446 | 2024.05.13 20:55:09.689240 [ 3 ] {92179391-ae31-46dc-84e2-c3e37ca592d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14447 | 2024.05.13 20:55:09.689277 [ 3 ] {} <Debug> HTTP-Session: 7bc80d80-63e7-476f-bfb9-bdba08615cb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14448 | 2024.05.13 20:55:09.689402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 16306, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14449 | 2024.05.13 20:55:09.689410 [ 191 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
14450 | 2024.05.13 20:55:09.689464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14451 | 2024.05.13 20:55:09.689498 [ 3 ] {} <Debug> HTTP-Session: 533d8b71-5062-43dd-b08a-eb199d31d929 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14452 | 2024.05.13 20:55:09.689516 [ 3 ] {} <Debug> HTTP-Session: 533d8b71-5062-43dd-b08a-eb199d31d929 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14453 | 2024.05.13 20:55:09.689530 [ 3 ] {} <Debug> HTTP-Session: 533d8b71-5062-43dd-b08a-eb199d31d929 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14454 | 2024.05.13 20:55:09.689569 [ 3 ] {} <Trace> HTTP-Session: 533d8b71-5062-43dd-b08a-eb199d31d929 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14455 | 2024.05.13 20:55:09.689754 [ 3 ] {75af87a5-3fee-4ecf-a837-b722c6d4bc6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14456 | 2024.05.13 20:55:09.689806 [ 3 ] {75af87a5-3fee-4ecf-a837-b722c6d4bc6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14457 | 2024.05.13 20:55:09.689922 [ 191 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_96_19} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14458 | 2024.05.13 20:55:09.690031 [ 3 ] {75af87a5-3fee-4ecf-a837-b722c6d4bc6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14459 | 2024.05.13 20:55:09.690056 [ 191 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_96_19} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
14460 | 2024.05.13 20:55:09.690155 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
14461 | 2024.05.13 20:55:09.690471 [ 3 ] {75af87a5-3fee-4ecf-a837-b722c6d4bc6b} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14462 | 2024.05.13 20:55:09.690507 [ 3 ] {75af87a5-3fee-4ecf-a837-b722c6d4bc6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14463 | 2024.05.13 20:55:09.690829 [ 3 ] {75af87a5-3fee-4ecf-a837-b722c6d4bc6b} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
14464 | 2024.05.13 20:55:09.691134 [ 3 ] {75af87a5-3fee-4ecf-a837-b722c6d4bc6b} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14465 | 2024.05.13 20:55:09.691288 [ 3 ] {75af87a5-3fee-4ecf-a837-b722c6d4bc6b} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001611 sec., 59590.316573556796 rows/sec., 4.66 MiB/sec. | ||
14466 | 2024.05.13 20:55:09.691291 [ 33 ] {} <Debug> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
14467 | 2024.05.13 20:55:09.691385 [ 33 ] {} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14468 | 2024.05.13 20:55:09.691439 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14469 | 2024.05.13 20:55:09.691567 [ 3 ] {75af87a5-3fee-4ecf-a837-b722c6d4bc6b} <Debug> DynamicQueryHandler: Done processing query | ||
14470 | 2024.05.13 20:55:09.691581 [ 195 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
14471 | 2024.05.13 20:55:09.691600 [ 3 ] {75af87a5-3fee-4ecf-a837-b722c6d4bc6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
14472 | 2024.05.13 20:55:09.691631 [ 3 ] {} <Debug> HTTP-Session: 533d8b71-5062-43dd-b08a-eb199d31d929 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14473 | 2024.05.13 20:55:09.691730 [ 195 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14474 | 2024.05.13 20:55:09.691767 [ 195 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 178 rows starting from the beginning of the part | ||
14475 | 2024.05.13 20:55:09.691937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14476 | 2024.05.13 20:55:09.691939 [ 195 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 94 rows starting from the beginning of the part | ||
14477 | 2024.05.13 20:55:09.692067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14478 | 2024.05.13 20:55:09.692121 [ 3 ] {} <Debug> HTTP-Session: 57272e87-056d-4ac7-bf2e-961e15155d2d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14479 | 2024.05.13 20:55:09.692149 [ 195 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 89 rows starting from the beginning of the part | ||
14480 | 2024.05.13 20:55:09.692204 [ 3 ] {} <Debug> HTTP-Session: 57272e87-056d-4ac7-bf2e-961e15155d2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14481 | 2024.05.13 20:55:09.692273 [ 3 ] {} <Debug> HTTP-Session: 57272e87-056d-4ac7-bf2e-961e15155d2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14482 | 2024.05.13 20:55:09.692434 [ 3 ] {} <Trace> HTTP-Session: 57272e87-056d-4ac7-bf2e-961e15155d2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14483 | 2024.05.13 20:55:09.692590 [ 195 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 94 rows starting from the beginning of the part | ||
14484 | 2024.05.13 20:55:09.692872 [ 195 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 91 rows starting from the beginning of the part | ||
14485 | 2024.05.13 20:55:09.692887 [ 3 ] {ccf0a4fd-0283-45a0-ba3e-1d16cf875740} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14486 | 2024.05.13 20:55:09.693044 [ 3 ] {ccf0a4fd-0283-45a0-ba3e-1d16cf875740} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14487 | 2024.05.13 20:55:09.693087 [ 195 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 96 rows starting from the beginning of the part | ||
14488 | 2024.05.13 20:55:09.693705 [ 3 ] {ccf0a4fd-0283-45a0-ba3e-1d16cf875740} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14489 | 2024.05.13 20:55:09.694268 [ 3 ] {ccf0a4fd-0283-45a0-ba3e-1d16cf875740} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14490 | 2024.05.13 20:55:09.694313 [ 3 ] {ccf0a4fd-0283-45a0-ba3e-1d16cf875740} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14491 | 2024.05.13 20:55:09.694908 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 642 rows, containing 4 columns (4 merged, 0 gathered) in 0.003377172 sec., 190099.88238680174 rows/sec., 14.85 MiB/sec. | ||
14492 | 2024.05.13 20:55:09.694956 [ 3 ] {ccf0a4fd-0283-45a0-ba3e-1d16cf875740} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
14493 | 2024.05.13 20:55:09.695116 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
14494 | 2024.05.13 20:55:09.695835 [ 3 ] {ccf0a4fd-0283-45a0-ba3e-1d16cf875740} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14495 | 2024.05.13 20:55:09.696080 [ 33 ] {} <Debug> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
14496 | 2024.05.13 20:55:09.696104 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_96_19} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14497 | 2024.05.13 20:55:09.696152 [ 3 ] {ccf0a4fd-0283-45a0-ba3e-1d16cf875740} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.003411 sec., 47200.23453532688 rows/sec., 3.29 MiB/sec. | ||
14498 | 2024.05.13 20:55:09.696169 [ 33 ] {} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14499 | 2024.05.13 20:55:09.696262 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14500 | 2024.05.13 20:55:09.696360 [ 197 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_96_19} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
14501 | 2024.05.13 20:55:09.696732 [ 196 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
14502 | 2024.05.13 20:55:09.696763 [ 3 ] {ccf0a4fd-0283-45a0-ba3e-1d16cf875740} <Debug> DynamicQueryHandler: Done processing query | ||
14503 | 2024.05.13 20:55:09.696777 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
14504 | 2024.05.13 20:55:09.696839 [ 3 ] {ccf0a4fd-0283-45a0-ba3e-1d16cf875740} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14505 | 2024.05.13 20:55:09.696899 [ 3 ] {} <Debug> HTTP-Session: 57272e87-056d-4ac7-bf2e-961e15155d2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14506 | 2024.05.13 20:55:09.697014 [ 196 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14507 | 2024.05.13 20:55:09.697055 [ 196 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_91_18, total 14929 rows starting from the beginning of the part | ||
14508 | 2024.05.13 20:55:09.697109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 32124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14509 | 2024.05.13 20:55:09.697251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14510 | 2024.05.13 20:55:09.697339 [ 196 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 160 rows starting from the beginning of the part | ||
14511 | 2024.05.13 20:55:09.697354 [ 3 ] {} <Debug> HTTP-Session: e8a518d9-ce19-4d4c-96dc-2cecce8975f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14512 | 2024.05.13 20:55:09.697416 [ 3 ] {} <Debug> HTTP-Session: e8a518d9-ce19-4d4c-96dc-2cecce8975f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14513 | 2024.05.13 20:55:09.697490 [ 3 ] {} <Debug> HTTP-Session: e8a518d9-ce19-4d4c-96dc-2cecce8975f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14514 | 2024.05.13 20:55:09.697651 [ 196 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part | ||
14515 | 2024.05.13 20:55:09.697653 [ 3 ] {} <Trace> HTTP-Session: e8a518d9-ce19-4d4c-96dc-2cecce8975f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14516 | 2024.05.13 20:55:09.697941 [ 196 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 160 rows starting from the beginning of the part | ||
14517 | 2024.05.13 20:55:09.698090 [ 196 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 161 rows starting from the beginning of the part | ||
14518 | 2024.05.13 20:55:09.698184 [ 3 ] {9610fe8d-a4a5-4f94-bc2a-0d893313decd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14519 | 2024.05.13 20:55:09.698384 [ 3 ] {9610fe8d-a4a5-4f94-bc2a-0d893313decd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
14520 | 2024.05.13 20:55:09.698432 [ 196 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 161 rows starting from the beginning of the part | ||
14521 | 2024.05.13 20:55:09.699300 [ 3 ] {9610fe8d-a4a5-4f94-bc2a-0d893313decd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14522 | 2024.05.13 20:55:09.700213 [ 3 ] {9610fe8d-a4a5-4f94-bc2a-0d893313decd} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14523 | 2024.05.13 20:55:09.700262 [ 3 ] {9610fe8d-a4a5-4f94-bc2a-0d893313decd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14524 | 2024.05.13 20:55:09.701099 [ 3 ] {9610fe8d-a4a5-4f94-bc2a-0d893313decd} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
14525 | 2024.05.13 20:55:09.701839 [ 3 ] {9610fe8d-a4a5-4f94-bc2a-0d893313decd} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14526 | 2024.05.13 20:55:09.702060 [ 3 ] {9610fe8d-a4a5-4f94-bc2a-0d893313decd} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.004191 sec., 7158.1961345740865 rows/sec., 9.66 MiB/sec. | ||
14527 | 2024.05.13 20:55:09.702392 [ 3 ] {9610fe8d-a4a5-4f94-bc2a-0d893313decd} <Debug> DynamicQueryHandler: Done processing query | ||
14528 | 2024.05.13 20:55:09.702466 [ 3 ] {9610fe8d-a4a5-4f94-bc2a-0d893313decd} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
14529 | 2024.05.13 20:55:09.702557 [ 3 ] {} <Debug> HTTP-Session: e8a518d9-ce19-4d4c-96dc-2cecce8975f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14530 | 2024.05.13 20:55:09.702806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14531 | 2024.05.13 20:55:09.702869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14532 | 2024.05.13 20:55:09.702891 [ 3 ] {} <Debug> HTTP-Session: 5bbaff05-854f-44ff-8890-9350cbbe1fd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14533 | 2024.05.13 20:55:09.702909 [ 3 ] {} <Debug> HTTP-Session: 5bbaff05-854f-44ff-8890-9350cbbe1fd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14534 | 2024.05.13 20:55:09.702926 [ 3 ] {} <Debug> HTTP-Session: 5bbaff05-854f-44ff-8890-9350cbbe1fd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14535 | 2024.05.13 20:55:09.702958 [ 3 ] {} <Trace> HTTP-Session: 5bbaff05-854f-44ff-8890-9350cbbe1fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14536 | 2024.05.13 20:55:09.703086 [ 3 ] {a9838354-9d0c-45e8-9ef6-b58bd2a64f19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14537 | 2024.05.13 20:55:09.703150 [ 3 ] {a9838354-9d0c-45e8-9ef6-b58bd2a64f19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14538 | 2024.05.13 20:55:09.703301 [ 3 ] {a9838354-9d0c-45e8-9ef6-b58bd2a64f19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14539 | 2024.05.13 20:55:09.703638 [ 3 ] {a9838354-9d0c-45e8-9ef6-b58bd2a64f19} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14540 | 2024.05.13 20:55:09.703674 [ 3 ] {a9838354-9d0c-45e8-9ef6-b58bd2a64f19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14541 | 2024.05.13 20:55:09.704211 [ 3 ] {a9838354-9d0c-45e8-9ef6-b58bd2a64f19} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
14542 | 2024.05.13 20:55:09.704595 [ 196 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15731 rows, containing 5 columns (5 merged, 0 gathered) in 0.008136968 sec., 1933275.3920133398 rows/sec., 134.59 MiB/sec. | ||
14543 | 2024.05.13 20:55:09.704847 [ 3 ] {a9838354-9d0c-45e8-9ef6-b58bd2a64f19} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14544 | 2024.05.13 20:55:09.705066 [ 33 ] {} <Debug> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
14545 | 2024.05.13 20:55:09.705077 [ 3 ] {a9838354-9d0c-45e8-9ef6-b58bd2a64f19} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00203 sec., 29556.650246305417 rows/sec., 1.99 MiB/sec. | ||
14546 | 2024.05.13 20:55:09.705135 [ 33 ] {} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14547 | 2024.05.13 20:55:09.705263 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14548 | 2024.05.13 20:55:09.705272 [ 196 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
14549 | 2024.05.13 20:55:09.705586 [ 3 ] {a9838354-9d0c-45e8-9ef6-b58bd2a64f19} <Debug> DynamicQueryHandler: Done processing query | ||
14550 | 2024.05.13 20:55:09.705676 [ 3 ] {a9838354-9d0c-45e8-9ef6-b58bd2a64f19} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14551 | 2024.05.13 20:55:09.705714 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
14552 | 2024.05.13 20:55:09.705742 [ 3 ] {} <Debug> HTTP-Session: 5bbaff05-854f-44ff-8890-9350cbbe1fd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14553 | 2024.05.13 20:55:09.706248 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14554 | 2024.05.13 20:55:09.706323 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5072 rows starting from the beginning of the part | ||
14555 | 2024.05.13 20:55:09.706542 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part | ||
14556 | 2024.05.13 20:55:09.706774 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part | ||
14557 | 2024.05.13 20:55:09.706876 [ 196 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14558 | 2024.05.13 20:55:09.707068 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part | ||
14559 | 2024.05.13 20:55:09.707209 [ 196 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
14560 | 2024.05.13 20:55:09.707291 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part | ||
14561 | 2024.05.13 20:55:09.707597 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.09 MiB. | ||
14562 | 2024.05.13 20:55:09.707690 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part | ||
14563 | 2024.05.13 20:55:09.709963 [ 199 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5372 rows, containing 4 columns (4 merged, 0 gathered) in 0.004541164 sec., 1182956.6164093611 rows/sec., 80.06 MiB/sec. | ||
14564 | 2024.05.13 20:55:09.710378 [ 186 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
14565 | 2024.05.13 20:55:09.710810 [ 186 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_96_19} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14566 | 2024.05.13 20:55:09.710893 [ 186 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_96_19} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
14567 | 2024.05.13 20:55:09.710974 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
14568 | 2024.05.13 20:55:12.833957 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14569 | 2024.05.13 20:55:12.834057 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14570 | 2024.05.13 20:55:14.679535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3636, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14571 | 2024.05.13 20:55:14.679645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14572 | 2024.05.13 20:55:14.679669 [ 3 ] {} <Debug> HTTP-Session: 25b03b14-27c7-44a2-a921-e1c2d8835c6c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14573 | 2024.05.13 20:55:14.679692 [ 3 ] {} <Debug> HTTP-Session: 25b03b14-27c7-44a2-a921-e1c2d8835c6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14574 | 2024.05.13 20:55:14.679706 [ 3 ] {} <Debug> HTTP-Session: 25b03b14-27c7-44a2-a921-e1c2d8835c6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14575 | 2024.05.13 20:55:14.679754 [ 3 ] {} <Trace> HTTP-Session: 25b03b14-27c7-44a2-a921-e1c2d8835c6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14576 | 2024.05.13 20:55:14.679940 [ 3 ] {0f78e915-fdbe-4c92-8aef-1f1b79c89f91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14577 | 2024.05.13 20:55:14.680005 [ 3 ] {0f78e915-fdbe-4c92-8aef-1f1b79c89f91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14578 | 2024.05.13 20:55:14.680196 [ 3 ] {0f78e915-fdbe-4c92-8aef-1f1b79c89f91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14579 | 2024.05.13 20:55:14.680603 [ 3 ] {0f78e915-fdbe-4c92-8aef-1f1b79c89f91} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14580 | 2024.05.13 20:55:14.680643 [ 3 ] {0f78e915-fdbe-4c92-8aef-1f1b79c89f91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14581 | 2024.05.13 20:55:14.681014 [ 3 ] {0f78e915-fdbe-4c92-8aef-1f1b79c89f91} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
14582 | 2024.05.13 20:55:14.681370 [ 3 ] {0f78e915-fdbe-4c92-8aef-1f1b79c89f91} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14583 | 2024.05.13 20:55:14.681512 [ 3 ] {0f78e915-fdbe-4c92-8aef-1f1b79c89f91} <Debug> executeQuery: Read 25 rows, 2.03 KiB in 0.00163 sec., 15337.423312883437 rows/sec., 1.21 MiB/sec. | ||
14584 | 2024.05.13 20:55:14.681770 [ 3 ] {0f78e915-fdbe-4c92-8aef-1f1b79c89f91} <Debug> DynamicQueryHandler: Done processing query | ||
14585 | 2024.05.13 20:55:14.681835 [ 3 ] {0f78e915-fdbe-4c92-8aef-1f1b79c89f91} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14586 | 2024.05.13 20:55:14.681891 [ 3 ] {} <Debug> HTTP-Session: 25b03b14-27c7-44a2-a921-e1c2d8835c6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14587 | 2024.05.13 20:55:14.682071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14588 | 2024.05.13 20:55:14.682126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14589 | 2024.05.13 20:55:14.682146 [ 3 ] {} <Debug> HTTP-Session: 85e05559-d8c0-4ee3-889e-c40442ec55f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14590 | 2024.05.13 20:55:14.682163 [ 3 ] {} <Debug> HTTP-Session: 85e05559-d8c0-4ee3-889e-c40442ec55f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14591 | 2024.05.13 20:55:14.682177 [ 3 ] {} <Debug> HTTP-Session: 85e05559-d8c0-4ee3-889e-c40442ec55f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14592 | 2024.05.13 20:55:14.682210 [ 3 ] {} <Trace> HTTP-Session: 85e05559-d8c0-4ee3-889e-c40442ec55f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14593 | 2024.05.13 20:55:14.682309 [ 3 ] {085211fc-8eec-49de-89b1-e4524b6b5d86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14594 | 2024.05.13 20:55:14.682355 [ 3 ] {085211fc-8eec-49de-89b1-e4524b6b5d86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14595 | 2024.05.13 20:55:14.682500 [ 3 ] {085211fc-8eec-49de-89b1-e4524b6b5d86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14596 | 2024.05.13 20:55:14.682786 [ 3 ] {085211fc-8eec-49de-89b1-e4524b6b5d86} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14597 | 2024.05.13 20:55:14.682822 [ 3 ] {085211fc-8eec-49de-89b1-e4524b6b5d86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14598 | 2024.05.13 20:55:14.683124 [ 3 ] {085211fc-8eec-49de-89b1-e4524b6b5d86} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
14599 | 2024.05.13 20:55:14.683453 [ 3 ] {085211fc-8eec-49de-89b1-e4524b6b5d86} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14600 | 2024.05.13 20:55:14.683578 [ 3 ] {085211fc-8eec-49de-89b1-e4524b6b5d86} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001292 sec., 1547.9876160990711 rows/sec., 126.23 KiB/sec. | ||
14601 | 2024.05.13 20:55:14.683847 [ 3 ] {085211fc-8eec-49de-89b1-e4524b6b5d86} <Debug> DynamicQueryHandler: Done processing query | ||
14602 | 2024.05.13 20:55:14.683905 [ 3 ] {085211fc-8eec-49de-89b1-e4524b6b5d86} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14603 | 2024.05.13 20:55:14.683955 [ 3 ] {} <Debug> HTTP-Session: 85e05559-d8c0-4ee3-889e-c40442ec55f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14604 | 2024.05.13 20:55:14.684126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 24296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14605 | 2024.05.13 20:55:14.684176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14606 | 2024.05.13 20:55:14.684196 [ 3 ] {} <Debug> HTTP-Session: aa345f7c-4931-49dd-9063-c95687e3be2d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14607 | 2024.05.13 20:55:14.684212 [ 3 ] {} <Debug> HTTP-Session: aa345f7c-4931-49dd-9063-c95687e3be2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14608 | 2024.05.13 20:55:14.684226 [ 3 ] {} <Debug> HTTP-Session: aa345f7c-4931-49dd-9063-c95687e3be2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14609 | 2024.05.13 20:55:14.684257 [ 3 ] {} <Trace> HTTP-Session: aa345f7c-4931-49dd-9063-c95687e3be2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14610 | 2024.05.13 20:55:14.684403 [ 3 ] {3eb186d7-5a4d-42a7-8cbb-b0f1301e0a7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14611 | 2024.05.13 20:55:14.684446 [ 3 ] {3eb186d7-5a4d-42a7-8cbb-b0f1301e0a7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14612 | 2024.05.13 20:55:14.684586 [ 3 ] {3eb186d7-5a4d-42a7-8cbb-b0f1301e0a7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14613 | 2024.05.13 20:55:14.684975 [ 3 ] {3eb186d7-5a4d-42a7-8cbb-b0f1301e0a7c} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14614 | 2024.05.13 20:55:14.685010 [ 3 ] {3eb186d7-5a4d-42a7-8cbb-b0f1301e0a7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14615 | 2024.05.13 20:55:14.685335 [ 3 ] {3eb186d7-5a4d-42a7-8cbb-b0f1301e0a7c} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
14616 | 2024.05.13 20:55:14.685644 [ 3 ] {3eb186d7-5a4d-42a7-8cbb-b0f1301e0a7c} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14617 | 2024.05.13 20:55:14.685762 [ 3 ] {3eb186d7-5a4d-42a7-8cbb-b0f1301e0a7c} <Debug> executeQuery: Read 168 rows, 14.09 KiB in 0.001426 sec., 117812.06171107995 rows/sec., 9.65 MiB/sec. | ||
14618 | 2024.05.13 20:55:14.685930 [ 3 ] {3eb186d7-5a4d-42a7-8cbb-b0f1301e0a7c} <Debug> DynamicQueryHandler: Done processing query | ||
14619 | 2024.05.13 20:55:14.685954 [ 3 ] {3eb186d7-5a4d-42a7-8cbb-b0f1301e0a7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
14620 | 2024.05.13 20:55:14.685970 [ 3 ] {} <Debug> HTTP-Session: aa345f7c-4931-49dd-9063-c95687e3be2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14621 | 2024.05.13 20:55:14.686091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14622 | 2024.05.13 20:55:14.686141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14623 | 2024.05.13 20:55:14.686159 [ 3 ] {} <Debug> HTTP-Session: 8cfaa04c-fe5c-4570-8c82-26912e421807 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14624 | 2024.05.13 20:55:14.686176 [ 3 ] {} <Debug> HTTP-Session: 8cfaa04c-fe5c-4570-8c82-26912e421807 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14625 | 2024.05.13 20:55:14.686190 [ 3 ] {} <Debug> HTTP-Session: 8cfaa04c-fe5c-4570-8c82-26912e421807 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14626 | 2024.05.13 20:55:14.686220 [ 3 ] {} <Trace> HTTP-Session: 8cfaa04c-fe5c-4570-8c82-26912e421807 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14627 | 2024.05.13 20:55:14.686310 [ 3 ] {93cada74-6694-4853-a9bb-91eae5124a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14628 | 2024.05.13 20:55:14.686352 [ 3 ] {93cada74-6694-4853-a9bb-91eae5124a4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14629 | 2024.05.13 20:55:14.686478 [ 3 ] {93cada74-6694-4853-a9bb-91eae5124a4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14630 | 2024.05.13 20:55:14.686802 [ 3 ] {93cada74-6694-4853-a9bb-91eae5124a4f} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14631 | 2024.05.13 20:55:14.686838 [ 3 ] {93cada74-6694-4853-a9bb-91eae5124a4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14632 | 2024.05.13 20:55:14.687146 [ 3 ] {93cada74-6694-4853-a9bb-91eae5124a4f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
14633 | 2024.05.13 20:55:14.687456 [ 3 ] {93cada74-6694-4853-a9bb-91eae5124a4f} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14634 | 2024.05.13 20:55:14.687582 [ 3 ] {93cada74-6694-4853-a9bb-91eae5124a4f} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001293 sec., 1546.7904098994586 rows/sec., 108.00 KiB/sec. | ||
14635 | 2024.05.13 20:55:14.687875 [ 3 ] {93cada74-6694-4853-a9bb-91eae5124a4f} <Debug> DynamicQueryHandler: Done processing query | ||
14636 | 2024.05.13 20:55:14.687913 [ 3 ] {93cada74-6694-4853-a9bb-91eae5124a4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14637 | 2024.05.13 20:55:14.687929 [ 3 ] {} <Debug> HTTP-Session: 8cfaa04c-fe5c-4570-8c82-26912e421807 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14638 | 2024.05.13 20:55:14.688054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 19506, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14639 | 2024.05.13 20:55:14.688109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14640 | 2024.05.13 20:55:14.688128 [ 3 ] {} <Debug> HTTP-Session: c8153b54-b33c-4c46-b0de-561c2e815f09 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14641 | 2024.05.13 20:55:14.688145 [ 3 ] {} <Debug> HTTP-Session: c8153b54-b33c-4c46-b0de-561c2e815f09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14642 | 2024.05.13 20:55:14.688158 [ 3 ] {} <Debug> HTTP-Session: c8153b54-b33c-4c46-b0de-561c2e815f09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14643 | 2024.05.13 20:55:14.688189 [ 3 ] {} <Trace> HTTP-Session: c8153b54-b33c-4c46-b0de-561c2e815f09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14644 | 2024.05.13 20:55:14.688318 [ 3 ] {c197d5f7-362e-4479-b9ce-b66a837261f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14645 | 2024.05.13 20:55:14.688361 [ 3 ] {c197d5f7-362e-4479-b9ce-b66a837261f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14646 | 2024.05.13 20:55:14.688503 [ 3 ] {c197d5f7-362e-4479-b9ce-b66a837261f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14647 | 2024.05.13 20:55:14.688872 [ 3 ] {c197d5f7-362e-4479-b9ce-b66a837261f3} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14648 | 2024.05.13 20:55:14.688908 [ 3 ] {c197d5f7-362e-4479-b9ce-b66a837261f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14649 | 2024.05.13 20:55:14.689232 [ 3 ] {c197d5f7-362e-4479-b9ce-b66a837261f3} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
14650 | 2024.05.13 20:55:14.689567 [ 3 ] {c197d5f7-362e-4479-b9ce-b66a837261f3} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14651 | 2024.05.13 20:55:14.689691 [ 3 ] {c197d5f7-362e-4479-b9ce-b66a837261f3} <Debug> executeQuery: Read 115 rows, 9.18 KiB in 0.001428 sec., 80532.21288515406 rows/sec., 6.28 MiB/sec. | ||
14652 | 2024.05.13 20:55:14.689855 [ 3 ] {c197d5f7-362e-4479-b9ce-b66a837261f3} <Debug> DynamicQueryHandler: Done processing query | ||
14653 | 2024.05.13 20:55:14.689879 [ 3 ] {c197d5f7-362e-4479-b9ce-b66a837261f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14654 | 2024.05.13 20:55:14.689894 [ 3 ] {} <Debug> HTTP-Session: c8153b54-b33c-4c46-b0de-561c2e815f09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14655 | 2024.05.13 20:55:14.690054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 37785, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14656 | 2024.05.13 20:55:14.690102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14657 | 2024.05.13 20:55:14.690121 [ 3 ] {} <Debug> HTTP-Session: 252cdaeb-4f0c-46dc-8fcb-961038a57631 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14658 | 2024.05.13 20:55:14.690137 [ 3 ] {} <Debug> HTTP-Session: 252cdaeb-4f0c-46dc-8fcb-961038a57631 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14659 | 2024.05.13 20:55:14.690151 [ 3 ] {} <Debug> HTTP-Session: 252cdaeb-4f0c-46dc-8fcb-961038a57631 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14660 | 2024.05.13 20:55:14.690180 [ 3 ] {} <Trace> HTTP-Session: 252cdaeb-4f0c-46dc-8fcb-961038a57631 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14661 | 2024.05.13 20:55:14.690344 [ 3 ] {53bea824-30c8-4aef-a3dd-e658867b4e34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14662 | 2024.05.13 20:55:14.690390 [ 3 ] {53bea824-30c8-4aef-a3dd-e658867b4e34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14663 | 2024.05.13 20:55:14.690532 [ 3 ] {53bea824-30c8-4aef-a3dd-e658867b4e34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14664 | 2024.05.13 20:55:14.690940 [ 3 ] {53bea824-30c8-4aef-a3dd-e658867b4e34} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14665 | 2024.05.13 20:55:14.690974 [ 3 ] {53bea824-30c8-4aef-a3dd-e658867b4e34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14666 | 2024.05.13 20:55:14.691370 [ 3 ] {53bea824-30c8-4aef-a3dd-e658867b4e34} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
14667 | 2024.05.13 20:55:14.691706 [ 3 ] {53bea824-30c8-4aef-a3dd-e658867b4e34} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14668 | 2024.05.13 20:55:14.691837 [ 3 ] {53bea824-30c8-4aef-a3dd-e658867b4e34} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001574 sec., 125158.83100381194 rows/sec., 8.74 MiB/sec. | ||
14669 | 2024.05.13 20:55:14.692006 [ 3 ] {53bea824-30c8-4aef-a3dd-e658867b4e34} <Debug> DynamicQueryHandler: Done processing query | ||
14670 | 2024.05.13 20:55:14.692030 [ 3 ] {53bea824-30c8-4aef-a3dd-e658867b4e34} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
14671 | 2024.05.13 20:55:14.692046 [ 3 ] {} <Debug> HTTP-Session: 252cdaeb-4f0c-46dc-8fcb-961038a57631 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14672 | 2024.05.13 20:55:14.692183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 26779, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14673 | 2024.05.13 20:55:14.692231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14674 | 2024.05.13 20:55:14.692250 [ 3 ] {} <Debug> HTTP-Session: b3af3326-ed8e-46be-986f-3bdc12db833b Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14675 | 2024.05.13 20:55:14.692266 [ 3 ] {} <Debug> HTTP-Session: b3af3326-ed8e-46be-986f-3bdc12db833b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14676 | 2024.05.13 20:55:14.692279 [ 3 ] {} <Debug> HTTP-Session: b3af3326-ed8e-46be-986f-3bdc12db833b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14677 | 2024.05.13 20:55:14.692310 [ 3 ] {} <Trace> HTTP-Session: b3af3326-ed8e-46be-986f-3bdc12db833b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14678 | 2024.05.13 20:55:14.692573 [ 3 ] {b94b6f57-1404-4ad0-a3f4-67024f6d4b0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14679 | 2024.05.13 20:55:14.692621 [ 3 ] {b94b6f57-1404-4ad0-a3f4-67024f6d4b0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
14680 | 2024.05.13 20:55:14.692778 [ 3 ] {b94b6f57-1404-4ad0-a3f4-67024f6d4b0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14681 | 2024.05.13 20:55:14.693245 [ 3 ] {b94b6f57-1404-4ad0-a3f4-67024f6d4b0c} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14682 | 2024.05.13 20:55:14.693280 [ 3 ] {b94b6f57-1404-4ad0-a3f4-67024f6d4b0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14683 | 2024.05.13 20:55:14.693695 [ 3 ] {b94b6f57-1404-4ad0-a3f4-67024f6d4b0c} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
14684 | 2024.05.13 20:55:14.694043 [ 3 ] {b94b6f57-1404-4ad0-a3f4-67024f6d4b0c} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14685 | 2024.05.13 20:55:14.694167 [ 3 ] {b94b6f57-1404-4ad0-a3f4-67024f6d4b0c} <Debug> executeQuery: Read 25 rows, 34.55 KiB in 0.001783 sec., 14021.312394840157 rows/sec., 18.92 MiB/sec. | ||
14686 | 2024.05.13 20:55:14.694411 [ 3 ] {b94b6f57-1404-4ad0-a3f4-67024f6d4b0c} <Debug> DynamicQueryHandler: Done processing query | ||
14687 | 2024.05.13 20:55:14.694463 [ 3 ] {b94b6f57-1404-4ad0-a3f4-67024f6d4b0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
14688 | 2024.05.13 20:55:14.694517 [ 3 ] {} <Debug> HTTP-Session: b3af3326-ed8e-46be-986f-3bdc12db833b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14689 | 2024.05.13 20:55:14.694708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14690 | 2024.05.13 20:55:14.694764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14691 | 2024.05.13 20:55:14.694784 [ 3 ] {} <Debug> HTTP-Session: 1c708e48-a171-4975-ac6f-7fc4298d6d9f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14692 | 2024.05.13 20:55:14.694801 [ 3 ] {} <Debug> HTTP-Session: 1c708e48-a171-4975-ac6f-7fc4298d6d9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14693 | 2024.05.13 20:55:14.694815 [ 3 ] {} <Debug> HTTP-Session: 1c708e48-a171-4975-ac6f-7fc4298d6d9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14694 | 2024.05.13 20:55:14.694847 [ 3 ] {} <Trace> HTTP-Session: 1c708e48-a171-4975-ac6f-7fc4298d6d9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14695 | 2024.05.13 20:55:14.694978 [ 3 ] {db097d90-b994-474a-97b4-ea48d55bfe7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14696 | 2024.05.13 20:55:14.695028 [ 3 ] {db097d90-b994-474a-97b4-ea48d55bfe7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14697 | 2024.05.13 20:55:14.695171 [ 3 ] {db097d90-b994-474a-97b4-ea48d55bfe7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14698 | 2024.05.13 20:55:14.695466 [ 3 ] {db097d90-b994-474a-97b4-ea48d55bfe7d} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14699 | 2024.05.13 20:55:14.695501 [ 3 ] {db097d90-b994-474a-97b4-ea48d55bfe7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
14700 | 2024.05.13 20:55:14.695883 [ 3 ] {db097d90-b994-474a-97b4-ea48d55bfe7d} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
14701 | 2024.05.13 20:55:14.696205 [ 3 ] {db097d90-b994-474a-97b4-ea48d55bfe7d} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14702 | 2024.05.13 20:55:14.696328 [ 3 ] {db097d90-b994-474a-97b4-ea48d55bfe7d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001402 sec., 42796.00570613409 rows/sec., 2.88 MiB/sec. | ||
14703 | 2024.05.13 20:55:14.696579 [ 3 ] {db097d90-b994-474a-97b4-ea48d55bfe7d} <Debug> DynamicQueryHandler: Done processing query | ||
14704 | 2024.05.13 20:55:14.696636 [ 3 ] {db097d90-b994-474a-97b4-ea48d55bfe7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14705 | 2024.05.13 20:55:14.696690 [ 3 ] {} <Debug> HTTP-Session: 1c708e48-a171-4975-ac6f-7fc4298d6d9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14706 | 2024.05.13 20:55:19.678126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 4350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14707 | 2024.05.13 20:55:19.678261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14708 | 2024.05.13 20:55:19.678290 [ 3 ] {} <Debug> HTTP-Session: 94585e33-aad4-4451-9d93-38dd31850b54 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14709 | 2024.05.13 20:55:19.678317 [ 3 ] {} <Debug> HTTP-Session: 94585e33-aad4-4451-9d93-38dd31850b54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14710 | 2024.05.13 20:55:19.678335 [ 3 ] {} <Debug> HTTP-Session: 94585e33-aad4-4451-9d93-38dd31850b54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14711 | 2024.05.13 20:55:19.678388 [ 3 ] {} <Trace> HTTP-Session: 94585e33-aad4-4451-9d93-38dd31850b54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14712 | 2024.05.13 20:55:19.678597 [ 3 ] {7bb3e8d3-570c-45d0-b378-55fa4d2a22a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14713 | 2024.05.13 20:55:19.678672 [ 3 ] {7bb3e8d3-570c-45d0-b378-55fa4d2a22a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14714 | 2024.05.13 20:55:19.678892 [ 3 ] {7bb3e8d3-570c-45d0-b378-55fa4d2a22a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14715 | 2024.05.13 20:55:19.679453 [ 3 ] {7bb3e8d3-570c-45d0-b378-55fa4d2a22a3} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14716 | 2024.05.13 20:55:19.679497 [ 3 ] {7bb3e8d3-570c-45d0-b378-55fa4d2a22a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
14717 | 2024.05.13 20:55:19.679876 [ 3 ] {7bb3e8d3-570c-45d0-b378-55fa4d2a22a3} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
14718 | 2024.05.13 20:55:19.680211 [ 3 ] {7bb3e8d3-570c-45d0-b378-55fa4d2a22a3} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14719 | 2024.05.13 20:55:19.680379 [ 3 ] {7bb3e8d3-570c-45d0-b378-55fa4d2a22a3} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001849 sec., 16224.986479177935 rows/sec., 1.28 MiB/sec. | ||
14720 | 2024.05.13 20:55:19.680671 [ 3 ] {7bb3e8d3-570c-45d0-b378-55fa4d2a22a3} <Debug> DynamicQueryHandler: Done processing query | ||
14721 | 2024.05.13 20:55:19.680742 [ 3 ] {7bb3e8d3-570c-45d0-b378-55fa4d2a22a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14722 | 2024.05.13 20:55:19.680805 [ 3 ] {} <Debug> HTTP-Session: 94585e33-aad4-4451-9d93-38dd31850b54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14723 | 2024.05.13 20:55:19.681023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 21465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14724 | 2024.05.13 20:55:19.681082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14725 | 2024.05.13 20:55:19.681103 [ 3 ] {} <Debug> HTTP-Session: e0aae6d8-f337-4710-860b-4958cd3b0631 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14726 | 2024.05.13 20:55:19.681122 [ 3 ] {} <Debug> HTTP-Session: e0aae6d8-f337-4710-860b-4958cd3b0631 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14727 | 2024.05.13 20:55:19.681135 [ 3 ] {} <Debug> HTTP-Session: e0aae6d8-f337-4710-860b-4958cd3b0631 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14728 | 2024.05.13 20:55:19.681173 [ 3 ] {} <Trace> HTTP-Session: e0aae6d8-f337-4710-860b-4958cd3b0631 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14729 | 2024.05.13 20:55:19.681327 [ 3 ] {759aafd4-5e13-436d-b994-1ef5a75282ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14730 | 2024.05.13 20:55:19.681375 [ 3 ] {759aafd4-5e13-436d-b994-1ef5a75282ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14731 | 2024.05.13 20:55:19.681524 [ 3 ] {759aafd4-5e13-436d-b994-1ef5a75282ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14732 | 2024.05.13 20:55:19.681940 [ 3 ] {759aafd4-5e13-436d-b994-1ef5a75282ad} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14733 | 2024.05.13 20:55:19.681978 [ 3 ] {759aafd4-5e13-436d-b994-1ef5a75282ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
14734 | 2024.05.13 20:55:19.682306 [ 3 ] {759aafd4-5e13-436d-b994-1ef5a75282ad} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
14735 | 2024.05.13 20:55:19.682635 [ 3 ] {759aafd4-5e13-436d-b994-1ef5a75282ad} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14736 | 2024.05.13 20:55:19.682802 [ 3 ] {759aafd4-5e13-436d-b994-1ef5a75282ad} <Debug> executeQuery: Read 146 rows, 12.59 KiB in 0.001541 sec., 94743.67293964958 rows/sec., 7.98 MiB/sec. | ||
14737 | 2024.05.13 20:55:19.682973 [ 3 ] {759aafd4-5e13-436d-b994-1ef5a75282ad} <Debug> DynamicQueryHandler: Done processing query | ||
14738 | 2024.05.13 20:55:19.682997 [ 3 ] {759aafd4-5e13-436d-b994-1ef5a75282ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
14739 | 2024.05.13 20:55:19.683013 [ 3 ] {} <Debug> HTTP-Session: e0aae6d8-f337-4710-860b-4958cd3b0631 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14740 | 2024.05.13 20:55:19.683227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 15965, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14741 | 2024.05.13 20:55:19.683276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14742 | 2024.05.13 20:55:19.683295 [ 3 ] {} <Debug> HTTP-Session: 0c811f7c-5592-4434-b0dd-7b584d5182b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14743 | 2024.05.13 20:55:19.683311 [ 3 ] {} <Debug> HTTP-Session: 0c811f7c-5592-4434-b0dd-7b584d5182b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14744 | 2024.05.13 20:55:19.683325 [ 3 ] {} <Debug> HTTP-Session: 0c811f7c-5592-4434-b0dd-7b584d5182b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14745 | 2024.05.13 20:55:19.683358 [ 3 ] {} <Trace> HTTP-Session: 0c811f7c-5592-4434-b0dd-7b584d5182b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14746 | 2024.05.13 20:55:19.683487 [ 3 ] {e2c706dd-8121-4734-97ae-137b84d6f571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14747 | 2024.05.13 20:55:19.683531 [ 3 ] {e2c706dd-8121-4734-97ae-137b84d6f571} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14748 | 2024.05.13 20:55:19.683658 [ 3 ] {e2c706dd-8121-4734-97ae-137b84d6f571} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14749 | 2024.05.13 20:55:19.683999 [ 3 ] {e2c706dd-8121-4734-97ae-137b84d6f571} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14750 | 2024.05.13 20:55:19.684035 [ 3 ] {e2c706dd-8121-4734-97ae-137b84d6f571} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
14751 | 2024.05.13 20:55:19.684337 [ 3 ] {e2c706dd-8121-4734-97ae-137b84d6f571} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
14752 | 2024.05.13 20:55:19.684635 [ 3 ] {e2c706dd-8121-4734-97ae-137b84d6f571} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14753 | 2024.05.13 20:55:19.684790 [ 3 ] {e2c706dd-8121-4734-97ae-137b84d6f571} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001355 sec., 69372.69372693727 rows/sec., 5.42 MiB/sec. | ||
14754 | 2024.05.13 20:55:19.684977 [ 3 ] {e2c706dd-8121-4734-97ae-137b84d6f571} <Debug> DynamicQueryHandler: Done processing query | ||
14755 | 2024.05.13 20:55:19.685006 [ 3 ] {e2c706dd-8121-4734-97ae-137b84d6f571} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
14756 | 2024.05.13 20:55:19.685024 [ 3 ] {} <Debug> HTTP-Session: 0c811f7c-5592-4434-b0dd-7b584d5182b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14757 | 2024.05.13 20:55:19.685289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14758 | 2024.05.13 20:55:19.685345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14759 | 2024.05.13 20:55:19.685368 [ 3 ] {} <Debug> HTTP-Session: 47e4e02f-49e8-40fe-a98d-1a1d5670dd2f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14760 | 2024.05.13 20:55:19.685387 [ 3 ] {} <Debug> HTTP-Session: 47e4e02f-49e8-40fe-a98d-1a1d5670dd2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14761 | 2024.05.13 20:55:19.685403 [ 3 ] {} <Debug> HTTP-Session: 47e4e02f-49e8-40fe-a98d-1a1d5670dd2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14762 | 2024.05.13 20:55:19.685433 [ 3 ] {} <Trace> HTTP-Session: 47e4e02f-49e8-40fe-a98d-1a1d5670dd2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14763 | 2024.05.13 20:55:19.685592 [ 3 ] {b772077f-dca7-4fa3-8822-6880725f2656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14764 | 2024.05.13 20:55:19.685641 [ 3 ] {b772077f-dca7-4fa3-8822-6880725f2656} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14765 | 2024.05.13 20:55:19.685783 [ 3 ] {b772077f-dca7-4fa3-8822-6880725f2656} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14766 | 2024.05.13 20:55:19.686179 [ 3 ] {b772077f-dca7-4fa3-8822-6880725f2656} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14767 | 2024.05.13 20:55:19.686219 [ 3 ] {b772077f-dca7-4fa3-8822-6880725f2656} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
14768 | 2024.05.13 20:55:19.686598 [ 3 ] {b772077f-dca7-4fa3-8822-6880725f2656} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
14769 | 2024.05.13 20:55:19.686923 [ 3 ] {b772077f-dca7-4fa3-8822-6880725f2656} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14770 | 2024.05.13 20:55:19.687054 [ 3 ] {b772077f-dca7-4fa3-8822-6880725f2656} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001539 sec., 103963.61273554256 rows/sec., 7.24 MiB/sec. | ||
14771 | 2024.05.13 20:55:19.687208 [ 3 ] {b772077f-dca7-4fa3-8822-6880725f2656} <Debug> DynamicQueryHandler: Done processing query | ||
14772 | 2024.05.13 20:55:19.687233 [ 3 ] {b772077f-dca7-4fa3-8822-6880725f2656} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14773 | 2024.05.13 20:55:19.687248 [ 3 ] {} <Debug> HTTP-Session: 47e4e02f-49e8-40fe-a98d-1a1d5670dd2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14774 | 2024.05.13 20:55:19.687382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 32124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14775 | 2024.05.13 20:55:19.687429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14776 | 2024.05.13 20:55:19.687449 [ 3 ] {} <Debug> HTTP-Session: 32bcb4d3-3799-467f-83b0-cc14d7a7ec37 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14777 | 2024.05.13 20:55:19.687466 [ 3 ] {} <Debug> HTTP-Session: 32bcb4d3-3799-467f-83b0-cc14d7a7ec37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14778 | 2024.05.13 20:55:19.687479 [ 3 ] {} <Debug> HTTP-Session: 32bcb4d3-3799-467f-83b0-cc14d7a7ec37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14779 | 2024.05.13 20:55:19.687511 [ 3 ] {} <Trace> HTTP-Session: 32bcb4d3-3799-467f-83b0-cc14d7a7ec37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14780 | 2024.05.13 20:55:19.687779 [ 3 ] {e0456d9c-548e-434a-bfa7-47804bd76324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14781 | 2024.05.13 20:55:19.687829 [ 3 ] {e0456d9c-548e-434a-bfa7-47804bd76324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
14782 | 2024.05.13 20:55:19.687981 [ 3 ] {e0456d9c-548e-434a-bfa7-47804bd76324} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14783 | 2024.05.13 20:55:19.688430 [ 3 ] {e0456d9c-548e-434a-bfa7-47804bd76324} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14784 | 2024.05.13 20:55:19.688465 [ 3 ] {e0456d9c-548e-434a-bfa7-47804bd76324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
14785 | 2024.05.13 20:55:19.688865 [ 3 ] {e0456d9c-548e-434a-bfa7-47804bd76324} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
14786 | 2024.05.13 20:55:19.689202 [ 3 ] {e0456d9c-548e-434a-bfa7-47804bd76324} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14787 | 2024.05.13 20:55:19.689331 [ 3 ] {e0456d9c-548e-434a-bfa7-47804bd76324} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001743 sec., 17211.70395869191 rows/sec., 23.23 MiB/sec. | ||
14788 | 2024.05.13 20:55:19.689587 [ 3 ] {e0456d9c-548e-434a-bfa7-47804bd76324} <Debug> DynamicQueryHandler: Done processing query | ||
14789 | 2024.05.13 20:55:19.689651 [ 3 ] {e0456d9c-548e-434a-bfa7-47804bd76324} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
14790 | 2024.05.13 20:55:19.689706 [ 3 ] {} <Debug> HTTP-Session: 32bcb4d3-3799-467f-83b0-cc14d7a7ec37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14791 | 2024.05.13 20:55:19.689910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14792 | 2024.05.13 20:55:19.689978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14793 | 2024.05.13 20:55:19.689997 [ 3 ] {} <Debug> HTTP-Session: 4da3645f-59b8-41a0-a2f3-a70a8c11e7e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14794 | 2024.05.13 20:55:19.690014 [ 3 ] {} <Debug> HTTP-Session: 4da3645f-59b8-41a0-a2f3-a70a8c11e7e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14795 | 2024.05.13 20:55:19.690027 [ 3 ] {} <Debug> HTTP-Session: 4da3645f-59b8-41a0-a2f3-a70a8c11e7e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14796 | 2024.05.13 20:55:19.690059 [ 3 ] {} <Trace> HTTP-Session: 4da3645f-59b8-41a0-a2f3-a70a8c11e7e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14797 | 2024.05.13 20:55:19.690181 [ 3 ] {67750296-bee7-416d-b737-6bcfa7d2e826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14798 | 2024.05.13 20:55:19.690227 [ 3 ] {67750296-bee7-416d-b737-6bcfa7d2e826} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14799 | 2024.05.13 20:55:19.690370 [ 3 ] {67750296-bee7-416d-b737-6bcfa7d2e826} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14800 | 2024.05.13 20:55:19.690643 [ 3 ] {67750296-bee7-416d-b737-6bcfa7d2e826} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14801 | 2024.05.13 20:55:19.690678 [ 3 ] {67750296-bee7-416d-b737-6bcfa7d2e826} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
14802 | 2024.05.13 20:55:19.691021 [ 3 ] {67750296-bee7-416d-b737-6bcfa7d2e826} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
14803 | 2024.05.13 20:55:19.691328 [ 3 ] {67750296-bee7-416d-b737-6bcfa7d2e826} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14804 | 2024.05.13 20:55:19.691454 [ 3 ] {67750296-bee7-416d-b737-6bcfa7d2e826} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001319 sec., 45489.00682335102 rows/sec., 3.07 MiB/sec. | ||
14805 | 2024.05.13 20:55:19.691601 [ 3 ] {67750296-bee7-416d-b737-6bcfa7d2e826} <Debug> DynamicQueryHandler: Done processing query | ||
14806 | 2024.05.13 20:55:19.691625 [ 3 ] {67750296-bee7-416d-b737-6bcfa7d2e826} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14807 | 2024.05.13 20:55:19.691640 [ 3 ] {} <Debug> HTTP-Session: 4da3645f-59b8-41a0-a2f3-a70a8c11e7e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14808 | 2024.05.13 20:55:24.678426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3636, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14809 | 2024.05.13 20:55:24.678551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14810 | 2024.05.13 20:55:24.678577 [ 3 ] {} <Debug> HTTP-Session: 06d93d62-f52d-4bf3-8fc4-6f04d7f1b3f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14811 | 2024.05.13 20:55:24.678821 [ 3 ] {} <Debug> HTTP-Session: 06d93d62-f52d-4bf3-8fc4-6f04d7f1b3f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14812 | 2024.05.13 20:55:24.678837 [ 3 ] {} <Debug> HTTP-Session: 06d93d62-f52d-4bf3-8fc4-6f04d7f1b3f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14813 | 2024.05.13 20:55:24.678886 [ 3 ] {} <Trace> HTTP-Session: 06d93d62-f52d-4bf3-8fc4-6f04d7f1b3f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14814 | 2024.05.13 20:55:24.679069 [ 3 ] {807c0aa7-da3e-487e-9a14-716a1aaba62c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14815 | 2024.05.13 20:55:24.679134 [ 3 ] {807c0aa7-da3e-487e-9a14-716a1aaba62c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14816 | 2024.05.13 20:55:24.679322 [ 3 ] {807c0aa7-da3e-487e-9a14-716a1aaba62c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14817 | 2024.05.13 20:55:24.679739 [ 3 ] {807c0aa7-da3e-487e-9a14-716a1aaba62c} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14818 | 2024.05.13 20:55:24.679780 [ 3 ] {807c0aa7-da3e-487e-9a14-716a1aaba62c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
14819 | 2024.05.13 20:55:24.680143 [ 3 ] {807c0aa7-da3e-487e-9a14-716a1aaba62c} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
14820 | 2024.05.13 20:55:24.680478 [ 3 ] {807c0aa7-da3e-487e-9a14-716a1aaba62c} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14821 | 2024.05.13 20:55:24.680703 [ 3 ] {807c0aa7-da3e-487e-9a14-716a1aaba62c} <Debug> executeQuery: Read 25 rows, 2.03 KiB in 0.001688 sec., 14810.42654028436 rows/sec., 1.17 MiB/sec. | ||
14822 | 2024.05.13 20:55:24.680725 [ 118 ] {} <Debug> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
14823 | 2024.05.13 20:55:24.680822 [ 118 ] {} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14824 | 2024.05.13 20:55:24.680870 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
14825 | 2024.05.13 20:55:24.680998 [ 3 ] {807c0aa7-da3e-487e-9a14-716a1aaba62c} <Debug> DynamicQueryHandler: Done processing query | ||
14826 | 2024.05.13 20:55:24.681080 [ 3 ] {807c0aa7-da3e-487e-9a14-716a1aaba62c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14827 | 2024.05.13 20:55:24.681127 [ 3 ] {} <Debug> HTTP-Session: 06d93d62-f52d-4bf3-8fc4-6f04d7f1b3f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14828 | 2024.05.13 20:55:24.681172 [ 189 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::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 | ||
14829 | 2024.05.13 20:55:24.681351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14830 | 2024.05.13 20:55:24.681511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14831 | 2024.05.13 20:55:24.681601 [ 3 ] {} <Debug> HTTP-Session: a62b8904-3ca2-48ba-90e0-a113fcac34f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14832 | 2024.05.13 20:55:24.681679 [ 3 ] {} <Debug> HTTP-Session: a62b8904-3ca2-48ba-90e0-a113fcac34f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14833 | 2024.05.13 20:55:24.681741 [ 3 ] {} <Debug> HTTP-Session: a62b8904-3ca2-48ba-90e0-a113fcac34f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14834 | 2024.05.13 20:55:24.681901 [ 3 ] {} <Trace> HTTP-Session: a62b8904-3ca2-48ba-90e0-a113fcac34f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14835 | 2024.05.13 20:55:24.682170 [ 189 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14836 | 2024.05.13 20:55:24.682272 [ 3 ] {3bf4d093-2f02-42c8-8ff6-069fac012754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14837 | 2024.05.13 20:55:24.682366 [ 189 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 55 rows starting from the beginning of the part | ||
14838 | 2024.05.13 20:55:24.682432 [ 3 ] {3bf4d093-2f02-42c8-8ff6-069fac012754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14839 | 2024.05.13 20:55:24.683022 [ 189 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 25 rows starting from the beginning of the part | ||
14840 | 2024.05.13 20:55:24.683348 [ 3 ] {3bf4d093-2f02-42c8-8ff6-069fac012754} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14841 | 2024.05.13 20:55:24.683365 [ 189 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 30 rows starting from the beginning of the part | ||
14842 | 2024.05.13 20:55:24.683688 [ 189 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 25 rows starting from the beginning of the part | ||
14843 | 2024.05.13 20:55:24.683848 [ 189 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 30 rows starting from the beginning of the part | ||
14844 | 2024.05.13 20:55:24.684209 [ 189 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 25 rows starting from the beginning of the part | ||
14845 | 2024.05.13 20:55:24.684890 [ 3 ] {3bf4d093-2f02-42c8-8ff6-069fac012754} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14846 | 2024.05.13 20:55:24.684938 [ 3 ] {3bf4d093-2f02-42c8-8ff6-069fac012754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
14847 | 2024.05.13 20:55:24.685769 [ 3 ] {3bf4d093-2f02-42c8-8ff6-069fac012754} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
14848 | 2024.05.13 20:55:24.686900 [ 3 ] {3bf4d093-2f02-42c8-8ff6-069fac012754} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14849 | 2024.05.13 20:55:24.687058 [ 199 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 190 rows, containing 4 columns (4 merged, 0 gathered) in 0.006102358 sec., 31135.505324335285 rows/sec., 2.46 MiB/sec. | ||
14850 | 2024.05.13 20:55:24.687185 [ 118 ] {} <Debug> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b) (MergerMutator): Selected 6 parts from all_1_39_8 to all_44_44_0 | ||
14851 | 2024.05.13 20:55:24.687201 [ 3 ] {3bf4d093-2f02-42c8-8ff6-069fac012754} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005068 sec., 394.63299131807423 rows/sec., 32.18 KiB/sec. | ||
14852 | 2024.05.13 20:55:24.687260 [ 118 ] {} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14853 | 2024.05.13 20:55:24.687327 [ 199 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
14854 | 2024.05.13 20:55:24.687350 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
14855 | 2024.05.13 20:55:24.687724 [ 3 ] {3bf4d093-2f02-42c8-8ff6-069fac012754} <Debug> DynamicQueryHandler: Done processing query | ||
14856 | 2024.05.13 20:55:24.687739 [ 201 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_44_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_39_8 to all_44_44_0 into Compact with storage Full | ||
14857 | 2024.05.13 20:55:24.687781 [ 3 ] {3bf4d093-2f02-42c8-8ff6-069fac012754} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14858 | 2024.05.13 20:55:24.687890 [ 3 ] {} <Debug> HTTP-Session: a62b8904-3ca2-48ba-90e0-a113fcac34f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14859 | 2024.05.13 20:55:24.688159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 19310, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14860 | 2024.05.13 20:55:24.688335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14861 | 2024.05.13 20:55:24.688416 [ 3 ] {} <Debug> HTTP-Session: 874dbdde-0347-47c5-bbd1-944338cb14d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14862 | 2024.05.13 20:55:24.688482 [ 3 ] {} <Debug> HTTP-Session: 874dbdde-0347-47c5-bbd1-944338cb14d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14863 | 2024.05.13 20:55:24.688548 [ 3 ] {} <Debug> HTTP-Session: 874dbdde-0347-47c5-bbd1-944338cb14d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14864 | 2024.05.13 20:55:24.688593 [ 201 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_44_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14865 | 2024.05.13 20:55:24.688641 [ 3 ] {} <Trace> HTTP-Session: 874dbdde-0347-47c5-bbd1-944338cb14d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14866 | 2024.05.13 20:55:24.688733 [ 201 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 14 rows starting from the beginning of the part | ||
14867 | 2024.05.13 20:55:24.688779 [ 199 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_91_18} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14868 | 2024.05.13 20:55:24.689119 [ 3 ] {5a895b92-9ec8-4973-b833-bf6dc63d4f55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14869 | 2024.05.13 20:55:24.689213 [ 201 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 2 rows starting from the beginning of the part | ||
14870 | 2024.05.13 20:55:24.689265 [ 199 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_91_18} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
14871 | 2024.05.13 20:55:24.689346 [ 3 ] {5a895b92-9ec8-4973-b833-bf6dc63d4f55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14872 | 2024.05.13 20:55:24.689710 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
14873 | 2024.05.13 20:55:24.689727 [ 201 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 2 rows starting from the beginning of the part | ||
14874 | 2024.05.13 20:55:24.690127 [ 201 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 2 rows starting from the beginning of the part | ||
14875 | 2024.05.13 20:55:24.690529 [ 201 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 2 rows starting from the beginning of the part | ||
14876 | 2024.05.13 20:55:24.690757 [ 3 ] {5a895b92-9ec8-4973-b833-bf6dc63d4f55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14877 | 2024.05.13 20:55:24.690814 [ 201 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 2 rows starting from the beginning of the part | ||
14878 | 2024.05.13 20:55:24.691790 [ 3 ] {5a895b92-9ec8-4973-b833-bf6dc63d4f55} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14879 | 2024.05.13 20:55:24.691866 [ 3 ] {5a895b92-9ec8-4973-b833-bf6dc63d4f55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
14880 | 2024.05.13 20:55:24.692798 [ 3 ] {5a895b92-9ec8-4973-b833-bf6dc63d4f55} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
14881 | 2024.05.13 20:55:24.693142 [ 201 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_44_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.005553623 sec., 4321.503278130331 rows/sec., 352.39 KiB/sec. | ||
14882 | 2024.05.13 20:55:24.693366 [ 201 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_44_9} <Trace> MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary) | ||
14883 | 2024.05.13 20:55:24.693576 [ 3 ] {5a895b92-9ec8-4973-b833-bf6dc63d4f55} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14884 | 2024.05.13 20:55:24.694017 [ 3 ] {5a895b92-9ec8-4973-b833-bf6dc63d4f55} <Debug> executeQuery: Read 132 rows, 11.27 KiB in 0.005167 sec., 25546.738920069674 rows/sec., 2.13 MiB/sec. | ||
14885 | 2024.05.13 20:55:24.694308 [ 201 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_44_9} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14886 | 2024.05.13 20:55:24.694358 [ 3 ] {5a895b92-9ec8-4973-b833-bf6dc63d4f55} <Debug> DynamicQueryHandler: Done processing query | ||
14887 | 2024.05.13 20:55:24.694407 [ 3 ] {5a895b92-9ec8-4973-b833-bf6dc63d4f55} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
14888 | 2024.05.13 20:55:24.694426 [ 3 ] {} <Debug> HTTP-Session: 874dbdde-0347-47c5-bbd1-944338cb14d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14889 | 2024.05.13 20:55:24.694458 [ 201 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_44_9} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b) (MergerMutator): Merged 6 parts: [all_1_39_8, all_44_44_0] -> all_1_44_9 | ||
14890 | 2024.05.13 20:55:24.694577 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
14891 | 2024.05.13 20:55:24.694591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14892 | 2024.05.13 20:55:24.694662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14893 | 2024.05.13 20:55:24.694681 [ 3 ] {} <Debug> HTTP-Session: f4407268-159c-4c27-8acd-ac7b1e027c72 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14894 | 2024.05.13 20:55:24.694697 [ 3 ] {} <Debug> HTTP-Session: f4407268-159c-4c27-8acd-ac7b1e027c72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14895 | 2024.05.13 20:55:24.694710 [ 3 ] {} <Debug> HTTP-Session: f4407268-159c-4c27-8acd-ac7b1e027c72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14896 | 2024.05.13 20:55:24.694743 [ 3 ] {} <Trace> HTTP-Session: f4407268-159c-4c27-8acd-ac7b1e027c72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14897 | 2024.05.13 20:55:24.694842 [ 3 ] {0206293b-6090-4660-ad02-129d5ae282aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14898 | 2024.05.13 20:55:24.694887 [ 3 ] {0206293b-6090-4660-ad02-129d5ae282aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14899 | 2024.05.13 20:55:24.695037 [ 3 ] {0206293b-6090-4660-ad02-129d5ae282aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14900 | 2024.05.13 20:55:24.695322 [ 3 ] {0206293b-6090-4660-ad02-129d5ae282aa} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14901 | 2024.05.13 20:55:24.695358 [ 3 ] {0206293b-6090-4660-ad02-129d5ae282aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
14902 | 2024.05.13 20:55:24.695659 [ 3 ] {0206293b-6090-4660-ad02-129d5ae282aa} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
14903 | 2024.05.13 20:55:24.695975 [ 3 ] {0206293b-6090-4660-ad02-129d5ae282aa} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14904 | 2024.05.13 20:55:24.696127 [ 118 ] {} <Debug> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d) (MergerMutator): Selected 6 parts from all_1_39_8 to all_44_44_0 | ||
14905 | 2024.05.13 20:55:24.696135 [ 3 ] {0206293b-6090-4660-ad02-129d5ae282aa} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001306 sec., 1531.3935681470136 rows/sec., 106.93 KiB/sec. | ||
14906 | 2024.05.13 20:55:24.696180 [ 118 ] {} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14907 | 2024.05.13 20:55:24.696251 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
14908 | 2024.05.13 20:55:24.696430 [ 3 ] {0206293b-6090-4660-ad02-129d5ae282aa} <Debug> DynamicQueryHandler: Done processing query | ||
14909 | 2024.05.13 20:55:24.696451 [ 188 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_44_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_39_8 to all_44_44_0 into Compact with storage Full | ||
14910 | 2024.05.13 20:55:24.696467 [ 3 ] {0206293b-6090-4660-ad02-129d5ae282aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14911 | 2024.05.13 20:55:24.696530 [ 3 ] {} <Debug> HTTP-Session: f4407268-159c-4c27-8acd-ac7b1e027c72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14912 | 2024.05.13 20:55:24.696706 [ 188 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_44_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14913 | 2024.05.13 20:55:24.696706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 15462, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14914 | 2024.05.13 20:55:24.696772 [ 188 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 14 rows starting from the beginning of the part | ||
14915 | 2024.05.13 20:55:24.696815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14916 | 2024.05.13 20:55:24.696888 [ 3 ] {} <Debug> HTTP-Session: 8cbc49ce-c543-4af4-b315-e2dc21c84252 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14917 | 2024.05.13 20:55:24.696977 [ 3 ] {} <Debug> HTTP-Session: 8cbc49ce-c543-4af4-b315-e2dc21c84252 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14918 | 2024.05.13 20:55:24.697022 [ 188 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 2 rows starting from the beginning of the part | ||
14919 | 2024.05.13 20:55:24.697042 [ 3 ] {} <Debug> HTTP-Session: 8cbc49ce-c543-4af4-b315-e2dc21c84252 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14920 | 2024.05.13 20:55:24.697159 [ 3 ] {} <Trace> HTTP-Session: 8cbc49ce-c543-4af4-b315-e2dc21c84252 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14921 | 2024.05.13 20:55:24.697290 [ 188 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 2 rows starting from the beginning of the part | ||
14922 | 2024.05.13 20:55:24.697599 [ 3 ] {b619e5e1-72cd-4032-af61-1676700f743a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14923 | 2024.05.13 20:55:24.697622 [ 188 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 2 rows starting from the beginning of the part | ||
14924 | 2024.05.13 20:55:24.697730 [ 3 ] {b619e5e1-72cd-4032-af61-1676700f743a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14925 | 2024.05.13 20:55:24.697957 [ 188 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 2 rows starting from the beginning of the part | ||
14926 | 2024.05.13 20:55:24.698314 [ 188 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 2 rows starting from the beginning of the part | ||
14927 | 2024.05.13 20:55:24.698905 [ 3 ] {b619e5e1-72cd-4032-af61-1676700f743a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14928 | 2024.05.13 20:55:24.699722 [ 3 ] {b619e5e1-72cd-4032-af61-1676700f743a} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14929 | 2024.05.13 20:55:24.699790 [ 3 ] {b619e5e1-72cd-4032-af61-1676700f743a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
14930 | 2024.05.13 20:55:24.700727 [ 3 ] {b619e5e1-72cd-4032-af61-1676700f743a} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
14931 | 2024.05.13 20:55:24.701018 [ 188 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_44_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.004663074 sec., 5146.819458580328 rows/sec., 359.37 KiB/sec. | ||
14932 | 2024.05.13 20:55:24.701352 [ 188 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_44_9} <Trace> MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary) | ||
14933 | 2024.05.13 20:55:24.701866 [ 3 ] {b619e5e1-72cd-4032-af61-1676700f743a} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14934 | 2024.05.13 20:55:24.702634 [ 3 ] {b619e5e1-72cd-4032-af61-1676700f743a} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.005263 sec., 17290.518715561466 rows/sec., 1.35 MiB/sec. | ||
14935 | 2024.05.13 20:55:24.703276 [ 3 ] {b619e5e1-72cd-4032-af61-1676700f743a} <Debug> DynamicQueryHandler: Done processing query | ||
14936 | 2024.05.13 20:55:24.703336 [ 3 ] {b619e5e1-72cd-4032-af61-1676700f743a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
14937 | 2024.05.13 20:55:24.703347 [ 188 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_44_9} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14938 | 2024.05.13 20:55:24.703362 [ 3 ] {} <Debug> HTTP-Session: 8cbc49ce-c543-4af4-b315-e2dc21c84252 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14939 | 2024.05.13 20:55:24.703489 [ 188 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_44_9} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d) (MergerMutator): Merged 6 parts: [all_1_39_8, all_44_44_0] -> all_1_44_9 | ||
14940 | 2024.05.13 20:55:24.703596 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
14941 | 2024.05.13 20:55:24.703649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14942 | 2024.05.13 20:55:24.703704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14943 | 2024.05.13 20:55:24.703724 [ 3 ] {} <Debug> HTTP-Session: e24505d4-5bd9-4bc2-abbb-18318efac3ab Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14944 | 2024.05.13 20:55:24.703740 [ 3 ] {} <Debug> HTTP-Session: e24505d4-5bd9-4bc2-abbb-18318efac3ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14945 | 2024.05.13 20:55:24.703753 [ 3 ] {} <Debug> HTTP-Session: e24505d4-5bd9-4bc2-abbb-18318efac3ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14946 | 2024.05.13 20:55:24.703785 [ 3 ] {} <Trace> HTTP-Session: e24505d4-5bd9-4bc2-abbb-18318efac3ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14947 | 2024.05.13 20:55:24.703954 [ 3 ] {d24b73b9-e518-4d69-bd06-42b82dff73e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14948 | 2024.05.13 20:55:24.704002 [ 3 ] {d24b73b9-e518-4d69-bd06-42b82dff73e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14949 | 2024.05.13 20:55:24.704165 [ 3 ] {d24b73b9-e518-4d69-bd06-42b82dff73e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14950 | 2024.05.13 20:55:24.704612 [ 3 ] {d24b73b9-e518-4d69-bd06-42b82dff73e9} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14951 | 2024.05.13 20:55:24.704648 [ 3 ] {d24b73b9-e518-4d69-bd06-42b82dff73e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
14952 | 2024.05.13 20:55:24.705034 [ 3 ] {d24b73b9-e518-4d69-bd06-42b82dff73e9} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
14953 | 2024.05.13 20:55:24.705374 [ 3 ] {d24b73b9-e518-4d69-bd06-42b82dff73e9} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14954 | 2024.05.13 20:55:24.705502 [ 3 ] {d24b73b9-e518-4d69-bd06-42b82dff73e9} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001634 sec., 98531.211750306 rows/sec., 6.86 MiB/sec. | ||
14955 | 2024.05.13 20:55:24.705673 [ 3 ] {d24b73b9-e518-4d69-bd06-42b82dff73e9} <Debug> DynamicQueryHandler: Done processing query | ||
14956 | 2024.05.13 20:55:24.705697 [ 3 ] {d24b73b9-e518-4d69-bd06-42b82dff73e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14957 | 2024.05.13 20:55:24.705713 [ 3 ] {} <Debug> HTTP-Session: e24505d4-5bd9-4bc2-abbb-18318efac3ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14958 | 2024.05.13 20:55:24.705857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 26779, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14959 | 2024.05.13 20:55:24.705905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14960 | 2024.05.13 20:55:24.705925 [ 3 ] {} <Debug> HTTP-Session: de611d4e-f7f1-4f0a-8914-083f05f22196 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14961 | 2024.05.13 20:55:24.705940 [ 3 ] {} <Debug> HTTP-Session: de611d4e-f7f1-4f0a-8914-083f05f22196 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14962 | 2024.05.13 20:55:24.705954 [ 3 ] {} <Debug> HTTP-Session: de611d4e-f7f1-4f0a-8914-083f05f22196 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14963 | 2024.05.13 20:55:24.705985 [ 3 ] {} <Trace> HTTP-Session: de611d4e-f7f1-4f0a-8914-083f05f22196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14964 | 2024.05.13 20:55:24.706221 [ 3 ] {4b66cff7-6e44-45ce-8006-86791f8d354c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14965 | 2024.05.13 20:55:24.706267 [ 3 ] {4b66cff7-6e44-45ce-8006-86791f8d354c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
14966 | 2024.05.13 20:55:24.706422 [ 3 ] {4b66cff7-6e44-45ce-8006-86791f8d354c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14967 | 2024.05.13 20:55:24.706864 [ 3 ] {4b66cff7-6e44-45ce-8006-86791f8d354c} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14968 | 2024.05.13 20:55:24.706902 [ 3 ] {4b66cff7-6e44-45ce-8006-86791f8d354c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
14969 | 2024.05.13 20:55:24.707302 [ 3 ] {4b66cff7-6e44-45ce-8006-86791f8d354c} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
14970 | 2024.05.13 20:55:24.707647 [ 3 ] {4b66cff7-6e44-45ce-8006-86791f8d354c} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14971 | 2024.05.13 20:55:24.707762 [ 135 ] {} <Debug> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
14972 | 2024.05.13 20:55:24.707772 [ 3 ] {4b66cff7-6e44-45ce-8006-86791f8d354c} <Debug> executeQuery: Read 25 rows, 34.55 KiB in 0.001711 sec., 14611.33839859731 rows/sec., 19.72 MiB/sec. | ||
14973 | 2024.05.13 20:55:24.707807 [ 135 ] {} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14974 | 2024.05.13 20:55:24.707845 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
14975 | 2024.05.13 20:55:24.708019 [ 201 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::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 | ||
14976 | 2024.05.13 20:55:24.708033 [ 3 ] {4b66cff7-6e44-45ce-8006-86791f8d354c} <Debug> DynamicQueryHandler: Done processing query | ||
14977 | 2024.05.13 20:55:24.708076 [ 3 ] {4b66cff7-6e44-45ce-8006-86791f8d354c} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
14978 | 2024.05.13 20:55:24.708107 [ 3 ] {} <Debug> HTTP-Session: de611d4e-f7f1-4f0a-8914-083f05f22196 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14979 | 2024.05.13 20:55:24.708233 [ 201 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14980 | 2024.05.13 20:55:24.708276 [ 201 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1513 rows starting from the beginning of the part | ||
14981 | 2024.05.13 20:55:24.708339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14982 | 2024.05.13 20:55:24.708519 [ 201 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 25 rows starting from the beginning of the part | ||
14983 | 2024.05.13 20:55:24.708535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14984 | 2024.05.13 20:55:24.708600 [ 3 ] {} <Debug> HTTP-Session: 9058d04c-f729-4fc4-8cbf-70a09a755050 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
14985 | 2024.05.13 20:55:24.708682 [ 3 ] {} <Debug> HTTP-Session: 9058d04c-f729-4fc4-8cbf-70a09a755050 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14986 | 2024.05.13 20:55:24.708736 [ 3 ] {} <Debug> HTTP-Session: 9058d04c-f729-4fc4-8cbf-70a09a755050 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14987 | 2024.05.13 20:55:24.708818 [ 201 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 30 rows starting from the beginning of the part | ||
14988 | 2024.05.13 20:55:24.708892 [ 3 ] {} <Trace> HTTP-Session: 9058d04c-f729-4fc4-8cbf-70a09a755050 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14989 | 2024.05.13 20:55:24.709089 [ 201 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 25 rows starting from the beginning of the part | ||
14990 | 2024.05.13 20:55:24.709396 [ 201 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 30 rows starting from the beginning of the part | ||
14991 | 2024.05.13 20:55:24.709409 [ 3 ] {c2641b67-1e0c-44d2-ab64-22bad81e7076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14992 | 2024.05.13 20:55:24.709642 [ 201 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 25 rows starting from the beginning of the part | ||
14993 | 2024.05.13 20:55:24.709655 [ 3 ] {c2641b67-1e0c-44d2-ab64-22bad81e7076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14994 | 2024.05.13 20:55:24.710399 [ 3 ] {c2641b67-1e0c-44d2-ab64-22bad81e7076} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14995 | 2024.05.13 20:55:24.710939 [ 3 ] {c2641b67-1e0c-44d2-ab64-22bad81e7076} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14996 | 2024.05.13 20:55:24.710977 [ 3 ] {c2641b67-1e0c-44d2-ab64-22bad81e7076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
14997 | 2024.05.13 20:55:24.711377 [ 3 ] {c2641b67-1e0c-44d2-ab64-22bad81e7076} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
14998 | 2024.05.13 20:55:24.712278 [ 3 ] {c2641b67-1e0c-44d2-ab64-22bad81e7076} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14999 | 2024.05.13 20:55:24.712684 [ 3 ] {c2641b67-1e0c-44d2-ab64-22bad81e7076} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003531 sec., 16992.353440951574 rows/sec., 1.15 MiB/sec. | ||
15000 | 2024.05.13 20:55:24.713043 [ 3 ] {c2641b67-1e0c-44d2-ab64-22bad81e7076} <Debug> DynamicQueryHandler: Done processing query | ||
15001 | 2024.05.13 20:55:24.713096 [ 3 ] {c2641b67-1e0c-44d2-ab64-22bad81e7076} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15002 | 2024.05.13 20:55:24.713112 [ 3 ] {} <Debug> HTTP-Session: 9058d04c-f729-4fc4-8cbf-70a09a755050 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15003 | 2024.05.13 20:55:24.716207 [ 200 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1648 rows, containing 6 columns (6 merged, 0 gathered) in 0.008268109 sec., 199320.0621810864 rows/sec., 268.97 MiB/sec. | ||
15004 | 2024.05.13 20:55:24.717595 [ 200 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
15005 | 2024.05.13 20:55:24.718118 [ 200 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_91_18} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15006 | 2024.05.13 20:55:24.718214 [ 200 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_91_18} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
15007 | 2024.05.13 20:55:24.718311 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.12 MiB. | ||
15008 | 2024.05.13 20:55:25.000193 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 208.40 MiB, peak 220.49 MiB, free memory in arenas 0.00 B, will set to 210.35 MiB (RSS), difference: 1.95 MiB | ||
15009 | 2024.05.13 20:55:27.834104 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15010 | 2024.05.13 20:55:27.834177 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15011 | 2024.05.13 20:55:29.677974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 4350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15012 | 2024.05.13 20:55:29.678100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15013 | 2024.05.13 20:55:29.678129 [ 3 ] {} <Debug> HTTP-Session: d0172b9b-f241-4baa-9ae5-dfe5a94366a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15014 | 2024.05.13 20:55:29.678156 [ 3 ] {} <Debug> HTTP-Session: d0172b9b-f241-4baa-9ae5-dfe5a94366a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15015 | 2024.05.13 20:55:29.678173 [ 3 ] {} <Debug> HTTP-Session: d0172b9b-f241-4baa-9ae5-dfe5a94366a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15016 | 2024.05.13 20:55:29.678228 [ 3 ] {} <Trace> HTTP-Session: d0172b9b-f241-4baa-9ae5-dfe5a94366a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15017 | 2024.05.13 20:55:29.678429 [ 3 ] {07fecacd-0aff-46e0-94c0-55ee17dbd648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15018 | 2024.05.13 20:55:29.678495 [ 3 ] {07fecacd-0aff-46e0-94c0-55ee17dbd648} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15019 | 2024.05.13 20:55:29.678687 [ 3 ] {07fecacd-0aff-46e0-94c0-55ee17dbd648} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15020 | 2024.05.13 20:55:29.679234 [ 3 ] {07fecacd-0aff-46e0-94c0-55ee17dbd648} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15021 | 2024.05.13 20:55:29.679274 [ 3 ] {07fecacd-0aff-46e0-94c0-55ee17dbd648} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15022 | 2024.05.13 20:55:29.679638 [ 3 ] {07fecacd-0aff-46e0-94c0-55ee17dbd648} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
15023 | 2024.05.13 20:55:29.679973 [ 3 ] {07fecacd-0aff-46e0-94c0-55ee17dbd648} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15024 | 2024.05.13 20:55:29.680109 [ 3 ] {07fecacd-0aff-46e0-94c0-55ee17dbd648} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001742 sec., 17221.58438576349 rows/sec., 1.36 MiB/sec. | ||
15025 | 2024.05.13 20:55:29.680364 [ 3 ] {07fecacd-0aff-46e0-94c0-55ee17dbd648} <Debug> DynamicQueryHandler: Done processing query | ||
15026 | 2024.05.13 20:55:29.680408 [ 3 ] {07fecacd-0aff-46e0-94c0-55ee17dbd648} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15027 | 2024.05.13 20:55:29.680470 [ 3 ] {} <Debug> HTTP-Session: d0172b9b-f241-4baa-9ae5-dfe5a94366a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15028 | 2024.05.13 20:55:29.680756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 21465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15029 | 2024.05.13 20:55:29.680892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15030 | 2024.05.13 20:55:29.680974 [ 3 ] {} <Debug> HTTP-Session: aebb9773-f6e6-44f4-b20d-55f33161b08e Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15031 | 2024.05.13 20:55:29.681017 [ 3 ] {} <Debug> HTTP-Session: aebb9773-f6e6-44f4-b20d-55f33161b08e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15032 | 2024.05.13 20:55:29.681049 [ 3 ] {} <Debug> HTTP-Session: aebb9773-f6e6-44f4-b20d-55f33161b08e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15033 | 2024.05.13 20:55:29.681094 [ 3 ] {} <Trace> HTTP-Session: aebb9773-f6e6-44f4-b20d-55f33161b08e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15034 | 2024.05.13 20:55:29.681233 [ 3 ] {c58dc76f-1a53-4ba9-a0bb-cd0135f800b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15035 | 2024.05.13 20:55:29.681278 [ 3 ] {c58dc76f-1a53-4ba9-a0bb-cd0135f800b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15036 | 2024.05.13 20:55:29.681419 [ 3 ] {c58dc76f-1a53-4ba9-a0bb-cd0135f800b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15037 | 2024.05.13 20:55:29.681815 [ 3 ] {c58dc76f-1a53-4ba9-a0bb-cd0135f800b2} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15038 | 2024.05.13 20:55:29.681851 [ 3 ] {c58dc76f-1a53-4ba9-a0bb-cd0135f800b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15039 | 2024.05.13 20:55:29.682165 [ 3 ] {c58dc76f-1a53-4ba9-a0bb-cd0135f800b2} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
15040 | 2024.05.13 20:55:29.682493 [ 3 ] {c58dc76f-1a53-4ba9-a0bb-cd0135f800b2} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15041 | 2024.05.13 20:55:29.682613 [ 3 ] {c58dc76f-1a53-4ba9-a0bb-cd0135f800b2} <Debug> executeQuery: Read 146 rows, 12.59 KiB in 0.00144 sec., 101388.88888888888 rows/sec., 8.54 MiB/sec. | ||
15042 | 2024.05.13 20:55:29.682849 [ 3 ] {c58dc76f-1a53-4ba9-a0bb-cd0135f800b2} <Debug> DynamicQueryHandler: Done processing query | ||
15043 | 2024.05.13 20:55:29.682912 [ 3 ] {c58dc76f-1a53-4ba9-a0bb-cd0135f800b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
15044 | 2024.05.13 20:55:29.682969 [ 3 ] {} <Debug> HTTP-Session: aebb9773-f6e6-44f4-b20d-55f33161b08e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15045 | 2024.05.13 20:55:29.683184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 15965, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15046 | 2024.05.13 20:55:29.683233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15047 | 2024.05.13 20:55:29.683252 [ 3 ] {} <Debug> HTTP-Session: 2ded9d72-ffd9-497b-97d5-05150fea4650 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15048 | 2024.05.13 20:55:29.683268 [ 3 ] {} <Debug> HTTP-Session: 2ded9d72-ffd9-497b-97d5-05150fea4650 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15049 | 2024.05.13 20:55:29.683282 [ 3 ] {} <Debug> HTTP-Session: 2ded9d72-ffd9-497b-97d5-05150fea4650 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15050 | 2024.05.13 20:55:29.683314 [ 3 ] {} <Trace> HTTP-Session: 2ded9d72-ffd9-497b-97d5-05150fea4650 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15051 | 2024.05.13 20:55:29.683433 [ 3 ] {15486aed-f32f-45aa-894b-6b7f3998d7e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15052 | 2024.05.13 20:55:29.683478 [ 3 ] {15486aed-f32f-45aa-894b-6b7f3998d7e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15053 | 2024.05.13 20:55:29.683613 [ 3 ] {15486aed-f32f-45aa-894b-6b7f3998d7e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15054 | 2024.05.13 20:55:29.684041 [ 3 ] {15486aed-f32f-45aa-894b-6b7f3998d7e0} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15055 | 2024.05.13 20:55:29.684076 [ 3 ] {15486aed-f32f-45aa-894b-6b7f3998d7e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15056 | 2024.05.13 20:55:29.684389 [ 3 ] {15486aed-f32f-45aa-894b-6b7f3998d7e0} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
15057 | 2024.05.13 20:55:29.684695 [ 3 ] {15486aed-f32f-45aa-894b-6b7f3998d7e0} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15058 | 2024.05.13 20:55:29.684819 [ 3 ] {15486aed-f32f-45aa-894b-6b7f3998d7e0} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001429 sec., 65780.26592022393 rows/sec., 5.14 MiB/sec. | ||
15059 | 2024.05.13 20:55:29.684978 [ 3 ] {15486aed-f32f-45aa-894b-6b7f3998d7e0} <Debug> DynamicQueryHandler: Done processing query | ||
15060 | 2024.05.13 20:55:29.685002 [ 3 ] {15486aed-f32f-45aa-894b-6b7f3998d7e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
15061 | 2024.05.13 20:55:29.685018 [ 3 ] {} <Debug> HTTP-Session: 2ded9d72-ffd9-497b-97d5-05150fea4650 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15062 | 2024.05.13 20:55:29.685193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15063 | 2024.05.13 20:55:29.685239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15064 | 2024.05.13 20:55:29.685257 [ 3 ] {} <Debug> HTTP-Session: 6c1e1052-cf86-4b49-b0c1-9adb9676e8db Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15065 | 2024.05.13 20:55:29.685273 [ 3 ] {} <Debug> HTTP-Session: 6c1e1052-cf86-4b49-b0c1-9adb9676e8db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15066 | 2024.05.13 20:55:29.685286 [ 3 ] {} <Debug> HTTP-Session: 6c1e1052-cf86-4b49-b0c1-9adb9676e8db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15067 | 2024.05.13 20:55:29.685316 [ 3 ] {} <Trace> HTTP-Session: 6c1e1052-cf86-4b49-b0c1-9adb9676e8db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15068 | 2024.05.13 20:55:29.685453 [ 3 ] {8cf445e5-23ca-4cee-b6bc-63f57bae7557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15069 | 2024.05.13 20:55:29.685498 [ 3 ] {8cf445e5-23ca-4cee-b6bc-63f57bae7557} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15070 | 2024.05.13 20:55:29.685640 [ 3 ] {8cf445e5-23ca-4cee-b6bc-63f57bae7557} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15071 | 2024.05.13 20:55:29.685987 [ 3 ] {8cf445e5-23ca-4cee-b6bc-63f57bae7557} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15072 | 2024.05.13 20:55:29.686023 [ 3 ] {8cf445e5-23ca-4cee-b6bc-63f57bae7557} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15073 | 2024.05.13 20:55:29.686406 [ 3 ] {8cf445e5-23ca-4cee-b6bc-63f57bae7557} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
15074 | 2024.05.13 20:55:29.686735 [ 3 ] {8cf445e5-23ca-4cee-b6bc-63f57bae7557} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15075 | 2024.05.13 20:55:29.686862 [ 3 ] {8cf445e5-23ca-4cee-b6bc-63f57bae7557} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001469 sec., 108917.63104152484 rows/sec., 7.59 MiB/sec. | ||
15076 | 2024.05.13 20:55:29.687013 [ 3 ] {8cf445e5-23ca-4cee-b6bc-63f57bae7557} <Debug> DynamicQueryHandler: Done processing query | ||
15077 | 2024.05.13 20:55:29.687037 [ 3 ] {8cf445e5-23ca-4cee-b6bc-63f57bae7557} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15078 | 2024.05.13 20:55:29.687052 [ 3 ] {} <Debug> HTTP-Session: 6c1e1052-cf86-4b49-b0c1-9adb9676e8db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15079 | 2024.05.13 20:55:29.687195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 32124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15080 | 2024.05.13 20:55:29.687242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15081 | 2024.05.13 20:55:29.687260 [ 3 ] {} <Debug> HTTP-Session: 995d5045-63ae-4b11-b802-bedbd22edd2c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15082 | 2024.05.13 20:55:29.687275 [ 3 ] {} <Debug> HTTP-Session: 995d5045-63ae-4b11-b802-bedbd22edd2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15083 | 2024.05.13 20:55:29.687289 [ 3 ] {} <Debug> HTTP-Session: 995d5045-63ae-4b11-b802-bedbd22edd2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15084 | 2024.05.13 20:55:29.687319 [ 3 ] {} <Trace> HTTP-Session: 995d5045-63ae-4b11-b802-bedbd22edd2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15085 | 2024.05.13 20:55:29.687557 [ 3 ] {c41c5906-a9d4-4120-ae1b-252e250708d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15086 | 2024.05.13 20:55:29.687606 [ 3 ] {c41c5906-a9d4-4120-ae1b-252e250708d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
15087 | 2024.05.13 20:55:29.687758 [ 3 ] {c41c5906-a9d4-4120-ae1b-252e250708d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15088 | 2024.05.13 20:55:29.688377 [ 3 ] {c41c5906-a9d4-4120-ae1b-252e250708d8} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15089 | 2024.05.13 20:55:29.688411 [ 3 ] {c41c5906-a9d4-4120-ae1b-252e250708d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15090 | 2024.05.13 20:55:29.688815 [ 3 ] {c41c5906-a9d4-4120-ae1b-252e250708d8} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
15091 | 2024.05.13 20:55:29.689165 [ 3 ] {c41c5906-a9d4-4120-ae1b-252e250708d8} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15092 | 2024.05.13 20:55:29.689289 [ 3 ] {c41c5906-a9d4-4120-ae1b-252e250708d8} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001894 sec., 15839.49313621964 rows/sec., 21.37 MiB/sec. | ||
15093 | 2024.05.13 20:55:29.689454 [ 3 ] {c41c5906-a9d4-4120-ae1b-252e250708d8} <Debug> DynamicQueryHandler: Done processing query | ||
15094 | 2024.05.13 20:55:29.689478 [ 3 ] {c41c5906-a9d4-4120-ae1b-252e250708d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
15095 | 2024.05.13 20:55:29.689493 [ 3 ] {} <Debug> HTTP-Session: 995d5045-63ae-4b11-b802-bedbd22edd2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15096 | 2024.05.13 20:55:29.689617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15097 | 2024.05.13 20:55:29.689664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15098 | 2024.05.13 20:55:29.689682 [ 3 ] {} <Debug> HTTP-Session: 31e85c22-b14a-48e8-bc41-d3c03f13ac95 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15099 | 2024.05.13 20:55:29.689698 [ 3 ] {} <Debug> HTTP-Session: 31e85c22-b14a-48e8-bc41-d3c03f13ac95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15100 | 2024.05.13 20:55:29.689712 [ 3 ] {} <Debug> HTTP-Session: 31e85c22-b14a-48e8-bc41-d3c03f13ac95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15101 | 2024.05.13 20:55:29.689742 [ 3 ] {} <Trace> HTTP-Session: 31e85c22-b14a-48e8-bc41-d3c03f13ac95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15102 | 2024.05.13 20:55:29.689863 [ 3 ] {76ba554d-3b96-4477-937e-e67a19cad766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15103 | 2024.05.13 20:55:29.689907 [ 3 ] {76ba554d-3b96-4477-937e-e67a19cad766} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15104 | 2024.05.13 20:55:29.690032 [ 3 ] {76ba554d-3b96-4477-937e-e67a19cad766} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15105 | 2024.05.13 20:55:29.690383 [ 3 ] {76ba554d-3b96-4477-937e-e67a19cad766} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15106 | 2024.05.13 20:55:29.690419 [ 3 ] {76ba554d-3b96-4477-937e-e67a19cad766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15107 | 2024.05.13 20:55:29.690765 [ 3 ] {76ba554d-3b96-4477-937e-e67a19cad766} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
15108 | 2024.05.13 20:55:29.691086 [ 3 ] {76ba554d-3b96-4477-937e-e67a19cad766} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15109 | 2024.05.13 20:55:29.691206 [ 3 ] {76ba554d-3b96-4477-937e-e67a19cad766} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001393 sec., 43072.50538406317 rows/sec., 2.90 MiB/sec. | ||
15110 | 2024.05.13 20:55:29.691365 [ 3 ] {76ba554d-3b96-4477-937e-e67a19cad766} <Debug> DynamicQueryHandler: Done processing query | ||
15111 | 2024.05.13 20:55:29.691389 [ 3 ] {76ba554d-3b96-4477-937e-e67a19cad766} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15112 | 2024.05.13 20:55:29.691405 [ 3 ] {} <Debug> HTTP-Session: 31e85c22-b14a-48e8-bc41-d3c03f13ac95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15113 | 2024.05.13 20:55:34.677534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 3636, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15114 | 2024.05.13 20:55:34.677663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15115 | 2024.05.13 20:55:34.677687 [ 3 ] {} <Debug> HTTP-Session: 802c050d-e677-4d55-b17f-024d8c4a8d31 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15116 | 2024.05.13 20:55:34.677712 [ 3 ] {} <Debug> HTTP-Session: 802c050d-e677-4d55-b17f-024d8c4a8d31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15117 | 2024.05.13 20:55:34.677728 [ 3 ] {} <Debug> HTTP-Session: 802c050d-e677-4d55-b17f-024d8c4a8d31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15118 | 2024.05.13 20:55:34.677778 [ 3 ] {} <Trace> HTTP-Session: 802c050d-e677-4d55-b17f-024d8c4a8d31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15119 | 2024.05.13 20:55:34.677958 [ 3 ] {4e3b10d2-2af1-4348-b826-3869403c5067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15120 | 2024.05.13 20:55:34.678024 [ 3 ] {4e3b10d2-2af1-4348-b826-3869403c5067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15121 | 2024.05.13 20:55:34.678209 [ 3 ] {4e3b10d2-2af1-4348-b826-3869403c5067} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15122 | 2024.05.13 20:55:34.678644 [ 3 ] {4e3b10d2-2af1-4348-b826-3869403c5067} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15123 | 2024.05.13 20:55:34.678684 [ 3 ] {4e3b10d2-2af1-4348-b826-3869403c5067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15124 | 2024.05.13 20:55:34.679042 [ 3 ] {4e3b10d2-2af1-4348-b826-3869403c5067} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
15125 | 2024.05.13 20:55:34.679378 [ 3 ] {4e3b10d2-2af1-4348-b826-3869403c5067} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15126 | 2024.05.13 20:55:34.679536 [ 3 ] {4e3b10d2-2af1-4348-b826-3869403c5067} <Debug> executeQuery: Read 25 rows, 2.03 KiB in 0.001634 sec., 15299.877600979193 rows/sec., 1.21 MiB/sec. | ||
15127 | 2024.05.13 20:55:34.679761 [ 3 ] {4e3b10d2-2af1-4348-b826-3869403c5067} <Debug> DynamicQueryHandler: Done processing query | ||
15128 | 2024.05.13 20:55:34.679800 [ 3 ] {4e3b10d2-2af1-4348-b826-3869403c5067} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15129 | 2024.05.13 20:55:34.679832 [ 3 ] {} <Debug> HTTP-Session: 802c050d-e677-4d55-b17f-024d8c4a8d31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15130 | 2024.05.13 20:55:34.679974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15131 | 2024.05.13 20:55:34.680022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15132 | 2024.05.13 20:55:34.680042 [ 3 ] {} <Debug> HTTP-Session: b175fba1-0cb9-4b26-83c6-074ed7eeb9ae Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15133 | 2024.05.13 20:55:34.680058 [ 3 ] {} <Debug> HTTP-Session: b175fba1-0cb9-4b26-83c6-074ed7eeb9ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15134 | 2024.05.13 20:55:34.680072 [ 3 ] {} <Debug> HTTP-Session: b175fba1-0cb9-4b26-83c6-074ed7eeb9ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15135 | 2024.05.13 20:55:34.680103 [ 3 ] {} <Trace> HTTP-Session: b175fba1-0cb9-4b26-83c6-074ed7eeb9ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15136 | 2024.05.13 20:55:34.680199 [ 3 ] {5e98176c-1bdd-417e-8b19-22fa2c6d657d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15137 | 2024.05.13 20:55:34.680241 [ 3 ] {5e98176c-1bdd-417e-8b19-22fa2c6d657d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15138 | 2024.05.13 20:55:34.680370 [ 3 ] {5e98176c-1bdd-417e-8b19-22fa2c6d657d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15139 | 2024.05.13 20:55:34.680688 [ 3 ] {5e98176c-1bdd-417e-8b19-22fa2c6d657d} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15140 | 2024.05.13 20:55:34.680725 [ 3 ] {5e98176c-1bdd-417e-8b19-22fa2c6d657d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15141 | 2024.05.13 20:55:34.681027 [ 3 ] {5e98176c-1bdd-417e-8b19-22fa2c6d657d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
15142 | 2024.05.13 20:55:34.681344 [ 3 ] {5e98176c-1bdd-417e-8b19-22fa2c6d657d} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15143 | 2024.05.13 20:55:34.681481 [ 3 ] {5e98176c-1bdd-417e-8b19-22fa2c6d657d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001304 sec., 3067.4846625766872 rows/sec., 250.13 KiB/sec. | ||
15144 | 2024.05.13 20:55:34.681642 [ 3 ] {5e98176c-1bdd-417e-8b19-22fa2c6d657d} <Debug> DynamicQueryHandler: Done processing query | ||
15145 | 2024.05.13 20:55:34.681667 [ 3 ] {5e98176c-1bdd-417e-8b19-22fa2c6d657d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15146 | 2024.05.13 20:55:34.681682 [ 3 ] {} <Debug> HTTP-Session: b175fba1-0cb9-4b26-83c6-074ed7eeb9ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15147 | 2024.05.13 20:55:34.681828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 19444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15148 | 2024.05.13 20:55:34.681876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15149 | 2024.05.13 20:55:34.681895 [ 3 ] {} <Debug> HTTP-Session: 899ab076-d3e5-4474-88cc-8d5b71e99ed9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15150 | 2024.05.13 20:55:34.681911 [ 3 ] {} <Debug> HTTP-Session: 899ab076-d3e5-4474-88cc-8d5b71e99ed9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15151 | 2024.05.13 20:55:34.681925 [ 3 ] {} <Debug> HTTP-Session: 899ab076-d3e5-4474-88cc-8d5b71e99ed9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15152 | 2024.05.13 20:55:34.681955 [ 3 ] {} <Trace> HTTP-Session: 899ab076-d3e5-4474-88cc-8d5b71e99ed9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15153 | 2024.05.13 20:55:34.682088 [ 3 ] {f0076c17-4e5a-4104-966e-67f06c695b34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15154 | 2024.05.13 20:55:34.682131 [ 3 ] {f0076c17-4e5a-4104-966e-67f06c695b34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15155 | 2024.05.13 20:55:34.682253 [ 3 ] {f0076c17-4e5a-4104-966e-67f06c695b34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15156 | 2024.05.13 20:55:34.682627 [ 3 ] {f0076c17-4e5a-4104-966e-67f06c695b34} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15157 | 2024.05.13 20:55:34.682663 [ 3 ] {f0076c17-4e5a-4104-966e-67f06c695b34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15158 | 2024.05.13 20:55:34.682983 [ 3 ] {f0076c17-4e5a-4104-966e-67f06c695b34} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
15159 | 2024.05.13 20:55:34.683291 [ 3 ] {f0076c17-4e5a-4104-966e-67f06c695b34} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15160 | 2024.05.13 20:55:34.683432 [ 3 ] {f0076c17-4e5a-4104-966e-67f06c695b34} <Debug> executeQuery: Read 133 rows, 11.35 KiB in 0.001398 sec., 95135.90844062947 rows/sec., 7.93 MiB/sec. | ||
15161 | 2024.05.13 20:55:34.683459 [ 54 ] {} <Debug> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
15162 | 2024.05.13 20:55:34.683560 [ 54 ] {} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15163 | 2024.05.13 20:55:34.683594 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15164 | 2024.05.13 20:55:34.683671 [ 3 ] {f0076c17-4e5a-4104-966e-67f06c695b34} <Debug> DynamicQueryHandler: Done processing query | ||
15165 | 2024.05.13 20:55:34.683726 [ 3 ] {f0076c17-4e5a-4104-966e-67f06c695b34} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
15166 | 2024.05.13 20:55:34.683782 [ 3 ] {} <Debug> HTTP-Session: 899ab076-d3e5-4474-88cc-8d5b71e99ed9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15167 | 2024.05.13 20:55:34.683841 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
15168 | 2024.05.13 20:55:34.683938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15169 | 2024.05.13 20:55:34.684037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15170 | 2024.05.13 20:55:34.684100 [ 3 ] {} <Debug> HTTP-Session: a676f485-94f5-4d38-af38-5f848d97b177 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15171 | 2024.05.13 20:55:34.684150 [ 3 ] {} <Debug> HTTP-Session: a676f485-94f5-4d38-af38-5f848d97b177 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15172 | 2024.05.13 20:55:34.684158 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15173 | 2024.05.13 20:55:34.684174 [ 3 ] {} <Debug> HTTP-Session: a676f485-94f5-4d38-af38-5f848d97b177 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15174 | 2024.05.13 20:55:34.684218 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 264 rows starting from the beginning of the part | ||
15175 | 2024.05.13 20:55:34.684246 [ 3 ] {} <Trace> HTTP-Session: a676f485-94f5-4d38-af38-5f848d97b177 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15176 | 2024.05.13 20:55:34.684343 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 168 rows starting from the beginning of the part | ||
15177 | 2024.05.13 20:55:34.684560 [ 3 ] {a14fa72d-37f7-477b-ab91-b3f1c67d8f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15178 | 2024.05.13 20:55:34.684759 [ 3 ] {a14fa72d-37f7-477b-ab91-b3f1c67d8f39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15179 | 2024.05.13 20:55:34.684774 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 146 rows starting from the beginning of the part | ||
15180 | 2024.05.13 20:55:34.685209 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 132 rows starting from the beginning of the part | ||
15181 | 2024.05.13 20:55:34.685509 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 146 rows starting from the beginning of the part | ||
15182 | 2024.05.13 20:55:34.685820 [ 3 ] {a14fa72d-37f7-477b-ab91-b3f1c67d8f39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15183 | 2024.05.13 20:55:34.685928 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 133 rows starting from the beginning of the part | ||
15184 | 2024.05.13 20:55:34.686737 [ 3 ] {a14fa72d-37f7-477b-ab91-b3f1c67d8f39} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15185 | 2024.05.13 20:55:34.686803 [ 3 ] {a14fa72d-37f7-477b-ab91-b3f1c67d8f39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15186 | 2024.05.13 20:55:34.687644 [ 3 ] {a14fa72d-37f7-477b-ab91-b3f1c67d8f39} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
15187 | 2024.05.13 20:55:34.688628 [ 3 ] {a14fa72d-37f7-477b-ab91-b3f1c67d8f39} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15188 | 2024.05.13 20:55:34.688943 [ 3 ] {a14fa72d-37f7-477b-ab91-b3f1c67d8f39} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.004527 sec., 883.5873647006848 rows/sec., 61.70 KiB/sec. | ||
15189 | 2024.05.13 20:55:34.689481 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 989 rows, containing 4 columns (4 merged, 0 gathered) in 0.005789085 sec., 170838.74221919352 rows/sec., 14.27 MiB/sec. | ||
15190 | 2024.05.13 20:55:34.689573 [ 3 ] {a14fa72d-37f7-477b-ab91-b3f1c67d8f39} <Debug> DynamicQueryHandler: Done processing query | ||
15191 | 2024.05.13 20:55:34.689623 [ 3 ] {a14fa72d-37f7-477b-ab91-b3f1c67d8f39} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15192 | 2024.05.13 20:55:34.689670 [ 3 ] {} <Debug> HTTP-Session: a676f485-94f5-4d38-af38-5f848d97b177 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15193 | 2024.05.13 20:55:34.689694 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
15194 | 2024.05.13 20:55:34.689848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 15803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15195 | 2024.05.13 20:55:34.689999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15196 | 2024.05.13 20:55:34.690091 [ 3 ] {} <Debug> HTTP-Session: d58597de-b74c-4b9e-acaa-f932e782447b Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15197 | 2024.05.13 20:55:34.690138 [ 3 ] {} <Debug> HTTP-Session: d58597de-b74c-4b9e-acaa-f932e782447b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15198 | 2024.05.13 20:55:34.690185 [ 3 ] {} <Debug> HTTP-Session: d58597de-b74c-4b9e-acaa-f932e782447b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15199 | 2024.05.13 20:55:34.690250 [ 3 ] {} <Trace> HTTP-Session: d58597de-b74c-4b9e-acaa-f932e782447b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15200 | 2024.05.13 20:55:34.690329 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_101_20} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15201 | 2024.05.13 20:55:34.690484 [ 192 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_101_20} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
15202 | 2024.05.13 20:55:34.690536 [ 3 ] {4a825e5f-8640-4b88-ae92-167b368765c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15203 | 2024.05.13 20:55:34.690626 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
15204 | 2024.05.13 20:55:34.690643 [ 3 ] {4a825e5f-8640-4b88-ae92-167b368765c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15205 | 2024.05.13 20:55:34.690818 [ 3 ] {4a825e5f-8640-4b88-ae92-167b368765c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15206 | 2024.05.13 20:55:34.691182 [ 3 ] {4a825e5f-8640-4b88-ae92-167b368765c5} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15207 | 2024.05.13 20:55:34.691222 [ 3 ] {4a825e5f-8640-4b88-ae92-167b368765c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15208 | 2024.05.13 20:55:34.691562 [ 3 ] {4a825e5f-8640-4b88-ae92-167b368765c5} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
15209 | 2024.05.13 20:55:34.691880 [ 3 ] {4a825e5f-8640-4b88-ae92-167b368765c5} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15210 | 2024.05.13 20:55:34.692028 [ 3 ] {4a825e5f-8640-4b88-ae92-167b368765c5} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001636 sec., 56845.96577017115 rows/sec., 4.44 MiB/sec. | ||
15211 | 2024.05.13 20:55:34.692045 [ 54 ] {} <Debug> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
15212 | 2024.05.13 20:55:34.692110 [ 54 ] {} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15213 | 2024.05.13 20:55:34.692155 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15214 | 2024.05.13 20:55:34.692292 [ 3 ] {4a825e5f-8640-4b88-ae92-167b368765c5} <Debug> DynamicQueryHandler: Done processing query | ||
15215 | 2024.05.13 20:55:34.692366 [ 3 ] {4a825e5f-8640-4b88-ae92-167b368765c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
15216 | 2024.05.13 20:55:34.692374 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
15217 | 2024.05.13 20:55:34.692415 [ 3 ] {} <Debug> HTTP-Session: d58597de-b74c-4b9e-acaa-f932e782447b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15218 | 2024.05.13 20:55:34.692688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 31004, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15219 | 2024.05.13 20:55:34.692879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15220 | 2024.05.13 20:55:34.692963 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15221 | 2024.05.13 20:55:34.692986 [ 3 ] {} <Debug> HTTP-Session: ac099f80-2095-49f4-834a-1e91f0686aa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15222 | 2024.05.13 20:55:34.693081 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 178 rows starting from the beginning of the part | ||
15223 | 2024.05.13 20:55:34.693081 [ 3 ] {} <Debug> HTTP-Session: ac099f80-2095-49f4-834a-1e91f0686aa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15224 | 2024.05.13 20:55:34.693156 [ 3 ] {} <Debug> HTTP-Session: ac099f80-2095-49f4-834a-1e91f0686aa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15225 | 2024.05.13 20:55:34.693328 [ 3 ] {} <Trace> HTTP-Session: ac099f80-2095-49f4-834a-1e91f0686aa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15226 | 2024.05.13 20:55:34.693405 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 115 rows starting from the beginning of the part | ||
15227 | 2024.05.13 20:55:34.693788 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 94 rows starting from the beginning of the part | ||
15228 | 2024.05.13 20:55:34.693935 [ 3 ] {31239cbd-aaf1-4504-893f-2c3602c97b86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15229 | 2024.05.13 20:55:34.694162 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 91 rows starting from the beginning of the part | ||
15230 | 2024.05.13 20:55:34.694173 [ 3 ] {31239cbd-aaf1-4504-893f-2c3602c97b86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15231 | 2024.05.13 20:55:34.694589 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 94 rows starting from the beginning of the part | ||
15232 | 2024.05.13 20:55:34.695034 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 93 rows starting from the beginning of the part | ||
15233 | 2024.05.13 20:55:34.696065 [ 3 ] {31239cbd-aaf1-4504-893f-2c3602c97b86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15234 | 2024.05.13 20:55:34.697268 [ 3 ] {31239cbd-aaf1-4504-893f-2c3602c97b86} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15235 | 2024.05.13 20:55:34.697338 [ 3 ] {31239cbd-aaf1-4504-893f-2c3602c97b86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15236 | 2024.05.13 20:55:34.698386 [ 3 ] {31239cbd-aaf1-4504-893f-2c3602c97b86} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
15237 | 2024.05.13 20:55:34.698417 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 665 rows, containing 4 columns (4 merged, 0 gathered) in 0.006198619 sec., 107281.96070769957 rows/sec., 8.38 MiB/sec. | ||
15238 | 2024.05.13 20:55:34.698629 [ 198 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
15239 | 2024.05.13 20:55:34.699157 [ 3 ] {31239cbd-aaf1-4504-893f-2c3602c97b86} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15240 | 2024.05.13 20:55:34.699442 [ 54 ] {} <Debug> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
15241 | 2024.05.13 20:55:34.699468 [ 190 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_101_20} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15242 | 2024.05.13 20:55:34.699475 [ 3 ] {31239cbd-aaf1-4504-893f-2c3602c97b86} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.005887 sec., 27518.260574146425 rows/sec., 1.92 MiB/sec. | ||
15243 | 2024.05.13 20:55:34.699513 [ 54 ] {} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15244 | 2024.05.13 20:55:34.699592 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15245 | 2024.05.13 20:55:34.699752 [ 190 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_101_20} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
15246 | 2024.05.13 20:55:34.700053 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
15247 | 2024.05.13 20:55:34.700104 [ 3 ] {31239cbd-aaf1-4504-893f-2c3602c97b86} <Debug> DynamicQueryHandler: Done processing query | ||
15248 | 2024.05.13 20:55:34.700117 [ 195 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
15249 | 2024.05.13 20:55:34.700138 [ 3 ] {31239cbd-aaf1-4504-893f-2c3602c97b86} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15250 | 2024.05.13 20:55:34.700167 [ 3 ] {} <Debug> HTTP-Session: ac099f80-2095-49f4-834a-1e91f0686aa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15251 | 2024.05.13 20:55:34.700269 [ 195 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15252 | 2024.05.13 20:55:34.700306 [ 195 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_96_19, total 15731 rows starting from the beginning of the part | ||
15253 | 2024.05.13 20:55:34.700346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 26779, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15254 | 2024.05.13 20:55:34.700474 [ 195 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 197 rows starting from the beginning of the part | ||
15255 | 2024.05.13 20:55:34.700492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15256 | 2024.05.13 20:55:34.700589 [ 3 ] {} <Debug> HTTP-Session: 6e6bdfc3-e9b9-49ba-87f4-69e35c485f64 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15257 | 2024.05.13 20:55:34.700673 [ 3 ] {} <Debug> HTTP-Session: 6e6bdfc3-e9b9-49ba-87f4-69e35c485f64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15258 | 2024.05.13 20:55:34.700766 [ 3 ] {} <Debug> HTTP-Session: 6e6bdfc3-e9b9-49ba-87f4-69e35c485f64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15259 | 2024.05.13 20:55:34.700836 [ 195 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 160 rows starting from the beginning of the part | ||
15260 | 2024.05.13 20:55:34.700882 [ 3 ] {} <Trace> HTTP-Session: 6e6bdfc3-e9b9-49ba-87f4-69e35c485f64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15261 | 2024.05.13 20:55:34.701159 [ 195 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 161 rows starting from the beginning of the part | ||
15262 | 2024.05.13 20:55:34.701286 [ 195 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part | ||
15263 | 2024.05.13 20:55:34.701409 [ 3 ] {ef9a05a3-3f96-4b7a-af6b-9c46a87f31f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15264 | 2024.05.13 20:55:34.701612 [ 3 ] {ef9a05a3-3f96-4b7a-af6b-9c46a87f31f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
15265 | 2024.05.13 20:55:34.701625 [ 195 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 162 rows starting from the beginning of the part | ||
15266 | 2024.05.13 20:55:34.702367 [ 3 ] {ef9a05a3-3f96-4b7a-af6b-9c46a87f31f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15267 | 2024.05.13 20:55:34.702933 [ 3 ] {ef9a05a3-3f96-4b7a-af6b-9c46a87f31f7} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15268 | 2024.05.13 20:55:34.702971 [ 3 ] {ef9a05a3-3f96-4b7a-af6b-9c46a87f31f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15269 | 2024.05.13 20:55:34.703504 [ 3 ] {ef9a05a3-3f96-4b7a-af6b-9c46a87f31f7} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
15270 | 2024.05.13 20:55:34.704046 [ 3 ] {ef9a05a3-3f96-4b7a-af6b-9c46a87f31f7} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15271 | 2024.05.13 20:55:34.704213 [ 3 ] {ef9a05a3-3f96-4b7a-af6b-9c46a87f31f7} <Debug> executeQuery: Read 25 rows, 34.55 KiB in 0.003116 sec., 8023.106546854942 rows/sec., 10.83 MiB/sec. | ||
15272 | 2024.05.13 20:55:34.704410 [ 3 ] {ef9a05a3-3f96-4b7a-af6b-9c46a87f31f7} <Debug> DynamicQueryHandler: Done processing query | ||
15273 | 2024.05.13 20:55:34.704435 [ 3 ] {ef9a05a3-3f96-4b7a-af6b-9c46a87f31f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
15274 | 2024.05.13 20:55:34.704451 [ 3 ] {} <Debug> HTTP-Session: 6e6bdfc3-e9b9-49ba-87f4-69e35c485f64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15275 | 2024.05.13 20:55:34.704597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15276 | 2024.05.13 20:55:34.704665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15277 | 2024.05.13 20:55:34.704687 [ 3 ] {} <Debug> HTTP-Session: c3363835-42ca-4054-b538-a195e531c2d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15278 | 2024.05.13 20:55:34.704704 [ 3 ] {} <Debug> HTTP-Session: c3363835-42ca-4054-b538-a195e531c2d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15279 | 2024.05.13 20:55:34.704723 [ 3 ] {} <Debug> HTTP-Session: c3363835-42ca-4054-b538-a195e531c2d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15280 | 2024.05.13 20:55:34.704764 [ 3 ] {} <Trace> HTTP-Session: c3363835-42ca-4054-b538-a195e531c2d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15281 | 2024.05.13 20:55:34.704880 [ 3 ] {7e697440-4dce-4135-9bb7-b7e78d1e7f61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15282 | 2024.05.13 20:55:34.704926 [ 3 ] {7e697440-4dce-4135-9bb7-b7e78d1e7f61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15283 | 2024.05.13 20:55:34.705061 [ 3 ] {7e697440-4dce-4135-9bb7-b7e78d1e7f61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15284 | 2024.05.13 20:55:34.705401 [ 3 ] {7e697440-4dce-4135-9bb7-b7e78d1e7f61} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15285 | 2024.05.13 20:55:34.705438 [ 3 ] {7e697440-4dce-4135-9bb7-b7e78d1e7f61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15286 | 2024.05.13 20:55:34.705862 [ 3 ] {7e697440-4dce-4135-9bb7-b7e78d1e7f61} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
15287 | 2024.05.13 20:55:34.706292 [ 3 ] {7e697440-4dce-4135-9bb7-b7e78d1e7f61} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15288 | 2024.05.13 20:55:34.706456 [ 3 ] {7e697440-4dce-4135-9bb7-b7e78d1e7f61} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001613 sec., 37197.768133911966 rows/sec., 2.51 MiB/sec. | ||
15289 | 2024.05.13 20:55:34.706466 [ 54 ] {} <Debug> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
15290 | 2024.05.13 20:55:34.706576 [ 54 ] {} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15291 | 2024.05.13 20:55:34.706694 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15292 | 2024.05.13 20:55:34.707038 [ 3 ] {7e697440-4dce-4135-9bb7-b7e78d1e7f61} <Debug> DynamicQueryHandler: Done processing query | ||
15293 | 2024.05.13 20:55:34.707155 [ 3 ] {7e697440-4dce-4135-9bb7-b7e78d1e7f61} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15294 | 2024.05.13 20:55:34.707374 [ 3 ] {} <Debug> HTTP-Session: c3363835-42ca-4054-b538-a195e531c2d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15295 | 2024.05.13 20:55:34.707400 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
15296 | 2024.05.13 20:55:34.707991 [ 195 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16571 rows, containing 5 columns (5 merged, 0 gathered) in 0.008207078 sec., 2019110.8211716765 rows/sec., 140.57 MiB/sec. | ||
15297 | 2024.05.13 20:55:34.708327 [ 195 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
15298 | 2024.05.13 20:55:34.708346 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15299 | 2024.05.13 20:55:34.708507 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5372 rows starting from the beginning of the part | ||
15300 | 2024.05.13 20:55:34.708937 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part | ||
15301 | 2024.05.13 20:55:34.709501 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 60 rows starting from the beginning of the part | ||
15302 | 2024.05.13 20:55:34.709819 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part | ||
15303 | 2024.05.13 20:55:34.710197 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part | ||
15304 | 2024.05.13 20:55:34.710664 [ 195 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15305 | 2024.05.13 20:55:34.710674 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part | ||
15306 | 2024.05.13 20:55:34.711014 [ 195 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
15307 | 2024.05.13 20:55:34.711207 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.60 MiB. | ||
15308 | 2024.05.13 20:55:34.712944 [ 191 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5672 rows, containing 4 columns (4 merged, 0 gathered) in 0.006083458 sec., 932364.4545585751 rows/sec., 63.09 MiB/sec. | ||
15309 | 2024.05.13 20:55:34.713393 [ 196 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
15310 | 2024.05.13 20:55:34.713840 [ 196 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_101_20} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15311 | 2024.05.13 20:55:34.713931 [ 196 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_101_20} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
15312 | 2024.05.13 20:55:34.714022 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. | ||
15313 | 2024.05.13 20:55:39.591293 [ 224 ] {} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
15314 | 2024.05.13 20:55:39.591353 [ 224 ] {} <Debug> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
15315 | 2024.05.13 20:55:39.598521 [ 224 ] {} <Debug> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
15316 | 2024.05.13 20:55:39.677870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 4350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15317 | 2024.05.13 20:55:39.677970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15318 | 2024.05.13 20:55:39.677997 [ 3 ] {} <Debug> HTTP-Session: f07b0597-8ee1-4488-b0fd-7ef30ff4010a Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15319 | 2024.05.13 20:55:39.678025 [ 3 ] {} <Debug> HTTP-Session: f07b0597-8ee1-4488-b0fd-7ef30ff4010a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15320 | 2024.05.13 20:55:39.678043 [ 3 ] {} <Debug> HTTP-Session: f07b0597-8ee1-4488-b0fd-7ef30ff4010a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15321 | 2024.05.13 20:55:39.678096 [ 3 ] {} <Trace> HTTP-Session: f07b0597-8ee1-4488-b0fd-7ef30ff4010a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15322 | 2024.05.13 20:55:39.678288 [ 3 ] {ddbf2ad6-8ba4-4508-8dfb-afab2ab65460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15323 | 2024.05.13 20:55:39.678359 [ 3 ] {ddbf2ad6-8ba4-4508-8dfb-afab2ab65460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15324 | 2024.05.13 20:55:39.678559 [ 3 ] {ddbf2ad6-8ba4-4508-8dfb-afab2ab65460} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15325 | 2024.05.13 20:55:39.679058 [ 3 ] {ddbf2ad6-8ba4-4508-8dfb-afab2ab65460} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15326 | 2024.05.13 20:55:39.679097 [ 3 ] {ddbf2ad6-8ba4-4508-8dfb-afab2ab65460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15327 | 2024.05.13 20:55:39.679465 [ 3 ] {ddbf2ad6-8ba4-4508-8dfb-afab2ab65460} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
15328 | 2024.05.13 20:55:39.679809 [ 3 ] {ddbf2ad6-8ba4-4508-8dfb-afab2ab65460} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15329 | 2024.05.13 20:55:39.679941 [ 3 ] {ddbf2ad6-8ba4-4508-8dfb-afab2ab65460} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001719 sec., 17452.00698080279 rows/sec., 1.38 MiB/sec. | ||
15330 | 2024.05.13 20:55:39.680137 [ 3 ] {ddbf2ad6-8ba4-4508-8dfb-afab2ab65460} <Debug> DynamicQueryHandler: Done processing query | ||
15331 | 2024.05.13 20:55:39.680164 [ 3 ] {ddbf2ad6-8ba4-4508-8dfb-afab2ab65460} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15332 | 2024.05.13 20:55:39.680180 [ 3 ] {} <Debug> HTTP-Session: f07b0597-8ee1-4488-b0fd-7ef30ff4010a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15333 | 2024.05.13 20:55:39.680352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 21465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15334 | 2024.05.13 20:55:39.680404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15335 | 2024.05.13 20:55:39.680424 [ 3 ] {} <Debug> HTTP-Session: 76adb13d-fe11-4e4d-ade6-ae202ca7fcaf Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15336 | 2024.05.13 20:55:39.680442 [ 3 ] {} <Debug> HTTP-Session: 76adb13d-fe11-4e4d-ade6-ae202ca7fcaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15337 | 2024.05.13 20:55:39.680455 [ 3 ] {} <Debug> HTTP-Session: 76adb13d-fe11-4e4d-ade6-ae202ca7fcaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15338 | 2024.05.13 20:55:39.680490 [ 3 ] {} <Trace> HTTP-Session: 76adb13d-fe11-4e4d-ade6-ae202ca7fcaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15339 | 2024.05.13 20:55:39.680634 [ 3 ] {aff7b7aa-8782-481b-837c-43858095dfad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15340 | 2024.05.13 20:55:39.680679 [ 3 ] {aff7b7aa-8782-481b-837c-43858095dfad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15341 | 2024.05.13 20:55:39.680808 [ 3 ] {aff7b7aa-8782-481b-837c-43858095dfad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15342 | 2024.05.13 20:55:39.681189 [ 3 ] {aff7b7aa-8782-481b-837c-43858095dfad} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15343 | 2024.05.13 20:55:39.681225 [ 3 ] {aff7b7aa-8782-481b-837c-43858095dfad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15344 | 2024.05.13 20:55:39.681541 [ 3 ] {aff7b7aa-8782-481b-837c-43858095dfad} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
15345 | 2024.05.13 20:55:39.681859 [ 3 ] {aff7b7aa-8782-481b-837c-43858095dfad} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15346 | 2024.05.13 20:55:39.681982 [ 3 ] {aff7b7aa-8782-481b-837c-43858095dfad} <Debug> executeQuery: Read 146 rows, 12.59 KiB in 0.001412 sec., 103399.43342776204 rows/sec., 8.71 MiB/sec. | ||
15347 | 2024.05.13 20:55:39.682134 [ 3 ] {aff7b7aa-8782-481b-837c-43858095dfad} <Debug> DynamicQueryHandler: Done processing query | ||
15348 | 2024.05.13 20:55:39.682158 [ 3 ] {aff7b7aa-8782-481b-837c-43858095dfad} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
15349 | 2024.05.13 20:55:39.682173 [ 3 ] {} <Debug> HTTP-Session: 76adb13d-fe11-4e4d-ade6-ae202ca7fcaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15350 | 2024.05.13 20:55:39.682332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 15965, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15351 | 2024.05.13 20:55:39.682380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15352 | 2024.05.13 20:55:39.682399 [ 3 ] {} <Debug> HTTP-Session: 50199885-3510-4389-b64f-ee2b8bfa5241 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15353 | 2024.05.13 20:55:39.682415 [ 3 ] {} <Debug> HTTP-Session: 50199885-3510-4389-b64f-ee2b8bfa5241 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15354 | 2024.05.13 20:55:39.682429 [ 3 ] {} <Debug> HTTP-Session: 50199885-3510-4389-b64f-ee2b8bfa5241 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15355 | 2024.05.13 20:55:39.682460 [ 3 ] {} <Trace> HTTP-Session: 50199885-3510-4389-b64f-ee2b8bfa5241 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15356 | 2024.05.13 20:55:39.682579 [ 3 ] {e8393090-4559-41aa-9bbb-450d6378c6d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15357 | 2024.05.13 20:55:39.682622 [ 3 ] {e8393090-4559-41aa-9bbb-450d6378c6d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15358 | 2024.05.13 20:55:39.682744 [ 3 ] {e8393090-4559-41aa-9bbb-450d6378c6d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15359 | 2024.05.13 20:55:39.683090 [ 3 ] {e8393090-4559-41aa-9bbb-450d6378c6d2} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15360 | 2024.05.13 20:55:39.683126 [ 3 ] {e8393090-4559-41aa-9bbb-450d6378c6d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15361 | 2024.05.13 20:55:39.683441 [ 3 ] {e8393090-4559-41aa-9bbb-450d6378c6d2} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
15362 | 2024.05.13 20:55:39.683764 [ 3 ] {e8393090-4559-41aa-9bbb-450d6378c6d2} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15363 | 2024.05.13 20:55:39.683884 [ 3 ] {e8393090-4559-41aa-9bbb-450d6378c6d2} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001351 sec., 69578.09030347891 rows/sec., 5.43 MiB/sec. | ||
15364 | 2024.05.13 20:55:39.684032 [ 219 ] {} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
15365 | 2024.05.13 20:55:39.684099 [ 219 ] {} <Debug> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
15366 | 2024.05.13 20:55:39.684112 [ 3 ] {e8393090-4559-41aa-9bbb-450d6378c6d2} <Debug> DynamicQueryHandler: Done processing query | ||
15367 | 2024.05.13 20:55:39.684171 [ 3 ] {e8393090-4559-41aa-9bbb-450d6378c6d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
15368 | 2024.05.13 20:55:39.684200 [ 3 ] {} <Debug> HTTP-Session: 50199885-3510-4389-b64f-ee2b8bfa5241 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15369 | 2024.05.13 20:55:39.684438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15370 | 2024.05.13 20:55:39.684502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15371 | 2024.05.13 20:55:39.684547 [ 3 ] {} <Debug> HTTP-Session: 1f3e4395-205d-47d1-9103-639153fbdf6f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15372 | 2024.05.13 20:55:39.684579 [ 3 ] {} <Debug> HTTP-Session: 1f3e4395-205d-47d1-9103-639153fbdf6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15373 | 2024.05.13 20:55:39.684611 [ 3 ] {} <Debug> HTTP-Session: 1f3e4395-205d-47d1-9103-639153fbdf6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15374 | 2024.05.13 20:55:39.684660 [ 3 ] {} <Trace> HTTP-Session: 1f3e4395-205d-47d1-9103-639153fbdf6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15375 | 2024.05.13 20:55:39.684905 [ 3 ] {818a6ab6-16b5-4cc9-8df0-9430d3d24f3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15376 | 2024.05.13 20:55:39.684956 [ 3 ] {818a6ab6-16b5-4cc9-8df0-9430d3d24f3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15377 | 2024.05.13 20:55:39.685215 [ 3 ] {818a6ab6-16b5-4cc9-8df0-9430d3d24f3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15378 | 2024.05.13 20:55:39.685860 [ 3 ] {818a6ab6-16b5-4cc9-8df0-9430d3d24f3a} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15379 | 2024.05.13 20:55:39.685928 [ 3 ] {818a6ab6-16b5-4cc9-8df0-9430d3d24f3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15380 | 2024.05.13 20:55:39.686661 [ 3 ] {818a6ab6-16b5-4cc9-8df0-9430d3d24f3a} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
15381 | 2024.05.13 20:55:39.687281 [ 3 ] {818a6ab6-16b5-4cc9-8df0-9430d3d24f3a} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15382 | 2024.05.13 20:55:39.687488 [ 3 ] {818a6ab6-16b5-4cc9-8df0-9430d3d24f3a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002676 sec., 59790.732436472346 rows/sec., 4.16 MiB/sec. | ||
15383 | 2024.05.13 20:55:39.687708 [ 219 ] {} <Debug> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
15384 | 2024.05.13 20:55:39.687863 [ 3 ] {818a6ab6-16b5-4cc9-8df0-9430d3d24f3a} <Debug> DynamicQueryHandler: Done processing query | ||
15385 | 2024.05.13 20:55:39.687945 [ 3 ] {818a6ab6-16b5-4cc9-8df0-9430d3d24f3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15386 | 2024.05.13 20:55:39.687983 [ 3 ] {} <Debug> HTTP-Session: 1f3e4395-205d-47d1-9103-639153fbdf6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15387 | 2024.05.13 20:55:39.688218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 32124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15388 | 2024.05.13 20:55:39.688352 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15389 | 2024.05.13 20:55:39.688427 [ 3 ] {} <Debug> HTTP-Session: b48b133b-702d-4f30-806f-5d4cbace9372 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15390 | 2024.05.13 20:55:39.688476 [ 3 ] {} <Debug> HTTP-Session: b48b133b-702d-4f30-806f-5d4cbace9372 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15391 | 2024.05.13 20:55:39.688510 [ 3 ] {} <Debug> HTTP-Session: b48b133b-702d-4f30-806f-5d4cbace9372 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15392 | 2024.05.13 20:55:39.688550 [ 3 ] {} <Trace> HTTP-Session: b48b133b-702d-4f30-806f-5d4cbace9372 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15393 | 2024.05.13 20:55:39.688808 [ 3 ] {cb199d7f-abea-4c6d-b5cb-79341ef007a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15394 | 2024.05.13 20:55:39.688858 [ 3 ] {cb199d7f-abea-4c6d-b5cb-79341ef007a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
15395 | 2024.05.13 20:55:39.689044 [ 3 ] {cb199d7f-abea-4c6d-b5cb-79341ef007a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15396 | 2024.05.13 20:55:39.689544 [ 3 ] {cb199d7f-abea-4c6d-b5cb-79341ef007a9} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15397 | 2024.05.13 20:55:39.689579 [ 3 ] {cb199d7f-abea-4c6d-b5cb-79341ef007a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15398 | 2024.05.13 20:55:39.689998 [ 3 ] {cb199d7f-abea-4c6d-b5cb-79341ef007a9} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
15399 | 2024.05.13 20:55:39.690346 [ 3 ] {cb199d7f-abea-4c6d-b5cb-79341ef007a9} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15400 | 2024.05.13 20:55:39.690473 [ 3 ] {cb199d7f-abea-4c6d-b5cb-79341ef007a9} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001839 sec., 16313.21370309951 rows/sec., 22.01 MiB/sec. | ||
15401 | 2024.05.13 20:55:39.690671 [ 3 ] {cb199d7f-abea-4c6d-b5cb-79341ef007a9} <Debug> DynamicQueryHandler: Done processing query | ||
15402 | 2024.05.13 20:55:39.690706 [ 3 ] {cb199d7f-abea-4c6d-b5cb-79341ef007a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
15403 | 2024.05.13 20:55:39.690738 [ 3 ] {} <Debug> HTTP-Session: b48b133b-702d-4f30-806f-5d4cbace9372 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15404 | 2024.05.13 20:55:39.690877 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15405 | 2024.05.13 20:55:39.690927 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15406 | 2024.05.13 20:55:39.690946 [ 3 ] {} <Debug> HTTP-Session: 355eed36-b316-4680-a833-120b2e34856b Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15407 | 2024.05.13 20:55:39.690962 [ 3 ] {} <Debug> HTTP-Session: 355eed36-b316-4680-a833-120b2e34856b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15408 | 2024.05.13 20:55:39.690976 [ 3 ] {} <Debug> HTTP-Session: 355eed36-b316-4680-a833-120b2e34856b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15409 | 2024.05.13 20:55:39.691007 [ 3 ] {} <Trace> HTTP-Session: 355eed36-b316-4680-a833-120b2e34856b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15410 | 2024.05.13 20:55:39.691125 [ 3 ] {470512eb-1ab5-430a-91e6-2ef5c513fcbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15411 | 2024.05.13 20:55:39.691169 [ 3 ] {470512eb-1ab5-430a-91e6-2ef5c513fcbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15412 | 2024.05.13 20:55:39.691295 [ 3 ] {470512eb-1ab5-430a-91e6-2ef5c513fcbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15413 | 2024.05.13 20:55:39.691565 [ 3 ] {470512eb-1ab5-430a-91e6-2ef5c513fcbd} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15414 | 2024.05.13 20:55:39.691601 [ 3 ] {470512eb-1ab5-430a-91e6-2ef5c513fcbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15415 | 2024.05.13 20:55:39.691954 [ 3 ] {470512eb-1ab5-430a-91e6-2ef5c513fcbd} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
15416 | 2024.05.13 20:55:39.692284 [ 3 ] {470512eb-1ab5-430a-91e6-2ef5c513fcbd} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15417 | 2024.05.13 20:55:39.692409 [ 3 ] {470512eb-1ab5-430a-91e6-2ef5c513fcbd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001327 sec., 45214.7701582517 rows/sec., 3.05 MiB/sec. | ||
15418 | 2024.05.13 20:55:39.692470 [ 220 ] {} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
15419 | 2024.05.13 20:55:39.692506 [ 220 ] {} <Debug> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
15420 | 2024.05.13 20:55:39.692573 [ 3 ] {470512eb-1ab5-430a-91e6-2ef5c513fcbd} <Debug> DynamicQueryHandler: Done processing query | ||
15421 | 2024.05.13 20:55:39.692605 [ 3 ] {470512eb-1ab5-430a-91e6-2ef5c513fcbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15422 | 2024.05.13 20:55:39.692637 [ 3 ] {} <Debug> HTTP-Session: 355eed36-b316-4680-a833-120b2e34856b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15423 | 2024.05.13 20:55:39.694751 [ 220 ] {} <Debug> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
15424 | 2024.05.13 20:55:40.620604 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
15425 | 2024.05.13 20:55:40.620671 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
15426 | 2024.05.13 20:55:40.622741 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
15427 | 2024.05.13 20:55:42.834217 [ 153 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15428 | 2024.05.13 20:55:42.834268 [ 153 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15429 | 2024.05.13 20:55:44.679249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 2345, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15430 | 2024.05.13 20:55:44.679369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15431 | 2024.05.13 20:55:44.679393 [ 3 ] {} <Debug> HTTP-Session: 60a3d92f-4fb6-4ca7-ac96-f6f7244bd3c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15432 | 2024.05.13 20:55:44.679418 [ 3 ] {} <Debug> HTTP-Session: 60a3d92f-4fb6-4ca7-ac96-f6f7244bd3c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15433 | 2024.05.13 20:55:44.679432 [ 3 ] {} <Debug> HTTP-Session: 60a3d92f-4fb6-4ca7-ac96-f6f7244bd3c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15434 | 2024.05.13 20:55:44.679481 [ 3 ] {} <Trace> HTTP-Session: 60a3d92f-4fb6-4ca7-ac96-f6f7244bd3c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15435 | 2024.05.13 20:55:44.679665 [ 3 ] {102727a8-3c70-4484-aba4-7f43aa710114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15436 | 2024.05.13 20:55:44.679754 [ 3 ] {102727a8-3c70-4484-aba4-7f43aa710114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15437 | 2024.05.13 20:55:44.680333 [ 3 ] {102727a8-3c70-4484-aba4-7f43aa710114} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15438 | 2024.05.13 20:55:44.681009 [ 3 ] {102727a8-3c70-4484-aba4-7f43aa710114} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15439 | 2024.05.13 20:55:44.681053 [ 3 ] {102727a8-3c70-4484-aba4-7f43aa710114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15440 | 2024.05.13 20:55:44.681425 [ 3 ] {102727a8-3c70-4484-aba4-7f43aa710114} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
15441 | 2024.05.13 20:55:44.681765 [ 3 ] {102727a8-3c70-4484-aba4-7f43aa710114} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15442 | 2024.05.13 20:55:44.681945 [ 3 ] {102727a8-3c70-4484-aba4-7f43aa710114} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.002334 sec., 6855.184233076264 rows/sec., 555.64 KiB/sec. | ||
15443 | 2024.05.13 20:55:44.682134 [ 3 ] {102727a8-3c70-4484-aba4-7f43aa710114} <Debug> DynamicQueryHandler: Done processing query | ||
15444 | 2024.05.13 20:55:44.682159 [ 3 ] {102727a8-3c70-4484-aba4-7f43aa710114} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15445 | 2024.05.13 20:55:44.682175 [ 3 ] {} <Debug> HTTP-Session: 60a3d92f-4fb6-4ca7-ac96-f6f7244bd3c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15446 | 2024.05.13 20:55:44.682325 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15447 | 2024.05.13 20:55:44.682372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15448 | 2024.05.13 20:55:44.682393 [ 3 ] {} <Debug> HTTP-Session: 3ee9d482-f4a8-4354-90d4-a1ef231663bc Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15449 | 2024.05.13 20:55:44.682410 [ 3 ] {} <Debug> HTTP-Session: 3ee9d482-f4a8-4354-90d4-a1ef231663bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15450 | 2024.05.13 20:55:44.682423 [ 3 ] {} <Debug> HTTP-Session: 3ee9d482-f4a8-4354-90d4-a1ef231663bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15451 | 2024.05.13 20:55:44.682455 [ 3 ] {} <Trace> HTTP-Session: 3ee9d482-f4a8-4354-90d4-a1ef231663bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15452 | 2024.05.13 20:55:44.682555 [ 3 ] {c2ca21d9-ee02-43f9-a23d-c5bd29714937} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15453 | 2024.05.13 20:55:44.682599 [ 3 ] {c2ca21d9-ee02-43f9-a23d-c5bd29714937} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15454 | 2024.05.13 20:55:44.682729 [ 3 ] {c2ca21d9-ee02-43f9-a23d-c5bd29714937} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15455 | 2024.05.13 20:55:44.683023 [ 3 ] {c2ca21d9-ee02-43f9-a23d-c5bd29714937} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15456 | 2024.05.13 20:55:44.683060 [ 3 ] {c2ca21d9-ee02-43f9-a23d-c5bd29714937} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15457 | 2024.05.13 20:55:44.683370 [ 3 ] {c2ca21d9-ee02-43f9-a23d-c5bd29714937} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
15458 | 2024.05.13 20:55:44.683684 [ 3 ] {c2ca21d9-ee02-43f9-a23d-c5bd29714937} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15459 | 2024.05.13 20:55:44.683844 [ 3 ] {c2ca21d9-ee02-43f9-a23d-c5bd29714937} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001309 sec., 1527.8838808250573 rows/sec., 124.59 KiB/sec. | ||
15460 | 2024.05.13 20:55:44.684012 [ 3 ] {c2ca21d9-ee02-43f9-a23d-c5bd29714937} <Debug> DynamicQueryHandler: Done processing query | ||
15461 | 2024.05.13 20:55:44.684036 [ 3 ] {c2ca21d9-ee02-43f9-a23d-c5bd29714937} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15462 | 2024.05.13 20:55:44.684052 [ 3 ] {} <Debug> HTTP-Session: 3ee9d482-f4a8-4354-90d4-a1ef231663bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15463 | 2024.05.13 20:55:44.684182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 20164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15464 | 2024.05.13 20:55:44.684231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15465 | 2024.05.13 20:55:44.684249 [ 3 ] {} <Debug> HTTP-Session: bcfd5a21-33d5-46a9-b84e-879e6ede5919 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15466 | 2024.05.13 20:55:44.684266 [ 3 ] {} <Debug> HTTP-Session: bcfd5a21-33d5-46a9-b84e-879e6ede5919 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15467 | 2024.05.13 20:55:44.684279 [ 3 ] {} <Debug> HTTP-Session: bcfd5a21-33d5-46a9-b84e-879e6ede5919 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15468 | 2024.05.13 20:55:44.684309 [ 3 ] {} <Trace> HTTP-Session: bcfd5a21-33d5-46a9-b84e-879e6ede5919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15469 | 2024.05.13 20:55:44.684443 [ 3 ] {555e31d1-e36c-474b-a424-dae21ff58114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15470 | 2024.05.13 20:55:44.684486 [ 3 ] {555e31d1-e36c-474b-a424-dae21ff58114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15471 | 2024.05.13 20:55:44.684614 [ 3 ] {555e31d1-e36c-474b-a424-dae21ff58114} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15472 | 2024.05.13 20:55:44.684983 [ 3 ] {555e31d1-e36c-474b-a424-dae21ff58114} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15473 | 2024.05.13 20:55:44.685022 [ 3 ] {555e31d1-e36c-474b-a424-dae21ff58114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15474 | 2024.05.13 20:55:44.685353 [ 3 ] {555e31d1-e36c-474b-a424-dae21ff58114} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
15475 | 2024.05.13 20:55:44.685666 [ 3 ] {555e31d1-e36c-474b-a424-dae21ff58114} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15476 | 2024.05.13 20:55:44.685811 [ 3 ] {555e31d1-e36c-474b-a424-dae21ff58114} <Debug> executeQuery: Read 141 rows, 11.59 KiB in 0.001417 sec., 99505.9985885674 rows/sec., 7.99 MiB/sec. | ||
15477 | 2024.05.13 20:55:44.685979 [ 3 ] {555e31d1-e36c-474b-a424-dae21ff58114} <Debug> DynamicQueryHandler: Done processing query | ||
15478 | 2024.05.13 20:55:44.686003 [ 3 ] {555e31d1-e36c-474b-a424-dae21ff58114} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
15479 | 2024.05.13 20:55:44.686020 [ 3 ] {} <Debug> HTTP-Session: bcfd5a21-33d5-46a9-b84e-879e6ede5919 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15480 | 2024.05.13 20:55:44.686150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15481 | 2024.05.13 20:55:44.686198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15482 | 2024.05.13 20:55:44.686218 [ 3 ] {} <Debug> HTTP-Session: bd002cd1-1930-43ac-8262-3abeea5acc5f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15483 | 2024.05.13 20:55:44.686233 [ 3 ] {} <Debug> HTTP-Session: bd002cd1-1930-43ac-8262-3abeea5acc5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15484 | 2024.05.13 20:55:44.686247 [ 3 ] {} <Debug> HTTP-Session: bd002cd1-1930-43ac-8262-3abeea5acc5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15485 | 2024.05.13 20:55:44.686277 [ 3 ] {} <Trace> HTTP-Session: bd002cd1-1930-43ac-8262-3abeea5acc5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15486 | 2024.05.13 20:55:44.686368 [ 3 ] {cf5e9f99-1067-42e1-8f96-4024b7376db3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15487 | 2024.05.13 20:55:44.686410 [ 3 ] {cf5e9f99-1067-42e1-8f96-4024b7376db3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15488 | 2024.05.13 20:55:44.686532 [ 3 ] {cf5e9f99-1067-42e1-8f96-4024b7376db3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15489 | 2024.05.13 20:55:44.686799 [ 3 ] {cf5e9f99-1067-42e1-8f96-4024b7376db3} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15490 | 2024.05.13 20:55:44.686835 [ 3 ] {cf5e9f99-1067-42e1-8f96-4024b7376db3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15491 | 2024.05.13 20:55:44.687142 [ 3 ] {cf5e9f99-1067-42e1-8f96-4024b7376db3} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
15492 | 2024.05.13 20:55:44.687455 [ 3 ] {cf5e9f99-1067-42e1-8f96-4024b7376db3} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15493 | 2024.05.13 20:55:44.687592 [ 3 ] {cf5e9f99-1067-42e1-8f96-4024b7376db3} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001243 sec., 1609.0104585679808 rows/sec., 112.35 KiB/sec. | ||
15494 | 2024.05.13 20:55:44.687872 [ 3 ] {cf5e9f99-1067-42e1-8f96-4024b7376db3} <Debug> DynamicQueryHandler: Done processing query | ||
15495 | 2024.05.13 20:55:44.687935 [ 3 ] {cf5e9f99-1067-42e1-8f96-4024b7376db3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15496 | 2024.05.13 20:55:44.687980 [ 3 ] {} <Debug> HTTP-Session: bd002cd1-1930-43ac-8262-3abeea5acc5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15497 | 2024.05.13 20:55:44.688131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17981, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15498 | 2024.05.13 20:55:44.688185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15499 | 2024.05.13 20:55:44.688204 [ 3 ] {} <Debug> HTTP-Session: cc522227-bf37-463f-bafd-a8d4ee8c12d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15500 | 2024.05.13 20:55:44.688225 [ 3 ] {} <Debug> HTTP-Session: cc522227-bf37-463f-bafd-a8d4ee8c12d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15501 | 2024.05.13 20:55:44.688239 [ 3 ] {} <Debug> HTTP-Session: cc522227-bf37-463f-bafd-a8d4ee8c12d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15502 | 2024.05.13 20:55:44.688270 [ 3 ] {} <Trace> HTTP-Session: cc522227-bf37-463f-bafd-a8d4ee8c12d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15503 | 2024.05.13 20:55:44.688403 [ 3 ] {978728b1-1043-467d-b661-0e015307e85b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15504 | 2024.05.13 20:55:44.688448 [ 3 ] {978728b1-1043-467d-b661-0e015307e85b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15505 | 2024.05.13 20:55:44.688587 [ 3 ] {978728b1-1043-467d-b661-0e015307e85b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15506 | 2024.05.13 20:55:44.688956 [ 3 ] {978728b1-1043-467d-b661-0e015307e85b} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15507 | 2024.05.13 20:55:44.688991 [ 3 ] {978728b1-1043-467d-b661-0e015307e85b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15508 | 2024.05.13 20:55:44.689307 [ 3 ] {978728b1-1043-467d-b661-0e015307e85b} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
15509 | 2024.05.13 20:55:44.689614 [ 3 ] {978728b1-1043-467d-b661-0e015307e85b} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15510 | 2024.05.13 20:55:44.689765 [ 3 ] {978728b1-1043-467d-b661-0e015307e85b} <Debug> executeQuery: Read 106 rows, 8.46 KiB in 0.001408 sec., 75284.09090909091 rows/sec., 5.87 MiB/sec. | ||
15511 | 2024.05.13 20:55:44.689928 [ 3 ] {978728b1-1043-467d-b661-0e015307e85b} <Debug> DynamicQueryHandler: Done processing query | ||
15512 | 2024.05.13 20:55:44.689952 [ 3 ] {978728b1-1043-467d-b661-0e015307e85b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
15513 | 2024.05.13 20:55:44.689967 [ 3 ] {} <Debug> HTTP-Session: cc522227-bf37-463f-bafd-a8d4ee8c12d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15514 | 2024.05.13 20:55:44.690152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 37784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15515 | 2024.05.13 20:55:44.690201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15516 | 2024.05.13 20:55:44.690221 [ 3 ] {} <Debug> HTTP-Session: e055d799-01f1-4a6a-a19a-a378cc4ffa96 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15517 | 2024.05.13 20:55:44.690237 [ 3 ] {} <Debug> HTTP-Session: e055d799-01f1-4a6a-a19a-a378cc4ffa96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15518 | 2024.05.13 20:55:44.690250 [ 3 ] {} <Debug> HTTP-Session: e055d799-01f1-4a6a-a19a-a378cc4ffa96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15519 | 2024.05.13 20:55:44.690281 [ 3 ] {} <Trace> HTTP-Session: e055d799-01f1-4a6a-a19a-a378cc4ffa96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15520 | 2024.05.13 20:55:44.690445 [ 3 ] {260088cf-bd8e-4044-8e98-ced1083feb3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15521 | 2024.05.13 20:55:44.690490 [ 3 ] {260088cf-bd8e-4044-8e98-ced1083feb3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15522 | 2024.05.13 20:55:44.690658 [ 3 ] {260088cf-bd8e-4044-8e98-ced1083feb3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15523 | 2024.05.13 20:55:44.691120 [ 3 ] {260088cf-bd8e-4044-8e98-ced1083feb3b} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15524 | 2024.05.13 20:55:44.691157 [ 3 ] {260088cf-bd8e-4044-8e98-ced1083feb3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15525 | 2024.05.13 20:55:44.691565 [ 3 ] {260088cf-bd8e-4044-8e98-ced1083feb3b} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
15526 | 2024.05.13 20:55:44.691909 [ 3 ] {260088cf-bd8e-4044-8e98-ced1083feb3b} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15527 | 2024.05.13 20:55:44.692072 [ 3 ] {260088cf-bd8e-4044-8e98-ced1083feb3b} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001711 sec., 115137.3465809468 rows/sec., 8.04 MiB/sec. | ||
15528 | 2024.05.13 20:55:44.692249 [ 3 ] {260088cf-bd8e-4044-8e98-ced1083feb3b} <Debug> DynamicQueryHandler: Done processing query | ||
15529 | 2024.05.13 20:55:44.692274 [ 3 ] {260088cf-bd8e-4044-8e98-ced1083feb3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
15530 | 2024.05.13 20:55:44.692290 [ 3 ] {} <Debug> HTTP-Session: e055d799-01f1-4a6a-a19a-a378cc4ffa96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15531 | 2024.05.13 20:55:44.692416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17160, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15532 | 2024.05.13 20:55:44.692465 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15533 | 2024.05.13 20:55:44.692506 [ 3 ] {} <Debug> HTTP-Session: 6bf813e5-100e-4a1e-9917-8728e5634a18 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15534 | 2024.05.13 20:55:44.692523 [ 3 ] {} <Debug> HTTP-Session: 6bf813e5-100e-4a1e-9917-8728e5634a18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15535 | 2024.05.13 20:55:44.692536 [ 3 ] {} <Debug> HTTP-Session: 6bf813e5-100e-4a1e-9917-8728e5634a18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15536 | 2024.05.13 20:55:44.692566 [ 3 ] {} <Trace> HTTP-Session: 6bf813e5-100e-4a1e-9917-8728e5634a18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15537 | 2024.05.13 20:55:44.692751 [ 3 ] {eee92bd1-aaf6-4de2-8e34-85b495a173c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15538 | 2024.05.13 20:55:44.692797 [ 3 ] {eee92bd1-aaf6-4de2-8e34-85b495a173c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
15539 | 2024.05.13 20:55:44.692957 [ 3 ] {eee92bd1-aaf6-4de2-8e34-85b495a173c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15540 | 2024.05.13 20:55:44.693332 [ 3 ] {eee92bd1-aaf6-4de2-8e34-85b495a173c8} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15541 | 2024.05.13 20:55:44.693367 [ 3 ] {eee92bd1-aaf6-4de2-8e34-85b495a173c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15542 | 2024.05.13 20:55:44.693772 [ 3 ] {eee92bd1-aaf6-4de2-8e34-85b495a173c8} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
15543 | 2024.05.13 20:55:44.694115 [ 3 ] {eee92bd1-aaf6-4de2-8e34-85b495a173c8} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15544 | 2024.05.13 20:55:44.694266 [ 3 ] {eee92bd1-aaf6-4de2-8e34-85b495a173c8} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.00162 sec., 9876.543209876543 rows/sec., 13.33 MiB/sec. | ||
15545 | 2024.05.13 20:55:44.694530 [ 3 ] {eee92bd1-aaf6-4de2-8e34-85b495a173c8} <Debug> DynamicQueryHandler: Done processing query | ||
15546 | 2024.05.13 20:55:44.694591 [ 3 ] {eee92bd1-aaf6-4de2-8e34-85b495a173c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
15547 | 2024.05.13 20:55:44.694658 [ 3 ] {} <Debug> HTTP-Session: 6bf813e5-100e-4a1e-9917-8728e5634a18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15548 | 2024.05.13 20:55:44.694836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15549 | 2024.05.13 20:55:44.694885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15550 | 2024.05.13 20:55:44.694904 [ 3 ] {} <Debug> HTTP-Session: edd85594-5db0-4648-a5d6-66890bdf75c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15551 | 2024.05.13 20:55:44.694921 [ 3 ] {} <Debug> HTTP-Session: edd85594-5db0-4648-a5d6-66890bdf75c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15552 | 2024.05.13 20:55:44.694934 [ 3 ] {} <Debug> HTTP-Session: edd85594-5db0-4648-a5d6-66890bdf75c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15553 | 2024.05.13 20:55:44.694965 [ 3 ] {} <Trace> HTTP-Session: edd85594-5db0-4648-a5d6-66890bdf75c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15554 | 2024.05.13 20:55:44.695082 [ 3 ] {e577a7a8-0dc7-4bcb-ba74-82cb345405e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15555 | 2024.05.13 20:55:44.695128 [ 3 ] {e577a7a8-0dc7-4bcb-ba74-82cb345405e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15556 | 2024.05.13 20:55:44.695271 [ 3 ] {e577a7a8-0dc7-4bcb-ba74-82cb345405e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15557 | 2024.05.13 20:55:44.695575 [ 3 ] {e577a7a8-0dc7-4bcb-ba74-82cb345405e0} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15558 | 2024.05.13 20:55:44.695611 [ 3 ] {e577a7a8-0dc7-4bcb-ba74-82cb345405e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15559 | 2024.05.13 20:55:44.695965 [ 3 ] {e577a7a8-0dc7-4bcb-ba74-82cb345405e0} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
15560 | 2024.05.13 20:55:44.696295 [ 3 ] {e577a7a8-0dc7-4bcb-ba74-82cb345405e0} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15561 | 2024.05.13 20:55:44.696448 [ 3 ] {e577a7a8-0dc7-4bcb-ba74-82cb345405e0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001397 sec., 42949.17680744452 rows/sec., 2.89 MiB/sec. | ||
15562 | 2024.05.13 20:55:44.696603 [ 3 ] {e577a7a8-0dc7-4bcb-ba74-82cb345405e0} <Debug> DynamicQueryHandler: Done processing query | ||
15563 | 2024.05.13 20:55:44.696626 [ 3 ] {e577a7a8-0dc7-4bcb-ba74-82cb345405e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15564 | 2024.05.13 20:55:44.696641 [ 3 ] {} <Debug> HTTP-Session: edd85594-5db0-4648-a5d6-66890bdf75c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15565 | 2024.05.13 20:55:49.678387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 5641, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15566 | 2024.05.13 20:55:49.678520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15567 | 2024.05.13 20:55:49.678549 [ 3 ] {} <Debug> HTTP-Session: 8d636201-eafa-4e8d-946b-4ebde8ce6a18 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15568 | 2024.05.13 20:55:49.678576 [ 3 ] {} <Debug> HTTP-Session: 8d636201-eafa-4e8d-946b-4ebde8ce6a18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15569 | 2024.05.13 20:55:49.678593 [ 3 ] {} <Debug> HTTP-Session: 8d636201-eafa-4e8d-946b-4ebde8ce6a18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15570 | 2024.05.13 20:55:49.678649 [ 3 ] {} <Trace> HTTP-Session: 8d636201-eafa-4e8d-946b-4ebde8ce6a18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15571 | 2024.05.13 20:55:49.678855 [ 3 ] {78f232c1-8826-42ee-be52-da6d90d52395} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15572 | 2024.05.13 20:55:49.678929 [ 3 ] {78f232c1-8826-42ee-be52-da6d90d52395} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15573 | 2024.05.13 20:55:49.679127 [ 3 ] {78f232c1-8826-42ee-be52-da6d90d52395} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15574 | 2024.05.13 20:55:49.679629 [ 3 ] {78f232c1-8826-42ee-be52-da6d90d52395} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15575 | 2024.05.13 20:55:49.679668 [ 3 ] {78f232c1-8826-42ee-be52-da6d90d52395} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15576 | 2024.05.13 20:55:49.680035 [ 3 ] {78f232c1-8826-42ee-be52-da6d90d52395} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
15577 | 2024.05.13 20:55:49.680367 [ 3 ] {78f232c1-8826-42ee-be52-da6d90d52395} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15578 | 2024.05.13 20:55:49.680495 [ 3 ] {78f232c1-8826-42ee-be52-da6d90d52395} <Debug> executeQuery: Read 39 rows, 3.16 KiB in 0.001726 sec., 22595.596755504055 rows/sec., 1.79 MiB/sec. | ||
15579 | 2024.05.13 20:55:49.680511 [ 107 ] {} <Debug> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
15580 | 2024.05.13 20:55:49.680564 [ 107 ] {} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15581 | 2024.05.13 20:55:49.680599 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15582 | 2024.05.13 20:55:49.680712 [ 3 ] {78f232c1-8826-42ee-be52-da6d90d52395} <Debug> DynamicQueryHandler: Done processing query | ||
15583 | 2024.05.13 20:55:49.680783 [ 3 ] {78f232c1-8826-42ee-be52-da6d90d52395} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15584 | 2024.05.13 20:55:49.680849 [ 3 ] {} <Debug> HTTP-Session: 8d636201-eafa-4e8d-946b-4ebde8ce6a18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15585 | 2024.05.13 20:55:49.681081 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
15586 | 2024.05.13 20:55:49.681115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 25597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15587 | 2024.05.13 20:55:49.681304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15588 | 2024.05.13 20:55:49.681402 [ 3 ] {} <Debug> HTTP-Session: 9a535002-e6f7-446d-8109-6e0c853cf5b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15589 | 2024.05.13 20:55:49.681478 [ 3 ] {} <Debug> HTTP-Session: 9a535002-e6f7-446d-8109-6e0c853cf5b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15590 | 2024.05.13 20:55:49.681547 [ 3 ] {} <Debug> HTTP-Session: 9a535002-e6f7-446d-8109-6e0c853cf5b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15591 | 2024.05.13 20:55:49.681696 [ 3 ] {} <Trace> HTTP-Session: 9a535002-e6f7-446d-8109-6e0c853cf5b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15592 | 2024.05.13 20:55:49.681946 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15593 | 2024.05.13 20:55:49.682076 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 55 rows starting from the beginning of the part | ||
15594 | 2024.05.13 20:55:49.682085 [ 3 ] {ed3deeca-6d27-4c6d-b0f4-ea306ca2d267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15595 | 2024.05.13 20:55:49.682218 [ 3 ] {ed3deeca-6d27-4c6d-b0f4-ea306ca2d267} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15596 | 2024.05.13 20:55:49.682608 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 30 rows starting from the beginning of the part | ||
15597 | 2024.05.13 20:55:49.682977 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 25 rows starting from the beginning of the part | ||
15598 | 2024.05.13 20:55:49.683303 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 30 rows starting from the beginning of the part | ||
15599 | 2024.05.13 20:55:49.683458 [ 3 ] {ed3deeca-6d27-4c6d-b0f4-ea306ca2d267} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15600 | 2024.05.13 20:55:49.683620 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 16 rows starting from the beginning of the part | ||
15601 | 2024.05.13 20:55:49.683863 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 39 rows starting from the beginning of the part | ||
15602 | 2024.05.13 20:55:49.684778 [ 3 ] {ed3deeca-6d27-4c6d-b0f4-ea306ca2d267} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15603 | 2024.05.13 20:55:49.684830 [ 3 ] {ed3deeca-6d27-4c6d-b0f4-ea306ca2d267} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15604 | 2024.05.13 20:55:49.685673 [ 3 ] {ed3deeca-6d27-4c6d-b0f4-ea306ca2d267} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
15605 | 2024.05.13 20:55:49.686402 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 4 columns (4 merged, 0 gathered) in 0.005674384 sec., 34364.963668303026 rows/sec., 2.72 MiB/sec. | ||
15606 | 2024.05.13 20:55:49.686574 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
15607 | 2024.05.13 20:55:49.686583 [ 3 ] {ed3deeca-6d27-4c6d-b0f4-ea306ca2d267} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15608 | 2024.05.13 20:55:49.686926 [ 3 ] {ed3deeca-6d27-4c6d-b0f4-ea306ca2d267} <Debug> executeQuery: Read 173 rows, 15.08 KiB in 0.004975 sec., 34773.86934673366 rows/sec., 2.96 MiB/sec. | ||
15609 | 2024.05.13 20:55:49.687342 [ 3 ] {ed3deeca-6d27-4c6d-b0f4-ea306ca2d267} <Debug> DynamicQueryHandler: Done processing query | ||
15610 | 2024.05.13 20:55:49.687386 [ 3 ] {ed3deeca-6d27-4c6d-b0f4-ea306ca2d267} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
15611 | 2024.05.13 20:55:49.687415 [ 3 ] {} <Debug> HTTP-Session: 9a535002-e6f7-446d-8109-6e0c853cf5b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15612 | 2024.05.13 20:55:49.687454 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_96_19} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15613 | 2024.05.13 20:55:49.687549 [ 186 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_96_19} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
15614 | 2024.05.13 20:55:49.687655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15615 | 2024.05.13 20:55:49.687667 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
15616 | 2024.05.13 20:55:49.687724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15617 | 2024.05.13 20:55:49.687749 [ 3 ] {} <Debug> HTTP-Session: fc0c1cba-5674-4f2f-87cb-6e62f36344b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15618 | 2024.05.13 20:55:49.687765 [ 3 ] {} <Debug> HTTP-Session: fc0c1cba-5674-4f2f-87cb-6e62f36344b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15619 | 2024.05.13 20:55:49.687779 [ 3 ] {} <Debug> HTTP-Session: fc0c1cba-5674-4f2f-87cb-6e62f36344b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15620 | 2024.05.13 20:55:49.687811 [ 3 ] {} <Trace> HTTP-Session: fc0c1cba-5674-4f2f-87cb-6e62f36344b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15621 | 2024.05.13 20:55:49.687956 [ 3 ] {373560b7-04e8-4752-ab16-00b41537c693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15622 | 2024.05.13 20:55:49.687999 [ 3 ] {373560b7-04e8-4752-ab16-00b41537c693} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15623 | 2024.05.13 20:55:49.688142 [ 3 ] {373560b7-04e8-4752-ab16-00b41537c693} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15624 | 2024.05.13 20:55:49.688513 [ 3 ] {373560b7-04e8-4752-ab16-00b41537c693} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15625 | 2024.05.13 20:55:49.688549 [ 3 ] {373560b7-04e8-4752-ab16-00b41537c693} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15626 | 2024.05.13 20:55:49.688869 [ 3 ] {373560b7-04e8-4752-ab16-00b41537c693} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
15627 | 2024.05.13 20:55:49.689193 [ 3 ] {373560b7-04e8-4752-ab16-00b41537c693} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15628 | 2024.05.13 20:55:49.689314 [ 3 ] {373560b7-04e8-4752-ab16-00b41537c693} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001423 sec., 72382.29093464512 rows/sec., 5.65 MiB/sec. | ||
15629 | 2024.05.13 20:55:49.689533 [ 3 ] {373560b7-04e8-4752-ab16-00b41537c693} <Debug> DynamicQueryHandler: Done processing query | ||
15630 | 2024.05.13 20:55:49.689583 [ 3 ] {373560b7-04e8-4752-ab16-00b41537c693} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
15631 | 2024.05.13 20:55:49.689640 [ 3 ] {} <Debug> HTTP-Session: fc0c1cba-5674-4f2f-87cb-6e62f36344b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15632 | 2024.05.13 20:55:49.689893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15633 | 2024.05.13 20:55:49.689977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15634 | 2024.05.13 20:55:49.690003 [ 3 ] {} <Debug> HTTP-Session: 425cc050-6936-45f8-a644-8ba53da8c525 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15635 | 2024.05.13 20:55:49.690020 [ 3 ] {} <Debug> HTTP-Session: 425cc050-6936-45f8-a644-8ba53da8c525 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15636 | 2024.05.13 20:55:49.690033 [ 3 ] {} <Debug> HTTP-Session: 425cc050-6936-45f8-a644-8ba53da8c525 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15637 | 2024.05.13 20:55:49.690065 [ 3 ] {} <Trace> HTTP-Session: 425cc050-6936-45f8-a644-8ba53da8c525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15638 | 2024.05.13 20:55:49.690209 [ 3 ] {6cdd9cf5-3f95-4a20-bb44-d5bdff7e72d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15639 | 2024.05.13 20:55:49.690256 [ 3 ] {6cdd9cf5-3f95-4a20-bb44-d5bdff7e72d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15640 | 2024.05.13 20:55:49.690415 [ 3 ] {6cdd9cf5-3f95-4a20-bb44-d5bdff7e72d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15641 | 2024.05.13 20:55:49.690855 [ 3 ] {6cdd9cf5-3f95-4a20-bb44-d5bdff7e72d1} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15642 | 2024.05.13 20:55:49.690891 [ 3 ] {6cdd9cf5-3f95-4a20-bb44-d5bdff7e72d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15643 | 2024.05.13 20:55:49.691279 [ 3 ] {6cdd9cf5-3f95-4a20-bb44-d5bdff7e72d1} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
15644 | 2024.05.13 20:55:49.691614 [ 3 ] {6cdd9cf5-3f95-4a20-bb44-d5bdff7e72d1} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15645 | 2024.05.13 20:55:49.691741 [ 3 ] {6cdd9cf5-3f95-4a20-bb44-d5bdff7e72d1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001594 sec., 100376.41154328734 rows/sec., 6.99 MiB/sec. | ||
15646 | 2024.05.13 20:55:49.691905 [ 3 ] {6cdd9cf5-3f95-4a20-bb44-d5bdff7e72d1} <Debug> DynamicQueryHandler: Done processing query | ||
15647 | 2024.05.13 20:55:49.691929 [ 3 ] {6cdd9cf5-3f95-4a20-bb44-d5bdff7e72d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15648 | 2024.05.13 20:55:49.691945 [ 3 ] {} <Debug> HTTP-Session: 425cc050-6936-45f8-a644-8ba53da8c525 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15649 | 2024.05.13 20:55:49.692116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 41743, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15650 | 2024.05.13 20:55:49.692165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15651 | 2024.05.13 20:55:49.692184 [ 3 ] {} <Debug> HTTP-Session: 34533ae5-0b5f-4ed8-adf6-0452430ae73e Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15652 | 2024.05.13 20:55:49.692200 [ 3 ] {} <Debug> HTTP-Session: 34533ae5-0b5f-4ed8-adf6-0452430ae73e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15653 | 2024.05.13 20:55:49.692214 [ 3 ] {} <Debug> HTTP-Session: 34533ae5-0b5f-4ed8-adf6-0452430ae73e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15654 | 2024.05.13 20:55:49.692245 [ 3 ] {} <Trace> HTTP-Session: 34533ae5-0b5f-4ed8-adf6-0452430ae73e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15655 | 2024.05.13 20:55:49.692527 [ 3 ] {7fdebb2a-3509-470c-9c53-0a06ba70194f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15656 | 2024.05.13 20:55:49.692575 [ 3 ] {7fdebb2a-3509-470c-9c53-0a06ba70194f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
15657 | 2024.05.13 20:55:49.692726 [ 3 ] {7fdebb2a-3509-470c-9c53-0a06ba70194f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15658 | 2024.05.13 20:55:49.693334 [ 3 ] {7fdebb2a-3509-470c-9c53-0a06ba70194f} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15659 | 2024.05.13 20:55:49.693369 [ 3 ] {7fdebb2a-3509-470c-9c53-0a06ba70194f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15660 | 2024.05.13 20:55:49.693785 [ 3 ] {7fdebb2a-3509-470c-9c53-0a06ba70194f} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
15661 | 2024.05.13 20:55:49.694128 [ 3 ] {7fdebb2a-3509-470c-9c53-0a06ba70194f} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15662 | 2024.05.13 20:55:49.694251 [ 107 ] {} <Debug> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
15663 | 2024.05.13 20:55:49.694253 [ 3 ] {7fdebb2a-3509-470c-9c53-0a06ba70194f} <Debug> executeQuery: Read 39 rows, 53.89 KiB in 0.001925 sec., 20259.740259740258 rows/sec., 27.34 MiB/sec. | ||
15664 | 2024.05.13 20:55:49.694291 [ 107 ] {} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15665 | 2024.05.13 20:55:49.694335 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15666 | 2024.05.13 20:55:49.694472 [ 191 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
15667 | 2024.05.13 20:55:49.694491 [ 3 ] {7fdebb2a-3509-470c-9c53-0a06ba70194f} <Debug> DynamicQueryHandler: Done processing query | ||
15668 | 2024.05.13 20:55:49.694522 [ 3 ] {7fdebb2a-3509-470c-9c53-0a06ba70194f} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
15669 | 2024.05.13 20:55:49.694544 [ 3 ] {} <Debug> HTTP-Session: 34533ae5-0b5f-4ed8-adf6-0452430ae73e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15670 | 2024.05.13 20:55:49.694648 [ 191 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15671 | 2024.05.13 20:55:49.694671 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15672 | 2024.05.13 20:55:49.694698 [ 191 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1648 rows starting from the beginning of the part | ||
15673 | 2024.05.13 20:55:49.694732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15674 | 2024.05.13 20:55:49.694759 [ 3 ] {} <Debug> HTTP-Session: 16550a3e-7c71-4f3c-8b29-cca2aaed42b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15675 | 2024.05.13 20:55:49.694828 [ 3 ] {} <Debug> HTTP-Session: 16550a3e-7c71-4f3c-8b29-cca2aaed42b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15676 | 2024.05.13 20:55:49.694907 [ 3 ] {} <Debug> HTTP-Session: 16550a3e-7c71-4f3c-8b29-cca2aaed42b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15677 | 2024.05.13 20:55:49.694952 [ 191 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 30 rows starting from the beginning of the part | ||
15678 | 2024.05.13 20:55:49.695004 [ 3 ] {} <Trace> HTTP-Session: 16550a3e-7c71-4f3c-8b29-cca2aaed42b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15679 | 2024.05.13 20:55:49.695226 [ 191 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 25 rows starting from the beginning of the part | ||
15680 | 2024.05.13 20:55:49.695286 [ 3 ] {6f38c2e6-e189-4141-8f1d-e445358c85c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15681 | 2024.05.13 20:55:49.695396 [ 191 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 30 rows starting from the beginning of the part | ||
15682 | 2024.05.13 20:55:49.695408 [ 3 ] {6f38c2e6-e189-4141-8f1d-e445358c85c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15683 | 2024.05.13 20:55:49.695717 [ 191 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 16 rows starting from the beginning of the part | ||
15684 | 2024.05.13 20:55:49.696027 [ 191 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 39 rows starting from the beginning of the part | ||
15685 | 2024.05.13 20:55:49.696336 [ 3 ] {6f38c2e6-e189-4141-8f1d-e445358c85c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15686 | 2024.05.13 20:55:49.696858 [ 3 ] {6f38c2e6-e189-4141-8f1d-e445358c85c3} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15687 | 2024.05.13 20:55:49.696896 [ 3 ] {6f38c2e6-e189-4141-8f1d-e445358c85c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15688 | 2024.05.13 20:55:49.697256 [ 3 ] {6f38c2e6-e189-4141-8f1d-e445358c85c3} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
15689 | 2024.05.13 20:55:49.697582 [ 3 ] {6f38c2e6-e189-4141-8f1d-e445358c85c3} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15690 | 2024.05.13 20:55:49.697781 [ 3 ] {6f38c2e6-e189-4141-8f1d-e445358c85c3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002583 sec., 23228.803716608596 rows/sec., 1.57 MiB/sec. | ||
15691 | 2024.05.13 20:55:49.698189 [ 3 ] {6f38c2e6-e189-4141-8f1d-e445358c85c3} <Debug> DynamicQueryHandler: Done processing query | ||
15692 | 2024.05.13 20:55:49.698282 [ 3 ] {6f38c2e6-e189-4141-8f1d-e445358c85c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15693 | 2024.05.13 20:55:49.698391 [ 3 ] {} <Debug> HTTP-Session: 16550a3e-7c71-4f3c-8b29-cca2aaed42b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15694 | 2024.05.13 20:55:49.702150 [ 193 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1788 rows, containing 6 columns (6 merged, 0 gathered) in 0.007727513 sec., 231381.04070481667 rows/sec., 312.24 MiB/sec. | ||
15695 | 2024.05.13 20:55:49.703503 [ 193 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
15696 | 2024.05.13 20:55:49.703994 [ 193 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_96_19} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15697 | 2024.05.13 20:55:49.704091 [ 193 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_96_19} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
15698 | 2024.05.13 20:55:49.704203 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.21 MiB. | ||
15699 | 2024.05.13 20:55:54.678475 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 2345, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15700 | 2024.05.13 20:55:54.678601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15701 | 2024.05.13 20:55:54.678626 [ 3 ] {} <Debug> HTTP-Session: 35856024-ed2a-473d-8419-111e07fd8689 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15702 | 2024.05.13 20:55:54.678650 [ 3 ] {} <Debug> HTTP-Session: 35856024-ed2a-473d-8419-111e07fd8689 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15703 | 2024.05.13 20:55:54.678665 [ 3 ] {} <Debug> HTTP-Session: 35856024-ed2a-473d-8419-111e07fd8689 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15704 | 2024.05.13 20:55:54.678713 [ 3 ] {} <Trace> HTTP-Session: 35856024-ed2a-473d-8419-111e07fd8689 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15705 | 2024.05.13 20:55:54.678896 [ 3 ] {f285a59a-0b4b-4714-9f0c-edb1cf64a079} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15706 | 2024.05.13 20:55:54.678963 [ 3 ] {f285a59a-0b4b-4714-9f0c-edb1cf64a079} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15707 | 2024.05.13 20:55:54.679149 [ 3 ] {f285a59a-0b4b-4714-9f0c-edb1cf64a079} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15708 | 2024.05.13 20:55:54.679586 [ 3 ] {f285a59a-0b4b-4714-9f0c-edb1cf64a079} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15709 | 2024.05.13 20:55:54.679626 [ 3 ] {f285a59a-0b4b-4714-9f0c-edb1cf64a079} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15710 | 2024.05.13 20:55:54.679989 [ 3 ] {f285a59a-0b4b-4714-9f0c-edb1cf64a079} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
15711 | 2024.05.13 20:55:54.680324 [ 3 ] {f285a59a-0b4b-4714-9f0c-edb1cf64a079} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15712 | 2024.05.13 20:55:54.680490 [ 3 ] {f285a59a-0b4b-4714-9f0c-edb1cf64a079} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001649 sec., 9702.850212249848 rows/sec., 786.46 KiB/sec. | ||
15713 | 2024.05.13 20:55:54.680788 [ 3 ] {f285a59a-0b4b-4714-9f0c-edb1cf64a079} <Debug> DynamicQueryHandler: Done processing query | ||
15714 | 2024.05.13 20:55:54.680848 [ 3 ] {f285a59a-0b4b-4714-9f0c-edb1cf64a079} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15715 | 2024.05.13 20:55:54.680909 [ 3 ] {} <Debug> HTTP-Session: 35856024-ed2a-473d-8419-111e07fd8689 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15716 | 2024.05.13 20:55:54.681089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 15044, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15717 | 2024.05.13 20:55:54.681143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15718 | 2024.05.13 20:55:54.681167 [ 3 ] {} <Debug> HTTP-Session: 7f15b53e-c123-47f6-ad96-d5b5556b88b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15719 | 2024.05.13 20:55:54.681185 [ 3 ] {} <Debug> HTTP-Session: 7f15b53e-c123-47f6-ad96-d5b5556b88b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15720 | 2024.05.13 20:55:54.681200 [ 3 ] {} <Debug> HTTP-Session: 7f15b53e-c123-47f6-ad96-d5b5556b88b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15721 | 2024.05.13 20:55:54.681233 [ 3 ] {} <Trace> HTTP-Session: 7f15b53e-c123-47f6-ad96-d5b5556b88b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15722 | 2024.05.13 20:55:54.681365 [ 3 ] {b82ea670-c987-4f9e-b671-779aa1bc1b09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15723 | 2024.05.13 20:55:54.681410 [ 3 ] {b82ea670-c987-4f9e-b671-779aa1bc1b09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15724 | 2024.05.13 20:55:54.681561 [ 3 ] {b82ea670-c987-4f9e-b671-779aa1bc1b09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15725 | 2024.05.13 20:55:54.681951 [ 3 ] {b82ea670-c987-4f9e-b671-779aa1bc1b09} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15726 | 2024.05.13 20:55:54.681989 [ 3 ] {b82ea670-c987-4f9e-b671-779aa1bc1b09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15727 | 2024.05.13 20:55:54.682310 [ 3 ] {b82ea670-c987-4f9e-b671-779aa1bc1b09} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
15728 | 2024.05.13 20:55:54.682626 [ 3 ] {b82ea670-c987-4f9e-b671-779aa1bc1b09} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15729 | 2024.05.13 20:55:54.682791 [ 3 ] {b82ea670-c987-4f9e-b671-779aa1bc1b09} <Debug> executeQuery: Read 104 rows, 8.71 KiB in 0.001469 sec., 70796.46017699115 rows/sec., 5.79 MiB/sec. | ||
15730 | 2024.05.13 20:55:54.682993 [ 3 ] {b82ea670-c987-4f9e-b671-779aa1bc1b09} <Debug> DynamicQueryHandler: Done processing query | ||
15731 | 2024.05.13 20:55:54.683031 [ 3 ] {b82ea670-c987-4f9e-b671-779aa1bc1b09} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
15732 | 2024.05.13 20:55:54.683064 [ 3 ] {} <Debug> HTTP-Session: 7f15b53e-c123-47f6-ad96-d5b5556b88b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15733 | 2024.05.13 20:55:54.683207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 13596, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15734 | 2024.05.13 20:55:54.683255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15735 | 2024.05.13 20:55:54.683275 [ 3 ] {} <Debug> HTTP-Session: e48fd887-5810-4766-ae12-b583eacac972 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15736 | 2024.05.13 20:55:54.683291 [ 3 ] {} <Debug> HTTP-Session: e48fd887-5810-4766-ae12-b583eacac972 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15737 | 2024.05.13 20:55:54.683304 [ 3 ] {} <Debug> HTTP-Session: e48fd887-5810-4766-ae12-b583eacac972 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15738 | 2024.05.13 20:55:54.683334 [ 3 ] {} <Trace> HTTP-Session: e48fd887-5810-4766-ae12-b583eacac972 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15739 | 2024.05.13 20:55:54.683450 [ 3 ] {63f39330-a5e1-4a21-ae15-53ecd7068fb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15740 | 2024.05.13 20:55:54.683491 [ 3 ] {63f39330-a5e1-4a21-ae15-53ecd7068fb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15741 | 2024.05.13 20:55:54.683616 [ 3 ] {63f39330-a5e1-4a21-ae15-53ecd7068fb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15742 | 2024.05.13 20:55:54.683976 [ 3 ] {63f39330-a5e1-4a21-ae15-53ecd7068fb6} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15743 | 2024.05.13 20:55:54.684013 [ 3 ] {63f39330-a5e1-4a21-ae15-53ecd7068fb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15744 | 2024.05.13 20:55:54.684339 [ 3 ] {63f39330-a5e1-4a21-ae15-53ecd7068fb6} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
15745 | 2024.05.13 20:55:54.684652 [ 3 ] {63f39330-a5e1-4a21-ae15-53ecd7068fb6} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15746 | 2024.05.13 20:55:54.684807 [ 3 ] {63f39330-a5e1-4a21-ae15-53ecd7068fb6} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001391 sec., 57512.58087706685 rows/sec., 4.49 MiB/sec. | ||
15747 | 2024.05.13 20:55:54.685068 [ 3 ] {63f39330-a5e1-4a21-ae15-53ecd7068fb6} <Debug> DynamicQueryHandler: Done processing query | ||
15748 | 2024.05.13 20:55:54.685134 [ 3 ] {63f39330-a5e1-4a21-ae15-53ecd7068fb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
15749 | 2024.05.13 20:55:54.685188 [ 3 ] {} <Debug> HTTP-Session: e48fd887-5810-4766-ae12-b583eacac972 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15750 | 2024.05.13 20:55:54.685398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15751 | 2024.05.13 20:55:54.685450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15752 | 2024.05.13 20:55:54.685469 [ 3 ] {} <Debug> HTTP-Session: 9d442089-9ec6-47d8-ba43-e06cde7d01f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15753 | 2024.05.13 20:55:54.685487 [ 3 ] {} <Debug> HTTP-Session: 9d442089-9ec6-47d8-ba43-e06cde7d01f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15754 | 2024.05.13 20:55:54.685500 [ 3 ] {} <Debug> HTTP-Session: 9d442089-9ec6-47d8-ba43-e06cde7d01f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15755 | 2024.05.13 20:55:54.685532 [ 3 ] {} <Trace> HTTP-Session: 9d442089-9ec6-47d8-ba43-e06cde7d01f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15756 | 2024.05.13 20:55:54.685682 [ 3 ] {71d807bb-ece9-470a-ab18-3785ccde0c89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15757 | 2024.05.13 20:55:54.685731 [ 3 ] {71d807bb-ece9-470a-ab18-3785ccde0c89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15758 | 2024.05.13 20:55:54.685889 [ 3 ] {71d807bb-ece9-470a-ab18-3785ccde0c89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15759 | 2024.05.13 20:55:54.686268 [ 3 ] {71d807bb-ece9-470a-ab18-3785ccde0c89} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15760 | 2024.05.13 20:55:54.686303 [ 3 ] {71d807bb-ece9-470a-ab18-3785ccde0c89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15761 | 2024.05.13 20:55:54.686729 [ 3 ] {71d807bb-ece9-470a-ab18-3785ccde0c89} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
15762 | 2024.05.13 20:55:54.687072 [ 3 ] {71d807bb-ece9-470a-ab18-3785ccde0c89} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15763 | 2024.05.13 20:55:54.687229 [ 3 ] {71d807bb-ece9-470a-ab18-3785ccde0c89} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001605 sec., 99688.47352024922 rows/sec., 6.94 MiB/sec. | ||
15764 | 2024.05.13 20:55:54.687387 [ 3 ] {71d807bb-ece9-470a-ab18-3785ccde0c89} <Debug> DynamicQueryHandler: Done processing query | ||
15765 | 2024.05.13 20:55:54.687411 [ 3 ] {71d807bb-ece9-470a-ab18-3785ccde0c89} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15766 | 2024.05.13 20:55:54.687426 [ 3 ] {} <Debug> HTTP-Session: 9d442089-9ec6-47d8-ba43-e06cde7d01f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15767 | 2024.05.13 20:55:54.687553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17160, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15768 | 2024.05.13 20:55:54.687601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15769 | 2024.05.13 20:55:54.687620 [ 3 ] {} <Debug> HTTP-Session: 6ac382e6-a555-4915-877b-3db639053a86 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15770 | 2024.05.13 20:55:54.687636 [ 3 ] {} <Debug> HTTP-Session: 6ac382e6-a555-4915-877b-3db639053a86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15771 | 2024.05.13 20:55:54.687650 [ 3 ] {} <Debug> HTTP-Session: 6ac382e6-a555-4915-877b-3db639053a86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15772 | 2024.05.13 20:55:54.687680 [ 3 ] {} <Trace> HTTP-Session: 6ac382e6-a555-4915-877b-3db639053a86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15773 | 2024.05.13 20:55:54.687855 [ 3 ] {05e6c34d-68f3-4140-979b-8ca6d95841e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15774 | 2024.05.13 20:55:54.687902 [ 3 ] {05e6c34d-68f3-4140-979b-8ca6d95841e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
15775 | 2024.05.13 20:55:54.688055 [ 3 ] {05e6c34d-68f3-4140-979b-8ca6d95841e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15776 | 2024.05.13 20:55:54.688443 [ 3 ] {05e6c34d-68f3-4140-979b-8ca6d95841e2} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15777 | 2024.05.13 20:55:54.688478 [ 3 ] {05e6c34d-68f3-4140-979b-8ca6d95841e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15778 | 2024.05.13 20:55:54.688873 [ 3 ] {05e6c34d-68f3-4140-979b-8ca6d95841e2} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
15779 | 2024.05.13 20:55:54.689221 [ 3 ] {05e6c34d-68f3-4140-979b-8ca6d95841e2} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15780 | 2024.05.13 20:55:54.689366 [ 3 ] {05e6c34d-68f3-4140-979b-8ca6d95841e2} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001604 sec., 9975.062344139651 rows/sec., 13.46 MiB/sec. | ||
15781 | 2024.05.13 20:55:54.689543 [ 3 ] {05e6c34d-68f3-4140-979b-8ca6d95841e2} <Debug> DynamicQueryHandler: Done processing query | ||
15782 | 2024.05.13 20:55:54.689568 [ 3 ] {05e6c34d-68f3-4140-979b-8ca6d95841e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
15783 | 2024.05.13 20:55:54.689583 [ 3 ] {} <Debug> HTTP-Session: 6ac382e6-a555-4915-877b-3db639053a86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15784 | 2024.05.13 20:55:54.689699 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15785 | 2024.05.13 20:55:54.689746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15786 | 2024.05.13 20:55:54.689767 [ 3 ] {} <Debug> HTTP-Session: 7f7e5a5e-7460-4a1b-a9b5-6783cf43fc0e Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15787 | 2024.05.13 20:55:54.689783 [ 3 ] {} <Debug> HTTP-Session: 7f7e5a5e-7460-4a1b-a9b5-6783cf43fc0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15788 | 2024.05.13 20:55:54.689797 [ 3 ] {} <Debug> HTTP-Session: 7f7e5a5e-7460-4a1b-a9b5-6783cf43fc0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15789 | 2024.05.13 20:55:54.689828 [ 3 ] {} <Trace> HTTP-Session: 7f7e5a5e-7460-4a1b-a9b5-6783cf43fc0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15790 | 2024.05.13 20:55:54.689953 [ 3 ] {b004af1e-877d-4f92-98c7-99558db1f50e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15791 | 2024.05.13 20:55:54.689997 [ 3 ] {b004af1e-877d-4f92-98c7-99558db1f50e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15792 | 2024.05.13 20:55:54.690126 [ 3 ] {b004af1e-877d-4f92-98c7-99558db1f50e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15793 | 2024.05.13 20:55:54.690421 [ 3 ] {b004af1e-877d-4f92-98c7-99558db1f50e} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15794 | 2024.05.13 20:55:54.690458 [ 3 ] {b004af1e-877d-4f92-98c7-99558db1f50e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15795 | 2024.05.13 20:55:54.690806 [ 3 ] {b004af1e-877d-4f92-98c7-99558db1f50e} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
15796 | 2024.05.13 20:55:54.691129 [ 3 ] {b004af1e-877d-4f92-98c7-99558db1f50e} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15797 | 2024.05.13 20:55:54.691273 [ 3 ] {b004af1e-877d-4f92-98c7-99558db1f50e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001362 sec., 44052.86343612335 rows/sec., 2.97 MiB/sec. | ||
15798 | 2024.05.13 20:55:54.691424 [ 3 ] {b004af1e-877d-4f92-98c7-99558db1f50e} <Debug> DynamicQueryHandler: Done processing query | ||
15799 | 2024.05.13 20:55:54.691446 [ 3 ] {b004af1e-877d-4f92-98c7-99558db1f50e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15800 | 2024.05.13 20:55:54.691465 [ 3 ] {} <Debug> HTTP-Session: 7f7e5a5e-7460-4a1b-a9b5-6783cf43fc0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15801 | 2024.05.13 20:55:57.834312 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15802 | 2024.05.13 20:55:57.834425 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15803 | 2024.05.13 20:55:59.678348 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 5641, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15804 | 2024.05.13 20:55:59.678485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15805 | 2024.05.13 20:55:59.678513 [ 3 ] {} <Debug> HTTP-Session: 0fa89945-8b96-46c1-9aae-99b8998ad3f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15806 | 2024.05.13 20:55:59.678540 [ 3 ] {} <Debug> HTTP-Session: 0fa89945-8b96-46c1-9aae-99b8998ad3f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15807 | 2024.05.13 20:55:59.678558 [ 3 ] {} <Debug> HTTP-Session: 0fa89945-8b96-46c1-9aae-99b8998ad3f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15808 | 2024.05.13 20:55:59.678613 [ 3 ] {} <Trace> HTTP-Session: 0fa89945-8b96-46c1-9aae-99b8998ad3f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15809 | 2024.05.13 20:55:59.678836 [ 3 ] {823c5073-90a2-43ff-9ab4-c4a4a5397371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15810 | 2024.05.13 20:55:59.678912 [ 3 ] {823c5073-90a2-43ff-9ab4-c4a4a5397371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15811 | 2024.05.13 20:55:59.679133 [ 3 ] {823c5073-90a2-43ff-9ab4-c4a4a5397371} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15812 | 2024.05.13 20:55:59.679581 [ 3 ] {823c5073-90a2-43ff-9ab4-c4a4a5397371} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15813 | 2024.05.13 20:55:59.679624 [ 3 ] {823c5073-90a2-43ff-9ab4-c4a4a5397371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15814 | 2024.05.13 20:55:59.680018 [ 3 ] {823c5073-90a2-43ff-9ab4-c4a4a5397371} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
15815 | 2024.05.13 20:55:59.680422 [ 3 ] {823c5073-90a2-43ff-9ab4-c4a4a5397371} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15816 | 2024.05.13 20:55:59.680610 [ 3 ] {823c5073-90a2-43ff-9ab4-c4a4a5397371} <Debug> executeQuery: Read 39 rows, 3.16 KiB in 0.001842 sec., 21172.638436482084 rows/sec., 1.68 MiB/sec. | ||
15817 | 2024.05.13 20:55:59.680813 [ 3 ] {823c5073-90a2-43ff-9ab4-c4a4a5397371} <Debug> DynamicQueryHandler: Done processing query | ||
15818 | 2024.05.13 20:55:59.680840 [ 3 ] {823c5073-90a2-43ff-9ab4-c4a4a5397371} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15819 | 2024.05.13 20:55:59.680856 [ 3 ] {} <Debug> HTTP-Session: 0fa89945-8b96-46c1-9aae-99b8998ad3f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15820 | 2024.05.13 20:55:59.680996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 25597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15821 | 2024.05.13 20:55:59.681046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15822 | 2024.05.13 20:55:59.681065 [ 3 ] {} <Debug> HTTP-Session: 20b16066-fd42-4a4d-8da2-1d8d6c1d1b26 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15823 | 2024.05.13 20:55:59.681082 [ 3 ] {} <Debug> HTTP-Session: 20b16066-fd42-4a4d-8da2-1d8d6c1d1b26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15824 | 2024.05.13 20:55:59.681096 [ 3 ] {} <Debug> HTTP-Session: 20b16066-fd42-4a4d-8da2-1d8d6c1d1b26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15825 | 2024.05.13 20:55:59.681127 [ 3 ] {} <Trace> HTTP-Session: 20b16066-fd42-4a4d-8da2-1d8d6c1d1b26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15826 | 2024.05.13 20:55:59.681271 [ 3 ] {ea19502e-6a40-4459-84e7-5cb2c5824e58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15827 | 2024.05.13 20:55:59.681315 [ 3 ] {ea19502e-6a40-4459-84e7-5cb2c5824e58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15828 | 2024.05.13 20:55:59.681441 [ 3 ] {ea19502e-6a40-4459-84e7-5cb2c5824e58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15829 | 2024.05.13 20:55:59.681860 [ 3 ] {ea19502e-6a40-4459-84e7-5cb2c5824e58} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15830 | 2024.05.13 20:55:59.681896 [ 3 ] {ea19502e-6a40-4459-84e7-5cb2c5824e58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15831 | 2024.05.13 20:55:59.682216 [ 3 ] {ea19502e-6a40-4459-84e7-5cb2c5824e58} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
15832 | 2024.05.13 20:55:59.682538 [ 3 ] {ea19502e-6a40-4459-84e7-5cb2c5824e58} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15833 | 2024.05.13 20:55:59.682688 [ 3 ] {ea19502e-6a40-4459-84e7-5cb2c5824e58} <Debug> executeQuery: Read 173 rows, 15.08 KiB in 0.00148 sec., 116891.8918918919 rows/sec., 9.95 MiB/sec. | ||
15834 | 2024.05.13 20:55:59.682701 [ 146 ] {} <Debug> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
15835 | 2024.05.13 20:55:59.682810 [ 146 ] {} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15836 | 2024.05.13 20:55:59.682847 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15837 | 2024.05.13 20:55:59.682926 [ 3 ] {ea19502e-6a40-4459-84e7-5cb2c5824e58} <Debug> DynamicQueryHandler: Done processing query | ||
15838 | 2024.05.13 20:55:59.682968 [ 3 ] {ea19502e-6a40-4459-84e7-5cb2c5824e58} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
15839 | 2024.05.13 20:55:59.682990 [ 3 ] {} <Debug> HTTP-Session: 20b16066-fd42-4a4d-8da2-1d8d6c1d1b26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15840 | 2024.05.13 20:55:59.683010 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
15841 | 2024.05.13 20:55:59.683141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15842 | 2024.05.13 20:55:59.683164 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15843 | 2024.05.13 20:55:59.683205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15844 | 2024.05.13 20:55:59.683209 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 264 rows starting from the beginning of the part | ||
15845 | 2024.05.13 20:55:59.683229 [ 3 ] {} <Debug> HTTP-Session: 00b458b6-892b-4acf-9ee9-9cc0bd05de7f Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15846 | 2024.05.13 20:55:59.683250 [ 3 ] {} <Debug> HTTP-Session: 00b458b6-892b-4acf-9ee9-9cc0bd05de7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15847 | 2024.05.13 20:55:59.683270 [ 3 ] {} <Debug> HTTP-Session: 00b458b6-892b-4acf-9ee9-9cc0bd05de7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15848 | 2024.05.13 20:55:59.683350 [ 3 ] {} <Trace> HTTP-Session: 00b458b6-892b-4acf-9ee9-9cc0bd05de7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15849 | 2024.05.13 20:55:59.683354 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 146 rows starting from the beginning of the part | ||
15850 | 2024.05.13 20:55:59.683487 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 141 rows starting from the beginning of the part | ||
15851 | 2024.05.13 20:55:59.683610 [ 3 ] {dc278b1b-bffc-4df5-83be-c5ff85efffeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15852 | 2024.05.13 20:55:59.683842 [ 3 ] {dc278b1b-bffc-4df5-83be-c5ff85efffeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15853 | 2024.05.13 20:55:59.683891 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 173 rows starting from the beginning of the part | ||
15854 | 2024.05.13 20:55:59.684196 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 104 rows starting from the beginning of the part | ||
15855 | 2024.05.13 20:55:59.684563 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 173 rows starting from the beginning of the part | ||
15856 | 2024.05.13 20:55:59.685076 [ 3 ] {dc278b1b-bffc-4df5-83be-c5ff85efffeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15857 | 2024.05.13 20:55:59.685617 [ 3 ] {dc278b1b-bffc-4df5-83be-c5ff85efffeb} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15858 | 2024.05.13 20:55:59.685661 [ 3 ] {dc278b1b-bffc-4df5-83be-c5ff85efffeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
15859 | 2024.05.13 20:55:59.686119 [ 3 ] {dc278b1b-bffc-4df5-83be-c5ff85efffeb} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
15860 | 2024.05.13 20:55:59.686478 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1001 rows, containing 4 columns (4 merged, 0 gathered) in 0.003545913 sec., 282296.8301816768 rows/sec., 23.62 MiB/sec. | ||
15861 | 2024.05.13 20:55:59.686543 [ 3 ] {dc278b1b-bffc-4df5-83be-c5ff85efffeb} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15862 | 2024.05.13 20:55:59.686620 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
15863 | 2024.05.13 20:55:59.686804 [ 146 ] {} <Debug> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
15864 | 2024.05.13 20:55:59.686819 [ 3 ] {dc278b1b-bffc-4df5-83be-c5ff85efffeb} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.003345 sec., 30792.22720478326 rows/sec., 2.41 MiB/sec. | ||
15865 | 2024.05.13 20:55:59.686909 [ 146 ] {} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15866 | 2024.05.13 20:55:59.687111 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15867 | 2024.05.13 20:55:59.687467 [ 3 ] {dc278b1b-bffc-4df5-83be-c5ff85efffeb} <Debug> DynamicQueryHandler: Done processing query | ||
15868 | 2024.05.13 20:55:59.687568 [ 3 ] {dc278b1b-bffc-4df5-83be-c5ff85efffeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
15869 | 2024.05.13 20:55:59.687654 [ 3 ] {} <Debug> HTTP-Session: 00b458b6-892b-4acf-9ee9-9cc0bd05de7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15870 | 2024.05.13 20:55:59.687828 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
15871 | 2024.05.13 20:55:59.687957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15872 | 2024.05.13 20:55:59.688112 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_106_21} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15873 | 2024.05.13 20:55:59.688118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15874 | 2024.05.13 20:55:59.688214 [ 3 ] {} <Debug> HTTP-Session: b1342e4f-f845-4df7-a78a-20161e616884 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15875 | 2024.05.13 20:55:59.688291 [ 3 ] {} <Debug> HTTP-Session: b1342e4f-f845-4df7-a78a-20161e616884 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15876 | 2024.05.13 20:55:59.688354 [ 3 ] {} <Debug> HTTP-Session: b1342e4f-f845-4df7-a78a-20161e616884 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15877 | 2024.05.13 20:55:59.688453 [ 199 ] {65578df0-6ca7-4493-8753-f1a874ad45d1::all_1_106_21} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
15878 | 2024.05.13 20:55:59.688470 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15879 | 2024.05.13 20:55:59.688483 [ 3 ] {} <Trace> HTTP-Session: b1342e4f-f845-4df7-a78a-20161e616884 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15880 | 2024.05.13 20:55:59.688586 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 178 rows starting from the beginning of the part | ||
15881 | 2024.05.13 20:55:59.688659 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
15882 | 2024.05.13 20:55:59.688889 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 94 rows starting from the beginning of the part | ||
15883 | 2024.05.13 20:55:59.688917 [ 3 ] {487ff93e-8491-40ca-8f68-019d14bb0e0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15884 | 2024.05.13 20:55:59.689145 [ 3 ] {487ff93e-8491-40ca-8f68-019d14bb0e0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15885 | 2024.05.13 20:55:59.689211 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 106 rows starting from the beginning of the part | ||
15886 | 2024.05.13 20:55:59.689541 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 103 rows starting from the beginning of the part | ||
15887 | 2024.05.13 20:55:59.689944 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 80 rows starting from the beginning of the part | ||
15888 | 2024.05.13 20:55:59.690201 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 103 rows starting from the beginning of the part | ||
15889 | 2024.05.13 20:55:59.690771 [ 3 ] {487ff93e-8491-40ca-8f68-019d14bb0e0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15890 | 2024.05.13 20:55:59.691835 [ 3 ] {487ff93e-8491-40ca-8f68-019d14bb0e0b} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15891 | 2024.05.13 20:55:59.691901 [ 3 ] {487ff93e-8491-40ca-8f68-019d14bb0e0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
15892 | 2024.05.13 20:55:59.692969 [ 3 ] {487ff93e-8491-40ca-8f68-019d14bb0e0b} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
15893 | 2024.05.13 20:55:59.693441 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 664 rows, containing 4 columns (4 merged, 0 gathered) in 0.005980347 sec., 111030.34656684638 rows/sec., 8.67 MiB/sec. | ||
15894 | 2024.05.13 20:55:59.693665 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
15895 | 2024.05.13 20:55:59.693828 [ 3 ] {487ff93e-8491-40ca-8f68-019d14bb0e0b} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15896 | 2024.05.13 20:55:59.694209 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
15897 | 2024.05.13 20:55:59.694311 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15898 | 2024.05.13 20:55:59.694336 [ 3 ] {487ff93e-8491-40ca-8f68-019d14bb0e0b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005602 sec., 28561.22813280971 rows/sec., 1.99 MiB/sec. | ||
15899 | 2024.05.13 20:55:59.694366 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15900 | 2024.05.13 20:55:59.694863 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_106_21} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15901 | 2024.05.13 20:55:59.694889 [ 201 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
15902 | 2024.05.13 20:55:59.694915 [ 3 ] {487ff93e-8491-40ca-8f68-019d14bb0e0b} <Debug> DynamicQueryHandler: Done processing query | ||
15903 | 2024.05.13 20:55:59.694988 [ 3 ] {487ff93e-8491-40ca-8f68-019d14bb0e0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15904 | 2024.05.13 20:55:59.695040 [ 3 ] {} <Debug> HTTP-Session: b1342e4f-f845-4df7-a78a-20161e616884 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15905 | 2024.05.13 20:55:59.695122 [ 188 ] {a97b6294-d7b7-4f93-8882-8e7440473b1c::all_1_106_21} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
15906 | 2024.05.13 20:55:59.695350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 41743, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15907 | 2024.05.13 20:55:59.695392 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
15908 | 2024.05.13 20:55:59.695503 [ 201 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15909 | 2024.05.13 20:55:59.695506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15910 | 2024.05.13 20:55:59.695577 [ 3 ] {} <Debug> HTTP-Session: a0bac092-b53a-487d-9e10-6fc689382642 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15911 | 2024.05.13 20:55:59.695581 [ 201 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_101_20, total 16571 rows starting from the beginning of the part | ||
15912 | 2024.05.13 20:55:59.695606 [ 3 ] {} <Debug> HTTP-Session: a0bac092-b53a-487d-9e10-6fc689382642 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15913 | 2024.05.13 20:55:59.695642 [ 3 ] {} <Debug> HTTP-Session: a0bac092-b53a-487d-9e10-6fc689382642 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15914 | 2024.05.13 20:55:59.695789 [ 3 ] {} <Trace> HTTP-Session: a0bac092-b53a-487d-9e10-6fc689382642 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15915 | 2024.05.13 20:55:59.695829 [ 201 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part | ||
15916 | 2024.05.13 20:55:59.696025 [ 201 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 197 rows starting from the beginning of the part | ||
15917 | 2024.05.13 20:55:59.696259 [ 201 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part | ||
15918 | 2024.05.13 20:55:59.696351 [ 201 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part | ||
15919 | 2024.05.13 20:55:59.696569 [ 3 ] {9e11161f-0c47-4d65-8f87-ef814166d956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15920 | 2024.05.13 20:55:59.696658 [ 201 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 160 rows starting from the beginning of the part | ||
15921 | 2024.05.13 20:55:59.696753 [ 3 ] {9e11161f-0c47-4d65-8f87-ef814166d956} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
15922 | 2024.05.13 20:55:59.697538 [ 3 ] {9e11161f-0c47-4d65-8f87-ef814166d956} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15923 | 2024.05.13 20:55:59.698190 [ 3 ] {9e11161f-0c47-4d65-8f87-ef814166d956} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15924 | 2024.05.13 20:55:59.698231 [ 3 ] {9e11161f-0c47-4d65-8f87-ef814166d956} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
15925 | 2024.05.13 20:55:59.698806 [ 3 ] {9e11161f-0c47-4d65-8f87-ef814166d956} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
15926 | 2024.05.13 20:55:59.699762 [ 3 ] {9e11161f-0c47-4d65-8f87-ef814166d956} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15927 | 2024.05.13 20:55:59.699950 [ 3 ] {9e11161f-0c47-4d65-8f87-ef814166d956} <Debug> executeQuery: Read 39 rows, 53.89 KiB in 0.003853 sec., 10121.982870490527 rows/sec., 13.66 MiB/sec. | ||
15928 | 2024.05.13 20:55:59.700178 [ 3 ] {9e11161f-0c47-4d65-8f87-ef814166d956} <Debug> DynamicQueryHandler: Done processing query | ||
15929 | 2024.05.13 20:55:59.700203 [ 3 ] {9e11161f-0c47-4d65-8f87-ef814166d956} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
15930 | 2024.05.13 20:55:59.700218 [ 3 ] {} <Debug> HTTP-Session: a0bac092-b53a-487d-9e10-6fc689382642 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15931 | 2024.05.13 20:55:59.700341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15932 | 2024.05.13 20:55:59.700390 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15933 | 2024.05.13 20:55:59.700409 [ 3 ] {} <Debug> HTTP-Session: 447fa2ce-6e2d-4081-88a0-545a97ecb267 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15934 | 2024.05.13 20:55:59.700494 [ 3 ] {} <Debug> HTTP-Session: 447fa2ce-6e2d-4081-88a0-545a97ecb267 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15935 | 2024.05.13 20:55:59.700514 [ 3 ] {} <Debug> HTTP-Session: 447fa2ce-6e2d-4081-88a0-545a97ecb267 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15936 | 2024.05.13 20:55:59.700596 [ 3 ] {} <Trace> HTTP-Session: 447fa2ce-6e2d-4081-88a0-545a97ecb267 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15937 | 2024.05.13 20:55:59.700793 [ 3 ] {f1cfe9ce-c93a-4c11-bea9-4a4bf71f1395} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15938 | 2024.05.13 20:55:59.700839 [ 3 ] {f1cfe9ce-c93a-4c11-bea9-4a4bf71f1395} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15939 | 2024.05.13 20:55:59.700990 [ 3 ] {f1cfe9ce-c93a-4c11-bea9-4a4bf71f1395} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15940 | 2024.05.13 20:55:59.701469 [ 3 ] {f1cfe9ce-c93a-4c11-bea9-4a4bf71f1395} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15941 | 2024.05.13 20:55:59.701508 [ 3 ] {f1cfe9ce-c93a-4c11-bea9-4a4bf71f1395} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15942 | 2024.05.13 20:55:59.701936 [ 3 ] {f1cfe9ce-c93a-4c11-bea9-4a4bf71f1395} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
15943 | 2024.05.13 20:55:59.702655 [ 3 ] {f1cfe9ce-c93a-4c11-bea9-4a4bf71f1395} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15944 | 2024.05.13 20:55:59.702812 [ 146 ] {} <Debug> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
15945 | 2024.05.13 20:55:59.702821 [ 3 ] {f1cfe9ce-c93a-4c11-bea9-4a4bf71f1395} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002101 sec., 28557.829604950024 rows/sec., 1.92 MiB/sec. | ||
15946 | 2024.05.13 20:55:59.702874 [ 146 ] {} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15947 | 2024.05.13 20:55:59.702958 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15948 | 2024.05.13 20:55:59.703444 [ 3 ] {f1cfe9ce-c93a-4c11-bea9-4a4bf71f1395} <Debug> DynamicQueryHandler: Done processing query | ||
15949 | 2024.05.13 20:55:59.703486 [ 201 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
15950 | 2024.05.13 20:55:59.703521 [ 3 ] {f1cfe9ce-c93a-4c11-bea9-4a4bf71f1395} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15951 | 2024.05.13 20:55:59.703614 [ 3 ] {} <Debug> HTTP-Session: 447fa2ce-6e2d-4081-88a0-545a97ecb267 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15952 | 2024.05.13 20:55:59.703927 [ 194 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17408 rows, containing 5 columns (5 merged, 0 gathered) in 0.00934734 sec., 1862348.0048869515 rows/sec., 129.66 MiB/sec. | ||
15953 | 2024.05.13 20:55:59.703942 [ 201 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15954 | 2024.05.13 20:55:59.704005 [ 201 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5672 rows starting from the beginning of the part | ||
15955 | 2024.05.13 20:55:59.704155 [ 201 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part | ||
15956 | 2024.05.13 20:55:59.704308 [ 201 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 60 rows starting from the beginning of the part | ||
15957 | 2024.05.13 20:55:59.704342 [ 194 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
15958 | 2024.05.13 20:55:59.704611 [ 201 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part | ||
15959 | 2024.05.13 20:55:59.704841 [ 201 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part | ||
15960 | 2024.05.13 20:55:59.704994 [ 201 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 60 rows starting from the beginning of the part | ||
15961 | 2024.05.13 20:55:59.706126 [ 194 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15962 | 2024.05.13 20:55:59.706256 [ 194 ] {313178d0-1e86-4864-8af4-8d959655e5c5::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
15963 | 2024.05.13 20:55:59.706373 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
15964 | 2024.05.13 20:55:59.707466 [ 201 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5972 rows, containing 4 columns (4 merged, 0 gathered) in 0.004315791 sec., 1383755.608183992 rows/sec., 93.61 MiB/sec. | ||
15965 | 2024.05.13 20:55:59.708031 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
15966 | 2024.05.13 20:55:59.708413 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_106_21} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15967 | 2024.05.13 20:55:59.708491 [ 190 ] {cda5968b-4165-483e-b83e-44e57bb39198::all_1_106_21} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
15968 | 2024.05.13 20:55:59.708573 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. | ||
15969 | 2024.05.13 20:56:04.184178 [ 222 ] {} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
15970 | 2024.05.13 20:56:04.184256 [ 222 ] {} <Debug> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
15971 | 2024.05.13 20:56:04.186124 [ 222 ] {} <Debug> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
15972 | 2024.05.13 20:56:04.364681 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
15973 | 2024.05.13 20:56:04.364744 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
15974 | 2024.05.13 20:56:04.367071 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
15975 | 2024.05.13 20:56:04.395497 [ 224 ] {} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
15976 | 2024.05.13 20:56:04.395550 [ 224 ] {} <Debug> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
15977 | 2024.05.13 20:56:04.397545 [ 224 ] {} <Debug> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
15978 | 2024.05.13 20:56:04.678233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 2345, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15979 | 2024.05.13 20:56:04.678356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15980 | 2024.05.13 20:56:04.678383 [ 3 ] {} <Debug> HTTP-Session: a488fd9f-5d82-4111-b6a1-ddfac0191a52 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15981 | 2024.05.13 20:56:04.678407 [ 3 ] {} <Debug> HTTP-Session: a488fd9f-5d82-4111-b6a1-ddfac0191a52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15982 | 2024.05.13 20:56:04.678421 [ 3 ] {} <Debug> HTTP-Session: a488fd9f-5d82-4111-b6a1-ddfac0191a52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15983 | 2024.05.13 20:56:04.678475 [ 3 ] {} <Trace> HTTP-Session: a488fd9f-5d82-4111-b6a1-ddfac0191a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15984 | 2024.05.13 20:56:04.678659 [ 3 ] {fd0f559e-27ee-433c-acc2-36941597dd75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15985 | 2024.05.13 20:56:04.678727 [ 3 ] {fd0f559e-27ee-433c-acc2-36941597dd75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15986 | 2024.05.13 20:56:04.678918 [ 3 ] {fd0f559e-27ee-433c-acc2-36941597dd75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15987 | 2024.05.13 20:56:04.679358 [ 3 ] {fd0f559e-27ee-433c-acc2-36941597dd75} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15988 | 2024.05.13 20:56:04.679399 [ 3 ] {fd0f559e-27ee-433c-acc2-36941597dd75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
15989 | 2024.05.13 20:56:04.679776 [ 3 ] {fd0f559e-27ee-433c-acc2-36941597dd75} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
15990 | 2024.05.13 20:56:04.680116 [ 3 ] {fd0f559e-27ee-433c-acc2-36941597dd75} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15991 | 2024.05.13 20:56:04.680277 [ 3 ] {fd0f559e-27ee-433c-acc2-36941597dd75} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001674 sec., 9557.94504181601 rows/sec., 774.72 KiB/sec. | ||
15992 | 2024.05.13 20:56:04.680481 [ 3 ] {fd0f559e-27ee-433c-acc2-36941597dd75} <Debug> DynamicQueryHandler: Done processing query | ||
15993 | 2024.05.13 20:56:04.680508 [ 3 ] {fd0f559e-27ee-433c-acc2-36941597dd75} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15994 | 2024.05.13 20:56:04.680525 [ 3 ] {} <Debug> HTTP-Session: a488fd9f-5d82-4111-b6a1-ddfac0191a52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15995 | 2024.05.13 20:56:04.680645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15996 | 2024.05.13 20:56:04.680695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15997 | 2024.05.13 20:56:04.680714 [ 3 ] {} <Debug> HTTP-Session: 446a79aa-9a87-4988-816b-d71ed916ed79 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
15998 | 2024.05.13 20:56:04.680731 [ 3 ] {} <Debug> HTTP-Session: 446a79aa-9a87-4988-816b-d71ed916ed79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15999 | 2024.05.13 20:56:04.680744 [ 3 ] {} <Debug> HTTP-Session: 446a79aa-9a87-4988-816b-d71ed916ed79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16000 | 2024.05.13 20:56:04.680775 [ 3 ] {} <Trace> HTTP-Session: 446a79aa-9a87-4988-816b-d71ed916ed79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16001 | 2024.05.13 20:56:04.680869 [ 3 ] {894cfcf8-51ff-443d-9033-0c8b87826753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16002 | 2024.05.13 20:56:04.680920 [ 3 ] {894cfcf8-51ff-443d-9033-0c8b87826753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16003 | 2024.05.13 20:56:04.681048 [ 3 ] {894cfcf8-51ff-443d-9033-0c8b87826753} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16004 | 2024.05.13 20:56:04.681355 [ 3 ] {894cfcf8-51ff-443d-9033-0c8b87826753} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16005 | 2024.05.13 20:56:04.681390 [ 3 ] {894cfcf8-51ff-443d-9033-0c8b87826753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
16006 | 2024.05.13 20:56:04.681687 [ 3 ] {894cfcf8-51ff-443d-9033-0c8b87826753} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
16007 | 2024.05.13 20:56:04.681995 [ 3 ] {894cfcf8-51ff-443d-9033-0c8b87826753} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16008 | 2024.05.13 20:56:04.682139 [ 3 ] {894cfcf8-51ff-443d-9033-0c8b87826753} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001289 sec., 1551.5903801396432 rows/sec., 126.52 KiB/sec. | ||
16009 | 2024.05.13 20:56:04.682400 [ 3 ] {894cfcf8-51ff-443d-9033-0c8b87826753} <Debug> DynamicQueryHandler: Done processing query | ||
16010 | 2024.05.13 20:56:04.682464 [ 3 ] {894cfcf8-51ff-443d-9033-0c8b87826753} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16011 | 2024.05.13 20:56:04.682524 [ 3 ] {} <Debug> HTTP-Session: 446a79aa-9a87-4988-816b-d71ed916ed79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16012 | 2024.05.13 20:56:04.682705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 15179, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16013 | 2024.05.13 20:56:04.682758 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16014 | 2024.05.13 20:56:04.682777 [ 3 ] {} <Debug> HTTP-Session: 36623683-d0fe-42cd-97bf-7580ab6ab484 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
16015 | 2024.05.13 20:56:04.682794 [ 3 ] {} <Debug> HTTP-Session: 36623683-d0fe-42cd-97bf-7580ab6ab484 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16016 | 2024.05.13 20:56:04.682807 [ 3 ] {} <Debug> HTTP-Session: 36623683-d0fe-42cd-97bf-7580ab6ab484 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16017 | 2024.05.13 20:56:04.682840 [ 3 ] {} <Trace> HTTP-Session: 36623683-d0fe-42cd-97bf-7580ab6ab484 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16018 | 2024.05.13 20:56:04.682969 [ 3 ] {4bf28014-28e3-4a01-9d4b-d95bcc5d0ccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16019 | 2024.05.13 20:56:04.683014 [ 3 ] {4bf28014-28e3-4a01-9d4b-d95bcc5d0ccf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16020 | 2024.05.13 20:56:04.683157 [ 3 ] {4bf28014-28e3-4a01-9d4b-d95bcc5d0ccf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16021 | 2024.05.13 20:56:04.683512 [ 3 ] {4bf28014-28e3-4a01-9d4b-d95bcc5d0ccf} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16022 | 2024.05.13 20:56:04.683548 [ 3 ] {4bf28014-28e3-4a01-9d4b-d95bcc5d0ccf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
16023 | 2024.05.13 20:56:04.683856 [ 3 ] {4bf28014-28e3-4a01-9d4b-d95bcc5d0ccf} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
16024 | 2024.05.13 20:56:04.684155 [ 3 ] {4bf28014-28e3-4a01-9d4b-d95bcc5d0ccf} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16025 | 2024.05.13 20:56:04.684302 [ 3 ] {4bf28014-28e3-4a01-9d4b-d95bcc5d0ccf} <Debug> executeQuery: Read 105 rows, 8.78 KiB in 0.001382 sec., 75976.84515195369 rows/sec., 6.20 MiB/sec. | ||
16026 | 2024.05.13 20:56:04.684474 [ 3 ] {4bf28014-28e3-4a01-9d4b-d95bcc5d0ccf} <Debug> DynamicQueryHandler: Done processing query | ||
16027 | 2024.05.13 20:56:04.684498 [ 3 ] {4bf28014-28e3-4a01-9d4b-d95bcc5d0ccf} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
16028 | 2024.05.13 20:56:04.684513 [ 3 ] {} <Debug> HTTP-Session: 36623683-d0fe-42cd-97bf-7580ab6ab484 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16029 | 2024.05.13 20:56:04.684648 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16030 | 2024.05.13 20:56:04.684696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16031 | 2024.05.13 20:56:04.684715 [ 3 ] {} <Debug> HTTP-Session: 899585f1-e448-44cd-9d56-1dc62043247d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
16032 | 2024.05.13 20:56:04.684731 [ 3 ] {} <Debug> HTTP-Session: 899585f1-e448-44cd-9d56-1dc62043247d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16033 | 2024.05.13 20:56:04.684745 [ 3 ] {} <Debug> HTTP-Session: 899585f1-e448-44cd-9d56-1dc62043247d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16034 | 2024.05.13 20:56:04.684776 [ 3 ] {} <Trace> HTTP-Session: 899585f1-e448-44cd-9d56-1dc62043247d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16035 | 2024.05.13 20:56:04.684867 [ 3 ] {50b25608-407c-4039-98a3-6b5f1c3ac6d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16036 | 2024.05.13 20:56:04.684909 [ 3 ] {50b25608-407c-4039-98a3-6b5f1c3ac6d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16037 | 2024.05.13 20:56:04.685033 [ 3 ] {50b25608-407c-4039-98a3-6b5f1c3ac6d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16038 | 2024.05.13 20:56:04.685321 [ 3 ] {50b25608-407c-4039-98a3-6b5f1c3ac6d6} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16039 | 2024.05.13 20:56:04.685357 [ 3 ] {50b25608-407c-4039-98a3-6b5f1c3ac6d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
16040 | 2024.05.13 20:56:04.685661 [ 3 ] {50b25608-407c-4039-98a3-6b5f1c3ac6d6} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
16041 | 2024.05.13 20:56:04.685966 [ 3 ] {50b25608-407c-4039-98a3-6b5f1c3ac6d6} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16042 | 2024.05.13 20:56:04.686088 [ 3 ] {50b25608-407c-4039-98a3-6b5f1c3ac6d6} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001241 sec., 1611.6035455278002 rows/sec., 112.53 KiB/sec. | ||
16043 | 2024.05.13 20:56:04.686281 [ 3 ] {50b25608-407c-4039-98a3-6b5f1c3ac6d6} <Debug> DynamicQueryHandler: Done processing query | ||
16044 | 2024.05.13 20:56:04.686304 [ 3 ] {50b25608-407c-4039-98a3-6b5f1c3ac6d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16045 | 2024.05.13 20:56:04.686320 [ 3 ] {} <Debug> HTTP-Session: 899585f1-e448-44cd-9d56-1dc62043247d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16046 | 2024.05.13 20:56:04.686451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 13939, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16047 | 2024.05.13 20:56:04.686499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16048 | 2024.05.13 20:56:04.686517 [ 3 ] {} <Debug> HTTP-Session: c719bb21-017f-4118-8f6f-185cc6595bcf Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
16049 | 2024.05.13 20:56:04.686534 [ 3 ] {} <Debug> HTTP-Session: c719bb21-017f-4118-8f6f-185cc6595bcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16050 | 2024.05.13 20:56:04.686548 [ 3 ] {} <Debug> HTTP-Session: c719bb21-017f-4118-8f6f-185cc6595bcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16051 | 2024.05.13 20:56:04.686578 [ 3 ] {} <Trace> HTTP-Session: c719bb21-017f-4118-8f6f-185cc6595bcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16052 | 2024.05.13 20:56:04.686691 [ 3 ] {960b00b9-cecc-4ed0-b0f9-ded68085d7ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16053 | 2024.05.13 20:56:04.686733 [ 3 ] {960b00b9-cecc-4ed0-b0f9-ded68085d7ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16054 | 2024.05.13 20:56:04.686869 [ 3 ] {960b00b9-cecc-4ed0-b0f9-ded68085d7ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16055 | 2024.05.13 20:56:04.687206 [ 3 ] {960b00b9-cecc-4ed0-b0f9-ded68085d7ba} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16056 | 2024.05.13 20:56:04.687240 [ 3 ] {960b00b9-cecc-4ed0-b0f9-ded68085d7ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
16057 | 2024.05.13 20:56:04.687570 [ 3 ] {960b00b9-cecc-4ed0-b0f9-ded68085d7ba} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
16058 | 2024.05.13 20:56:04.687901 [ 3 ] {960b00b9-cecc-4ed0-b0f9-ded68085d7ba} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16059 | 2024.05.13 20:56:04.688049 [ 3 ] {960b00b9-cecc-4ed0-b0f9-ded68085d7ba} <Debug> executeQuery: Read 82 rows, 6.56 KiB in 0.001396 sec., 58739.25501432664 rows/sec., 4.59 MiB/sec. | ||
16060 | 2024.05.13 20:56:04.688215 [ 3 ] {960b00b9-cecc-4ed0-b0f9-ded68085d7ba} <Debug> DynamicQueryHandler: Done processing query | ||
16061 | 2024.05.13 20:56:04.688240 [ 3 ] {960b00b9-cecc-4ed0-b0f9-ded68085d7ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
16062 | 2024.05.13 20:56:04.688256 [ 3 ] {} <Debug> HTTP-Session: c719bb21-017f-4118-8f6f-185cc6595bcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16063 | 2024.05.13 20:56:04.688393 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16064 | 2024.05.13 20:56:04.688441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16065 | 2024.05.13 20:56:04.688459 [ 3 ] {} <Debug> HTTP-Session: df505148-8523-4a28-9412-581955ff3e6d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
16066 | 2024.05.13 20:56:04.688476 [ 3 ] {} <Debug> HTTP-Session: df505148-8523-4a28-9412-581955ff3e6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16067 | 2024.05.13 20:56:04.688489 [ 3 ] {} <Debug> HTTP-Session: df505148-8523-4a28-9412-581955ff3e6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16068 | 2024.05.13 20:56:04.688525 [ 3 ] {} <Trace> HTTP-Session: df505148-8523-4a28-9412-581955ff3e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16069 | 2024.05.13 20:56:04.688673 [ 3 ] {f49d6fa6-f383-43f6-ae8d-64f82566f555} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16070 | 2024.05.13 20:56:04.688720 [ 3 ] {f49d6fa6-f383-43f6-ae8d-64f82566f555} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16071 | 2024.05.13 20:56:04.688866 [ 3 ] {f49d6fa6-f383-43f6-ae8d-64f82566f555} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16072 | 2024.05.13 20:56:04.689272 [ 3 ] {f49d6fa6-f383-43f6-ae8d-64f82566f555} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16073 | 2024.05.13 20:56:04.689308 [ 3 ] {f49d6fa6-f383-43f6-ae8d-64f82566f555} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
16074 | 2024.05.13 20:56:04.689699 [ 3 ] {f49d6fa6-f383-43f6-ae8d-64f82566f555} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
16075 | 2024.05.13 20:56:04.690044 [ 3 ] {f49d6fa6-f383-43f6-ae8d-64f82566f555} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16076 | 2024.05.13 20:56:04.690192 [ 3 ] {f49d6fa6-f383-43f6-ae8d-64f82566f555} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001583 sec., 101705.62223626027 rows/sec., 7.08 MiB/sec. | ||
16077 | 2024.05.13 20:56:04.690371 [ 3 ] {f49d6fa6-f383-43f6-ae8d-64f82566f555} <Debug> DynamicQueryHandler: Done processing query | ||
16078 | 2024.05.13 20:56:04.690395 [ 3 ] {f49d6fa6-f383-43f6-ae8d-64f82566f555} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16079 | 2024.05.13 20:56:04.690411 [ 3 ] {} <Debug> HTTP-Session: df505148-8523-4a28-9412-581955ff3e6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16080 | 2024.05.13 20:56:04.690541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17160, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16081 | 2024.05.13 20:56:04.690588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16082 | 2024.05.13 20:56:04.690607 [ 3 ] {} <Debug> HTTP-Session: cc0cff2b-9bae-4132-8bcb-4e617373c939 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
16083 | 2024.05.13 20:56:04.690623 [ 3 ] {} <Debug> HTTP-Session: cc0cff2b-9bae-4132-8bcb-4e617373c939 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16084 | 2024.05.13 20:56:04.690636 [ 3 ] {} <Debug> HTTP-Session: cc0cff2b-9bae-4132-8bcb-4e617373c939 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16085 | 2024.05.13 20:56:04.690667 [ 3 ] {} <Trace> HTTP-Session: cc0cff2b-9bae-4132-8bcb-4e617373c939 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16086 | 2024.05.13 20:56:04.690856 [ 3 ] {f442d448-94f8-4448-90c7-bc8a49705a70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16087 | 2024.05.13 20:56:04.690902 [ 3 ] {f442d448-94f8-4448-90c7-bc8a49705a70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
16088 | 2024.05.13 20:56:04.691058 [ 3 ] {f442d448-94f8-4448-90c7-bc8a49705a70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16089 | 2024.05.13 20:56:04.691470 [ 3 ] {f442d448-94f8-4448-90c7-bc8a49705a70} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16090 | 2024.05.13 20:56:04.691506 [ 3 ] {f442d448-94f8-4448-90c7-bc8a49705a70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
16091 | 2024.05.13 20:56:04.691922 [ 3 ] {f442d448-94f8-4448-90c7-bc8a49705a70} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
16092 | 2024.05.13 20:56:04.692271 [ 3 ] {f442d448-94f8-4448-90c7-bc8a49705a70} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16093 | 2024.05.13 20:56:04.692447 [ 3 ] {f442d448-94f8-4448-90c7-bc8a49705a70} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001694 sec., 9445.100354191263 rows/sec., 12.75 MiB/sec. | ||
16094 | 2024.05.13 20:56:04.692624 [ 3 ] {f442d448-94f8-4448-90c7-bc8a49705a70} <Debug> DynamicQueryHandler: Done processing query | ||
16095 | 2024.05.13 20:56:04.692657 [ 3 ] {f442d448-94f8-4448-90c7-bc8a49705a70} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
16096 | 2024.05.13 20:56:04.692682 [ 3 ] {} <Debug> HTTP-Session: cc0cff2b-9bae-4132-8bcb-4e617373c939 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16097 | 2024.05.13 20:56:04.692817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16098 | 2024.05.13 20:56:04.692872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16099 | 2024.05.13 20:56:04.692893 [ 3 ] {} <Debug> HTTP-Session: a4564cbe-30e8-453f-b1bb-019926853beb Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
16100 | 2024.05.13 20:56:04.692910 [ 3 ] {} <Debug> HTTP-Session: a4564cbe-30e8-453f-b1bb-019926853beb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16101 | 2024.05.13 20:56:04.692924 [ 3 ] {} <Debug> HTTP-Session: a4564cbe-30e8-453f-b1bb-019926853beb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16102 | 2024.05.13 20:56:04.692955 [ 3 ] {} <Trace> HTTP-Session: a4564cbe-30e8-453f-b1bb-019926853beb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16103 | 2024.05.13 20:56:04.693069 [ 3 ] {46bc5b84-a2c0-4d10-b888-faa886425656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16104 | 2024.05.13 20:56:04.693114 [ 3 ] {46bc5b84-a2c0-4d10-b888-faa886425656} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16105 | 2024.05.13 20:56:04.693239 [ 3 ] {46bc5b84-a2c0-4d10-b888-faa886425656} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16106 | 2024.05.13 20:56:04.693546 [ 3 ] {46bc5b84-a2c0-4d10-b888-faa886425656} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16107 | 2024.05.13 20:56:04.693582 [ 3 ] {46bc5b84-a2c0-4d10-b888-faa886425656} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
16108 | 2024.05.13 20:56:04.693947 [ 3 ] {46bc5b84-a2c0-4d10-b888-faa886425656} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
16109 | 2024.05.13 20:56:04.694286 [ 3 ] {46bc5b84-a2c0-4d10-b888-faa886425656} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16110 | 2024.05.13 20:56:04.694437 [ 3 ] {46bc5b84-a2c0-4d10-b888-faa886425656} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. | ||
16111 | 2024.05.13 20:56:04.694595 [ 3 ] {46bc5b84-a2c0-4d10-b888-faa886425656} <Debug> DynamicQueryHandler: Done processing query | ||
16112 | 2024.05.13 20:56:04.694620 [ 3 ] {46bc5b84-a2c0-4d10-b888-faa886425656} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16113 | 2024.05.13 20:56:04.694637 [ 3 ] {} <Debug> HTTP-Session: a4564cbe-30e8-453f-b1bb-019926853beb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16114 | 2024.05.13 20:56:04.988823 [ 223 ] {} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
16115 | 2024.05.13 20:56:04.988876 [ 223 ] {} <Debug> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
16116 | 2024.05.13 20:56:04.990977 [ 223 ] {} <Debug> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
16117 | 2024.05.13 20:56:09.678585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 5641, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16118 | 2024.05.13 20:56:09.678727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16119 | 2024.05.13 20:56:09.678755 [ 3 ] {} <Debug> HTTP-Session: c32c91af-2e73-4a3e-ae56-13584e1364a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
16120 | 2024.05.13 20:56:09.678778 [ 3 ] {} <Debug> HTTP-Session: c32c91af-2e73-4a3e-ae56-13584e1364a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16121 | 2024.05.13 20:56:09.678793 [ 3 ] {} <Debug> HTTP-Session: c32c91af-2e73-4a3e-ae56-13584e1364a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16122 | 2024.05.13 20:56:09.678841 [ 3 ] {} <Trace> HTTP-Session: c32c91af-2e73-4a3e-ae56-13584e1364a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16123 | 2024.05.13 20:56:09.679031 [ 3 ] {9d8f8726-f994-4500-8309-c3ac3ad54272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16124 | 2024.05.13 20:56:09.679098 [ 3 ] {9d8f8726-f994-4500-8309-c3ac3ad54272} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16125 | 2024.05.13 20:56:09.679292 [ 3 ] {9d8f8726-f994-4500-8309-c3ac3ad54272} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16126 | 2024.05.13 20:56:09.679774 [ 3 ] {9d8f8726-f994-4500-8309-c3ac3ad54272} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16127 | 2024.05.13 20:56:09.679813 [ 3 ] {9d8f8726-f994-4500-8309-c3ac3ad54272} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
16128 | 2024.05.13 20:56:09.680187 [ 3 ] {9d8f8726-f994-4500-8309-c3ac3ad54272} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
16129 | 2024.05.13 20:56:09.680531 [ 3 ] {9d8f8726-f994-4500-8309-c3ac3ad54272} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16130 | 2024.05.13 20:56:09.680692 [ 3 ] {9d8f8726-f994-4500-8309-c3ac3ad54272} <Debug> executeQuery: Read 39 rows, 3.16 KiB in 0.001717 sec., 22714.036109493303 rows/sec., 1.80 MiB/sec. | ||
16131 | 2024.05.13 20:56:09.680909 [ 3 ] {9d8f8726-f994-4500-8309-c3ac3ad54272} <Debug> DynamicQueryHandler: Done processing query | ||
16132 | 2024.05.13 20:56:09.680935 [ 3 ] {9d8f8726-f994-4500-8309-c3ac3ad54272} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16133 | 2024.05.13 20:56:09.680951 [ 3 ] {} <Debug> HTTP-Session: c32c91af-2e73-4a3e-ae56-13584e1364a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16134 | 2024.05.13 20:56:09.681106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16135 | 2024.05.13 20:56:09.681156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16136 | 2024.05.13 20:56:09.681175 [ 3 ] {} <Debug> HTTP-Session: 358f97ac-57f0-4ed3-9bbf-267c4f798b93 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
16137 | 2024.05.13 20:56:09.681192 [ 3 ] {} <Debug> HTTP-Session: 358f97ac-57f0-4ed3-9bbf-267c4f798b93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16138 | 2024.05.13 20:56:09.681205 [ 3 ] {} <Debug> HTTP-Session: 358f97ac-57f0-4ed3-9bbf-267c4f798b93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16139 | 2024.05.13 20:56:09.681237 [ 3 ] {} <Trace> HTTP-Session: 358f97ac-57f0-4ed3-9bbf-267c4f798b93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16140 | 2024.05.13 20:56:09.681329 [ 3 ] {1ad22d50-b496-4617-88f7-82833c191ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16141 | 2024.05.13 20:56:09.681372 [ 3 ] {1ad22d50-b496-4617-88f7-82833c191ecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16142 | 2024.05.13 20:56:09.681501 [ 3 ] {1ad22d50-b496-4617-88f7-82833c191ecd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16143 | 2024.05.13 20:56:09.681773 [ 3 ] {1ad22d50-b496-4617-88f7-82833c191ecd} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16144 | 2024.05.13 20:56:09.681809 [ 3 ] {1ad22d50-b496-4617-88f7-82833c191ecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
16145 | 2024.05.13 20:56:09.682100 [ 3 ] {1ad22d50-b496-4617-88f7-82833c191ecd} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
16146 | 2024.05.13 20:56:09.682409 [ 3 ] {1ad22d50-b496-4617-88f7-82833c191ecd} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16147 | 2024.05.13 20:56:09.682566 [ 3 ] {1ad22d50-b496-4617-88f7-82833c191ecd} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001249 sec., 1601.281024819856 rows/sec., 130.57 KiB/sec. | ||
16148 | 2024.05.13 20:56:09.682719 [ 3 ] {1ad22d50-b496-4617-88f7-82833c191ecd} <Debug> DynamicQueryHandler: Done processing query | ||
16149 | 2024.05.13 20:56:09.682744 [ 3 ] {1ad22d50-b496-4617-88f7-82833c191ecd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16150 | 2024.05.13 20:56:09.682759 [ 3 ] {} <Debug> HTTP-Session: 358f97ac-57f0-4ed3-9bbf-267c4f798b93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16151 | 2024.05.13 20:56:09.682939 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 25731, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16152 | 2024.05.13 20:56:09.682986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16153 | 2024.05.13 20:56:09.683005 [ 3 ] {} <Debug> HTTP-Session: 7fc6da24-cc5a-4515-9505-22975e2b0958 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
16154 | 2024.05.13 20:56:09.683022 [ 3 ] {} <Debug> HTTP-Session: 7fc6da24-cc5a-4515-9505-22975e2b0958 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16155 | 2024.05.13 20:56:09.683035 [ 3 ] {} <Debug> HTTP-Session: 7fc6da24-cc5a-4515-9505-22975e2b0958 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16156 | 2024.05.13 20:56:09.683066 [ 3 ] {} <Trace> HTTP-Session: 7fc6da24-cc5a-4515-9505-22975e2b0958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16157 | 2024.05.13 20:56:09.683206 [ 3 ] {46a64986-026d-4214-b45b-3234fbb2545d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16158 | 2024.05.13 20:56:09.683248 [ 3 ] {46a64986-026d-4214-b45b-3234fbb2545d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16159 | 2024.05.13 20:56:09.683369 [ 3 ] {46a64986-026d-4214-b45b-3234fbb2545d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16160 | 2024.05.13 20:56:09.683719 [ 3 ] {46a64986-026d-4214-b45b-3234fbb2545d} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16161 | 2024.05.13 20:56:09.683754 [ 3 ] {46a64986-026d-4214-b45b-3234fbb2545d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
16162 | 2024.05.13 20:56:09.684072 [ 3 ] {46a64986-026d-4214-b45b-3234fbb2545d} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
16163 | 2024.05.13 20:56:09.684381 [ 3 ] {46a64986-026d-4214-b45b-3234fbb2545d} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16164 | 2024.05.13 20:56:09.684523 [ 3 ] {46a64986-026d-4214-b45b-3234fbb2545d} <Debug> executeQuery: Read 174 rows, 15.16 KiB in 0.001376 sec., 126453.48837209302 rows/sec., 10.76 MiB/sec. | ||
16165 | 2024.05.13 20:56:09.684669 [ 3 ] {46a64986-026d-4214-b45b-3234fbb2545d} <Debug> DynamicQueryHandler: Done processing query | ||
16166 | 2024.05.13 20:56:09.684693 [ 3 ] {46a64986-026d-4214-b45b-3234fbb2545d} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
16167 | 2024.05.13 20:56:09.684708 [ 3 ] {} <Debug> HTTP-Session: 7fc6da24-cc5a-4515-9505-22975e2b0958 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16168 | 2024.05.13 20:56:09.684864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16169 | 2024.05.13 20:56:09.684912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16170 | 2024.05.13 20:56:09.684930 [ 3 ] {} <Debug> HTTP-Session: a68b5735-e4db-4a9a-9108-0304f458c197 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
16171 | 2024.05.13 20:56:09.684947 [ 3 ] {} <Debug> HTTP-Session: a68b5735-e4db-4a9a-9108-0304f458c197 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16172 | 2024.05.13 20:56:09.684961 [ 3 ] {} <Debug> HTTP-Session: a68b5735-e4db-4a9a-9108-0304f458c197 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16173 | 2024.05.13 20:56:09.684991 [ 3 ] {} <Trace> HTTP-Session: a68b5735-e4db-4a9a-9108-0304f458c197 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16174 | 2024.05.13 20:56:09.685082 [ 3 ] {86875ed2-5672-4b72-991e-62b3e9da7b98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16175 | 2024.05.13 20:56:09.685125 [ 3 ] {86875ed2-5672-4b72-991e-62b3e9da7b98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16176 | 2024.05.13 20:56:09.685247 [ 3 ] {86875ed2-5672-4b72-991e-62b3e9da7b98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16177 | 2024.05.13 20:56:09.685479 [ 3 ] {86875ed2-5672-4b72-991e-62b3e9da7b98} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16178 | 2024.05.13 20:56:09.685514 [ 3 ] {86875ed2-5672-4b72-991e-62b3e9da7b98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
16179 | 2024.05.13 20:56:09.685815 [ 3 ] {86875ed2-5672-4b72-991e-62b3e9da7b98} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
16180 | 2024.05.13 20:56:09.686123 [ 3 ] {86875ed2-5672-4b72-991e-62b3e9da7b98} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16181 | 2024.05.13 20:56:09.686276 [ 3 ] {86875ed2-5672-4b72-991e-62b3e9da7b98} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001206 sec., 1658.374792703151 rows/sec., 115.79 KiB/sec. | ||
16182 | 2024.05.13 20:56:09.686423 [ 3 ] {86875ed2-5672-4b72-991e-62b3e9da7b98} <Debug> DynamicQueryHandler: Done processing query | ||
16183 | 2024.05.13 20:56:09.686447 [ 3 ] {86875ed2-5672-4b72-991e-62b3e9da7b98} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16184 | 2024.05.13 20:56:09.686462 [ 3 ] {} <Debug> HTTP-Session: a68b5735-e4db-4a9a-9108-0304f458c197 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16185 | 2024.05.13 20:56:09.686590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16186 | 2024.05.13 20:56:09.686641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16187 | 2024.05.13 20:56:09.686660 [ 3 ] {} <Debug> HTTP-Session: cbe61e0c-100f-4b1f-b9e0-e4012569a8ca Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
16188 | 2024.05.13 20:56:09.686676 [ 3 ] {} <Debug> HTTP-Session: cbe61e0c-100f-4b1f-b9e0-e4012569a8ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16189 | 2024.05.13 20:56:09.686689 [ 3 ] {} <Debug> HTTP-Session: cbe61e0c-100f-4b1f-b9e0-e4012569a8ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16190 | 2024.05.13 20:56:09.686719 [ 3 ] {} <Trace> HTTP-Session: cbe61e0c-100f-4b1f-b9e0-e4012569a8ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16191 | 2024.05.13 20:56:09.686836 [ 3 ] {233f9581-e0e0-4e08-8531-c1aa08fb8a8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16192 | 2024.05.13 20:56:09.686878 [ 3 ] {233f9581-e0e0-4e08-8531-c1aa08fb8a8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16193 | 2024.05.13 20:56:09.686996 [ 3 ] {233f9581-e0e0-4e08-8531-c1aa08fb8a8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16194 | 2024.05.13 20:56:09.687287 [ 3 ] {233f9581-e0e0-4e08-8531-c1aa08fb8a8e} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16195 | 2024.05.13 20:56:09.687322 [ 3 ] {233f9581-e0e0-4e08-8531-c1aa08fb8a8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
16196 | 2024.05.13 20:56:09.687627 [ 3 ] {233f9581-e0e0-4e08-8531-c1aa08fb8a8e} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
16197 | 2024.05.13 20:56:09.687925 [ 3 ] {233f9581-e0e0-4e08-8531-c1aa08fb8a8e} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16198 | 2024.05.13 20:56:09.688073 [ 3 ] {233f9581-e0e0-4e08-8531-c1aa08fb8a8e} <Debug> executeQuery: Read 105 rows, 8.40 KiB in 0.001274 sec., 82417.58241758242 rows/sec., 6.44 MiB/sec. | ||
16199 | 2024.05.13 20:56:09.688224 [ 3 ] {233f9581-e0e0-4e08-8531-c1aa08fb8a8e} <Debug> DynamicQueryHandler: Done processing query | ||
16200 | 2024.05.13 20:56:09.688247 [ 3 ] {233f9581-e0e0-4e08-8531-c1aa08fb8a8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
16201 | 2024.05.13 20:56:09.688263 [ 3 ] {} <Debug> HTTP-Session: cbe61e0c-100f-4b1f-b9e0-e4012569a8ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16202 | 2024.05.13 20:56:09.688410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16203 | 2024.05.13 20:56:09.688457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16204 | 2024.05.13 20:56:09.688476 [ 3 ] {} <Debug> HTTP-Session: f70f17cd-f02e-42eb-a4cf-761a3d0a8750 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
16205 | 2024.05.13 20:56:09.688492 [ 3 ] {} <Debug> HTTP-Session: f70f17cd-f02e-42eb-a4cf-761a3d0a8750 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16206 | 2024.05.13 20:56:09.688505 [ 3 ] {} <Debug> HTTP-Session: f70f17cd-f02e-42eb-a4cf-761a3d0a8750 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16207 | 2024.05.13 20:56:09.688535 [ 3 ] {} <Trace> HTTP-Session: f70f17cd-f02e-42eb-a4cf-761a3d0a8750 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16208 | 2024.05.13 20:56:09.688670 [ 3 ] {54a4f554-66f5-4a33-a753-5b1c2eec4c50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16209 | 2024.05.13 20:56:09.688716 [ 3 ] {54a4f554-66f5-4a33-a753-5b1c2eec4c50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16210 | 2024.05.13 20:56:09.688857 [ 3 ] {54a4f554-66f5-4a33-a753-5b1c2eec4c50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16211 | 2024.05.13 20:56:09.689179 [ 3 ] {54a4f554-66f5-4a33-a753-5b1c2eec4c50} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16212 | 2024.05.13 20:56:09.689214 [ 3 ] {54a4f554-66f5-4a33-a753-5b1c2eec4c50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
16213 | 2024.05.13 20:56:09.689599 [ 3 ] {54a4f554-66f5-4a33-a753-5b1c2eec4c50} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
16214 | 2024.05.13 20:56:09.689932 [ 3 ] {54a4f554-66f5-4a33-a753-5b1c2eec4c50} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16215 | 2024.05.13 20:56:09.690092 [ 3 ] {54a4f554-66f5-4a33-a753-5b1c2eec4c50} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001473 sec., 109300.74677528853 rows/sec., 7.61 MiB/sec. | ||
16216 | 2024.05.13 20:56:09.690245 [ 3 ] {54a4f554-66f5-4a33-a753-5b1c2eec4c50} <Debug> DynamicQueryHandler: Done processing query | ||
16217 | 2024.05.13 20:56:09.690269 [ 3 ] {54a4f554-66f5-4a33-a753-5b1c2eec4c50} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16218 | 2024.05.13 20:56:09.690285 [ 3 ] {} <Debug> HTTP-Session: f70f17cd-f02e-42eb-a4cf-761a3d0a8750 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16219 | 2024.05.13 20:56:09.690444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 41743, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16220 | 2024.05.13 20:56:09.690491 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16221 | 2024.05.13 20:56:09.690511 [ 3 ] {} <Debug> HTTP-Session: c33261f6-3011-4660-9313-a431e40ef8eb Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
16222 | 2024.05.13 20:56:09.690527 [ 3 ] {} <Debug> HTTP-Session: c33261f6-3011-4660-9313-a431e40ef8eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16223 | 2024.05.13 20:56:09.690540 [ 3 ] {} <Debug> HTTP-Session: c33261f6-3011-4660-9313-a431e40ef8eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16224 | 2024.05.13 20:56:09.690570 [ 3 ] {} <Trace> HTTP-Session: c33261f6-3011-4660-9313-a431e40ef8eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16225 | 2024.05.13 20:56:09.690862 [ 3 ] {86e8ffcf-a4e4-4268-826a-bced7c338460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16226 | 2024.05.13 20:56:09.690910 [ 3 ] {86e8ffcf-a4e4-4268-826a-bced7c338460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
16227 | 2024.05.13 20:56:09.691062 [ 3 ] {86e8ffcf-a4e4-4268-826a-bced7c338460} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16228 | 2024.05.13 20:56:09.691486 [ 3 ] {86e8ffcf-a4e4-4268-826a-bced7c338460} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16229 | 2024.05.13 20:56:09.691521 [ 3 ] {86e8ffcf-a4e4-4268-826a-bced7c338460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
16230 | 2024.05.13 20:56:09.691935 [ 3 ] {86e8ffcf-a4e4-4268-826a-bced7c338460} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
16231 | 2024.05.13 20:56:09.692272 [ 3 ] {86e8ffcf-a4e4-4268-826a-bced7c338460} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16232 | 2024.05.13 20:56:09.692426 [ 3 ] {86e8ffcf-a4e4-4268-826a-bced7c338460} <Debug> executeQuery: Read 39 rows, 53.89 KiB in 0.001762 sec., 22133.93870601589 rows/sec., 29.87 MiB/sec. | ||
16233 | 2024.05.13 20:56:09.692696 [ 3 ] {86e8ffcf-a4e4-4268-826a-bced7c338460} <Debug> DynamicQueryHandler: Done processing query | ||
16234 | 2024.05.13 20:56:09.692724 [ 3 ] {86e8ffcf-a4e4-4268-826a-bced7c338460} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
16235 | 2024.05.13 20:56:09.692764 [ 3 ] {} <Debug> HTTP-Session: c33261f6-3011-4660-9313-a431e40ef8eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16236 | 2024.05.13 20:56:09.692956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16237 | 2024.05.13 20:56:09.693117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16238 | 2024.05.13 20:56:09.693194 [ 3 ] {} <Debug> HTTP-Session: 51ee10f2-5433-4aa1-8a85-5d2fa0eb109b Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
16239 | 2024.05.13 20:56:09.693262 [ 3 ] {} <Debug> HTTP-Session: 51ee10f2-5433-4aa1-8a85-5d2fa0eb109b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16240 | 2024.05.13 20:56:09.693319 [ 3 ] {} <Debug> HTTP-Session: 51ee10f2-5433-4aa1-8a85-5d2fa0eb109b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16241 | 2024.05.13 20:56:09.693437 [ 3 ] {} <Trace> HTTP-Session: 51ee10f2-5433-4aa1-8a85-5d2fa0eb109b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16242 | 2024.05.13 20:56:09.693765 [ 3 ] {16cfe2a6-4813-431a-85a7-fdd2bb174c1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16243 | 2024.05.13 20:56:09.693837 [ 3 ] {16cfe2a6-4813-431a-85a7-fdd2bb174c1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16244 | 2024.05.13 20:56:09.693981 [ 3 ] {16cfe2a6-4813-431a-85a7-fdd2bb174c1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16245 | 2024.05.13 20:56:09.694353 [ 3 ] {16cfe2a6-4813-431a-85a7-fdd2bb174c1e} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16246 | 2024.05.13 20:56:09.694389 [ 3 ] {16cfe2a6-4813-431a-85a7-fdd2bb174c1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
16247 | 2024.05.13 20:56:09.694750 [ 3 ] {16cfe2a6-4813-431a-85a7-fdd2bb174c1e} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
16248 | 2024.05.13 20:56:09.695063 [ 3 ] {16cfe2a6-4813-431a-85a7-fdd2bb174c1e} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16249 | 2024.05.13 20:56:09.695216 [ 3 ] {16cfe2a6-4813-431a-85a7-fdd2bb174c1e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00158 sec., 37974.6835443038 rows/sec., 2.56 MiB/sec. | ||
16250 | 2024.05.13 20:56:09.695381 [ 3 ] {16cfe2a6-4813-431a-85a7-fdd2bb174c1e} <Debug> DynamicQueryHandler: Done processing query | ||
16251 | 2024.05.13 20:56:09.695405 [ 3 ] {16cfe2a6-4813-431a-85a7-fdd2bb174c1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16252 | 2024.05.13 20:56:09.695420 [ 3 ] {} <Debug> HTTP-Session: 51ee10f2-5433-4aa1-8a85-5d2fa0eb109b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16253 | 2024.05.13 20:56:12.834482 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
16254 | 2024.05.13 20:56:12.834585 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
16255 | 2024.05.13 20:56:14.679843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 2345, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16256 | 2024.05.13 20:56:14.679953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16257 | 2024.05.13 20:56:14.679977 [ 3 ] {} <Debug> HTTP-Session: 874f4b42-84d5-44c0-a730-05eb0fdeb209 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
16258 | 2024.05.13 20:56:14.680003 [ 3 ] {} <Debug> HTTP-Session: 874f4b42-84d5-44c0-a730-05eb0fdeb209 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16259 | 2024.05.13 20:56:14.680017 [ 3 ] {} <Debug> HTTP-Session: 874f4b42-84d5-44c0-a730-05eb0fdeb209 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16260 | 2024.05.13 20:56:14.680067 [ 3 ] {} <Trace> HTTP-Session: 874f4b42-84d5-44c0-a730-05eb0fdeb209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16261 | 2024.05.13 20:56:14.680256 [ 3 ] {2f9171c7-3fa5-4d67-a069-de2d50172771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16262 | 2024.05.13 20:56:14.680321 [ 3 ] {2f9171c7-3fa5-4d67-a069-de2d50172771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16263 | 2024.05.13 20:56:14.680518 [ 3 ] {2f9171c7-3fa5-4d67-a069-de2d50172771} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16264 | 2024.05.13 20:56:14.680912 [ 3 ] {2f9171c7-3fa5-4d67-a069-de2d50172771} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16265 | 2024.05.13 20:56:14.680955 [ 3 ] {2f9171c7-3fa5-4d67-a069-de2d50172771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
16266 | 2024.05.13 20:56:14.681325 [ 3 ] {2f9171c7-3fa5-4d67-a069-de2d50172771} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
16267 | 2024.05.13 20:56:14.681659 [ 3 ] {2f9171c7-3fa5-4d67-a069-de2d50172771} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16268 | 2024.05.13 20:56:14.681814 [ 3 ] {2f9171c7-3fa5-4d67-a069-de2d50172771} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001613 sec., 9919.404835709856 rows/sec., 804.01 KiB/sec. | ||
16269 | 2024.05.13 20:56:14.681871 [ 134 ] {} <Debug> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
16270 | 2024.05.13 20:56:14.681967 [ 134 ] {} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16271 | 2024.05.13 20:56:14.681997 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
16272 | 2024.05.13 20:56:14.682091 [ 3 ] {2f9171c7-3fa5-4d67-a069-de2d50172771} <Debug> DynamicQueryHandler: Done processing query | ||
16273 | 2024.05.13 20:56:14.682143 [ 3 ] {2f9171c7-3fa5-4d67-a069-de2d50172771} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16274 | 2024.05.13 20:56:14.682154 [ 198 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
16275 | 2024.05.13 20:56:14.682171 [ 3 ] {} <Debug> HTTP-Session: 874f4b42-84d5-44c0-a730-05eb0fdeb209 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16276 | 2024.05.13 20:56:14.682326 [ 198 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16277 | 2024.05.13 20:56:14.682379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16278 | 2024.05.13 20:56:14.682385 [ 198 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 55 rows starting from the beginning of the part | ||
16279 | 2024.05.13 20:56:14.682456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16280 | 2024.05.13 20:56:14.682508 [ 3 ] {} <Debug> HTTP-Session: 928dbd44-d43c-4b53-a0de-5ddca981074c Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
16281 | 2024.05.13 20:56:14.682554 [ 198 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 16 rows starting from the beginning of the part | ||
16282 | 2024.05.13 20:56:14.682580 [ 3 ] {} <Debug> HTTP-Session: 928dbd44-d43c-4b53-a0de-5ddca981074c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16283 | 2024.05.13 20:56:14.682641 [ 3 ] {} <Debug> HTTP-Session: 928dbd44-d43c-4b53-a0de-5ddca981074c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16284 | 2024.05.13 20:56:14.682828 [ 3 ] {} <Trace> HTTP-Session: 928dbd44-d43c-4b53-a0de-5ddca981074c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16285 | 2024.05.13 20:56:14.682870 [ 198 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 39 rows starting from the beginning of the part | ||
16286 | 2024.05.13 20:56:14.683162 [ 198 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 16 rows starting from the beginning of the part | ||
16287 | 2024.05.13 20:56:14.683242 [ 3 ] {f3c2c972-fe49-4d8d-9191-1fc60291af63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16288 | 2024.05.13 20:56:14.683459 [ 3 ] {f3c2c972-fe49-4d8d-9191-1fc60291af63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16289 | 2024.05.13 20:56:14.683478 [ 198 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 39 rows starting from the beginning of the part | ||
16290 | 2024.05.13 20:56:14.683790 [ 198 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 16 rows starting from the beginning of the part | ||
16291 | 2024.05.13 20:56:14.684531 [ 3 ] {f3c2c972-fe49-4d8d-9191-1fc60291af63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16292 | 2024.05.13 20:56:14.685173 [ 3 ] {f3c2c972-fe49-4d8d-9191-1fc60291af63} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16293 | 2024.05.13 20:56:14.685235 [ 3 ] {f3c2c972-fe49-4d8d-9191-1fc60291af63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
16294 | 2024.05.13 20:56:14.686102 [ 3 ] {f3c2c972-fe49-4d8d-9191-1fc60291af63} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
16295 | 2024.05.13 20:56:14.686743 [ 198 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 4 columns (4 merged, 0 gathered) in 0.004676245 sec., 38706.26966722231 rows/sec., 3.06 MiB/sec. | ||
16296 | 2024.05.13 20:56:14.687000 [ 3 ] {f3c2c972-fe49-4d8d-9191-1fc60291af63} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16297 | 2024.05.13 20:56:14.687012 [ 198 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
16298 | 2024.05.13 20:56:14.687270 [ 134 ] {} <Debug> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b) (MergerMutator): Selected 6 parts from all_1_44_9 to all_49_49_0 | ||
16299 | 2024.05.13 20:56:14.687318 [ 3 ] {f3c2c972-fe49-4d8d-9191-1fc60291af63} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004256 sec., 469.92481203007515 rows/sec., 38.32 KiB/sec. | ||
16300 | 2024.05.13 20:56:14.687335 [ 134 ] {} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16301 | 2024.05.13 20:56:14.687432 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
16302 | 2024.05.13 20:56:14.688150 [ 3 ] {f3c2c972-fe49-4d8d-9191-1fc60291af63} <Debug> DynamicQueryHandler: Done processing query | ||
16303 | 2024.05.13 20:56:14.688244 [ 3 ] {f3c2c972-fe49-4d8d-9191-1fc60291af63} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16304 | 2024.05.13 20:56:14.688318 [ 3 ] {} <Debug> HTTP-Session: 928dbd44-d43c-4b53-a0de-5ddca981074c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16305 | 2024.05.13 20:56:14.688508 [ 192 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_49_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_44_9 to all_49_49_0 into Compact with storage Full | ||
16306 | 2024.05.13 20:56:14.688711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 20164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16307 | 2024.05.13 20:56:14.688939 [ 198 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_101_20} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16308 | 2024.05.13 20:56:14.688989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16309 | 2024.05.13 20:56:14.689124 [ 3 ] {} <Debug> HTTP-Session: a1101d8e-6fbc-4cd8-8654-101177fe906d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
16310 | 2024.05.13 20:56:14.689206 [ 3 ] {} <Debug> HTTP-Session: a1101d8e-6fbc-4cd8-8654-101177fe906d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16311 | 2024.05.13 20:56:14.689289 [ 3 ] {} <Debug> HTTP-Session: a1101d8e-6fbc-4cd8-8654-101177fe906d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16312 | 2024.05.13 20:56:14.689343 [ 198 ] {ed91b9d7-7730-47cf-84a0-f9c8b08a935d::all_1_101_20} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
16313 | 2024.05.13 20:56:14.689363 [ 192 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_49_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16314 | 2024.05.13 20:56:14.689398 [ 3 ] {} <Trace> HTTP-Session: a1101d8e-6fbc-4cd8-8654-101177fe906d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16315 | 2024.05.13 20:56:14.689516 [ 192 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_44_9, total 14 rows starting from the beginning of the part | ||
16316 | 2024.05.13 20:56:14.689560 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
16317 | 2024.05.13 20:56:14.689713 [ 192 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 4 rows starting from the beginning of the part | ||
16318 | 2024.05.13 20:56:14.689832 [ 3 ] {a8cd35bc-cc3e-4b20-832b-a912b99a9221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16319 | 2024.05.13 20:56:14.690054 [ 3 ] {a8cd35bc-cc3e-4b20-832b-a912b99a9221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16320 | 2024.05.13 20:56:14.690116 [ 192 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 2 rows starting from the beginning of the part | ||
16321 | 2024.05.13 20:56:14.690580 [ 192 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 2 rows starting from the beginning of the part | ||
16322 | 2024.05.13 20:56:14.690912 [ 192 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 2 rows starting from the beginning of the part | ||
16323 | 2024.05.13 20:56:14.691215 [ 192 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 2 rows starting from the beginning of the part | ||
16324 | 2024.05.13 20:56:14.691270 [ 3 ] {a8cd35bc-cc3e-4b20-832b-a912b99a9221} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16325 | 2024.05.13 20:56:14.692442 [ 3 ] {a8cd35bc-cc3e-4b20-832b-a912b99a9221} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16326 | 2024.05.13 20:56:14.692503 [ 3 ] {a8cd35bc-cc3e-4b20-832b-a912b99a9221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
16327 | 2024.05.13 20:56:14.693388 [ 3 ] {a8cd35bc-cc3e-4b20-832b-a912b99a9221} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
16328 | 2024.05.13 20:56:14.693940 [ 196 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_49_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.00631189 sec., 4119.209935534364 rows/sec., 335.89 KiB/sec. | ||
16329 | 2024.05.13 20:56:14.694123 [ 192 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_49_10} <Trace> MergedBlockOutputStream: filled checksums all_1_49_10 (state Temporary) | ||
16330 | 2024.05.13 20:56:14.694276 [ 3 ] {a8cd35bc-cc3e-4b20-832b-a912b99a9221} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16331 | 2024.05.13 20:56:14.694697 [ 3 ] {a8cd35bc-cc3e-4b20-832b-a912b99a9221} <Debug> executeQuery: Read 141 rows, 11.59 KiB in 0.005028 sec., 28042.959427207636 rows/sec., 2.25 MiB/sec. | ||
16332 | 2024.05.13 20:56:14.695037 [ 3 ] {a8cd35bc-cc3e-4b20-832b-a912b99a9221} <Debug> DynamicQueryHandler: Done processing query | ||
16333 | 2024.05.13 20:56:14.695038 [ 192 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_49_10} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b): Renaming temporary part tmp_merge_all_1_49_10 to all_1_49_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16334 | 2024.05.13 20:56:14.695084 [ 3 ] {a8cd35bc-cc3e-4b20-832b-a912b99a9221} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
16335 | 2024.05.13 20:56:14.695122 [ 3 ] {} <Debug> HTTP-Session: a1101d8e-6fbc-4cd8-8654-101177fe906d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16336 | 2024.05.13 20:56:14.695210 [ 192 ] {710aedce-5489-4d74-9550-46f1be84f34b::all_1_49_10} <Trace> oximeter.fields_ipaddr (710aedce-5489-4d74-9550-46f1be84f34b) (MergerMutator): Merged 6 parts: [all_1_44_9, all_49_49_0] -> all_1_49_10 | ||
16337 | 2024.05.13 20:56:14.695336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16338 | 2024.05.13 20:56:14.695341 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
16339 | 2024.05.13 20:56:14.695416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16340 | 2024.05.13 20:56:14.695442 [ 3 ] {} <Debug> HTTP-Session: ec929521-51b7-496a-968a-463fd5bcee97 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
16341 | 2024.05.13 20:56:14.695467 [ 3 ] {} <Debug> HTTP-Session: ec929521-51b7-496a-968a-463fd5bcee97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16342 | 2024.05.13 20:56:14.695487 [ 3 ] {} <Debug> HTTP-Session: ec929521-51b7-496a-968a-463fd5bcee97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16343 | 2024.05.13 20:56:14.695521 [ 3 ] {} <Trace> HTTP-Session: ec929521-51b7-496a-968a-463fd5bcee97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16344 | 2024.05.13 20:56:14.695627 [ 3 ] {165a2189-f078-4eec-8243-36e8b4d570f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16345 | 2024.05.13 20:56:14.695672 [ 3 ] {165a2189-f078-4eec-8243-36e8b4d570f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16346 | 2024.05.13 20:56:14.695831 [ 3 ] {165a2189-f078-4eec-8243-36e8b4d570f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16347 | 2024.05.13 20:56:14.696131 [ 3 ] {165a2189-f078-4eec-8243-36e8b4d570f2} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16348 | 2024.05.13 20:56:14.696172 [ 3 ] {165a2189-f078-4eec-8243-36e8b4d570f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
16349 | 2024.05.13 20:56:14.696489 [ 3 ] {165a2189-f078-4eec-8243-36e8b4d570f2} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
16350 | 2024.05.13 20:56:14.696822 [ 3 ] {165a2189-f078-4eec-8243-36e8b4d570f2} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16351 | 2024.05.13 20:56:14.696981 [ 3 ] {165a2189-f078-4eec-8243-36e8b4d570f2} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001374 sec., 1455.604075691412 rows/sec., 101.64 KiB/sec. | ||
16352 | 2024.05.13 20:56:14.696990 [ 134 ] {} <Debug> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d) (MergerMutator): Selected 6 parts from all_1_44_9 to all_49_49_0 | ||
16353 | 2024.05.13 20:56:14.697070 [ 134 ] {} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16354 | 2024.05.13 20:56:14.697111 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
16355 | 2024.05.13 20:56:14.697286 [ 3 ] {165a2189-f078-4eec-8243-36e8b4d570f2} <Debug> DynamicQueryHandler: Done processing query | ||
16356 | 2024.05.13 20:56:14.697363 [ 3 ] {165a2189-f078-4eec-8243-36e8b4d570f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16357 | 2024.05.13 20:56:14.697425 [ 196 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_49_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_44_9 to all_49_49_0 into Compact with storage Full | ||
16358 | 2024.05.13 20:56:14.697443 [ 3 ] {} <Debug> HTTP-Session: ec929521-51b7-496a-968a-463fd5bcee97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16359 | 2024.05.13 20:56:14.697768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17981, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16360 | 2024.05.13 20:56:14.697946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16361 | 2024.05.13 20:56:14.698039 [ 3 ] {} <Debug> HTTP-Session: deebe317-f77d-4135-a37d-dbc493bb1ece Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
16362 | 2024.05.13 20:56:14.698114 [ 3 ] {} <Debug> HTTP-Session: deebe317-f77d-4135-a37d-dbc493bb1ece Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16363 | 2024.05.13 20:56:14.698187 [ 3 ] {} <Debug> HTTP-Session: deebe317-f77d-4135-a37d-dbc493bb1ece Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16364 | 2024.05.13 20:56:14.698232 [ 196 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_49_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16365 | 2024.05.13 20:56:14.698270 [ 3 ] {} <Trace> HTTP-Session: deebe317-f77d-4135-a37d-dbc493bb1ece Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16366 | 2024.05.13 20:56:14.698295 [ 196 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_44_9, total 14 rows starting from the beginning of the part | ||
16367 | 2024.05.13 20:56:14.698500 [ 196 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 4 rows starting from the beginning of the part | ||
16368 | 2024.05.13 20:56:14.698602 [ 3 ] {51a38334-4ddc-4cae-bc58-fb4d4d269d03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16369 | 2024.05.13 20:56:14.698756 [ 3 ] {51a38334-4ddc-4cae-bc58-fb4d4d269d03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16370 | 2024.05.13 20:56:14.698879 [ 196 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 2 rows starting from the beginning of the part | ||
16371 | 2024.05.13 20:56:14.699299 [ 196 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 2 rows starting from the beginning of the part | ||
16372 | 2024.05.13 20:56:14.699733 [ 196 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 2 rows starting from the beginning of the part | ||
16373 | 2024.05.13 20:56:14.699770 [ 3 ] {51a38334-4ddc-4cae-bc58-fb4d4d269d03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16374 | 2024.05.13 20:56:14.699944 [ 196 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_49_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 2 rows starting from the beginning of the part | ||
16375 | 2024.05.13 20:56:14.700962 [ 3 ] {51a38334-4ddc-4cae-bc58-fb4d4d269d03} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16376 | 2024.05.13 20:56:14.701030 [ 3 ] {51a38334-4ddc-4cae-bc58-fb4d4d269d03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
16377 | 2024.05.13 20:56:14.701848 [ 3 ] {51a38334-4ddc-4cae-bc58-fb4d4d269d03} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
16378 | 2024.05.13 20:56:14.702671 [ 196 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_49_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.005476202 sec., 4747.816095900042 rows/sec., 331.51 KiB/sec. | ||
16379 | 2024.05.13 20:56:14.702812 [ 196 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_49_10} <Trace> MergedBlockOutputStream: filled checksums all_1_49_10 (state Temporary) | ||
16380 | 2024.05.13 20:56:14.702957 [ 3 ] {51a38334-4ddc-4cae-bc58-fb4d4d269d03} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16381 | 2024.05.13 20:56:14.703370 [ 3 ] {51a38334-4ddc-4cae-bc58-fb4d4d269d03} <Debug> executeQuery: Read 106 rows, 8.46 KiB in 0.004917 sec., 21557.86048403498 rows/sec., 1.68 MiB/sec. | ||
16382 | 2024.05.13 20:56:14.703701 [ 3 ] {51a38334-4ddc-4cae-bc58-fb4d4d269d03} <Debug> DynamicQueryHandler: Done processing query | ||
16383 | 2024.05.13 20:56:14.703729 [ 196 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_49_10} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d): Renaming temporary part tmp_merge_all_1_49_10 to all_1_49_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16384 | 2024.05.13 20:56:14.703743 [ 3 ] {51a38334-4ddc-4cae-bc58-fb4d4d269d03} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
16385 | 2024.05.13 20:56:14.703802 [ 3 ] {} <Debug> HTTP-Session: deebe317-f77d-4135-a37d-dbc493bb1ece Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16386 | 2024.05.13 20:56:14.703882 [ 196 ] {74b325b1-e6b2-4867-826e-a95b606dee4d::all_1_49_10} <Trace> oximeter.fields_u16 (74b325b1-e6b2-4867-826e-a95b606dee4d) (MergerMutator): Merged 6 parts: [all_1_44_9, all_49_49_0] -> all_1_49_10 | ||
16387 | 2024.05.13 20:56:14.703967 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
16388 | 2024.05.13 20:56:14.704013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 37785, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16389 | 2024.05.13 20:56:14.704066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16390 | 2024.05.13 20:56:14.704086 [ 3 ] {} <Debug> HTTP-Session: 37efd181-a333-4503-a14b-c686eab5a45e Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
16391 | 2024.05.13 20:56:14.704104 [ 3 ] {} <Debug> HTTP-Session: 37efd181-a333-4503-a14b-c686eab5a45e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16392 | 2024.05.13 20:56:14.704118 [ 3 ] {} <Debug> HTTP-Session: 37efd181-a333-4503-a14b-c686eab5a45e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16393 | 2024.05.13 20:56:14.704152 [ 3 ] {} <Trace> HTTP-Session: 37efd181-a333-4503-a14b-c686eab5a45e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16394 | 2024.05.13 20:56:14.704336 [ 3 ] {7bf53102-593f-4907-bdc3-16ea13d0ea85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16395 | 2024.05.13 20:56:14.704384 [ 3 ] {7bf53102-593f-4907-bdc3-16ea13d0ea85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16396 | 2024.05.13 20:56:14.704555 [ 3 ] {7bf53102-593f-4907-bdc3-16ea13d0ea85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16397 | 2024.05.13 20:56:14.704958 [ 3 ] {7bf53102-593f-4907-bdc3-16ea13d0ea85} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16398 | 2024.05.13 20:56:14.704995 [ 3 ] {7bf53102-593f-4907-bdc3-16ea13d0ea85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
16399 | 2024.05.13 20:56:14.705395 [ 3 ] {7bf53102-593f-4907-bdc3-16ea13d0ea85} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
16400 | 2024.05.13 20:56:14.705743 [ 3 ] {7bf53102-593f-4907-bdc3-16ea13d0ea85} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16401 | 2024.05.13 20:56:14.705893 [ 3 ] {7bf53102-593f-4907-bdc3-16ea13d0ea85} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001646 sec., 119684.08262454436 rows/sec., 8.36 MiB/sec. | ||
16402 | 2024.05.13 20:56:14.706070 [ 3 ] {7bf53102-593f-4907-bdc3-16ea13d0ea85} <Debug> DynamicQueryHandler: Done processing query | ||
16403 | 2024.05.13 20:56:14.706094 [ 3 ] {7bf53102-593f-4907-bdc3-16ea13d0ea85} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
16404 | 2024.05.13 20:56:14.706110 [ 3 ] {} <Debug> HTTP-Session: 37efd181-a333-4503-a14b-c686eab5a45e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16405 | 2024.05.13 20:56:14.706240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17160, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16406 | 2024.05.13 20:56:14.706288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16407 | 2024.05.13 20:56:14.706306 [ 3 ] {} <Debug> HTTP-Session: bbffefc5-f475-4e85-8fd8-2e4c8e1d3c11 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
16408 | 2024.05.13 20:56:14.706322 [ 3 ] {} <Debug> HTTP-Session: bbffefc5-f475-4e85-8fd8-2e4c8e1d3c11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16409 | 2024.05.13 20:56:14.706336 [ 3 ] {} <Debug> HTTP-Session: bbffefc5-f475-4e85-8fd8-2e4c8e1d3c11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16410 | 2024.05.13 20:56:14.706366 [ 3 ] {} <Trace> HTTP-Session: bbffefc5-f475-4e85-8fd8-2e4c8e1d3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16411 | 2024.05.13 20:56:14.706555 [ 3 ] {5372f80e-c22d-43e1-b2c8-c5e94eef5925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16412 | 2024.05.13 20:56:14.706602 [ 3 ] {5372f80e-c22d-43e1-b2c8-c5e94eef5925} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
16413 | 2024.05.13 20:56:14.706768 [ 3 ] {5372f80e-c22d-43e1-b2c8-c5e94eef5925} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16414 | 2024.05.13 20:56:14.707167 [ 3 ] {5372f80e-c22d-43e1-b2c8-c5e94eef5925} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16415 | 2024.05.13 20:56:14.707203 [ 3 ] {5372f80e-c22d-43e1-b2c8-c5e94eef5925} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
16416 | 2024.05.13 20:56:14.707600 [ 3 ] {5372f80e-c22d-43e1-b2c8-c5e94eef5925} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
16417 | 2024.05.13 20:56:14.707946 [ 3 ] {5372f80e-c22d-43e1-b2c8-c5e94eef5925} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16418 | 2024.05.13 20:56:14.708096 [ 3 ] {5372f80e-c22d-43e1-b2c8-c5e94eef5925} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001643 sec., 9738.283627510651 rows/sec., 13.14 MiB/sec. | ||
16419 | 2024.05.13 20:56:14.708105 [ 134 ] {} <Debug> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
16420 | 2024.05.13 20:56:14.708188 [ 134 ] {} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16421 | 2024.05.13 20:56:14.708243 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
16422 | 2024.05.13 20:56:14.708385 [ 3 ] {5372f80e-c22d-43e1-b2c8-c5e94eef5925} <Debug> DynamicQueryHandler: Done processing query | ||
16423 | 2024.05.13 20:56:14.708395 [ 192 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
16424 | 2024.05.13 20:56:14.708426 [ 3 ] {5372f80e-c22d-43e1-b2c8-c5e94eef5925} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
16425 | 2024.05.13 20:56:14.708481 [ 3 ] {} <Debug> HTTP-Session: bbffefc5-f475-4e85-8fd8-2e4c8e1d3c11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16426 | 2024.05.13 20:56:14.708656 [ 192 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16427 | 2024.05.13 20:56:14.708669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16428 | 2024.05.13 20:56:14.708722 [ 192 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1788 rows starting from the beginning of the part | ||
16429 | 2024.05.13 20:56:14.708782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16430 | 2024.05.13 20:56:14.708857 [ 3 ] {} <Debug> HTTP-Session: f56c11ec-7bbe-4259-ac12-23f097dbf727 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
16431 | 2024.05.13 20:56:14.708939 [ 3 ] {} <Debug> HTTP-Session: f56c11ec-7bbe-4259-ac12-23f097dbf727 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16432 | 2024.05.13 20:56:14.708994 [ 192 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 16 rows starting from the beginning of the part | ||
16433 | 2024.05.13 20:56:14.709007 [ 3 ] {} <Debug> HTTP-Session: f56c11ec-7bbe-4259-ac12-23f097dbf727 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16434 | 2024.05.13 20:56:14.709121 [ 3 ] {} <Trace> HTTP-Session: f56c11ec-7bbe-4259-ac12-23f097dbf727 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16435 | 2024.05.13 20:56:14.709273 [ 192 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 39 rows starting from the beginning of the part | ||
16436 | 2024.05.13 20:56:14.709577 [ 3 ] {d4935c36-775d-4032-959d-09d40327565f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16437 | 2024.05.13 20:56:14.709647 [ 192 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 16 rows starting from the beginning of the part | ||
16438 | 2024.05.13 20:56:14.709731 [ 3 ] {d4935c36-775d-4032-959d-09d40327565f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16439 | 2024.05.13 20:56:14.709903 [ 192 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 39 rows starting from the beginning of the part | ||
16440 | 2024.05.13 20:56:14.710392 [ 192 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 16 rows starting from the beginning of the part | ||
16441 | 2024.05.13 20:56:14.711104 [ 3 ] {d4935c36-775d-4032-959d-09d40327565f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16442 | 2024.05.13 20:56:14.711904 [ 3 ] {d4935c36-775d-4032-959d-09d40327565f} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16443 | 2024.05.13 20:56:14.711956 [ 3 ] {d4935c36-775d-4032-959d-09d40327565f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
16444 | 2024.05.13 20:56:14.712418 [ 3 ] {d4935c36-775d-4032-959d-09d40327565f} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
16445 | 2024.05.13 20:56:14.712828 [ 3 ] {d4935c36-775d-4032-959d-09d40327565f} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16446 | 2024.05.13 20:56:14.713002 [ 3 ] {d4935c36-775d-4032-959d-09d40327565f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00364 sec., 16483.516483516483 rows/sec., 1.11 MiB/sec. | ||
16447 | 2024.05.13 20:56:14.713207 [ 3 ] {d4935c36-775d-4032-959d-09d40327565f} <Debug> DynamicQueryHandler: Done processing query | ||
16448 | 2024.05.13 20:56:14.713236 [ 3 ] {d4935c36-775d-4032-959d-09d40327565f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16449 | 2024.05.13 20:56:14.713260 [ 3 ] {} <Debug> HTTP-Session: f56c11ec-7bbe-4259-ac12-23f097dbf727 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16450 | 2024.05.13 20:56:14.717829 [ 191 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1914 rows, containing 6 columns (6 merged, 0 gathered) in 0.009498151 sec., 201512.9049854019 rows/sec., 271.93 MiB/sec. | ||
16451 | 2024.05.13 20:56:14.718841 [ 191 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
16452 | 2024.05.13 20:56:14.719250 [ 191 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_101_20} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16453 | 2024.05.13 20:56:14.719330 [ 191 ] {3725c4b1-d370-4d79-81e7-e09b35cae1ec::all_1_101_20} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
16454 | 2024.05.13 20:56:14.719424 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.29 MiB. | ||
16455 | 2024.05.13 20:56:15.000247 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 212.77 MiB, peak 226.41 MiB, free memory in arenas 0.00 B, will set to 216.49 MiB (RSS), difference: 3.72 MiB | ||
16456 | 2024.05.13 20:56:19.101012 [ 221 ] {} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
16457 | 2024.05.13 20:56:19.101131 [ 221 ] {} <Debug> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
16458 | 2024.05.13 20:56:19.104110 [ 221 ] {} <Debug> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
16459 | 2024.05.13 20:56:19.324009 [ 220 ] {} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
16460 | 2024.05.13 20:56:19.324066 [ 220 ] {} <Debug> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
16461 | 2024.05.13 20:56:19.325902 [ 220 ] {} <Debug> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
16462 | 2024.05.13 20:56:19.679328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 5641, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16463 | 2024.05.13 20:56:19.679421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16464 | 2024.05.13 20:56:19.679444 [ 3 ] {} <Debug> HTTP-Session: 6741fce0-1a1c-4151-9abe-14f7b565463d Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
16465 | 2024.05.13 20:56:19.679469 [ 3 ] {} <Debug> HTTP-Session: 6741fce0-1a1c-4151-9abe-14f7b565463d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16466 | 2024.05.13 20:56:19.679483 [ 3 ] {} <Debug> HTTP-Session: 6741fce0-1a1c-4151-9abe-14f7b565463d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16467 | 2024.05.13 20:56:19.679530 [ 3 ] {} <Trace> HTTP-Session: 6741fce0-1a1c-4151-9abe-14f7b565463d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16468 | 2024.05.13 20:56:19.679709 [ 3 ] {b7fd83eb-e07f-4f91-81fc-5f00794ecc41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16469 | 2024.05.13 20:56:19.679772 [ 3 ] {b7fd83eb-e07f-4f91-81fc-5f00794ecc41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16470 | 2024.05.13 20:56:19.679956 [ 3 ] {b7fd83eb-e07f-4f91-81fc-5f00794ecc41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16471 | 2024.05.13 20:56:19.680356 [ 3 ] {b7fd83eb-e07f-4f91-81fc-5f00794ecc41} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16472 | 2024.05.13 20:56:19.680393 [ 3 ] {b7fd83eb-e07f-4f91-81fc-5f00794ecc41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
16473 | 2024.05.13 20:56:19.680745 [ 3 ] {b7fd83eb-e07f-4f91-81fc-5f00794ecc41} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
16474 | 2024.05.13 20:56:19.681074 [ 3 ] {b7fd83eb-e07f-4f91-81fc-5f00794ecc41} <Trace> oximeter.fields_i64 (ed91b9d7-7730-47cf-84a0-f9c8b08a935d): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16475 | 2024.05.13 20:56:19.681202 [ 3 ] {b7fd83eb-e07f-4f91-81fc-5f00794ecc41} <Debug> executeQuery: Read 39 rows, 3.16 KiB in 0.001556 sec., 25064.26735218509 rows/sec., 1.98 MiB/sec. | ||
16476 | 2024.05.13 20:56:19.681375 [ 3 ] {b7fd83eb-e07f-4f91-81fc-5f00794ecc41} <Debug> DynamicQueryHandler: Done processing query | ||
16477 | 2024.05.13 20:56:19.681400 [ 3 ] {b7fd83eb-e07f-4f91-81fc-5f00794ecc41} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16478 | 2024.05.13 20:56:19.681417 [ 3 ] {} <Debug> HTTP-Session: 6741fce0-1a1c-4151-9abe-14f7b565463d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16479 | 2024.05.13 20:56:19.681554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 25597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16480 | 2024.05.13 20:56:19.681599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16481 | 2024.05.13 20:56:19.681617 [ 3 ] {} <Debug> HTTP-Session: 0af1ee17-df6f-43e0-b009-a2e9470f6181 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
16482 | 2024.05.13 20:56:19.681635 [ 3 ] {} <Debug> HTTP-Session: 0af1ee17-df6f-43e0-b009-a2e9470f6181 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16483 | 2024.05.13 20:56:19.681649 [ 3 ] {} <Debug> HTTP-Session: 0af1ee17-df6f-43e0-b009-a2e9470f6181 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16484 | 2024.05.13 20:56:19.681679 [ 3 ] {} <Trace> HTTP-Session: 0af1ee17-df6f-43e0-b009-a2e9470f6181 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16485 | 2024.05.13 20:56:19.681821 [ 3 ] {74b2fe0b-7f05-41e2-acee-005fc2860b5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16486 | 2024.05.13 20:56:19.681865 [ 3 ] {74b2fe0b-7f05-41e2-acee-005fc2860b5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16487 | 2024.05.13 20:56:19.681986 [ 3 ] {74b2fe0b-7f05-41e2-acee-005fc2860b5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16488 | 2024.05.13 20:56:19.682405 [ 3 ] {74b2fe0b-7f05-41e2-acee-005fc2860b5b} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16489 | 2024.05.13 20:56:19.682440 [ 3 ] {74b2fe0b-7f05-41e2-acee-005fc2860b5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
16490 | 2024.05.13 20:56:19.682767 [ 3 ] {74b2fe0b-7f05-41e2-acee-005fc2860b5b} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
16491 | 2024.05.13 20:56:19.683111 [ 3 ] {74b2fe0b-7f05-41e2-acee-005fc2860b5b} <Trace> oximeter.fields_string (65578df0-6ca7-4493-8753-f1a874ad45d1): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16492 | 2024.05.13 20:56:19.683258 [ 3 ] {74b2fe0b-7f05-41e2-acee-005fc2860b5b} <Debug> executeQuery: Read 173 rows, 15.08 KiB in 0.001497 sec., 115564.46225784902 rows/sec., 9.84 MiB/sec. | ||
16493 | 2024.05.13 20:56:19.683462 [ 3 ] {74b2fe0b-7f05-41e2-acee-005fc2860b5b} <Debug> DynamicQueryHandler: Done processing query | ||
16494 | 2024.05.13 20:56:19.683500 [ 3 ] {74b2fe0b-7f05-41e2-acee-005fc2860b5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
16495 | 2024.05.13 20:56:19.683531 [ 3 ] {} <Debug> HTTP-Session: 0af1ee17-df6f-43e0-b009-a2e9470f6181 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16496 | 2024.05.13 20:56:19.683671 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 17490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16497 | 2024.05.13 20:56:19.683719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16498 | 2024.05.13 20:56:19.683738 [ 3 ] {} <Debug> HTTP-Session: 65e5dbcf-836a-4e72-a05c-77770ef7dd74 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
16499 | 2024.05.13 20:56:19.683754 [ 3 ] {} <Debug> HTTP-Session: 65e5dbcf-836a-4e72-a05c-77770ef7dd74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16500 | 2024.05.13 20:56:19.683768 [ 3 ] {} <Debug> HTTP-Session: 65e5dbcf-836a-4e72-a05c-77770ef7dd74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16501 | 2024.05.13 20:56:19.683798 [ 3 ] {} <Trace> HTTP-Session: 65e5dbcf-836a-4e72-a05c-77770ef7dd74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16502 | 2024.05.13 20:56:19.683939 [ 3 ] {f1893c8c-dae4-4020-98af-806f5c7de218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16503 | 2024.05.13 20:56:19.683989 [ 3 ] {f1893c8c-dae4-4020-98af-806f5c7de218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16504 | 2024.05.13 20:56:19.684132 [ 3 ] {f1893c8c-dae4-4020-98af-806f5c7de218} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16505 | 2024.05.13 20:56:19.684491 [ 3 ] {f1893c8c-dae4-4020-98af-806f5c7de218} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16506 | 2024.05.13 20:56:19.684526 [ 3 ] {f1893c8c-dae4-4020-98af-806f5c7de218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
16507 | 2024.05.13 20:56:19.684829 [ 3 ] {f1893c8c-dae4-4020-98af-806f5c7de218} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
16508 | 2024.05.13 20:56:19.685110 [ 3 ] {f1893c8c-dae4-4020-98af-806f5c7de218} <Trace> oximeter.fields_uuid (a97b6294-d7b7-4f93-8882-8e7440473b1c): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16509 | 2024.05.13 20:56:19.685223 [ 3 ] {f1893c8c-dae4-4020-98af-806f5c7de218} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001378 sec., 74746.00870827286 rows/sec., 5.84 MiB/sec. | ||
16510 | 2024.05.13 20:56:19.685364 [ 3 ] {f1893c8c-dae4-4020-98af-806f5c7de218} <Debug> DynamicQueryHandler: Done processing query | ||
16511 | 2024.05.13 20:56:19.685387 [ 3 ] {f1893c8c-dae4-4020-98af-806f5c7de218} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
16512 | 2024.05.13 20:56:19.685401 [ 3 ] {} <Debug> HTTP-Session: 65e5dbcf-836a-4e72-a05c-77770ef7dd74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16513 | 2024.05.13 20:56:19.685561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16514 | 2024.05.13 20:56:19.685604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16515 | 2024.05.13 20:56:19.685620 [ 3 ] {} <Debug> HTTP-Session: baf42f17-de24-4518-a27a-fc099ef6510b Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
16516 | 2024.05.13 20:56:19.685635 [ 3 ] {} <Debug> HTTP-Session: baf42f17-de24-4518-a27a-fc099ef6510b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16517 | 2024.05.13 20:56:19.685647 [ 3 ] {} <Debug> HTTP-Session: baf42f17-de24-4518-a27a-fc099ef6510b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16518 | 2024.05.13 20:56:19.685675 [ 3 ] {} <Trace> HTTP-Session: baf42f17-de24-4518-a27a-fc099ef6510b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16519 | 2024.05.13 20:56:19.685872 [ 3 ] {780479b8-5e4d-4b12-b686-04102c060ed8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16520 | 2024.05.13 20:56:19.685918 [ 3 ] {780479b8-5e4d-4b12-b686-04102c060ed8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16521 | 2024.05.13 20:56:19.686057 [ 3 ] {780479b8-5e4d-4b12-b686-04102c060ed8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16522 | 2024.05.13 20:56:19.686441 [ 3 ] {780479b8-5e4d-4b12-b686-04102c060ed8} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16523 | 2024.05.13 20:56:19.686475 [ 3 ] {780479b8-5e4d-4b12-b686-04102c060ed8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
16524 | 2024.05.13 20:56:19.686861 [ 3 ] {780479b8-5e4d-4b12-b686-04102c060ed8} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
16525 | 2024.05.13 20:56:19.687199 [ 3 ] {780479b8-5e4d-4b12-b686-04102c060ed8} <Trace> oximeter.measurements_cumulativeu64 (313178d0-1e86-4864-8af4-8d959655e5c5): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16526 | 2024.05.13 20:56:19.687324 [ 3 ] {780479b8-5e4d-4b12-b686-04102c060ed8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001511 sec., 105890.13898080742 rows/sec., 7.38 MiB/sec. | ||
16527 | 2024.05.13 20:56:19.687487 [ 3 ] {780479b8-5e4d-4b12-b686-04102c060ed8} <Debug> DynamicQueryHandler: Done processing query | ||
16528 | 2024.05.13 20:56:19.687511 [ 3 ] {780479b8-5e4d-4b12-b686-04102c060ed8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16529 | 2024.05.13 20:56:19.687526 [ 3 ] {} <Debug> HTTP-Session: baf42f17-de24-4518-a27a-fc099ef6510b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16530 | 2024.05.13 20:56:19.687685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 41743, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16531 | 2024.05.13 20:56:19.687732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16532 | 2024.05.13 20:56:19.687750 [ 3 ] {} <Debug> HTTP-Session: 0bbd8783-5b8f-4b9f-a99f-811fbac9a8f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
16533 | 2024.05.13 20:56:19.687766 [ 3 ] {} <Debug> HTTP-Session: 0bbd8783-5b8f-4b9f-a99f-811fbac9a8f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16534 | 2024.05.13 20:56:19.687780 [ 3 ] {} <Debug> HTTP-Session: 0bbd8783-5b8f-4b9f-a99f-811fbac9a8f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16535 | 2024.05.13 20:56:19.687810 [ 3 ] {} <Trace> HTTP-Session: 0bbd8783-5b8f-4b9f-a99f-811fbac9a8f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16536 | 2024.05.13 20:56:19.688113 [ 3 ] {90340b95-bbf9-4c03-a69b-1bb40c472e20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16537 | 2024.05.13 20:56:19.688161 [ 3 ] {90340b95-bbf9-4c03-a69b-1bb40c472e20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
16538 | 2024.05.13 20:56:19.688312 [ 3 ] {90340b95-bbf9-4c03-a69b-1bb40c472e20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16539 | 2024.05.13 20:56:19.688767 [ 3 ] {90340b95-bbf9-4c03-a69b-1bb40c472e20} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16540 | 2024.05.13 20:56:19.688802 [ 3 ] {90340b95-bbf9-4c03-a69b-1bb40c472e20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
16541 | 2024.05.13 20:56:19.689211 [ 3 ] {90340b95-bbf9-4c03-a69b-1bb40c472e20} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
16542 | 2024.05.13 20:56:19.689550 [ 3 ] {90340b95-bbf9-4c03-a69b-1bb40c472e20} <Trace> oximeter.measurements_histogramf64 (3725c4b1-d370-4d79-81e7-e09b35cae1ec): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16543 | 2024.05.13 20:56:19.689673 [ 3 ] {90340b95-bbf9-4c03-a69b-1bb40c472e20} <Debug> executeQuery: Read 39 rows, 53.89 KiB in 0.00177 sec., 22033.898305084746 rows/sec., 29.73 MiB/sec. | ||
16544 | 2024.05.13 20:56:19.689832 [ 3 ] {90340b95-bbf9-4c03-a69b-1bb40c472e20} <Debug> DynamicQueryHandler: Done processing query | ||
16545 | 2024.05.13 20:56:19.689856 [ 3 ] {90340b95-bbf9-4c03-a69b-1bb40c472e20} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
16546 | 2024.05.13 20:56:19.689871 [ 3 ] {} <Debug> HTTP-Session: 0bbd8783-5b8f-4b9f-a99f-811fbac9a8f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16547 | 2024.05.13 20:56:19.689993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51729, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16548 | 2024.05.13 20:56:19.690040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16549 | 2024.05.13 20:56:19.690058 [ 3 ] {} <Debug> HTTP-Session: 860f1ff5-f73f-4de2-923b-efa33e1899fe Authenticating user 'default' from [fd00:1122:3344:101::d]:51729 | ||
16550 | 2024.05.13 20:56:19.690074 [ 3 ] {} <Debug> HTTP-Session: 860f1ff5-f73f-4de2-923b-efa33e1899fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16551 | 2024.05.13 20:56:19.690088 [ 3 ] {} <Debug> HTTP-Session: 860f1ff5-f73f-4de2-923b-efa33e1899fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16552 | 2024.05.13 20:56:19.690118 [ 3 ] {} <Trace> HTTP-Session: 860f1ff5-f73f-4de2-923b-efa33e1899fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16553 | 2024.05.13 20:56:19.690228 [ 3 ] {a5e112b8-3929-4465-9dee-1e5aa808b878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51729) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16554 | 2024.05.13 20:56:19.690273 [ 3 ] {a5e112b8-3929-4465-9dee-1e5aa808b878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16555 | 2024.05.13 20:56:19.690395 [ 3 ] {a5e112b8-3929-4465-9dee-1e5aa808b878} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16556 | 2024.05.13 20:56:19.690683 [ 3 ] {a5e112b8-3929-4465-9dee-1e5aa808b878} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16557 | 2024.05.13 20:56:19.690719 [ 3 ] {a5e112b8-3929-4465-9dee-1e5aa808b878} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
16558 | 2024.05.13 20:56:19.691074 [ 3 ] {a5e112b8-3929-4465-9dee-1e5aa808b878} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
16559 | 2024.05.13 20:56:19.691396 [ 3 ] {a5e112b8-3929-4465-9dee-1e5aa808b878} <Trace> oximeter.measurements_u64 (cda5968b-4165-483e-b83e-44e57bb39198): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16560 | 2024.05.13 20:56:19.691517 [ 3 ] {a5e112b8-3929-4465-9dee-1e5aa808b878} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001326 sec., 45248.86877828054 rows/sec., 3.05 MiB/sec. | ||
16561 | 2024.05.13 20:56:19.691744 [ 3 ] {a5e112b8-3929-4465-9dee-1e5aa808b878} <Debug> DynamicQueryHandler: Done processing query | ||
16562 | 2024.05.13 20:56:19.691791 [ 3 ] {a5e112b8-3929-4465-9dee-1e5aa808b878} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16563 | 2024.05.13 20:56:19.691848 [ 3 ] {} <Debug> HTTP-Session: 860f1ff5-f73f-4de2-923b-efa33e1899fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db |